Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f1d7c75cd9bc9fc114bc9d290989d3e93ee97497+dd3c5304426daa1a06e165d92e5378a7e6535b25 (58223d530ff051db802c9c5b16c28ce6cc114068) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29155 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [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 dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 Merge succeeded, producing f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 Checking out Revision f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:42:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:42:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:42:04 ========================================================= 16:42:04 EdgeX Global Pipelines Version Info 16:42:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 61ae32e767b02baf27a87429e9b1598910e6d914 # timeout=10 16:42:05 ------------------- 16:42:05 stable info: 16:42:05 ------------------- 16:42:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:42:05 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 16:42:05 Message: update stable to v1.0.184 16:42:06 ------------------- 16:42:06 experimental info: 16:42:06 ------------------- 16:42:06 Commited By: **** collab-it+edgex@linuxfoundation.org 16:42:06 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 16:42:06 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:42:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:42:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:42:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:42:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:42:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:42:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:42:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:42:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:42:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f1d7c75 [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:42:10 provisioning config files... 16:42:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6757614610134467719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:42:10 ---> docker-login.sh 16:42:10 nexus3.edgexfoundry.org:10001 16:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:11 Configure a credential helper to remove this warning. See 16:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:11 16:42:11 Login Succeeded 16:42:11 nexus3.edgexfoundry.org:10002 16:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:11 Configure a credential helper to remove this warning. See 16:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:11 16:42:11 Login Succeeded 16:42:11 nexus3.edgexfoundry.org:10003 16:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:11 Configure a credential helper to remove this warning. See 16:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:11 16:42:11 Login Succeeded 16:42:11 nexus3.edgexfoundry.org:10004 16:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:11 Configure a credential helper to remove this warning. See 16:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:11 16:42:11 Login Succeeded 16:42:11 docker.io 16:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:12 Configure a credential helper to remove this warning. See 16:42:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:12 16:42:12 Login Succeeded 16:42:12 ---> docker-login.sh ends [Pipeline] } 16:42:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:42:12 ++ 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 16:42:12 + for file in '`ls cmd/**/Dockerfile`' 16:42:12 ++ dirname cmd/core-command/Dockerfile 16:42:12 ++ cut -d/ -f2 16:42:12 + echo core-command,cmd/core-command/Dockerfile 16:42:12 + for file in '`ls cmd/**/Dockerfile`' 16:42:12 ++ dirname cmd/core-data/Dockerfile 16:42:12 ++ cut -d/ -f2 16:42:12 + echo core-data,cmd/core-data/Dockerfile 16:42:12 + for file in '`ls cmd/**/Dockerfile`' 16:42:12 ++ dirname cmd/core-metadata/Dockerfile 16:42:12 ++ cut -d/ -f2 16:42:12 + echo core-metadata,cmd/core-metadata/Dockerfile 16:42:12 + for file in '`ls cmd/**/Dockerfile`' 16:42:12 ++ dirname cmd/security-bootstrapper/Dockerfile 16:42:12 ++ cut -d/ -f2 16:42:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:42:12 + for file in '`ls cmd/**/Dockerfile`' 16:42:12 ++ dirname cmd/security-proxy-setup/Dockerfile 16:42:12 ++ cut -d/ -f2 16:42:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:42:12 + for file in '`ls cmd/**/Dockerfile`' 16:42:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:42:12 ++ cut -d/ -f2 16:42:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:42:12 + for file in '`ls cmd/**/Dockerfile`' 16:42:12 ++ dirname cmd/support-notifications/Dockerfile 16:42:12 ++ cut -d/ -f2 16:42:12 + echo support-notifications,cmd/support-notifications/Dockerfile 16:42:12 + for file in '`ls cmd/**/Dockerfile`' 16:42:12 ++ dirname cmd/support-scheduler/Dockerfile 16:42:12 ++ cut -d/ -f2 16:42:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:42:12 + for file in '`ls cmd/**/Dockerfile`' 16:42:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:42:12 ++ cut -d/ -f2 16:42:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:42:12 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-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 16:42:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:42:13 16:42:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:42:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:42:13 latest: Pulling from edgex-devops/git-semver 16:42:13 31603596830f: Pulling fs layer 16:42:13 2a8b12db71e7: Pulling fs layer 16:42:13 6ca5941a6612: Pulling fs layer 16:42:13 ecc8261a40a4: Pulling fs layer 16:42:13 ecc8261a40a4: Waiting 16:42:13 2a8b12db71e7: Download complete 16:42:13 31603596830f: Verifying Checksum 16:42:13 31603596830f: Download complete 16:42:14 ecc8261a40a4: Verifying Checksum 16:42:14 ecc8261a40a4: Download complete 16:42:14 6ca5941a6612: Verifying Checksum 16:42:14 6ca5941a6612: Download complete 16:42:14 31603596830f: Pull complete 16:42:14 2a8b12db71e7: Pull complete 16:42:15 6ca5941a6612: Pull complete 16:42:15 ecc8261a40a4: Pull complete 16:42:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:42:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:42:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:42:16 prd-centos7-docker-4c-2g-29155 does not seem to be running inside a container 16:42:16 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:42:18 $ docker top 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:42:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:42:19 [ssh-agent] Looking for ssh-agent implementation... 16:42:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:42:19 $ docker exec 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 ssh-agent 16:42:19 SSH_AUTH_SOCK=/tmp/ssh-iZTbIZ7gU9EE/agent.11 16:42:19 SSH_AGENT_PID=17 16:42:19 Running ssh-add (command line suppressed) 16:42:19 Identity added: /w/workspace/edgex-go/4@tmp/private_key_3163524354328306392.key (/w/workspace/edgex-go/4@tmp/private_key_3163524354328306392.key) 16:42:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:42:20 + git tag --points-at HEAD [Pipeline] } 16:42:20 $ docker exec --env ******** --env ******** 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 ssh-agent -k 16:42:20 unset SSH_AUTH_SOCK; 16:42:20 unset SSH_AGENT_PID; 16:42:20 echo Agent pid 17 killed; 16:42:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:42:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:42:20 [ssh-agent] Looking for ssh-agent implementation... 16:42:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:42:21 $ docker exec 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 ssh-agent 16:42:21 SSH_AUTH_SOCK=/tmp/ssh-VqASX3NJkIMl/agent.48 16:42:21 SSH_AGENT_PID=53 16:42:21 Running ssh-add (command line suppressed) 16:42:21 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5140677464795890346.key (/w/workspace/edgex-go/4@tmp/private_key_5140677464795890346.key) 16:42:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:42:21 + git semver init 16:42:21 # -> Open(): unable to determine branch for HEAD 16:42:21 # $GIT_DIR = /w/workspace/edgex-go/4/.git 16:42:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 16:42:21 # $SEMVER_REMOTE_NAME = origin 16:42:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:42:21 # $SEMVER_USER_NAME = edgex-jenkins 16:42:21 # $SEMVER_BRANCH = PR-3234 16:42:21 # $SEMVER_TEMP = /tmp/semver-393679825 16:42:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:42:54 # '/tmp/semver-393679825' -> '/w/workspace/edgex-go/4/.semver' 16:42:54 # -> Force: false 16:42:54 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 16:42:54 $ docker exec --env ******** --env ******** 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 ssh-agent -k 16:42:54 unset SSH_AUTH_SOCK; 16:42:54 unset SSH_AGENT_PID; 16:42:54 echo Agent pid 53 killed; 16:42:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:42:55 + git semver [Pipeline] } 16:42:55 $ docker stop --time=1 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 16:42:57 $ docker rm -f 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 [Pipeline] // withDockerContainer [Pipeline] sh 16:42:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:42:58 Stashed 1 file(s) [Pipeline] echo 16:42:58 [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 16:42:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:43:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:43:00 + sudo service docker restart 16:43:00 + true 16:43:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:43:01 ========================================================= 16:43:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:43:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:43:01 + 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 . 16:43:05 Sending build context to Docker daemon 328.3MB 16:43:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:43:05 Step 2/6 : FROM ${BASE} 16:43:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:43:05 188c0c94c7c5: Pulling fs layer 16:43:05 0ef7d3d256c8: Pulling fs layer 16:43:05 de9db76c5a1d: Pulling fs layer 16:43:05 bca2f99d35d6: Pulling fs layer 16:43:05 93359f2a8cfa: Pulling fs layer 16:43:05 7c6f9722023f: Pulling fs layer 16:43:05 a35cf1a2eb13: Pulling fs layer 16:43:05 bca2f99d35d6: Waiting 16:43:05 93359f2a8cfa: Waiting 16:43:05 a35cf1a2eb13: Waiting 16:43:05 7c6f9722023f: Waiting 16:43:05 de9db76c5a1d: Verifying Checksum 16:43:05 de9db76c5a1d: Download complete 16:43:05 0ef7d3d256c8: Verifying Checksum 16:43:05 0ef7d3d256c8: Download complete 16:43:05 93359f2a8cfa: Verifying Checksum 16:43:05 93359f2a8cfa: Download complete 16:43:05 7c6f9722023f: Verifying Checksum 16:43:05 7c6f9722023f: Download complete 16:43:05 188c0c94c7c5: Verifying Checksum 16:43:05 188c0c94c7c5: Download complete 16:43:06 188c0c94c7c5: Pull complete 16:43:06 0ef7d3d256c8: Pull complete 16:43:06 de9db76c5a1d: Pull complete 16:43:09 a35cf1a2eb13: Verifying Checksum 16:43:09 a35cf1a2eb13: Download complete 16:43:10 bca2f99d35d6: Verifying Checksum 16:43:10 bca2f99d35d6: Download complete 16:43:14 Still waiting to schedule task 16:43:14 ‘prd-centos7-docker-4c-2g-29146’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29148’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29153’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29157’ is offline 16:43:16 bca2f99d35d6: Pull complete 16:43:16 93359f2a8cfa: Pull complete 16:43:16 7c6f9722023f: Pull complete 16:43:22 a35cf1a2eb13: Pull complete 16:43:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:43:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:43:22 ---> a62c8e92a672 16:43:22 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 16:43:22 ---> Running in e02aec1d3a18 16:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:43:24 (1/12) Installing libmagic (5.38-r0) 16:43:24 (2/12) Installing file (5.38-r0) 16:43:24 (3/12) Installing libc-dev (0.7.2-r3) 16:43:24 (4/12) Installing g++ (9.3.0-r2) 16:43:28 (5/12) Installing fortify-headers (1.1-r0) 16:43:28 (6/12) Installing patch (2.7.6-r6) 16:43:28 (7/12) Installing build-base (0.5-r2) 16:43:28 (8/12) Installing libsodium (1.0.18-r0) 16:43:29 (9/12) Installing pkgconf (1.7.2-r0) 16:43:29 (10/12) Installing libsodium-dev (1.0.18-r0) 16:43:29 (11/12) Installing libzmq (4.3.3-r0) 16:43:29 (12/12) Installing zeromq-dev (4.3.3-r0) 16:43:29 Executing busybox-1.31.1-r19.trigger 16:43:29 OK: 233 MiB in 51 packages 16:43:33 Removing intermediate container e02aec1d3a18 16:43:33 ---> 69841183c919 16:43:33 Step 4/6 : WORKDIR /edgex-go 16:43:33 ---> Running in 36b0dd5add7b 16:43:33 Removing intermediate container 36b0dd5add7b 16:43:33 ---> f5c5032121bc 16:43:33 Step 5/6 : COPY go.mod . 16:43:33 ---> 34307451e185 16:43:33 Step 6/6 : RUN go mod download 16:43:33 ---> Running in a654762d469e 16:44:00 Removing intermediate container a654762d469e 16:44:00 ---> 65fab116fe35 16:44:00 Successfully built 65fab116fe35 16:44:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:44:00 + docker inspect -f . ci-base-image-x86_64 16:44:00 . [Pipeline] withDockerContainer 16:44:00 prd-centos7-docker-4c-2g-29155 does not seem to be running inside a container 16:44:00 $ 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 ******** ci-base-image-x86_64 cat 16:44:01 $ docker top 78fe533a3a56be777861686c5e6b56cb721b1163fcb15dda4c595679b953e742 -eo pid,comm [Pipeline] { [Pipeline] sh 16:44:02 + go version 16:44:02 go version go1.15.5 linux/amd64 [Pipeline] } 16:44:02 $ docker stop --time=1 78fe533a3a56be777861686c5e6b56cb721b1163fcb15dda4c595679b953e742 16:44:03 $ docker rm -f 78fe533a3a56be777861686c5e6b56cb721b1163fcb15dda4c595679b953e742 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:44:04 + docker inspect -f . ci-base-image-x86_64 16:44:04 . [Pipeline] withDockerContainer 16:44:04 prd-centos7-docker-4c-2g-29155 does not seem to be running inside a container 16:44:04 $ 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 ******** ci-base-image-x86_64 cat 16:44:05 $ docker top c5896efe36aef5d95eabc558167dc44b921c35a87b898f24f1f6b4feeddedb2c -eo pid,comm [Pipeline] { [Pipeline] echo 16:44:06 ========================================================= 16:44:06 [edgeXBuildGoParallel] Running Tests and Build... 16:44:06 ========================================================= [Pipeline] sh 16:44:06 + make test 16:44:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:44:16 ? github.com/edgexfoundry/edgex-go [no test files] 16:44:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:44:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:44:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:44:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:44:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:44:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:44:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:44:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:44:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:44:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:44:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.175s coverage: 45.9% of statements 16:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:44:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements 16:44:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.386s coverage: 27.1% of statements 16:44:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:44:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:44:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:44:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:44:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:44:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:44:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.124s coverage: 100.0% of statements 16:44:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:44:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.103s coverage: 100.0% of statements 16:44:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:44:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:45:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 71.3% of statements 16:45:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:45:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:45:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.190s coverage: 82.9% of statements 16:45:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:45:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:45:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.127s coverage: 78.9% of statements 16:45:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:45:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.484s coverage: 28.6% of statements 16:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:45:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements 16:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:45:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 16:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:45:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.177s coverage: 86.7% of statements 16:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:45:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.171s coverage: 97.5% of statements 16:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:45:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.099s coverage: 78.3% of statements 16:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:45:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.719s coverage: 92.8% of statements 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:45:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:45:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.107s coverage: 0.1% of statements 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:45:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:45:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements 16:45:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements 16:45:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements 16:45:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements 16:45:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements 16:45:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.059s coverage: 94.4% of statements 16:45:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements 16:45:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.142s coverage: 81.4% of statements 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.122s coverage: 92.9% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.051s coverage: 77.8% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 75.5% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.6% of statements 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.095s coverage: 91.6% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 62.4% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.472s coverage: 69.0% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 38.4% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.0% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.084s coverage: 100.0% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.247s coverage: 87.8% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.979s coverage: 29.1% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.109s coverage: 95.6% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:45:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:45:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 16:45:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements 16:45:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.061s coverage: 100.0% of statements 16:45:35 GO111MODULE=on go vet ./... 16:45:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29160 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 16:45:38 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 16:45:44 using credential edgex-jenkins-ssh 16:45:44 Cloning the remote Git repository 16:45:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:45:44 > git init /w/workspace/edgex-go/4 # timeout=10 16:45:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:45:44 > git --version # timeout=10 16:45:44 > git --version # 'git version 2.17.1' 16:45:44 using GIT_SSH to set credentials SSH Credentials for GitHub 16:45:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:46:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:46:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:46:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:46:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:46:07 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:46:07 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:46:08 Merge succeeded, producing f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:46:08 Checking out Revision f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 (PR-3234) 16:46:08 > git config core.sparsecheckout # timeout=10 16:46:08 > git checkout -f f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # timeout=10 16:46:08 > git remote # timeout=10 16:46:08 > git config --get remote.origin.url # timeout=10 16:46:08 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:08 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 16:46:08 > git rev-parse HEAD^{commit} # timeout=10 16:46:08 > git config core.sparsecheckout # timeout=10 16:46:08 > git checkout -f f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # timeout=10 16:46:13 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:46:14 gofmt -l . 16:46:14 [ "`gofmt -l .`" = "" ] 16:46:14 ./bin/test-go-mod-tidy.sh 16:46:14 ./bin/test-attribution-txt.sh [Pipeline] sh 16:46:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:46:15 + ls -al . 16:46:15 total 736 16:46:15 drwxrwxr-x 10 1001 1001 4096 Mar 9 16:46 . 16:46:15 drwxr-xr-x 4 root root 28 Mar 9 16:44 .. 16:46:15 -rw-rw-r-- 1 1001 1001 11 Mar 9 16:41 .dockerignore 16:46:15 drwxrwxr-x 8 1001 1001 179 Mar 9 16:42 .git 16:46:15 drwxrwxr-x 3 1001 1001 125 Mar 9 16:41 .github 16:46:15 -rw-rw-r-- 1 1001 1001 818 Mar 9 16:41 .gitignore 16:46:15 drwx------ 3 1001 1001 60 Mar 9 16:42 .semver 16:46:15 -rw-rw-r-- 1 1001 1001 166 Mar 9 16:41 .sonarcloud.properties 16:46:15 -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:41 Attribution.txt 16:46:15 -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:41 CONTRIBUTING.md 16:46:15 -rw-rw-r-- 1 1001 1001 931 Mar 9 16:41 Dockerfile.build 16:46:15 -rw-rw-r-- 1 1001 1001 863 Mar 9 16:41 Jenkinsfile 16:46:15 -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:41 LICENSE 16:46:15 -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:41 Makefile 16:46:15 -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:41 README.md 16:46:15 -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:41 SECURITY.md 16:46:15 -rw-rw-r-- 1 1001 1001 5 Mar 9 16:42 VERSION 16:46:15 -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:41 ZMQWindows.md 16:46:15 drwxrwxr-x 2 1001 1001 117 Mar 9 16:41 bin 16:46:15 drwxrwxr-x 14 1001 1001 4096 Mar 9 16:41 cmd 16:46:15 -rw-r--r-- 1 root root 624012 Mar 9 16:45 coverage.out 16:46:15 -rw-r--r-- 1 root root 1056 Mar 9 16:46 go.mod 16:46:15 -rw-r--r-- 1 root root 21983 Mar 9 16:46 go.sum 16:46:15 drwxrwxr-x 8 1001 1001 127 Mar 9 16:41 internal 16:46:15 drwxrwxr-x 4 1001 1001 26 Mar 9 16:41 openapi 16:46:15 drwxrwxr-x 4 1001 1001 71 Mar 9 16:41 snap 16:46:15 -rw-rw-r-- 1 1001 1001 168 Mar 9 16:41 version.go [Pipeline] sh 16:46:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:46:15 + '[' -e coverage.out ] 16:46:15 + chown 1001:1001 coverage.out [Pipeline] stash 16:46:16 + sudo service docker restart 16:46:16 + true 16:46:16 Stashed 1 file(s) [Pipeline] sh 16:46:16 + make build 16:46:16 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 16:46:18 provisioning config files... 16:46:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8659172649128609792tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:46:18 ---> docker-login.sh 16:46:18 nexus3.edgexfoundry.org:10001 16:46:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:20 Configure a credential helper to remove this warning. See 16:46:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:20 16:46:20 Login Succeeded 16:46:20 nexus3.edgexfoundry.org:10002 16:46:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:20 Configure a credential helper to remove this warning. See 16:46:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:20 16:46:20 Login Succeeded 16:46:20 nexus3.edgexfoundry.org:10003 16:46:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:21 Configure a credential helper to remove this warning. See 16:46:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:21 16:46:21 Login Succeeded 16:46:21 nexus3.edgexfoundry.org:10004 16:46:21 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 16:46:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:21 Configure a credential helper to remove this warning. See 16:46:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:21 16:46:21 Login Succeeded 16:46:21 docker.io 16:46:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:22 Configure a credential helper to remove this warning. See 16:46:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:22 16:46:22 Login Succeeded 16:46:22 ---> docker-login.sh ends [Pipeline] } 16:46:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:46:23 ========================================================= 16:46:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:46:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:46:23 + 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 . 16:46:26 Sending build context to Docker daemon 166.6MB 16:46:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:46:26 Step 2/6 : FROM ${BASE} 16:46:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:46:26 5f621e34cdf4: Pulling fs layer 16:46:26 a4357932f1b6: Pulling fs layer 16:46:26 18c013af1878: Pulling fs layer 16:46:26 00ac8860ef70: Pulling fs layer 16:46:26 63d7cb157983: Pulling fs layer 16:46:26 b116817d02f9: Pulling fs layer 16:46:26 745a02a5169b: Pulling fs layer 16:46:26 00ac8860ef70: Waiting 16:46:26 63d7cb157983: Waiting 16:46:26 b116817d02f9: Waiting 16:46:26 745a02a5169b: Waiting 16:46:26 18c013af1878: Verifying Checksum 16:46:26 18c013af1878: Download complete 16:46:26 a4357932f1b6: Download complete 16:46:26 63d7cb157983: Verifying Checksum 16:46:26 63d7cb157983: Download complete 16:46:26 b116817d02f9: Verifying Checksum 16:46:26 5f621e34cdf4: Download complete 16:46:27 5f621e34cdf4: Pull complete 16:46:28 a4357932f1b6: Pull complete 16:46:28 18c013af1878: Pull complete 16:46:29 745a02a5169b: Verifying Checksum 16:46:29 745a02a5169b: Download complete 16:46:30 00ac8860ef70: Verifying Checksum 16:46:30 00ac8860ef70: Download complete 16:46: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 16:46: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 16:46: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 16:46:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:46:39 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 16:46:41 00ac8860ef70: Pull complete 16:46:41 63d7cb157983: Pull complete 16:46:41 b116817d02f9: Pull complete 16:46:41 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 16:46:42 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 16:46:44 745a02a5169b: Pull complete 16:46:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:46:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:46:44 ---> b7e6874047d6 16:46:44 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 16:46:44 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 16:46:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:46:47 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 16:46:47 ---> Running in b6a729a2dbc1 16:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } 16:46:50 $ docker stop --time=1 c5896efe36aef5d95eabc558167dc44b921c35a87b898f24f1f6b4feeddedb2c 16:46:51 (1/12) Installing libmagic (5.38-r0) 16:46:51 (2/12) Installing file (5.38-r0) 16:46:51 (3/12) Installing libc-dev (0.7.2-r3) 16:46:51 (4/12) Installing g++ (9.3.0-r2) 16:46:51 $ docker rm -f c5896efe36aef5d95eabc558167dc44b921c35a87b898f24f1f6b4feeddedb2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:46:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:46:53 16:46:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:46:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:46:54 latest: Pulling from edgex-devops/edgex-compose 16:46:54 cbdbe7a5bc2a: Pulling fs layer 16:46:54 ca9280d653b3: Pulling fs layer 16:46:54 7e9c9ca2126c: Pulling fs layer 16:46:54 cbdbe7a5bc2a: Verifying Checksum 16:46:54 cbdbe7a5bc2a: Download complete 16:46:55 cbdbe7a5bc2a: Pull complete 16:46:55 ca9280d653b3: Verifying Checksum 16:46:55 ca9280d653b3: Download complete 16:46:56 7e9c9ca2126c: Verifying Checksum 16:46:56 7e9c9ca2126c: Download complete 16:46:56 ca9280d653b3: Pull complete 16:46:58 (5/12) Installing fortify-headers (1.1-r0) 16:46:58 (6/12) Installing patch (2.7.6-r6) 16:46:58 (7/12) Installing build-base (0.5-r2) 16:46:58 (8/12) Installing libsodium (1.0.18-r0) 16:46:58 (9/12) Installing pkgconf (1.7.2-r0) 16:46:58 (10/12) Installing libsodium-dev (1.0.18-r0) 16:46:58 (11/12) Installing libzmq (4.3.3-r0) 16:46:58 (12/12) Installing zeromq-dev (4.3.3-r0) 16:46:58 Executing busybox-1.31.1-r19.trigger 16:46:58 OK: 217 MiB in 51 packages 16:47:02 Removing intermediate container b6a729a2dbc1 16:47:02 ---> 80db48e773f6 16:47:02 Step 4/6 : WORKDIR /edgex-go 16:47:02 ---> Running in 38bf816c100a 16:47:02 Removing intermediate container 38bf816c100a 16:47:02 ---> 1c1864e8d59d 16:47:02 Step 5/6 : COPY go.mod . 16:47:03 ---> b88b812d4f9b 16:47:03 Step 6/6 : RUN go mod download 16:47:03 ---> Running in 35478ea8fb05 16:47:04 7e9c9ca2126c: Pull complete 16:47:04 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:47:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:47:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:47:04 prd-centos7-docker-4c-2g-29155 does not seem to be running inside a container 16:47:04 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:47:06 $ docker top 33605eef4ae3ebcb2ab8d26bde8106511d46a1045b2db2a0d98447aa67c87734 -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:07 + docker-compose build --help 16:47:07 + grep parallel 16:47:08 --parallel Build images in parallel. [Pipeline] } 16:47:08 $ docker stop --time=1 33605eef4ae3ebcb2ab8d26bde8106511d46a1045b2db2a0d98447aa67c87734 16:47:10 $ docker rm -f 33605eef4ae3ebcb2ab8d26bde8106511d46a1045b2db2a0d98447aa67c87734 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:47:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:47:10 . [Pipeline] withDockerContainer 16:47:11 prd-centos7-docker-4c-2g-29155 does not seem to be running inside a container 16:47:11 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:47:13 $ docker top 5524d4bb1f8a80b82bc6a0306d8f80fd8fd0bca0028a2b3eb0788336b87dd59a -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:13 + docker-compose -f ./docker-compose-build.yml build --parallel 16:47:15 Building docker-core-command-go ... 16:47:15 Building docker-core-data-go ... 16:47:15 Building docker-core-metadata-go ... 16:47:15 Building docker-security-bootstrapper-go ... 16:47:15 Building docker-security-proxy-setup-go ... 16:47:15 Building docker-security-secretstore-setup-go ... 16:47:15 Building docker-support-notifications-go ... 16:47:15 Building docker-support-scheduler-go ... 16:47:15 Building docker-sys-mgmt-agent-go ... 16:47:15 Building docker-support-notifications-go 16:47:15 Building docker-security-bootstrapper-go 16:47:15 Building docker-security-proxy-setup-go 16:47:15 Building docker-support-scheduler-go 16:47:15 Building docker-core-command-go 16:47:36 Removing intermediate container 35478ea8fb05 16:47:36 ---> ff432edc6b09 16:47:36 Successfully built ff432edc6b09 16:47:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:47:36 + docker inspect -f . ci-base-image-arm64 16:47:36 . [Pipeline] withDockerContainer 16:47:36 prd-ubuntu18.04-docker-arm64-4c-16g-29160 does not seem to be running inside a container 16:47: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 ******** ci-base-image-arm64 cat 16:47:38 $ docker top f736653928f3b1883717b259df459c44a204d8a669d9b164025d70ea92fa2ec2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:39 + go version 16:47:39 go version go1.15.5 linux/arm64 [Pipeline] } 16:47:39 $ docker stop --time=1 f736653928f3b1883717b259df459c44a204d8a669d9b164025d70ea92fa2ec2 16:47:41 $ docker rm -f f736653928f3b1883717b259df459c44a204d8a669d9b164025d70ea92fa2ec2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:47:42 + docker inspect -f . ci-base-image-arm64 16:47:42 . [Pipeline] withDockerContainer 16:47:43 prd-ubuntu18.04-docker-arm64-4c-16g-29160 does not seem to be running inside a container 16:47:43 $ 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 ******** ci-base-image-arm64 cat 16:47:44 $ docker top aacb1665a8b7319a1b79cbafcc6c522b9feff69ba6eff1374a83881b777b6b2f -eo pid,comm [Pipeline] { [Pipeline] echo 16:47:45 ========================================================= 16:47:45 [edgeXBuildGoParallel] Running Tests and Build... 16:47:45 ========================================================= [Pipeline] sh 16:47:45 + make test 16:47:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:47:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:47:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:47:54 ---> 65fab116fe35 16:47:54 Step 3/21 : WORKDIR /edgex-go 16:47:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:47:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:47:54 ---> 65fab116fe35 16:47:54 Step 3/22 : WORKDIR /edgex-go 16:47:54 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:47:54 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:47:54 ---> 65fab116fe35 16:47:54 Step 3/31 : WORKDIR /edgex-go 16:47:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:47:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:47:54 ---> 65fab116fe35 16:47:54 Step 3/22 : WORKDIR /edgex-go 16:47:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:47:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:47:54 ---> 65fab116fe35 16:47:54 Step 3/23 : WORKDIR /edgex-go 16:47:54 ---> Running in d0446b358e98 16:47:54 ---> Running in 71e47a05933e 16:47:54 ---> Running in cc42dbf5282c 16:47:54 ---> Running in 6447768135ba 16:47:54 ---> Running in 60ee4c73de2c 16:47:55 Removing intermediate container 6447768135ba 16:47:55 ---> 0c1c590f4adb 16:47:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:47:55 Removing intermediate container 71e47a05933e 16:47:55 ---> 836b869fdbf5 16:47:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:47:55 Removing intermediate container cc42dbf5282c 16:47:55 ---> 7bc150a1f58c 16:47:55 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:47:55 Removing intermediate container d0446b358e98 16:47:55 ---> 1f6b86d4ba8e 16:47:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:47:55 Removing intermediate container 60ee4c73de2c 16:47:55 ---> 12a65b1da3c2 16:47:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:47:55 ---> Running in 05a4cb3995e9 16:47:55 ---> Running in 5e2a0a86cc75 16:47:55 ---> Running in 762f5e676ce4 16:47:55 ---> Running in bac7ec7233fc 16:47:55 ---> Running in d98b9dfad832 16:47:57 Removing intermediate container 762f5e676ce4 16:47:57 ---> 8a35c01da067 16:47:57 Step 5/21 : RUN apk add --update --no-cache make git 16:47:57 Removing intermediate container 5e2a0a86cc75 16:47:57 ---> 150fe3518e86 16:47:57 Step 5/23 : RUN apk add --update --no-cache make git 16:47:57 ---> Running in b771a1941d0b 16:47:58 ---> Running in 625d22d472e6 16:47:58 Removing intermediate container bac7ec7233fc 16:47:58 ---> 40d2f6dcaa06 16:47:58 Step 5/31 : RUN apk add --update --no-cache make git 16:47:58 Removing intermediate container 05a4cb3995e9 16:47:58 ---> c19f01e0fac8 16:47:58 Step 5/22 : RUN apk add --update --no-cache make git 16:47:58 Removing intermediate container d98b9dfad832 16:47:58 ---> 9cf0ba8a110b 16:47:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:47:58 ---> Running in ff9dca7a3a0e 16:47:58 ---> Running in ccfb794a177c 16:47:58 ---> Running in cca61e18db9b 16:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:00 OK: 233 MiB in 51 packages 16:48:01 OK: 233 MiB in 51 packages 16:48:01 OK: 233 MiB in 51 packages 16:48:01 OK: 233 MiB in 51 packages 16:48:01 OK: 233 MiB in 51 packages 16:48:01 Removing intermediate container b771a1941d0b 16:48:01 ---> a83bdf10581a 16:48:01 Step 6/21 : COPY go.mod . 16:48:02 Removing intermediate container 625d22d472e6 16:48:02 ---> 90890021a2ce 16:48:02 Step 6/23 : COPY go.mod . 16:48:02 Removing intermediate container ff9dca7a3a0e 16:48:02 ---> a2c27f5a651a 16:48:02 Step 6/31 : COPY go.mod . 16:48:02 ---> ce1516b5c2c4 16:48:02 Step 7/21 : RUN go mod download 16:48:02 ---> Running in 0e565aa298c6 16:48:02 ---> 039404086ecc 16:48:02 Step 7/23 : RUN go mod download 16:48:02 Removing intermediate container ccfb794a177c 16:48:02 ---> bb1577f65ec4 16:48:02 Step 6/22 : COPY go.mod . 16:48:02 Removing intermediate container cca61e18db9b 16:48:02 ---> fb8a064c5da1 16:48:02 Step 6/22 : COPY go.mod . 16:48:02 ---> fa875bf3c052 16:48:02 Step 7/31 : RUN go mod download 16:48:02 ---> Running in a55712a0b8f4 16:48:03 ---> Running in dc9dec9665f8 16:48:03 ---> dfd3f8d12862 16:48:03 Step 7/22 : RUN go mod download 16:48:03 ---> 31537a84e7b0 16:48:03 Step 7/22 : RUN go mod download 16:48:03 ---> Running in b60fdd0acb9e 16:48:03 ---> Running in 221272aa1c73 16:48:05 Removing intermediate container 0e565aa298c6 16:48:05 ---> 4aec635d261a 16:48:05 Step 8/21 : COPY . . 16:48:05 Removing intermediate container a55712a0b8f4 16:48:05 ---> e27f5166bcc1 16:48:05 Step 8/23 : COPY . . 16:48:05 Removing intermediate container dc9dec9665f8 16:48:05 ---> 502bc02aba3f 16:48:05 Step 8/31 : COPY . . 16:48:06 Removing intermediate container 221272aa1c73 16:48:06 ---> 0ff4f4dc1b85 16:48:06 Step 8/22 : COPY . . 16:48:06 Removing intermediate container b60fdd0acb9e 16:48:06 ---> 118c39f411d4 16:48:06 Step 8/22 : COPY . . 16:48:12 ? github.com/edgexfoundry/edgex-go [no test files] 16:48:53 ---> ffe89467b2c3 16:48:53 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:48:53 ---> d12e10ff7a84 16:48:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:48:53 ---> 7fbc66aad689 16:48:53 Step 9/23 : RUN make cmd/core-command/core-command 16:48:53 ---> 03f1a476121e 16:48:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:48:53 ---> Running in 37066eaee236 16:48:53 ---> Running in 136ca67cfca9 16:48:53 ---> Running in 788a8500f5ac 16:48:53 ---> Running in aa62692e8ca3 16:48:53 ---> c0dce17e68f3 16:48:53 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:48:53 ---> Running in 730cf53d6510 16:48:53 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 16:48:53 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 16:48:53 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 16:48:53 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 16:48:53 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 16:49:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:49:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:49:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:49:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:49:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:49:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:49: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 16:49:45 Removing intermediate container 37066eaee236 16:49:45 ---> 0d1ad989ba17 16:49:45 16:49:45 Step 10/31 : FROM alpine:3.12 16:49:45 3.12: Pulling from library/alpine 16:49:45 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:49:45 Status: Downloaded newer image for alpine:3.12 16:49:45 ---> 88dd2752d2ea 16:49:45 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:49:46 ---> Running in 0bc7dc80fec0 16:49:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:49:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:49:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:49:50 Removing intermediate container 788a8500f5ac 16:49:50 ---> 9fdc175f39b2 16:49:50 16:49:50 Step 10/21 : FROM alpine:3.12 16:49:50 ---> 88dd2752d2ea 16:49:50 Step 11/21 : RUN apk add --update --no-cache curl 16:49:50 Removing intermediate container 0bc7dc80fec0 16:49:50 ---> 1cbfd30bed13 16:49:50 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:49:50 Removing intermediate container 136ca67cfca9 16:49:50 ---> d2bc83fc0836 16:49:50 16:49:50 Step 10/23 : FROM alpine:3.12 16:49:50 ---> 88dd2752d2ea 16:49:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:49:50 ---> Running in 0111fa7ce4c8 16:49:50 ---> Running in 72a7252a85da 16:49:50 Removing intermediate container 730cf53d6510 16:49:50 ---> 865262b90e1b 16:49:50 16:49:50 Step 10/22 : FROM alpine:3.12 16:49:50 ---> 88dd2752d2ea 16:49:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:49:50 Removing intermediate container aa62692e8ca3 16:49:50 ---> dfd0cdaa1b04 16:49:50 16:49:50 Step 10/22 : FROM alpine:3.12 16:49:50 ---> 88dd2752d2ea 16:49:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:49:51 ---> Running in 60fc8ce05a8c 16:49:51 ---> Running in 0587f1d4e291 16:49:51 ---> Running in 7e1fe38d5698 16:49:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:49:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:49:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:49:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:49:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:49:52 (1/2) Installing dumb-init (1.2.2-r1) 16:49:52 (2/2) Installing su-exec (0.2-r1) 16:49:52 Executing busybox-1.31.1-r19.trigger 16:49:52 OK: 6 MiB in 16 packages 16:49:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:49:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:49:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:49:52 (1/4) Installing ca-certificates (20191127-r4) 16:49:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:49:52 (3/4) Installing libcurl (7.69.1-r3) 16:49:52 (4/4) Installing curl (7.69.1-r3) 16:49:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:49:52 Executing busybox-1.31.1-r19.trigger 16:49:52 Executing ca-certificates-20191127-r4.trigger 16:49:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:49:52 (1/1) Installing dumb-init (1.2.2-r1) 16:49:53 Executing busybox-1.31.1-r19.trigger 16:49:53 OK: 6 MiB in 15 packages 16:49:53 OK: 7 MiB in 18 packages 16:49:53 (1/2) Installing ca-certificates (20191127-r4) 16:49:53 (1/1) Installing dumb-init (1.2.2-r1) 16:49:53 Executing busybox-1.31.1-r19.trigger 16:49:53 OK: 6 MiB in 15 packages 16:49:53 (2/2) Installing dumb-init (1.2.2-r1) 16:49:53 Executing busybox-1.31.1-r19.trigger 16:49:53 Executing ca-certificates-20191127-r4.trigger 16:49:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.370s coverage: 45.9% of statements 16:49:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:49:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:49:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:49:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:49:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:49:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:49:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:49:54 OK: 6 MiB in 16 packages 16:49:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.274s coverage: 100.0% of statements 16:49:54 Removing intermediate container 72a7252a85da 16:49:54 ---> 3788a1c37f5b 16:49:54 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:49:54 ---> Running in 9aff5e01ffa0 16:49:54 Removing intermediate container 60fc8ce05a8c 16:49:54 ---> 4bcd0a3b6ce5 16:49:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:49:54 ---> Running in ca6aa18d92d7 16:49:55 Removing intermediate container 0587f1d4e291 16:49:56 ---> b30e223297f0 16:49:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:49:56 Removing intermediate container 9aff5e01ffa0 16:49:56 ---> 21eda05a461a 16:49:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:49:56 Removing intermediate container 0111fa7ce4c8 16:49:56 ---> d9b6b5f6a03f 16:49:56 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:49:56 Removing intermediate container ca6aa18d92d7 16:49:56 ---> 72408e478213 16:49:56 Step 13/23 : ENV APP_PORT=48082 16:49:56 ---> Running in 4fc9f76deab6 16:49:56 ---> Running in 08cd48bb8a7e 16:49:56 Removing intermediate container 7e1fe38d5698 16:49:56 ---> 466b1a4136e6 16:49:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:49:56 ---> Running in 23b504f0219f 16:49:56 ---> Running in 7577bc5b04e7 16:49:56 ---> Running in 8f8c5ae34a84 16:49:56 Removing intermediate container 08cd48bb8a7e 16:49:56 ---> 7e59bf128890 16:49:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:49:56 Removing intermediate container 4fc9f76deab6 16:49:56 ---> 4905e140f17b 16:49:56 Step 13/22 : ENV APP_PORT=48085 16:49:56 Removing intermediate container 23b504f0219f 16:49:56 ---> 6e10d013201c 16:49:56 Step 13/21 : WORKDIR /edgex 16:49:56 ---> Running in 6ea3da330c95 16:49:56 ---> Running in d6cfcc55793a 16:49:56 Removing intermediate container 7577bc5b04e7 16:49:56 ---> b648266ff98d 16:49:56 Step 14/23 : EXPOSE $APP_PORT 16:49:56 Removing intermediate container 8f8c5ae34a84 16:49:56 ---> 8a22b12f020b 16:49:56 Step 13/22 : ENV APP_PORT=48060 16:49:57 ---> Running in 6a07b909725a 16:49:57 ---> Running in ec9c2ee8242c 16:49:57 ---> Running in bd7e61e2ac22 16:49:57 Removing intermediate container 6ea3da330c95 16:49:57 ---> 38b0b69d6998 16:49:57 Step 14/22 : EXPOSE $APP_PORT 16:49:57 Removing intermediate container ec9c2ee8242c 16:49:57 ---> 1d9d0034f6be 16:49:57 Step 15/23 : WORKDIR / 16:49:57 Removing intermediate container 6a07b909725a 16:49:57 ---> 07a9bf82d40a 16:49:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:49:58 ---> Running in a72c1384409f 16:49:58 ---> Running in f83ca79703f1 16:49:58 Removing intermediate container bd7e61e2ac22 16:49:58 ---> e6f061552aac 16:49:58 Step 14/22 : EXPOSE $APP_PORT 16:49:58 ---> Running in 03208931c9d4 16:49:58 Removing intermediate container a72c1384409f 16:49:58 ---> e7565bc5ab50 16:49:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:49:58 ---> 69389777d869 16:49:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:49:58 Removing intermediate container f83ca79703f1 16:49:58 ---> 886b234dec56 16:49:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:49:58 Removing intermediate container 03208931c9d4 16:49:58 ---> 039e347cc5ca 16:49:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:49:58 ---> 958f63685b8d 16:49:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:49:58 Removing intermediate container d6cfcc55793a 16:49:58 ---> 742a3a9e60aa 16:49:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:49:58 ---> 0b34815571ae 16:49:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:49:59 ---> Running in 1787222ef0dd 16:49:59 ---> 59654105816e 16:49:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:49:59 ---> bd457021425d 16:49:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:49:59 ---> 66d465975af0 16:49:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:49:59 Removing intermediate container 1787222ef0dd 16:49:59 ---> f0c41c562260 16:49:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:50:00 ---> 4aa1d7e7dccd 16:50:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:50:00 ---> a4dcce8f3a93 16:50:00 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:50:00 ---> 740dde7f6414 16:50:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:50:00 ---> 614be5a1d04b 16:50:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:50:00 ---> d31ce4380867 16:50:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:50:00 ---> ab9d3009e77b 16:50:00 Step 19/23 : ENTRYPOINT ["/core-command"] 16:50:00 ---> Running in 6233b88657aa 16:50:00 ---> Running in 4a72f2cb83d4 16:50:00 ---> Running in ff515edf607a 16:50:00 ---> Running in 2184fcdf0e25 16:50:01 ---> 3de501acacdd 16:50:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:50:01 Removing intermediate container 4a72f2cb83d4 16:50:01 ---> 299f2582af0c 16:50:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:50:01 Removing intermediate container ff515edf607a 16:50:01 ---> 7ac334e12d82 16:50:01 Step 18/21 : CMD ["--init=true"] 16:50:01 Removing intermediate container 2184fcdf0e25 16:50:01 ---> c1778942465a 16:50:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:50:01 ---> Running in e5f97fbe7dfe 16:50:01 ---> Running in 08079b1a2962 16:50:01 ---> Running in 3aeb63e7e4d3 16:50:01 ---> Running in 304fe36d3862 16:50:01 Removing intermediate container e5f97fbe7dfe 16:50:01 ---> ea5d1c357a78 16:50:01 Step 19/21 : LABEL arch=x86_64 16:50:01 Removing intermediate container 08079b1a2962 16:50:01 ---> 3b33d018f3f7 16:50:01 Step 20/22 : LABEL arch=x86_64 16:50:01 Removing intermediate container 3aeb63e7e4d3 16:50:01 ---> 786b4276fbe7 16:50:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:50:01 Removing intermediate container 304fe36d3862 16:50:01 ---> 88790323e19d 16:50:01 Step 21/23 : LABEL arch=x86_64 16:50:01 ---> Running in 3e8a878e15ae 16:50:01 ---> Running in 469bafca5b04 16:50:01 ---> Running in 8741f1ff2853 16:50:01 ---> Running in 963445a54abb 16:50:02 Removing intermediate container 469bafca5b04 16:50:02 ---> 3b7ce60da7f8 16:50:02 Step 20/21 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:50:02 Removing intermediate container 3e8a878e15ae 16:50:02 ---> 4cb64ff2bf7d 16:50:02 Step 21/22 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:50:02 Removing intermediate container 8741f1ff2853 16:50:02 ---> 1c86a1b32bdb 16:50:02 Step 20/22 : LABEL arch=x86_64 16:50:02 Removing intermediate container 963445a54abb 16:50:02 ---> 481b788b0cb5 16:50:02 Step 22/23 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:50:02 ---> Running in ae4b7964f854 16:50:02 ---> Running in d78d4f22335f 16:50:02 Removing intermediate container 6233b88657aa 16:50:02 ---> 348bf8be27ad 16:50:02 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:50:02 ---> Running in 615334cc2bbd 16:50:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.627s coverage: 27.1% of statements 16:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:50:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 16:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:50:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 16:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:50:02 ---> Running in e4aec3d33dfc 16:50:02 Removing intermediate container ae4b7964f854 16:50:02 ---> a0b0c1eb4cb6 16:50:02 Step 22/22 : LABEL version=0.0.0 16:50:02 Removing intermediate container d78d4f22335f 16:50:02 ---> 43514504dbb6 16:50:02 Step 21/21 : LABEL version=0.0.0 16:50:03 ---> Running in 4ecbe254a928 16:50:03 ---> Running in 419407c3829d 16:50:03 Removing intermediate container 615334cc2bbd 16:50:03 ---> 034e3903e6cb 16:50:03 Step 23/23 : LABEL version=0.0.0 16:50:03 Removing intermediate container e4aec3d33dfc 16:50:03 ---> ed8fc1e318ff 16:50:03 Step 21/22 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:50:03 ---> 30043a78d068 16:50:03 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:50:03 ---> Running in adb99456f7e1 16:50:03 ---> Running in ff3b766c2378 16:50:03 Removing intermediate container 419407c3829d 16:50:03 ---> bc7ec07618ed 16:50:03 16:50:03 Removing intermediate container 4ecbe254a928 16:50:03 ---> 2d9d0d21c263 16:50:03 16:50:03 Successfully built 2d9d0d21c263 16:50:03 Successfully built bc7ec07618ed 16:50:03 Removing intermediate container adb99456f7e1 16:50:03 ---> d689529314e7 16:50:03 Step 22/22 : LABEL version=0.0.0 16:50:03 Successfully tagged docker-support-scheduler-go:latest 16:50:03  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 16:50:03 Removing intermediate container ff3b766c2378 16:50:03 ---> d3633f939b93 16:50:03 16:50:03 Successfully tagged docker-security-proxy-setup-go:latest 16:50:03  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 16:50:03 ---> Running in 13159cc6995d 16:50:04 ---> e593e6430119 16:50:04 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:50:04 Successfully built d3633f939b93 16:50:04 Successfully tagged docker-core-command-go:latest 16:50:04 Building docker-core-data-go 16:50:04  Building docker-core-command-go ... done Removing intermediate container 13159cc6995d 16:50:04 ---> 07c24e5fc5c7 16:50:04 16:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.303s coverage: 71.3% of statements 16:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:50:04 Successfully built 07c24e5fc5c7 16:50:04 Successfully tagged docker-support-notifications-go:latest 16:50:04  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 16:50:04 ---> 7a419d693cbe 16:50:04 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:50:05 ---> f8dbc8db0a67 16:50:05 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:50:05 ---> 92616f994df1 16:50:05 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:50:05 ---> Running in 54e73dffe4f4 16:50:05 Removing intermediate container 54e73dffe4f4 16:50:05 ---> 8b8e9ebc6a5d 16:50:05 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:50:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.544s coverage: 82.9% of statements 16:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:50:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.161s coverage: 78.9% of statements 16:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:50:09 ---> e2325e928eec 16:50:09 Step 26/31 : RUN chmod +x /entrypoint.sh 16:50:09 ---> Running in 7662d66e0d83 16:50:11 Removing intermediate container 7662d66e0d83 16:50:11 ---> 012104e3e071 16:50:11 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:50:12 ---> Running in 0ee8cc913e47 16:50:13 Removing intermediate container 0ee8cc913e47 16:50:13 ---> b812bdca6e61 16:50:13 Step 28/31 : CMD ["gate"] 16:50:13 ---> Running in ba0443d74e14 16:50:14 Removing intermediate container ba0443d74e14 16:50:14 ---> 16f61f0e1f68 16:50:14 Step 29/31 : LABEL arch=x86_64 16:50:15 ---> Running in 05ea36e20d1e 16:50:15 Removing intermediate container 05ea36e20d1e 16:50:15 ---> 1af84eb1a6d9 16:50:15 Step 30/31 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:50:16 ---> Running in e60a5b0b8f00 16:50:16 Removing intermediate container e60a5b0b8f00 16:50:16 ---> 54f0e2882eab 16:50:16 Step 31/31 : LABEL version=0.0.0 16:50:16 ---> Running in b713f9afb0d0 16:50:17 Removing intermediate container b713f9afb0d0 16:50:17 ---> c93e3a4085e0 16:50:17 16:50:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.299s coverage: 28.6% of statements 16:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:50:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements 16:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:50:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 16:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:50:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.415s coverage: 86.7% of statements 16:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:50:17 Successfully built c93e3a4085e0 16:50:17 Successfully tagged docker-security-bootstrapper-go:latest 16:50:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.420s coverage: 97.5% of statements 16:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:50:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements 16:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:50:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.503s coverage: 92.8% of statements 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:50:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:50:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.259s coverage: 0.1% of statements 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.105s coverage: 47.1% of statements 16:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements 16:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements 16:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.119s coverage: 96.3% of statements 16:50:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.094s coverage: 87.5% of statements 16:50:35  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:50:35 ---> 65fab116fe35 16:50:35 Step 3/23 : WORKDIR /edgex-go 16:50:35 ---> Using cache 16:50:35 ---> 836b869fdbf5 16:50:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:35 ---> Using cache 16:50:35 ---> c19f01e0fac8 16:50:35 Step 5/23 : RUN apk add --update --no-cache make git 16:50:35 ---> Using cache 16:50:35 ---> bb1577f65ec4 16:50:35 Step 6/23 : COPY go.mod . 16:50:35 ---> Using cache 16:50:35 ---> dfd3f8d12862 16:50:35 Step 7/23 : RUN go mod download 16:50:35 ---> Using cache 16:50:35 ---> 118c39f411d4 16:50:35 Step 8/23 : COPY . . 16:50:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:50:35 ---> 65fab116fe35 16:50:35 Step 3/23 : WORKDIR /edgex-go 16:50:35 ---> Using cache 16:50:35 ---> 836b869fdbf5 16:50:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:35 ---> Using cache 16:50:35 ---> c19f01e0fac8 16:50:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:50:35 ---> Using cache 16:50:35 ---> c0dce17e68f3 16:50:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:50:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:50:36 ---> 65fab116fe35 16:50:36 Step 3/24 : WORKDIR /edgex-go 16:50:36 ---> Using cache 16:50:36 ---> 836b869fdbf5 16:50:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:36 ---> Using cache 16:50:36 ---> c19f01e0fac8 16:50:36 Step 5/24 : RUN apk add --update --no-cache make git 16:50:36 ---> Using cache 16:50:36 ---> bb1577f65ec4 16:50:36 Step 6/24 : COPY go.mod . 16:50:36 ---> Using cache 16:50:36 ---> dfd3f8d12862 16:50:36 Step 7/24 : RUN go mod download 16:50:36 ---> Using cache 16:50:36 ---> 118c39f411d4 16:50:36 Step 8/24 : COPY . . 16:50:36 ---> Using cache 16:50:36 ---> c0dce17e68f3 16:50:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:50:37 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:50:37 ---> 65fab116fe35 16:50:37 Step 3/26 : WORKDIR /edgex-go 16:50:37 ---> Using cache 16:50:37 ---> 836b869fdbf5 16:50:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:37 ---> Using cache 16:50:37 ---> c19f01e0fac8 16:50:37 Step 5/26 : RUN apk add --update --no-cache make bash git 16:50:37 ---> Running in 446b89d12988 16:50:37 ---> Running in 738a49c4c49e 16:50:37 ---> Running in e1f66059a018 16:50:37 ---> Running in fb2bb32535a5 16:50:39 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 16:50:39 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 16:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:40 OK: 233 MiB in 51 packages 16:50:40 OK: 233 MiB in 51 packages 16:50:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.094s coverage: 94.4% of statements 16:50:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 16:50:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.135s coverage: 81.4% of statements 16:50:42 Removing intermediate container fb2bb32535a5 16:50:42 ---> 1d00350b6996 16:50:42 Step 6/26 : COPY go.mod . 16:50:42 Removing intermediate container 446b89d12988 16:50:42 ---> 0c7a06442063 16:50:42 Step 6/23 : COPY go.mod . 16:50:44 ---> 98ffef900374 16:50:44 Step 7/26 : RUN go mod download 16:50:44 ---> 0fbc2dc15632 16:50:44 Step 7/23 : RUN go mod download 16:50:44 ---> Running in e4fc19025737 16:50:44 ---> Running in 494c88f9be80 16:50:47 Removing intermediate container e4fc19025737 16:50:47 ---> 62b4b9e430dc 16:50:47 Step 8/26 : COPY . . 16:50:47 Removing intermediate container 494c88f9be80 16:50:47 ---> da2380448fc7 16:50:47 Step 8/23 : COPY . . 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.139s coverage: 92.9% of statements 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.067s coverage: 77.8% of statements 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.8% of statements 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.152s coverage: 84.6% of statements 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.6% of statements 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.714s coverage: 62.4% of statements 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements 16:51:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.012s coverage: 69.0% of statements 16:51:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:51:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:51:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:51:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.443s coverage: 38.4% of statements 16:51:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:51:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:51:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.145s coverage: 89.5% of statements 16:51:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:51:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.118s coverage: 84.8% of statements 16:51:10 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 16:51:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.475s coverage: 47.0% of statements 16:51:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:51:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:51:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:51:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:51:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:51:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.203s coverage: 100.0% of statements 16:51:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:51:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements 16:51:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:51:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:51:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:51:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:51:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.437s coverage: 87.8% of statements 16:51:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:51:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:51:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:51:22 Removing intermediate container 738a49c4c49e 16:51:22 ---> d6b10b6dc34a 16:51:22 16:51:22 Step 10/24 : FROM alpine:3.12 16:51:22 ---> 88dd2752d2ea 16:51:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.136s coverage: 29.1% of statements 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.120s coverage: 100.0% of statements 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.273s coverage: 95.6% of statements 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.084s coverage: 0.0% of statements 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.088s coverage: 100.0% of statements 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.090s coverage: 100.0% of statements 16:51:23 Removing intermediate container e1f66059a018 16:51:23 ---> 48a0df46b099 16:51:23 16:51:23 Step 10/23 : FROM alpine:3.12 16:51:23 ---> 88dd2752d2ea 16:51:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:51:23 ---> Using cache 16:51:23 ---> b30e223297f0 16:51:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:51:23 ---> Using cache 16:51:23 ---> 4905e140f17b 16:51:23 Step 13/23 : ENV APP_PORT=48081 16:51:23 ---> Running in 5223ab3918fb 16:51:23 ---> Running in 2649c5d95680 16:51:23 ---> 10658f23cb31 16:51:23 Step 9/23 : RUN make cmd/core-data/core-data 16:51:23 ---> ec7b3aff6b0b 16:51:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 16:51:24 ---> Running in f7bfcb1d558d 16:51:24 ---> Running in f7d7da86636c 16:51:24 Removing intermediate container 2649c5d95680 16:51:24 ---> 57a6f917c84b 16:51:24 Step 14/23 : EXPOSE $APP_PORT 16:51:24 ---> Running in 8dae9a95e9b0 16:51:24 Removing intermediate container 8dae9a95e9b0 16:51:24 ---> 46fc94beffbc 16:51:24 Step 15/23 : WORKDIR / 16:51:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:24 ---> Running in 7b43512361b2 16:51:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:25 (1/5) Installing ca-certificates (20191127-r4) 16:51:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:51:25 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 16:51:25 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 16:51:25 (3/5) Installing libcurl (7.69.1-r3) 16:51:25 Removing intermediate container 7b43512361b2 16:51:25 ---> 488c0288e5b0 16:51:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:51:25 (4/5) Installing curl (7.69.1-r3) 16:51:25 (5/5) Installing dumb-init (1.2.2-r1) 16:51:25 Executing busybox-1.31.1-r19.trigger 16:51:25 Executing ca-certificates-20191127-r4.trigger 16:51:25 OK: 7 MiB in 19 packages 16:51:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements 16:51:25 ---> b45cf1823b1b 16:51:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:51:26 GO111MODULE=on go vet ./... 16:51:26 Removing intermediate container 5223ab3918fb 16:51:26 ---> fab8d8ef4ec3 16:51:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:51:26 ---> 6dae30a45e89 16:51:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:51:26 ---> Running in 2a6c8bf78131 16:51:27 ---> 1e23793875bb 16:51:27 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:51:27 Removing intermediate container 2a6c8bf78131 16:51:27 ---> 12cec6564ddc 16:51:27 Step 13/24 : WORKDIR / 16:51:28 ---> Running in e3f76f38b417 16:51:28 ---> Running in ee3dd1f05443 16:51:28 Removing intermediate container e3f76f38b417 16:51:28 ---> 87a610e730d3 16:51:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:51:28 Removing intermediate container ee3dd1f05443 16:51:28 ---> f7954b450dea 16:51:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:51:28 ---> Running in 27948e7d534f 16:51:29 Removing intermediate container 27948e7d534f 16:51:29 ---> 295d0e248b16 16:51:29 Step 21/23 : LABEL arch=x86_64 16:51:29 ---> Running in 92645017f5aa 16:51:29 ---> 2597ab45fc08 16:51:29 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:51:30 Removing intermediate container 92645017f5aa 16:51:30 ---> b02bce322045 16:51:30 Step 22/23 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:51:30 ---> Running in 48ca2af2e02f 16:51:30 ---> 836ee0328c75 16:51:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:51:31 Removing intermediate container 48ca2af2e02f 16:51:31 ---> 27f65875310d 16:51:31 Step 23/23 : LABEL version=0.0.0 16:51:31 ---> 41a01e03de0d 16:51:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:51:31 ---> Running in 3cf9d6bab013 16:51:31 Removing intermediate container 3cf9d6bab013 16:51:31 ---> c43965610c93 16:51:31 16:51:32 Successfully built c43965610c93 16:51:32 ---> bdf43bf524d1 16:51:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:51:32 Successfully tagged docker-core-metadata-go:latest 16:51:33  Building docker-core-metadata-go ... done  ---> 5e0b57530770 16:51:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:51:35 ---> 84a3d0f7212c 16:51:35 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/ 16:51:35 ---> Running in f3329f4e201a 16:51:37 Removing intermediate container f3329f4e201a 16:51:37 ---> 2d0b45008431 16:51:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:51:38 ---> Running in 57605b462849 16:51:38 Removing intermediate container 57605b462849 16:51:38 ---> 6a6c820797e2 16:51:38 Step 22/24 : LABEL arch=x86_64 16:51:38 ---> Running in ff13b155a058 16:51:38 Removing intermediate container ff13b155a058 16:51:38 ---> 491f62eedee2 16:51:38 Step 23/24 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:51:39 ---> Running in c5d3e9f3f3d5 16:51:39 Removing intermediate container c5d3e9f3f3d5 16:51:39 ---> 0aa7aa7e0576 16:51:39 Step 24/24 : LABEL version=0.0.0 16:51:39 ---> Running in 98f3c3b3480e 16:51:39 Removing intermediate container 98f3c3b3480e 16:51:39 ---> 8adf9830d238 16:51:39 16:51:40 Successfully built 8adf9830d238 16:51:40 Successfully tagged docker-security-secretstore-setup-go:latest 16:51:53  Building docker-security-secretstore-setup-go ... done Removing intermediate container f7d7da86636c 16:51:53 ---> ef68c8caa9d7 16:51:53 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:51:53 ---> Running in 625089fa6377 16:51:54 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 16:51:57 Removing intermediate container f7bfcb1d558d 16:51:57 ---> f553f41dfafc 16:51:57 16:51:57 Step 10/23 : FROM alpine:3.12 16:51:57 ---> 88dd2752d2ea 16:51:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:51:57 ---> Running in a27f029dcb49 16:51:57 Removing intermediate container 625089fa6377 16:51:57 ---> 7fd3535ed2bc 16:51:57 16:51:57 Step 11/26 : FROM docker:20.10.0 16:51:57 Removing intermediate container a27f029dcb49 16:51:57 ---> f01a42859443 16:51:57 Step 12/23 : ENV APP_PORT=48080 16:51:57 20.10.0: Pulling from library/docker 16:51:57 ---> Running in 7e038606f7d9 16:51:58 Removing intermediate container 7e038606f7d9 16:51:58 ---> 37e0631a3183 16:51:58 Step 13/23 : EXPOSE $APP_PORT 16:51:58 ---> Running in a7b12ab2746a 16:51:58 Removing intermediate container a7b12ab2746a 16:51:58 ---> cf5f553fbd69 16:51:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:59 ---> Running in a9f96a27ff3e 16:52:00 Removing intermediate container a9f96a27ff3e 16:52:00 ---> 6f77ede6fb6d 16:52:00 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:52:00 ---> Running in 90a33653c46e 16:52:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:03 (1/6) Installing dumb-init (1.2.2-r1) 16:52:03 (2/6) Installing libgcc (9.3.0-r2) 16:52:03 (3/6) Installing libsodium (1.0.18-r0) 16:52:04 (4/6) Installing libstdc++ (9.3.0-r2) 16:52:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:52:04 Status: Downloaded newer image for docker:20.10.0 16:52:04 ---> aefe523efa57 16:52:04 Step 12/26 : RUN apk add --no-cache bash 16:52:04 (5/6) Installing libzmq (4.3.3-r0) 16:52:04 ---> Running in baf5d9143470 16:52:05 (6/6) Installing zeromq (4.3.3-r0) 16:52:05 Executing busybox-1.31.1-r19.trigger 16:52:05 OK: 8 MiB in 20 packages 16:52:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:05 (1/2) Installing readline (8.0.4-r0) 16:52:05 (2/2) Installing bash (5.0.17-r0) 16:52:05 Executing bash-5.0.17-r0.post-install 16:52:05 Executing busybox-1.31.1-r19.trigger 16:52:05 Removing intermediate container 90a33653c46e 16:52:05 ---> f857ed0bc982 16:52:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:52:05 OK: 12 MiB in 22 packages 16:52:06 ---> d86d197f49ef 16:52:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:52:06 Removing intermediate container baf5d9143470 16:52:06 ---> 5c14b8e7a0ff 16:52:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:52:06 ---> Running in 9a5f42728f1b 16:52:06 Removing intermediate container 9a5f42728f1b 16:52:06 ---> 3693faccbbc6 16:52:06 Step 14/26 : ENV APP_PORT=48090 16:52:06 ---> 2e51ac73e4b0 16:52:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:52:06 ---> Running in 24359cc3c734 16:52:07 Removing intermediate container 24359cc3c734 16:52:07 ---> 792a7da04046 16:52:07 Step 15/26 : EXPOSE $APP_PORT 16:52:07 ---> e9f7ef45b1ab 16:52:07 Step 19/23 : ENTRYPOINT ["/core-data"] 16:52:07 ---> Running in 58b4112ee6af 16:52:07 ---> Running in dbbd9439dc65 16:52:07 Removing intermediate container 58b4112ee6af 16:52:07 ---> f2d3d94f18b0 16:52:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:52:07 Removing intermediate container dbbd9439dc65 16:52:07 ---> fa87199ca136 16:52:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:52:07 ---> Running in 5e4cb70712df 16:52:07 Removing intermediate container 5e4cb70712df 16:52:07 ---> d9eb56fb160f 16:52:07 Step 21/23 : LABEL arch=x86_64 16:52:07 ---> Running in 8ac2d6958ed6 16:52:08 ---> 3759dca4b5db 16:52:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:52:08 Removing intermediate container 8ac2d6958ed6 16:52:08 ---> 7f0623ea238f 16:52:08 Step 22/23 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:52:08 ---> Running in 1c1c2c30d4a4 16:52:08 ---> b415c220295c 16:52:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:52:08 Removing intermediate container 1c1c2c30d4a4 16:52:08 ---> ccb8ff190bb0 16:52:08 Step 23/23 : LABEL version=0.0.0 16:52:08 ---> Running in 8e5c225b067b 16:52:08 Removing intermediate container 8e5c225b067b 16:52:08 ---> 66f3ab770749 16:52:08 16:52:08 ---> b73b1fdcd9c5 16:52:08 Step 19/26 : RUN apk --no-cache add py3-pip 16:52:08 ---> Running in 6247185ce1bd 16:52:08 Successfully built 66f3ab770749 16:52:08 Successfully tagged docker-core-data-go:latest 16:52:09  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:09 (1/33) Installing libbz2 (1.0.8-r1) 16:52:09 (2/33) Installing expat (2.2.9-r1) 16:52:09 (3/33) Installing libffi (3.3-r2) 16:52:09 (4/33) Installing gdbm (1.13-r1) 16:52:09 (5/33) Installing xz-libs (5.2.5-r0) 16:52:09 (6/33) Installing sqlite-libs (3.32.1-r0) 16:52:09 (7/33) Installing python3 (3.8.5-r1) 16:52:11 (8/33) Installing py3-appdirs (1.4.4-r1) 16:52:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:52:11 (10/33) Installing py3-parsing (2.4.7-r0) 16:52:11 (11/33) Installing py3-six (1.15.0-r0) 16:52:11 (12/33) Installing py3-packaging (20.4-r0) 16:52:11 (13/33) Installing py3-setuptools (47.0.0-r0) 16:52:11 (14/33) Installing py3-chardet (3.0.4-r4) 16:52:11 (15/33) Installing py3-idna (2.9-r0) 16:52:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:52:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:52:11 (18/33) Installing py3-requests (2.23.0-r0) 16:52:11 (19/33) Installing py3-msgpack (1.0.0-r0) 16:52:11 (20/33) Installing py3-lockfile (0.12.2-r3) 16:52:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:52:11 (22/33) Installing py3-colorama (0.4.3-r0) 16:52:11 (23/33) Installing py3-distlib (0.3.0-r0) 16:52:11 (24/33) Installing py3-distro (1.5.0-r1) 16:52:11 (25/33) Installing py3-webencodings (0.5.1-r3) 16:52:11 (26/33) Installing py3-html5lib (1.0.1-r4) 16:52:11 (27/33) Installing py3-pytoml (0.1.21-r0) 16:52:11 (28/33) Installing py3-pep517 (0.8.2-r0) 16:52:11 (29/33) Installing py3-progress (1.5-r0) 16:52:11 (30/33) Installing py3-toml (0.10.1-r0) 16:52:11 (31/33) Installing py3-retrying (1.3.3-r0) 16:52:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:52:11 (33/33) Installing py3-pip (20.1.1-r0) 16:52:11 Executing busybox-1.31.1-r19.trigger 16:52:11 OK: 71 MiB in 55 packages 16:52:21 Removing intermediate container 6247185ce1bd 16:52:21 ---> d6e54ad6f373 16:52:21 Step 20/26 : RUN pip install docker-compose==1.23.2 16:52:21 ---> Running in 445e23a6ae0c 16:52:21 Collecting docker-compose==1.23.2 16:52:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:52:22 Collecting docker<4.0,>=3.6.0 16:52:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:52:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:52:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:52:22 Collecting texttable<0.10,>=0.9.0 16:52:22 Downloading texttable-0.9.1.tar.gz (11 kB) 16:52:23 Collecting websocket-client<1.0,>=0.32.0 16:52:23 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:52:23 Collecting dockerpty<0.5,>=0.4.1 16:52:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:52:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:52:23 Collecting docopt<0.7,>=0.6.1 16:52:23 Downloading docopt-0.6.2.tar.gz (25 kB) 16:52:24 Collecting cached-property<2,>=1.2.0 16:52:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:52:24 Collecting jsonschema<3,>=2.5.1 16:52:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:52:24 Collecting PyYAML<4,>=3.10 16:52:24 Downloading PyYAML-3.13.tar.gz (270 kB) 16:52:25 Collecting docker-pycreds>=0.4.0 16:52:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:52:25 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) 16:52:26 Collecting urllib3<1.25,>=1.21.1 16:52:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:52:26 Collecting idna<2.8,>=2.5 16:52:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:52:26 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) 16:52:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:52:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:52:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:52:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:52:26 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, docopt, cached-property, jsonschema, PyYAML, docker-compose 16:52:26 Attempting uninstall: urllib3 16:52:26 Found existing installation: urllib3 1.25.9 16:52:26 Uninstalling urllib3-1.25.9: 16:52:26 Successfully uninstalled urllib3-1.25.9 16:52:26 Attempting uninstall: idna 16:52:26 Found existing installation: idna 2.9 16:52:26 Uninstalling idna-2.9: 16:52:26 Successfully uninstalled idna-2.9 16:52:26 Attempting uninstall: requests 16:52:26 Found existing installation: requests 2.23.0 16:52:26 Uninstalling requests-2.23.0: 16:52:26 Successfully uninstalled requests-2.23.0 16:52:27 Running setup.py install for texttable: started 16:52:27 Running setup.py install for texttable: finished with status 'done' 16:52:27 Running setup.py install for dockerpty: started 16:52:28 Running setup.py install for dockerpty: finished with status 'done' 16:52:28 Running setup.py install for docopt: started 16:52:28 Running setup.py install for docopt: finished with status 'done' 16:52:28 Running setup.py install for PyYAML: started 16:52:29 Running setup.py install for PyYAML: finished with status 'done' 16:52:29 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.58.0 16:52:33 Removing intermediate container 445e23a6ae0c 16:52:33 ---> 71974fcef261 16:52:33 Step 21/26 : RUN apk --no-cache add curl 16:52:33 ---> Running in e8dbad92dbdb 16:52:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:52:34 (2/3) Installing libcurl (7.69.1-r3) 16:52:34 (3/3) Installing curl (7.69.1-r3) 16:52:34 Executing busybox-1.31.1-r19.trigger 16:52:34 OK: 72 MiB in 58 packages 16:52:35 Removing intermediate container e8dbad92dbdb 16:52:35 ---> 31f7eaa54dc1 16:52:35 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:52:35 ---> Running in d8bdc6bd8111 16:52:35 Removing intermediate container d8bdc6bd8111 16:52:35 ---> eaab3f50280f 16:52:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:52:35 ---> Running in 46e72fd5056c 16:52:35 Removing intermediate container 46e72fd5056c 16:52:35 ---> 89e7297b4060 16:52:35 Step 24/26 : LABEL arch=x86_64 16:52:35 ---> Running in aafb47108f2f 16:52:35 Removing intermediate container aafb47108f2f 16:52:35 ---> c78345220616 16:52:35 Step 25/26 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:52:35 ---> Running in 47efacc571a9 16:52:35 Removing intermediate container 47efacc571a9 16:52:35 ---> b8277b4ccfca 16:52:35 Step 26/26 : LABEL version=0.0.0 16:52:35 ---> Running in 22d7cd3720b4 16:52:36 Removing intermediate container 22d7cd3720b4 16:52:36 ---> 59d71c673182 16:52:36 16:52:36 Successfully built 59d71c673182 16:52:36 Successfully tagged docker-sys-mgmt-agent-go:latest 16:52:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:52:36 $ docker stop --time=1 5524d4bb1f8a80b82bc6a0306d8f80fd8fd0bca0028a2b3eb0788336b87dd59a 16:52:38 $ docker rm -f 5524d4bb1f8a80b82bc6a0306d8f80fd8fd0bca0028a2b3eb0788336b87dd59a [Pipeline] // withDockerContainer [Pipeline] sh 16:52:38 + docker images 16:52:38 + grep docker 16:52:39 docker-sys-mgmt-agent-go latest 59d71c673182 4 seconds ago 313MB 16:52:39 docker-core-data-go latest 66f3ab770749 31 seconds ago 22.6MB 16:52:39 docker-security-secretstore-setup-go latest 8adf9830d238 About a minute ago 24.9MB 16:52:39 docker-core-metadata-go latest c43965610c93 About a minute ago 19MB 16:52:39 docker-security-bootstrapper-go latest c93e3a4085e0 2 minutes ago 18.7MB 16:52:39 docker-support-notifications-go latest 07c24e5fc5c7 2 minutes ago 17.8MB 16:52:39 docker-core-command-go latest d3633f939b93 2 minutes ago 17.2MB 16:52:39 docker-security-proxy-setup-go latest bc7ec07618ed 2 minutes ago 24.7MB 16:52:39 docker-support-scheduler-go latest 2d9d0d21c263 2 minutes ago 17.2MB 16:52:39 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:52:54 Still waiting to schedule task 16:52:54 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:53:03 gofmt -l . 16:53:03 [ "`gofmt -l .`" = "" ] 16:53:03 ./bin/test-go-mod-tidy.sh 16:53:03 ./bin/test-attribution-txt.sh [Pipeline] sh 16:53:04 + ls -al . 16:53:04 total 764 16:53:04 drwxrwxr-x 9 1001 1001 4096 Mar 9 16:53 . 16:53:04 drwxr-xr-x 4 root root 4096 Mar 9 16:47 .. 16:53:04 -rw-rw-r-- 1 1001 1001 11 Mar 9 16:46 .dockerignore 16:53:04 drwxrwxr-x 8 1001 1001 4096 Mar 9 16:46 .git 16:53:04 drwxrwxr-x 3 1001 1001 4096 Mar 9 16:46 .github 16:53:04 -rw-rw-r-- 1 1001 1001 818 Mar 9 16:46 .gitignore 16:53:04 -rw-rw-r-- 1 1001 1001 166 Mar 9 16:46 .sonarcloud.properties 16:53:04 -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:46 Attribution.txt 16:53:04 -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:46 CONTRIBUTING.md 16:53:04 -rw-rw-r-- 1 1001 1001 931 Mar 9 16:46 Dockerfile.build 16:53:04 -rw-rw-r-- 1 1001 1001 863 Mar 9 16:46 Jenkinsfile 16:53:04 -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:46 LICENSE 16:53:04 -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:46 Makefile 16:53:04 -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:46 README.md 16:53:04 -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:46 SECURITY.md 16:53:04 -rw-rw-r-- 1 1001 1001 5 Mar 9 16:42 VERSION 16:53:04 -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:46 ZMQWindows.md 16:53:04 drwxrwxr-x 2 1001 1001 4096 Mar 9 16:46 bin 16:53:04 drwxrwxr-x 14 1001 1001 4096 Mar 9 16:46 cmd 16:53:04 -rw-r--r-- 1 root root 624012 Mar 9 16:51 coverage.out 16:53:04 -rw-r--r-- 1 root root 1056 Mar 9 16:52 go.mod 16:53:04 -rw-r--r-- 1 root root 21983 Mar 9 16:52 go.sum 16:53:04 drwxrwxr-x 8 1001 1001 4096 Mar 9 16:46 internal 16:53:04 drwxrwxr-x 4 1001 1001 4096 Mar 9 16:46 openapi 16:53:04 drwxrwxr-x 4 1001 1001 4096 Mar 9 16:46 snap 16:53:04 -rw-rw-r-- 1 1001 1001 168 Mar 9 16:46 version.go [Pipeline] sh 16:53:04 + '[' -e coverage.out ] 16:53:04 + chown 1001:1001 coverage.out [Pipeline] stash 16:53:05 Warning: overwriting stash ‘coverage-report’ 16:53:06 Stashed 1 file(s) [Pipeline] sh 16:53:06 + make build 16:53:06 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 16:53:19 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 16:53:45 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 16:53:51 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 16:53:59 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 16:54:00 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 16:54:07 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 16:54:13 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 16:54:16 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 16:54:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:54:25 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 16:54:31 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 [Pipeline] } 16:54:40 $ docker stop --time=1 aacb1665a8b7319a1b79cbafcc6c522b9feff69ba6eff1374a83881b777b6b2f 16:54:42 $ docker rm -f aacb1665a8b7319a1b79cbafcc6c522b9feff69ba6eff1374a83881b777b6b2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:54:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:54:45 16:54:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:54:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:54:45 latest: Pulling from edgex-devops/edgex-compose-arm64 16:54:45 29e5d40040c1: Pulling fs layer 16:54:45 1ce36da41761: Pulling fs layer 16:54:45 25b303627fd3: Pulling fs layer 16:54:45 29e5d40040c1: Verifying Checksum 16:54:45 29e5d40040c1: Download complete 16:54:46 1ce36da41761: Verifying Checksum 16:54:46 1ce36da41761: Download complete 16:54:46 29e5d40040c1: Pull complete 16:54:48 1ce36da41761: Pull complete 16:54:48 25b303627fd3: Verifying Checksum 16:54:48 25b303627fd3: Download complete 16:54:55 Running on prd-ubuntu18.04-docker-8c-8g-29166 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 16:54:55 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 16:54:58 25b303627fd3: Pull complete 16:54:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:54:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:54:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:54:58 prd-ubuntu18.04-docker-arm64-4c-16g-29160 does not seem to be running inside a container 16:54:58 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:54:59 using credential edgex-jenkins-ssh 16:54:59 Cloning the remote Git repository 16:54:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:54:59 > git init /w/workspace/edgex-go/4 # timeout=10 16:54:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:54:59 > git --version # timeout=10 16:54:59 > git --version # 'git version 2.17.1' 16:54:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:54:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:55:02 $ docker top 4c4cea6bf196311c60c30cad01279a08e301c5cb8d0a656d74286221339782b6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:55:03 + docker-compose build --help+ 16:55:03 grep parallel 16:55:10 --parallel Build images in parallel. [Pipeline] } 16:55:10 $ docker stop --time=1 4c4cea6bf196311c60c30cad01279a08e301c5cb8d0a656d74286221339782b6 16:55:12 $ docker rm -f 4c4cea6bf196311c60c30cad01279a08e301c5cb8d0a656d74286221339782b6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:55:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:55:12 . [Pipeline] withDockerContainer 16:55:13 prd-ubuntu18.04-docker-arm64-4c-16g-29160 does not seem to be running inside a container 16:55:13 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:55:14 $ docker top 7f2416778c03bb4a58186c03b55a0f4069de9cb66fd50f9582a780699018571d -eo pid,comm [Pipeline] { [Pipeline] sh 16:55:15 + docker-compose -f ./docker-compose-build.yml build --parallel 16:55:21 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:55:21 Merge succeeded, producing f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:55:21 Checking out Revision f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 (PR-3234) 16:55:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:55:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:55:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:55:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:55:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:55:21 > git config core.sparsecheckout # timeout=10 16:55:21 > git checkout -f f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # timeout=10 16:55:21 > git remote # timeout=10 16:55:21 > git config --get remote.origin.url # timeout=10 16:55:21 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:21 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 16:55:21 > git rev-parse HEAD^{commit} # timeout=10 16:55:21 > git config core.sparsecheckout # timeout=10 16:55:21 > git checkout -f f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # timeout=10 16:55:22 Building docker-core-command-go ... 16:55:22 Building docker-core-data-go ... 16:55:22 Building docker-core-metadata-go ... 16:55:22 Building docker-security-bootstrapper-go ... 16:55:22 Building docker-security-proxy-setup-go ... 16:55:22 Building docker-security-secretstore-setup-go ... 16:55:22 Building docker-support-notifications-go ... 16:55:22 Building docker-support-scheduler-go ... 16:55:22 Building docker-sys-mgmt-agent-go ... 16:55:22 Building docker-sys-mgmt-agent-go 16:55:22 Building docker-core-data-go 16:55:22 Building docker-security-proxy-setup-go 16:55:22 Building docker-support-scheduler-go 16:55:22 Building docker-core-command-go 16:55:25 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:55:26 + echo snap-build.sh 16:55:26 snap-build.sh 16:55:26 + SNAP_BASE_DIR=. 16:55:26 + '[' '!' -z /w/workspace/edgex-go/4 ']' 16:55:26 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 16:55:26 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 16:55:26 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 16:55:26 + cd /w/workspace/edgex-go/4 16:55:26 + sudo apt-get remove -qy --purge lxd lxd-client 16:55:26 Reading package lists... 16:55:27 Building dependency tree... 16:55:27 Reading state information... 16:55:27 The following packages were automatically installed and are no longer required: 16:55:28 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:55:28 uidmap xdelta3 16:55:28 Use 'sudo apt autoremove' to remove them. 16:55:28 The following packages will be REMOVED: 16:55:28 lxd* lxd-client* 16:55:29 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:55:29 After this operation, 31.7 MB disk space will be freed. 16:55:30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 16:55:30 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:55:33 Removing lxd dnsmasq configuration 16:55:33 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:55:33 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:55:36 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:55:36 (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.) 16:55:36 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:55:39 Processing triggers for systemd (237-3ubuntu10.42) ... 16:55:39 Processing triggers for ureadahead (0.100.0-21) ... 16:55:42 + sudo snap remove --purge lxd 16:55:42 snap "lxd" is not installed 16:55:42 + sudo groupadd --force --system lxd 16:55:42 ++ whoami 16:55:42 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:55:42 + newgrp - lxd 16:55:42 + sudo snap install lxd 16:55:54 2021-03-09T16:55:50Z INFO Waiting for automatic snapd restart... 16:56:13 lxd 4.11 from Canonical* installed 16:56:13 + sudo lxd init --auto 16:56:23 + sudo snap install --classic snapcraft 16:56:38 snapcraft 4.5.4 from Canonical* installed 16:56:38 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:56:38 + patch --verbose -p1 16:56:38 Hmm... Looks like a unified diff to me... 16:56:38 The text leading up to this was: 16:56:38 -------------------------- 16:56:38 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 16:56:38 |From: Tony Espy 16:56:38 |Date: Wed, 16 Dec 2020 16:34:55 -0500 16:56:38 |Subject: [PATCH] optimize snap build for pipeline CI check 16:56:38 | 16:56:38 |This patch is used by the EdgeX CI pipeline builds to 16:56:38 |optimize the snap CI check run for pull requests. When 16:56:38 |applied, it essentially strips out everything (apps and 16:56:38 |parts) from the snapcraft.yaml file except those required 16:56:38 |to build edgex-go, as the whole idea of the CI check is to 16:56:38 |catch changes to edgex-go that break the snap build. 16:56:38 | 16:56:38 |In general, anyone updating snapcraft.yaml will also need 16:56:38 |to update this patch file, otherwise it may fail to apply, 16:56:38 |resulting in a failed snap build CI check in the associated 16:56:38 |pull request. 16:56:38 | 16:56:38 |Note - in addition to applying this patch, the pipeline also 16:56:38 |only primes the snap (e.g. `snapcraft prime`), as there's no 16:56:38 |need to build the finally binary .snap file (and it won't 16:56:38 |work with the patch applied). This further reduces the build 16:56:38 |time. 16:56:38 |--- 16:56:38 | snap/snapcraft.yaml | 461 +------------------------------------------- 16:56:38 | 1 file changed, 2 insertions(+), 459 deletions(-) 16:56:38 | 16:56:38 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 16:56:38 |index 1e537489..faf42425 100644 16:56:38 |--- a/snap/snapcraft.yaml 16:56:38 |+++ b/snap/snapcraft.yaml 16:56:38 -------------------------- 16:56:38 patching file snap/snapcraft.yaml 16:56:38 Using Plan A... 16:56:38 Hunk #1 succeeded at 73. 16:56:38 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 16:56:38 Hunk #3 succeeded at 217 (offset 3 lines). 16:56:38 Hunk #4 succeeded at 225 (offset 3 lines). 16:56:38 Hunk #5 succeeded at 232 (offset 3 lines). 16:56:38 Hunk #6 succeeded at 259 (offset 3 lines). 16:56:38 Hunk #7 succeeded at 293 (offset 3 lines). 16:56:38 Hunk #8 succeeded at 352 (offset 11 lines). 16:56:38 Hmm... Ignoring the trailing garbage. 16:56:38 done 16:56:38 + sudo snapcraft prime --use-lxd 16:56:40 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:56:40 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: 16:56:40 - README.md 16:56:40 - snapcraft.yaml.orig 16:56:40 16:56:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:56:42 Launching a container. 16:56:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:56:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:56:44 ---> ff432edc6b09 16:56:44 Step 3/23 : WORKDIR /edgex-go 16:56:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:56:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:56:44 ---> ff432edc6b09 16:56:44 Step 3/21 : WORKDIR /edgex-go 16:56:44 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:56:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:56:44 ---> ff432edc6b09 16:56:44 Step 3/26 : WORKDIR /edgex-go 16:56:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:56:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:56:44 ---> ff432edc6b09 16:56:44 Step 3/23 : WORKDIR /edgex-go 16:56:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:56:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:56:44 ---> ff432edc6b09 16:56:44 Step 3/22 : WORKDIR /edgex-go 16:56:44 ---> Running in bd34c5963565 16:56:44 ---> Running in e388da947e5b 16:56:44 ---> Running in 508cc345e9e5 16:56:44 ---> Running in e27a0e495fdc 16:56:44 ---> Running in 5e18b2af115e 16:56:44 Removing intermediate container 5e18b2af115e 16:56:44 ---> d9886399d1ee 16:56:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:56:44 Removing intermediate container bd34c5963565 16:56:44 ---> c324c8091d1e 16:56:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:56:44 ---> Running in 8f759aae737d 16:56:44 Removing intermediate container e27a0e495fdc 16:56:44 ---> 98f57a8c18a0 16:56:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:56:44 Removing intermediate container 508cc345e9e5 16:56:44 ---> 3ddfe5f209a8 16:56:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:56:44 Removing intermediate container e388da947e5b 16:56:44 ---> b7125310c203 16:56:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:56:44 ---> Running in c9d135c66abb 16:56:44 ---> Running in 8f090456f918 16:56:44 ---> Running in 42558cf1caad 16:56:44 ---> Running in 9b814e5c2228 16:56:44 Removing intermediate container 8f759aae737d 16:56:44 ---> 938cd6c7002e 16:56:44 Step 5/21 : RUN apk add --update --no-cache make git 16:56:44 Removing intermediate container c9d135c66abb 16:56:44 ---> 1bf6acc8649b 16:56:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:56:44 ---> Running in 4e1ee1923258 16:56:44 ---> Running in 280f9bcf9c97 16:56:44 Removing intermediate container 9b814e5c2228 16:56:44 ---> 89a7d8da136e 16:56:44 Step 5/23 : RUN apk add --update --no-cache make git 16:56:44 Removing intermediate container 8f090456f918 16:56:44 ---> 79efda45cef9 16:56:44 Step 5/22 : RUN apk add --update --no-cache make git 16:56:44 ---> Running in c4199c085c1b 16:56:44 ---> Running in 588348a8bcb2 16:56:44 Removing intermediate container 42558cf1caad 16:56:44 ---> ba47dd4410eb 16:56:44 Step 5/26 : RUN apk add --update --no-cache make bash git 16:56:44 ---> Running in 078a1ee68045 16:56:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:56:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:56:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:56:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:56:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:56:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:56:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:56:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:56:45 OK: 217 MiB in 51 packages 16:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:56:45 OK: 217 MiB in 51 packages 16:56:45 OK: 217 MiB in 51 packages 16:56:46 Removing intermediate container 588348a8bcb2 16:56:46 ---> 88fbe1e3e987 16:56:46 Step 6/23 : COPY go.mod . 16:56:47 Removing intermediate container 078a1ee68045 16:56:47 ---> e841ba75a4d3 16:56:47 Step 6/26 : COPY go.mod . 16:56:47 Removing intermediate container c4199c085c1b 16:56:47 ---> b2ca7cfc4122 16:56:47 Step 6/22 : COPY go.mod . 16:56:47 ---> 8ebb60e66af7 16:56:47 Step 7/23 : RUN go mod download 16:56:48 ---> Running in 6c1d4b36d449 16:56:48 OK: 217 MiB in 51 packages 16:56:48 OK: 217 MiB in 51 packages 16:56:48 ---> 92fa76defc90 16:56:48 Step 7/26 : RUN go mod download 16:56:48 ---> dc651b74e0d4 16:56:48 Step 7/22 : RUN go mod download 16:56:48 ---> Running in 305ee6937add 16:56:48 ---> Running in 33f4fa638fe2 16:56:49 Removing intermediate container 280f9bcf9c97 16:56:49 ---> b5c043ebd4a3 16:56:49 Step 6/23 : COPY go.mod . 16:56:50 Removing intermediate container 4e1ee1923258 16:56:50 ---> 835d07406c29 16:56:50 Step 6/21 : COPY go.mod . 16:56:51 ---> 7cf341bdc554 16:56:51 Step 7/23 : RUN go mod download 16:56:51 ---> Running in b096ab8993c8 16:56:51 ---> 9cb47c0c3e19 16:56:51 Step 7/21 : RUN go mod download 16:56:51 ---> Running in 60486b7124a9 16:56:52 Removing intermediate container 6c1d4b36d449 16:56:52 ---> d23c0018b10f 16:56:52 Step 8/23 : COPY . . 16:56:54 Removing intermediate container 33f4fa638fe2 16:56:54 ---> 8d3535e9d188 16:56:54 Step 8/22 : COPY . . 16:56:54 Removing intermediate container 305ee6937add 16:56:54 ---> 4947047a9432 16:56:54 Step 8/26 : COPY . . 16:56:57 Waiting for container to be ready 16:56:57 To start your first instance, try: lxc launch ubuntu:18.04 16:56:57 16:56:57 Removing intermediate container b096ab8993c8 16:56:57 ---> aab42abeb636 16:56:57 Step 8/23 : COPY . . 16:56:59 Removing intermediate container 60486b7124a9 16:56:59 ---> 342c627641cb 16:56:59 Step 8/21 : COPY . . 16:57:03 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:57:04 Waiting for network to be ready... 16:57:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:57:05 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:57:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:57:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 16:57:06 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:57:06 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:57:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:57:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:57:06 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:57:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:57:06 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:57:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 16:57:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:57:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:57:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 16:57:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 16:57:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 16:57:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 16:57:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:57:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 16:57:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 16:57:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:57:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:57:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 16:57:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 16:57:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 16:57:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 16:57:12 Fetched 24.0 MB in 7s (3361 kB/s) 16:57:14 Reading package lists... 16:57:14 Reading package lists... 16:57:14 Building dependency tree... 16:57:14 Reading state information... 16:57:15 The following additional packages will be installed: 16:57:15 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:57:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:57:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:57:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:57:15 Suggested packages: 16:57:15 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:57:15 Recommended packages: 16:57:15 gnupg libsasl2-modules 16:57:15 The following NEW packages will be installed: 16:57:15 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:57:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:57:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:57:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:57:15 The following packages will be upgraded: 16:57:15 gpg gpg-agent gpgconf libudev1 16:57:15 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 16:57:15 Need to get 3530 kB of archives. 16:57:15 After this operation, 13.3 MB of additional disk space will be used. 16:57:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 16:57:15 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 16:57:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:57:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 16:57:15 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 16:57:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 16:57:16 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:57:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:57:16 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 16:57:16 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 16:57:16 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 16:57:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:57:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:57:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:57:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:57:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:57:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:57:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:57:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:57:16 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:57:16 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:57:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 16:57:16 debconf: delaying package configuration, since apt-utils is not installed 16:57:16 Fetched 3530 kB in 1s (2505 kB/s) 16:57:16 (Reading database ... 12511 files and directories currently installed.) 16:57:16 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 16:57:17 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:57:17 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 16:57:17 Selecting previously unselected package udev. 16:57:17 (Reading database ... 12511 files and directories currently installed.) 16:57:17 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 16:57:17 Unpacking udev (237-3ubuntu10.44) ... 16:57:17 Selecting previously unselected package libfuse2:amd64. 16:57:17 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:57:17 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:57:17 Selecting previously unselected package fuse. 16:57:17 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:57:17 Unpacking fuse (2.9.7-1ubuntu1) ... 16:57:17 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 16:57:17 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:57:18 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 16:57:18 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:57:18 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 16:57:18 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:57:18 Selecting previously unselected package libksba8:amd64. 16:57:18 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:57:18 Unpacking libksba8:amd64 (1.3.5-2) ... 16:57:18 Selecting previously unselected package libroken18-heimdal:amd64. 16:57:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:19 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:57:19 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:19 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:19 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:57:19 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:19 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:19 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:57:19 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:19 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:19 Selecting previously unselected package libwind0-heimdal:amd64. 16:57:19 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:19 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:19 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:57:19 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:19 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:19 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:57:19 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:19 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:19 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:57:19 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:57:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:19 Selecting previously unselected package libsasl2-modules-db:amd64. 16:57:19 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:57:20 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:57:20 Selecting previously unselected package libsasl2-2:amd64. 16:57:20 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:57:20 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:57:21 Selecting previously unselected package libldap-common. 16:57:21 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 16:57:21 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:57:21 Selecting previously unselected package libldap-2.4-2:amd64. 16:57:21 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 16:57:21 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:57:21 Selecting previously unselected package dirmngr. 16:57:21 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 16:57:21 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 16:57:21 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:57:21 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 16:57:21 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:57:21 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:57:21 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:57:21 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 16:57:21 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:21 Setting up libksba8:amd64 (1.3.5-2) ... 16:57:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:57:21 Setting up udev (237-3ubuntu10.44) ... 16:57:22 invoke-rc.d: policy-rc.d denied execution of start. 16:57:22 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:22 Processing triggers for systemd (237-3ubuntu10) ... 16:57:22 Setting up fuse (2.9.7-1ubuntu1) ... 16:57:22 Setting up gpg (2.2.4-1ubuntu1.4) ... 16:57:22 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:22 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:22 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:22 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:22 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:22 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:22 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:22 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:57:22 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 16:57:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:57:23 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:57:23 settings in the [Install] section, and DefaultInstance for template units). 16:57:23 This means they are not meant to be enabled using systemctl. 16:57:23 Possible reasons for having this kind of units are: 16:57:23 1) A unit may be statically enabled by being symlinked from another unit's 16:57:23 .wants/ or .requires/ directory. 16:57:23 2) A unit's purpose may be to act as a helper for some other unit which has 16:57:23 a requirement dependency on it. 16:57:23 3) A unit may be started when needed via activation (socket, path, timer, 16:57:23 D-Bus, udev, scripted systemctl call, ...). 16:57:23 4) In case of template units, the unit is meant to be enabled with some 16:57:23 instance name specified. 16:57:24 Reading package lists... 16:57:24 Building dependency tree... 16:57:24 Reading state information... 16:57:25 The following additional packages will be installed: 16:57:25 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:57:25 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:57:25 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:57:25 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:57:25 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:57:25 Suggested packages: 16:57:25 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:57:25 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:57:25 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:57:25 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:57:25 systemd-container policykit-1 16:57:25 Recommended packages: 16:57:25 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:57:25 The following NEW packages will be installed: 16:57:25 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:57:25 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:57:25 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:57:25 multiarch-support openssh-client python3 python3-minimal python3.6 16:57:25 python3.6-minimal snapd squashfs-tools sudo 16:57:25 The following packages will be upgraded: 16:57:25 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:57:25 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 16:57:25 Need to get 35.2 MB of archives. 16:57:25 After this operation, 141 MB of additional disk space will be used. 16:57:25 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 16:57:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:57:25 ---> bd55f55012b7 16:57:25 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:57:25 ---> 0968cb484bbf 16:57:25 Step 9/23 : RUN make cmd/core-command/core-command 16:57:25 ---> 4e26b698d186 16:57:25 Step 9/23 : RUN make cmd/core-data/core-data 16:57:25 ---> d87308f25d5f 16:57:25 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:57:25 ---> 80b1a69a3707 16:57:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:57:25 ---> Running in 65e75242457c 16:57:25 ---> Running in a8d57c4e8c51 16:57:25 ---> Running in 12ed6b7d198d 16:57:25 ---> Running in 6797604f96ee 16:57:25 ---> Running in 930ef9169dd7 16:57:25 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 16:57:25 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 16:57:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:57:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 16:57:26 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 16:57:26 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:57:26 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:57:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:57:26 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:57:26 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:57:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:57:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:57:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:57:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 16:57:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:57:26 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 16:57:26 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 16:57:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:57:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 16:57:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:57:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 16:57:26 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:57:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 16:57:26 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:57:26 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 16:57:26 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:57:26 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:57:26 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:57:26 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:57:26 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:57:26 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 16:57:26 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:57:26 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 16:57:27 debconf: delaying package configuration, since apt-utils is not installed 16:57:27 Fetched 35.2 MB in 2s (17.1 MB/s) 16:57:27 (Reading database ... 12757 files and directories currently installed.) 16:57:27 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 16:57:27 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:57:28 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 16:57:28 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:57:28 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 16:57:29 (Reading database ... 12757 files and directories currently installed.) 16:57:29 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:57:29 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:57:29 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:57:29 (Reading database ... 12757 files and directories currently installed.) 16:57:29 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:57:29 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:57:29 Setting up apt (1.6.12ubuntu0.2) ... 16:57:29 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:57:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:57:30 (Reading database ... 12764 files and directories currently installed.) 16:57:30 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 16:57:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 16:57:31 Selecting previously unselected package libpython3.6-minimal:amd64. 16:57:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:57:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:57:31 Selecting previously unselected package libexpat1:amd64. 16:57:31 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:57:31 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:57:31 Selecting previously unselected package python3.6-minimal. 16:57:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:57:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:57:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 16:57:32 Checking for services that may need to be restarted...done. 16:57:32 Checking for services that may need to be restarted...done. 16:57:32 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:57:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:57:32 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:57:33 Selecting previously unselected package python3-minimal. 16:57:33 (Reading database ... 13012 files and directories currently installed.) 16:57:33 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:57:33 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:57:33 Selecting previously unselected package mime-support. 16:57:33 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:57:33 Unpacking mime-support (3.60ubuntu1) ... 16:57:33 Selecting previously unselected package libmpdec2:amd64. 16:57:33 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:57:33 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:57:33 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:57:33 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:57:33 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:57:34 Selecting previously unselected package python3.6. 16:57:34 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:57:34 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:57:34 Selecting previously unselected package libpython3-stdlib:amd64. 16:57:34 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:57:34 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:57:34 Setting up python3-minimal (3.6.7-1~18.04) ... 16:57:34 Selecting previously unselected package python3. 16:57:34 (Reading database ... 13442 files and directories currently installed.) 16:57:34 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:57:34 Unpacking python3 (3.6.7-1~18.04) ... 16:57:34 Selecting previously unselected package multiarch-support. 16:57:34 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:57:34 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:57:34 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:57:34 Selecting previously unselected package liblzo2-2:amd64. 16:57:34 (Reading database ... 13479 files and directories currently installed.) 16:57:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:57:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:57:34 Selecting previously unselected package libbsd0:amd64. 16:57:34 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:57:35 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:57:35 Selecting previously unselected package sudo. 16:57:35 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 16:57:35 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 16:57:35 Selecting previously unselected package apparmor. 16:57:35 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:57:35 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:57:35 Selecting previously unselected package libedit2:amd64. 16:57:35 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:57:35 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:57:35 Selecting previously unselected package libkrb5support0:amd64. 16:57:35 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:57:35 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:57:35 Selecting previously unselected package libk5crypto3:amd64. 16:57:35 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:57:35 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:57:35 Selecting previously unselected package libkeyutils1:amd64. 16:57:35 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:57:35 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:57:36 Selecting previously unselected package libkrb5-3:amd64. 16:57:36 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:57:36 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:57:36 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:57:36 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:57:36 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:57:36 Selecting previously unselected package libssl1.0.0:amd64. 16:57:36 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 16:57:36 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:57:36 Selecting previously unselected package openssh-client. 16:57:36 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:57:36 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:57:37 Selecting previously unselected package squashfs-tools. 16:57:37 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:57:37 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:57:37 Selecting previously unselected package snapd. 16:57:37 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 16:57:37 Unpacking snapd (2.48.3+18.04) ... 16:57:40 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:57:40 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:57:40 Setting up mime-support (3.60ubuntu1) ... 16:57:40 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 16:57:40 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:57:40 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:57:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:57:40 Setting up systemd (237-3ubuntu10.44) ... 16:57:40 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:57:42 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:57:42 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:57:42 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:57:42 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:57:42 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:57:42 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:57:43 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:57:43 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:57:43 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:57:43 Setting up python3 (3.6.7-1~18.04) ... 16:57:43 running python rtupdate hooks for python3.6... 16:57:43 running python post-rtupdate hooks for python3.6... 16:57:43 Setting up apparmor (2.12-4ubuntu5.1) ... 16:57:45 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:57:45 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:57:45 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:57:46 Setting up snapd (2.48.3+18.04) ... 16:57:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:57:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:57:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:57:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:57:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:57:48 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:57:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:57:48 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:57:49 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:57:49 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:57:49 /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' 16:57:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:57:49 Processing triggers for systemd (237-3ubuntu10.44) ... 16:57:51 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:57:51 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:57:51 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:57:54 Reading package lists... 16:57:54 Reading package lists... 16:57:55 Building dependency tree... 16:57:55 Reading state information... 16:57:55 Calculating upgrade... 16:57:55 The following packages will be upgraded: 16:57:55 advancecomp base-files bash binutils binutils-common 16:57:55 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:57:55 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:57:55 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 16:57:55 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 16:57:55 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 16:57:55 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 16:57:55 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 16:57:55 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 16:57:55 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 16:57:55 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 16:57:55 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 16:57:55 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 16:57:55 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 16:57:55 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 16:57:55 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:57:55 Need to get 63.8 MB of archives. 16:57:55 After this operation, 5202 kB of additional disk space will be used. 16:57:55 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:57:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 16:57:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:57:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:57:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:57:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:57:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:57:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:57:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:57:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:57:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:57:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:57:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:57:56 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:57:56 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:57:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:57:56 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:57:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:57:56 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:57:56 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:57:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:57:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:57:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:57:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:57:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:57:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:57:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:57:56 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:57:56 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:57:56 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:57:56 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:57:56 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:57:56 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:57:56 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:57:56 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:57:56 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 16:57:56 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 16:57:56 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:57:56 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:57:56 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:57:56 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 16:57:56 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:57:56 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:57:56 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:57:56 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:57:56 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:57:56 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:57:56 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:57:56 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:57:56 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:57:56 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 16:57:56 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:57:56 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:57:56 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:57:56 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:57:56 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:57:56 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:57:56 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:57:56 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:57:56 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:57:56 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:57:56 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:57:56 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 16:57:56 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:57:56 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:57:56 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:57:56 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:57:56 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:57:56 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:57:56 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:57:56 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:57:56 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:57:56 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 16:57:56 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:57:56 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:57:56 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 16:57:56 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:57:56 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:57:56 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:57:57 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 16:57:57 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:57:57 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:57:57 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 16:57:57 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 16:57:57 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 16:57:57 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 16:57:57 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:57:57 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:57:57 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:57:57 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:57:57 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:57:58 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:57:58 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:57:58 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:57:58 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:57:58 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:57:58 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:57:58 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:57:58 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:57:58 debconf: delaying package configuration, since apt-utils is not installed 16:57:58 Fetched 63.8 MB in 3s (20.4 MB/s) 16:57:58 (Reading database ... 13912 files and directories currently installed.) 16:57:58 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:57:58 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:57:59 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:57:59 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:57:59 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 16:57:59 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 16:58:00 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:00 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:01 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:01 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:01 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:01 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:01 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:01 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:01 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:01 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:01 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:01 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:01 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:01 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:02 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:02 (Reading database ... 13911 files and directories currently installed.) 16:58:02 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:02 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:58:02 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:58:02 (Reading database ... 13911 files and directories currently installed.) 16:58:02 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:03 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:03 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:03 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:03 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:03 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:03 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:03 (Reading database ... 13911 files and directories currently installed.) 16:58:03 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:58:04 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:58:04 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:58:05 (Reading database ... 13911 files and directories currently installed.) 16:58:05 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:58:05 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:58:05 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:58:05 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:58:05 Setting up base-files (10.1ubuntu2.10) ... 16:58:05 Installing new version of config file /etc/issue ... 16:58:05 Installing new version of config file /etc/issue.net ... 16:58:05 Installing new version of config file /etc/lsb-release ... 16:58:05 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:58:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:58:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:58:06 Removing obsolete conffile /etc/default/motd-news ... 16:58:06 (Reading database ... 13912 files and directories currently installed.) 16:58:06 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:58:06 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:58:06 Setting up bash (4.4.18-2ubuntu1.2) ... 16:58:06 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 16:58:06 (Reading database ... 13912 files and directories currently installed.) 16:58:06 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:58:07 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:58:07 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:58:07 (Reading database ... 13912 files and directories currently installed.) 16:58:07 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:58:07 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:58:07 Setting up tar (1.29b-2ubuntu0.2) ... 16:58:07 (Reading database ... 13912 files and directories currently installed.) 16:58:07 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:58:07 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:58:07 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:58:08 (Reading database ... 13912 files and directories currently installed.) 16:58:08 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:58:08 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:58:08 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:58:08 (Reading database ... 13912 files and directories currently installed.) 16:58:08 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:58:08 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:58:08 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:58:08 (Reading database ... 13912 files and directories currently installed.) 16:58:08 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:58:08 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:58:08 Setting up grep (3.1-2build1) ... 16:58:08 (Reading database ... 13912 files and directories currently installed.) 16:58:08 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:58:08 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:58:08 Setting up login (1:4.5-1ubuntu2) ... 16:58:09 (Reading database ... 13912 files and directories currently installed.) 16:58:09 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:58:09 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:58:09 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:58:09 (Reading database ... 13912 files and directories currently installed.) 16:58:09 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:58:09 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:58:10 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:58:10 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:58:10 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:58:10 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:58:11 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:58:11 (Reading database ... 13912 files and directories currently installed.) 16:58:11 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:58:11 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:58:12 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:58:12 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:58:12 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:58:12 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:58:12 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:58:12 (Reading database ... 13912 files and directories currently installed.) 16:58:12 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:58:12 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:58:13 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:58:13 (Reading database ... 13912 files and directories currently installed.) 16:58:13 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:58:13 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:58:13 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:58:13 (Reading database ... 13912 files and directories currently installed.) 16:58:13 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:58:13 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:58:13 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:58:13 (Reading database ... 13912 files and directories currently installed.) 16:58:13 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:58:13 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:58:13 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:58:14 (Reading database ... 13912 files and directories currently installed.) 16:58:14 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:58:14 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:58:14 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:58:14 (Reading database ... 13912 files and directories currently installed.) 16:58:14 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:58:14 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:58:14 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:58:14 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:58:14 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:58:14 (Reading database ... 13912 files and directories currently installed.) 16:58:14 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:58:14 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:58:14 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:58:14 (Reading database ... 13912 files and directories currently installed.) 16:58:14 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:58:15 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:58:15 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:58:15 (Reading database ... 13912 files and directories currently installed.) 16:58:15 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:58:15 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:58:15 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:58:15 (Reading database ... 13912 files and directories currently installed.) 16:58:15 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:58:15 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:58:16 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:58:16 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:58:17 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:58:17 (Reading database ... 13912 files and directories currently installed.) 16:58:17 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:58:17 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:58:17 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:58:17 (Reading database ... 13912 files and directories currently installed.) 16:58:17 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:58:17 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:58:17 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:58:18 (Reading database ... 13914 files and directories currently installed.) 16:58:18 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:58:18 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:58:18 Setting up debconf (1.5.66ubuntu1) ... 16:58:18 (Reading database ... 13914 files and directories currently installed.) 16:58:18 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 16:58:18 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:58:18 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 16:58:18 (Reading database ... 13914 files and directories currently installed.) 16:58:18 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 16:58:18 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:58:18 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 16:58:19 (Reading database ... 13914 files and directories currently installed.) 16:58:19 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:58:19 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:58:19 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:58:19 (Reading database ... 13914 files and directories currently installed.) 16:58:19 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:58:19 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:58:19 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:58:20 (Reading database ... 13914 files and directories currently installed.) 16:58:20 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:58:20 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:58:20 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:58:20 (Reading database ... 13914 files and directories currently installed.) 16:58:20 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:58:20 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:58:20 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 16:58:20 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:58:20 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:58:20 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:58:21 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:58:21 (Reading database ... 13914 files and directories currently installed.) 16:58:21 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:58:21 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:58:21 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:58:21 (Reading database ... 13914 files and directories currently installed.) 16:58:21 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:58:21 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:58:21 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:58:22 (Reading database ... 13914 files and directories currently installed.) 16:58:22 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:58:22 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:58:22 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:58:22 (Reading database ... 13914 files and directories currently installed.) 16:58:22 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 16:58:22 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 16:58:22 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 16:58:22 (Reading database ... 13914 files and directories currently installed.) 16:58:22 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:58:22 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:58:23 Setting up passwd (1:4.5-1ubuntu2) ... 16:58:23 (Reading database ... 13914 files and directories currently installed.) 16:58:23 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 16:58:23 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:58:23 Setting up gpgv (2.2.4-1ubuntu1.4) ... 16:58:24 (Reading database ... 13914 files and directories currently installed.) 16:58:24 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:58:24 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:58:24 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:58:24 (Reading database ... 13914 files and directories currently installed.) 16:58:24 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:58:25 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:58:25 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:58:25 (Reading database ... 13914 files and directories currently installed.) 16:58:25 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:58:25 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:58:25 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:58:25 (Reading database ... 13914 files and directories currently installed.) 16:58:25 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:58:25 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:58:25 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:58:25 (Reading database ... 13914 files and directories currently installed.) 16:58:25 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:58:25 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:58:25 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:58:26 (Reading database ... 13914 files and directories currently installed.) 16:58:26 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:58:26 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:58:26 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:58:26 (Reading database ... 13915 files and directories currently installed.) 16:58:26 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:58:26 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:58:26 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:58:26 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:58:26 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 16:58:26 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 16:58:26 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 16:58:26 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 16:58:27 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:58:27 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:58:27 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:58:27 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:58:27 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:58:27 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:58:27 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:58:27 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:58:27 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:58:27 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:58:28 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:58:28 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:58:28 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:58:28 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:58:28 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 16:58:28 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 16:58:29 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:58:29 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:58:30 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:58:30 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:58:30 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:58:30 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:58:30 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:58:30 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:58:30 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:58:30 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:58:30 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:58:31 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:58:31 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:31 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:31 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:31 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:31 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:31 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:31 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:31 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:33 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:33 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:34 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:34 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:35 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:35 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:35 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:35 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:37 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:37 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:37 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:58:37 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:58:37 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:58:37 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:58:37 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:58:37 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:58:37 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:58:37 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:58:37 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:58:37 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:58:38 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:58:38 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:58:38 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:58:38 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:58:38 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:38 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:58:38 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:38 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:38 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:38 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:58:38 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:58:38 Setting up tzdata (2021a-0ubuntu0.18.04) ... 16:58:38 16:58:38 Current default time zone: 'Etc/UTC' 16:58:38 Local time is now: Tue Mar 9 16:58:38 UTC 2021. 16:58:38 Universal Time is now: Tue Mar 9 16:58:38 UTC 2021. 16:58:38 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:58:38 16:58:39 Setting up systemd-sysv (237-3ubuntu10.44) ... 16:58:39 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:39 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 16:58:39 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:58:39 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:58:39 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:58:39 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:58:39 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:58:39 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:58:39 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:58:39 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:39 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:58:39 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:39 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 16:58:39 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:39 Setting up patch (2.7.6-2ubuntu1.1) ... 16:58:39 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:58:39 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:58:39 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 16:58:40 Installing new version of config file /etc/ssl/openssl.cnf ... 16:58:40 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:58:40 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:58:40 Setting up ca-certificates (20210119~18.04.1) ... 16:58:42 Updating certificates in /etc/ssl/certs... 16:58:44 23 added, 27 removed; done. 16:58:44 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:58:44 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:44 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:58:44 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:58:44 Setting up pkgbinarymangler (138.18.04.1) ... 16:58:44 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:44 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 16:58:44 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:44 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:44 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:44 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:58:44 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:44 Setting up perl (5.26.1-6ubuntu0.5) ... 16:58:44 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 16:58:44 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:58:44 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:58:44 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 16:58:44 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:58:44 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:58:45 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:58:45 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:58:45 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:58:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:58:45 Processing triggers for systemd (237-3ubuntu10.44) ... 16:58:45 Processing triggers for mime-support (3.60ubuntu1) ... 16:58:45 Processing triggers for ca-certificates (20210119~18.04.1) ... 16:58:45 Updating certificates in /etc/ssl/certs... 16:58:46 0 added, 0 removed; done. 16:58:46 Running hooks in /etc/ca-certificates/update.d... 16:58:46 done. 16:58:47 Reading package lists... 16:58:47 Building dependency tree... 16:58:47 Reading state information... 16:58:48 The following NEW packages will be installed: 16:58:48 apt-transport-https 16:58:48 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:58:48 Need to get 1696 B of archives. 16:58:48 After this operation, 153 kB of additional disk space will be used. 16:58:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:58:48 debconf: delaying package configuration, since apt-utils is not installed 16:58:48 Fetched 1696 B in 0s (9153 B/s) 16:58:48 Selecting previously unselected package apt-transport-https. 16:58:48 (Reading database ... 13920 files and directories currently installed.) 16:58:48 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:58:48 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:58:49 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:58:49 Waiting for network to be ready... 16:58:59 2021-03-09T16:58:55Z INFO Waiting for automatic snapd restart... 16:58:59 snapd 2.49 from Canonical* installed 16:59:01 "snapd" switched to the "latest/stable" channel 16:59:01 16:59: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 16:59:07 core18 20210128 from Canonical* installed 16:59:07 "core18" switched to the "latest/stable" channel 16:59:07 16:59:16 snapcraft 4.5.4 from Canonical* installed 16:59:16 "snapcraft" switched to the "latest/stable" channel 16:59:16 16:59:21 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 16:59:21 - README.md 16:59:21 - snapcraft.yaml.orig 16:59:21 16:59:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:59:25 Removing intermediate container 65e75242457c 16:59:25 ---> 9ffaba1d4b9f 16:59:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:59:25 Removing intermediate container 12ed6b7d198d 16:59:25 ---> 682706f70ea7 16:59:25 16:59:25 Step 10/21 : FROM alpine:3.12 16:59:25 3.12: Pulling from library/alpine 16:59:25 ---> Running in 784c8f7fe7d2 16:59:27 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:59:27 Status: Downloaded newer image for alpine:3.12 16:59:27 ---> d10569e2745f 16:59:27 Step 11/21 : RUN apk add --update --no-cache curl 16:59:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:59:27 ---> Running in a85d5e919f8e 16:59:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:59:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:59:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:59:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:59:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:59:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:30 (1/4) Installing ca-certificates (20191127-r4) 16:59:30 Reading package lists... 16:59:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:59:30 (3/4) Installing libcurl (7.69.1-r3) 16:59:30 (4/4) Installing curl (7.69.1-r3) 16:59:30 Executing busybox-1.31.1-r19.trigger 16:59:30 Executing ca-certificates-20191127-r4.trigger 16:59:30 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.7 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 16:59:31 OK: 7 MiB in 18 packages 16:59:35 Removing intermediate container 784c8f7fe7d2 16:59:35 ---> d3e1d5d49a1a 16:59:35 16:59:35 Step 11/26 : FROM docker:20.10.0 16:59:35 Removing intermediate container a85d5e919f8e 16:59:35 ---> e58705d662a0 16:59:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:59:35 20.10.0: Pulling from library/docker 16:59:35 ---> Running in bb4a2bc1878e 16:59:36 Removing intermediate container bb4a2bc1878e 16:59:36 ---> 03010e60e2da 16:59:36 Step 13/21 : WORKDIR /edgex 16:59:36 ---> Running in 14eb0b8ff84e 16:59:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:59:37 Reading package lists... 16:59:37 Building dependency tree... 16:59:37 Reading state information... 16:59:37 Suggested packages: 16:59:37 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:59:37 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:59:37 Recommended packages: 16:59:37 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:59:37 The following NEW packages will be installed: 16:59:37 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:59:37 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:59:37 pkg-config zip 16:59:37 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:59:37 Need to get 7656 kB of archives. 16:59:37 After this operation, 43.7 MB of additional disk space will be used. 16:59:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 16:59:37 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:59:37 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:59:37 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:59:37 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:59:37 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:59:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:59:38 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:59:38 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:59:38 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:59:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:59:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 16:59:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 16:59:38 Removing intermediate container 14eb0b8ff84e 16:59:38 ---> d7d7c9be82d0 16:59:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:59:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:59:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:59:38 debconf: delaying package configuration, since apt-utils is not installed 16:59:38 Fetched 7656 kB in 1s (6613 kB/s) 16:59:38 Selecting previously unselected package libglib2.0-0:amd64. 16:59:38 (Reading database ... 13924 files and directories currently installed.) 16:59:38 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 16:59:38 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 16:59:39 Selecting previously unselected package libpsl5:amd64. 16:59:39 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:59:39 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:59:39 Selecting previously unselected package libnghttp2-14:amd64. 16:59:39 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:59:39 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:59:39 Selecting previously unselected package librtmp1:amd64. 16:59:39 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:59:39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:59:39 Selecting previously unselected package libcurl3-gnutls:amd64. 16:59:39 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:59:39 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:59:39 Selecting previously unselected package liberror-perl. 16:59:39 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:59:39 Unpacking liberror-perl (0.17025-1) ... 16:59:39 Selecting previously unselected package git-man. 16:59:39 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 16:59:39 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 16:59:40 Selecting previously unselected package git. 16:59:40 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 16:59:40 Unpacking git (1:2.17.1-1ubuntu0.7) ... 16:59:40 ---> 8cf5e871f0ce 16:59:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:59:40 Selecting previously unselected package libnorm1:amd64. 16:59:40 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:59:40 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:59:41 Selecting previously unselected package libpgm-5.2-0:amd64. 16:59:41 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:59:41 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:59:41 Selecting previously unselected package libsodium23:amd64. 16:59:41 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:59:41 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:59:41 Selecting previously unselected package libzmq5:amd64. 16:59:41 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:59:41 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:59:41 Selecting previously unselected package libzmq3-dev:amd64. 16:59:41 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:59:41 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:59:41 Removing intermediate container 930ef9169dd7 16:59:41 ---> 7aad9d029b97 16:59:41 16:59:41 Step 10/22 : FROM alpine:3.12 16:59:41 ---> d10569e2745f 16:59:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:59:41 Selecting previously unselected package pkg-config. 16:59:41 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:59:41 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:59:42 Selecting previously unselected package zip. 16:59:42 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:59:42 Unpacking zip (3.0-11build1) ... 16:59:42 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:59:42 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 16:59:42 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:59:42 Setting up liberror-perl (0.17025-1) ... 16:59:42 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:59:42 ---> Running in fc6d54ccde0c 16:59:42 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 16:59:42 No schema files found: doing nothing. 16:59:42 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:59:42 Setting up zip (3.0-11build1) ... 16:59:42 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:59:42 Setting up libsodium23:amd64 (1.0.16-2) ... 16:59:42 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:59:42 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:59:42 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:59:42 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:59:42 Setting up git (1:2.17.1-1ubuntu0.7) ... 16:59:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:59:42 Removing intermediate container 6797604f96ee 16:59:42 ---> 5e0570aaa8d6 16:59:42 16:59:42 Step 10/23 : FROM alpine:3.12 16:59:42 ---> d10569e2745f 16:59:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:59:43 ---> Running in 6879c00e8ac8 16:59:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:59:44 ---> 27b8a7a449ec 16:59:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:59:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:45 (1/1) Installing dumb-init (1.2.2-r1) 16:59:45 Executing busybox-1.31.1-r19.trigger 16:59:45 OK: 5 MiB in 15 packages 16:59:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:59:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:46 (1/1) Installing dumb-init (1.2.2-r1) 16:59:46 Executing busybox-1.31.1-r19.trigger 16:59:46 OK: 5 MiB in 15 packages 16:59:46 ---> 6aecab849813 16:59:46 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:59:47 ---> Running in f68c5e1ea052 16:59:47 Removing intermediate container fc6d54ccde0c 16:59:47 ---> b050162428d7 16:59:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:59:47 ---> Running in 0eabea0752ae 16:59:48 Removing intermediate container f68c5e1ea052 16:59:48 ---> 667bd8ddfae1 16:59:48 Step 18/21 : CMD ["--init=true"] 16:59:48 ---> Running in 0e22febd46b7 16:59:48 Removing intermediate container 6879c00e8ac8 16:59:48 ---> 2df732fb0a27 16:59:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:59:48 Removing intermediate container 0eabea0752ae 16:59:48 ---> 698651698091 16:59:48 Step 13/22 : ENV APP_PORT=48085 16:59:48 ---> Running in 99522d784777 16:59:48 ---> Running in 1a77b0622931 16:59:49 Removing intermediate container 0e22febd46b7 16:59:49 ---> 07549657f8f9 16:59:49 Step 19/21 : LABEL arch=arm64 16:59:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:59:49 ---> Running in d830a3e77ee1 16:59:49 Removing intermediate container 99522d784777 16:59:49 ---> fa51924b35c8 16:59:49 Step 13/23 : ENV APP_PORT=48082 16:59:49 git set to automatically installed. 16:59:49 git-man set to automatically installed. 16:59:49 libcurl3-gnutls set to automatically installed. 16:59:49 liberror-perl set to automatically installed. 16:59:49 libglib2.0-0 set to automatically installed. 16:59:49 libnghttp2-14 set to automatically installed. 16:59:49 libnorm1 set to automatically installed. 16:59:49 libpgm-5.2-0 set to automatically installed. 16:59:49 libpsl5 set to automatically installed. 16:59:49 librtmp1 set to automatically installed. 16:59:49 libsodium23 set to automatically installed. 16:59:49 libzmq3-dev set to automatically installed. 16:59:49 libzmq5 set to automatically installed. 16:59:49 pkg-config set to automatically installed. 16:59:49 zip set to automatically installed. 16:59:50 Removing intermediate container 1a77b0622931 16:59:50 ---> 44ee29010f44 16:59:50 Step 14/22 : EXPOSE $APP_PORT 16:59:50 ---> Running in 948729d92e6c 16:59:50 ---> Running in a6c97f5754d9 16:59:50 Removing intermediate container d830a3e77ee1 16:59:50 ---> 45f264fbf104 16:59:50 Step 20/21 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 16:59:50 ---> Running in 91f98b320101 16:59:51 Removing intermediate container 948729d92e6c 16:59:51 ---> dffc16b057ec 16:59:51 Step 14/23 : EXPOSE $APP_PORT 16:59:51 snapd is not logged in, snap install commands will use sudo 16:59:51 Removing intermediate container a6c97f5754d9 16:59:51 ---> 07202a797ab3 16:59:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:59:51 ---> Running in 3662098bbb1c 16:59:51 Removing intermediate container 91f98b320101 16:59:51 ---> fc239f1000e5 16:59:51 Step 21/21 : LABEL version=0.0.0 16:59:52 ---> Running in 9b221f656ea0 16:59:52 Removing intermediate container 3662098bbb1c 16:59:52 ---> bb4ed7dc8e9b 16:59:52 Step 15/23 : WORKDIR / 16:59:52 ---> 397c6021f4a9 16:59:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:59:52 ---> Running in d74d826cbade 16:59:53 Removing intermediate container 9b221f656ea0 16:59:53 ---> dff23665f2f2 16:59:53 16:59:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:59:53 Status: Downloaded newer image for docker:20.10.0 16:59:53 ---> eeaf43b92773 16:59:53 Step 12/26 : RUN apk add --no-cache bash 16:59:54 ---> Running in f914be133f13 16:59:54 Successfully built dff23665f2f2 16:59:54 Removing intermediate container d74d826cbade 16:59:54 ---> 3cb5f37f0d96 16:59:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:59:54 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:59:54  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 16:59:54 ---> c996493cf3e8 16:59:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:59:54 Removing intermediate container a8d57c4e8c51 16:59:54 ---> cb5a903288b4 16:59:54 16:59:54 Step 10/23 : FROM alpine:3.12 16:59:54 ---> d10569e2745f 16:59:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:59:54 ---> Running in 842d56395159 16:59:55 ---> 44cd9d9c011a 16:59:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:59:55 Removing intermediate container 842d56395159 16:59:55 ---> a627bc481dd0 16:59:55 Step 12/23 : ENV APP_PORT=48080 16:59:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:59:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:56 ---> ea617bb46598 16:59:56 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:59:56 ---> Running in 2701b527aa25 16:59:56 (1/2) Installing readline (8.0.4-r0) 16:59:56 (2/2) Installing bash (5.0.17-r0) 16:59:56 Executing bash-5.0.17-r0.post-install 16:59:56 Executing busybox-1.31.1-r19.trigger 16:59:56 OK: 12 MiB in 22 packages 16:59:57 ---> Running in 732a29a7c569 16:59:57 ---> 6f54b0e2901c 16:59:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:59:57 Removing intermediate container 2701b527aa25 16:59:57 ---> 2ddee4f92426 16:59:57 Step 13/23 : EXPOSE $APP_PORT 16:59:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:59:57 snap "core18" has no updates available 16:59:58 Removing intermediate container 732a29a7c569 16:59:58 ---> 4f654bb285c7 16:59:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:59:58 ---> Running in 5bb610bdfb4d 16:59:58 ---> 7682347e9d75 16:59:58 Pulling config-common 16:59:58 + snapcraftctl pull 16:59:58 Step 19/23 : ENTRYPOINT ["/core-command"] 16:59:58 ---> Running in 8145791986bc 16:59:58 ---> Running in def5ce38f355 16:59:58 Removing intermediate container 5bb610bdfb4d 16:59:59 ---> 3010d994eb35 16:59:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:59 Removing intermediate container f914be133f13 16:59:59 ---> 9d141d7bdb53 16:59:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:59:59 Removing intermediate container 8145791986bc 16:59:59 ---> 3479263ee76e 16:59:59 Step 20/22 : LABEL arch=arm64 16:59:59 ---> Running in 3b8dbf13d2af 16:59:59 ---> Running in 171ec823e206 16:59:59 Removing intermediate container def5ce38f355 16:59:59 ---> abb3fc42a9be 16:59:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:59:59 ---> Running in d4358ba0de4b 17:00:00 ---> Running in 40de291779ac 17:00:00 Pulling go-build-helper 17:00:00 + snapcraftctl pull 17:00:00 Removing intermediate container 3b8dbf13d2af 17:00:00 ---> 50692dfe777b 17:00:00 Step 14/26 : ENV APP_PORT=48090 17:00:00 Removing intermediate container d4358ba0de4b 17:00:00 ---> 21556bde805d 17:00:00 Step 21/22 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 17:00:01 Removing intermediate container 40de291779ac 17:00:01 ---> 9fbdc6fbc20a 17:00:01 Step 21/23 : LABEL arch=arm64 17:00:01 ---> Running in 1f05c213eae5 17:00:01 ---> Running in 86fe9df730ed 17:00:01 ---> Running in 264baab269e6 17:00:02 Removing intermediate container 1f05c213eae5 17:00:02 ---> 2e3b276d9b0b 17:00:02 Step 15/26 : EXPOSE $APP_PORT 17:00:02 Removing intermediate container 86fe9df730ed 17:00:02 ---> 0dc5d6d6f280 17:00:02 Step 22/22 : LABEL version=0.0.0 17:00:02 Removing intermediate container 264baab269e6 17:00:02 ---> f0f753ec04fc 17:00:02 Step 22/23 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 17:00:02 ---> Running in bb7b2d34a058 17:00:02 ---> Running in 78c4f9ef0017 17:00:02 ---> Running in 3e403b039420 17:00:02 Removing intermediate container 171ec823e206 17:00:02 ---> 9dedac2a1b9f 17:00:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:00:02 ---> Running in fc8181ba6afc 17:00:03 Removing intermediate container bb7b2d34a058 17:00:03 ---> 6a8e41f124ca 17:00:03 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:00:03 Removing intermediate container 78c4f9ef0017 17:00:03 ---> e68f3d2ca153 17:00:03 17:00:03 Removing intermediate container 3e403b039420 17:00:03 ---> 690f89376384 17:00:03 Step 23/23 : LABEL version=0.0.0 17:00:03 ---> Running in b84bf61e46bb 17:00:04 Successfully built e68f3d2ca153 17:00:04 Successfully tagged docker-support-scheduler-go-arm64:latest 17:00:04 Building docker-support-notifications-go 17:00:04  Building docker-support-scheduler-go ... done Removing intermediate container b84bf61e46bb 17:00:04 ---> 8a0cb3d439e2 17:00:04 17:00:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:05 ---> 4de6ded7a0dc 17:00:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:00:05 Successfully built 8a0cb3d439e2 17:00:05 Successfully tagged docker-core-command-go-arm64:latest 17:00:05  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 17:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:06 ---> 42e75085996d 17:00:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:00:06 (1/6) Installing dumb-init (1.2.2-r1) 17:00:06 (2/6) Installing libgcc (9.3.0-r2) 17:00:06 (3/6) Installing libsodium (1.0.18-r0) 17:00:06 (4/6) Installing libstdc++ (9.3.0-r2) 17:00:06 (5/6) Installing libzmq (4.3.3-r0) 17:00:06 ---> 6728d80cdea3 17:00:06 Step 19/26 : RUN apk --no-cache add py3-pip 17:00:07 (6/6) Installing zeromq (4.3.3-r0) 17:00:07 Executing busybox-1.31.1-r19.trigger 17:00:07 OK: 8 MiB in 20 packages 17:00:07 ---> Running in 1a5b0f11d3f5 17:00:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:09 Removing intermediate container fc8181ba6afc 17:00:09 ---> 99ad8e3d47c8 17:00:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:00:09 (1/33) Installing libbz2 (1.0.8-r1) 17:00:09 (2/33) Installing expat (2.2.9-r1) 17:00:09 (3/33) Installing libffi (3.3-r2) 17:00:09 (4/33) Installing gdbm (1.13-r1) 17:00:09 (5/33) Installing xz-libs (5.2.5-r0) 17:00:09 (6/33) Installing sqlite-libs (3.32.1-r0) 17:00:09 (7/33) Installing python3 (3.8.5-r1) 17:00:11 (8/33) Installing py3-appdirs (1.4.4-r1) 17:00:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:00:11 (10/33) Installing py3-parsing (2.4.7-r0) 17:00:11 (11/33) Installing py3-six (1.15.0-r0) 17:00:11 (12/33) Installing py3-packaging (20.4-r0) 17:00:11 (13/33) Installing py3-setuptools (47.0.0-r0) 17:00:11 (14/33) Installing py3-chardet (3.0.4-r4) 17:00:11 ---> a93021922924 17:00:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:00:11 (15/33) Installing py3-idna (2.9-r0) 17:00:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:00:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:00:12 (18/33) Installing py3-requests (2.23.0-r0) 17:00:12 (19/33) Installing py3-msgpack (1.0.0-r0) 17:00:12 (20/33) Installing py3-lockfile (0.12.2-r3) 17:00:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:00:12 (22/33) Installing py3-colorama (0.4.3-r0) 17:00:12 (23/33) Installing py3-distlib (0.3.0-r0) 17:00:12 (24/33) Installing py3-distro (1.5.0-r1) 17:00:12 (25/33) Installing py3-webencodings (0.5.1-r3) 17:00:12 (26/33) Installing py3-html5lib (1.0.1-r4) 17:00:12 (27/33) Installing py3-pytoml (0.1.21-r0) 17:00:12 (28/33) Installing py3-pep517 (0.8.2-r0) 17:00:12 (29/33) Installing py3-progress (1.5-r0) 17:00:12 (30/33) Installing py3-toml (0.10.1-r0) 17:00:12 (31/33) Installing py3-retrying (1.3.3-r0) 17:00:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:00:12 (33/33) Installing py3-pip (20.1.1-r0) 17:00:12 Executing busybox-1.31.1-r19.trigger 17:00:12 OK: 71 MiB in 55 packages 17:00:14 ---> 7e14ce183757 17:00:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:00:15 ---> 4e8d832c4e28 17:00:15 Step 19/23 : ENTRYPOINT ["/core-data"] 17:00:16 ---> Running in 9db6ce34b554 17:00:17 Removing intermediate container 9db6ce34b554 17:00:17 ---> fa8ab360ef19 17:00:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:00:18 ---> Running in 08c253026fcf 17:00:19 Removing intermediate container 08c253026fcf 17:00:19 ---> 709323ca1b02 17:00:19 Step 21/23 : LABEL arch=arm64 17:00:20 ---> Running in d425dae428dc 17:00:21 Removing intermediate container 1a5b0f11d3f5 17:00:21 ---> 4858d93da5d9 17:00:21 Step 20/26 : RUN pip install docker-compose==1.23.2 17:00:21 Removing intermediate container d425dae428dc 17:00:21 ---> 17be0c67897d 17:00:21 Step 22/23 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 17:00:21 ---> Running in 6fa0189466b2 17:00:21 ---> Running in 51dd93564464 17:00:22 Removing intermediate container 51dd93564464 17:00:22 ---> 485bc423e08e 17:00:22 Step 23/23 : LABEL version=0.0.0 17:00:22 ---> Running in df05fa2823e9 17:00:23 Removing intermediate container df05fa2823e9 17:00:23 ---> 2697dbf2fba0 17:00:23 17:00:23 Successfully built 2697dbf2fba0 17:00:23 Successfully tagged docker-core-data-go-arm64:latest 17:00:23  Building docker-core-data-go ... done Building docker-core-metadata-go 17:00:29 Collecting docker-compose==1.23.2 17:00:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:00:29 Collecting dockerpty<0.5,>=0.4.1 17:00:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:00:30 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:00:30 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:00:30 ---> ff432edc6b09 17:00:30 Step 3/31 : WORKDIR /edgex-go 17:00:30 ---> Using cache 17:00:30 ---> b7125310c203 17:00:30 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:30 ---> Using cache 17:00:30 ---> ba47dd4410eb 17:00:30 Step 5/31 : RUN apk add --update --no-cache make git 17:00:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:00:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 17:00:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 17:00:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:00:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:00:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 17:00:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 17:00:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 17:00:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 17:00:32 Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:00:32 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:00:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:00:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:00:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:00:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:00:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:00:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:00:32 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:00:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:00:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 17:00:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 17:00:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:00:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:00:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 17:00:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 17:00:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 17:00:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 17:00:32 Fetched 24.0 MB in 6s (621 kB/s) 17:00:32 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:00:32 Fetched 96.5 kB in 0s (0 B/s) 17:00:32 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:00:32 Fetched 279 kB in 0s (0 B/s) 17:00:32 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:00:32 Fetched 122 kB in 0s (0 B/s) 17:00:32 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:00:32 Fetched 77.8 kB in 0s (0 B/s) 17:00:32 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:00:32 Fetched 8848 B in 0s (0 B/s) 17:00:32 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:00:32 Fetched 47.8 kB in 0s (0 B/s) 17:00:32 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:00:32 Fetched 45.6 kB in 0s (0 B/s) 17:00:32 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:00:32 Fetched 15.0 kB in 0s (0 B/s) 17:00:32 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:00:32 Fetched 214 kB in 0s (0 B/s) 17:00:32 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 17:00:32 Fetched 154 kB in 0s (0 B/s) 17:00:32 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:00:32 Fetched 50.6 kB in 0s (0 B/s) 17:00:32 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:00:32 Fetched 14.8 kB in 0s (0 B/s) 17:00:32 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:00:32 Fetched 41.8 kB in 0s (0 B/s) 17:00:32 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:00:32 Fetched 499 kB in 0s (0 B/s) 17:00:32 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:00:32 Fetched 111 kB in 0s (0 B/s) 17:00:32 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:00:32 Fetched 240 kB in 0s (0 B/s) 17:00:32 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:00:32 Fetched 29.3 kB in 0s (0 B/s) 17:00:32 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:00:32 Fetched 85.5 kB in 0s (0 B/s) 17:00:32 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:00:32 Fetched 24.5 kB in 0s (0 B/s) 17:00:32 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:00:32 Fetched 49.2 kB in 0s (0 B/s) 17:00:32 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:00:32 Fetched 54.2 kB in 0s (0 B/s) 17:00:32 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:00:32 Fetched 30.8 kB in 0s (0 B/s) 17:00:32 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 17:00:32 Fetched 15.8 kB in 0s (0 B/s) 17:00:32 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:00:32 Fetched 85.9 kB in 0s (0 B/s) 17:00:32 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:00:32 Fetched 8720 B in 0s (0 B/s) 17:00:32 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:00:32 Fetched 137 kB in 0s (0 B/s) 17:00:32 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:00:32 Fetched 119 kB in 0s (0 B/s) 17:00:32 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:00:32 Fetched 109 kB in 0s (0 B/s) 17:00:32 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:00:32 Fetched 11.1 kB in 0s (0 B/s) 17:00:32 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:00:32 Fetched 645 kB in 0s (0 B/s) 17:00:32 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:00:32 Fetched 41.3 kB in 0s (0 B/s) 17:00:32 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:00:32 Fetched 17.9 kB in 0s (0 B/s) 17:00:32 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:00:32 Fetched 368 kB in 0s (0 B/s) 17:00:32 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:00:32 Fetched 187 kB in 0s (0 B/s) 17:00:32 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:00:32 Fetched 175 kB in 0s (0 B/s) 17:00:32 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:00:32 ---> Running in efd7881e6490 17:00:34 Collecting PyYAML<4,>=3.10 17:00:34 Downloading PyYAML-3.13.tar.gz (270 kB) 17:00:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:35 OK: 217 MiB in 51 packages 17:00:37 Fetched 206 kB in 0s (0 B/s) 17:00:37 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 17:00:37 Fetched 1301 kB in 0s (0 B/s) 17:00:37 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:00:37 Fetched 36.2 kB in 0s (0 B/s) 17:00:37 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:00:37 Fetched 159 kB in 0s (0 B/s) 17:00:37 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:00:37 Fetched 107 kB in 0s (0 B/s) 17:00:37 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:00:37 Fetched 48.7 kB in 0s (0 B/s) 17:00:37 Pulling static-packages 17:00:37 + snapcraftctl pull 17:00:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:00:38 Collecting texttable<0.10,>=0.9.0 17:00:39 Downloading texttable-0.9.1.tar.gz (11 kB) 17:00:39 Removing intermediate container efd7881e6490 17:00:39 ---> ed73d884e158 17:00:39 Step 6/31 : COPY go.mod . 17:00:39 'go115' has dependencies that need to be staged: static-packages go-build-helper 17:00:39 Skipping pull go-build-helper (already ran) 17:00:39 Skipping pull static-packages (already ran) 17:00:39 Building go-build-helper 17:00:39 + snapcraftctl build 17:00:41 ---> d3a421e385f6 17:00:41 Step 7/31 : RUN go mod download 17:00:42 ---> Running in 417b75a01c8c 17:00:42 Collecting cached-property<2,>=1.2.0 17:00:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:00:43 Collecting docker<4.0,>=3.6.0 17:00:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:00:46 Building static-packages 17:00:46 + snapcraftctl build 17:00:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:00:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:00:46 Removing intermediate container 417b75a01c8c 17:00:46 ---> 19d385cfee20 17:00:46 Step 8/31 : COPY . . 17:00:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:00:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:00:46 ---> ff432edc6b09 17:00:46 Step 3/22 : WORKDIR /edgex-go 17:00:46 ---> Using cache 17:00:46 ---> b7125310c203 17:00:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:46 ---> Using cache 17:00:46 ---> ba47dd4410eb 17:00:46 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:00:46 ---> Running in 7e57e16cebec 17:00:47 Collecting jsonschema<3,>=2.5.1 17:00:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:00:47 Collecting docopt<0.7,>=0.6.1 17:00:47 Downloading docopt-0.6.2.tar.gz (25 kB) 17:00:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:00:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:00:48 ---> ff432edc6b09 17:00:48 Step 3/24 : WORKDIR /edgex-go 17:00:48 ---> Using cache 17:00:48 ---> b7125310c203 17:00:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:48 ---> Using cache 17:00:48 ---> ba47dd4410eb 17:00:48 Step 5/24 : RUN apk add --update --no-cache make git 17:00:48 ---> Using cache 17:00:48 ---> ed73d884e158 17:00:48 Step 6/24 : COPY go.mod . 17:00:48 ---> Using cache 17:00:48 ---> d3a421e385f6 17:00:48 Step 7/24 : RUN go mod download 17:00:48 ---> Using cache 17:00:48 ---> 19d385cfee20 17:00:48 Step 8/24 : COPY . . 17:00:48 Staging go-build-helper 17:00:48 + snapcraftctl stage 17:00:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:50 Staging static-packages 17:00:50 + snapcraftctl stage 17:00:50 OK: 217 MiB in 51 packages 17:00:51 Collecting websocket-client<1.0,>=0.32.0 17:00:51 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:00:52 Pulling go115 17:00:52 + snapcraftctl pull 17:00:53 Collecting docker-pycreds>=0.4.0 17:00:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:00:54 'edgex-go' has dependencies that need to be staged: go115 17:00:54 Skipping pull go115 (already ran) 17:00:54 Building go115 17:00:54 + dpkg --print-architecture 17:00:54 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 17:00:54 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 17:00:54 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 17:00:54 % Total % Received % Xferd Average Speed Time Time Time Current 17:00:54 Dload Upload Total Spent Left Speed 17:00:55 Collecting urllib3<1.25,>=1.21.1 17:00:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:00:56 Removing intermediate container 7e57e16cebec 17:00:56 ---> d197531884ae 17:00:56 Step 6/22 : COPY go.mod . 17:00:56 Collecting idna<2.8,>=2.5 17:00:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:00:56 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) 17:00:56 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) 17:00:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:00:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:00:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:00:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:00:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:00:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:00:58 ---> ff432edc6b09 17:00:58 Step 3/23 : WORKDIR /edgex-go 17:00:58 ---> Using cache 17:00:58 ---> b7125310c203 17:00:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:58 ---> Using cache 17:00:58 ---> ba47dd4410eb 17:00:58 Step 5/23 : RUN apk add --update --no-cache make git 17:00:58 ---> Using cache 17:00:58 ---> ed73d884e158 17:00:58 Step 6/23 : COPY go.mod . 17:00:58 ---> Using cache 17:00:58 ---> d3a421e385f6 17:00:58 Step 7/23 : RUN go mod download 17:00:58 ---> Using cache 17:00:58 ---> 19d385cfee20 17:00:58 Step 8/23 : COPY . . 17:00:58 Installing collected packages: dockerpty, PyYAML, texttable, cached-property, websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, docopt, docker-compose 17:00:58 Running setup.py install for dockerpty: started 17:00:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 43249 0 0 283k 0 0:06:57 --:--:-- 0:06:57 281k 20 115M 20 24.1M 0 0 21.0M 0 0:00:05 0:00:01 0:00:04 21.0M 46 115M 46 53.9M 0 0 25.0M 0 0:00:04 0:00:02 0:00:02 25.0M 61 115M 61 71.3M 0 0 22.6M 0 0:00:05 0:00:03 0:00:02 22.6M 88 115M 88 102M 0 0 24.6M 0 0:00:04 0:00:04 --:--:-- 24.6M 100 115M 100 115M 0 0 25.6M 0 0:00:04 0:00:04 --:--:-- 26.5M 17:00:58 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 17:00:58 + sha256sum -c sha256 17:00:58 + grep OK 17:00:58 ---> 7717cea0bd58 17:00:58 Step 7/22 : RUN go mod download 17:00:59 go1.15.2.linux-amd64.tar.gz: OK 17:00:59 + mkdir -p /root/stage/go1.15 17:00:59 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 17:01:00 ---> Running in b0c3728c699b 17:01:01 Running setup.py install for dockerpty: finished with status 'done' 17:01:01 Running setup.py install for PyYAML: started 17:01:05 Running setup.py install for PyYAML: finished with status 'done' 17:01:05 Running setup.py install for texttable: started 17:01:07 Removing intermediate container b0c3728c699b 17:01:07 ---> ad3f20fbffdc 17:01:07 Step 8/22 : COPY . . 17:01:07 Staging go115 17:01:07 + snapcraftctl stage 17:01:08 Running setup.py install for texttable: finished with status 'done' 17:01:09 Attempting uninstall: urllib3 17:01:09 Found existing installation: urllib3 1.25.9 17:01:09 Uninstalling urllib3-1.25.9: 17:01:09 Successfully uninstalled urllib3-1.25.9 17:01:11 Attempting uninstall: idna 17:01:11 Found existing installation: idna 2.9 17:01:11 Uninstalling idna-2.9: 17:01:11 Successfully uninstalled idna-2.9 17:01:11 ---> 690e62c76bbb 17:01:11 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:01:12 Attempting uninstall: requests 17:01:12 Found existing installation: requests 2.23.0 17:01:12 Uninstalling requests-2.23.0: 17:01:12 Successfully uninstalled requests-2.23.0 17:01:12 ---> 77b2f8f68691 17:01:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:01:13 ---> Running in 2047d0d8d311 17:01:13 ---> Running in cfa62335be69 17:01:14 Running setup.py install for docopt: started 17:01:15 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 17:01:16 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:01:16 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:01:16 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:01:16 Fetched 0 B in 0s (0 B/s) 17:01:16 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:01:16 Fetched 224 kB in 0s (0 B/s) 17:01:16 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:01:16 Fetched 157 kB in 0s (0 B/s) 17:01:16 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:01:16 Fetched 221 kB in 0s (0 B/s) 17:01:16 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:01:16 Fetched 143 kB in 0s (0 B/s) 17:01:16 Pulling edgex-go 17:01:16 + snapcraftctl pull 17:01:16 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 17:01:18 Pulling version 17:01:18 + cd /root/project 17:01:18 + [ -f VERSION ] 17:01:18 + PROJECT_VERSION=local-dev 17:01:18 + git rev-parse --short HEAD 17:01:18 + GIT_REVISION=f1d7c75c 17:01:18 + snapcraftctl set-version local-dev 17:01:18 Running setup.py install for docopt: finished with status 'done' 17:01:19 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.58.0 17:01:19 Building config-common 17:01:19 + snapcraftctl build 17:01:21 ---> 00fee95074e8 17:01:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:01:22 ---> Running in 473d0df46d18 17:01:24 Skipping build go-build-helper (already ran) 17:01:24 Skipping build static-packages (already ran) 17:01:24 Skipping build go115 (already ran) 17:01:24 Building edgex-go 17:01:25 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin 17:01:25 + cd /root/parts/edgex-go/src 17:01:25 + make build 17:01:25 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 17:01:25 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 17:01:27 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:01:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 17:01:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 17:01:27 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 17:01:27 go: downloading github.com/gorilla/mux v1.8.0 17:01:27 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 17:01:27 go: downloading github.com/x448/float16 v0.8.4 17:01:27 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:01:27 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 17:01:27 go: downloading github.com/pelletier/go-toml v1.2.0 17:01:27 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:01:27 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 17:01:27 go: downloading github.com/pebbe/zmq4 v1.2.5 17:01:27 go: downloading github.com/go-kit/kit v0.8.0 17:01:27 go: downloading github.com/google/uuid v1.2.0 17:01:27 go: downloading github.com/pkg/errors v0.8.1 17:01:27 go: downloading github.com/imdario/mergo v0.3.11 17:01:27 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:01:27 go: downloading github.com/BurntSushi/toml v0.3.1 17:01:27 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 17:01:27 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:01:27 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:01:27 go: downloading github.com/hashicorp/consul/api v1.8.1 17:01:27 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:01:27 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:01:27 go: downloading github.com/mitchellh/copystructure v1.0.0 17:01:27 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:01:27 go: downloading github.com/gorilla/websocket v1.4.2 17:01:27 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 17:01:27 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:01:27 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:01:27 go: downloading github.com/hashicorp/serf v0.9.5 17:01:27 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:01:27 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:01:27 go: downloading github.com/leodido/go-urn v1.2.0 17:01:27 go: downloading github.com/go-playground/universal-translator v0.17.0 17:01:27 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:01:27 go: downloading github.com/fatih/color v1.9.0 17:01:27 go: downloading github.com/mattn/go-isatty v0.0.12 17:01:27 go: downloading github.com/go-playground/locales v0.13.0 17:01:27 go: downloading github.com/mattn/go-colorable v0.1.6 17:01:27 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 17:01:27 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:01:28 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:01:28 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:01:28 Removing intermediate container 6fa0189466b2 17:01:28 ---> ff3321501e65 17:01:28 Step 21/26 : RUN apk --no-cache add curl 17:01:29 ---> Running in da856cc9c786 17:01:31 ---> 14653fe3d32f 17:01:31 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:01:31 ---> Running in 37edfb3c0cdd 17:01:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:01:32 (2/3) Installing libcurl (7.69.1-r3) 17:01:32 (3/3) Installing curl (7.69.1-r3) 17:01:32 Executing busybox-1.31.1-r19.trigger 17:01:32 OK: 71 MiB in 58 packages 17:01: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 17:01:34 Removing intermediate container da856cc9c786 17:01:34 ---> b086debab77e 17:01:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:01:34 ---> Running in da600bacd2f2 17:01:35 Removing intermediate container da600bacd2f2 17:01:35 ---> 6f80100827cf 17:01:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:35 ---> Running in a1da51c25e61 17:01:36 Removing intermediate container a1da51c25e61 17:01:36 ---> 73508537d4c8 17:01:36 Step 24/26 : LABEL arch=arm64 17:01:36 ---> Running in ab8e3c6a75d1 17:01:37 Removing intermediate container ab8e3c6a75d1 17:01:37 ---> 3fe7b7fde8a9 17:01:37 Step 25/26 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 17:01:37 ---> Running in d4168d7607ea 17:01:38 Removing intermediate container d4168d7607ea 17:01:38 ---> fdb8a822e22c 17:01:38 Step 26/26 : LABEL version=0.0.0 17:01:38 ---> Running in 25ee37bf7036 17:01:39 Removing intermediate container 25ee37bf7036 17:01:39 ---> 66cdd1d42592 17:01:39 17:01:39 Successfully built 66cdd1d42592 17:01:39 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:01:40 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 17:01:41 go: downloading gopkg.in/yaml.v2 v2.4.0 17:01:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:01:52 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 17:01:54 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 17:01:55 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 17:01:55 go: downloading github.com/stretchr/testify v1.7.0 17:01:56 go: downloading github.com/davecgh/go-spew v1.1.1 17:01:56 go: downloading github.com/pmezard/go-difflib v1.0.0 17:01:56 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:01:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:01:58 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:01:58 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:02:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:02:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:02:02 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 17:02:05 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 17:02:06 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 17:02:06 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:02:08 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 17:02:08 go: downloading github.com/lib/pq v1.10.0 17:02:11 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 17:02:11 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 17:02:11 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 17:02:11 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 17:02:11 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 17:02:11 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 17:02:11 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 17:02:11 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 17:02:11 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 17:02:11 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 17:02:11 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 17:02:11 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 17:02:11 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 17:02:11 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 17:02:11 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 17:02:11 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 17:02:11 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 17:02:11 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 17:02:11 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 17:02:11 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 17:02:11 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 17:02:11 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 17:02:11 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 17:02:11 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 17:02:11 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 17:02:14 Building version 17:02:14 + snapcraftctl build 17:02:18 Staging config-common 17:02:18 + snapcraftctl stage 17:02:20 Skipping stage go-build-helper (already ran) 17:02:20 Skipping stage static-packages (already ran) 17:02:20 Skipping stage go115 (already ran) 17:02:20 Staging edgex-go 17:02:20 + snapcraftctl stage 17:02:22 Staging version 17:02:22 + snapcraftctl stage 17:02:24 Priming config-common 17:02:24 + snapcraftctl prime 17:02:25 Priming go-build-helper 17:02:25 + snapcraftctl prime 17:02:27 Priming static-packages 17:02:27 + snapcraftctl prime 17:02:31 Priming go115 17:02:31 + snapcraftctl prime 17:02:33 Priming edgex-go 17:02:33 + snapcraftctl prime 17:02:35 Priming version 17:02:35 + snapcraftctl prime 17:02:37 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 17:02:37  Building docker-sys-mgmt-agent-go ... done 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:02:56 Removing intermediate container cfa62335be69 17:02:56 ---> 68912f2160ab 17:02:56 17:02:56 Step 10/24 : FROM alpine:3.12 17:02:56 ---> d10569e2745f 17:02:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:02:56 ---> Running in e5f248147faf 17:02:56 Removing intermediate container 2047d0d8d311 17:02:56 ---> ac4d883e7cdf 17:02:56 17:02:56 Step 10/31 : FROM alpine:3.12 17:02:56 ---> d10569e2745f 17:02:56 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:02:56 ---> Running in 5a3fda4c611c 17:02:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:02:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:02:57 Removing intermediate container 5a3fda4c611c 17:02:57 ---> dd2e279ea1ca 17:02:57 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:02:57 ---> Running in 2b3c99a3be5d 17:02:57 (1/5) Installing ca-certificates (20191127-r4) 17:02:57 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:02:58 (3/5) Installing libcurl (7.69.1-r3) 17:02:58 (4/5) Installing curl (7.69.1-r3) 17:02:58 (5/5) Installing dumb-init (1.2.2-r1) 17:02:58 Executing busybox-1.31.1-r19.trigger 17:02:58 Executing ca-certificates-20191127-r4.trigger 17:02:58 OK: 7 MiB in 19 packages 17:02:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:02:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:00 (1/2) Installing dumb-init (1.2.2-r1) 17:03:00 (2/2) Installing su-exec (0.2-r1) 17:03:00 Executing busybox-1.31.1-r19.trigger 17:03:00 OK: 5 MiB in 16 packages 17:03:01 Removing intermediate container e5f248147faf 17:03:01 ---> ee9142565bdd 17:03:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:03:01 ---> Running in 2115301780cf 17:03:02 Removing intermediate container 2b3c99a3be5d 17:03:02 ---> 7cf803ffa157 17:03:02 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:03:02 Removing intermediate container 2115301780cf 17:03:02 ---> c9d9899ab5cb 17:03:02 Step 13/24 : WORKDIR / 17:03:02 ---> Running in 60a87267bbb6 17:03:02 ---> Running in e08f6c99fd3a 17:03:03 Removing intermediate container 60a87267bbb6 17:03:03 ---> eaf1831ba9af 17:03:03 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:03:03 Removing intermediate container e08f6c99fd3a 17:03:03 ---> cbcb5bfd1544 17:03:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:03:04 ---> Running in 16c56c122f3d 17:03:05 Removing intermediate container 16c56c122f3d 17:03:05 ---> deb8f16d3578 17:03:05 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:03:05 ---> Running in e3a699509951 17:03:05 ---> 5a6dcc611db6 17:03:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:03:06 ---> c79299fae3c7 17:03:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:03:07 ---> 39492e5281a0 17:03:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:03:08 Removing intermediate container e3a699509951 17:03:08 ---> 951f928c8a0b 17:03:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:03:09 ---> Running in 6e31419aaf60 17:03:09 ---> f5692095a2d6 17:03:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:03:10 Removing intermediate container 6e31419aaf60 17:03:10 ---> fa88519a6f92 17:03:10 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:03:11 ---> d9317ed1513c 17:03:11 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:03:11 ---> 073cd9d6a0d0 17:03:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:03:12 ---> Running in 2f73136b6419 17:03:13 ---> 354ae48d199e 17:03:13 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/ 17:03:13 ---> Running in e338c459c995 17:03:16 Removing intermediate container 2f73136b6419 17:03:16 ---> f43b6079443c 17:03:16 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:03:17 ---> cc7e4058ed4a 17:03:17 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:03:17 Removing intermediate container 37edfb3c0cdd 17:03:17 ---> 77a89c2d90d2 17:03:17 17:03:17 Step 10/22 : FROM alpine:3.12 17:03:17 ---> d10569e2745f 17:03:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:03:17 Removing intermediate container e338c459c995 17:03:17 ---> df4b86e539b2 17:03:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:03:17 ---> Running in 2f2bb4c379da 17:03:17 ---> Running in 651f68cf9f68 17:03:19 Removing intermediate container 651f68cf9f68 17:03:19 ---> 3c3a0d7ffb26 17:03:19 Step 22/24 : LABEL arch=arm64 17:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:19 ---> 4d25b583a24c 17:03:19 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:03:19 ---> Running in 404df30e9f1f 17:03:20 (1/2) Installing ca-certificates (20191127-r4) 17:03:20 (2/2) Installing dumb-init (1.2.2-r1) 17:03:20 Executing busybox-1.31.1-r19.trigger 17:03:20 Executing ca-certificates-20191127-r4.trigger 17:03:20 OK: 6 MiB in 16 packages 17:03:20 Removing intermediate container 404df30e9f1f 17:03:20 ---> 516ee7bbae83 17:03:20 Step 23/24 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 17:03:20 ---> 165d47e5ac77 17:03:20 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:03:20 ---> Running in a9e0f302ec82 17:03:20 Removing intermediate container 473d0df46d18 17:03:20 ---> b5e4f314301e 17:03:20 17:03:20 Step 10/23 : FROM alpine:3.12 17:03:20 ---> d10569e2745f 17:03:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:03:20 ---> Using cache 17:03:20 ---> 2df732fb0a27 17:03:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:03:20 ---> Using cache 17:03:20 ---> fa51924b35c8 17:03:20 Step 13/23 : ENV APP_PORT=48081 17:03:21 ---> Running in 637245683d58 17:03:21 Removing intermediate container a9e0f302ec82 17:03:21 ---> 42a62f5ef640 17:03:21 Step 24/24 : LABEL version=0.0.0 17:03:21 ---> Running in 89fefb54b9a2 17:03:21 ---> ac3dcdddd833 17:03:21 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:03:21 Removing intermediate container 637245683d58 17:03:21 ---> 6e26b7872103 17:03:21 Step 14/23 : EXPOSE $APP_PORT 17:03:21 ---> Running in 33e8298127d1 17:03:22 Removing intermediate container 89fefb54b9a2 17:03:22 ---> d4f9b7c40764 17:03:22 17:03:22 Removing intermediate container 2f2bb4c379da 17:03:22 ---> ecae85a4ac94 17:03:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:03:22 ---> Running in a8a7a999f755 17:03:22 Successfully built d4f9b7c40764 17:03:22 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:03:22  Building docker-security-secretstore-setup-go ... done Removing intermediate container 33e8298127d1 17:03:22 ---> 56f972b5062b 17:03:22 Step 15/23 : WORKDIR / 17:03:22 ---> 337eeb7210bd 17:03:22 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:03:23 ---> Running in 7d4717377929 17:03:23 ---> Running in a3f62b9e007a 17:03:23 Removing intermediate container a8a7a999f755 17:03:23 ---> 60c26fb32904 17:03:23 Step 13/22 : ENV APP_PORT=48060 17:03:23 ---> Running in c4356fe0f113 17:03:23 Removing intermediate container a3f62b9e007a 17:03:23 ---> 3e83a604059f 17:03:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:03:23 Removing intermediate container 7d4717377929 17:03:23 ---> 3f24b7fae9d3 17:03:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:03:24 Removing intermediate container c4356fe0f113 17:03:24 ---> a1e538194f70 17:03:24 Step 14/22 : EXPOSE $APP_PORT 17:03:24 ---> Running in 33c6a16ce7e2 17:03:24 ---> 14c6e5b38740 17:03:24 Step 26/31 : RUN chmod +x /entrypoint.sh 17:03:24 ---> 43139d54eb59 17:03:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:03:25 ---> Running in 3638f32f0f01 17:03:25 Removing intermediate container 33c6a16ce7e2 17:03:25 ---> 5d0d80d49cc3 17:03:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:03:26 ---> ada9fb3b9a87 17:03:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:03:26 ---> 9d035b534fb0 17:03:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:03:27 ---> ed2212bb5ab4 17:03:27 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:03:28 ---> Running in c2d3231ee9ac 17:03:28 ---> 5a1f8c4d0323 17:03:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:03:28 Removing intermediate container 3638f32f0f01 17:03:28 ---> 07aaffc16119 17:03:28 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:03:28 ---> Running in 999cd54e8a44 17:03:28 Removing intermediate container c2d3231ee9ac 17:03:28 ---> 8a46e52b9338 17:03:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:03:28 ---> Running in c76a038889ac 17:03:29 ---> d84cd7db42f5 17:03:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:03:29 Removing intermediate container 999cd54e8a44 17:03:29 ---> 0ee357d7e951 17:03:29 Step 28/31 : CMD ["gate"] 17:03:29 ---> Running in 396b8cf27179 17:03:29 Removing intermediate container c76a038889ac 17:03:29 ---> e1f71481e4b2 17:03:29 Step 21/23 : LABEL arch=arm64 17:03:30 ---> Running in 5d27f9386f53 17:03:30 ---> Running in 3fe6aeda67e0 17:03:30 Removing intermediate container 396b8cf27179 17:03:30 ---> a3d2d202c20a 17:03:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:03:30 ---> Running in 3e1cb1597652 17:03:30 Removing intermediate container 3fe6aeda67e0 17:03:30 ---> d590231b2bb3 17:03:30 Step 22/23 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 17:03:30 Removing intermediate container 5d27f9386f53 17:03:30 ---> dfd765723cc4 17:03:30 Step 29/31 : LABEL arch=arm64 17:03:30 ---> Running in cc9540448d3e 17:03:31 ---> Running in e8451736c20a 17:03:31 Removing intermediate container 3e1cb1597652 17:03:31 ---> 65fe23effcb3 17:03:31 Step 20/22 : LABEL arch=arm64 17:03:31 Removing intermediate container cc9540448d3e 17:03:31 ---> 4e45142bd20c 17:03:31 Step 23/23 : LABEL version=0.0.0 17:03:31 ---> Running in 536e9e508e22 17:03:31 ---> Running in 0884d0c8fbb3 17:03:31 Removing intermediate container e8451736c20a 17:03:31 ---> 1f7d052ab148 17:03:31 Step 30/31 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 17:03:32 Removing intermediate container 536e9e508e22 17:03:32 ---> 8e094f5e4293 17:03:32 Step 21/22 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 17:03:32 ---> Running in 3215902891a8 17:03:32 ---> Running in 459e61e96ed3 17:03:32 Removing intermediate container 0884d0c8fbb3 17:03:32 ---> 6b80f0992bde 17:03:32 17:03:32 Successfully built 6b80f0992bde 17:03:32 Successfully tagged docker-core-metadata-go-arm64:latest 17:03:32  Building docker-core-metadata-go ... done Removing intermediate container 3215902891a8 17:03:32 ---> 830a51f11595 17:03:32 Step 22/22 : LABEL version=0.0.0 17:03:32 Removing intermediate container 459e61e96ed3 17:03:32 ---> 530b3095d565 17:03:32 Step 31/31 : LABEL version=0.0.0 17:03:33 ---> Running in 31b037893344 17:03:33 ---> Running in 5a05731cecc9 17:03:33 Removing intermediate container 31b037893344 17:03:33 ---> 1eb64edeb750 17:03:33 17:03:34 Removing intermediate container 5a05731cecc9 17:03:34 ---> bff9d44a589e 17:03:34 17:03:34 Successfully built 1eb64edeb750 17:03:34 Successfully tagged docker-support-notifications-go-arm64:latest 17:03:34  Building docker-support-notifications-go ... done Successfully built bff9d44a589e 17:03:34 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:03:35  Building docker-security-bootstrapper-go ... done  [Pipeline] } 17:03:35 $ docker stop --time=1 7f2416778c03bb4a58186c03b55a0f4069de9cb66fd50f9582a780699018571d 17:03:37 $ docker rm -f 7f2416778c03bb4a58186c03b55a0f4069de9cb66fd50f9582a780699018571d [Pipeline] // withDockerContainer [Pipeline] sh 17:03:37 + + dockergrep images docker 17:03:37 17:03:37 docker-security-bootstrapper-go-arm64 latest bff9d44a589e 4 seconds ago 17.8MB 17:03:37 docker-support-notifications-go-arm64 latest 1eb64edeb750 4 seconds ago 16.9MB 17:03:37 docker-core-metadata-go-arm64 latest 6b80f0992bde 6 seconds ago 17.9MB 17:03:37 docker-security-secretstore-setup-go-arm64 latest d4f9b7c40764 16 seconds ago 23.7MB 17:03:37 docker-sys-mgmt-agent-go-arm64 latest 66cdd1d42592 About a minute ago 300MB 17:03:37 docker-core-data-go-arm64 latest 2697dbf2fba0 3 minutes ago 21.3MB 17:03:37 docker-core-command-go-arm64 latest 8a0cb3d439e2 3 minutes ago 16.2MB 17:03:37 docker-support-scheduler-go-arm64 latest e68f3d2ca153 3 minutes ago 16.3MB 17:03:37 docker-security-proxy-setup-go-arm64 latest dff23665f2f2 3 minutes ago 23.4MB 17:03:37 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 Post stage [Pipeline] libraryResource [Pipeline] sh 17:03:38 ---> job-cost.sh 17:03:38 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rqZ9 17:04:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:06:12 lf-activate-venv(): INFO: Adding /tmp/venv-rqZ9/bin to PATH 17:06:12 INFO: No Stack... 17:06:12 INFO: Retrieving Pricing Info for: lf-standard-4 17:06:13 INFO: Archiving Costs [Pipeline] sh 17:06:13 + cut -d, -f6 17:06:13 + cat /w/workspace/edgex-go/4/archives/cost.csv [Pipeline] lock 17:06:13 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-4-stack-cost] 17:06:13 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-4-stack-cost] did not exist. Created. 17:06:13 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:06:13 + echo total: 0.20999999344348907 [Pipeline] stash 17:06:14 Stashed 1 file(s) [Pipeline] } 17:06:14 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-4-stack-cost] [Pipeline] // lock [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 17:06:15 provisioning config files... 17:06:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config8784403821144209390tmp [Pipeline] { [Pipeline] sh 17:06:15 + set +x 17:06:15 + curl -s https://codecov.io/bash 17:06:15 + bash -s -- 17:06:16 17:06:16 _____ _ 17:06:16 / ____| | | 17:06:16 | | ___ __| | ___ ___ _____ __ 17:06:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:06:16 | |___| (_) | (_| | __/ (_| (_) \ V / 17:06:16 \_____\___/ \__,_|\___|\___\___/ \_/ 17:06:16 Bash-20210309-2b87ace 17:06:16 17:06:16 17:06:16 ==> git version 2.24.3 found 17:06:16 ==> 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 17:06:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:06:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:06:16 ==> Jenkins CI detected. 17:06:16 project root: . 17:06:16 --> token set from env 17:06:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:06:16 ==> Running gcov in . (disable via -X gcov) 17:06:16 ==> Python coveragepy not found 17:06:16 ==> Searching for coverage reports in: 17:06:16 + . 17:06:16 -> Found 1 reports 17:06:16 ==> Detecting git/mercurial file structure 17:06:16 ==> Reading reports 17:06:16 + ./coverage.out bytes=624012 17:06:16 ==> Appending adjustments 17:06:16 https://docs.codecov.io/docs/fixing-reports 17:06:20 + Found adjustments 17:06:20 ==> Gzipping contents 17:06:20 92K /tmp/codecov.ufn1ap.gz 17:06:20 ==> Uploading reports 17:06:20 url: https://codecov.io 17:06:20 query: branch=PR-3234&commit=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 17:06:20 -> Pinging Codecov 17:06:20 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 17:06:20 -> Uploading to 17:06:20 https://storage.googleapis.com/codecov/v4/raw/2021-03-09/00271124DB129430A58F1EEE437C3FCB/f1d7c75cd9bc9fc114bc9d290989d3e93ee97497/c4c734f1-4428-4f68-9a1d-1979d175c761.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210309T170620Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c30e29eef3b7e3c31baf69f1d984ceb30aa8c11bae9c1d2d183ac3549a2abaf6 17:06:20 % Total % Received % Xferd Average Speed Time Time Time Current 17:06:20 Dload Upload Total Spent Left Speed 17:06:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92362 0 0 100 92362 0 167k --:--:-- --:--:-- --:--:-- 168k 17:06:21 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [Pipeline] } 17:06:21 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] { (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 17:06:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:06:23 ---> package-listing.sh 17:06:23 ++ facter osfamily 17:06:23 ++ tr '[:upper:]' '[:lower:]' 17:06:23 + OS_FAMILY=redhat 17:06:23 + workspace=/w/workspace/edgex-go/4 17:06:23 + START_PACKAGES=/tmp/packages_start.txt 17:06:23 + END_PACKAGES=/tmp/packages_end.txt 17:06:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:06:23 + PACKAGES=/tmp/packages_start.txt 17:06:23 + '[' /w/workspace/edgex-go/4 ']' 17:06:23 + PACKAGES=/tmp/packages_end.txt 17:06:23 + case "${OS_FAMILY}" in 17:06:23 + rpm -qa 17:06:23 + sort 17:06:29 + '[' -f /tmp/packages_start.txt ']' 17:06:29 + '[' -f /tmp/packages_end.txt ']' 17:06:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:06:29 + '[' /w/workspace/edgex-go/4 ']' 17:06:29 + mkdir -p /w/workspace/edgex-go/4/archives/ 17:06:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 17:06:29 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 17:06:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:06:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:06:29 17:06:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:06:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:06:30 alpine: Pulling from edgex-lftools-log-publisher 17:06:30 df20fa9351a1: Pulling fs layer 17:06:30 36b3adc4ff6f: Pulling fs layer 17:06:30 8ad3a11d3b57: Pulling fs layer 17:06:30 46f8f816bc3b: Pulling fs layer 17:06:30 93b61091891f: Pulling fs layer 17:06:30 93b9cdb0e59b: Pulling fs layer 17:06:30 5e14af77c1be: Pulling fs layer 17:06:30 01666e4c0597: Pulling fs layer 17:06:30 aa168da1d23b: Pulling fs layer 17:06:30 46f8f816bc3b: Waiting 17:06:30 93b9cdb0e59b: Waiting 17:06:30 93b61091891f: Waiting 17:06:30 5e14af77c1be: Waiting 17:06:30 aa168da1d23b: Waiting 17:06:30 01666e4c0597: Waiting 17:06:30 36b3adc4ff6f: Verifying Checksum 17:06:30 36b3adc4ff6f: Download complete 17:06:30 46f8f816bc3b: Verifying Checksum 17:06:30 46f8f816bc3b: Download complete 17:06:30 df20fa9351a1: Download complete 17:06:30 93b9cdb0e59b: Verifying Checksum 17:06:30 93b9cdb0e59b: Download complete 17:06:30 5e14af77c1be: Verifying Checksum 17:06:30 5e14af77c1be: Download complete 17:06:30 93b61091891f: Verifying Checksum 17:06:30 93b61091891f: Download complete 17:06:30 01666e4c0597: Verifying Checksum 17:06:30 01666e4c0597: Download complete 17:06:30 8ad3a11d3b57: Verifying Checksum 17:06:30 8ad3a11d3b57: Download complete 17:06:30 df20fa9351a1: Pull complete 17:06:31 36b3adc4ff6f: Pull complete 17:06:32 aa168da1d23b: Verifying Checksum 17:06:32 aa168da1d23b: Download complete 17:06:34 8ad3a11d3b57: Pull complete 17:06:34 46f8f816bc3b: Pull complete 17:06:35 93b61091891f: Pull complete 17:06:35 93b9cdb0e59b: Pull complete 17:06:35 5e14af77c1be: Pull complete 17:06:36 01666e4c0597: Pull complete 17:06:46 aa168da1d23b: Pull complete 17:06:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:06:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:06:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:06:46 prd-centos7-docker-4c-2g-29155 does not seem to be running inside a container 17:06:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:06:50 $ docker top 8a88a1d8146d54794c4593efeae2e3dc3248607d254df598885321418126165b -eo pid,comm [Pipeline] { [Pipeline] sh 17:06:51 + touch /tmp/pre-build-complete [Pipeline] sh 17:06:51 + mkdir -p /var/log/sa [Pipeline] sh 17:06:51 + ls /var/log/sa-host 17:06:51 + sadf -c /var/log/sa-host/sa09 17:06:51 file_magic: OK 17:06:51 HZ: Using current value: 100 17:06:51 file_header: OK 17:06:51 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 17:06:51 Statistics: 17:06:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:06:51 File successfully converted to sysstat format version 12.2.1 17:06:51 + sadf -c /var/log/sa-host/sa23 17:06:51 file_magic: OK 17:06:51 HZ: Using current value: 100 17:06:51 file_header: OK 17:06:51 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 17:06:51 Statistics: 17:06:51 Hnuu...uuuununununu... 17:06:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:06:52 provisioning config files... 17:06:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7430650174093809187tmp [Pipeline] { [Pipeline] echo 17:06:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:06:52 ---> create-netrc.sh [Pipeline] } 17:06:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:06:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:06:52 ---> python-tools-install.sh [Pipeline] echo 17:06:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:06:53 ---> sudo-logs.sh 17:06:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:06:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:06:53 ---> job-cost.sh 17:06:53 lf-activate-venv: SKIPPING 17:06:53 DEBUG: total: 0.20999999344348907 17:06:53 INFO: Retrieving Stack Cost... 17:06:54 INFO: Retrieving Pricing Info for: v1-standard-2 17:06:55 INFO: Archiving Costs [Pipeline] echo 17:06:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:06:55 ---> logs-deploy.sh 17:06:55 lf-activate-venv: SKIPPING 17:06:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/4 17:06:55 INFO: archiving workspace using pattern(s): 17:06:57 Archives upload complete. 17:06:57 INFO: archiving logs to Nexus