Pull request #3147 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 266ed883c0884e7f732e2f5dbbce128779779a07+cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 (b5dab65f5613d9b887fbcee36dbe915a2550171b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25787 in /w/workspace/edgexfoundry_edgex-go_PR-3147 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 266ed883c0884e7f732e2f5dbbce128779779a07 > 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/3147/head:refs/remotes/origin/PR-3147 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing 266ed883c0884e7f732e2f5dbbce128779779a07 Checking out Revision 266ed883c0884e7f732e2f5dbbce128779779a07 (PR-3147) > git config core.sparsecheckout # timeout=10 > git checkout -f 266ed883c0884e7f732e2f5dbbce128779779a07 # 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 cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 266ed883c0884e7f732e2f5dbbce128779779a07 # timeout=10 Commit message: "feat(security): Remove Writable from security services" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:28:03 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 1328e27822f90754017cbd8e20c4b6742003374b # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:28:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:28:03 ========================================================= 15:28:03 EdgeX Global Pipelines Version Info 15:28:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:28:05 ------------------- 15:28:05 stable info: 15:28:05 ------------------- 15:28:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:28:05 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:28:05 Message: update stable to v1.0.179 15:28:06 ------------------- 15:28:06 experimental info: 15:28:06 ------------------- 15:28:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:28:06 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:28:06 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:28:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:28:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:28:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:28:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:28:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:28:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:28:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:28:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:28:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:28:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:28:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:28:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:28:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:28:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:28:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:28:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:28:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:28:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:28:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:28:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:28:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:28:08 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:28:08 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:28:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3147 [Pipeline] echo 15:28:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3147 [Pipeline] echo 15:28:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3147 [Pipeline] echo 15:28:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 266ed883c0884e7f732e2f5dbbce128779779a07 [Pipeline] echo 15:28:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 266ed88 [Pipeline] echo 15:28:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:28:09 provisioning config files... 15:28:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6757789678294164881tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:28:09 ---> docker-login.sh 15:28:09 nexus3.edgexfoundry.org:10001 15:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:28:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:28:09 Configure a credential helper to remove this warning. See 15:28:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:28:09 15:28:09 Login Succeeded 15:28:09 nexus3.edgexfoundry.org:10002 15:28:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:28:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:28:10 Configure a credential helper to remove this warning. See 15:28:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:28:10 15:28:10 Login Succeeded 15:28:10 nexus3.edgexfoundry.org:10003 15:28:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:28:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:28:10 Configure a credential helper to remove this warning. See 15:28:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:28:10 15:28:10 Login Succeeded 15:28:10 nexus3.edgexfoundry.org:10004 15:28:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:28:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:28:10 Configure a credential helper to remove this warning. See 15:28:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:28:10 15:28:10 Login Succeeded 15:28:10 docker.io 15:28:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:28:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:28:10 Configure a credential helper to remove this warning. See 15:28:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:28:10 15:28:10 Login Succeeded 15:28:10 ---> docker-login.sh ends [Pipeline] } 15:28:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:28:11 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:28:11 + for file in '`ls cmd/**/Dockerfile`' 15:28:11 ++ dirname cmd/core-command/Dockerfile 15:28:11 ++ cut -d/ -f2 15:28:11 + echo core-command,cmd/core-command/Dockerfile 15:28:11 + for file in '`ls cmd/**/Dockerfile`' 15:28:11 ++ dirname cmd/core-data/Dockerfile 15:28:11 ++ cut -d/ -f2 15:28:11 + echo core-data,cmd/core-data/Dockerfile 15:28:11 + for file in '`ls cmd/**/Dockerfile`' 15:28:11 ++ dirname cmd/core-metadata/Dockerfile 15:28:11 ++ cut -d/ -f2 15:28:11 + echo core-metadata,cmd/core-metadata/Dockerfile 15:28:11 + for file in '`ls cmd/**/Dockerfile`' 15:28:11 ++ dirname cmd/security-bootstrapper/Dockerfile 15:28:11 ++ cut -d/ -f2 15:28:11 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:28:11 + for file in '`ls cmd/**/Dockerfile`' 15:28:11 ++ dirname cmd/security-proxy-setup/Dockerfile 15:28:11 ++ cut -d/ -f2 15:28:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:28:11 + for file in '`ls cmd/**/Dockerfile`' 15:28:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:28:11 ++ cut -d/ -f2 15:28:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:28:11 + for file in '`ls cmd/**/Dockerfile`' 15:28:11 ++ dirname cmd/support-notifications/Dockerfile 15:28:11 ++ cut -d/ -f2 15:28:11 + echo support-notifications,cmd/support-notifications/Dockerfile 15:28:11 + for file in '`ls cmd/**/Dockerfile`' 15:28:11 ++ dirname cmd/support-scheduler/Dockerfile 15:28:11 ++ cut -d/ -f2 15:28:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:28:11 + for file in '`ls cmd/**/Dockerfile`' 15:28:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:28:11 ++ cut -d/ -f2 15:28:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:28:11 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 15:28:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:28:13 15:28:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:28:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:28:13 latest: Pulling from edgex-devops/git-semver 15:28:13 31603596830f: Pulling fs layer 15:28:13 2a8b12db71e7: Pulling fs layer 15:28:13 6ca5941a6612: Pulling fs layer 15:28:13 ecc8261a40a4: Pulling fs layer 15:28:13 ecc8261a40a4: Waiting 15:28:13 2a8b12db71e7: Verifying Checksum 15:28:13 2a8b12db71e7: Download complete 15:28:13 31603596830f: Verifying Checksum 15:28:13 31603596830f: Download complete 15:28:13 ecc8261a40a4: Verifying Checksum 15:28:13 ecc8261a40a4: Download complete 15:28:13 6ca5941a6612: Verifying Checksum 15:28:13 6ca5941a6612: Download complete 15:28:13 31603596830f: Pull complete 15:28:13 2a8b12db71e7: Pull complete 15:28:14 6ca5941a6612: Pull complete 15:28:15 ecc8261a40a4: Pull complete 15:28:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:28:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:28:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:28:15 prd-centos7-docker-4c-2g-25787 does not seem to be running inside a container 15:28:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:28:17 $ docker top fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:28:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:28:18 [ssh-agent] Looking for ssh-agent implementation... 15:28:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:28:18 $ docker exec fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c ssh-agent 15:28:18 SSH_AUTH_SOCK=/tmp/ssh-rrQ3RyVmrZgG/agent.11 15:28:18 SSH_AGENT_PID=17 15:28:18 Running ssh-add (command line suppressed) 15:28:18 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5233630150603001205.key (/w/workspace/edgex-go/4@tmp/private_key_5233630150603001205.key) 15:28:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:28:18 + git tag --points-at HEAD [Pipeline] } 15:28:18 $ docker exec --env ******** --env ******** fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c ssh-agent -k 15:28:19 unset SSH_AUTH_SOCK; 15:28:19 unset SSH_AGENT_PID; 15:28:19 echo Agent pid 17 killed; 15:28:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:28:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:28:19 [ssh-agent] Looking for ssh-agent implementation... 15:28:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:28:19 $ docker exec fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c ssh-agent 15:28:19 SSH_AUTH_SOCK=/tmp/ssh-tWcqF0VnOHMs/agent.45 15:28:19 SSH_AGENT_PID=50 15:28:19 Running ssh-add (command line suppressed) 15:28:19 Identity added: /w/workspace/edgex-go/4@tmp/private_key_4699066057642545111.key (/w/workspace/edgex-go/4@tmp/private_key_4699066057642545111.key) 15:28:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:28:20 + git semver init 15:28:20 # -> Open(): unable to determine branch for HEAD 15:28:20 # $GIT_DIR = /w/workspace/edgex-go/4/.git 15:28:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 15:28:20 # $SEMVER_REMOTE_NAME = origin 15:28:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:28:20 # $SEMVER_USER_NAME = edgex-jenkins 15:28:20 # $SEMVER_BRANCH = PR-3147 15:28:20 # $SEMVER_TEMP = /tmp/semver-091817110 15:28:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:28:38 # '/tmp/semver-091817110' -> '/w/workspace/edgex-go/4/.semver' 15:28:38 # -> Force: false 15:28:38 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 15:28:38 $ docker exec --env ******** --env ******** fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c ssh-agent -k 15:28:38 unset SSH_AUTH_SOCK; 15:28:38 unset SSH_AGENT_PID; 15:28:38 echo Agent pid 50 killed; 15:28:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:28:39 + git semver [Pipeline] } 15:28:39 $ docker stop --time=1 fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c 15:28:41 $ docker rm -f fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c [Pipeline] // withDockerContainer [Pipeline] sh 15:28:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:28:42 Stashed 1 file(s) [Pipeline] echo 15:28:42 [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 15:28:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:28:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:28:43 + sudo service docker restart 15:28:43 + true 15:28:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:28:44 ========================================================= 15:28:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:28:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:28:44 + 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 . 15:28:48 Sending build context to Docker daemon 327.8MB 15:28:48 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:28:48 Step 2/6 : FROM ${BASE} 15:28:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:28:48 188c0c94c7c5: Pulling fs layer 15:28:48 0ef7d3d256c8: Pulling fs layer 15:28:48 de9db76c5a1d: Pulling fs layer 15:28:48 bca2f99d35d6: Pulling fs layer 15:28:48 93359f2a8cfa: Pulling fs layer 15:28:48 7c6f9722023f: Pulling fs layer 15:28:48 a35cf1a2eb13: Pulling fs layer 15:28:48 93359f2a8cfa: Waiting 15:28:48 7c6f9722023f: Waiting 15:28:48 a35cf1a2eb13: Waiting 15:28:48 bca2f99d35d6: Waiting 15:28:48 de9db76c5a1d: Verifying Checksum 15:28:48 de9db76c5a1d: Download complete 15:28:48 0ef7d3d256c8: Download complete 15:28:48 93359f2a8cfa: Download complete 15:28:48 188c0c94c7c5: Verifying Checksum 15:28:48 188c0c94c7c5: Download complete 15:28:48 7c6f9722023f: Verifying Checksum 15:28:48 7c6f9722023f: Download complete 15:28:48 188c0c94c7c5: Pull complete 15:28:49 0ef7d3d256c8: Pull complete 15:28:49 de9db76c5a1d: Pull complete 15:28:50 a35cf1a2eb13: Verifying Checksum 15:28:50 a35cf1a2eb13: Download complete 15:28:50 bca2f99d35d6: Verifying Checksum 15:28:50 bca2f99d35d6: Download complete 15:28:57 bca2f99d35d6: Pull complete 15:28:57 93359f2a8cfa: Pull complete 15:28:57 7c6f9722023f: Pull complete 15:28:57 Still waiting to schedule task 15:28:57 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:29:02 a35cf1a2eb13: Pull complete 15:29:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:29:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:29:02 ---> a62c8e92a672 15:29:02 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:29:02 ---> Running in 6212710dc7bf 15:29:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:29:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:29:03 (1/12) Installing libmagic (5.38-r0) 15:29:04 (2/12) Installing file (5.38-r0) 15:29:04 (3/12) Installing libc-dev (0.7.2-r3) 15:29:04 (4/12) Installing g++ (9.3.0-r2) 15:29:08 (5/12) Installing fortify-headers (1.1-r0) 15:29:08 (6/12) Installing patch (2.7.6-r6) 15:29:08 (7/12) Installing build-base (0.5-r2) 15:29:08 (8/12) Installing libsodium (1.0.18-r0) 15:29:08 (9/12) Installing pkgconf (1.7.2-r0) 15:29:08 (10/12) Installing libsodium-dev (1.0.18-r0) 15:29:08 (11/12) Installing libzmq (4.3.3-r0) 15:29:08 (12/12) Installing zeromq-dev (4.3.3-r0) 15:29:09 Executing busybox-1.31.1-r19.trigger 15:29:09 OK: 233 MiB in 51 packages 15:29:13 Removing intermediate container 6212710dc7bf 15:29:13 ---> c07f152abe69 15:29:13 Step 4/6 : WORKDIR /edgex-go 15:29:13 ---> Running in 351311a85e01 15:29:13 Removing intermediate container 351311a85e01 15:29:13 ---> ad7d7b026c65 15:29:13 Step 5/6 : COPY go.mod . 15:29:13 ---> 3acc4c079b3f 15:29:13 Step 6/6 : RUN go mod download 15:29:13 ---> Running in b70898df942d 15:29:35 Removing intermediate container b70898df942d 15:29:35 ---> 62df74aca313 15:29:35 Successfully built 62df74aca313 15:29:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:29:36 + docker inspect -f . ci-base-image-x86_64 15:29:36 . [Pipeline] withDockerContainer 15:29:36 prd-centos7-docker-4c-2g-25787 does not seem to be running inside a container 15:29:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:29:37 $ docker top 33f6aef7f4c2056f6e7ac69cff73dd3158be54e80f2f5ce04609b42f1e7a3266 -eo pid,comm [Pipeline] { [Pipeline] sh 15:29:37 + go version 15:29:37 go version go1.15.5 linux/amd64 [Pipeline] } 15:29:37 $ docker stop --time=1 33f6aef7f4c2056f6e7ac69cff73dd3158be54e80f2f5ce04609b42f1e7a3266 15:29:39 $ docker rm -f 33f6aef7f4c2056f6e7ac69cff73dd3158be54e80f2f5ce04609b42f1e7a3266 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:29:39 + docker inspect -f . ci-base-image-x86_64 15:29:39 . [Pipeline] withDockerContainer 15:29:40 prd-centos7-docker-4c-2g-25787 does not seem to be running inside a container 15:29:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:29:41 $ docker top fe72886736290f7362eac4e14206e85cff4495b6d5b13c84bf146df441fa604c -eo pid,comm [Pipeline] { [Pipeline] echo 15:29:41 ========================================================= 15:29:41 [edgeXBuildGoParallel] Running Tests and Build... 15:29:41 ========================================================= [Pipeline] sh 15:29:42 + make test 15:29:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:29:52 ? github.com/edgexfoundry/edgex-go [no test files] 15:30:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:30:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:30:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:30:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:30:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:30:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:30:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:30:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:30:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:30:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:30:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:30:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:30:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:30:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.138s coverage: 45.6% of statements 15:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:30:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.072s coverage: 100.0% of statements 15:30:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.1% of statements 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:30:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:30:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:30:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.129s coverage: 65.8% of statements 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:30:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.440s coverage: 82.3% of statements 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.299s coverage: 28.6% of statements 15:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements 15:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 15:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements 15:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.155s coverage: 97.5% of statements 15:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements 15:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:30:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.407s coverage: 92.8% of statements 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:30:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:30:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 45.5% of statements 15:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.040s coverage: 79.5% of statements 15:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements 15:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements 15:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements 15:30:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements 15:30:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 15:30:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25788 in /w/workspace/edgexfoundry_edgex-go_PR-3147 [Pipeline] { [Pipeline] ws 15:30:50 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.051s coverage: 87.2% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.141s coverage: 63.5% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 68.9% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.320s coverage: 84.0% of statements 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.067s coverage: 100.0% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.099s coverage: 87.7% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:30:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 15:30:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 15:30:53 GO111MODULE=on go vet ./... 15:30:55 using credential edgex-jenkins-ssh 15:30:55 Cloning the remote Git repository 15:30:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:30:55 > git init /w/workspace/edgex-go/4 # timeout=10 15:30:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:30:55 > git --version # timeout=10 15:30:55 > git --version # 'git version 2.17.1' 15:30:55 using GIT_SSH to set credentials SSH Credentials for GitHub 15:30:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:31:11 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 266ed883c0884e7f732e2f5dbbce128779779a07 15:31:12 Merge succeeded, producing 266ed883c0884e7f732e2f5dbbce128779779a07 15:31:12 Checking out Revision 266ed883c0884e7f732e2f5dbbce128779779a07 (PR-3147) 15:31:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:31:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:31:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:31:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:31:10 using GIT_SSH to set credentials SSH Credentials for GitHub 15:31:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3147/head:refs/remotes/origin/PR-3147 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:31:11 > git config core.sparsecheckout # timeout=10 15:31:11 > git checkout -f 266ed883c0884e7f732e2f5dbbce128779779a07 # timeout=10 15:31:12 > git remote # timeout=10 15:31:12 > git config --get remote.origin.url # timeout=10 15:31:12 using GIT_SSH to set credentials SSH Credentials for GitHub 15:31:12 > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 15:31:12 > git rev-parse HEAD^{commit} # timeout=10 15:31:12 > git config core.sparsecheckout # timeout=10 15:31:12 > git checkout -f 266ed883c0884e7f732e2f5dbbce128779779a07 # timeout=10 15:31:16 Commit message: "feat(security): Remove Writable from security services" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:31:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:31:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:31:18 + + sudo service docker restart 15:31:18 true 15:31:19 gofmt -l . 15:31:19 [ "`gofmt -l .`" = "" ] 15:31:19 ./bin/test-go-mod-tidy.sh 15:31:19 ./bin/test-attribution-txt.sh [Pipeline] sh 15:31:20 + ls -al . 15:31:20 total 696 15:31:20 drwxrwxr-x 10 1001 1001 4096 Feb 9 15:31 . 15:31:20 drwxr-xr-x 4 root root 28 Feb 9 15:29 .. 15:31:20 -rw-rw-r-- 1 1001 1001 11 Feb 9 15:27 .dockerignore 15:31:20 drwxrwxr-x 8 1001 1001 179 Feb 9 15:28 .git 15:31:20 drwxrwxr-x 3 1001 1001 125 Feb 9 15:27 .github 15:31:20 -rw-rw-r-- 1 1001 1001 818 Feb 9 15:27 .gitignore 15:31:20 drwx------ 3 1001 1001 60 Feb 9 15:28 .semver 15:31:20 -rw-rw-r-- 1 1001 1001 166 Feb 9 15:27 .sonarcloud.properties 15:31:20 -rw-rw-r-- 1 1001 1001 7859 Feb 9 15:27 Attribution.txt 15:31:20 -rw-rw-r-- 1 1001 1001 3804 Feb 9 15:27 CONTRIBUTING.md 15:31:20 -rw-rw-r-- 1 1001 1001 931 Feb 9 15:27 Dockerfile.build 15:31:20 -rw-rw-r-- 1 1001 1001 863 Feb 9 15:27 Jenkinsfile 15:31:20 -rw-rw-r-- 1 1001 1001 10775 Feb 9 15:27 LICENSE 15:31:20 -rw-rw-r-- 1 1001 1001 5774 Feb 9 15:27 Makefile 15:31:20 -rw-rw-r-- 1 1001 1001 6524 Feb 9 15:27 README.md 15:31:20 -rw-rw-r-- 1 1001 1001 6755 Feb 9 15:27 SECURITY.md 15:31:20 -rw-rw-r-- 1 1001 1001 5 Feb 9 15:28 VERSION 15:31:20 -rw-rw-r-- 1 1001 1001 4131 Feb 9 15:27 ZMQWindows.md 15:31:20 drwxrwxr-x 2 1001 1001 117 Feb 9 15:27 bin 15:31:20 drwxrwxr-x 14 1001 1001 4096 Feb 9 15:27 cmd 15:31:20 -rw-r--r-- 1 root root 592672 Feb 9 15:30 coverage.out 15:31:20 -rw-r--r-- 1 root root 1054 Feb 9 15:31 go.mod 15:31:20 -rw-r--r-- 1 root root 19290 Feb 9 15:31 go.sum 15:31:20 drwxrwxr-x 8 1001 1001 127 Feb 9 15:27 internal 15:31:20 drwxrwxr-x 4 1001 1001 26 Feb 9 15:27 openapi 15:31:20 drwxrwxr-x 4 1001 1001 71 Feb 9 15:27 snap 15:31:20 -rw-rw-r-- 1 1001 1001 168 Feb 9 15:27 version.go [Pipeline] sh 15:31:20 + '[' -e coverage.out ] 15:31:20 + chown 1001:1001 coverage.out [Pipeline] stash 15:31:20 Stashed 1 file(s) [Pipeline] sh 15:31:21 + make build 15:31:21 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:31:21 provisioning config files... 15:31:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8441057936653364489tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:31:22 ---> docker-login.sh 15:31:22 nexus3.edgexfoundry.org:10001 15:31:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:23 Configure a credential helper to remove this warning. See 15:31:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:23 15:31:23 Login Succeeded 15:31:23 nexus3.edgexfoundry.org:10002 15:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:24 Configure a credential helper to remove this warning. See 15:31:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:24 15:31:24 Login Succeeded 15:31:24 nexus3.edgexfoundry.org:10003 15:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:24 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 15:31:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:24 Configure a credential helper to remove this warning. See 15:31:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:24 15:31:24 Login Succeeded 15:31:24 nexus3.edgexfoundry.org:10004 15:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:25 Configure a credential helper to remove this warning. See 15:31:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:25 15:31:25 Login Succeeded 15:31:25 docker.io 15:31:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:25 Configure a credential helper to remove this warning. See 15:31:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:25 15:31:25 Login Succeeded 15:31:25 ---> docker-login.sh ends [Pipeline] } 15:31:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:31:26 ========================================================= 15:31:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:31:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:31:26 + 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 . 15:31:29 Sending build context to Docker daemon 166.3MB 15:31:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:31:29 Step 2/6 : FROM ${BASE} 15:31:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:31:29 5f621e34cdf4: Pulling fs layer 15:31:29 a4357932f1b6: Pulling fs layer 15:31:29 18c013af1878: Pulling fs layer 15:31:29 00ac8860ef70: Pulling fs layer 15:31:29 63d7cb157983: Pulling fs layer 15:31:29 b116817d02f9: Pulling fs layer 15:31:29 745a02a5169b: Pulling fs layer 15:31:29 00ac8860ef70: Waiting 15:31:29 63d7cb157983: Waiting 15:31:29 b116817d02f9: Waiting 15:31:29 745a02a5169b: Waiting 15:31:29 18c013af1878: Verifying Checksum 15:31:29 18c013af1878: Download complete 15:31:29 a4357932f1b6: Verifying Checksum 15:31:29 a4357932f1b6: Download complete 15:31:29 63d7cb157983: Download complete 15:31:29 b116817d02f9: Verifying Checksum 15:31:29 b116817d02f9: Download complete 15:31:29 5f621e34cdf4: Verifying Checksum 15:31:29 5f621e34cdf4: Download complete 15:31:29 5f621e34cdf4: Pull complete 15:31:30 a4357932f1b6: Pull complete 15:31:30 18c013af1878: Pull complete 15:31:31 745a02a5169b: Verifying Checksum 15:31:31 745a02a5169b: Download complete 15:31:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:31:33 00ac8860ef70: Verifying Checksum 15:31:33 00ac8860ef70: Download complete 15:31:33 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 15:31:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:31: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 15:31:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:31:38 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 15:31:39 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 15:31:40 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 15:31: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 15:31:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:31:43 00ac8860ef70: Pull complete 15:31:43 63d7cb157983: Pull complete 15:31:43 b116817d02f9: Pull complete [Pipeline] } 15:31:44 $ docker stop --time=1 fe72886736290f7362eac4e14206e85cff4495b6d5b13c84bf146df441fa604c 15:31:46 $ docker rm -f fe72886736290f7362eac4e14206e85cff4495b6d5b13c84bf146df441fa604c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 15:31:48 745a02a5169b: Pull complete 15:31:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:31:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:31:48 ---> b7e6874047d6 15:31:48 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] isUnix [Pipeline] sh 15:31:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:31:50 15:31:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:31:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:31:50 latest: Pulling from edgex-devops/edgex-compose 15:31:50 cbdbe7a5bc2a: Pulling fs layer 15:31:50 ca9280d653b3: Pulling fs layer 15:31:50 7e9c9ca2126c: Pulling fs layer 15:31:50 cbdbe7a5bc2a: Verifying Checksum 15:31:50 cbdbe7a5bc2a: Download complete 15:31:51 cbdbe7a5bc2a: Pull complete 15:31:51 ca9280d653b3: Verifying Checksum 15:31:51 ca9280d653b3: Download complete 15:31:51 ---> Running in 11ce69143761 15:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:52 ca9280d653b3: Pull complete 15:31:52 7e9c9ca2126c: Download complete 15:31:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:53 (1/12) Installing libmagic (5.38-r0) 15:31:53 (2/12) Installing file (5.38-r0) 15:31:54 (3/12) Installing libc-dev (0.7.2-r3) 15:31:54 (4/12) Installing g++ (9.3.0-r2) 15:31:58 (5/12) Installing fortify-headers (1.1-r0) 15:31:58 (6/12) Installing patch (2.7.6-r6) 15:31:58 (7/12) Installing build-base (0.5-r2) 15:31:58 (8/12) Installing libsodium (1.0.18-r0) 15:31:58 (9/12) Installing pkgconf (1.7.2-r0) 15:31:58 (10/12) Installing libsodium-dev (1.0.18-r0) 15:31:58 (11/12) Installing libzmq (4.3.3-r0) 15:31:58 (12/12) Installing zeromq-dev (4.3.3-r0) 15:31:59 Executing busybox-1.31.1-r19.trigger 15:31:59 OK: 217 MiB in 51 packages 15:31:59 7e9c9ca2126c: Pull complete 15:31:59 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:31:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:31:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:31:59 prd-centos7-docker-4c-2g-25787 does not seem to be running inside a container 15:31:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:32:02 $ docker top a7232723fcdb0e7e31a705e78233deba3cff62f488fa3b604c07d1d45a1b1002 -eo pid,comm [Pipeline] { [Pipeline] sh 15:32:02 + docker-compose build --help 15:32:02 + grep parallel 15:32:03 Removing intermediate container 11ce69143761 15:32:03 ---> 6e19c00d7841 15:32:03 Step 4/6 : WORKDIR /edgex-go 15:32:03 ---> Running in 29f956122690 15:32:03 Removing intermediate container 29f956122690 15:32:03 ---> 6ec67931ad09 15:32:03 Step 5/6 : COPY go.mod . 15:32:03 --parallel Build images in parallel. [Pipeline] } 15:32:03 $ docker stop --time=1 a7232723fcdb0e7e31a705e78233deba3cff62f488fa3b604c07d1d45a1b1002 15:32:04 ---> b9010e1ecb63 15:32:04 Step 6/6 : RUN go mod download 15:32:04 ---> Running in a3a6a2db6ac3 15:32:05 $ docker rm -f a7232723fcdb0e7e31a705e78233deba3cff62f488fa3b604c07d1d45a1b1002 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:32:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:32:05 . [Pipeline] withDockerContainer 15:32:05 prd-centos7-docker-4c-2g-25787 does not seem to be running inside a container 15:32:05 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:32:06 $ docker top ef4127e31d035e0d62aa18cd9ad95d5e0c9deb5f303fda01c8b282a8300e19a9 -eo pid,comm [Pipeline] { [Pipeline] sh 15:32:07 + docker-compose -f ./docker-compose-build.yml build --parallel 15:32:08 Building docker-core-command-go ... 15:32:08 Building docker-core-data-go ... 15:32:08 Building docker-core-metadata-go ... 15:32:08 Building docker-security-bootstrapper-go ... 15:32:08 Building docker-security-proxy-setup-go ... 15:32:08 Building docker-security-secretstore-setup-go ... 15:32:08 Building docker-support-notifications-go ... 15:32:08 Building docker-support-scheduler-go ... 15:32:08 Building docker-sys-mgmt-agent-go ... 15:32:08 Building docker-security-bootstrapper-go 15:32:08 Building docker-core-data-go 15:32:08 Building docker-support-notifications-go 15:32:08 Building docker-security-secretstore-setup-go 15:32:08 Building docker-support-scheduler-go 15:32:31 Removing intermediate container a3a6a2db6ac3 15:32:31 ---> 353060a360f1 15:32:31 Successfully built 353060a360f1 15:32:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:32:31 + docker inspect -f . ci-base-image-arm64 15:32:31 . [Pipeline] withDockerContainer 15:32:31 prd-ubuntu18.04-docker-arm64-4c-16g-25788 does not seem to be running inside a container 15:32:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:32:33 $ docker top 484a0e005cc06972dbb578c31fe6e31e84c4e73cff4c165ead13b0e6e86fa502 -eo pid,comm [Pipeline] { [Pipeline] sh 15:32:34 + go version 15:32:34 go version go1.15.5 linux/arm64 [Pipeline] } 15:32:34 $ docker stop --time=1 484a0e005cc06972dbb578c31fe6e31e84c4e73cff4c165ead13b0e6e86fa502 15:32:36 $ docker rm -f 484a0e005cc06972dbb578c31fe6e31e84c4e73cff4c165ead13b0e6e86fa502 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:32:37 + docker inspect -f . ci-base-image-arm64 15:32:37 . [Pipeline] withDockerContainer 15:32:37 prd-ubuntu18.04-docker-arm64-4c-16g-25788 does not seem to be running inside a container 15:32:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:32:39 $ docker top d94bce77cba008cf219706ed2943c795d016ffbdc6c714d0cf1d3163dc6cbaf9 -eo pid,comm [Pipeline] { [Pipeline] echo 15:32:39 ========================================================= 15:32:39 [edgeXBuildGoParallel] Running Tests and Build... 15:32:39 ========================================================= [Pipeline] sh 15:32:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:32:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:32:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:32:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:32:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:32:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:32:40 ---> 62df74aca313 15:32:40 Step 3/22 : WORKDIR /edgex-go 15:32:40 ---> 62df74aca313 15:32:40 Step 3/22 : WORKDIR /edgex-go 15:32:40 ---> 62df74aca313 15:32:40 Step 3/24 : WORKDIR /edgex-go 15:32:40 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:32:40 Step 2/30 : FROM ${BUILDER_BASE} AS builder 15:32:40 ---> 62df74aca313 15:32:40 Step 3/30 : WORKDIR /edgex-go 15:32:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:32:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:32:40 ---> 62df74aca313 15:32:40 Step 3/23 : WORKDIR /edgex-go 15:32:40 ---> Running in 9487af812f66 15:32:40 ---> Running in 400fc93cea3d 15:32:40 ---> Running in 028d5c8d7dbe 15:32:40 ---> Running in b645e07da38b 15:32:40 ---> Running in d1b470a07eb5 15:32:40 + make test 15:32:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:32:40 Removing intermediate container 9487af812f66 15:32:40 ---> b6e448ca0ac4 15:32:40 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:32:40 Removing intermediate container 400fc93cea3d 15:32:40 ---> 222719584ade 15:32:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:32:40 Removing intermediate container d1b470a07eb5 15:32:40 ---> 6ebfa8c4ab63 15:32:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:32:40 Removing intermediate container 028d5c8d7dbe 15:32:40 ---> fcaac09637a9 15:32:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:32:40 Removing intermediate container b645e07da38b 15:32:40 ---> c24e567c76e2 15:32:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:32:41 ---> Running in f2d183e90fc6 15:32:41 ---> Running in 51c3676be04a 15:32:41 ---> Running in e495121a799d 15:32:41 ---> Running in 13b6b2fa7977 15:32:41 ---> Running in 634a9dc609b3 15:32:43 Removing intermediate container f2d183e90fc6 15:32:43 ---> b3c4c5d3c2c6 15:32:43 Step 5/24 : RUN apk add --update --no-cache make git 15:32:43 ---> Running in 56009aaae3fc 15:32:43 Removing intermediate container e495121a799d 15:32:43 ---> 21e926a5ebc9 15:32:43 Step 5/22 : RUN apk add --update --no-cache make git 15:32:44 Removing intermediate container 13b6b2fa7977 15:32:44 ---> 6473448b5e2a 15:32:44 Step 5/30 : RUN apk add --update --no-cache make git 15:32:44 ---> Running in a7bf2cf1b81b 15:32:44 Removing intermediate container 51c3676be04a 15:32:44 ---> e7a577b4393c 15:32:44 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:32:44 ---> Running in 407ad4576c79 15:32:44 Removing intermediate container 634a9dc609b3 15:32:44 ---> 7c9e41b740ee 15:32:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:32:44 ---> Running in b4d1216f87a2 15:32:44 ---> Running in 8c4f888be6e0 15:32:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:32:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:32:45 OK: 233 MiB in 51 packages 15:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:32:45 OK: 233 MiB in 51 packages 15:32:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:32:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:32:46 Removing intermediate container 56009aaae3fc 15:32:46 ---> c46e1ebbaee1 15:32:46 Step 6/24 : COPY go.mod . 15:32:46 OK: 233 MiB in 51 packages 15:32:46 OK: 233 MiB in 51 packages 15:32:46 Removing intermediate container a7bf2cf1b81b 15:32:46 ---> 3f918d2f4bc6 15:32:46 Step 6/22 : COPY go.mod . 15:32:46 ---> a4db925c5f98 15:32:46 Step 7/24 : RUN go mod download 15:32:46 OK: 233 MiB in 51 packages 15:32:46 ---> Running in fb4372942135 15:32:47 ---> f379f7af9346 15:32:47 Step 7/22 : RUN go mod download 15:32:47 ---> Running in 24c207a2923f 15:32:47 Removing intermediate container 407ad4576c79 15:32:47 ---> a9652c7ddea7 15:32:47 Step 6/30 : COPY go.mod . 15:32:47 Removing intermediate container b4d1216f87a2 15:32:47 ---> d0a5ee2e3157 15:32:47 Step 6/22 : COPY go.mod . 15:32:47 ---> 72f4046c2790 15:32:47 Step 7/30 : RUN go mod download 15:32:47 Removing intermediate container 8c4f888be6e0 15:32:47 ---> def4be0feb1d 15:32:47 Step 6/23 : COPY go.mod . 15:32:47 ---> Running in fb3783d5eb54 15:32:48 ---> 5f718c42bbb9 15:32:48 Step 7/22 : RUN go mod download 15:32:48 ---> Running in bcfdc4febb03 15:32:48 ---> 8b27e259d75a 15:32:48 Step 7/23 : RUN go mod download 15:32:48 ---> Running in 4f038d3a0a33 15:32:49 Removing intermediate container 24c207a2923f 15:32:49 ---> 7acf4b7ae93e 15:32:49 Step 8/22 : COPY . . 15:32:49 Removing intermediate container fb4372942135 15:32:49 ---> b2238fd379aa 15:32:49 Step 8/24 : COPY . . 15:32:49 Removing intermediate container fb3783d5eb54 15:32:49 ---> a4d6ffa2c48b 15:32:49 Step 8/30 : COPY . . 15:32:50 Removing intermediate container bcfdc4febb03 15:32:50 ---> 1359d9239b36 15:32:50 Step 8/22 : COPY . . 15:32:50 Removing intermediate container 4f038d3a0a33 15:32:50 ---> ceba8ff563d1 15:32:50 Step 8/23 : COPY . . 15:33:02 ? github.com/edgexfoundry/edgex-go [no test files] 15:33:29 ---> 096fdbb12c39 15:33:29 Step 9/23 : RUN make cmd/core-data/core-data 15:33:29 ---> 78c7d2671a4b 15:33:29 ---> c224a486e6d1 15:33:29 Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:33:29 ---> 1566ddd30999 15:33:29 15:33:29 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:33:29 ---> Running in 7736ab7a9f8e 15:33:29 ---> Running in 0289ce7c86ce 15:33:29 ---> Running in 1fb1b8cc16d1 15:33:29 ---> Running in 16d6614a2587 15:33:29 ---> ceaa5562e385 15:33:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:33:29 ---> Running in 16361666b3b2 15:33:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:33:30 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 15:33:30 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 15:33:30 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 15:33:30 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 15:33:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:33:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:33:57 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 15:34:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:34:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:34:02 Removing intermediate container 0289ce7c86ce 15:34:02 ---> d71c12028e1d 15:34:02 15:34:02 Step 10/30 : FROM alpine:3.12 15:34:02 3.12: Pulling from library/alpine 15:34:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:34:02 Status: Downloaded newer image for alpine:3.12 15:34:02 ---> 389fef711851 15:34:02 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:34:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:34:08 ---> Running in febfd6355fa6 15:34:08 Removing intermediate container 1fb1b8cc16d1 15:34:08 ---> 76fba3bfd997 15:34:08 15:34:08 Step 10/24 : FROM alpine:3.12 15:34:08 ---> 389fef711851 15:34:08 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:34:08 Removing intermediate container 7736ab7a9f8e 15:34:08 ---> 79cdc2ae5c5e 15:34:08 15:34:08 Step 10/22 : FROM alpine:3.12 15:34:08 ---> 389fef711851 15:34:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:34:08 Removing intermediate container 16361666b3b2 15:34:08 ---> 4eb670e0eff2 15:34:08 15:34:08 Step 10/22 : FROM alpine:3.12 15:34:08 ---> 389fef711851 15:34:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:34:08 ---> Running in ded4cdf071ad 15:34:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:34:08 Removing intermediate container febfd6355fa6 15:34:08 ---> 2d970e25ec75 15:34:08 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 15:34:08 ---> Running in 32c6a30dd3d9 15:34:08 ---> Running in eb232201c4b6 15:34:08 ---> Running in e59a14141462 15:34:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:09 (1/5) Installing ca-certificates (20191127-r4) 15:34:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:09 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:34:09 (3/5) Installing libcurl (7.69.1-r3) 15:34:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:09 (4/5) Installing curl (7.69.1-r3) 15:34:09 (5/5) Installing dumb-init (1.2.2-r1) 15:34:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:09 Executing busybox-1.31.1-r19.trigger 15:34:09 Executing ca-certificates-20191127-r4.trigger 15:34:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:10 (1/2) Installing ca-certificates (20191127-r4) 15:34:10 (2/2) Installing dumb-init (1.2.2-r1) 15:34:10 (1/1) Installing dumb-init (1.2.2-r1) 15:34:10 Executing busybox-1.31.1-r19.trigger 15:34:10 Executing busybox-1.31.1-r19.trigger 15:34:10 Executing ca-certificates-20191127-r4.trigger 15:34:10 (1/2) Installing dumb-init (1.2.2-r1) 15:34:10 OK: 7 MiB in 19 packages 15:34:10 (2/2) Installing su-exec (0.2-r1) 15:34:10 OK: 6 MiB in 15 packages 15:34:10 Executing busybox-1.31.1-r19.trigger 15:34:10 OK: 6 MiB in 16 packages 15:34:11 OK: 6 MiB in 16 packages 15:34:12 Removing intermediate container 16d6614a2587 15:34:12 ---> 66895402c714 15:34:12 15:34:12 Step 10/23 : FROM alpine:3.12 15:34:12 ---> 389fef711851 15:34:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:34:12 ---> Running in 1920b8435b9b 15:34:14 Removing intermediate container 1920b8435b9b 15:34:14 ---> 9b756ed1d6bc 15:34:14 Step 12/23 : ENV APP_PORT=48080 15:34:14 ---> Running in 10f206379328 15:34:14 Removing intermediate container eb232201c4b6 15:34:14 ---> 8b0b71174887 15:34:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:34:14 Removing intermediate container ded4cdf071ad 15:34:14 ---> f50c1b3c8439 15:34:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:34:14 ---> Running in 0f5341334344 15:34:14 Removing intermediate container 32c6a30dd3d9 15:34:14 ---> 50996be56ec3 15:34:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:34:14 Removing intermediate container e59a14141462 15:34:14 ---> a64a835cf200 15:34:14 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 15:34:14 Removing intermediate container 10f206379328 15:34:14 ---> 27712e9f0cb4 15:34:14 Step 13/23 : EXPOSE $APP_PORT 15:34:14 ---> Running in 9cff5fa57728 15:34:15 ---> Running in fb3027e1c18d 15:34:15 ---> Running in a2243a45bf69 15:34:15 ---> Running in 9c2c75799a01 15:34:15 Removing intermediate container 0f5341334344 15:34:15 ---> 031db0938dde 15:34:15 Step 13/22 : ENV APP_PORT=48085 15:34:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:34:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:34:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:34:15 Removing intermediate container 9cff5fa57728 15:34:15 ---> 663dcccf19f2 15:34:15 Step 13/24 : WORKDIR / 15:34:15 ---> Running in bed8648499dd 15:34:15 Removing intermediate container fb3027e1c18d 15:34:15 ---> a2b2d91eadb9 15:34:15 Step 13/22 : ENV APP_PORT=48060 15:34:15 ---> Running in e9616a4b54ee 15:34:15 Removing intermediate container 9c2c75799a01 15:34:15 ---> ce0773de692c 15:34:15 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:15 Removing intermediate container a2243a45bf69 15:34:15 ---> c8a0bb23b162 15:34:15 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:34:15 ---> Running in 26dcdbd3406b 15:34:15 ---> Running in 50fc1fb8bd8d 15:34:15 ---> Running in ff53c09c89b5 15:34:15 Removing intermediate container bed8648499dd 15:34:15 ---> 7bd3a610ef4a 15:34:15 Step 14/22 : EXPOSE $APP_PORT 15:34:15 Removing intermediate container e9616a4b54ee 15:34:15 ---> 3796254e03eb 15:34:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:34:16 ---> Running in bf94e8f6dced 15:34:16 Removing intermediate container 26dcdbd3406b 15:34:16 ---> cf6e69a55211 15:34:16 Step 14/22 : EXPOSE $APP_PORT 15:34:16 Removing intermediate container ff53c09c89b5 15:34:16 ---> d9ad5063206a 15:34:16 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:34:16 ---> 9d0ecc533b35 15:34:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:34:16 ---> Running in 05ac6a1e91fb 15:34:16 ---> Running in 0b69e92e326c 15:34:16 Removing intermediate container bf94e8f6dced 15:34:16 ---> 19e9039b2b79 15:34:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:34:16 Removing intermediate container 05ac6a1e91fb 15:34:16 ---> 02e3522661d6 15:34:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:34:17 ---> c4fd67b71204 15:34:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:34:17 ---> 1c81202f577c 15:34:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:34:17 ---> 6b39f8dad477 15:34:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:34:17 ---> 49788f7994b6 15:34:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:34:17 Removing intermediate container 50fc1fb8bd8d 15:34:17 ---> 8e55edd17291 15:34:17 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:34:17 ---> 006360eff8bb 15:34:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:34:17 ---> Running in c82d8bd9d965 15:34:18 ---> e17289ae7131 15:34:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:34:18 ---> a3a151d12302 15:34:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:34:18 Removing intermediate container 0b69e92e326c 15:34:18 ---> 7bb046e726ed 15:34:18 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 15:34:18 ---> 40091a4e1852 15:34:18 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:34:18 ---> 5ba383f76e44 15:34:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:34:18 ---> Running in fc943eefc439 15:34:18 ---> Running in 4ba609990443 15:34:18 ---> Running in c166086851a5 15:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:18 ---> eb40a5188867 15:34:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:34:18 Removing intermediate container fc943eefc439 15:34:18 ---> 3aa2166227ed 15:34:18 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:34:18 Removing intermediate container c166086851a5 15:34:18 ---> 9136e7193fcc 15:34:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:34:18 Removing intermediate container 4ba609990443 15:34:18 ---> 3db5fbd287ed 15:34:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:34:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:19 ---> Running in 122a5b5b8575 15:34:19 ---> Running in fc554695b663 15:34:19 ---> 7fd3a4472659 15:34:19 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:34:19 ---> f38b8344ae67 15:34:19 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 15:34:19 ---> Running in 00bd0fcac87f 15:34:19 ---> Running in 9daf3048912b 15:34:19 (1/6) Installing dumb-init (1.2.2-r1) 15:34:20 Removing intermediate container 122a5b5b8575 15:34:20 ---> 73cac9130d7e 15:34:20 Step 20/22 : LABEL arch=x86_64 15:34:20 Removing intermediate container fc554695b663 15:34:20 ---> 6207f1920c94 15:34:20 Step 20/22 : LABEL arch=x86_64 15:34:20 (2/6) Installing libgcc (9.3.0-r2) 15:34:20 (3/6) Installing libsodium (1.0.18-r0) 15:34:20 (4/6) Installing libstdc++ (9.3.0-r2) 15:34:20 ---> Running in 9c97832e0f14 15:34:20 ---> Running in fcfdc45015a0 15:34:20 (5/6) Installing libzmq (4.3.3-r0) 15:34:20 (6/6) Installing zeromq (4.3.3-r0) 15:34:20 Executing busybox-1.31.1-r19.trigger 15:34:20 OK: 8 MiB in 20 packages 15:34:20 Removing intermediate container 9c97832e0f14 15:34:20 ---> 4d17a48ce56f 15:34:20 Step 21/22 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:34:20 Removing intermediate container fcfdc45015a0 15:34:20 ---> 85df83b5d1f5 15:34:20 Step 21/22 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:34:20 ---> Running in 3cdc2b7965e7 15:34:20 ---> Running in 16388d150282 15:34:21 Removing intermediate container 16388d150282 15:34:21 ---> bdb87ef372a1 15:34:21 Step 22/22 : LABEL version=0.0.0 15:34:21 Removing intermediate container 3cdc2b7965e7 15:34:21 ---> 0699ab2572e8 15:34:21 Step 22/22 : LABEL version=0.0.0 15:34:21 ---> Running in 1257bede0bc0 15:34:21 ---> Running in d76b7c66f65c 15:34:21 Removing intermediate container c82d8bd9d965 15:34:21 ---> c384f0560956 15:34:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.303s coverage: 45.6% of statements 15:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.176s coverage: 100.0% of statements 15:34:21 Removing intermediate container d76b7c66f65c 15:34:21 ---> b930713c4231 15:34:21 15:34:21 Removing intermediate container 1257bede0bc0 15:34:21 ---> 085a24fcd5b4 15:34:21 15:34:22 ---> 36465350c62d 15:34:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:34:22 Successfully built b930713c4231 15:34:22 Successfully built 085a24fcd5b4 15:34:22 Removing intermediate container 00bd0fcac87f 15:34:22 ---> 363043d6ea64 15:34:22 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 15:34:22 Successfully tagged docker-support-notifications-go:latest 15:34:22 Successfully tagged docker-support-scheduler-go:latest 15:34:22 Removing intermediate container 9daf3048912b 15:34:22 ---> 0734ffc31f8f 15:34:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:34:22 Building docker-sys-mgmt-agent-go 15:34:22  Building docker-support-notifications-go ... done  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 15:34:22 ---> Running in ec3ed3270640 15:34:22 ---> e42159f23f8f 15:34:22 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:34:22 Removing intermediate container ec3ed3270640 15:34:22 ---> 025ba086f3f1 15:34:22 Step 22/24 : LABEL arch=x86_64 15:34:22 ---> e2a645d199e4 15:34:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:34:22 ---> Running in 72d158d8283c 15:34:23 Removing intermediate container 72d158d8283c 15:34:23 ---> 9b6a139db31c 15:34:23 Step 23/24 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:34:23 ---> 026569578999 15:34:23 Step 19/23 : ENTRYPOINT ["/core-data"] 15:34:23 ---> Running in cac24fc32947 15:34:25 ---> Running in 776240a8017b 15:34:25 ---> f6cbed74d33c 15:34:25 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:34:27 Removing intermediate container cac24fc32947 15:34:27 ---> f1e6a61a3fc3 15:34:27 Step 24/24 : LABEL version=0.0.0 15:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.635s coverage: 27.1% of statements 15:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements 15:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 15:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.225s coverage: 65.8% of statements 15:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:34:29 Removing intermediate container 776240a8017b 15:34:29 ---> a94d918221c2 15:34:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:34:30 ---> f81ac7eaf666 15:34:30 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:34:30 ---> Running in dac8babff74c 15:34:30 ---> Running in f3c6bfb3e024 15:34:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.645s coverage: 82.3% of statements 15:34:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:34:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:34:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:34:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:34:30 Removing intermediate container dac8babff74c 15:34:30 Removing intermediate container f3c6bfb3e024 15:34:30 ---> 1e98adf997c1 15:34:30 ---> 9b6862f33fed 15:34:30 15:34:30 Step 21/23 : LABEL arch=x86_64 15:34:30 ---> 713db80ff7e0 15:34:30 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 15:34:30 ---> Running in 5082ba090bdf 15:34:31 Successfully built 1e98adf997c1 15:34:31 Successfully tagged docker-security-secretstore-setup-go:latest 15:34:31 Building docker-core-metadata-go 15:34:34  Building docker-security-secretstore-setup-go ... done  ---> Running in e858fed9d0ef 15:34:35 Removing intermediate container 5082ba090bdf 15:34:35 ---> 666dea97c879 15:34:35 Step 22/23 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:34:36 ---> Running in d2242eb9384f 15:34:36 Removing intermediate container e858fed9d0ef 15:34:36 ---> 1c970e1bdaf9 15:34:36 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:34:37 Removing intermediate container d2242eb9384f 15:34:37 ---> 95f6d124870c 15:34:37 Step 23/23 : LABEL version=0.0.0 15:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.331s coverage: 28.6% of statements 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.303s coverage: 86.7% of statements 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.424s coverage: 97.5% of statements 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:34:38 ---> 4672f12bd569 15:34:38 Step 25/30 : RUN chmod +x /entrypoint.sh 15:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:34:41 ---> Running in 38294312b6ec 15:34:42 ---> Running in 28f53c9376b2 15:34:42 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:34:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:34:42 ---> 62df74aca313 15:34:42 Step 3/26 : WORKDIR /edgex-go 15:34:43 ---> Using cache 15:34:43 ---> c24e567c76e2 15:34:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:43 ---> Using cache 15:34:43 ---> 7c9e41b740ee 15:34:43 Step 5/26 : RUN apk add --update --no-cache make bash git 15:34:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:34:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:34:43 ---> 62df74aca313 15:34:43 Step 3/21 : WORKDIR /edgex-go 15:34:43 ---> Using cache 15:34:43 ---> c24e567c76e2 15:34:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:43 ---> Using cache 15:34:43 ---> 7c9e41b740ee 15:34:43 Step 5/21 : RUN apk add --update --no-cache make git 15:34:44 Removing intermediate container 38294312b6ec 15:34:44 ---> 628f10d32f0b 15:34:44 15:34:44 ---> Running in 7aeb7e550c21 15:34:44 ---> Running in ac74b0a4b39a 15:34:44 Successfully built 628f10d32f0b 15:34:44 Successfully tagged docker-core-data-go:latest 15:34:44 Building docker-core-command-go 15:34:47  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:48 OK: 233 MiB in 51 packages 15:34:48 OK: 233 MiB in 51 packages 15:34:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.257s coverage: 92.8% of statements 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:34:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:34:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.225s coverage: 0.1% of statements 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 45.5% of statements 15:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements 15:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 15:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.110s coverage: 96.3% of statements 15:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements 15:34:49 Removing intermediate container 28f53c9376b2 15:34:49 ---> 417fc0813d55 15:34:49 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 15:34:51 ---> Running in ad2c119dea4c 15:34:52 Removing intermediate container ac74b0a4b39a 15:34:52 ---> b456090f57cd 15:34:52 Step 6/26 : COPY go.mod . 15:34:52 Removing intermediate container ad2c119dea4c 15:34:52 ---> 66d349f9fb39 15:34:52 Step 27/30 : CMD ["gate"] 15:34:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:34:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:34:52 ---> 62df74aca313 15:34:52 Step 3/23 : WORKDIR /edgex-go 15:34:52 ---> Using cache 15:34:52 ---> c24e567c76e2 15:34:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:52 ---> Using cache 15:34:52 ---> 7c9e41b740ee 15:34:52 Step 5/23 : RUN apk add --update --no-cache make git 15:34:52 ---> Using cache 15:34:52 ---> 3b771cf46b5a 15:34:52 Step 6/23 : COPY go.mod . 15:34:53 Removing intermediate container 7aeb7e550c21 15:34:53 ---> 3b771cf46b5a 15:34:53 Step 6/21 : COPY go.mod . 15:34:54 ---> 4dddd7f9c477 15:34:54 Step 7/23 : RUN go mod download 15:34:54 ---> 5af4416de972 15:34:54 Step 7/26 : RUN go mod download 15:34:54 ---> Running in 5f96a9695380 15:34:54 ---> Running in d41110dcb048 15:34:54 ---> Running in 50b770f0fd09 15:34:54 ---> da6b37280c3c 15:34:54 Step 7/21 : RUN go mod download 15:34:54 Removing intermediate container 5f96a9695380 15:34:54 ---> 48a9817488ed 15:34:54 Step 28/30 : LABEL arch=x86_64 15:34:55 ---> Running in 865a4aaa45bb 15:34:56 ---> Running in a05db954888b 15:34:57 Removing intermediate container a05db954888b 15:34:57 ---> 59244d59adca 15:34:57 Step 29/30 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.090s coverage: 94.4% of statements 15:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements 15:34:59 ---> Running in b822621c6b4d 15:35:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:35:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:35:01 ---> 62df74aca313 15:35:01 Step 3/23 : WORKDIR /edgex-go 15:35:01 ---> Using cache 15:35:01 ---> c24e567c76e2 15:35:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:01 ---> Using cache 15:35:01 ---> 7c9e41b740ee 15:35:01 Step 5/23 : RUN apk add --update --no-cache make git 15:35:01 ---> Using cache 15:35:01 ---> 3b771cf46b5a 15:35:01 Step 6/23 : COPY go.mod . 15:35:01 ---> Using cache 15:35:01 ---> da6b37280c3c 15:35:01 Step 7/23 : RUN go mod download 15:35:01 Removing intermediate container b822621c6b4d 15:35:01 ---> 59d92b1a0209 15:35:01 Step 30/30 : LABEL version=0.0.0 15:35:02 ---> Running in 207be68d3f50 15:35:02 ---> Running in 53649219e1ff 15:35:02 Removing intermediate container 50b770f0fd09 15:35:02 ---> 673df71c2385 15:35:02 Step 8/26 : COPY . . 15:35:02 Removing intermediate container d41110dcb048 15:35:02 ---> f5bfebc333f1 15:35:02 Step 8/23 : COPY . . 15:35:02 Removing intermediate container 865a4aaa45bb 15:35:02 ---> 62b9eacc11e8 15:35:02 Step 8/21 : COPY . . 15:35:02 Removing intermediate container 53649219e1ff 15:35:02 ---> 18f8f5c002dd 15:35:02 15:35:02 Successfully built 18f8f5c002dd 15:35:03 Successfully tagged docker-security-bootstrapper-go:latest 15:35:15  Building docker-security-bootstrapper-go ... done Removing intermediate container 207be68d3f50 15:35:15 ---> fe6a555f6b6f 15:35:15 Step 8/23 : COPY . . 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.133s coverage: 92.9% of statements 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.2% of statements 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.4% of statements 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.516s coverage: 63.5% of statements 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.769s coverage: 68.9% of statements 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.354s coverage: 37.0% of statements 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.489s coverage: 84.0% of statements 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.120s coverage: 100.0% of statements 15:35:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.480s coverage: 47.0% of statements 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:35:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:35:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.092s coverage: 100.0% of statements 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:35:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.284s coverage: 87.7% of statements 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:35:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.127s coverage: 29.1% of statements 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:35:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:35:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.114s coverage: 100.0% of statements 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:35:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.141s coverage: 100.0% of statements 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:35:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:35:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:35:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:35:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:35:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 15:35:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 15:35:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 15:35:32 GO111MODULE=on go vet ./... 15:35:42 ---> 47c5b243016e 15:35:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:35:42 ---> 4440874d1aed 15:35:42 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:35:42 ---> cc8dc5cd7252 15:35:42 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:35:42 ---> Running in 66522649ccdf 15:35:42 ---> Running in 746a8a3e1fda 15:35:42 ---> Running in cf23aeee967d 15:35:42 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 15:35:42 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 15:35:42 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 15:35:42 ---> 3d0094c97ac2 15:35:42 Step 9/23 : RUN make cmd/core-command/core-command 15:35:42 ---> Running in 32d893994784 15:35:44 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 15:36:02 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 15:36:08 Removing intermediate container cf23aeee967d 15:36:08 ---> 4657ce4eb084 15:36:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:36:08 ---> Running in b645424cc198 15:36:08 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 15:36:13 Removing intermediate container 66522649ccdf 15:36:13 ---> e1eb61941350 15:36:13 15:36:13 Step 10/21 : FROM alpine:3.12 15:36:13 ---> 389fef711851 15:36:13 Step 11/21 : RUN apk add --update --no-cache curl 15:36:13 Removing intermediate container 32d893994784 15:36:13 ---> 932ecffe7804 15:36:13 15:36:13 Step 10/23 : FROM alpine:3.12 15:36:13 ---> 389fef711851 15:36:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:36:13 ---> Using cache 15:36:13 ---> 8b0b71174887 15:36:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:36:13 ---> Using cache 15:36:13 ---> 031db0938dde 15:36:13 Step 13/23 : ENV APP_PORT=48082 15:36:15 ---> Running in 37571f1f8b54 15:36:15 ---> Running in fa2172d36f66 15:36:15 Removing intermediate container 746a8a3e1fda 15:36:15 ---> 01a84507e9f2 15:36:15 15:36:15 Step 10/23 : FROM alpine:3.12 15:36:15 ---> 389fef711851 15:36:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:36:15 ---> Using cache 15:36:15 ---> 8b0b71174887 15:36:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:36:15 ---> Using cache 15:36:15 ---> 031db0938dde 15:36:15 Step 13/23 : ENV APP_PORT=48081 15:36:15 Removing intermediate container b645424cc198 15:36:15 ---> 21cbec4b7a4b 15:36:15 15:36:15 Step 11/26 : FROM docker:20.10.0 15:36:15 20.10.0: Pulling from library/docker 15:36:15 ---> Running in 75c26a30be26 15:36:15 Removing intermediate container 37571f1f8b54 15:36:15 ---> 430ccba1a34f 15:36:15 Step 14/23 : EXPOSE $APP_PORT 15:36:15 ---> Running in bd7f2ebe2264 15:36:16 Removing intermediate container 75c26a30be26 15:36:16 ---> 4b9f64c4c11e 15:36:16 Step 14/23 : EXPOSE $APP_PORT 15:36:16 ---> Running in 064144c8d87c 15:36:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:16 Removing intermediate container bd7f2ebe2264 15:36:16 ---> 863ccb341c04 15:36:16 Step 15/23 : WORKDIR / 15:36:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:16 ---> Running in 588a0ae6efa1 15:36:16 Removing intermediate container 064144c8d87c 15:36:16 ---> 35fb3990cee2 15:36:16 Step 15/23 : WORKDIR / 15:36:16 (1/4) Installing ca-certificates (20191127-r4) 15:36:16 ---> Running in b0463b9c4c85 15:36:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:36:16 (3/4) Installing libcurl (7.69.1-r3) 15:36:16 (4/4) Installing curl (7.69.1-r3) 15:36:16 Executing busybox-1.31.1-r19.trigger 15:36:16 Executing ca-certificates-20191127-r4.trigger 15:36:16 OK: 7 MiB in 18 packages 15:36:17 Removing intermediate container 588a0ae6efa1 15:36:17 ---> 410ea01ae4a5 15:36:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:36:17 Removing intermediate container b0463b9c4c85 15:36:17 ---> 2f1167939851 15:36:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:36:18 ---> ef3f72651071 15:36:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:36:18 Removing intermediate container fa2172d36f66 15:36:18 ---> 210bd1d58335 15:36:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:36:18 ---> 46f2fca3864d 15:36:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:36:18 ---> Running in 59d2263abfc7 15:36:19 ---> 01c18d7bb7c7 15:36:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:36:19 Removing intermediate container 59d2263abfc7 15:36:19 ---> 98277400249b 15:36:19 Step 13/21 : WORKDIR /edgex 15:36:19 ---> Running in 40b6da22b5ed 15:36:19 ---> 87778a2da320 15:36:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:36:19 ---> 3a22ee38c206 15:36:19 Step 19/23 : ENTRYPOINT ["/core-command"] 15:36:19 Removing intermediate container 40b6da22b5ed 15:36:19 ---> 137e2a093d88 15:36:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:36:19 ---> Running in cca4ba0ee603 15:36:19 ---> f4065e5fad79 15:36:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:36:19 ---> Running in fe12f0d9d62c 15:36:19 Removing intermediate container cca4ba0ee603 15:36:19 ---> 2e59d5ac48f5 15:36:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:20 ---> 6d1028c3bd0a 15:36:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:36:20 ---> Running in 0af78a1bd553 15:36:20 Removing intermediate container fe12f0d9d62c 15:36:20 ---> 540f2f100dc9 15:36:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:20 ---> Running in 062244598d38 15:36:20 Removing intermediate container 0af78a1bd553 15:36:20 ---> f32e2b4b461f 15:36:20 Step 21/23 : LABEL arch=x86_64 15:36:20 ---> Running in 3a3f8fe21c44 15:36:20 Removing intermediate container 062244598d38 15:36:20 ---> cdd93dca0fa7 15:36:20 Step 21/23 : LABEL arch=x86_64 15:36:22 ---> bdcf60cab06d 15:36:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:36:22 ---> Running in fe6d371a2d6d 15:36:22 Removing intermediate container 3a3f8fe21c44 15:36:22 ---> ea1bec3012f9 15:36:22 Step 22/23 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:36:22 ---> Running in cfb9c43b0f22 15:36:22 ---> 35907923ea4f 15:36:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:36:22 ---> Running in 45af35fafafc 15:36:23 Removing intermediate container fe6d371a2d6d 15:36:23 ---> 43f8655ecab3 15:36:23 Step 22/23 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:36:23 Removing intermediate container cfb9c43b0f22 15:36:23 ---> 0f783e596075 15:36:23 Step 23/23 : LABEL version=0.0.0 15:36:23 ---> Running in ebd1f0b3cc26 15:36:23 ---> Running in 033418a8d063 15:36:23 Removing intermediate container 45af35fafafc 15:36:23 ---> 44afb4f84a70 15:36:23 Step 18/21 : CMD ["--init=true"] 15:36:23 Removing intermediate container ebd1f0b3cc26 15:36:23 ---> a83dc561c734 15:36:23 Step 23/23 : LABEL version=0.0.0 15:36:23 ---> Running in fdee16fded37 15:36:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:36:23 Status: Downloaded newer image for docker:20.10.0 15:36:23 ---> aefe523efa57 15:36:23 Step 12/26 : RUN apk add --no-cache bash 15:36:23 Removing intermediate container 033418a8d063 15:36:23 ---> bee0223645ee 15:36:23 15:36:23 ---> Running in e54f0b66d406 15:36:23 ---> Running in 5c2840b802dd 15:36:23 Successfully built bee0223645ee 15:36:23 Successfully tagged docker-core-command-go:latest 15:36:23  Building docker-core-command-go ... done Removing intermediate container fdee16fded37 15:36:23 ---> 81d74163558e 15:36:23 Step 19/21 : LABEL arch=x86_64 15:36:24 Removing intermediate container e54f0b66d406 15:36:24 ---> 238f1435e92d 15:36:24 15:36:24 ---> Running in c9dd5021b1b9 15:36:24 Successfully built 238f1435e92d 15:36:24 Successfully tagged docker-core-metadata-go:latest 15:36:24  Building docker-core-metadata-go ... done Removing intermediate container c9dd5021b1b9 15:36:24 ---> 0902cf2eb5d9 15:36:24 Step 20/21 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:36:24 ---> Running in 95b93d97839d 15:36:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:24 Removing intermediate container 95b93d97839d 15:36:24 ---> be22c8768e9d 15:36:24 Step 21/21 : LABEL version=0.0.0 15:36:24 (1/2) Installing readline (8.0.4-r0) 15:36:24 (2/2) Installing bash (5.0.17-r0) 15:36:24 ---> Running in 73fff8cfb9eb 15:36:24 Executing bash-5.0.17-r0.post-install 15:36:24 Executing busybox-1.31.1-r19.trigger 15:36:24 OK: 12 MiB in 22 packages 15:36:25 Removing intermediate container 73fff8cfb9eb 15:36:25 ---> 0d41070a037b 15:36:25 15:36:25 Successfully built 0d41070a037b 15:36:25 Successfully tagged docker-security-proxy-setup-go:latest 15:36:25  Building docker-security-proxy-setup-go ... done Removing intermediate container 5c2840b802dd 15:36:25 ---> f41289286ec9 15:36:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:36:25 ---> Running in cc97c380e32a 15:36:25 Removing intermediate container cc97c380e32a 15:36:25 ---> b00219af3bb7 15:36:25 Step 14/26 : ENV APP_PORT=48090 15:36:25 ---> Running in 71ffe0816415 15:36:25 Removing intermediate container 71ffe0816415 15:36:25 ---> a60d6cc582b6 15:36:25 Step 15/26 : EXPOSE $APP_PORT 15:36:25 ---> Running in 0687d45b4717 15:36:26 Removing intermediate container 0687d45b4717 15:36:26 ---> f283b3328fac 15:36:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:36:26 ---> ebd8a1eef290 15:36:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:36:26 ---> 245af2f8c262 15:36:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:36:27 ---> 415295679ff4 15:36:27 Step 19/26 : RUN apk --no-cache add py3-pip 15:36:27 ---> Running in 738416eff9f2 15:36:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:27 (1/33) Installing libbz2 (1.0.8-r1) 15:36:27 (2/33) Installing expat (2.2.9-r1) 15:36:27 (3/33) Installing libffi (3.3-r2) 15:36:27 (4/33) Installing gdbm (1.13-r1) 15:36:27 (5/33) Installing xz-libs (5.2.5-r0) 15:36:27 (6/33) Installing sqlite-libs (3.32.1-r0) 15:36:27 (7/33) Installing python3 (3.8.5-r0) 15:36:29 (8/33) Installing py3-appdirs (1.4.4-r1) 15:36:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:36:29 (10/33) Installing py3-parsing (2.4.7-r0) 15:36:29 (11/33) Installing py3-six (1.15.0-r0) 15:36:29 (12/33) Installing py3-packaging (20.4-r0) 15:36:29 (13/33) Installing py3-setuptools (47.0.0-r0) 15:36:29 (14/33) Installing py3-chardet (3.0.4-r4) 15:36:29 (15/33) Installing py3-idna (2.9-r0) 15:36:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:36:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:36:29 (18/33) Installing py3-requests (2.23.0-r0) 15:36:29 (19/33) Installing py3-msgpack (1.0.0-r0) 15:36:29 (20/33) Installing py3-lockfile (0.12.2-r3) 15:36:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:36:29 (22/33) Installing py3-colorama (0.4.3-r0) 15:36:29 (23/33) Installing py3-distlib (0.3.0-r0) 15:36:29 (24/33) Installing py3-distro (1.5.0-r1) 15:36:29 (25/33) Installing py3-webencodings (0.5.1-r3) 15:36:29 (26/33) Installing py3-html5lib (1.0.1-r4) 15:36:29 (27/33) Installing py3-pytoml (0.1.21-r0) 15:36:29 (28/33) Installing py3-pep517 (0.8.2-r0) 15:36:29 (29/33) Installing py3-progress (1.5-r0) 15:36:29 (30/33) Installing py3-toml (0.10.1-r0) 15:36:29 (31/33) Installing py3-retrying (1.3.3-r0) 15:36:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:36:29 (33/33) Installing py3-pip (20.1.1-r0) 15:36:29 Executing busybox-1.31.1-r19.trigger 15:36:29 OK: 71 MiB in 55 packages 15:36:38 Removing intermediate container 738416eff9f2 15:36:38 ---> ff5afcc4acc0 15:36:38 Step 20/26 : RUN pip install docker-compose==1.23.2 15:36:38 ---> Running in 95e19465ccfd 15:36:39 Collecting docker-compose==1.23.2 15:36:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:36:39 Collecting docopt<0.7,>=0.6.1 15:36:39 Downloading docopt-0.6.2.tar.gz (25 kB) 15:36:40 Collecting texttable<0.10,>=0.9.0 15:36:40 Downloading texttable-0.9.1.tar.gz (11 kB) 15:36:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:36:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:36:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:36:41 Collecting websocket-client<1.0,>=0.32.0 15:36:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:36:41 Collecting dockerpty<0.5,>=0.4.1 15:36:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:36:42 Collecting PyYAML<4,>=3.10 15:36:42 Downloading PyYAML-3.13.tar.gz (270 kB) 15:36:42 Collecting cached-property<2,>=1.2.0 15:36:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:36:43 Collecting docker<4.0,>=3.6.0 15:36:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:36:43 Collecting jsonschema<3,>=2.5.1 15:36:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:36:43 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) 15:36:43 Collecting idna<2.8,>=2.5 15:36:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:36:43 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) 15:36:43 Collecting urllib3<1.25,>=1.21.1 15:36:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:36:43 Collecting docker-pycreds>=0.4.0 15:36:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:36:43 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:36:43 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:36:43 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:36:43 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:36:43 Installing collected packages: docopt, texttable, idna, urllib3, requests, websocket-client, dockerpty, PyYAML, cached-property, docker-pycreds, docker, jsonschema, docker-compose 15:36:43 Running setup.py install for docopt: started 15:36:44 Running setup.py install for docopt: finished with status 'done' 15:36:44 Running setup.py install for texttable: started 15:36:45 Running setup.py install for texttable: finished with status 'done' 15:36:45 Attempting uninstall: idna 15:36:45 Found existing installation: idna 2.9 15:36:45 Uninstalling idna-2.9: 15:36:45 Successfully uninstalled idna-2.9 15:36:45 Attempting uninstall: urllib3 15:36:45 Found existing installation: urllib3 1.25.9 15:36:45 Uninstalling urllib3-1.25.9: 15:36:45 Successfully uninstalled urllib3-1.25.9 15:36:45 Attempting uninstall: requests 15:36:45 Found existing installation: requests 2.23.0 15:36:45 Uninstalling requests-2.23.0: 15:36:45 Successfully uninstalled requests-2.23.0 15:36:46 Running setup.py install for dockerpty: started 15:36:46 Running setup.py install for dockerpty: finished with status 'done' 15:36:46 Running setup.py install for PyYAML: started 15:36:47 Running setup.py install for PyYAML: finished with status 'done' 15:36:47 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 15:36:50 Removing intermediate container 95e19465ccfd 15:36:50 ---> 77a1b9d20334 15:36:50 Step 21/26 : RUN apk --no-cache add curl 15:36:50 ---> Running in 545c2adff09c 15:36:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:36:51 (2/3) Installing libcurl (7.69.1-r3) 15:36:51 (3/3) Installing curl (7.69.1-r3) 15:36:51 Executing busybox-1.31.1-r19.trigger 15:36:51 OK: 72 MiB in 58 packages 15:36:51 Removing intermediate container 545c2adff09c 15:36:51 ---> d7af6cbf6480 15:36:51 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:36:51 ---> Running in 64d229861599 15:36:52 Removing intermediate container 64d229861599 15:36:52 ---> 0c1ea23c4333 15:36:52 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:52 ---> Running in c0826b76de8a 15:36:52 Removing intermediate container c0826b76de8a 15:36:52 ---> 3d08bc16dd01 15:36:52 Step 24/26 : LABEL arch=x86_64 15:36:52 ---> Running in 7cd6b8fdae7d 15:36:52 Removing intermediate container 7cd6b8fdae7d 15:36:52 ---> 050d116af0eb 15:36:52 Step 25/26 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:36:52 ---> Running in f6a201e55d5c 15:36:52 Removing intermediate container f6a201e55d5c 15:36:52 ---> 2003f6e643fc 15:36:52 Step 26/26 : LABEL version=0.0.0 15:36:52 ---> Running in e11bd5b9d430 15:36:52 Removing intermediate container e11bd5b9d430 15:36:52 ---> 7fa9f70cc084 15:36:52 15:36:53 Successfully built 7fa9f70cc084 15:36:53 Successfully tagged docker-sys-mgmt-agent-go:latest 15:36:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:36:54 $ docker stop --time=1 ef4127e31d035e0d62aa18cd9ad95d5e0c9deb5f303fda01c8b282a8300e19a9 15:36:54 gofmt -l . 15:36:54 [ "`gofmt -l .`" = "" ] 15:36:54 ./bin/test-go-mod-tidy.sh 15:36:54 ./bin/test-attribution-txt.sh 15:36:55 $ docker rm -f ef4127e31d035e0d62aa18cd9ad95d5e0c9deb5f303fda01c8b282a8300e19a9 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 15:36:56 + docker images 15:36:56 + grep docker 15:36:56 docker-sys-mgmt-agent-go latest 7fa9f70cc084 4 seconds ago 313MB 15:36:56 docker-security-proxy-setup-go latest 0d41070a037b 32 seconds ago 24.4MB 15:36:56 docker-core-command-go latest bee0223645ee 33 seconds ago 16.9MB 15:36:56 docker-core-metadata-go latest 238f1435e92d 33 seconds ago 18.8MB 15:36:56 docker-security-bootstrapper-go latest 18f8f5c002dd About a minute ago 17.9MB 15:36:56 docker-core-data-go latest 628f10d32f0b 2 minutes ago 22.3MB 15:36:56 docker-security-secretstore-setup-go latest 1e98adf997c1 2 minutes ago 24.6MB 15:36:56 docker-support-scheduler-go latest b930713c4231 2 minutes ago 17MB 15:36:56 docker-support-notifications-go latest 085a24fcd5b4 2 minutes ago 17.6MB 15:36:56 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:36:56 + ls -al . 15:36:56 total 724 15:36:56 drwxrwxr-x 9 1001 1001 4096 Feb 9 15:36 . 15:36:56 drwxr-xr-x 4 root root 4096 Feb 9 15:32 .. 15:36:56 -rw-rw-r-- 1 1001 1001 11 Feb 9 15:31 .dockerignore 15:36:56 drwxrwxr-x 8 1001 1001 4096 Feb 9 15:31 .git 15:36:56 drwxrwxr-x 3 1001 1001 4096 Feb 9 15:31 .github 15:36:56 -rw-rw-r-- 1 1001 1001 818 Feb 9 15:31 .gitignore 15:36:56 -rw-rw-r-- 1 1001 1001 166 Feb 9 15:31 .sonarcloud.properties 15:36:56 -rw-rw-r-- 1 1001 1001 7859 Feb 9 15:31 Attribution.txt 15:36:56 -rw-rw-r-- 1 1001 1001 3804 Feb 9 15:31 CONTRIBUTING.md 15:36:56 -rw-rw-r-- 1 1001 1001 931 Feb 9 15:31 Dockerfile.build 15:36:56 -rw-rw-r-- 1 1001 1001 863 Feb 9 15:31 Jenkinsfile 15:36:56 -rw-rw-r-- 1 1001 1001 10775 Feb 9 15:31 LICENSE 15:36:56 -rw-rw-r-- 1 1001 1001 5774 Feb 9 15:31 Makefile 15:36:56 -rw-rw-r-- 1 1001 1001 6524 Feb 9 15:31 README.md 15:36:56 -rw-rw-r-- 1 1001 1001 6755 Feb 9 15:31 SECURITY.md 15:36:56 -rw-rw-r-- 1 1001 1001 5 Feb 9 15:28 VERSION 15:36:56 -rw-rw-r-- 1 1001 1001 4131 Feb 9 15:31 ZMQWindows.md 15:36:56 drwxrwxr-x 2 1001 1001 4096 Feb 9 15:31 bin 15:36:56 drwxrwxr-x 14 1001 1001 4096 Feb 9 15:31 cmd 15:36:56 -rw-r--r-- 1 root root 592672 Feb 9 15:35 coverage.out 15:36:56 -rw-r--r-- 1 root root 1054 Feb 9 15:36 go.mod 15:36:56 -rw-r--r-- 1 root root 19290 Feb 9 15:36 go.sum 15:36:56 drwxrwxr-x 8 1001 1001 4096 Feb 9 15:31 internal 15:36:56 drwxrwxr-x 4 1001 1001 4096 Feb 9 15:31 openapi 15:36:56 drwxrwxr-x 4 1001 1001 4096 Feb 9 15:31 snap 15:36:56 -rw-rw-r-- 1 1001 1001 168 Feb 9 15:31 version.go [Pipeline] // script [Pipeline] } [Pipeline] sh [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 15:36:57 + '[' -e coverage.out ] 15:36:57 + chown 1001:1001 coverage.out [Pipeline] stash 15:36:57 Warning: overwriting stash ‘coverage-report’ 15:36:58 Stashed 1 file(s) [Pipeline] sh 15:36:59 + make build 15:36:59 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 15:37:09 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 15:37:12 Still waiting to schedule task 15:37:12 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:37:31 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 15:37:35 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 15:37:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:37:42 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 15:37:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:37:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:37:55 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 15:37:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:38:03 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 15:38:03 Running on prd-ubuntu18.04-docker-8c-8g-25789 in /w/workspace/edgexfoundry_edgex-go_PR-3147 [Pipeline] { [Pipeline] ws 15:38:03 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 15:38:06 using credential edgex-jenkins-ssh 15:38:06 Cloning the remote Git repository 15:38:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:38:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:38:06 > git init /w/workspace/edgex-go/4 # timeout=10 15:38:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:38:06 > git --version # timeout=10 15:38:06 > git --version # 'git version 2.17.1' 15:38:06 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:38:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:38:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:38:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:38:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:38:13 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3147/head:refs/remotes/origin/PR-3147 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] } 15:38:13 $ docker stop --time=1 d94bce77cba008cf219706ed2943c795d016ffbdc6c714d0cf1d3163dc6cbaf9 15:38:14 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 266ed883c0884e7f732e2f5dbbce128779779a07 15:38:14 Merge succeeded, producing 266ed883c0884e7f732e2f5dbbce128779779a07 15:38:14 Checking out Revision 266ed883c0884e7f732e2f5dbbce128779779a07 (PR-3147) 15:38:14 > git config core.sparsecheckout # timeout=10 15:38:14 > git checkout -f 266ed883c0884e7f732e2f5dbbce128779779a07 # timeout=10 15:38:14 > git remote # timeout=10 15:38:14 > git config --get remote.origin.url # timeout=10 15:38:14 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:14 > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 15:38:14 > git rev-parse HEAD^{commit} # timeout=10 15:38:14 > git config core.sparsecheckout # timeout=10 15:38:14 > git checkout -f 266ed883c0884e7f732e2f5dbbce128779779a07 # timeout=10 15:38:16 $ docker rm -f d94bce77cba008cf219706ed2943c795d016ffbdc6c714d0cf1d3163dc6cbaf9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:38:18 Commit message: "feat(security): Remove Writable from security services" 15:38:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:38:18 15:38:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:38:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:38:19 latest: Pulling from edgex-devops/edgex-compose-arm64 15:38:19 29e5d40040c1: Pulling fs layer 15:38:19 1ce36da41761: Pulling fs layer 15:38:19 25b303627fd3: Pulling fs layer 15:38:19 + echo snap-build.sh 15:38:19 snap-build.sh 15:38:19 + SNAP_BASE_DIR=. 15:38:19 + '[' '!' -z /w/workspace/edgex-go/4 ']' 15:38:19 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 15:38:19 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 15:38:19 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 15:38:19 + cd /w/workspace/edgex-go/4 15:38:19 + sudo apt-get remove -qy --purge lxd lxd-client 15:38:19 Reading package lists... 15:38:19 Building dependency tree... 15:38:19 Reading state information... 15:38:19 The following packages were automatically installed and are no longer required: 15:38:19 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:38:19 uidmap xdelta3 15:38:19 Use 'sudo apt autoremove' to remove them. 15:38:19 29e5d40040c1: Verifying Checksum 15:38:19 29e5d40040c1: Download complete 15:38:20 The following packages will be REMOVED: 15:38:20 lxd* lxd-client* 15:38:20 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:38:20 After this operation, 31.7 MB disk space will be freed. 15:38:20 1ce36da41761: Verifying Checksum 15:38:20 1ce36da41761: Download complete 15:38:20 29e5d40040c1: Pull complete 15:38:21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 15:38:21 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:38:21 1ce36da41761: Pull complete 15:38:22 25b303627fd3: Download complete 15:38:22 Removing lxd dnsmasq configuration 15:38:22 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:38:22 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:38:23 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:38:23 (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.) 15:38:23 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:38:25 Processing triggers for systemd (237-3ubuntu10.42) ... 15:38:25 Processing triggers for ureadahead (0.100.0-21) ... 15:38:26 + sudo snap remove --purge lxd 15:38:27 snap "lxd" is not installed 15:38:27 + sudo groupadd --force --system lxd 15:38:27 ++ whoami 15:38:27 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:38:27 + newgrp - lxd 15:38:27 + sudo snap install lxd 15:38:32 25b303627fd3: Pull complete 15:38:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:38:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:38:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:38:32 prd-ubuntu18.04-docker-arm64-4c-16g-25788 does not seem to be running inside a container 15:38:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:38:35 2021-02-09T15:38:33Z INFO Waiting for automatic snapd restart... 15:38:36 $ docker top f1133ff02e26aa288611dfcf1552f0151b54b42c73f6c2d1e723335d78498496 -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:37 + grep parallel 15:38:37 + docker-compose build --help 15:38:40 --parallel Build images in parallel. [Pipeline] } 15:38:40 $ docker stop --time=1 f1133ff02e26aa288611dfcf1552f0151b54b42c73f6c2d1e723335d78498496 15:38:42 $ docker rm -f f1133ff02e26aa288611dfcf1552f0151b54b42c73f6c2d1e723335d78498496 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:38:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:38:43 . [Pipeline] withDockerContainer 15:38:43 prd-ubuntu18.04-docker-arm64-4c-16g-25788 does not seem to be running inside a container 15:38:43 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:38:45 $ docker top 2b1b979681839741890483c006eb3fa7a31414134fd5dcaceb7734ad37670b0c -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:46 + docker-compose -f ./docker-compose-build.yml build --parallel 15:38:50 Building docker-core-command-go ... 15:38:50 Building docker-core-data-go ... 15:38:50 Building docker-core-metadata-go ... 15:38:50 Building docker-security-bootstrapper-go ... 15:38:50 Building docker-security-proxy-setup-go ... 15:38:50 Building docker-security-secretstore-setup-go ... 15:38:50 Building docker-support-notifications-go ... 15:38:50 Building docker-support-scheduler-go ... 15:38:50 Building docker-sys-mgmt-agent-go ... 15:38:50 Building docker-sys-mgmt-agent-go 15:38:50 Building docker-security-bootstrapper-go 15:38:50 Building docker-security-secretstore-setup-go 15:38:50 Building docker-core-metadata-go 15:38:50 Building docker-security-proxy-setup-go 15:39:07 lxd 4.11 from Canonical* installed 15:39:07 + sudo lxd init --auto 15:39:11 + sudo snap install --classic snapcraft 15:39:33 snapcraft 4.4.4 from Canonical* installed 15:39:33 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 15:39:33 + patch --verbose -p1 15:39:33 Hmm... Looks like a unified diff to me... 15:39:33 The text leading up to this was: 15:39:33 -------------------------- 15:39:33 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 15:39:33 |From: Tony Espy 15:39:33 |Date: Wed, 16 Dec 2020 16:34:55 -0500 15:39:33 |Subject: [PATCH] optimize snap build for pipeline CI check 15:39:33 | 15:39:33 |This patch is used by the EdgeX CI pipeline builds to 15:39:33 |optimize the snap CI check run for pull requests. When 15:39:33 |applied, it essentially strips out everything (apps and 15:39:33 |parts) from the snapcraft.yaml file except those required 15:39:33 |to build edgex-go, as the whole idea of the CI check is to 15:39:33 |catch changes to edgex-go that break the snap build. 15:39:33 | 15:39:33 |In general, anyone updating snapcraft.yaml will also need 15:39:33 |to update this patch file, otherwise it may fail to apply, 15:39:33 |resulting in a failed snap build CI check in the associated 15:39:33 |pull request. 15:39:33 | 15:39:33 |Note - in addition to applying this patch, the pipeline also 15:39:33 |only primes the snap (e.g. `snapcraft prime`), as there's no 15:39:33 |need to build the finally binary .snap file (and it won't 15:39:33 |work with the patch applied). This further reduces the build 15:39:33 |time. 15:39:33 |--- 15:39:33 | snap/snapcraft.yaml | 461 +------------------------------------------- 15:39:33 | 1 file changed, 2 insertions(+), 459 deletions(-) 15:39:33 | 15:39:33 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 15:39:33 |index 1e537489..faf42425 100644 15:39:33 |--- a/snap/snapcraft.yaml 15:39:33 |+++ b/snap/snapcraft.yaml 15:39:33 -------------------------- 15:39:33 patching file snap/snapcraft.yaml 15:39:33 Using Plan A... 15:39:33 Hunk #1 succeeded at 73. 15:39:33 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 15:39:33 Hunk #3 succeeded at 217 (offset 3 lines). 15:39:33 Hunk #4 succeeded at 225 (offset 3 lines). 15:39:33 Hunk #5 succeeded at 232 (offset 3 lines). 15:39:33 Hunk #6 succeeded at 259 (offset 3 lines). 15:39:33 Hunk #7 succeeded at 293 (offset 3 lines). 15:39:33 Hunk #8 succeeded at 352 (offset 11 lines). 15:39:33 Hmm... Ignoring the trailing garbage. 15:39:33 done 15:39:33 + sudo snapcraft prime --use-lxd 15:39:33 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:39:33 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: 15:39:33 - README.md 15:39:33 - snapcraft.yaml.orig 15:39:33 15:39:33 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:39:33 Launching a container. 15:39:48 Waiting for container to be ready 15:39:48 To start your first instance, try: lxc launch ubuntu:18.04 15:39:48 15:39:50 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:39:51 Waiting for network to be ready... 15:39:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:39:51 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:39:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] 15:39:52 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:39:52 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:39:52 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:39:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:39:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:39:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:39:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:39:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:39:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 15:39:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:39:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:39:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 15:39:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 15:39:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] 15:39:52 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 15:39:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:39:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 15:39:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 15:39:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 15:39:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 15:39:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 15:39:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 15:39:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 15:39:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 15:39:57 Fetched 23.9 MB in 6s (4093 kB/s) 15:39:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:39:58 ---> 353060a360f1 15:39:58 Step 3/21 : WORKDIR /edgex-go 15:39:58 Reading package lists... 15:39:58 Reading package lists... 15:39:58 Building dependency tree... 15:39:58 Reading state information... 15:39:59 The following additional packages will be installed: 15:39:59 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:39:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:39:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:39:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:39:59 Suggested packages: 15:39:59 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:39:59 Recommended packages: 15:39:59 gnupg libsasl2-modules 15:39:59 The following NEW packages will be installed: 15:39:59 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:39:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:39:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:39:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:39:59 The following packages will be upgraded: 15:39:59 gpg gpg-agent gpgconf libudev1 15:39:59 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 15:39:59 Need to get 3532 kB of archives. 15:39:59 After this operation, 13.3 MB of additional disk space will be used. 15:39:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 15:39:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 15:39:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 15:39:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 15:39:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 15:39:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 15:39:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 15:39:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 15:39:59 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 15:39:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:39:59 ---> 353060a360f1 15:39:59 Step 3/24 : WORKDIR /edgex-go 15:39:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:39:59 ---> 353060a360f1 15:39:59 Step 3/23 : WORKDIR /edgex-go 15:39:59 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:59 Step 2/30 : FROM ${BUILDER_BASE} AS builder 15:39:59 ---> 353060a360f1 15:39:59 Step 3/30 : WORKDIR /edgex-go 15:39:59 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 15:39:59 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:39:59 ---> 353060a360f1 15:39:59 Step 3/26 : WORKDIR /edgex-go 15:40:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:40:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:40:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:40:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:40:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:40:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:40:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:40:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:40:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:40:00 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:40:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:40:00 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:40:00 debconf: delaying package configuration, since apt-utils is not installed 15:40:00 Fetched 3532 kB in 1s (3220 kB/s) 15:40:00 (Reading database ... 12511 files and directories currently installed.) 15:40:00 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 15:40:00 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:40:00 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 15:40:00 Selecting previously unselected package udev. 15:40:00 (Reading database ... 12511 files and directories currently installed.) 15:40:00 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 15:40:00 Unpacking udev (237-3ubuntu10.44) ... 15:40:01 Selecting previously unselected package libfuse2:amd64. 15:40:01 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:40:01 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:40:01 Selecting previously unselected package fuse. 15:40:01 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:40:01 Unpacking fuse (2.9.7-1ubuntu1) ... 15:40:01 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 15:40:01 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:40:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 15:40:01 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:40:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 15:40:01 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:40:01 Selecting previously unselected package libksba8:amd64. 15:40:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:40:01 Unpacking libksba8:amd64 (1.3.5-2) ... 15:40:01 Selecting previously unselected package libroken18-heimdal:amd64. 15:40:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:40:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:40:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:02 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:02 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:40:02 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:02 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:02 Selecting previously unselected package libwind0-heimdal:amd64. 15:40:02 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:02 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:40:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:40:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:40:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:40:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:02 Selecting previously unselected package libsasl2-modules-db:amd64. 15:40:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:40:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:40:02 Selecting previously unselected package libsasl2-2:amd64. 15:40:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:40:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:40:02 Selecting previously unselected package libldap-common. 15:40:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 15:40:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 15:40:02 Selecting previously unselected package libldap-2.4-2:amd64. 15:40:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 15:40:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 15:40:03 Selecting previously unselected package dirmngr. 15:40:03 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 15:40:03 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 15:40:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 15:40:03 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 15:40:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:40:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:40:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:40:03 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 15:40:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:03 Setting up libksba8:amd64 (1.3.5-2) ... 15:40:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:40:03 Setting up udev (237-3ubuntu10.44) ... 15:40:03 invoke-rc.d: policy-rc.d denied execution of start. 15:40:04 ---> Running in 25911ab7867f 15:40:04 ---> Running in ef603845bbdb 15:40:04 ---> Running in 679f2c4ff3a6 15:40:04 ---> Running in 308b63d3e404 15:40:04 ---> Running in 37f8383f4a8c 15:40:04 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:04 Processing triggers for systemd (237-3ubuntu10) ... 15:40:04 Setting up fuse (2.9.7-1ubuntu1) ... 15:40:04 Setting up gpg (2.2.4-1ubuntu1.3) ... 15:40:04 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:04 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:04 Removing intermediate container 679f2c4ff3a6 15:40:04 ---> ffd2b4c4afcb 15:40:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:40:04 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:04 Removing intermediate container ef603845bbdb 15:40:04 ---> c4b67bf773e3 15:40:04 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:40:04 Removing intermediate container 308b63d3e404 15:40:04 ---> 6ab5b3552319 15:40:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:40:04 Removing intermediate container 25911ab7867f 15:40:04 ---> 83b09f4ad4a7 15:40:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:40:04 Removing intermediate container 37f8383f4a8c 15:40:04 ---> a6e71e65a6e0 15:40:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:40:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 15:40:04 ---> Running in 25b770ea71ae 15:40:04 ---> Running in 2ac98dce2a95 15:40:04 ---> Running in 95929d5b5898 15:40:04 ---> Running in 73323577e59a 15:40:04 ---> Running in 6e9ed6a62125 15:40:05 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 15:40:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:40:05 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:40:05 settings in the [Install] section, and DefaultInstance for template units). 15:40:05 This means they are not meant to be enabled using systemctl. 15:40:05 Possible reasons for having this kind of units are: 15:40:05 1) A unit may be statically enabled by being symlinked from another unit's 15:40:05 .wants/ or .requires/ directory. 15:40:05 2) A unit's purpose may be to act as a helper for some other unit which has 15:40:05 a requirement dependency on it. 15:40:05 3) A unit may be started when needed via activation (socket, path, timer, 15:40:05 D-Bus, udev, scripted systemctl call, ...). 15:40:05 4) In case of template units, the unit is meant to be enabled with some 15:40:05 instance name specified. 15:40:05 Reading package lists... 15:40:06 Building dependency tree... 15:40:06 Reading state information... 15:40:06 The following additional packages will be installed: 15:40:06 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:40:06 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:40:06 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:40:06 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:40:06 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:40:06 Suggested packages: 15:40:06 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:40:06 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:40:06 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:40:06 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:40:06 systemd-container policykit-1 15:40:06 Recommended packages: 15:40:06 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:40:06 The following NEW packages will be installed: 15:40:06 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:40:06 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:40:06 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:40:06 multiarch-support openssh-client python3 python3-minimal python3.6 15:40:06 python3.6-minimal snapd squashfs-tools sudo 15:40:06 The following packages will be upgraded: 15:40:06 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:40:06 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 15:40:06 Need to get 35.2 MB of archives. 15:40:06 After this operation, 141 MB of additional disk space will be used. 15:40:06 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 15:40:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 15:40:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 15:40:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 15:40:07 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 15:40:07 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:40:07 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:40:07 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:40:07 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:40:07 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:40:07 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:40:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:40:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:40:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 15:40:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:40:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 15:40:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:40:07 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 15:40:07 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:40:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 15:40:07 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 15:40:07 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:40:07 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 15:40:07 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:40:07 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:40:07 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:40:07 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:40:07 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:40:07 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 15:40:07 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:40:08 Removing intermediate container 25b770ea71ae 15:40:08 ---> 3e287754a120 15:40:08 Step 5/26 : RUN apk add --update --no-cache make bash git 15:40:08 debconf: delaying package configuration, since apt-utils is not installed 15:40:08 Fetched 35.2 MB in 2s (16.3 MB/s) 15:40:08 Removing intermediate container 95929d5b5898 15:40:08 ---> 23e22bd656ab 15:40:08 Step 5/21 : RUN apk add --update --no-cache make git 15:40:08 ---> Running in 3d19638e98c8 15:40:08 (Reading database ... 12757 files and directories currently installed.) 15:40:08 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 15:40:08 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:40:08 Removing intermediate container 2ac98dce2a95 15:40:08 ---> 7d8c6ee0fcd5 15:40:08 Step 5/23 : RUN apk add --update --no-cache make git 15:40:09 ---> Running in 4889fa72df84 15:40:09 ---> Running in f8aa4a56f5e7 15:40:09 Removing intermediate container 73323577e59a 15:40:09 ---> 1d6b168ed9c1 15:40:09 Step 5/24 : RUN apk add --update --no-cache make git 15:40:09 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 15:40:09 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:40:09 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 15:40:09 (Reading database ... 12757 files and directories currently installed.) 15:40:09 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 15:40:09 ---> Running in b183919841de 15:40:09 Removing intermediate container 6e9ed6a62125 15:40:09 ---> 1393de960839 15:40:09 Step 5/30 : RUN apk add --update --no-cache make git 15:40:09 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 15:40:09 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 15:40:10 ---> Running in a1112bbdc367 15:40:10 (Reading database ... 12757 files and directories currently installed.) 15:40:10 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 15:40:10 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 15:40:10 Setting up apt (1.6.12ubuntu0.2) ... 15:40:10 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:40:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:40:11 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:40:11 (Reading database ... 12764 files and directories currently installed.) 15:40:11 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:40:11 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:40:11 Selecting previously unselected package libpython3.6-minimal:amd64. 15:40:11 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:40:11 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:40:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:40:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:40:11 Selecting previously unselected package libexpat1:amd64. 15:40:11 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:40:11 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:40:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:40:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:40:11 Selecting previously unselected package python3.6-minimal. 15:40:11 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:40:11 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:40:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:40:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:40:12 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 15:40:12 Checking for services that may need to be restarted...done. 15:40:12 Checking for services that may need to be restarted...done. 15:40:12 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:40:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:40:12 OK: 217 MiB in 51 packages 15:40:12 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:40:12 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:40:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:40:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:40:12 OK: 217 MiB in 51 packages 15:40:12 Selecting previously unselected package python3-minimal. 15:40:12 (Reading database ... 13012 files and directories currently installed.) 15:40:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:40:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:40:12 Selecting previously unselected package mime-support. 15:40:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:40:12 Unpacking mime-support (3.60ubuntu1) ... 15:40:13 OK: 217 MiB in 51 packages 15:40:13 Selecting previously unselected package libmpdec2:amd64. 15:40:13 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:40:13 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:40:13 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:40:13 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:40:13 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:40:13 OK: 217 MiB in 51 packages 15:40:13 Selecting previously unselected package python3.6. 15:40:13 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:40:13 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:40:13 OK: 217 MiB in 51 packages 15:40:13 Selecting previously unselected package libpython3-stdlib:amd64. 15:40:13 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:40:13 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:40:13 Setting up python3-minimal (3.6.7-1~18.04) ... 15:40:13 Selecting previously unselected package python3. 15:40:13 (Reading database ... 13442 files and directories currently installed.) 15:40:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:40:13 Unpacking python3 (3.6.7-1~18.04) ... 15:40:14 Removing intermediate container 3d19638e98c8 15:40:14 ---> 9c87790e05af 15:40:14 Step 6/26 : COPY go.mod . 15:40:14 Selecting previously unselected package multiarch-support. 15:40:14 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:40:14 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:40:14 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:40:14 Selecting previously unselected package liblzo2-2:amd64. 15:40:14 (Reading database ... 13479 files and directories currently installed.) 15:40:14 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:40:14 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:40:14 Removing intermediate container 4889fa72df84 15:40:14 ---> f7f968dc2a90 15:40:14 Step 6/21 : COPY go.mod . 15:40:14 Selecting previously unselected package libbsd0:amd64. 15:40:14 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:40:14 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:40:14 Selecting previously unselected package sudo. 15:40:14 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 15:40:14 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 15:40:14 Selecting previously unselected package apparmor. 15:40:14 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:40:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:40:14 Selecting previously unselected package libedit2:amd64. 15:40:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:40:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:40:15 ---> 836bdb978b73 15:40:15 Step 7/26 : RUN go mod download 15:40:15 Removing intermediate container f8aa4a56f5e7 15:40:15 ---> 36d6ff1333dd 15:40:15 Step 6/23 : COPY go.mod . 15:40:15 ---> Running in e4d8e48210d1 15:40:15 Removing intermediate container b183919841de 15:40:15 ---> f858094e62b4 15:40:15 Step 6/24 : COPY go.mod . 15:40:15 Removing intermediate container a1112bbdc367 15:40:15 ---> b97a61079f10 15:40:15 Step 6/30 : COPY go.mod . 15:40:15 ---> eaca70f64a54 15:40:15 Step 7/21 : RUN go mod download 15:40:15 ---> Running in cfd0afe6aa45 15:40:15 Selecting previously unselected package libkrb5support0:amd64. 15:40:15 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:40:15 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:40:16 ---> 8f351e217587 15:40:16 Step 7/23 : RUN go mod download 15:40:16 Selecting previously unselected package libk5crypto3:amd64. 15:40:16 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:40:16 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:40:16 Selecting previously unselected package libkeyutils1:amd64. 15:40:16 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:40:16 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:40:16 ---> ca24adcaf38a 15:40:16 Step 7/24 : RUN go mod download 15:40:16 Selecting previously unselected package libkrb5-3:amd64. 15:40:16 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:40:16 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:40:16 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:40:16 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:40:16 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:40:16 Selecting previously unselected package libssl1.0.0:amd64. 15:40:16 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 15:40:16 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:40:16 Selecting previously unselected package openssh-client. 15:40:16 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:40:16 ---> Running in a438bd3e44bb 15:40:16 ---> Running in a94bd6256d51 15:40:16 ---> d7aa30b9fd6f 15:40:16 Step 7/30 : RUN go mod download 15:40:16 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:40:16 Selecting previously unselected package squashfs-tools. 15:40:16 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:40:16 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:40:17 ---> Running in b774a5974225 15:40:17 Selecting previously unselected package snapd. 15:40:17 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 15:40:17 Unpacking snapd (2.48+18.04) ... 15:40:19 Removing intermediate container e4d8e48210d1 15:40:19 ---> a213e126cd2f 15:40:19 Step 8/26 : COPY . . 15:40:19 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:40:19 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:40:19 Setting up mime-support (3.60ubuntu1) ... 15:40:19 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 15:40:19 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:40:19 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:40:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:40:19 Setting up systemd (237-3ubuntu10.44) ... 15:40:19 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:40:20 Removing intermediate container cfd0afe6aa45 15:40:20 ---> f2ff3d8c4873 15:40:20 Step 8/21 : COPY . . 15:40:20 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:40:21 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:40:21 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:40:21 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:40:21 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:40:21 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:40:21 Removing intermediate container a438bd3e44bb 15:40:21 ---> 005610f98a3a 15:40:21 Step 8/23 : COPY . . 15:40:21 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:40:21 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:40:21 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:40:21 Setting up python3 (3.6.7-1~18.04) ... 15:40:21 running python rtupdate hooks for python3.6... 15:40:21 running python post-rtupdate hooks for python3.6... 15:40:21 Removing intermediate container b774a5974225 15:40:21 ---> 2824929c04d4 15:40:21 Step 8/30 : COPY . . 15:40:22 Setting up apparmor (2.12-4ubuntu5.1) ... 15:40:22 Removing intermediate container a94bd6256d51 15:40:22 ---> a27769b9a3d9 15:40:22 Step 8/24 : COPY . . 15:40:23 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:40:23 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:40:23 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:40:24 Setting up snapd (2.48+18.04) ... 15:40:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:40:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:40:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:40:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:40:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:40:25 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:40:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:40:26 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:40:26 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:40:26 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:40:26 /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' 15:40:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:40:26 Processing triggers for systemd (237-3ubuntu10.44) ... 15:40:27 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:40:27 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:40:27 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:40:29 Reading package lists... 15:40:29 Reading package lists... 15:40:30 Building dependency tree... 15:40:30 Reading state information... 15:40:30 Calculating upgrade... 15:40:30 The following packages will be upgraded: 15:40:30 advancecomp base-files bash binutils binutils-common 15:40:30 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:40:30 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:40:30 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 15:40:30 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 15:40:30 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 15:40:30 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 15:40:30 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 15:40:30 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 15:40:30 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 15:40:30 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 15:40:30 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 15:40:30 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 15:40:30 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 15:40:30 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 15:40:30 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:40:30 Need to get 63.8 MB of archives. 15:40:30 After this operation, 5188 kB of additional disk space will be used. 15:40:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 15:40:30 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:40:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:40:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:40:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:40:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:40:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:40:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:40:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:40:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:40:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:40:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:40:30 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:40:30 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:40:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:40:30 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:40:30 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:40:30 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:40:30 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:40:30 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:40:30 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:40:30 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:40:30 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:40:30 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:40:30 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:40:30 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:40:30 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:40:30 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:40:30 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:40:30 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:40:30 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:40:30 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:40:30 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:40:30 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:40:30 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:40:30 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 15:40:30 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 15:40:30 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:40:30 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:40:30 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:40:30 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 15:40:30 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 15:40:30 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:40:30 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:40:30 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:40:30 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 15:40:30 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:40:30 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:40:30 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:40:30 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:40:30 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:40:30 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:40:30 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:40:30 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:40:30 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:40:30 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:40:31 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:40:31 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:40:31 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:40:31 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:40:31 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:40:31 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:40:31 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:40:31 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:40:31 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:40:31 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:40:31 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:40:31 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:40:31 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:40:31 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:40:31 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:40:31 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:40:31 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:40:31 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:40:31 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:40:31 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:40:31 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:40:31 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:40:31 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:40:31 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 15:40:31 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 15:40:31 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:40:31 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 15:40:31 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:40:31 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 15:40:31 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 15:40:31 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:40:31 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:40:31 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:40:31 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 15:40:31 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:40:31 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:40:31 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 15:40:31 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:40:31 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:40:31 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:40:31 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:40:31 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:40:31 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:40:32 debconf: delaying package configuration, since apt-utils is not installed 15:40:32 Fetched 63.8 MB in 2s (38.6 MB/s) 15:40:32 (Reading database ... 13912 files and directories currently installed.) 15:40:32 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:40:32 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:40:33 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:40:33 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:40:33 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 15:40:33 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 15:40:34 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:34 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:34 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:34 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:34 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:34 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:34 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:34 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:34 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:34 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:34 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:34 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:34 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:34 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:34 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:40:35 (Reading database ... 13911 files and directories currently installed.) 15:40:35 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:35 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:40:35 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:40:35 (Reading database ... 13911 files and directories currently installed.) 15:40:35 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:35 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:35 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:35 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:35 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:35 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:35 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:40:35 (Reading database ... 13911 files and directories currently installed.) 15:40:35 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:40:36 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:40:36 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:40:37 (Reading database ... 13911 files and directories currently installed.) 15:40:37 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:40:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:40:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:40:37 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:40:37 Setting up base-files (10.1ubuntu2.10) ... 15:40:37 Installing new version of config file /etc/issue ... 15:40:37 Installing new version of config file /etc/issue.net ... 15:40:37 Installing new version of config file /etc/lsb-release ... 15:40:37 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:40:37 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:40:37 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:40:37 Removing obsolete conffile /etc/default/motd-news ... 15:40:37 (Reading database ... 13912 files and directories currently installed.) 15:40:37 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:40:38 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:40:38 Setting up bash (4.4.18-2ubuntu1.2) ... 15:40:38 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 15:40:38 (Reading database ... 13912 files and directories currently installed.) 15:40:38 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:38 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:40:38 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:40:38 (Reading database ... 13912 files and directories currently installed.) 15:40:38 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:40:38 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:40:38 Setting up tar (1.29b-2ubuntu0.2) ... 15:40:38 (Reading database ... 13912 files and directories currently installed.) 15:40:38 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:40:38 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:40:39 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:40:39 (Reading database ... 13912 files and directories currently installed.) 15:40:39 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:40:39 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:40:39 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:40:39 (Reading database ... 13912 files and directories currently installed.) 15:40:39 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:40:39 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:40:39 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:40:39 (Reading database ... 13912 files and directories currently installed.) 15:40:39 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:40:39 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:40:39 Setting up grep (3.1-2build1) ... 15:40:39 (Reading database ... 13912 files and directories currently installed.) 15:40:39 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:40:39 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:40:40 Setting up login (1:4.5-1ubuntu2) ... 15:40:40 (Reading database ... 13912 files and directories currently installed.) 15:40:40 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:40:40 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:40:40 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:40:40 (Reading database ... 13912 files and directories currently installed.) 15:40:40 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:40:40 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:40:41 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:40:41 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:40:41 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:40:41 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:40:41 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:40:41 (Reading database ... 13912 files and directories currently installed.) 15:40:41 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:40:41 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:40:43 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:40:43 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:40:43 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:40:43 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:40:43 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:40:43 (Reading database ... 13912 files and directories currently installed.) 15:40:43 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:40:43 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:40:43 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:40:43 (Reading database ... 13912 files and directories currently installed.) 15:40:43 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:43 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:43 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:40:44 (Reading database ... 13912 files and directories currently installed.) 15:40:44 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:44 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:44 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:40:44 (Reading database ... 13912 files and directories currently installed.) 15:40:44 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:44 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:44 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:40:44 (Reading database ... 13912 files and directories currently installed.) 15:40:44 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:44 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:44 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:40:44 (Reading database ... 13912 files and directories currently installed.) 15:40:44 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:40:44 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:40:44 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:40:44 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:40:45 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:40:45 (Reading database ... 13912 files and directories currently installed.) 15:40:45 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:40:45 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:40:45 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:40:45 (Reading database ... 13912 files and directories currently installed.) 15:40:45 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:45 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:45 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:40:45 (Reading database ... 13912 files and directories currently installed.) 15:40:45 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:45 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:45 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:40:45 (Reading database ... 13912 files and directories currently installed.) 15:40:45 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:45 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:46 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:40:46 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:40:46 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:40:47 (Reading database ... 13912 files and directories currently installed.) 15:40:47 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:40:47 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:40:47 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:40:47 (Reading database ... 13912 files and directories currently installed.) 15:40:47 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:40:47 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:40:47 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:40:47 (Reading database ... 13914 files and directories currently installed.) 15:40:47 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:40:47 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:40:47 Setting up debconf (1.5.66ubuntu1) ... 15:40:48 (Reading database ... 13914 files and directories currently installed.) 15:40:48 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 15:40:48 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:40:48 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 15:40:48 (Reading database ... 13914 files and directories currently installed.) 15:40:48 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 15:40:48 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:40:48 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 15:40:48 (Reading database ... 13914 files and directories currently installed.) 15:40:48 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:40:48 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:40:49 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:40:49 (Reading database ... 13914 files and directories currently installed.) 15:40:49 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:40:49 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:40:49 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:40:49 (Reading database ... 13914 files and directories currently installed.) 15:40:49 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:40:49 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:40:49 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:40:49 ---> fc7d94670bdd 15:40:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:40:49 ---> e7b9f5140fee 15:40:49 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:40:49 ---> 82b850861f24 15:40:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:40:49 ---> b0da512b5726 15:40:49 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:40:49 ---> 8ab41ed16ce5 15:40:49 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:40:49 ---> Running in feef820cf0c8 15:40:49 ---> Running in 481e4eecf73b 15:40:49 ---> Running in d3beff0ced7c 15:40:49 ---> Running in c6c18b5efe23 15:40:49 ---> Running in bc1616e9b529 15:40:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:40:49 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 15:40:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:40:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:40:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:40:49 (Reading database ... 13914 files and directories currently installed.) 15:40:49 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:49 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:50 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 15:40:50 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:40:50 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:40:50 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:40:50 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:40:50 (Reading database ... 13914 files and directories currently installed.) 15:40:50 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:40:50 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:40:50 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:40:50 (Reading database ... 13914 files and directories currently installed.) 15:40:50 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:40:50 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:40:50 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:40:51 (Reading database ... 13914 files and directories currently installed.) 15:40:51 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:40:51 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:40:51 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:40:51 (Reading database ... 13914 files and directories currently installed.) 15:40:51 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 15:40:51 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 15:40:51 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 15:40:51 (Reading database ... 13914 files and directories currently installed.) 15:40:51 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:40:51 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:40:52 Setting up passwd (1:4.5-1ubuntu2) ... 15:40:52 (Reading database ... 13914 files and directories currently installed.) 15:40:52 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 15:40:52 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:40:52 Setting up gpgv (2.2.4-1ubuntu1.3) ... 15:40:53 (Reading database ... 13914 files and directories currently installed.) 15:40:53 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:40:53 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:40:53 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:40:53 (Reading database ... 13914 files and directories currently installed.) 15:40:53 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:40:53 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:40:53 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:40:53 (Reading database ... 13914 files and directories currently installed.) 15:40:53 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:40:53 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:40:53 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:40:53 (Reading database ... 13914 files and directories currently installed.) 15:40:53 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:40:53 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:40:54 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:40:54 (Reading database ... 13914 files and directories currently installed.) 15:40:54 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:40:54 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:40:54 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 15:40:54 (Reading database ... 13914 files and directories currently installed.) 15:40:54 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 15:40:54 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 15:40:54 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 15:40:54 (Reading database ... 13915 files and directories currently installed.) 15:40:54 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:40:54 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:40:54 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:40:55 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:40:55 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:40:55 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:40:55 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 15:40:55 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 15:40:55 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:40:55 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:40:55 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:40:55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:40:55 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:40:55 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:40:55 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:40:55 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:40:56 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:40:56 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:40:56 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:40:56 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:40:56 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:40:56 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:40:56 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 15:40:56 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 15:40:57 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:40:57 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:40:57 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:40:57 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:40:57 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:40:57 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:40:58 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:40:58 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:40:58 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:40:58 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:40:58 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:40:58 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:40:58 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:40:58 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:40:58 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:40:58 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:40:59 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:40:59 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:40:59 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:40:59 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:00 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:00 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:01 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:01 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:02 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:02 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:02 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:02 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:03 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:03 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:03 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:41:03 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:41:03 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:41:03 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:41:04 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:41:04 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:41:04 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:41:04 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:41:04 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:41:04 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:41:04 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:41:04 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:41:04 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:41:04 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:41:05 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:05 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:41:05 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:05 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:05 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:05 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:41:05 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:41:05 Setting up tzdata (2021a-0ubuntu0.18.04) ... 15:41:05 15:41:05 Current default time zone: 'Etc/UTC' 15:41:05 Local time is now: Tue Feb 9 15:41:05 UTC 2021. 15:41:05 Universal Time is now: Tue Feb 9 15:41:05 UTC 2021. 15:41:05 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:41:05 15:41:05 Setting up systemd-sysv (237-3ubuntu10.44) ... 15:41:05 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:05 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 15:41:05 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:41:05 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:41:05 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:41:05 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:41:05 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:41:05 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:41:05 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:41:06 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:06 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:41:06 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:41:06 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:41:06 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:06 Setting up patch (2.7.6-2ubuntu1.1) ... 15:41:06 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:41:06 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:41:06 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 15:41:06 Installing new version of config file /etc/ssl/openssl.cnf ... 15:41:06 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:41:06 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:41:06 Setting up ca-certificates (20210119~18.04.1) ... 15:41:08 Updating certificates in /etc/ssl/certs... 15:41:09 23 added, 27 removed; done. 15:41:09 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:41:09 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:09 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:41:09 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:41:09 Setting up pkgbinarymangler (138.18.04.1) ... 15:41:09 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:41:09 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:41:09 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:41:09 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:41:09 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:41:09 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:41:09 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:41:09 Setting up perl (5.26.1-6ubuntu0.5) ... 15:41:09 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:41:09 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:41:09 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:41:09 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:41:09 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:41:09 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:41:09 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:41:10 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:41:10 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:41:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:41:10 Processing triggers for systemd (237-3ubuntu10.44) ... 15:41:10 Processing triggers for mime-support (3.60ubuntu1) ... 15:41:10 Processing triggers for ca-certificates (20210119~18.04.1) ... 15:41:10 Updating certificates in /etc/ssl/certs... 15:41:10 0 added, 0 removed; done. 15:41:10 Running hooks in /etc/ca-certificates/update.d... 15:41:10 done. 15:41:11 Reading package lists... 15:41:11 Building dependency tree... 15:41:11 Reading state information... 15:41:12 The following NEW packages will be installed: 15:41:12 apt-transport-https 15:41:12 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:41:12 Need to get 1696 B of archives. 15:41:12 After this operation, 153 kB of additional disk space will be used. 15:41:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 15:41:12 debconf: delaying package configuration, since apt-utils is not installed 15:41:12 Fetched 1696 B in 0s (8478 B/s) 15:41:12 Selecting previously unselected package apt-transport-https. 15:41:12 (Reading database ... 13920 files and directories currently installed.) 15:41:12 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 15:41:12 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 15:41:12 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 15:41:12 Waiting for network to be ready... 15:41:21 2021-02-09T15:41:18Z INFO Waiting for automatic snapd restart... 15:41:22 snapd 2.48.2.1 from Canonical* installed 15:41:23 "snapd" switched to the "latest/stable" channel 15:41:23 15:41:28 core18 20210128 from Canonical* installed 15:41:28 "core18" switched to the "latest/stable" channel 15:41:28 15:41:35 snapcraft 4.4.4 from Canonical* installed 15:41:35 "snapcraft" switched to the "latest/stable" channel 15:41:35 15:41:38 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: 15:41:38 - README.md 15:41:38 - snapcraft.yaml.orig 15:41:38 15:41:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:41:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:41:45 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:41:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:41:45 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:41:47 Reading package lists... 15:41:47 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 15:41:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:41:53 Reading package lists... 15:41:53 Building dependency tree... 15:41:53 Reading state information... 15:41:53 Suggested packages: 15:41:53 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:41:53 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:41:53 Recommended packages: 15:41:53 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:41:53 The following NEW packages will be installed: 15:41:53 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:41:53 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:41:53 pkg-config zip 15:41:54 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:41:54 Need to get 7655 kB of archives. 15:41:54 After this operation, 43.7 MB of additional disk space will be used. 15:41:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 15:41:54 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:41:54 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:41:54 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:41:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:41:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:41:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:41:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:41:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:41:54 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:41:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 15:41:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:41:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:41:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:41:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:41:55 debconf: delaying package configuration, since apt-utils is not installed 15:41:55 Fetched 7655 kB in 1s (7289 kB/s) 15:41:55 Selecting previously unselected package libglib2.0-0:amd64. 15:41:55 (Reading database ... 13924 files and directories currently installed.) 15:41:55 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 15:41:55 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:41:55 Selecting previously unselected package libpsl5:amd64. 15:41:55 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:41:55 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:41:55 Selecting previously unselected package libnghttp2-14:amd64. 15:41:55 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:41:55 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:41:55 Selecting previously unselected package librtmp1:amd64. 15:41:55 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:41:55 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:41:55 Selecting previously unselected package libcurl3-gnutls:amd64. 15:41:55 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 15:41:55 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:41:55 Selecting previously unselected package liberror-perl. 15:41:55 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:41:55 Unpacking liberror-perl (0.17025-1) ... 15:41:55 Selecting previously unselected package git-man. 15:41:55 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:41:55 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:41:56 Selecting previously unselected package git. 15:41:56 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:41:56 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:41:57 Selecting previously unselected package libnorm1:amd64. 15:41:57 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:41:57 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:41:57 Selecting previously unselected package libpgm-5.2-0:amd64. 15:41:57 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:41:57 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:41:57 Selecting previously unselected package libsodium23:amd64. 15:41:57 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:41:57 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:41:57 Selecting previously unselected package libzmq5:amd64. 15:41:57 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:41:57 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:41:57 Selecting previously unselected package libzmq3-dev:amd64. 15:41:57 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:41:57 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:41:57 Selecting previously unselected package pkg-config. 15:41:57 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:41:57 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:41:57 Selecting previously unselected package zip. 15:41:57 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:41:57 Unpacking zip (3.0-11build1) ... 15:41:57 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:41:57 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:41:57 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:41:57 Setting up liberror-perl (0.17025-1) ... 15:41:57 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:41:57 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:41:57 No schema files found: doing nothing. 15:41:57 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:41:57 Setting up zip (3.0-11build1) ... 15:41:57 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:41:57 Setting up libsodium23:amd64 (1.0.16-2) ... 15:41:57 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:41:57 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:41:58 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:41:58 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:41:58 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:41:58 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:42:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:42:05 git set to automatically installed. 15:42:05 git-man set to automatically installed. 15:42:05 libcurl3-gnutls set to automatically installed. 15:42:05 liberror-perl set to automatically installed. 15:42:05 libglib2.0-0 set to automatically installed. 15:42:05 libnghttp2-14 set to automatically installed. 15:42:05 libnorm1 set to automatically installed. 15:42:05 libpgm-5.2-0 set to automatically installed. 15:42:05 libpsl5 set to automatically installed. 15:42:05 librtmp1 set to automatically installed. 15:42:05 libsodium23 set to automatically installed. 15:42:05 libzmq3-dev set to automatically installed. 15:42:05 libzmq5 set to automatically installed. 15:42:05 pkg-config set to automatically installed. 15:42:05 zip set to automatically installed. 15:42:06 snapd is not logged in, snap install commands will use sudo 15:42:11 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 15:42:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:42:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:42:13 snap "core18" has no updates available 15:42:14 Pulling config-common 15:42:15 Pulling go-build-helper 15:42:21 Removing intermediate container c6c18b5efe23 15:42:21 ---> 1358ee7dcfee 15:42:21 15:42:21 Step 10/30 : FROM alpine:3.12 15:42:21 3.12: Pulling from library/alpine 15:42:23 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:42:23 Status: Downloaded newer image for alpine:3.12 15:42:23 ---> afeebe901d6b 15:42:23 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:42:25 ---> Running in 9ba4b2c99c72 15:42:25 Removing intermediate container bc1616e9b529 15:42:25 ---> ca9691520bb4 15:42:25 15:42:25 Step 10/24 : FROM alpine:3.12 15:42:25 ---> afeebe901d6b 15:42:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:42:26 Removing intermediate container d3beff0ced7c 15:42:26 ---> 222613dc7799 15:42:26 15:42:26 Step 10/21 : FROM alpine:3.12 15:42:26 ---> afeebe901d6b 15:42:26 Step 11/21 : RUN apk add --update --no-cache curl 15:42:26 Removing intermediate container feef820cf0c8 15:42:26 ---> 28d3ad81d1a5 15:42:26 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:42:26 ---> Running in fb4c8cec4734 15:42:26 ---> Running in e2d868e19cf6 15:42:26 Removing intermediate container 9ba4b2c99c72 15:42:26 ---> f56e82dc3926 15:42:26 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 15:42:26 ---> Running in 7f8c02f2b953 15:42:26 ---> Running in d84ecd792202 15:42:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:42:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:29 (1/5) Installing ca-certificates (20191127-r4) 15:42:30 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:42:30 (3/5) Installing libcurl (7.69.1-r3) 15:42:30 (4/5) Installing curl (7.69.1-r3) 15:42:30 (1/2) Installing dumb-init (1.2.2-r1) 15:42:30 (5/5) Installing dumb-init (1.2.2-r1) 15:42:30 (2/2) Installing su-exec (0.2-r1) 15:42:30 Executing busybox-1.31.1-r19.trigger 15:42:30 Executing busybox-1.31.1-r19.trigger 15:42:30 Executing ca-certificates-20191127-r4.trigger 15:42:30 OK: 5 MiB in 16 packages 15:42:30 (1/4) Installing ca-certificates (20191127-r4) 15:42:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:42:30 (3/4) Installing libcurl (7.69.1-r3) 15:42:30 (4/4) Installing curl (7.69.1-r3) 15:42:30 Executing busybox-1.31.1-r19.trigger 15:42:30 OK: 7 MiB in 19 packages 15:42:30 Executing ca-certificates-20191127-r4.trigger 15:42:30 OK: 7 MiB in 18 packages 15:42:32 Removing intermediate container d84ecd792202 15:42:32 ---> c1b1134374bd 15:42:32 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 15:42:33 ---> Running in 8ed43c290a68 15:42:33 Removing intermediate container fb4c8cec4734 15:42:33 ---> a3875d0e336f 15:42:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:42:33 Removing intermediate container 8ed43c290a68 15:42:33 ---> aa105c47cc0c 15:42:33 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:42:33 Removing intermediate container e2d868e19cf6 15:42:33 ---> 80b8e5a72ea2 15:42:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:42:34 ---> Running in dce731a87f71 15:42:34 ---> Running in f0a621ac95d0 15:42:34 ---> Running in a15e127a99fa 15:42:34 Removing intermediate container 7f8c02f2b953 15:42:34 ---> c60bee43f649 15:42:34 15:42:34 Step 11/26 : FROM docker:20.10.0 15:42:34 Removing intermediate container dce731a87f71 15:42:34 ---> 81778e52cfc5 15:42:34 Step 13/24 : WORKDIR / 15:42:34 20.10.0: Pulling from library/docker 15:42:35 ---> Running in 15c104d8b4bc 15:42:35 Removing intermediate container f0a621ac95d0 15:42:35 ---> 61a9b86557e9 15:42:35 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:42:35 Removing intermediate container a15e127a99fa 15:42:35 ---> 44ca5941f3b8 15:42:35 Step 13/21 : WORKDIR /edgex 15:42:36 ---> Running in e5ae33a860ec 15:42:36 ---> Running in 8af1797f9682 15:42:37 Removing intermediate container 15c104d8b4bc 15:42:37 ---> 5d03a147dd75 15:42:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:42:37 Removing intermediate container 481e4eecf73b 15:42:37 ---> 84d6d857243b 15:42:37 15:42:37 Step 10/23 : FROM alpine:3.12 15:42:37 ---> afeebe901d6b 15:42:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:42:38 Removing intermediate container 8af1797f9682 15:42:38 ---> e6c1a9966054 15:42:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:42:38 ---> Running in c7aac8aa47ff 15:42:38 ---> 9024edd98a21 15:42:38 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:42:39 ---> a46348b406de 15:42:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:42:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:40 ---> dc39417f033f 15:42:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:42:40 Removing intermediate container e5ae33a860ec 15:42:40 ---> f73433dc297e 15:42:40 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 15:42:41 (1/1) Installing dumb-init (1.2.2-r1) 15:42:41 Executing busybox-1.31.1-r19.trigger 15:42:41 OK: 5 MiB in 15 packages 15:42:41 ---> Running in c955b4d8c6ea 15:42:41 ---> fc838c8cc641 15:42:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:42:41 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:42:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:42:41 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:42:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] 15:42:41 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:42:41 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:42:41 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:42:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:42:41 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:42:41 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:42:41 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:42:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 15:42:41 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:42:41 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:42:41 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 15:42:41 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 15:42:41 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] 15:42:41 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 15:42:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:42:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 15:42:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 15:42:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 15:42:41 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 15:42:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 15:42:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 15:42:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 15:42:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 15:42:41 Fetched 23.9 MB in 0s (0 B/s) 15:42:41 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:42:41 Fetched 96.5 kB in 0s (0 B/s) 15:42:41 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:42:41 Fetched 279 kB in 0s (0 B/s) 15:42:41 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:42:41 Fetched 122 kB in 0s (0 B/s) 15:42:41 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:42:41 Fetched 77.8 kB in 0s (0 B/s) 15:42:41 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:42:41 Fetched 8848 B in 0s (0 B/s) 15:42:41 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:42:41 Fetched 47.8 kB in 0s (0 B/s) 15:42:41 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:42:41 Fetched 45.6 kB in 0s (0 B/s) 15:42:41 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:42:41 Fetched 15.0 kB in 0s (0 B/s) 15:42:41 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 15:42:41 Fetched 214 kB in 0s (0 B/s) 15:42:41 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 15:42:41 Fetched 155 kB in 0s (0 B/s) 15:42:41 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:42:41 Fetched 50.6 kB in 0s (0 B/s) 15:42:41 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:42:41 Fetched 14.8 kB in 0s (0 B/s) 15:42:41 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:42:41 Fetched 41.8 kB in 0s (0 B/s) 15:42:41 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:42:41 Fetched 499 kB in 0s (0 B/s) 15:42:41 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:42:41 Fetched 111 kB in 0s (0 B/s) 15:42:41 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:42:41 Fetched 240 kB in 0s (0 B/s) 15:42:41 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:42:41 Fetched 29.3 kB in 0s (0 B/s) 15:42:41 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:42:41 Fetched 85.5 kB in 0s (0 B/s) 15:42:41 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:42:41 Fetched 24.5 kB in 0s (0 B/s) 15:42:41 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:42:41 Fetched 49.2 kB in 0s (0 B/s) 15:42:41 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:42:41 Fetched 54.2 kB in 0s (0 B/s) 15:42:41 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:42:41 Fetched 30.8 kB in 0s (0 B/s) 15:42:41 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 15:42:41 Fetched 16.6 kB in 0s (0 B/s) 15:42:41 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:42:41 Fetched 85.9 kB in 0s (0 B/s) 15:42:41 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:42:41 Fetched 8720 B in 0s (0 B/s) 15:42:41 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:42:41 Fetched 137 kB in 0s (0 B/s) 15:42:41 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:42:41 Fetched 119 kB in 0s (0 B/s) 15:42:41 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:42:41 Fetched 109 kB in 0s (0 B/s) 15:42:41 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:42:41 Fetched 11.1 kB in 0s (0 B/s) 15:42:41 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:42:41 Fetched 645 kB in 0s (0 B/s) 15:42:41 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:42:41 Fetched 41.3 kB in 0s (0 B/s) 15:42:41 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:42:41 Fetched 17.9 kB in 0s (0 B/s) 15:42:41 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:42:41 Fetched 368 kB in 0s (0 B/s) 15:42:41 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:42:41 Fetched 187 kB in 0s (0 B/s) 15:42:41 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:42:41 Fetched 175 kB in 0s (0 B/s) 15:42:41 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:42:42 ---> 436bb173b51d 15:42:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:42:42 Removing intermediate container c955b4d8c6ea 15:42:42 ---> 82fe82af204f 15:42:42 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:42:43 Fetched 206 kB in 0s (0 B/s) 15:42:43 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 15:42:43 Fetched 1301 kB in 0s (0 B/s) 15:42:43 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:42:43 Fetched 36.2 kB in 0s (0 B/s) 15:42:43 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 15:42:43 Fetched 159 kB in 0s (0 B/s) 15:42:43 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:42:43 Fetched 107 kB in 0s (0 B/s) 15:42:43 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:42:43 Fetched 48.7 kB in 0s (0 B/s) 15:42:43 Pulling static-packages 15:42:43 Removing intermediate container c7aac8aa47ff 15:42:43 ---> cf92e4697e42 15:42:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:42:44 ---> Running in 375ae2c54533 15:42:44 ---> c105c862a857 15:42:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:42:44 ---> dd397baf5b08 15:42:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:42:44 ---> dacd7a291669 15:42:44 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:42:44 'go115' has dependencies that need to be staged: go-build-helper static-packages 15:42:44 Skipping pull go-build-helper (already ran) 15:42:44 Skipping pull static-packages (already ran) 15:42:44 Building go-build-helper 15:42:44 ---> Running in 7ae870d8997e 15:42:44 ---> Running in 67570617b682 15:42:44 Removing intermediate container 375ae2c54533 15:42:44 ---> 7dd3c5696361 15:42:44 Step 13/23 : ENV APP_PORT=48081 15:42:45 ---> Running in f2d031ee059c 15:42:45 Removing intermediate container 7ae870d8997e 15:42:45 ---> d9e9805cfe88 15:42:45 Step 18/21 : CMD ["--init=true"] 15:42:46 ---> cebba2fedb72 15:42:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:42:46 ---> Running in e89456e0d855 15:42:46 Removing intermediate container f2d031ee059c 15:42:46 ---> ff5ee16301c5 15:42:46 Step 14/23 : EXPOSE $APP_PORT 15:42:47 ---> Running in b466219a2e8c 15:42:47 Removing intermediate container e89456e0d855 15:42:47 ---> f137b636c3ae 15:42:47 Step 19/21 : LABEL arch=arm64 15:42:47 ---> 1901791acc6d 15:42:47 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 15:42:47 ---> Running in 88923af0cb7d 15:42:47 ---> Running in 23735441b292 15:42:47 Removing intermediate container b466219a2e8c 15:42:47 ---> 45009b6f5f86 15:42:47 Step 15/23 : WORKDIR / 15:42:48 Removing intermediate container 88923af0cb7d 15:42:48 ---> b6ca929deb12 15:42:48 Step 20/21 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:42:48 ---> Running in 836df5c99911 15:42:48 ---> Running in b7c7428f8eed 15:42:48 Removing intermediate container 67570617b682 15:42:48 ---> 5fc07cd50e0d 15:42:48 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 15:42:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:42:48 Status: Downloaded newer image for docker:20.10.0 15:42:48 ---> eeaf43b92773 15:42:48 Step 12/26 : RUN apk add --no-cache bash 15:42:48 Building static-packages 15:42:49 ---> Running in c69537c807cf 15:42:49 Removing intermediate container 836df5c99911 15:42:49 ---> 21c3c68f260b 15:42:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:42:49 Removing intermediate container b7c7428f8eed 15:42:49 ---> 41b71cd92079 15:42:49 Step 21/21 : LABEL version=0.0.0 15:42:49 ---> Running in 4e0d73f60baf 15:42:49 ---> 625f503454e3 15:42:49 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:42:50 Removing intermediate container 4e0d73f60baf 15:42:50 ---> f52d5acc29a0 15:42:50 15:42:50 ---> db309a89d528 15:42:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:42:51 Removing intermediate container 23735441b292 15:42:51 ---> 82c29fe91409 15:42:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:42:51 Successfully built f52d5acc29a0 15:42:51 Staging go-build-helper 15:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:51 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:42:51 ---> Running in 5515dec749b3 15:42:51 Building docker-support-scheduler-go 15:42:51  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:52 ---> 780a7de1ea3f 15:42:52 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:42:52 Staging static-packages 15:42:52 (1/2) Installing readline (8.0.4-r0) 15:42:52 (2/2) Installing bash (5.0.17-r0) 15:42:52 Executing bash-5.0.17-r0.post-install 15:42:52 Executing busybox-1.31.1-r19.trigger 15:42:52 Removing intermediate container 5515dec749b3 15:42:52 ---> df113ef264c5 15:42:52 Step 22/24 : LABEL arch=arm64 15:42:52 OK: 12 MiB in 22 packages 15:42:52 ---> de7feaa0da66 15:42:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:42:52 ---> Running in fb63a1a1caa8 15:42:53 Pulling go115 15:42:53 ---> 7fbb77eb4369 15:42:53 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:42:54 ---> 9110502695b2 15:42:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:42:54 Removing intermediate container fb63a1a1caa8 15:42:54 ---> 7ead390a1d30 15:42:54 Step 23/24 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:42:54 'edgex-go' has dependencies that need to be staged: go115 15:42:54 Skipping pull go115 (already ran) 15:42:54 Building go115 15:42:54 % Total % Received % Xferd Average Speed Time Time Time Current 15:42:54 Dload Upload Total Spent Left Speed 15:42:54 ---> Running in 051a0f59dc57 15:42:54 ---> Running in 97f458dc03e3 15:42:55 Removing intermediate container c69537c807cf 15:42:55 ---> 8b66d90532e0 15:42:55 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:42:55 ---> 6c6ef864f264 15:42:55 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 15:42:55 ---> Running in 69c235dbf30e 15:42:55 ---> Running in 5b11691c1bc9 15:42:55 Removing intermediate container 97f458dc03e3 15:42:55 ---> 00ad71a90812 15:42:55 Step 24/24 : LABEL version=0.0.0 15:42:55 Removing intermediate container 051a0f59dc57 15:42:55 ---> 495dde370ed0 15:42:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:42:56 ---> Running in 59609240a1fc 15:42:56 ---> Running in dc7d3945a365 15:42:56 Removing intermediate container 5b11691c1bc9 15:42:56 ---> 3e2ef18a8e8f 15:42:56 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:42:56 Removing intermediate container 69c235dbf30e 15:42:56 ---> 4d287a3f74c9 15:42:56 Step 14/26 : ENV APP_PORT=48090 15:42:57 Removing intermediate container 59609240a1fc 15:42:57 ---> 5a62244e3230 15:42:57 15:42:57 ---> Running in 638a8f38e04f 15:42:57 Removing intermediate container dc7d3945a365 15:42:57 ---> c2443e188299 15:42:57 Step 21/23 : LABEL arch=arm64 15:42:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 18.2M 0 0 24.3M 0 0:00:04 --:--:-- 0:00:04 24.3M 55 115M 55 63.8M 0 0 36.4M 0 0:00:03 0:00:01 0:00:02 36.4M 87 115M 87 100M 0 0 36.6M 0 0:00:03 0:00:02 0:00:01 36.6M 100 115M 100 115M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M 15:42:57 Successfully built 5a62244e3230 15:42:57 ---> Running in 64ce5d00af20 15:42:57 ---> ff5a02893347 15:42:57 Step 25/30 : RUN chmod +x /entrypoint.sh 15:42:57 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:42:57  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 15:42:58 Removing intermediate container 638a8f38e04f 15:42:58 ---> 86bce35f8822 15:42:58 Step 15/26 : EXPOSE $APP_PORT 15:42:58 ---> Running in d58106e70b03 15:42:58 ---> Running in a4edf8ffc493 15:42:58 Removing intermediate container 64ce5d00af20 15:42:58 ---> 8d44c1e590b8 15:42:58 Step 22/23 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:42:58 go1.15.2.linux-amd64.tar.gz: OK 15:42:59 ---> Running in 71d209e1e568 15:42:59 Removing intermediate container a4edf8ffc493 15:42:59 ---> 5f66be40b82a 15:42:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:42:59 Removing intermediate container 71d209e1e568 15:42:59 ---> 02beaa1c2996 15:42:59 Step 23/23 : LABEL version=0.0.0 15:43:00 ---> Running in f1a017b99cfe 15:43:01 Removing intermediate container f1a017b99cfe 15:43:01 ---> 695036559337 15:43:01 15:43:01 ---> a7cded9f288d 15:43:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:43:01 Successfully built 695036559337 15:43:01 Successfully tagged docker-core-metadata-go-arm64:latest 15:43:01  Building docker-core-metadata-go ... done Building docker-core-command-go 15:43:01 Removing intermediate container d58106e70b03 15:43:01 ---> a8ae05522694 15:43:01 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 15:43:02 ---> Running in 2c9e7fb31555 15:43:02 ---> af1d6545650e 15:43:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:43:02 Removing intermediate container 2c9e7fb31555 15:43:02 ---> f8d81a314369 15:43:02 Step 27/30 : CMD ["gate"] 15:43:03 ---> Running in b4fc353e9894 15:43:03 ---> 7c695b772b29 15:43:03 Step 19/26 : RUN apk --no-cache add py3-pip 15:43:03 ---> Running in 7272b52a18f7 15:43:04 Removing intermediate container b4fc353e9894 15:43:04 ---> b6f9a55900c1 15:43:04 Step 28/30 : LABEL arch=arm64 15:43:04 Staging go115 15:43:05 ---> Running in b6a9ffba4ba1 15:43:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:05 Removing intermediate container b6a9ffba4ba1 15:43:05 ---> 7940be80360a 15:43:05 Step 29/30 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:43:06 (1/33) Installing libbz2 (1.0.8-r1) 15:43:06 (2/33) Installing expat (2.2.9-r1) 15:43:06 ---> Running in af319e66f928 15:43:06 (3/33) Installing libffi (3.3-r2) 15:43:06 (4/33) Installing gdbm (1.13-r1) 15:43:06 (5/33) Installing xz-libs (5.2.5-r0) 15:43:06 (6/33) Installing sqlite-libs (3.32.1-r0) 15:43:06 (7/33) Installing python3 (3.8.5-r0) 15:43:08 Removing intermediate container af319e66f928 15:43:08 ---> ca1059a01145 15:43:08 Step 30/30 : LABEL version=0.0.0 15:43:08 (8/33) Installing py3-appdirs (1.4.4-r1) 15:43:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:43:08 (10/33) Installing py3-parsing (2.4.7-r0) 15:43:08 (11/33) Installing py3-six (1.15.0-r0) 15:43:08 (12/33) Installing py3-packaging (20.4-r0) 15:43:08 (13/33) Installing py3-setuptools (47.0.0-r0) 15:43:08 ---> Running in 4ad7f1266c81 15:43:09 (14/33) Installing py3-chardet (3.0.4-r4) 15:43:09 (15/33) Installing py3-idna (2.9-r0) 15:43:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:43:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:43:09 (18/33) Installing py3-requests (2.23.0-r0) 15:43:09 (19/33) Installing py3-msgpack (1.0.0-r0) 15:43:09 (20/33) Installing py3-lockfile (0.12.2-r3) 15:43:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:43:09 (22/33) Installing py3-colorama (0.4.3-r0) 15:43:09 (23/33) Installing py3-distlib (0.3.0-r0) 15:43:09 (24/33) Installing py3-distro (1.5.0-r1) 15:43:09 (25/33) Installing py3-webencodings (0.5.1-r3) 15:43:09 (26/33) Installing py3-html5lib (1.0.1-r4) 15:43:09 (27/33) Installing py3-pytoml (0.1.21-r0) 15:43:09 (28/33) Installing py3-pep517 (0.8.2-r0) 15:43:09 (29/33) Installing py3-progress (1.5-r0) 15:43:09 (30/33) Installing py3-toml (0.10.1-r0) 15:43:09 (31/33) Installing py3-retrying (1.3.3-r0) 15:43:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:43:09 (33/33) Installing py3-pip (20.1.1-r0) 15:43:09 Executing busybox-1.31.1-r19.trigger 15:43:09 OK: 71 MiB in 55 packages 15:43:09 Removing intermediate container 4ad7f1266c81 15:43:09 ---> a587539521e0 15:43:09 15:43:10 Successfully built a587539521e0 15:43:10 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:43:10 Building docker-core-data-go 15:43:10 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:43:10 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:43:10 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:43:10 Fetched 0 B in 0s (0 B/s) 15:43:10 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:43:10 Fetched 224 kB in 0s (0 B/s) 15:43:10 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:43:10 Fetched 157 kB in 0s (0 B/s) 15:43:10 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:43:10 Fetched 221 kB in 0s (0 B/s) 15:43:10 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:43:10 Fetched 143 kB in 0s (0 B/s) 15:43:10 Pulling edgex-go 15:43:12 Pulling version 15:43:13 Building config-common 15:43:16 Skipping build go-build-helper (already ran) 15:43:16 Skipping build static-packages (already ran) 15:43:16 Skipping build go115 (already ran) 15:43:16 Building edgex-go 15:43:17  Building docker-security-bootstrapper-go ... done Removing intermediate container 7272b52a18f7 15:43:17 ---> ba578a4dab3e 15:43:17 Step 20/26 : RUN pip install docker-compose==1.23.2 15:43:17 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 15:43:18 ---> Running in 6f3ae94fb58a 15:43:18 go: downloading github.com/gorilla/mux v1.8.0 15:43:18 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.29 15:43:18 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 15:43:18 go: downloading github.com/google/uuid v1.2.0 15:43:18 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:43:18 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:43:18 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 15:43:18 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 15:43:18 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 15:43:18 go: downloading github.com/BurntSushi/toml v0.3.1 15:43:18 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:43:18 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 15:43:18 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:43:18 go: downloading github.com/x448/float16 v0.8.4 15:43:18 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:43:18 go: downloading github.com/pkg/errors v0.8.1 15:43:18 go: downloading github.com/hashicorp/consul/api v1.1.0 15:43:18 go: downloading github.com/pelletier/go-toml v1.2.0 15:43:18 go: downloading github.com/go-kit/kit v0.8.0 15:43:18 go: downloading github.com/imdario/mergo v0.3.11 15:43:18 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:43:18 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:43:18 go: downloading github.com/pebbe/zmq4 v1.2.2 15:43:18 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:43:18 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:43:18 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:43:18 go: downloading github.com/hashicorp/serf v0.8.2 15:43:18 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:43:18 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:43:18 go: downloading github.com/go-playground/universal-translator v0.17.0 15:43:18 go: downloading github.com/mitchellh/copystructure v1.0.0 15:43:18 go: downloading github.com/leodido/go-urn v1.2.0 15:43:18 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:43:18 go: downloading github.com/go-playground/locales v0.13.0 15:43:18 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:43:18 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:43:19 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:43:19 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:43:19 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:43:23 Collecting docker-compose==1.23.2 15:43:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:43:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:43:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:43:26 Collecting dockerpty<0.5,>=0.4.1 15:43:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:43:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:43:27 go: downloading gopkg.in/yaml.v2 v2.4.0 15:43:29 Collecting websocket-client<1.0,>=0.32.0 15:43:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:43:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:43:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:43:29 ---> 353060a360f1 15:43:29 Step 3/22 : WORKDIR /edgex-go 15:43:29 ---> Using cache 15:43:29 ---> a6e71e65a6e0 15:43:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:29 ---> Using cache 15:43:29 ---> 1d6b168ed9c1 15:43:29 Step 5/22 : RUN apk add --update --no-cache make git 15:43:29 ---> Using cache 15:43:29 ---> f858094e62b4 15:43:29 Step 6/22 : COPY go.mod . 15:43:29 ---> Using cache 15:43:29 ---> ca24adcaf38a 15:43:29 Step 7/22 : RUN go mod download 15:43:29 ---> Using cache 15:43:29 ---> a27769b9a3d9 15:43:29 Step 8/22 : COPY . . 15:43:29 ---> Using cache 15:43:29 ---> 8ab41ed16ce5 15:43:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:43:30 Collecting docopt<0.7,>=0.6.1 15:43:30 Downloading docopt-0.6.2.tar.gz (25 kB) 15:43:32 ---> Running in f208dc171b0d 15:43:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:43:33 Collecting cached-property<2,>=1.2.0 15:43:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:43:33 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 15:43:34 Collecting jsonschema<3,>=2.5.1 15:43:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:43:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:43:34 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:43:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:43:35 Collecting PyYAML<4,>=3.10 15:43: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 15:43:35 go: downloading github.com/stretchr/testify v1.7.0 15:43:36 Downloading PyYAML-3.13.tar.gz (270 kB) 15:43:36 go: downloading github.com/davecgh/go-spew v1.1.1 15:43:36 go: downloading github.com/pmezard/go-difflib v1.0.0 15:43:36 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:43:38 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 15:43:38 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:43:38 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:43:39 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 15:43: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 15:43:40 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:43:41 Collecting docker<4.0,>=3.6.0 15:43:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:43:41 Collecting texttable<0.10,>=0.9.0 15:43:41 Downloading texttable-0.9.1.tar.gz (11 kB) 15:43:42 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 15:43:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:43:42 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:43:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:43:44 go: downloading github.com/lib/pq v1.9.0 15:43:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:43:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:43:44 ---> 353060a360f1 15:43:44 Step 3/22 : WORKDIR /edgex-go 15:43:44 ---> Using cache 15:43:44 ---> a6e71e65a6e0 15:43:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:44 ---> Using cache 15:43:44 ---> 1d6b168ed9c1 15:43:44 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:43:44 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) 15:43:45 Collecting idna<2.8,>=2.5 15:43:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:43:46 ---> Running in ced48619a0df 15:43:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:43:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:43:46 ---> 353060a360f1 15:43:46 Step 3/23 : WORKDIR /edgex-go 15:43:46 ---> Using cache 15:43:46 ---> a6e71e65a6e0 15:43:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:46 ---> Using cache 15:43:46 ---> 1d6b168ed9c1 15:43:46 Step 5/23 : RUN apk add --update --no-cache make git 15:43:46 ---> Using cache 15:43:46 ---> f858094e62b4 15:43:46 Step 6/23 : COPY go.mod . 15:43:46 ---> Using cache 15:43:46 ---> ca24adcaf38a 15:43:46 Step 7/23 : RUN go mod download 15:43:46 ---> Using cache 15:43:46 ---> a27769b9a3d9 15:43:46 Step 8/23 : COPY . . 15:43:46 ---> Using cache 15:43:46 ---> 8ab41ed16ce5 15:43:46 Step 9/23 : RUN make cmd/core-command/core-command 15:43:46 Collecting urllib3<1.25,>=1.21.1 15:43:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:43:47 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) 15:43:47 ---> Running in 9c0ac05af558 15:43:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:47 Collecting docker-pycreds>=0.4.0 15:43:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:43:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:43:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:43:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:43:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:43:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:48 Building version 15:43:49 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 15:43:49 Installing collected packages: idna, urllib3, requests, dockerpty, websocket-client, docopt, cached-property, jsonschema, PyYAML, docker-pycreds, docker, texttable, docker-compose 15:43:49 Attempting uninstall: idna 15:43:49 Found existing installation: idna 2.9 15:43:49 Uninstalling idna-2.9: 15:43:49 OK: 217 MiB in 51 packages 15:43:49 Successfully uninstalled idna-2.9 15:43:51 Staging config-common 15:43:51 Attempting uninstall: urllib3 15:43:51 Found existing installation: urllib3 1.25.9 15:43:51 Uninstalling urllib3-1.25.9: 15:43:51 Successfully uninstalled urllib3-1.25.9 15:43:52 Skipping stage go-build-helper (already ran) 15:43:52 Skipping stage static-packages (already ran) 15:43:52 Skipping stage go115 (already ran) 15:43:52 Staging edgex-go 15:43:52 Removing intermediate container ced48619a0df 15:43:52 ---> b2fa66cc6ef6 15:43:52 Step 6/22 : COPY go.mod . 15:43:52 Attempting uninstall: requests 15:43:52 Found existing installation: requests 2.23.0 15:43:52 Uninstalling requests-2.23.0: 15:43:53 Staging version 15:43:53 Successfully uninstalled requests-2.23.0 15:43:53 Running setup.py install for dockerpty: started 15:43:54 Priming config-common 15:43:54 ---> 1bcddbd63514 15:43:54 Step 7/22 : RUN go mod download 15:43:54 ---> Running in 0a69c5b06b1a 15:43:55 Priming go-build-helper 15:43:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:43:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:43:55 ---> 353060a360f1 15:43:55 Step 3/23 : WORKDIR /edgex-go 15:43:55 ---> Using cache 15:43:55 ---> a6e71e65a6e0 15:43:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:55 ---> Using cache 15:43:55 ---> 1d6b168ed9c1 15:43:55 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:43:55 ---> Running in a608b9d8851e 15:43:56 Priming static-packages 15:43:56 Running setup.py install for dockerpty: finished with status 'done' 15:43:57 Running setup.py install for docopt: started 15:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:58 Priming go115 15:43:59 Removing intermediate container 0a69c5b06b1a 15:43:59 ---> 25a3daaf1b0e 15:43:59 Step 8/22 : COPY . . 15:43:59 OK: 217 MiB in 51 packages 15:43:59 Priming edgex-go 15:43:59 Running setup.py install for docopt: finished with status 'done' 15:44:00 Running setup.py install for PyYAML: started 15:44:01 Priming version 15:44:02 Removing intermediate container a608b9d8851e 15:44:02 ---> d331f0e6e1f7 15:44:02 Step 6/23 : COPY go.mod . 15:44:02 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 15:44:03 Running setup.py install for PyYAML: finished with status 'done' 15:44:04 ---> a67e29f0c816 15:44:04 Step 7/23 : RUN go mod download [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:44:05 ---> Running in 452bd40362be 15:44:05 Running setup.py install for texttable: started 15:44:08 Running setup.py install for texttable: finished with status 'done' 15:44:10 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 15:44:11 Removing intermediate container 452bd40362be 15:44:11 ---> 6994670d3700 15:44:11 Step 8/23 : COPY . . 15:44:19 Removing intermediate container 6f3ae94fb58a 15:44:19 ---> 325eab422df4 15:44:19 Step 21/26 : RUN apk --no-cache add curl 15:44:19 ---> Running in 4ce328795a6b 15:44:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:44:23 (2/3) Installing libcurl (7.69.1-r3) 15:44:23 (3/3) Installing curl (7.69.1-r3) 15:44:23 Executing busybox-1.31.1-r19.trigger 15:44:23 OK: 71 MiB in 58 packages 15:44:24 ---> 6c457836cb29 15:44:24 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:44:25 ---> Running in 308ddfa81bb6 15:44:26 Removing intermediate container 4ce328795a6b 15:44:26 ---> 5b086daa5aa9 15:44:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:44:26 ---> Running in d57da6583e56 15:44:27 Removing intermediate container d57da6583e56 15:44:27 ---> 14f2917c7b19 15:44:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:44:27 ---> Running in 67e221160fd5 15:44:28 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 15:44:29 Removing intermediate container 67e221160fd5 15:44:29 ---> c5cd24866f30 15:44:29 Step 24/26 : LABEL arch=arm64 15:44:29 ---> Running in 071e99d988fb 15:44:30 Removing intermediate container 071e99d988fb 15:44:30 ---> 029d84019100 15:44:30 Step 25/26 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:44:31 ---> Running in 4798806b5f8b 15:44:32 Removing intermediate container 4798806b5f8b 15:44:32 ---> e2685f025470 15:44:32 Step 26/26 : LABEL version=0.0.0 15:44:33 ---> Running in c6e86d25dd5d 15:44:34 Removing intermediate container c6e86d25dd5d 15:44:34 ---> 89a72fff4784 15:44:34 15:44:35 Successfully built 89a72fff4784 15:44:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:44:39  Building docker-sys-mgmt-agent-go ... done  ---> 7b2a9cdc67ec 15:44:39 Step 9/23 : RUN make cmd/core-data/core-data 15:44:39 ---> Running in 1553648962f7 15:44:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:45:08 Removing intermediate container f208dc171b0d 15:45:08 ---> 7c2250660dd6 15:45:08 15:45:08 Step 10/22 : FROM alpine:3.12 15:45:08 ---> afeebe901d6b 15:45:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:45:08 ---> Using cache 15:45:08 ---> cf92e4697e42 15:45:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:45:08 ---> Using cache 15:45:08 ---> 7dd3c5696361 15:45:08 Step 13/22 : ENV APP_PORT=48085 15:45:08 ---> Running in 9cebad1c8cef 15:45:08 Removing intermediate container 9cebad1c8cef 15:45:08 ---> faa04180c327 15:45:08 Step 14/22 : EXPOSE $APP_PORT 15:45:08 ---> Running in 217e5bda5ed7 15:45:09 Removing intermediate container 217e5bda5ed7 15:45:09 ---> c95275af286c 15:45:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:45:10 ---> 86c563b24125 15:45:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:45:12 ---> 57f24a4852b6 15:45:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:45:13 ---> 2a5242238a0c 15:45:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:45:13 ---> Running in 0b9f16a98209 15:45:14 Removing intermediate container 0b9f16a98209 15:45:14 ---> 20c04f74677b 15:45:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:45:14 ---> Running in e39ef3ea4ef3 15:45:15 Removing intermediate container e39ef3ea4ef3 15:45:15 ---> ebe77623613d 15:45:15 Step 20/22 : LABEL arch=arm64 15:45:15 ---> Running in 651ccb6249dc 15:45:16 Removing intermediate container 651ccb6249dc 15:45:16 ---> 0ea899c1f1b3 15:45:16 Step 21/22 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:45:16 ---> Running in bfce926e7d09 15:45:17 Removing intermediate container bfce926e7d09 15:45:17 ---> 2e1022077e32 15:45:17 Step 22/22 : LABEL version=0.0.0 15:45:17 ---> Running in 64b0e6203cc0 15:45:18 Removing intermediate container 64b0e6203cc0 15:45:18 ---> f2dc48a337c6 15:45:18 15:45:18 Successfully built f2dc48a337c6 15:45:18 Successfully tagged docker-support-scheduler-go-arm64:latest 15:45:25  Building docker-support-scheduler-go ... done Removing intermediate container 9c0ac05af558 15:45:25 ---> f38bdc814b76 15:45:25 15:45:25 Step 10/23 : FROM alpine:3.12 15:45:25 ---> afeebe901d6b 15:45:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:45:25 ---> Using cache 15:45:25 ---> cf92e4697e42 15:45:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:45:25 ---> Using cache 15:45:25 ---> 7dd3c5696361 15:45:25 Step 13/23 : ENV APP_PORT=48082 15:45:25 ---> Running in cd03eb5e6e40 15:45:25 Removing intermediate container cd03eb5e6e40 15:45:25 ---> eed871f67954 15:45:25 Step 14/23 : EXPOSE $APP_PORT 15:45:25 ---> Running in bc101438ddef 15:45:26 Removing intermediate container bc101438ddef 15:45:26 ---> 3679c9df195f 15:45:26 Step 15/23 : WORKDIR / 15:45:26 ---> Running in 44631cdd77d6 15:45:27 Removing intermediate container 44631cdd77d6 15:45:27 ---> bcf5c9bc06f4 15:45:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:45:28 ---> 673befb7b616 15:45:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:45:30 ---> a6cf55ceca51 15:45:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:45:32 ---> 24e7e8771798 15:45:32 Step 19/23 : ENTRYPOINT ["/core-command"] 15:45:32 ---> Running in 1dd5f1744eae 15:45:32 Removing intermediate container 1dd5f1744eae 15:45:32 ---> 78db97f76993 15:45:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:45:32 ---> Running in e18168dacd29 15:45:33 Removing intermediate container e18168dacd29 15:45:33 ---> 147cdd8a16a7 15:45:33 Step 21/23 : LABEL arch=arm64 15:45:33 ---> Running in f0be1fcae83b 15:45:34 Removing intermediate container f0be1fcae83b 15:45:34 ---> 78286907b240 15:45:34 Step 22/23 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:45:34 ---> Running in c11484c7366c 15:45:35 Removing intermediate container c11484c7366c 15:45:35 ---> 23f6529cff3f 15:45:35 Step 23/23 : LABEL version=0.0.0 15:45:35 ---> Running in 31448c635a7e 15:45:36 Removing intermediate container 31448c635a7e 15:45:36 ---> 8a9d061d93a8 15:45:36 15:45:36 Successfully built 8a9d061d93a8 15:45:36 Successfully tagged docker-core-command-go-arm64:latest 15:45:52  Building docker-core-command-go ... done Removing intermediate container 308ddfa81bb6 15:45:52 ---> a9d7e04718dd 15:45:52 15:45:52 Step 10/22 : FROM alpine:3.12 15:45:52 ---> afeebe901d6b 15:45:52 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:45:52 ---> Running in b547959d91e4 15:45:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:52 (1/2) Installing ca-certificates (20191127-r4) 15:45:52 (2/2) Installing dumb-init (1.2.2-r1) 15:45:52 Executing busybox-1.31.1-r19.trigger 15:45:52 Executing ca-certificates-20191127-r4.trigger 15:45:52 OK: 6 MiB in 16 packages 15:45:55 Removing intermediate container b547959d91e4 15:45:55 ---> c8c8d90a5182 15:45:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:45:55 ---> Running in 54aaca4b5b2e 15:45:55 Removing intermediate container 54aaca4b5b2e 15:45:55 ---> 6bdda7b3d765 15:45:55 Step 13/22 : ENV APP_PORT=48060 15:45:55 ---> Running in 68acb2f0b1a9 15:45:56 Removing intermediate container 68acb2f0b1a9 15:45:56 ---> a909c3a1df56 15:45:56 Step 14/22 : EXPOSE $APP_PORT 15:45:56 ---> Running in 30752655f140 15:45:56 Removing intermediate container 30752655f140 15:45:56 ---> 29c8b8b87fab 15:45:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:45:57 ---> 23edf9801f89 15:45:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:45:59 ---> d2f7d44f2b71 15:45:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:46:00 ---> 85e21fa0ad74 15:46:00 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:46:00 ---> Running in 61bf5eed87f1 15:46:00 Removing intermediate container 1553648962f7 15:46:00 ---> 1b870ae9906b 15:46:00 15:46:00 Step 10/23 : FROM alpine:3.12 15:46:00 ---> afeebe901d6b 15:46:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:46:00 ---> Running in 732b1d96ca99 15:46:00 Removing intermediate container 61bf5eed87f1 15:46:01 ---> 9f301b0d75ed 15:46:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:46:01 ---> Running in 064c56b833d7 15:46:01 Removing intermediate container 732b1d96ca99 15:46:01 ---> b1752c083d49 15:46:01 Step 12/23 : ENV APP_PORT=48080 15:46:01 ---> Running in 96db39426917 15:46:01 Removing intermediate container 064c56b833d7 15:46:01 ---> 850ce4bbbc14 15:46:01 Step 20/22 : LABEL arch=arm64 15:46:01 Removing intermediate container 96db39426917 15:46:01 ---> 3d2609dae35d 15:46:01 Step 13/23 : EXPOSE $APP_PORT 15:46:01 ---> Running in 431678d0e8ff 15:46:01 ---> Running in 6e66c4759367 15:46:02 Removing intermediate container 431678d0e8ff 15:46:02 ---> eeac96931c5b 15:46:02 Step 21/22 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:46:02 ---> Running in aa6f0afc4d6c 15:46:02 Removing intermediate container 6e66c4759367 15:46:02 ---> cdbf2b62df7a 15:46:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:02 ---> Running in bd5d9345cd30 15:46:03 Removing intermediate container aa6f0afc4d6c 15:46:03 ---> 7b12c753ee52 15:46:03 Step 22/22 : LABEL version=0.0.0 15:46:03 ---> Running in 05758eb3df3d 15:46:03 Removing intermediate container 05758eb3df3d 15:46:03 ---> 5c89ef2bbe1b 15:46:03 15:46:04 Successfully built 5c89ef2bbe1b 15:46:04 Successfully tagged docker-support-notifications-go-arm64:latest 15:46:05  Building docker-support-notifications-go ... done Removing intermediate container bd5d9345cd30 15:46:05 ---> 2305726af703 15:46:05 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:46:05 ---> Running in 8720e50bd4b7 15:46:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:46:08 (1/6) Installing dumb-init (1.2.2-r1) 15:46:08 (2/6) Installing libgcc (9.3.0-r2) 15:46:08 (3/6) Installing libsodium (1.0.18-r0) 15:46:08 (4/6) Installing libstdc++ (9.3.0-r2) 15:46:08 (5/6) Installing libzmq (4.3.3-r0) 15:46:08 (6/6) Installing zeromq (4.3.3-r0) 15:46:08 Executing busybox-1.31.1-r19.trigger 15:46:08 OK: 8 MiB in 20 packages 15:46:10 Removing intermediate container 8720e50bd4b7 15:46:10 ---> f1918f1a47b2 15:46:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:46:11 ---> ea3eead7ab1a 15:46:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:46:12 ---> fea8db7496d4 15:46:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:46:13 ---> 1fccca4aff33 15:46:13 Step 19/23 : ENTRYPOINT ["/core-data"] 15:46:13 ---> Running in cb4fe1b4f7df 15:46:13 Removing intermediate container cb4fe1b4f7df 15:46:13 ---> 792df67cba8d 15:46:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:46:13 ---> Running in 2612256bb727 15:46:14 Removing intermediate container 2612256bb727 15:46:14 ---> 4abb027ebe89 15:46:14 Step 21/23 : LABEL arch=arm64 15:46:14 ---> Running in 78859f521e20 15:46:15 Removing intermediate container 78859f521e20 15:46:15 ---> 5279dbc66f71 15:46:15 Step 22/23 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 15:46:15 ---> Running in 2f375a4f0954 15:46:15 Removing intermediate container 2f375a4f0954 15:46:15 ---> 1195856af933 15:46:15 Step 23/23 : LABEL version=0.0.0 15:46:15 ---> Running in 326f0b0470fd 15:46:16 Removing intermediate container 326f0b0470fd 15:46:16 ---> bd94b1dd3584 15:46:16 15:46:16 Successfully built bd94b1dd3584 15:46:16 Successfully tagged docker-core-data-go-arm64:latest 15:46:16  Building docker-core-data-go ... done  [Pipeline] } 15:46:16 $ docker stop --time=1 2b1b979681839741890483c006eb3fa7a31414134fd5dcaceb7734ad37670b0c 15:46:18 $ docker rm -f 2b1b979681839741890483c006eb3fa7a31414134fd5dcaceb7734ad37670b0c [Pipeline] // withDockerContainer [Pipeline] sh 15:46:19 + + grepdocker docker 15:46:19 images 15:46:19 docker-core-data-go-arm64 latest bd94b1dd3584 4 seconds ago 21MB 15:46:19 docker-support-notifications-go-arm64 latest 5c89ef2bbe1b 16 seconds ago 16.7MB 15:46:19 docker-core-command-go-arm64 latest 8a9d061d93a8 44 seconds ago 16MB 15:46:19 docker-support-scheduler-go-arm64 latest f2dc48a337c6 About a minute ago 16.1MB 15:46:19 docker-sys-mgmt-agent-go-arm64 latest 89a72fff4784 About a minute ago 300MB 15:46:19 docker-security-bootstrapper-go-arm64 latest a587539521e0 3 minutes ago 17MB 15:46:19 docker-core-metadata-go-arm64 latest 695036559337 3 minutes ago 17.8MB 15:46:19 docker-security-secretstore-setup-go-arm64 latest 5a62244e3230 3 minutes ago 23.4MB 15:46:19 docker-security-proxy-setup-go-arm64 latest f52d5acc29a0 3 minutes ago 23.2MB 15:46:19 docker 20.10.0 eeaf43b92773 2 months 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 15:46:21 provisioning config files... 15:46:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config7640444736596317691tmp [Pipeline] { [Pipeline] sh 15:46:22 + set +x 15:46:22 + curl -s https://codecov.io/bash 15:46:22 + bash -s -- 15:46:22 15:46:22 _____ _ 15:46:22 / ____| | | 15:46:22 | | ___ __| | ___ ___ _____ __ 15:46:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:46:22 | |___| (_) | (_| | __/ (_| (_) \ V / 15:46:22 \_____\___/ \__,_|\___|\___\___/ \_/ 15:46:22 Bash-20210129-7c25fce 15:46:22 15:46:22 15:46:22 ==> git version 2.24.3 found 15:46:22 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:46:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:46:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:46:22 ==> Jenkins CI detected. 15:46:22 project root: . 15:46:22 --> token set from env 15:46:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:46:22 ==> Running gcov in . (disable via -X gcov) 15:46:22 ==> Python coveragepy not found 15:46:22 ==> Searching for coverage reports in: 15:46:22 + . 15:46:22 -> Found 1 reports 15:46:22 ==> Detecting git/mercurial file structure 15:46:22 ==> Reading reports 15:46:22 + ./coverage.out bytes=592672 15:46:22 ==> Appending adjustments 15:46:22 https://docs.codecov.io/docs/fixing-reports 15:46:26 + Found adjustments 15:46:26 ==> Gzipping contents 15:46:26 88K /tmp/codecov.FwgGm1.gz 15:46:26 ==> Uploading reports 15:46:26 url: https://codecov.io 15:46:26 query: branch=PR-3147&commit=266ed883c0884e7f732e2f5dbbce128779779a07&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3147%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3147&job=&cmd_args= 15:46:26 -> Pinging Codecov 15:46:26 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3147&commit=266ed883c0884e7f732e2f5dbbce128779779a07&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3147%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3147&job=&cmd_args= 15:46:26 -> Uploading to 15:46:26 https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/266ed883c0884e7f732e2f5dbbce128779779a07/b471dd3c-edc9-4581-9879-826427e01595.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T154626Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=092d78af451278140dde80d6a8d46a0a7e905e058760531ad9afc1f50b4173f8 15:46:26 % Total % Received % Xferd Average Speed Time Time Time Current 15:46:26 Dload Upload Total Spent Left Speed 15:46:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89108 0 0 100 89108 0 182k --:--:-- --:--:-- --:--:-- 183k 15:46:27 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/266ed883c0884e7f732e2f5dbbce128779779a07 [Pipeline] } 15:46:27 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 15:46:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:46:30 ---> package-listing.sh 15:46:30 ++ facter osfamily 15:46:30 ++ tr '[:upper:]' '[:lower:]' 15:46:30 + OS_FAMILY=redhat 15:46:30 + workspace=/w/workspace/edgex-go/4 15:46:30 + START_PACKAGES=/tmp/packages_start.txt 15:46:30 + END_PACKAGES=/tmp/packages_end.txt 15:46:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:46:30 + PACKAGES=/tmp/packages_start.txt 15:46:30 + '[' /w/workspace/edgex-go/4 ']' 15:46:30 + PACKAGES=/tmp/packages_end.txt 15:46:30 + case "${OS_FAMILY}" in 15:46:30 + rpm -qa 15:46:30 + sort 15:46:35 + '[' -f /tmp/packages_start.txt ']' 15:46:35 + '[' -f /tmp/packages_end.txt ']' 15:46:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:46:35 + '[' /w/workspace/edgex-go/4 ']' 15:46:35 + mkdir -p /w/workspace/edgex-go/4/archives/ 15:46:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 15:46:35 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:46:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:46:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:46:36 15:46:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:46:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:46:36 alpine: Pulling from edgex-lftools-log-publisher 15:46:36 df20fa9351a1: Pulling fs layer 15:46:36 36b3adc4ff6f: Pulling fs layer 15:46:36 8ad3a11d3b57: Pulling fs layer 15:46:36 46f8f816bc3b: Pulling fs layer 15:46:36 93b61091891f: Pulling fs layer 15:46:36 93b9cdb0e59b: Pulling fs layer 15:46:36 5e14af77c1be: Pulling fs layer 15:46:36 01666e4c0597: Pulling fs layer 15:46:36 aa168da1d23b: Pulling fs layer 15:46:36 93b61091891f: Waiting 15:46:36 93b9cdb0e59b: Waiting 15:46:36 5e14af77c1be: Waiting 15:46:36 01666e4c0597: Waiting 15:46:36 aa168da1d23b: Waiting 15:46:36 46f8f816bc3b: Waiting 15:46:36 36b3adc4ff6f: Download complete 15:46:37 46f8f816bc3b: Verifying Checksum 15:46:37 46f8f816bc3b: Download complete 15:46:37 df20fa9351a1: Download complete 15:46:37 93b9cdb0e59b: Verifying Checksum 15:46:37 93b9cdb0e59b: Download complete 15:46:37 5e14af77c1be: Verifying Checksum 15:46:37 5e14af77c1be: Download complete 15:46:37 01666e4c0597: Verifying Checksum 15:46:37 01666e4c0597: Download complete 15:46:37 93b61091891f: Download complete 15:46:37 df20fa9351a1: Pull complete 15:46:37 36b3adc4ff6f: Pull complete 15:46:37 8ad3a11d3b57: Verifying Checksum 15:46:37 8ad3a11d3b57: Download complete 15:46:38 8ad3a11d3b57: Pull complete 15:46:38 46f8f816bc3b: Pull complete 15:46:40 aa168da1d23b: Verifying Checksum 15:46:40 aa168da1d23b: Download complete 15:46:40 93b61091891f: Pull complete 15:46:41 93b9cdb0e59b: Pull complete 15:46:41 5e14af77c1be: Pull complete 15:46:42 01666e4c0597: Pull complete 15:46:52 aa168da1d23b: Pull complete 15:46:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:46:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:46:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:46:52 prd-centos7-docker-4c-2g-25787 does not seem to be running inside a container 15:46:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:46:55 $ docker top bd01d454127c597645a254068e1204df0f452e92f252742639e16a7358358154 -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:55 + touch /tmp/pre-build-complete [Pipeline] sh 15:46:56 + mkdir -p /var/log/sa [Pipeline] sh 15:46:56 + ls /var/log/sa-host 15:46:56 + sadf -c /var/log/sa-host/sa09 15:46:56 file_magic: OK 15:46:56 HZ: Using current value: 100 15:46:56 file_header: OK 15:46:56 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 15:46:56 Statistics: 15:46:56 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... 15:46:56 File successfully converted to sysstat format version 12.2.1 15:46:56 + sadf -c /var/log/sa-host/sa23 15:46:56 file_magic: OK 15:46:56 HZ: Using current value: 100 15:46:56 file_header: OK 15:46:56 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 15:46:56 Statistics: 15:46:56 Hnuu...uuuununununu... 15:46:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:46:56 provisioning config files... 15:46:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7386338900102919717tmp [Pipeline] { [Pipeline] echo 15:46:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:46:57 ---> create-netrc.sh [Pipeline] } 15:46:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:46:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:46:57 ---> python-tools-install.sh [Pipeline] echo 15:46:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:46:57 ---> sudo-logs.sh 15:46:57 Archiving 'sudo' log.. [Pipeline] echo 15:46:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:46:58 ---> job-cost.sh 15:46:58 lf-activate-venv: SKIPPING 15:46:58 INFO: No Stack... 15:46:59 INFO: Retrieving Pricing Info for: v1-standard-2 15:46:59 INFO: Archiving Costs [Pipeline] echo 15:46:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:47:00 ---> logs-deploy.sh 15:47:00 lf-activate-venv: SKIPPING 15:47:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3147/4 15:47:00 INFO: archiving workspace using pattern(s): 15:47:02 Archives upload complete. 15:47:02 INFO: archiving logs to Nexus 15:47:02 ---> uname -a: 15:47:02 Linux prd-centos7-docker-4c-2g-25787.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:47:02 15:47:02 15:47:02 ---> lscpu: 15:47:02 Architecture: x86_64 15:47:02 CPU op-mode(s): 32-bit, 64-bit 15:47:02 Byte Order: Little Endian 15:47:02 Address sizes: 40 bits physical, 48 bits virtual 15:47:02 CPU(s): 4 15:47:02 On-line CPU(s) list: 0-3 15:47:02 Thread(s) per core: 1 15:47:02 Core(s) per socket: 1 15:47:02 Socket(s): 4 15:47:02 NUMA node(s): 1 15:47:02 Vendor ID: GenuineIntel 15:47:02 CPU family: 6 15:47:02 Model: 44 15:47:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:47:02 Stepping: 1 15:47:02 CPU MHz: 2933.438 15:47:02 BogoMIPS: 5866.87 15:47:02 Virtualization: VT-x 15:47:02 Hypervisor vendor: KVM 15:47:02 Virtualization type: full 15:47:02 L1d cache: 128 KiB 15:47:02 L1i cache: 128 KiB 15:47:02 L2 cache: 16 MiB 15:47:02 L3 cache: 64 MiB 15:47:02 NUMA node0 CPU(s): 0-3 15:47:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:47:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:47:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:47:02 Vulnerability Meltdown: Mitigation; PTI 15:47:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:47:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:47:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:47:02 Vulnerability Srbds: Not affected 15:47:02 Vulnerability Tsx async abort: Not affected 15:47:02 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 15:47:02 15:47:02 15:47:02 ---> nproc: 15:47:02 4 15:47:02 15:47:02 15:47:02 ---> df -h: 15:47:02 Filesystem Size Used Available Use% Mounted on 15:47:02 overlay 50.0G 12.1G 37.9G 24% / 15:47:02 tmpfs 64.0M 0 64.0M 0% /dev 15:47:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:47:02 shm 64.0M 0 64.0M 0% /dev/shm 15:47:02 /dev/vda1 50.0G 12.1G 37.9G 24% /facter-os 15:47:02 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/resolv.conf 15:47:02 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hostname 15:47:02 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hosts 15:47:02 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/secure 15:47:02 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/auth.log 15:47:02 /dev/vda1 50.0G 12.1G 37.9G 24% /run/cloud-init/result.json 15:47:02 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/sa-host 15:47:02 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/4 15:47:02 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/4@tmp 15:47:02 15:47:02 15:47:02 ---> free -m: 15:47:02 total used free shared buff/cache available 15:47:02 Mem: 1837 733 281 0 822 1020 15:47:02 Swap: 1023 72 951 15:47:02 15:47:02 15:47:02 ---> ip addr: 15:47:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:47:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:47:02 inet 127.0.0.1/8 scope host lo 15:47:02 valid_lft forever preferred_lft forever 15:47:02 inet6 ::1/128 scope host 15:47:02 valid_lft forever preferred_lft forever 15:47:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:47:02 link/ether fa:16:3e:27:2d:5d brd ff:ff:ff:ff:ff:ff 15:47:02 inet 10.30.123.243/23 brd 10.30.123.255 scope global dynamic eth0 15:47:02 valid_lft 85220sec preferred_lft 85220sec 15:47:02 inet6 fe80::f816:3eff:fe27:2d5d/64 scope link 15:47:02 valid_lft forever preferred_lft forever 15:47:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:47:02 link/ether 02:42:fc:d9:86:97 brd ff:ff:ff:ff:ff:ff 15:47:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:47:02 valid_lft forever preferred_lft forever 15:47:02 inet6 fe80::42:fcff:fed9:8697/64 scope link 15:47:02 valid_lft forever preferred_lft forever 15:47:02 15:47:02 15:47:02 ---> sar -b -r -n DEV: 15:47:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 15:47:02 15:47:02 15:27:11 LINUX RESTART (4 CPU) 15:47:02 15:47:02 15:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:47:02 15:29:01 226.37 102.85 123.53 0.00 10894.38 46342.28 0.00 15:47:02 15:30:02 254.77 109.61 145.16 0.00 5019.75 21148.94 0.00 15:47:02 15:31:01 141.38 59.74 81.64 0.00 2138.74 9821.79 0.00 15:47:02 15:32:01 147.63 39.06 108.57 0.00 2488.37 25473.55 0.00 15:47:02 15:33:03 1948.18 1619.59 328.59 0.00 153313.46 207402.10 0.00 15:47:02 15:34:01 1771.38 1540.18 231.19 0.00 90437.41 101418.59 0.00 15:47:02 15:35:01 1890.18 1520.12 370.07 0.00 95233.89 137420.85 0.00 15:47:02 15:36:02 1994.43 1725.95 268.47 0.00 112991.18 126045.92 0.00 15:47:02 15:37:01 262.73 48.96 213.78 0.00 6251.35 33772.41 0.00 15:47:02 15:38:01 6.01 0.85 5.16 0.00 138.71 163.61 0.00 15:47:02 15:39:01 0.25 0.05 0.20 0.00 0.93 1.62 0.00 15:47:02 15:40:01 0.28 0.02 0.27 0.00 0.13 3.11 0.00 15:47:02 15:41:01 0.27 0.02 0.25 0.00 0.27 2.47 0.00 15:47:02 15:42:01 0.30 0.02 0.28 0.00 0.13 3.00 0.00 15:47:02 15:43:01 2.85 2.60 0.25 0.00 85.90 3.86 0.00 15:47:02 15:44:01 0.85 0.05 0.80 0.00 1.33 15.55 0.00 15:47:02 15:45:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 15:47:02 15:46:01 0.15 0.00 0.15 0.00 0.00 1.63 0.00 15:47:02 Average: 481.90 377.36 104.55 0.00 26789.66 39639.64 0.00 15:47:02 15:47:02 15:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:47:02 15:29:01 175056 0 710868 37.78 1808 993812 1309700 44.70 542040 928756 0 15:47:02 15:30:02 62548 0 937236 49.81 1016 880744 1771216 60.45 735804 809408 50776 15:47:02 15:31:01 304500 0 782776 41.60 708 793560 1630668 55.65 570200 721480 50044 15:47:02 15:32:01 198360 0 757024 40.23 588 925572 1311772 44.77 550740 847732 36 15:47:02 15:33:03 74616 0 855012 45.44 76 951840 2321852 79.24 776140 813420 62984 15:47:02 15:34:01 325812 0 805232 42.80 76 750424 2089120 71.30 587048 699952 24060 15:47:02 15:35:01 483304 0 714436 37.97 76 683728 1567888 53.51 485748 695152 12 15:47:02 15:36:02 236132 0 859564 45.68 76 785772 3050936 104.12 646700 735144 75396 15:47:02 15:37:01 108720 0 655576 34.84 76 1117172 1210652 41.32 624368 890052 20 15:47:02 15:38:01 105252 0 654872 34.81 76 1121344 1190080 40.62 629604 889892 12 15:47:02 15:39:01 105236 0 654888 34.81 76 1121344 1190116 40.62 629836 889880 8 15:47:02 15:40:01 106564 0 653548 34.73 76 1121356 1177744 40.19 628664 889864 8 15:47:02 15:41:01 106712 0 653396 34.73 76 1121360 1177744 40.19 628552 889864 8 15:47:02 15:42:01 106536 0 653556 34.74 76 1121376 1177744 40.19 628548 889876 0 15:47:02 15:43:01 103444 0 655848 34.86 76 1122176 1177968 40.20 629524 891700 16 15:47:02 15:44:01 102956 0 656348 34.88 76 1122164 1177944 40.20 629432 891700 12 15:47:02 15:45:01 104024 0 655256 34.83 76 1122188 1177812 40.20 628692 891724 16 15:47:02 15:46:01 103876 0 655392 34.83 76 1122200 1177812 40.20 628696 891724 12 15:47:02 Average: 161869 0 720602 38.30 288 998785 1493820 50.98 621130 842073 14634 15:47:02 15:47:02 15:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:47:02 15:29:01 veth3fd4813 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:29:01 eth0 1083.64 1191.48 5947.25 151.81 0.00 0.00 0.00 0.00 15:47:02 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:29:01 veth6f01a97 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:30:02 veth41094b0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:47:02 15:30:02 eth0 215.06 165.96 860.50 25.49 0.00 0.00 0.00 0.00 15:47:02 15:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:30:02 docker0 965.76 816.98 78.42 3500.00 0.00 0.00 0.00 0.00 15:47:02 15:31:01 veth41094b0 2.06 2.06 0.17 0.18 0.00 0.00 0.00 0.00 15:47:02 15:31:01 eth0 30.41 16.02 24.42 11.05 0.00 0.00 0.00 0.00 15:47:02 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:31:01 docker0 2.06 2.06 0.14 0.18 0.00 0.00 0.00 0.00 15:47:02 15:32:01 eth0 212.16 176.56 1694.20 97.93 0.00 0.00 0.00 0.00 15:47:02 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:33:03 veth963ef4b 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 15:47:02 15:33:03 eth0 65.31 44.53 170.62 59.03 0.00 0.00 0.00 0.00 15:47:02 15:33:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:33:03 docker0 11.94 21.74 0.65 142.13 0.00 0.00 0.00 0.00 15:47:02 15:34:01 vetha818296 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 15:47:02 15:34:01 vethceaeae0 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:47:02 15:34:01 vetha34eb3f 0.14 0.00 0.01 0.00 0.00 0.00 0.00 0.00 15:47:02 15:34:01 veth963ef4b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:35:01 veth963ef4b 0.00 0.37 0.00 0.01 0.00 0.00 0.00 0.00 15:47:02 15:35:01 eth0 2563.64 2173.44 12304.82 454.02 0.00 0.00 0.00 0.00 15:47:02 15:35:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:47:02 15:35:01 docker0 1001.48 884.27 80.37 3876.76 0.00 0.00 0.00 0.00 15:47:02 15:36:02 vethb6546ca 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:47:02 15:36:02 veth963ef4b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:36:02 veth8b4119b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:47:02 15:36:02 eth0 32.95 27.68 13.07 81.62 0.00 0.00 0.00 0.00 15:47:02 15:37:01 eth0 221.26 160.35 1721.61 27.97 0.00 0.00 0.00 0.00 15:47:02 15:37:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:47:02 15:37:01 docker0 1070.18 979.69 85.08 4398.49 0.00 0.00 0.00 0.00 15:47:02 15:38:01 eth0 1.63 0.62 0.61 0.11 0.00 0.00 0.00 0.00 15:47:02 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:39:01 eth0 0.97 0.55 0.54 0.39 0.00 0.00 0.00 0.00 15:47:02 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:40:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:47:02 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:47:02 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:42:01 eth0 1.15 0.08 0.09 0.01 0.00 0.00 0.00 0.00 15:47:02 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:43:01 eth0 1.28 0.70 0.63 0.43 0.00 0.00 0.00 0.00 15:47:02 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:44:01 eth0 0.55 0.30 0.33 0.23 0.00 0.00 0.00 0.00 15:47:02 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:45:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:46:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 Average: eth0 109.67 102.41 597.68 26.96 0.00 0.00 0.00 0.00 15:47:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:47:02 Average: docker0 58.56 53.61 4.66 240.70 0.00 0.00 0.00 0.00 15:47:02 15:47:02 15:47:02 ---> sar -P ALL: 15:47:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 15:47:02 15:47:02 15:27:11 LINUX RESTART (4 CPU) 15:47:02 15:47:02 15:28:01 CPU %user %nice %system %iowait %steal %idle 15:47:02 15:29:01 all 16.32 0.00 8.82 2.05 0.05 72.77 15:47:02 15:29:01 0 14.01 0.00 10.29 2.72 0.03 72.95 15:47:02 15:29:01 1 17.01 0.00 8.65 1.94 0.05 72.34 15:47:02 15:29:01 2 15.02 0.00 8.13 0.99 0.05 75.80 15:47:02 15:29:01 3 19.22 0.00 8.20 2.54 0.05 69.98 15:47:02 15:30:02 all 23.49 0.00 8.75 6.66 0.06 61.04 15:47:02 15:30:02 0 23.36 0.00 7.89 7.48 0.07 61.20 15:47:02 15:30:02 1 24.96 0.00 9.37 5.93 0.05 59.68 15:47:02 15:30:02 2 22.14 0.00 8.79 8.77 0.09 60.22 15:47:02 15:30:02 3 23.48 0.00 8.97 4.44 0.05 63.06 15:47:02 15:31:01 all 49.61 0.00 13.96 3.42 0.05 32.95 15:47:02 15:31:01 0 49.63 0.00 13.98 2.89 0.05 33.45 15:47:02 15:31:01 1 51.14 0.00 13.73 1.74 0.05 33.34 15:47:02 15:31:01 2 48.42 0.00 14.62 3.89 0.05 33.01 15:47:02 15:31:01 3 49.25 0.00 13.51 5.17 0.05 32.02 15:47:02 15:32:01 all 35.82 0.00 12.45 4.04 0.06 47.64 15:47:02 15:32:01 0 36.08 0.00 12.83 6.35 0.05 44.69 15:47:02 15:32:01 1 35.74 0.00 12.37 5.66 0.03 46.19 15:47:02 15:32:01 2 35.01 0.00 12.40 0.72 0.07 51.81 15:47:02 15:32:01 3 36.44 0.00 12.19 3.42 0.07 47.88 15:47:02 15:33:03 all 19.65 0.00 26.75 19.95 0.12 33.53 15:47:02 15:33:03 0 19.46 0.00 26.23 19.66 0.17 34.48 15:47:02 15:33:03 1 20.57 0.00 26.45 22.06 0.10 30.81 15:47:02 15:33:03 2 18.89 0.00 27.28 19.10 0.10 34.63 15:47:02 15:33:03 3 19.68 0.00 27.04 18.97 0.09 34.22 15:47:02 15:34:01 all 54.58 0.00 19.30 14.49 0.10 11.53 15:47:02 15:34:01 0 56.08 0.00 18.72 13.58 0.07 11.55 15:47:02 15:34:01 1 53.44 0.00 19.29 13.11 0.14 14.02 15:47:02 15:34:01 2 54.06 0.00 19.94 16.72 0.11 9.17 15:47:02 15:34:01 3 54.70 0.00 19.28 14.58 0.07 11.38 15:47:02 15:35:01 all 18.54 0.00 21.23 27.93 0.14 32.18 15:47:02 15:35:01 0 16.87 0.00 19.83 31.20 0.16 31.94 15:47:02 15:35:01 1 18.77 0.00 22.30 30.18 0.14 28.61 15:47:02 15:35:01 2 19.44 0.00 21.83 26.01 0.14 32.58 15:47:02 15:35:01 3 19.06 0.00 20.95 24.28 0.11 35.60 15:47:02 15:36:02 all 38.53 0.00 19.17 21.59 0.10 20.61 15:47:02 15:36:02 0 38.55 0.00 19.03 17.79 0.07 24.56 15:47:02 15:36:02 1 38.37 0.00 18.79 20.73 0.10 22.00 15:47:02 15:36:02 2 37.66 0.00 19.17 22.77 0.12 20.28 15:47:02 15:36:02 3 39.53 0.00 19.71 25.16 0.09 15.51 15:47:02 15:37:01 all 16.43 0.00 9.05 12.35 0.05 62.12 15:47:02 15:37:01 0 15.38 0.00 8.46 9.82 0.05 66.30 15:47:02 15:37:01 1 16.29 0.00 9.30 13.53 0.05 60.83 15:47:02 15:37:01 2 17.34 0.00 9.57 14.60 0.03 58.46 15:47:02 15:37:01 3 16.73 0.00 8.87 11.48 0.05 62.86 15:47:02 15:38:01 all 0.15 0.00 0.04 0.01 0.00 99.80 15:47:02 15:38:01 0 0.02 0.00 0.05 0.00 0.00 99.93 15:47:02 15:38:01 1 0.02 0.00 0.03 0.03 0.00 99.92 15:47:02 15:38:01 2 0.05 0.00 0.07 0.00 0.00 99.88 15:47:02 15:38:01 3 0.52 0.00 0.02 0.02 0.00 99.45 15:47:02 15:39:01 all 0.15 0.00 0.03 0.00 0.00 99.82 15:47:02 15:39:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:47:02 15:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:47:02 15:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:47:02 15:39:01 3 0.52 0.00 0.03 0.00 0.02 99.43 15:47:02 15:47:02 15:39:01 CPU %user %nice %system %iowait %steal %idle 15:47:02 15:40:01 all 0.15 0.00 0.04 0.00 0.00 99.81 15:47:02 15:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:47:02 15:40:01 1 0.03 0.00 0.03 0.00 0.02 99.92 15:47:02 15:40:01 2 0.03 0.00 0.05 0.02 0.00 99.90 15:47:02 15:40:01 3 0.50 0.00 0.03 0.00 0.00 99.47 15:47:02 15:41:01 all 0.15 0.00 0.04 0.00 0.00 99.82 15:47:02 15:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:47:02 15:41:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:47:02 15:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:47:02 15:41:01 3 0.50 0.00 0.07 0.00 0.00 99.43 15:47:02 15:42:01 all 0.15 0.00 0.04 0.00 0.00 99.81 15:47:02 15:42:01 0 0.48 0.00 0.03 0.00 0.00 99.48 15:47:02 15:42:01 1 0.02 0.00 0.03 0.00 0.00 99.95 15:47:02 15:42:01 2 0.08 0.00 0.05 0.00 0.00 99.87 15:47:02 15:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:47:02 15:43:01 all 0.17 0.00 0.07 0.05 0.00 99.70 15:47:02 15:43:01 0 0.53 0.00 0.08 0.00 0.00 99.38 15:47:02 15:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:47:02 15:43:01 2 0.10 0.00 0.13 0.07 0.02 99.68 15:47:02 15:43:01 3 0.03 0.00 0.03 0.13 0.00 99.80 15:47:02 15:44:01 all 0.18 0.00 0.04 0.00 0.01 99.77 15:47:02 15:44:01 0 0.20 0.00 0.05 0.00 0.02 99.73 15:47:02 15:44:01 1 0.07 0.00 0.05 0.00 0.00 99.88 15:47:02 15:44:01 2 0.37 0.00 0.05 0.00 0.00 99.58 15:47:02 15:44:01 3 0.10 0.00 0.02 0.00 0.02 99.87 15:47:02 15:45:01 all 0.15 0.00 0.02 0.00 0.00 99.83 15:47:02 15:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:47:02 15:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:47:02 15:45:01 2 0.52 0.00 0.02 0.00 0.00 99.47 15:47:02 15:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:47:02 15:46:01 all 0.08 0.00 0.04 0.00 0.00 99.88 15:47:02 15:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:47:02 15:46:01 1 0.05 0.00 0.03 0.00 0.02 99.90 15:47:02 15:46:01 2 0.18 0.00 0.07 0.00 0.00 99.75 15:47:02 15:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:47:02 Average: all 14.86 0.00 7.60 6.11 0.04 71.39 15:47:02 Average: 0 14.71 0.00 7.50 6.07 0.04 71.68 15:47:02 Average: 1 14.99 0.00 7.65 6.25 0.04 71.06 15:47:02 Average: 2 14.57 0.00 7.72 6.15 0.04 71.52 15:47:02 Average: 3 15.17 0.00 7.54 5.97 0.04 71.29 15:47:02 15:47:02 15:47:02