Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac+62a248a5b0afc117ade2468f75438786c02ce52d (768ea15ee09bde9173c5d30499b62d7adf052675) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25836’ Running on prd-centos7-docker-4c-2g-25839 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac Merge succeeded, producing 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac Checking out Revision 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac (PR-3113) > git config core.sparsecheckout # timeout=10 > git checkout -f 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # 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 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:59:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:59:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:59:55 ========================================================= 19:59:55 EdgeX Global Pipelines Version Info 19:59:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c467df140a890797de24ea0a8c39f091848f634e # timeout=10 19:59:57 ------------------- 19:59:57 stable info: 19:59:57 ------------------- 19:59:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:59:57 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 19:59:57 Message: update stable to v1.0.179 19:59:57 ------------------- 19:59:57 experimental info: 19:59:57 ------------------- 19:59:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:59:57 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 19:59:57 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:59:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:59:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:59:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:59:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:59:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:59:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:59:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:59:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:59:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:59:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:59:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:59:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:59:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:59:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:59:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:59:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:59:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:59:59 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:00:00 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:00:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo 20:00:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo 20:00:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo 20:00:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [Pipeline] echo 20:00:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 82e3a62 [Pipeline] echo 20:00:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:00:00 provisioning config files... 20:00:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config7552758740800781941tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:00:01 ---> docker-login.sh 20:00:01 nexus3.edgexfoundry.org:10001 20:00:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:01 Configure a credential helper to remove this warning. See 20:00:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:01 20:00:01 Login Succeeded 20:00:01 nexus3.edgexfoundry.org:10002 20:00:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:02 Configure a credential helper to remove this warning. See 20:00:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:02 20:00:02 Login Succeeded 20:00:02 nexus3.edgexfoundry.org:10003 20:00:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:02 Configure a credential helper to remove this warning. See 20:00:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:02 20:00:02 Login Succeeded 20:00:02 nexus3.edgexfoundry.org:10004 20:00:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:02 Configure a credential helper to remove this warning. See 20:00:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:02 20:00:02 Login Succeeded 20:00:02 docker.io 20:00:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:03 Configure a credential helper to remove this warning. See 20:00:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:03 20:00:03 Login Succeeded 20:00:03 ---> docker-login.sh ends [Pipeline] } 20:00:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:00:03 ++ 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 20:00:03 + for file in '`ls cmd/**/Dockerfile`' 20:00:03 ++ dirname cmd/core-command/Dockerfile 20:00:03 ++ cut -d/ -f2 20:00:03 + echo core-command,cmd/core-command/Dockerfile 20:00:03 + for file in '`ls cmd/**/Dockerfile`' 20:00:03 ++ dirname cmd/core-data/Dockerfile 20:00:03 ++ cut -d/ -f2 20:00:03 + echo core-data,cmd/core-data/Dockerfile 20:00:03 + for file in '`ls cmd/**/Dockerfile`' 20:00:03 ++ dirname cmd/core-metadata/Dockerfile 20:00:03 ++ cut -d/ -f2 20:00:03 + echo core-metadata,cmd/core-metadata/Dockerfile 20:00:03 + for file in '`ls cmd/**/Dockerfile`' 20:00:03 ++ dirname cmd/security-bootstrapper/Dockerfile 20:00:03 ++ cut -d/ -f2 20:00:03 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:00:03 + for file in '`ls cmd/**/Dockerfile`' 20:00:03 ++ dirname cmd/security-proxy-setup/Dockerfile 20:00:03 ++ cut -d/ -f2 20:00:03 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:00:03 + for file in '`ls cmd/**/Dockerfile`' 20:00:03 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:00:03 ++ cut -d/ -f2 20:00:03 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:00:03 + for file in '`ls cmd/**/Dockerfile`' 20:00:03 ++ dirname cmd/support-notifications/Dockerfile 20:00:03 ++ cut -d/ -f2 20:00:03 + echo support-notifications,cmd/support-notifications/Dockerfile 20:00:03 + for file in '`ls cmd/**/Dockerfile`' 20:00:03 ++ dirname cmd/support-scheduler/Dockerfile 20:00:03 ++ cut -d/ -f2 20:00:03 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:00:03 + for file in '`ls cmd/**/Dockerfile`' 20:00:03 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:00:03 ++ cut -d/ -f2 20:00:03 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:00:03 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 20:00:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:00:04 20:00:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:00:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:00:05 latest: Pulling from edgex-devops/git-semver 20:00:05 31603596830f: Pulling fs layer 20:00:05 2a8b12db71e7: Pulling fs layer 20:00:05 6ca5941a6612: Pulling fs layer 20:00:05 ecc8261a40a4: Pulling fs layer 20:00:05 ecc8261a40a4: Waiting 20:00:05 2a8b12db71e7: Verifying Checksum 20:00:05 2a8b12db71e7: Download complete 20:00:05 31603596830f: Verifying Checksum 20:00:05 31603596830f: Download complete 20:00:05 ecc8261a40a4: Verifying Checksum 20:00:05 ecc8261a40a4: Download complete 20:00:05 6ca5941a6612: Verifying Checksum 20:00:05 6ca5941a6612: Download complete 20:00:05 31603596830f: Pull complete 20:00:05 2a8b12db71e7: Pull complete 20:00:06 6ca5941a6612: Pull complete 20:00:06 ecc8261a40a4: Pull complete 20:00:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:00:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:00:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:00:07 prd-centos7-docker-4c-2g-25839 does not seem to be running inside a container 20:00:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:00:09 $ docker top f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:00:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:00:10 [ssh-agent] Looking for ssh-agent implementation... 20:00:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:00:10 $ docker exec f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 ssh-agent 20:00:10 SSH_AUTH_SOCK=/tmp/ssh-e1iNzez2Cmj6/agent.11 20:00:10 SSH_AGENT_PID=17 20:00:10 Running ssh-add (command line suppressed) 20:00:10 Identity added: /w/workspace/edgex-go/19@tmp/private_key_5368945444411388807.key (/w/workspace/edgex-go/19@tmp/private_key_5368945444411388807.key) 20:00:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:00:11 + git tag --points-at HEAD [Pipeline] } 20:00:11 $ docker exec --env ******** --env ******** f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 ssh-agent -k 20:00:11 unset SSH_AUTH_SOCK; 20:00:11 unset SSH_AGENT_PID; 20:00:11 echo Agent pid 17 killed; 20:00:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:00:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:00:11 [ssh-agent] Looking for ssh-agent implementation... 20:00:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:00:12 $ docker exec f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 ssh-agent 20:00:12 SSH_AUTH_SOCK=/tmp/ssh-GA8AWT9BEJ1J/agent.48 20:00:12 SSH_AGENT_PID=54 20:00:12 Running ssh-add (command line suppressed) 20:00:12 Identity added: /w/workspace/edgex-go/19@tmp/private_key_503565041490790669.key (/w/workspace/edgex-go/19@tmp/private_key_503565041490790669.key) 20:00:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:00:12 + git semver init 20:00:12 # -> Open(): unable to determine branch for HEAD 20:00:12 # $GIT_DIR = /w/workspace/edgex-go/19/.git 20:00:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/19 20:00:12 # $SEMVER_REMOTE_NAME = origin 20:00:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:00:12 # $SEMVER_USER_NAME = edgex-jenkins 20:00:12 # $SEMVER_BRANCH = PR-3113 20:00:12 # $SEMVER_TEMP = /tmp/semver-262030906 20:00:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:00:45 # '/tmp/semver-262030906' -> '/w/workspace/edgex-go/19/.semver' 20:00:45 # -> Force: false 20:00:45 # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } 20:00:45 $ docker exec --env ******** --env ******** f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 ssh-agent -k 20:00:45 unset SSH_AUTH_SOCK; 20:00:45 unset SSH_AGENT_PID; 20:00:45 echo Agent pid 54 killed; 20:00:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:00:46 + git semver [Pipeline] } 20:00:46 $ docker stop --time=1 f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 20:00:48 $ docker rm -f f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 [Pipeline] // withDockerContainer [Pipeline] sh 20:00:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:00:49 Stashed 1 file(s) [Pipeline] echo 20:00:49 [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 20:00:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:00:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:00:50 + sudo service docker restart 20:00:50 + true 20:00:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:00:51 ========================================================= 20:00:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:00:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:00:51 + 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 . 20:00:56 Sending build context to Docker daemon 327.8MB 20:00:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:00:56 Step 2/6 : FROM ${BASE} 20:00:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:00:56 188c0c94c7c5: Pulling fs layer 20:00:56 0ef7d3d256c8: Pulling fs layer 20:00:56 de9db76c5a1d: Pulling fs layer 20:00:56 bca2f99d35d6: Pulling fs layer 20:00:56 93359f2a8cfa: Pulling fs layer 20:00:56 bca2f99d35d6: Waiting 20:00:56 7c6f9722023f: Pulling fs layer 20:00:56 a35cf1a2eb13: Pulling fs layer 20:00:56 93359f2a8cfa: Waiting 20:00:56 a35cf1a2eb13: Waiting 20:00:56 7c6f9722023f: Waiting 20:00:56 de9db76c5a1d: Verifying Checksum 20:00:56 de9db76c5a1d: Download complete 20:00:56 0ef7d3d256c8: Verifying Checksum 20:00:56 0ef7d3d256c8: Download complete 20:00:56 93359f2a8cfa: Verifying Checksum 20:00:56 93359f2a8cfa: Download complete 20:00:56 188c0c94c7c5: Verifying Checksum 20:00:56 188c0c94c7c5: Download complete 20:00:56 7c6f9722023f: Verifying Checksum 20:00:56 7c6f9722023f: Download complete 20:00:56 188c0c94c7c5: Pull complete 20:00:56 0ef7d3d256c8: Pull complete 20:00:56 de9db76c5a1d: Pull complete 20:00:59 bca2f99d35d6: Verifying Checksum 20:00:59 bca2f99d35d6: Download complete 20:00:59 a35cf1a2eb13: Verifying Checksum 20:00:59 a35cf1a2eb13: Download complete 20:01:04 Still waiting to schedule task 20:01:04 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25841’ 20:01:06 bca2f99d35d6: Pull complete 20:01:06 93359f2a8cfa: Pull complete 20:01:06 7c6f9722023f: Pull complete 20:01:10 a35cf1a2eb13: Pull complete 20:01:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:01:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:01:10 ---> a62c8e92a672 20:01:10 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 20:01:10 ---> Running in 01e0e67d5df7 20:01:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:01:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:01:12 (1/12) Installing libmagic (5.38-r0) 20:01:12 (2/12) Installing file (5.38-r0) 20:01:12 (3/12) Installing libc-dev (0.7.2-r3) 20:01:12 (4/12) Installing g++ (9.3.0-r2) 20:01:27 (5/12) Installing fortify-headers (1.1-r0) 20:01:27 (6/12) Installing patch (2.7.6-r6) 20:01:27 (7/12) Installing build-base (0.5-r2) 20:01:27 (8/12) Installing libsodium (1.0.18-r0) 20:01:27 (9/12) Installing pkgconf (1.7.2-r0) 20:01:27 (10/12) Installing libsodium-dev (1.0.18-r0) 20:01:27 (11/12) Installing libzmq (4.3.3-r0) 20:01:27 (12/12) Installing zeromq-dev (4.3.3-r0) 20:01:27 Executing busybox-1.31.1-r19.trigger 20:01:27 OK: 233 MiB in 51 packages 20:01:29 Removing intermediate container 01e0e67d5df7 20:01:29 ---> cff39573cc7d 20:01:29 Step 4/6 : WORKDIR /edgex-go 20:01:30 ---> Running in 1e6c74d18883 20:01:30 Removing intermediate container 1e6c74d18883 20:01:30 ---> 48fd48415ed5 20:01:30 Step 5/6 : COPY go.mod . 20:01:30 ---> 2f597b880b1c 20:01:30 Step 6/6 : RUN go mod download 20:01:30 ---> Running in f44ffb7bf4af 20:01:52 Removing intermediate container f44ffb7bf4af 20:01:52 ---> bc8310b412de 20:01:52 Successfully built bc8310b412de 20:01:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:01:52 + docker inspect -f . ci-base-image-x86_64 20:01:52 . [Pipeline] withDockerContainer 20:01:53 prd-centos7-docker-4c-2g-25839 does not seem to be running inside a container 20:01:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:01:54 $ docker top c8771cc59bdcb2d3b23b7ea8e4a8b3eabfc027b72f6cf21efbc4fe72fe805944 -eo pid,comm [Pipeline] { [Pipeline] sh 20:01:54 + go version 20:01:54 go version go1.15.5 linux/amd64 [Pipeline] } 20:01:54 $ docker stop --time=1 c8771cc59bdcb2d3b23b7ea8e4a8b3eabfc027b72f6cf21efbc4fe72fe805944 20:01:57 $ docker rm -f c8771cc59bdcb2d3b23b7ea8e4a8b3eabfc027b72f6cf21efbc4fe72fe805944 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:01:57 + docker inspect -f . ci-base-image-x86_64 20:01:57 . [Pipeline] withDockerContainer 20:01:57 prd-centos7-docker-4c-2g-25839 does not seem to be running inside a container 20:01:57 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:01:58 $ docker top 8f5a98d94acf4167ca337fe3eeeb083c522c1a08fd3f3c95b9956da100103015 -eo pid,comm [Pipeline] { [Pipeline] echo 20:01:59 ========================================================= 20:01:59 [edgeXBuildGoParallel] Running Tests and Build... 20:01:59 ========================================================= [Pipeline] sh 20:01:59 + make test 20:01:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:02:09 ? github.com/edgexfoundry/edgex-go [no test files] 20:02:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:02:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:02:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:02:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:02:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:02:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:02:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:02:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:02:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:02:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:02:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:02:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:02:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:02:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.132s coverage: 45.9% of statements 20:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 20:02:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.087s coverage: 100.0% of statements 20:02:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:02:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:02:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:02:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.079s coverage: 65.8% of statements 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:02:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.136s coverage: 82.3% of statements 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements 20:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements 20:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 20:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements 20:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements 20:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 20:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:02:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.514s coverage: 92.8% of statements 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:02:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:02:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.1% of statements 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:02:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:02:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 45.5% of statements 20:02:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 79.5% of statements 20:02:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements 20:02:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements 20:02:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 20:03:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements 20:03:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements 20:03:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25844 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 20:03:15 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.087s coverage: 92.9% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 77.8% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.448s coverage: 68.9% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 37.0% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.318s coverage: 84.0% of statements 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.166s coverage: 47.0% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.115s coverage: 89.4% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.816s coverage: 29.1% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.067s coverage: 100.0% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 20:03:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 20:03:15 GO111MODULE=on go vet ./... 20:03:20 using credential edgex-jenkins-ssh 20:03:20 Cloning the remote Git repository 20:03:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:03:21 > git init /w/workspace/edgex-go/19 # timeout=10 20:03:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:03:21 > git --version # timeout=10 20:03:21 > git --version # 'git version 2.17.1' 20:03:21 using GIT_SSH to set credentials SSH Credentials for GitHub 20:03:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:03:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:03:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:03:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:03:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:03:39 using GIT_SSH to set credentials SSH Credentials for GitHub 20:03:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:03:40 Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:03:40 Merge succeeded, producing 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:03:40 Checking out Revision 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac (PR-3113) 20:03:40 > git config core.sparsecheckout # timeout=10 20:03:40 > git checkout -f 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # timeout=10 20:03:40 > git remote # timeout=10 20:03:40 > git config --get remote.origin.url # timeout=10 20:03:40 using GIT_SSH to set credentials SSH Credentials for GitHub 20:03:40 > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 20:03:40 > git rev-parse HEAD^{commit} # timeout=10 20:03:40 > git config core.sparsecheckout # timeout=10 20:03:40 > git checkout -f 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # timeout=10 20:03:45 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:03:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:03:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:03:47 + + truesudo 20:03:47 service docker restart 20:03:48 gofmt -l . 20:03:48 [ "`gofmt -l .`" = "" ] 20:03:48 ./bin/test-go-mod-tidy.sh 20:03:48 ./bin/test-attribution-txt.sh [Pipeline] sh 20:03:48 + ls -al . 20:03:48 total 700 20:03:48 drwxrwxr-x 10 1001 1001 4096 Feb 9 20:03 . 20:03:48 drwxr-xr-x 4 root root 30 Feb 9 20:01 .. 20:03:48 -rw-rw-r-- 1 1001 1001 11 Feb 9 19:59 .dockerignore 20:03:48 drwxrwxr-x 8 1001 1001 179 Feb 9 19:59 .git 20:03:48 drwxrwxr-x 3 1001 1001 125 Feb 9 19:59 .github 20:03:48 -rw-rw-r-- 1 1001 1001 818 Feb 9 19:59 .gitignore 20:03:48 drwx------ 3 1001 1001 60 Feb 9 20:00 .semver 20:03:48 -rw-rw-r-- 1 1001 1001 166 Feb 9 19:59 .sonarcloud.properties 20:03:48 -rw-rw-r-- 1 1001 1001 7859 Feb 9 19:59 Attribution.txt 20:03:48 -rw-rw-r-- 1 1001 1001 3804 Feb 9 19:59 CONTRIBUTING.md 20:03:48 -rw-rw-r-- 1 1001 1001 931 Feb 9 19:59 Dockerfile.build 20:03:48 -rw-rw-r-- 1 1001 1001 863 Feb 9 19:59 Jenkinsfile 20:03:48 -rw-rw-r-- 1 1001 1001 10775 Feb 9 19:59 LICENSE 20:03:48 -rw-rw-r-- 1 1001 1001 5774 Feb 9 19:59 Makefile 20:03:48 -rw-rw-r-- 1 1001 1001 6524 Feb 9 19:59 README.md 20:03:48 -rw-rw-r-- 1 1001 1001 6755 Feb 9 19:59 SECURITY.md 20:03:48 -rw-rw-r-- 1 1001 1001 5 Feb 9 20:00 VERSION 20:03:48 -rw-rw-r-- 1 1001 1001 4131 Feb 9 19:59 ZMQWindows.md 20:03:48 drwxrwxr-x 2 1001 1001 117 Feb 9 19:59 bin 20:03:48 drwxrwxr-x 14 1001 1001 4096 Feb 9 19:59 cmd 20:03:48 -rw-r--r-- 1 root root 594557 Feb 9 20:03 coverage.out 20:03:48 -rw-r--r-- 1 root root 1054 Feb 9 20:03 go.mod 20:03:48 -rw-r--r-- 1 root root 19290 Feb 9 20:03 go.sum 20:03:48 drwxrwxr-x 8 1001 1001 127 Feb 9 19:59 internal 20:03:48 drwxrwxr-x 4 1001 1001 26 Feb 9 19:59 openapi 20:03:48 drwxrwxr-x 4 1001 1001 71 Feb 9 19:59 snap 20:03:48 -rw-rw-r-- 1 1001 1001 168 Feb 9 19:59 version.go [Pipeline] sh 20:03:49 + '[' -e coverage.out ] 20:03:49 + chown 1001:1001 coverage.out [Pipeline] stash 20:03:49 Stashed 1 file(s) [Pipeline] sh 20:03:49 + make build 20:03:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:03:50 provisioning config files... 20:03:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config3088387968906298856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:03:50 ---> docker-login.sh 20:03:50 nexus3.edgexfoundry.org:10001 20:03:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:51 Configure a credential helper to remove this warning. See 20:03:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:51 20:03:51 Login Succeeded 20:03:51 nexus3.edgexfoundry.org:10002 20:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:52 Configure a credential helper to remove this warning. See 20:03:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:52 20:03:52 Login Succeeded 20:03:52 nexus3.edgexfoundry.org:10003 20:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:52 Configure a credential helper to remove this warning. See 20:03:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:52 20:03:52 Login Succeeded 20:03:52 nexus3.edgexfoundry.org:10004 20:03:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:53 Configure a credential helper to remove this warning. See 20:03:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:53 20:03:53 Login Succeeded 20:03:53 docker.io 20:03:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:54 Configure a credential helper to remove this warning. See 20:03:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:54 20:03:54 Login Succeeded 20:03:54 ---> docker-login.sh ends [Pipeline] } 20:03:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:03:54 ========================================================= 20:03:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:03:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:03:55 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 20:03:55 + 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 . 20:03:57 Sending build context to Docker daemon 166.3MB 20:03:57 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:03:57 Step 2/6 : FROM ${BASE} 20:03:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:03:57 5f621e34cdf4: Pulling fs layer 20:03:57 a4357932f1b6: Pulling fs layer 20:03:57 18c013af1878: Pulling fs layer 20:03:57 00ac8860ef70: Pulling fs layer 20:03:57 63d7cb157983: Pulling fs layer 20:03:57 b116817d02f9: Pulling fs layer 20:03:57 745a02a5169b: Pulling fs layer 20:03:57 00ac8860ef70: Waiting 20:03:57 63d7cb157983: Waiting 20:03:57 b116817d02f9: Waiting 20:03:57 745a02a5169b: Waiting 20:03:58 18c013af1878: Download complete 20:03:58 a4357932f1b6: Verifying Checksum 20:03:58 a4357932f1b6: Download complete 20:03:58 63d7cb157983: Verifying Checksum 20:03:58 63d7cb157983: Download complete 20:03:58 b116817d02f9: Verifying Checksum 20:03:58 b116817d02f9: Download complete 20:03:58 5f621e34cdf4: Verifying Checksum 20:03:58 5f621e34cdf4: Download complete 20:03:58 5f621e34cdf4: Pull complete 20:03:59 a4357932f1b6: Pull complete 20:03:59 18c013af1878: Pull complete 20:04:00 745a02a5169b: Verifying Checksum 20:04:00 745a02a5169b: Download complete 20:04:02 00ac8860ef70: Verifying Checksum 20:04:02 00ac8860ef70: Download complete 20:04:03 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 20:04:04 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 20:04:05 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 20:04:06 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 20:04: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 20:04:09 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 20:04: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 20:04:11 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 20:04:12 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 20:04:12 00ac8860ef70: Pull complete 20:04:12 63d7cb157983: Pull complete 20:04:13 b116817d02f9: Pull complete 20:04:14 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] } 20:04:16 $ docker stop --time=1 8f5a98d94acf4167ca337fe3eeeb083c522c1a08fd3f3c95b9956da100103015 20:04:17 745a02a5169b: Pull complete 20:04:17 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:04:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:04:17 ---> b7e6874047d6 20:04:17 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 20:04:18 $ docker rm -f 8f5a98d94acf4167ca337fe3eeeb083c522c1a08fd3f3c95b9956da100103015 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:04:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:04:20 20:04:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:04:21 ---> Running in d57f91c00811 20:04:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:04:21 latest: Pulling from edgex-devops/edgex-compose 20:04:21 cbdbe7a5bc2a: Pulling fs layer 20:04:21 ca9280d653b3: Pulling fs layer 20:04:21 7e9c9ca2126c: Pulling fs layer 20:04:21 cbdbe7a5bc2a: Verifying Checksum 20:04:21 cbdbe7a5bc2a: Download complete 20:04:22 cbdbe7a5bc2a: Pull complete 20:04:22 ca9280d653b3: Verifying Checksum 20:04:22 ca9280d653b3: Download complete 20:04:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:04:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:04:23 ca9280d653b3: Pull complete 20:04:23 7e9c9ca2126c: Verifying Checksum 20:04:23 7e9c9ca2126c: Download complete 20:04:24 (1/12) Installing libmagic (5.38-r0) 20:04:24 (2/12) Installing file (5.38-r0) 20:04:24 (3/12) Installing libc-dev (0.7.2-r3) 20:04:24 (4/12) Installing g++ (9.3.0-r2) 20:04:31 7e9c9ca2126c: Pull complete 20:04:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:04:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:04:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:04:32 prd-centos7-docker-4c-2g-25839 does not seem to be running inside a container 20:04:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 20:04:33 $ docker top 3b8990110d461db113c3521f1106188bdca6f915ec53803940262878cd9c90c1 -eo pid,comm [Pipeline] { [Pipeline] sh 20:04:34 + docker-compose build --help 20:04:34 + grep parallel 20:04:34 --parallel Build images in parallel. [Pipeline] } 20:04:34 $ docker stop --time=1 3b8990110d461db113c3521f1106188bdca6f915ec53803940262878cd9c90c1 20:04:36 $ docker rm -f 3b8990110d461db113c3521f1106188bdca6f915ec53803940262878cd9c90c1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:04:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:04:37 . [Pipeline] withDockerContainer 20:04:37 prd-centos7-docker-4c-2g-25839 does not seem to be running inside a container 20:04:37 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:04:38 $ docker top 8e131e6bcd1f09450f205ed37df5340a3adb40a383660f34b4dac94ed90f6fee -eo pid,comm [Pipeline] { [Pipeline] sh 20:04:38 + docker-compose -f ./docker-compose-build.yml build --parallel 20:04:39 (5/12) Installing fortify-headers (1.1-r0) 20:04:39 (6/12) Installing patch (2.7.6-r6) 20:04:39 (7/12) Installing build-base (0.5-r2) 20:04:39 (8/12) Installing libsodium (1.0.18-r0) 20:04:39 (9/12) Installing pkgconf (1.7.2-r0) 20:04:39 (10/12) Installing libsodium-dev (1.0.18-r0) 20:04:39 (11/12) Installing libzmq (4.3.3-r0) 20:04:39 (12/12) Installing zeromq-dev (4.3.3-r0) 20:04:39 Executing busybox-1.31.1-r19.trigger 20:04:39 OK: 217 MiB in 51 packages 20:04:39 Building docker-core-command-go ... 20:04:39 Building docker-core-data-go ... 20:04:39 Building docker-core-metadata-go ... 20:04:39 Building docker-security-bootstrapper-go ... 20:04:39 Building docker-security-proxy-setup-go ... 20:04:39 Building docker-security-secretstore-setup-go ... 20:04:39 Building docker-support-notifications-go ... 20:04:39 Building docker-support-scheduler-go ... 20:04:39 Building docker-sys-mgmt-agent-go ... 20:04:39 Building docker-security-proxy-setup-go 20:04:39 Building docker-core-command-go 20:04:39 Building docker-security-secretstore-setup-go 20:04:39 Building docker-core-data-go 20:04:39 Building docker-security-bootstrapper-go 20:04:44 Removing intermediate container d57f91c00811 20:04:44 ---> dd6335309760 20:04:44 Step 4/6 : WORKDIR /edgex-go 20:04:44 ---> Running in 2c9840671f75 20:04:44 Removing intermediate container 2c9840671f75 20:04:44 ---> f415e6a9e020 20:04:44 Step 5/6 : COPY go.mod . 20:04:45 ---> b7e4488cb620 20:04:45 Step 6/6 : RUN go mod download 20:04:45 ---> Running in cf68d83488bd 20:05:12 Removing intermediate container cf68d83488bd 20:05:12 ---> 5147c26a3d1f 20:05:12 Successfully built 5147c26a3d1f 20:05:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:05:12 + docker inspect -f . ci-base-image-arm64 20:05:12 . [Pipeline] withDockerContainer 20:05:12 prd-ubuntu18.04-docker-arm64-4c-16g-25844 does not seem to be running inside a container 20:05:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 20:05:14 $ docker top 877aa9e37e8ad6da026ab5fc1a41f7a5d2401a889c9322e48dad31df27165916 -eo pid,comm [Pipeline] { [Pipeline] sh 20:05:15 + go version 20:05:15 go version go1.15.5 linux/arm64 [Pipeline] } 20:05:15 $ docker stop --time=1 877aa9e37e8ad6da026ab5fc1a41f7a5d2401a889c9322e48dad31df27165916 20:05:17 $ docker rm -f 877aa9e37e8ad6da026ab5fc1a41f7a5d2401a889c9322e48dad31df27165916 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:05:18 + docker inspect -f . ci-base-image-arm64 20:05:18 . [Pipeline] withDockerContainer 20:05:18 prd-ubuntu18.04-docker-arm64-4c-16g-25844 does not seem to be running inside a container 20:05:18 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 20:05:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:05:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:05:19 ---> bc8310b412de 20:05:19 Step 3/23 : WORKDIR /edgex-go 20:05:19 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:05:19 Step 2/30 : FROM ${BUILDER_BASE} AS builder 20:05:19 ---> bc8310b412de 20:05:19 Step 3/30 : WORKDIR /edgex-go 20:05:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:05:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:05:19 ---> bc8310b412de 20:05:19 Step 3/24 : WORKDIR /edgex-go 20:05:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:05:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:05:19 ---> bc8310b412de 20:05:19 Step 3/21 : WORKDIR /edgex-go 20:05:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:05:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:05:19 ---> bc8310b412de 20:05:19 Step 3/23 : WORKDIR /edgex-go 20:05:19 ---> Running in 202b4debe0ed 20:05:19 ---> Running in d5fe347c578e 20:05:19 ---> Running in d839f69b2659 20:05:19 ---> Running in a790dfd14546 20:05:19 ---> Running in 5efa8c8c36ec 20:05:19 Removing intermediate container d5fe347c578e 20:05:19 ---> cd9ca2425b3c 20:05:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:05:19 Removing intermediate container a790dfd14546 20:05:19 ---> 6ab8a93f4f75 20:05:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:05:19 Removing intermediate container 202b4debe0ed 20:05:19 ---> 3875b17f96d6 20:05:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:05:19 Removing intermediate container 5efa8c8c36ec 20:05:19 ---> 65b562d9109e 20:05:19 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:05:19 Removing intermediate container d839f69b2659 20:05:19 ---> cb8461e49455 20:05:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:05:19 ---> Running in 5cc60b862d95 20:05:19 ---> Running in b53774e2e7ff 20:05:19 ---> Running in 6790c7c55b56 20:05:19 ---> Running in df818c4f7154 20:05:19 ---> Running in 2ff53e2635c7 20:05:19 Removing intermediate container b53774e2e7ff 20:05:19 ---> 1933343e52d0 20:05:19 Step 5/23 : RUN apk add --update --no-cache make git 20:05:19 Removing intermediate container 5cc60b862d95 20:05:19 ---> c6516e16c7ce 20:05:19 Step 5/21 : RUN apk add --update --no-cache make git 20:05:19 ---> Running in b4913da6a0ac 20:05:19 ---> Running in 3054bce94d72 20:05:19 Removing intermediate container 6790c7c55b56 20:05:19 ---> c58ceb282ac1 20:05:19 Step 5/24 : RUN apk add --update --no-cache make git 20:05:19 ---> Running in ef65be5c3462 20:05:19 Removing intermediate container 2ff53e2635c7 20:05:19 ---> 9016c9170c52 20:05:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:05:20 Removing intermediate container df818c4f7154 20:05:20 ---> 66ce88ff161e 20:05:20 Step 5/30 : RUN apk add --update --no-cache make git 20:05:20 ---> Running in 0eca046bf769 20:05:20 ---> Running in edd4bf17c026 20:05:20 $ docker top bb1639a1ef7db76bbe3ee1fba71930e391f47f5c841ebaf268bb47fbba012848 -eo pid,comm [Pipeline] { 20:05:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] echo 20:05:20 ========================================================= 20:05:20 [edgeXBuildGoParallel] Running Tests and Build... 20:05:20 ========================================================= [Pipeline] sh 20:05:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:05:21 + make test 20:05:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:05:22 OK: 233 MiB in 51 packages 20:05:22 OK: 233 MiB in 51 packages 20:05:22 OK: 233 MiB in 51 packages 20:05:22 OK: 233 MiB in 51 packages 20:05:22 OK: 233 MiB in 51 packages 20:05:23 Removing intermediate container b4913da6a0ac 20:05:23 ---> 87d53a1f6b70 20:05:23 Step 6/21 : COPY go.mod . 20:05:23 Removing intermediate container 3054bce94d72 20:05:23 ---> c3d64e59ea73 20:05:23 Step 6/23 : COPY go.mod . 20:05:23 Removing intermediate container ef65be5c3462 20:05:23 ---> af366b4c3ebb 20:05:23 Step 6/24 : COPY go.mod . 20:05:23 ---> b5950bcf7239 20:05:23 Step 7/21 : RUN go mod download 20:05:23 Removing intermediate container edd4bf17c026 20:05:23 ---> 9e3b7c3d40d2 20:05:23 Step 6/30 : COPY go.mod . 20:05:23 Removing intermediate container 0eca046bf769 20:05:23 ---> 902ce9d0db9f 20:05:23 Step 6/23 : COPY go.mod . 20:05:23 ---> 2921ae1b3af4 20:05:23 Step 7/23 : RUN go mod download 20:05:23 ---> Running in 66298f27b6a7 20:05:24 ---> bb1c75b34386 20:05:24 Step 7/24 : RUN go mod download 20:05:24 ---> Running in 10df3b4104ee 20:05:24 ---> Running in 3dd6b67bf868 20:05:24 ---> ea58720541ce 20:05:24 Step 7/30 : RUN go mod download 20:05:24 ---> 3f438155f6a4 20:05:24 Step 7/23 : RUN go mod download 20:05:24 ---> Running in 939ae9845b56 20:05:24 ---> Running in 3a4da54802eb 20:05:27 Removing intermediate container 66298f27b6a7 20:05:27 ---> 81295bd5cfa8 20:05:27 Step 8/21 : COPY . . 20:05:27 Removing intermediate container 3dd6b67bf868 20:05:27 ---> 0900c5421128 20:05:27 Step 8/24 : COPY . . 20:05:27 Removing intermediate container 10df3b4104ee 20:05:27 ---> de8264be072f 20:05:27 Step 8/23 : COPY . . 20:05:27 Removing intermediate container 939ae9845b56 20:05:27 ---> 6d853d324269 20:05:27 Step 8/30 : COPY . . 20:05:29 Removing intermediate container 3a4da54802eb 20:05:29 ---> 038e46dc9835 20:05:29 Step 8/23 : COPY . . 20:05:48 ? github.com/edgexfoundry/edgex-go [no test files] 20:06:08 ---> 2fe5e1d498cd 20:06:08 ---> 53eaafab8039 20:06:08 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:06:08 Step 9/23 : RUN make cmd/core-command/core-command 20:06:08 ---> 10a77921d93b 20:06:08 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:06:08 ---> Running in 1ec23fc3bf70 20:06:08 ---> Running in 4071206ba2ae 20:06:08 ---> 413b23d6dee0 20:06:08 Step 9/23 : RUN make cmd/core-data/core-data 20:06:08 ---> Running in 3afe5c814076 20:06:08 ---> 48a8a22d95d7 20:06:08 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:06:08 ---> Running in 3c040b094fb6 20:06:08 ---> Running in 7aaedc4e00c6 20:06:08 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 20:06:08 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 20:06:08 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 20:06: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 20:06:08 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 20:06:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:06:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:06:43 Removing intermediate container 7aaedc4e00c6 20:06:43 ---> 619cc0624d8a 20:06:43 20:06:43 Step 10/30 : FROM alpine:3.12 20:06:43 Removing intermediate container 4071206ba2ae 20:06:43 ---> 2377182ae5e5 20:06:43 20:06:43 Step 10/24 : FROM alpine:3.12 20:06:43 3.12: Pulling from library/alpine 20:06:43 3.12: Pulling from library/alpine 20:06:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:06:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:06:45 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:06:45 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:06:45 Status: Downloaded newer image for alpine:3.12 20:06:45 ---> 389fef711851 20:06:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:06:45 Status: Downloaded newer image for alpine:3.12 20:06:45 ---> 389fef711851 20:06:45 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:06:47 ---> Running in 2209d37b7a23 20:06:47 ---> Running in 855f225c00df 20:06:48 Removing intermediate container 3afe5c814076 20:06:48 ---> 24bafcf2718b 20:06:48 20:06:48 Step 10/21 : FROM alpine:3.12 20:06:48 ---> 389fef711851 20:06:48 Step 11/21 : RUN apk add --update --no-cache curl 20:06:48 Removing intermediate container 1ec23fc3bf70 20:06:48 ---> 61855a35213c 20:06:48 20:06:48 Step 10/23 : FROM alpine:3.12 20:06:48 ---> 389fef711851 20:06:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:06:48 ---> Running in e07ce99fbe4a 20:06:48 ---> Running in 739431daa7bb 20:06:48 Removing intermediate container 855f225c00df 20:06:48 ---> 399852349a91 20:06:48 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 20:06:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:06:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:06:49 (1/5) Installing ca-certificates (20191127-r4) 20:06:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:06:49 (3/5) Installing libcurl (7.69.1-r3) 20:06:49 (4/5) Installing curl (7.69.1-r3) 20:06:49 (5/5) Installing dumb-init (1.2.2-r1) 20:06:49 Executing busybox-1.31.1-r19.trigger 20:06:49 Executing ca-certificates-20191127-r4.trigger 20:06:49 OK: 7 MiB in 19 packages 20:06:50 ---> Running in f4d0d3e549ba 20:06:50 Removing intermediate container 3c040b094fb6 20:06:50 ---> 5bd549e71e13 20:06:50 20:06:50 Step 10/23 : FROM alpine:3.12 20:06:50 ---> 389fef711851 20:06:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:06:51 ---> Running in 7c10b43ba053 20:06:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:06:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:06:51 Removing intermediate container 7c10b43ba053 20:06:51 ---> 3c2d5dbae192 20:06:51 Step 12/23 : ENV APP_PORT=48080 20:06:51 ---> Running in e84d65b375a7 20:06:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:06:51 (1/1) Installing dumb-init (1.2.2-r1) 20:06:51 Executing busybox-1.31.1-r19.trigger 20:06:51 OK: 6 MiB in 15 packages 20:06:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:06:52 (1/4) Installing ca-certificates (20191127-r4) 20:06:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:06:52 (3/4) Installing libcurl (7.69.1-r3) 20:06:52 (4/4) Installing curl (7.69.1-r3) 20:06:52 Executing busybox-1.31.1-r19.trigger 20:06:52 Executing ca-certificates-20191127-r4.trigger 20:06:52 OK: 7 MiB in 18 packages 20:06:52 Removing intermediate container 2209d37b7a23 20:06:52 ---> 57b430ed955c 20:06:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:06:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:06:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:06:52 (1/2) Installing dumb-init (1.2.2-r1) 20:06:52 (2/2) Installing su-exec (0.2-r1) 20:06:52 Executing busybox-1.31.1-r19.trigger 20:06:52 OK: 6 MiB in 16 packages 20:06:53 Removing intermediate container e84d65b375a7 20:06:53 ---> b560cd577a3f 20:06:53 Step 13/23 : EXPOSE $APP_PORT 20:06:53 ---> Running in f2060cc139ce 20:06:53 ---> Running in 0c220d2f03c0 20:06:53 Removing intermediate container f2060cc139ce 20:06:53 ---> 39b55254c564 20:06:53 Step 13/24 : WORKDIR / 20:06:54 Removing intermediate container 0c220d2f03c0 20:06:54 ---> 6a0b83be2c5a 20:06:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:06:54 Removing intermediate container e07ce99fbe4a 20:06:54 ---> 8a8070b5083a 20:06:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:06:54 ---> Running in 411679a3bc31 20:06:54 Removing intermediate container 739431daa7bb 20:06:54 ---> 437afe0438ca 20:06:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:06:54 ---> Running in 226fe0ecb4bc 20:06:54 ---> Running in 1f51551bd1b4 20:06:54 Removing intermediate container f4d0d3e549ba 20:06:54 ---> c9e3b6c99c52 20:06:54 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 20:06:54 ---> Running in 3b8c937ea3b6 20:06:55 ---> Running in af55461e2a98 20:06:55 Removing intermediate container 411679a3bc31 20:06:55 ---> 26f767a70528 20:06:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:06:55 Removing intermediate container 226fe0ecb4bc 20:06:55 ---> 994a9634ab35 20:06:55 Step 13/23 : ENV APP_PORT=48082 20:06:55 Removing intermediate container 3b8c937ea3b6 20:06:55 ---> 5fa01b906490 20:06:55 Step 13/21 : WORKDIR /edgex 20:06:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:06:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:06:55 ---> Running in 4aed53b51b0d 20:06:55 ---> Running in 37c57cf2e36d 20:06:55 Removing intermediate container af55461e2a98 20:06:55 ---> 56d7d41d9d3a 20:06:55 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:06:55 ---> Running in 97cb7bacdbf4 20:06:55 ---> 2f660ca888d1 20:06:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:06:55 Removing intermediate container 4aed53b51b0d 20:06:55 ---> d8e8143a44f4 20:06:55 Step 14/23 : EXPOSE $APP_PORT 20:06:56 Removing intermediate container 37c57cf2e36d 20:06:56 ---> c5844f8daa3f 20:06:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:06:56 ---> Running in a692d70a43c5 20:06:56 Removing intermediate container 97cb7bacdbf4 20:06:56 ---> d7393a4fa3c7 20:06:56 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:06:56 ---> 176a0df8578b 20:06:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:06:56 ---> Running in e6f5c0d638d8 20:06:56 Removing intermediate container 1f51551bd1b4 20:06:56 ---> 52775c0be470 20:06:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:06:56 ---> 2aff4a49cdff 20:06:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:06:56 Removing intermediate container a692d70a43c5 20:06:56 ---> 76daca7d7bf1 20:06:56 Step 15/23 : WORKDIR / 20:06:56 ---> Running in 8d18684dcf97 20:06:56 ---> 9a3c9aa66b55 20:06:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:06:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:06:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:06:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:06:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:06:57 ---> Running in 134495fdc8c6 20:06:57 Removing intermediate container 134495fdc8c6 20:06:57 ---> 069113c8b4af 20:06:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:06:57 ---> 835b38761fe2 20:06:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:06:58 ---> b88faa9302aa 20:06:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:06:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:06:58 ---> f8c3cd8d33f3 20:06:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:06:58 ---> 893c071f8aca 20:06:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:06:58 ---> Running in ac0579ee5dfc 20:06:59 ---> c64cdcf59b25 20:06:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:06:59 (1/6) Installing dumb-init (1.2.2-r1) 20:06:59 Removing intermediate container e6f5c0d638d8 20:06:59 ---> 76e5c4374670 20:06:59 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 20:06:59 (2/6) Installing libgcc (9.3.0-r2) 20:06:59 (3/6) Installing libsodium (1.0.18-r0) 20:06:59 ---> Running in 6190f182df06 20:06:59 Removing intermediate container ac0579ee5dfc 20:06:59 ---> b6545bd3e457 20:06:59 Step 18/21 : CMD ["--init=true"] 20:06:59 (4/6) Installing libstdc++ (9.3.0-r2) 20:06:59 ---> 77e0d421d476 20:06:59 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/ 20:06:59 ---> Running in 5d890804ea1e 20:06:59 ---> Running in 94aab64bf688 20:06:59 (5/6) Installing libzmq (4.3.3-r0) 20:06:59 ---> b54612f4d4af 20:06:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:06:59 Removing intermediate container 6190f182df06 20:06:59 ---> a4b273d1c9d6 20:06:59 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:06:59 (6/6) Installing zeromq (4.3.3-r0) 20:06:59 Executing busybox-1.31.1-r19.trigger 20:06:59 OK: 8 MiB in 20 packages 20:06:59 Removing intermediate container 5d890804ea1e 20:06:59 ---> 471d18084520 20:06:59 Step 19/21 : LABEL arch=x86_64 20:07:00 ---> Running in 8cb264632ccb 20:07:00 ---> 2609f28c24de 20:07:00 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:07:00 ---> 8180865d1295 20:07:00 Step 19/23 : ENTRYPOINT ["/core-command"] 20:07:00 ---> Running in 124f7f6b90d8 20:07:00 ---> Running in c7696b96c58f 20:07:00 Removing intermediate container 8cb264632ccb 20:07:00 ---> 21642d005984 20:07:00 Step 20/21 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:07:00 Removing intermediate container 8d18684dcf97 20:07:00 ---> 5a7d331c06b6 20:07:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:07:01 ---> Running in dc646f7430a2 20:07:01 Removing intermediate container c7696b96c58f 20:07:01 ---> bd6c7d5edeba 20:07:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:07:01 ---> Running in 586705e4c5ca 20:07:01 ---> ee0b59b05b01 20:07:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:07:01 Removing intermediate container dc646f7430a2 20:07:01 ---> 175331b2cf02 20:07:01 Step 21/21 : LABEL version=0.0.0 20:07:01 ---> Running in 415ba34c2068 20:07:01 Removing intermediate container 586705e4c5ca 20:07:01 ---> eb33b4bd241b 20:07:01 Step 21/23 : LABEL arch=x86_64 20:07:01 Removing intermediate container 94aab64bf688 20:07:01 ---> 2bb6faeac345 20:07:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:07:01 ---> Running in 93f31810f44e 20:07:01 ---> Running in 79723fcc1887 20:07:01 Removing intermediate container 415ba34c2068 20:07:01 ---> 3995ce8f623d 20:07:01 20:07:02 ---> 148bca85d3aa 20:07:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:07:02 Removing intermediate container 79723fcc1887 20:07:02 ---> 49650ff27393 20:07:02 Step 22/23 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:07:02 Successfully built 3995ce8f623d 20:07:02 Successfully tagged docker-security-proxy-setup-go:latest 20:07:02 Removing intermediate container 93f31810f44e 20:07:02 ---> 23f8a0b59fd2 20:07:02 Step 22/24 : LABEL arch=x86_64 20:07:02 Building docker-core-metadata-go 20:07:02  Building docker-security-proxy-setup-go ... done  ---> Running in 9c017d1f54f1 20:07:02 ---> Running in 26ff458c8595 20:07:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:07:02 ---> 0c2dd4632203 20:07:02 Step 19/23 : ENTRYPOINT ["/core-data"] 20:07:02 Removing intermediate container 124f7f6b90d8 20:07:02 ---> 859f1ae8d7c9 20:07:02 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:02 ---> Running in c9f0086dd5d2 20:07:02 Removing intermediate container 9c017d1f54f1 20:07:02 ---> e976f1be0a4f 20:07:02 Step 23/23 : LABEL version=0.0.0 20:07:02 Removing intermediate container 26ff458c8595 20:07:02 ---> af5547ecab79 20:07:02 Step 23/24 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:07:02 ---> Running in 7a8589e734cc 20:07:03 ---> Running in d5b50004140e 20:07:03 ---> 355771bf52dd 20:07:03 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:07:03 Removing intermediate container c9f0086dd5d2 20:07:03 ---> 6d0f2a585bfb 20:07:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:07:03 Removing intermediate container 7a8589e734cc 20:07:03 ---> ba1e28c47a05 20:07:03 20:07:03 ---> Running in b969e2b303e6 20:07:04 Removing intermediate container d5b50004140e 20:07:04 ---> af1245f4ccec 20:07:04 Step 24/24 : LABEL version=0.0.0 20:07:04 Successfully built ba1e28c47a05 20:07:04 Successfully tagged docker-core-command-go:latest 20:07:04 Building docker-support-scheduler-go 20:07:07  Building docker-core-command-go ... done Removing intermediate container b969e2b303e6 20:07:07 ---> b65c12bfa671 20:07:07 Step 21/23 : LABEL arch=x86_64 20:07:10 ---> Running in b1c562034ea4 20:07:10 ---> Running in 34a6acaa746c 20:07:10 ---> 7dc040f78df7 20:07:10 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:07:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:07:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:07:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:07:12 Removing intermediate container 34a6acaa746c 20:07:12 ---> 304c7fc43409 20:07:12 20:07:12 Removing intermediate container b1c562034ea4 20:07:12 ---> ddf324f55a22 20:07:12 Step 22/23 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:07:12 Successfully built 304c7fc43409 20:07:12 Successfully tagged docker-security-secretstore-setup-go:latest 20:07:12  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 20:07:13 ---> 526fbaf74a11 20:07:13 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:07:14 ---> Running in 0b7fd6964172 20:07:15 Removing intermediate container 0b7fd6964172 20:07:15 ---> 671dd816dcbd 20:07:15 Step 23/23 : LABEL version=0.0.0 20:07:15 ---> 682136116bc6 20:07:15 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 20:07:15 ---> Running in f1adee822527 20:07:16 ---> Running in 2f0ad1acffc4 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.433s coverage: 45.9% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.278s coverage: 100.0% of statements 20:07:19 Removing intermediate container f1adee822527 20:07:19 ---> 7450906137e6 20:07:19 20:07:19 Successfully built 7450906137e6 20:07:21 Successfully tagged docker-core-data-go:latest 20:07:21  Building docker-core-data-go ... done Building docker-support-notifications-go 20:07:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:07:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:07:23 ---> bc8310b412de 20:07:23 Step 3/23 : WORKDIR /edgex-go 20:07:23 ---> Using cache 20:07:23 ---> cb8461e49455 20:07:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:23 ---> Using cache 20:07:23 ---> 9016c9170c52 20:07:23 Step 5/23 : RUN apk add --update --no-cache make git 20:07:25 Removing intermediate container 2f0ad1acffc4 20:07:25 ---> ef42e454a75d 20:07:25 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:07:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:07:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:07:25 ---> bc8310b412de 20:07:25 Step 3/22 : WORKDIR /edgex-go 20:07:25 ---> Using cache 20:07:25 ---> cb8461e49455 20:07:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:25 ---> Using cache 20:07:25 ---> 9016c9170c52 20:07:25 Step 5/22 : RUN apk add --update --no-cache make git 20:07:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.592s coverage: 27.1% of statements 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:07:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:07:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.108s coverage: 100.0% of statements 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:07:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.242s coverage: 65.8% of statements 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:07:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.706s coverage: 82.3% of statements 20:07:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:07:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:07:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:07:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:07:28 ---> Running in 1d99b899c420 20:07:30 ---> Running in 214347b5b150 20:07:32 ---> be9fe13f2ee7 20:07:32 Step 25/30 : RUN chmod +x /entrypoint.sh 20:07:33 ---> Running in 91b5f634976c 20:07:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.302s coverage: 28.6% of statements 20:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:07:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.164s coverage: 100.0% of statements 20:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:07:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.093s coverage: 100.0% of statements 20:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:07:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.346s coverage: 86.7% of statements 20:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:34 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:07:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:07:34 ---> bc8310b412de 20:07:34 Step 3/26 : WORKDIR /edgex-go 20:07:34 ---> Using cache 20:07:34 ---> cb8461e49455 20:07:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:34 ---> Using cache 20:07:34 ---> 9016c9170c52 20:07:34 Step 5/26 : RUN apk add --update --no-cache make bash git 20:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:35 ---> Running in d6d72f1054e3 20:07:35 OK: 233 MiB in 51 packages 20:07:35 OK: 233 MiB in 51 packages 20:07:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.328s coverage: 97.5% of statements 20:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:07:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.168s coverage: 78.3% of statements 20:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:07:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:37 Removing intermediate container 91b5f634976c 20:07:37 ---> cee004b8893a 20:07:37 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 20:07:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:38 OK: 233 MiB in 51 packages 20:07:38 ---> Running in b607162775a7 20:07:38 Removing intermediate container 1d99b899c420 20:07:38 ---> 32c02f4e4a84 20:07:38 Step 6/23 : COPY go.mod . 20:07:38 Removing intermediate container 214347b5b150 20:07:38 ---> 7272fc6dcc4f 20:07:38 Step 6/22 : COPY go.mod . 20:07:39 ---> e66defa9eb40 20:07:39 Step 7/22 : RUN go mod download 20:07:39 ---> 2c9c0175f383 20:07:39 Step 7/23 : RUN go mod download 20:07:39 Removing intermediate container b607162775a7 20:07:39 ---> 7107f607da47 20:07:39 Step 27/30 : CMD ["gate"] 20:07:39 ---> Running in b3e125137a8b 20:07:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:07:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:07:40 ---> bc8310b412de 20:07:40 Step 3/22 : WORKDIR /edgex-go 20:07:40 ---> Using cache 20:07:40 ---> cb8461e49455 20:07:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:40 ---> Using cache 20:07:40 ---> 9016c9170c52 20:07:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:07:40 ---> Running in df37b8e3e8ef 20:07:40 ---> Running in 0624ad70d7cb 20:07:40 ---> Running in 0644d3bb1273 20:07:40 Removing intermediate container d6d72f1054e3 20:07:40 ---> da6e4d1c9318 20:07:40 Step 6/26 : COPY go.mod . 20:07:41 Removing intermediate container 0624ad70d7cb 20:07:41 ---> 017ceafb2460 20:07:41 Step 28/30 : LABEL arch=x86_64 20:07:41 ---> bc1b6005b816 20:07:41 Step 7/26 : RUN go mod download 20:07:41 ---> Running in add60773b1be 20:07:41 ---> Running in ae4c7c639618 20:07:42 Removing intermediate container add60773b1be 20:07:42 ---> 59a0029d0f1b 20:07:42 Step 29/30 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:42 ---> Running in 32be3b2e8151 20:07:42 Removing intermediate container 32be3b2e8151 20:07:42 ---> 4fb2b7c82fb0 20:07:42 Step 30/30 : LABEL version=0.0.0 20:07:42 ---> Running in e107c0e63ca5 20:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:43 Removing intermediate container e107c0e63ca5 20:07:43 ---> 390c3032ae00 20:07:43 20:07:43 Successfully built 390c3032ae00 20:07:43 Successfully tagged docker-security-bootstrapper-go:latest 20:07:43  Building docker-security-bootstrapper-go ... done Removing intermediate container b3e125137a8b 20:07:43 ---> 19f70aec51a8 20:07:43 Step 8/22 : COPY . . 20:07:43 Removing intermediate container df37b8e3e8ef 20:07:43 ---> 5ad2f61ec511 20:07:43 Step 8/23 : COPY . . 20:07:43 Removing intermediate container ae4c7c639618 20:07:43 ---> 7867da263348 20:07:43 Step 8/26 : COPY . . 20:07:44 OK: 233 MiB in 51 packages 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.547s coverage: 92.8% of statements 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.247s coverage: 0.1% of statements 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 45.5% of statements 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.100s coverage: 79.5% of statements 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.098s coverage: 94.1% of statements 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 20:07:56 Removing intermediate container 0644d3bb1273 20:07:56 ---> 63c8cde8b2f5 20:07:56 Step 6/22 : COPY go.mod . 20:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.097s coverage: 94.4% of statements 20:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 20:08:02 ---> c800adb4c412 20:08:02 Step 7/22 : RUN go mod download 20:08:03 ---> Running in e8f1d6eb9274 20:08:09 Removing intermediate container e8f1d6eb9274 20:08:09 ---> 7d5a136c000e 20:08:09 Step 8/22 : COPY . . 20:08:13 ---> c921fd18ca55 20:08:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.138s coverage: 92.9% of statements 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.061s coverage: 77.8% of statements 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.2% of statements 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.556s coverage: 63.5% of statements 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.808s coverage: 68.9% of statements 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:08:15 ---> f526b00137d8 20:08:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:08:15 ---> c052ef90b85d 20:08:15 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:08:15 ---> Running in 56ac2f7c2b12 20:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.455s coverage: 37.0% of statements 20:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.629s coverage: 84.0% of statements 20:08:16 ---> Running in 6f9bd350e70b 20:08:16 ---> Running in 98610e4851f1 20:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.074s coverage: 100.0% of statements 20:08:17 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 20:08:17 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 20:08:19 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 20:08:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.456s coverage: 47.0% of statements 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:08:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:08:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:08:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.371s coverage: 89.4% of statements 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:08:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.247s coverage: 29.1% of statements 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:08:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.237s coverage: 99.0% of statements 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:08:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.124s coverage: 100.0% of statements 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:08:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.152s coverage: 100.0% of statements 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:08:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:08:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:08:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:08:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 20:08:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 20:08:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 20:08:33 GO111MODULE=on go vet ./... 20:08:37 ---> be25c2ba3f92 20:08:37 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:08:37 ---> Running in 2fe6284bb3a2 20:08:37 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 20:08:47 Removing intermediate container 56ac2f7c2b12 20:08:47 ---> a713c24968c1 20:08:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:08:47 ---> Running in 20151cbab7a2 20:08:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:08:54 Removing intermediate container 98610e4851f1 20:08:54 ---> 73a8b725b9f8 20:08:54 20:08:54 Step 10/22 : FROM alpine:3.12 20:08:54 ---> 389fef711851 20:08:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:08:54 Removing intermediate container 6f9bd350e70b 20:08:54 ---> e193c15b77cd 20:08:54 20:08:54 Step 10/23 : FROM alpine:3.12 20:08:54 ---> 389fef711851 20:08:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:08:54 ---> Using cache 20:08:54 ---> 8a8070b5083a 20:08:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:08:54 ---> Using cache 20:08:54 ---> 8a8070b5083a 20:08:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:08:54 ---> Using cache 20:08:54 ---> 994a9634ab35 20:08:54 Step 13/22 : ENV APP_PORT=48085 20:08:54 ---> Using cache 20:08:54 ---> 994a9634ab35 20:08:54 Step 13/23 : ENV APP_PORT=48081 20:08:54 ---> Running in f851924c86cc 20:08:54 ---> Running in 22bb8492ecb3 20:08:54 Removing intermediate container 20151cbab7a2 20:08:54 ---> 4bf08a7cc732 20:08:54 20:08:54 Step 11/26 : FROM docker:20.10.0 20:08:54 20.10.0: Pulling from library/docker 20:08:54 Removing intermediate container f851924c86cc 20:08:54 ---> b84c7cf1ce9e 20:08:54 Step 14/22 : EXPOSE $APP_PORT 20:08:54 Removing intermediate container 22bb8492ecb3 20:08:54 ---> 10b5b5ae3845 20:08:54 Step 14/23 : EXPOSE $APP_PORT 20:08:54 ---> Running in 08caea216a2e 20:08:54 ---> Running in 14d03d45e9a5 20:08:55 Removing intermediate container 14d03d45e9a5 20:08:55 ---> a8e56324c0c6 20:08:55 Step 15/23 : WORKDIR / 20:08:56 Removing intermediate container 08caea216a2e 20:08:56 ---> 2d246ac282e2 20:08:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:56 ---> Running in 30ba0baf1dbd 20:08:57 ---> 74dee62e8e33 20:08:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:08:57 Removing intermediate container 30ba0baf1dbd 20:08:57 ---> 32401f142958 20:08:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:57 ---> fea11e2380b7 20:08:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:08:57 ---> 6a17a31f983c 20:08:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:09:02 ---> 95336681d325 20:09:02 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:09:02 ---> c20245a85cc5 20:09:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:09:02 ---> Running in dfa9c74b73e9 20:09:02 Removing intermediate container dfa9c74b73e9 20:09:02 ---> 220602f8f725 20:09:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:09:02 ---> e24cce3e6216 20:09:02 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:09:02 ---> Running in 8f1df864cb3a 20:09:03 ---> Running in caff47cf817f 20:09:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:09:04 Status: Downloaded newer image for docker:20.10.0 20:09:04 ---> aefe523efa57 20:09:04 Step 12/26 : RUN apk add --no-cache bash 20:09:04 Removing intermediate container 8f1df864cb3a 20:09:04 ---> 45951f33b25e 20:09:04 Step 20/22 : LABEL arch=x86_64 20:09:04 Removing intermediate container 2fe6284bb3a2 20:09:04 ---> dcd8985a568f 20:09:04 20:09:04 Step 10/22 : FROM alpine:3.12 20:09:04 ---> 389fef711851 20:09:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:09:04 ---> Running in 560f087e1d6a 20:09:04 ---> Running in 41be478b54fc 20:09:04 Removing intermediate container caff47cf817f 20:09:04 ---> d7c177b03391 20:09:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:09:04 ---> Running in 1e8ef0abaeb7 20:09:04 ---> Running in fb3849a5e5c7 20:09:04 Removing intermediate container 41be478b54fc 20:09:04 ---> d1be20a4b19d 20:09:04 Step 21/22 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:09:04 ---> Running in 5bc467a8db38 20:09:04 Removing intermediate container fb3849a5e5c7 20:09:04 ---> f13f59271cdf 20:09:04 Step 21/23 : LABEL arch=x86_64 20:09:04 ---> Running in 25f8d68ab1fd 20:09:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:05 Removing intermediate container 5bc467a8db38 20:09:05 ---> aab6eec500b3 20:09:05 Step 22/22 : LABEL version=0.0.0 20:09:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:05 ---> Running in 014fbb5205bc 20:09:05 Removing intermediate container 25f8d68ab1fd 20:09:05 ---> da5a9486c300 20:09:05 Step 22/23 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:09:05 (1/2) Installing readline (8.0.4-r0) 20:09:05 (2/2) Installing bash (5.0.17-r0) 20:09:05 Executing bash-5.0.17-r0.post-install 20:09:05 Executing busybox-1.31.1-r19.trigger 20:09:05 OK: 12 MiB in 22 packages 20:09:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:05 ---> Running in 9ccb115211ed 20:09:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:05 Removing intermediate container 014fbb5205bc 20:09:05 ---> ffaeee37eb6e 20:09:05 20:09:05 (1/2) Installing ca-certificates (20191127-r4) 20:09:05 (2/2) Installing dumb-init (1.2.2-r1) 20:09:05 Executing busybox-1.31.1-r19.trigger 20:09:05 Removing intermediate container 9ccb115211ed 20:09:05 ---> e6981405459a 20:09:05 Step 23/23 : LABEL version=0.0.0 20:09:05 Successfully built ffaeee37eb6e 20:09:05 Executing ca-certificates-20191127-r4.trigger 20:09:05 OK: 6 MiB in 16 packages 20:09:05 Successfully tagged docker-support-scheduler-go:latest 20:09:05  Building docker-support-scheduler-go ... done  ---> Running in 7ec31c5ab94f 20:09:06 Removing intermediate container 560f087e1d6a 20:09:06 ---> 5fe42d61c045 20:09:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:09:06 Removing intermediate container 7ec31c5ab94f 20:09:06 ---> a6c3f5a77fb6 20:09:06 20:09:06 ---> Running in 89955618070f 20:09:06 Successfully built a6c3f5a77fb6 20:09:07 Successfully tagged docker-core-metadata-go:latest 20:09:07  Building docker-core-metadata-go ... done Removing intermediate container 89955618070f 20:09:07 ---> c5bb00120556 20:09:07 Step 14/26 : ENV APP_PORT=48090 20:09:07 Removing intermediate container 1e8ef0abaeb7 20:09:07 ---> f27dce654c43 20:09:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:09:07 ---> Running in 1bc87c4ba879 20:09:07 ---> Running in d8d7df87bbb4 20:09:08 Removing intermediate container 1bc87c4ba879 20:09:08 ---> b3528d3b3a94 20:09:08 Step 13/22 : ENV APP_PORT=48060 20:09:08 Removing intermediate container d8d7df87bbb4 20:09:08 ---> 486eaa1c28d1 20:09:08 Step 15/26 : EXPOSE $APP_PORT 20:09:08 ---> Running in a3eda6d95dbe 20:09:08 ---> Running in ce59a719f145 20:09:08 Removing intermediate container a3eda6d95dbe 20:09:08 ---> 8db6d348146d 20:09:08 Step 14/22 : EXPOSE $APP_PORT 20:09:08 Removing intermediate container ce59a719f145 20:09:08 ---> 95e26e77bd80 20:09:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:09:08 ---> Running in 9c962f847a76 20:09:08 Removing intermediate container 9c962f847a76 20:09:08 ---> 3d59180f1193 20:09:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:09:08 ---> 78d3ce81eeb2 20:09:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:09:08 ---> 5a3d5681248a 20:09:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:09:08 ---> 99cd59eda955 20:09:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:09:09 ---> 91e799585780 20:09:09 Step 19/26 : RUN apk --no-cache add py3-pip 20:09:09 ---> 1c26eb48f59e 20:09:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:09:09 ---> Running in b83f7a24da16 20:09:09 ---> 68b4c651b87c 20:09:09 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:09:10 ---> Running in 6fc9baf14027 20:09:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:10 Removing intermediate container 6fc9baf14027 20:09:10 ---> d12552bfb834 20:09:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:09:10 ---> Running in 25bdd34b5e0c 20:09:10 (1/33) Installing libbz2 (1.0.8-r1) 20:09:10 (2/33) Installing expat (2.2.9-r1) 20:09:10 (3/33) Installing libffi (3.3-r2) 20:09:10 (4/33) Installing gdbm (1.13-r1) 20:09:10 (5/33) Installing xz-libs (5.2.5-r0) 20:09:10 (6/33) Installing sqlite-libs (3.32.1-r0) 20:09:10 (7/33) Installing python3 (3.8.5-r0) 20:09:10 Removing intermediate container 25bdd34b5e0c 20:09:10 ---> 63343c96a0c2 20:09:10 Step 20/22 : LABEL arch=x86_64 20:09:13 ---> Running in 55b09fb61192 20:09:13 (8/33) Installing py3-appdirs (1.4.4-r1) 20:09:13 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:09:13 (10/33) Installing py3-parsing (2.4.7-r0) 20:09:13 (11/33) Installing py3-six (1.15.0-r0) 20:09:13 (12/33) Installing py3-packaging (20.4-r0) 20:09:13 (13/33) Installing py3-setuptools (47.0.0-r0) 20:09:13 (14/33) Installing py3-chardet (3.0.4-r4) 20:09:14 (15/33) Installing py3-idna (2.9-r0) 20:09:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:09:14 Removing intermediate container 55b09fb61192 20:09:14 ---> f0e97ce4696d 20:09:14 Step 21/22 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:09:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:09:14 (18/33) Installing py3-requests (2.23.0-r0) 20:09:14 (19/33) Installing py3-msgpack (1.0.0-r0) 20:09:14 (20/33) Installing py3-lockfile (0.12.2-r3) 20:09:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:09:15 ---> Running in 4c2a46954afc 20:09:15 (22/33) Installing py3-colorama (0.4.3-r0) 20:09:15 (23/33) Installing py3-distlib (0.3.0-r0) 20:09:15 (24/33) Installing py3-distro (1.5.0-r1) 20:09:15 (25/33) Installing py3-webencodings (0.5.1-r3) 20:09:15 (26/33) Installing py3-html5lib (1.0.1-r4) 20:09:15 (27/33) Installing py3-pytoml (0.1.21-r0) 20:09:15 (28/33) Installing py3-pep517 (0.8.2-r0) 20:09:15 (29/33) Installing py3-progress (1.5-r0) 20:09:15 (30/33) Installing py3-toml (0.10.1-r0) 20:09:15 (31/33) Installing py3-retrying (1.3.3-r0) 20:09:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:09:15 (33/33) Installing py3-pip (20.1.1-r0) 20:09:16 Removing intermediate container 4c2a46954afc 20:09:16 ---> de4b815daee6 20:09:16 Step 22/22 : LABEL version=0.0.0 20:09:16 Executing busybox-1.31.1-r19.trigger 20:09:16 OK: 71 MiB in 55 packages 20:09:16 ---> Running in 338d6315c608 20:09:17 Removing intermediate container 338d6315c608 20:09:17 ---> b49c0bf5b307 20:09:17 20:09:17 Successfully built b49c0bf5b307 20:09:17 Successfully tagged docker-support-notifications-go:latest 20:09:22  Building docker-support-notifications-go ... done Removing intermediate container b83f7a24da16 20:09:22 ---> bba2f9241c8d 20:09:22 Step 20/26 : RUN pip install docker-compose==1.23.2 20:09:22 ---> Running in dfc81b3ec17d 20:09:23 Collecting docker-compose==1.23.2 20:09:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:09:23 Collecting docker<4.0,>=3.6.0 20:09:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:09:23 Collecting texttable<0.10,>=0.9.0 20:09:23 Downloading texttable-0.9.1.tar.gz (11 kB) 20:09:24 Collecting jsonschema<3,>=2.5.1 20:09:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:09:24 Collecting dockerpty<0.5,>=0.4.1 20:09:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:09:25 Collecting websocket-client<1.0,>=0.32.0 20:09:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:09:25 Collecting PyYAML<4,>=3.10 20:09:25 Downloading PyYAML-3.13.tar.gz (270 kB) 20:09:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:09:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:09:26 Collecting docopt<0.7,>=0.6.1 20:09:26 Downloading docopt-0.6.2.tar.gz (25 kB) 20:09:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:09:27 Collecting cached-property<2,>=1.2.0 20:09:27 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:09:27 Collecting docker-pycreds>=0.4.0 20:09:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:09:27 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) 20:09:27 Collecting idna<2.8,>=2.5 20:09:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:09:27 Collecting urllib3<1.25,>=1.21.1 20:09:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:09:27 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) 20:09:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:09:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:09:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:09:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:09:28 Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, jsonschema, dockerpty, PyYAML, docopt, cached-property, docker-compose 20:09:28 Attempting uninstall: idna 20:09:28 Found existing installation: idna 2.9 20:09:28 Uninstalling idna-2.9: 20:09:28 Successfully uninstalled idna-2.9 20:09:28 Attempting uninstall: urllib3 20:09:28 Found existing installation: urllib3 1.25.9 20:09:28 Uninstalling urllib3-1.25.9: 20:09:28 Successfully uninstalled urllib3-1.25.9 20:09:29 Attempting uninstall: requests 20:09:29 Found existing installation: requests 2.23.0 20:09:29 Uninstalling requests-2.23.0: 20:09:29 Successfully uninstalled requests-2.23.0 20:09:29 Running setup.py install for texttable: started 20:09:30 Running setup.py install for texttable: finished with status 'done' 20:09:30 Running setup.py install for dockerpty: started 20:09:31 Running setup.py install for dockerpty: finished with status 'done' 20:09:31 Running setup.py install for PyYAML: started 20:09:31 Running setup.py install for PyYAML: finished with status 'done' 20:09:31 Running setup.py install for docopt: started 20:09:31 Running setup.py install for docopt: finished with status 'done' 20:09:32 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 20:09:35 Removing intermediate container dfc81b3ec17d 20:09:35 ---> 73575b289221 20:09:35 Step 21/26 : RUN apk --no-cache add curl 20:09:35 ---> Running in caca486a6ed0 20:09:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:09:36 (2/3) Installing libcurl (7.69.1-r3) 20:09:36 (3/3) Installing curl (7.69.1-r3) 20:09:36 Executing busybox-1.31.1-r19.trigger 20:09:36 OK: 72 MiB in 58 packages 20:09:36 Removing intermediate container caca486a6ed0 20:09:36 ---> 8485513a6cc3 20:09:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:09:36 ---> Running in e2ccfb37ecf8 20:09:36 Removing intermediate container e2ccfb37ecf8 20:09:36 ---> 22e2b1e7550f 20:09:36 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:09:36 ---> Running in ef2278f47c91 20:09:37 Removing intermediate container ef2278f47c91 20:09:37 ---> ff6502539c35 20:09:37 Step 24/26 : LABEL arch=x86_64 20:09:37 ---> Running in c45c91e711cc 20:09:37 Removing intermediate container c45c91e711cc 20:09:37 ---> f188653d7180 20:09:37 Step 25/26 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:09:37 ---> Running in f416e36a78a0 20:09:37 Removing intermediate container f416e36a78a0 20:09:37 ---> 1c04955ac6e2 20:09:37 Step 26/26 : LABEL version=0.0.0 20:09:37 ---> Running in 6dff19327b14 20:09:37 Removing intermediate container 6dff19327b14 20:09:37 ---> a06024af42ad 20:09:37 20:09:37 Successfully built a06024af42ad 20:09:37 Successfully tagged docker-sys-mgmt-agent-go:latest 20:09:38  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:09:38 $ docker stop --time=1 8e131e6bcd1f09450f205ed37df5340a3adb40a383660f34b4dac94ed90f6fee 20:09:39 $ docker rm -f 8e131e6bcd1f09450f205ed37df5340a3adb40a383660f34b4dac94ed90f6fee [Pipeline] // withDockerContainer [Pipeline] sh 20:09:40 + docker images 20:09:40 + grep docker 20:09:41 docker-sys-mgmt-agent-go latest a06024af42ad 3 seconds ago 313MB 20:09:41 docker-support-notifications-go latest b49c0bf5b307 24 seconds ago 17.6MB 20:09:41 docker-core-metadata-go latest a6c3f5a77fb6 34 seconds ago 18.8MB 20:09:41 docker-support-scheduler-go latest ffaeee37eb6e 35 seconds ago 17MB 20:09:41 docker-security-bootstrapper-go latest 390c3032ae00 About a minute ago 17.9MB 20:09:41 docker-core-data-go latest 7450906137e6 2 minutes ago 22.3MB 20:09:41 docker-security-secretstore-setup-go latest 304c7fc43409 2 minutes ago 24.6MB 20:09:41 docker-core-command-go latest ba1e28c47a05 2 minutes ago 16.9MB 20:09:41 docker-security-proxy-setup-go latest 3995ce8f623d 2 minutes ago 24.4MB 20:09:41 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 20:09:55 gofmt -l . 20:09:55 [ "`gofmt -l .`" = "" ] 20:09:55 ./bin/test-go-mod-tidy.sh 20:09:55 ./bin/test-attribution-txt.sh [Pipeline] sh 20:09:55 + ls -al . 20:09:55 total 728 20:09:55 drwxrwxr-x 9 1001 1001 4096 Feb 9 20:09 . 20:09:55 drwxr-xr-x 4 root root 4096 Feb 9 20:05 .. 20:09:55 -rw-rw-r-- 1 1001 1001 11 Feb 9 20:03 .dockerignore 20:09:55 drwxrwxr-x 8 1001 1001 4096 Feb 9 20:03 .git 20:09:55 drwxrwxr-x 3 1001 1001 4096 Feb 9 20:03 .github 20:09:55 -rw-rw-r-- 1 1001 1001 818 Feb 9 20:03 .gitignore 20:09:55 -rw-rw-r-- 1 1001 1001 166 Feb 9 20:03 .sonarcloud.properties 20:09:55 -rw-rw-r-- 1 1001 1001 7859 Feb 9 20:03 Attribution.txt 20:09:55 -rw-rw-r-- 1 1001 1001 3804 Feb 9 20:03 CONTRIBUTING.md 20:09:55 -rw-rw-r-- 1 1001 1001 931 Feb 9 20:03 Dockerfile.build 20:09:55 -rw-rw-r-- 1 1001 1001 863 Feb 9 20:03 Jenkinsfile 20:09:55 -rw-rw-r-- 1 1001 1001 10775 Feb 9 20:03 LICENSE 20:09:55 -rw-rw-r-- 1 1001 1001 5774 Feb 9 20:03 Makefile 20:09:55 -rw-rw-r-- 1 1001 1001 6524 Feb 9 20:03 README.md 20:09:55 -rw-rw-r-- 1 1001 1001 6755 Feb 9 20:03 SECURITY.md 20:09:55 -rw-rw-r-- 1 1001 1001 5 Feb 9 20:00 VERSION 20:09:55 -rw-rw-r-- 1 1001 1001 4131 Feb 9 20:03 ZMQWindows.md 20:09:55 drwxrwxr-x 2 1001 1001 4096 Feb 9 20:03 bin 20:09:55 drwxrwxr-x 14 1001 1001 4096 Feb 9 20:03 cmd 20:09:55 -rw-r--r-- 1 root root 594557 Feb 9 20:08 coverage.out 20:09:55 -rw-r--r-- 1 root root 1054 Feb 9 20:09 go.mod 20:09:55 -rw-r--r-- 1 root root 19290 Feb 9 20:09 go.sum 20:09:55 drwxrwxr-x 8 1001 1001 4096 Feb 9 20:03 internal 20:09:55 drwxrwxr-x 4 1001 1001 4096 Feb 9 20:03 openapi 20:09:55 drwxrwxr-x 4 1001 1001 4096 Feb 9 20:03 snap 20:09:55 -rw-rw-r-- 1 1001 1001 168 Feb 9 20:03 version.go [Pipeline] sh 20:09:56 + '[' -e coverage.out ] 20:09:56 + chown 1001:1001 coverage.out [Pipeline] stash 20:09:56 Warning: overwriting stash ‘coverage-report’ 20:09:56 Still waiting to schedule task 20:09:56 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:09:57 Stashed 1 file(s) [Pipeline] sh 20:09:58 + make build 20:09:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:10:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:10:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:10:38 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 20:10:43 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 20:10:44 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 20:10:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:10:54 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 20:10:58 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 20:11:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:11:07 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 20:11:10 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] } 20:11:16 $ docker stop --time=1 bb1639a1ef7db76bbe3ee1fba71930e391f47f5c841ebaf268bb47fbba012848 20:11:18 $ docker rm -f bb1639a1ef7db76bbe3ee1fba71930e391f47f5c841ebaf268bb47fbba012848 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:11:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:11:20 20:11:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:11:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:11:21 latest: Pulling from edgex-devops/edgex-compose-arm64 20:11:21 29e5d40040c1: Pulling fs layer 20:11:21 1ce36da41761: Pulling fs layer 20:11:21 25b303627fd3: Pulling fs layer 20:11:21 29e5d40040c1: Verifying Checksum 20:11:21 29e5d40040c1: Download complete 20:11:22 29e5d40040c1: Pull complete 20:11:22 1ce36da41761: Verifying Checksum 20:11:22 1ce36da41761: Download complete 20:11:23 1ce36da41761: Pull complete 20:11:24 25b303627fd3: Verifying Checksum 20:11:24 25b303627fd3: Download complete 20:11:34 25b303627fd3: Pull complete 20:11:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:11:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:11:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:11:34 prd-ubuntu18.04-docker-arm64-4c-16g-25844 does not seem to be running inside a container 20:11:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 20:11:35 Running on prd-ubuntu18.04-docker-8c-8g-25852 in /w/workspace/edgexfoundry_edgex-go_PR-3113 20:11:37 $ docker top 240a2eee84cfeefae39cc712cacf0c59c80ecdbe7b692a2e33d323a73974703c -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 20:11:38 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 20:11:38 + grep parallel 20:11:38 + docker-compose build --help 20:11:40 using credential edgex-jenkins-ssh 20:11:40 Cloning the remote Git repository 20:11:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:11:40 > git init /w/workspace/edgex-go/19 # timeout=10 20:11:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:11:40 > git --version # timeout=10 20:11:40 > git --version # 'git version 2.17.1' 20:11:40 using GIT_SSH to set credentials SSH Credentials for GitHub 20:11:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:11:42 --parallel Build images in parallel. [Pipeline] } 20:11:42 $ docker stop --time=1 240a2eee84cfeefae39cc712cacf0c59c80ecdbe7b692a2e33d323a73974703c 20:11:44 $ docker rm -f 240a2eee84cfeefae39cc712cacf0c59c80ecdbe7b692a2e33d323a73974703c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:11:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:11:45 . [Pipeline] withDockerContainer 20:11:45 prd-ubuntu18.04-docker-arm64-4c-16g-25844 does not seem to be running inside a container 20:11:45 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 20:11:46 $ docker top 8a540cf0d33a97b79163afa674b08d5871efc7ff9ff5749f687cd6f226b23e76 -eo pid,comm [Pipeline] { [Pipeline] sh 20:11:47 + docker-compose -f ./docker-compose-build.yml build --parallel 20:11:52 Building docker-core-command-go ... 20:11:52 Building docker-core-data-go ... 20:11:52 Building docker-core-metadata-go ... 20:11:52 Building docker-security-bootstrapper-go ... 20:11:52 Building docker-security-proxy-setup-go ... 20:11:52 Building docker-security-secretstore-setup-go ... 20:11:52 Building docker-support-notifications-go ... 20:11:52 Building docker-support-scheduler-go ... 20:11:52 Building docker-sys-mgmt-agent-go ... 20:11:52 Building docker-sys-mgmt-agent-go 20:11:52 Building docker-support-notifications-go 20:11:52 Building docker-core-command-go 20:11:52 Building docker-core-metadata-go 20:11:52 Building docker-security-proxy-setup-go 20:12:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:12:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:12:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:12:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:12:01 using GIT_SSH to set credentials SSH Credentials for GitHub 20:12:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:12:03 Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:12:03 Merge succeeded, producing 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:12:03 Checking out Revision 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac (PR-3113) 20:12:03 > git config core.sparsecheckout # timeout=10 20:12:03 > git checkout -f 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # timeout=10 20:12:03 > git remote # timeout=10 20:12:03 > git config --get remote.origin.url # timeout=10 20:12:03 using GIT_SSH to set credentials SSH Credentials for GitHub 20:12:03 > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 20:12:03 > git rev-parse HEAD^{commit} # timeout=10 20:12:03 > git config core.sparsecheckout # timeout=10 20:12:03 > git checkout -f 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # timeout=10 20:12:07 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:12:08 + echo snap-build.sh 20:12:08 snap-build.sh 20:12:08 + SNAP_BASE_DIR=. 20:12:08 + '[' '!' -z /w/workspace/edgex-go/19 ']' 20:12:08 + SNAP_BASE_DIR=/w/workspace/edgex-go/19 20:12:08 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' 20:12:08 [snap-build] Building snap in dir [/w/workspace/edgex-go/19] 20:12:08 + cd /w/workspace/edgex-go/19 20:12:08 + sudo apt-get remove -qy --purge lxd lxd-client 20:12:08 Reading package lists... 20:12:08 Building dependency tree... 20:12:08 Reading state information... 20:12:08 The following packages were automatically installed and are no longer required: 20:12:08 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:12:08 uidmap xdelta3 20:12:08 Use 'sudo apt autoremove' to remove them. 20:12:08 The following packages will be REMOVED: 20:12:08 lxd* lxd-client* 20:12:08 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:12:08 After this operation, 31.7 MB disk space will be freed. 20:12:09 (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.) 20:12:09 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:12:10 Removing lxd dnsmasq configuration 20:12:10 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:12:10 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:12:11 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:12:11 (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.) 20:12:11 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:12:12 Processing triggers for systemd (237-3ubuntu10.42) ... 20:12:13 Processing triggers for ureadahead (0.100.0-21) ... 20:12:14 + sudo snap remove --purge lxd 20:12:14 snap "lxd" is not installed 20:12:14 + sudo groupadd --force --system lxd 20:12:14 ++ whoami 20:12:14 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:12:14 + newgrp - lxd 20:12:14 + sudo snap install lxd 20:12:22 2021-02-09T20:12:19Z INFO Waiting for automatic snapd restart... 20:12:37 lxd 4.11 from Canonical* installed 20:12:37 + sudo lxd init --auto 20:12:45 + sudo snap install --classic snapcraft 20:12:52 snapcraft 4.5.1 from Canonical* installed 20:12:52 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 20:12:52 + patch --verbose -p1 20:12:52 Hmm... Looks like a unified diff to me... 20:12:52 The text leading up to this was: 20:12:52 -------------------------- 20:12:52 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 20:12:52 |From: Tony Espy 20:12:52 |Date: Wed, 16 Dec 2020 16:34:55 -0500 20:12:52 |Subject: [PATCH] optimize snap build for pipeline CI check 20:12:52 | 20:12:52 |This patch is used by the EdgeX CI pipeline builds to 20:12:52 |optimize the snap CI check run for pull requests. When 20:12:52 |applied, it essentially strips out everything (apps and 20:12:52 |parts) from the snapcraft.yaml file except those required 20:12:52 |to build edgex-go, as the whole idea of the CI check is to 20:12:52 |catch changes to edgex-go that break the snap build. 20:12:52 | 20:12:52 |In general, anyone updating snapcraft.yaml will also need 20:12:52 |to update this patch file, otherwise it may fail to apply, 20:12:52 |resulting in a failed snap build CI check in the associated 20:12:52 |pull request. 20:12:52 | 20:12:52 |Note - in addition to applying this patch, the pipeline also 20:12:52 |only primes the snap (e.g. `snapcraft prime`), as there's no 20:12:52 |need to build the finally binary .snap file (and it won't 20:12:52 |work with the patch applied). This further reduces the build 20:12:52 |time. 20:12:52 |--- 20:12:52 | snap/snapcraft.yaml | 461 +------------------------------------------- 20:12:52 | 1 file changed, 2 insertions(+), 459 deletions(-) 20:12:52 | 20:12:52 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 20:12:52 |index 1e537489..faf42425 100644 20:12:52 |--- a/snap/snapcraft.yaml 20:12:52 |+++ b/snap/snapcraft.yaml 20:12:52 -------------------------- 20:12:52 patching file snap/snapcraft.yaml 20:12:52 Using Plan A... 20:12:52 Hunk #1 succeeded at 73. 20:12:52 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 20:12:52 Hunk #3 succeeded at 217 (offset 3 lines). 20:12:52 Hunk #4 succeeded at 225 (offset 3 lines). 20:12:52 Hunk #5 succeeded at 232 (offset 3 lines). 20:12:52 Hunk #6 succeeded at 259 (offset 3 lines). 20:12:52 Hunk #7 succeeded at 293 (offset 3 lines). 20:12:52 Hunk #8 succeeded at 352 (offset 11 lines). 20:12:52 Hmm... Ignoring the trailing garbage. 20:12:52 done 20:12:52 + sudo snapcraft prime --use-lxd 20:12:53 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:12:53 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: 20:12:53 - README.md 20:12:53 - snapcraft.yaml.orig 20:12:53 20:12:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:12:53 Launching a container. 20:13:06 Waiting for container to be ready 20:13:06 To start your first instance, try: lxc launch ubuntu:18.04 20:13:06 20:13:08 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:13:08 Waiting for network to be ready... 20:13:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:13:09 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:13:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] 20:13:09 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:13:09 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:13:10 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:13:10 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:13:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:13:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:13:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:13:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:13:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 20:13:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 20:13:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 20:13:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 20:13:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 20:13:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] 20:13:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 20:13:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:13:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 20:13:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 20:13:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 20:13:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 20:13:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 20:13:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 20:13:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 20:13:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 20:13:13 Fetched 23.9 MB in 4s (5808 kB/s) 20:13:13 Reading package lists... 20:13:14 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:13:14 ---> 5147c26a3d1f 20:13:14 Step 3/26 : WORKDIR /edgex-go 20:13:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:13:14 ---> 5147c26a3d1f 20:13:14 Step 3/22 : WORKDIR /edgex-go 20:13:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:13:14 ---> 5147c26a3d1f 20:13:14 Step 3/23 : WORKDIR /edgex-go 20:13:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:13:14 ---> 5147c26a3d1f 20:13:14 Step 3/21 : WORKDIR /edgex-go 20:13:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:13:14 ---> 5147c26a3d1f 20:13:14 Step 3/23 : WORKDIR /edgex-go 20:13:14 ---> Running in aec68f8e20f1 20:13:14 ---> Running in 56154bc2b0ff 20:13:14 ---> Running in e08a13628aa9 20:13:14 ---> Running in 17c727b53f4d 20:13:14 ---> Running in 198f350036fb 20:13:14 Removing intermediate container aec68f8e20f1 20:13:14 ---> 8ed45e8a4ec0 20:13:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:14 Removing intermediate container 17c727b53f4d 20:13:14 ---> 12e990f7d865 20:13:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 56154bc2b0ff 20:13:14 ---> 135ca0939eb2 20:13:14 20:13:14 Removing intermediate container 198f350036fb 20:13:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:14 ---> 82f48e5c7ed7 20:13:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:14 Removing intermediate container e08a13628aa9 20:13:14 ---> 0f30a62c44fd 20:13:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:14 ---> Running in 11a2b309c867 20:13:14 ---> Running in 195175e5bb56 20:13:14 ---> Running in 61b6aca68947 20:13:14 ---> Running in d9855facb4f8 20:13:14 ---> Running in 83afdd202060 20:13:14 Removing intermediate container 11a2b309c867 20:13:14 ---> bee6b4732b09 20:13:14 Step 5/21 : RUN apk add --update --no-cache make git 20:13:14 ---> Running in 5e1fd302ec4e 20:13:14 Removing intermediate container 195175e5bb56 20:13:14 ---> 42df6ddce55e 20:13:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:13:14 Removing intermediate container d9855facb4f8 20:13:14 ---> 3b10048a7ac6 20:13:14 Step 5/26 : RUN apk add --update --no-cache make bash git 20:13:14 ---> Running in 9eee7979820a 20:13:14 Removing intermediate container 83afdd202060 20:13:14 ---> e5add07a314f 20:13:14 Step 5/23 : RUN apk add --update --no-cache make git 20:13:14 ---> Running in 7f9ec8b13ffa 20:13:14 ---> Running in 2ea7ab9519db 20:13:14 Removing intermediate container 61b6aca68947 20:13:14 ---> efc06c942317 20:13:14 Step 5/23 : RUN apk add --update --no-cache make git 20:13:14 ---> Running in 7b71c1aa954b 20:13:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:13:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:13:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:13:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:13:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:13:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:13:14 OK: 217 MiB in 51 packages 20:13:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:13:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:13:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:13:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:13:14 OK: 217 MiB in 51 packages 20:13:14 OK: 217 MiB in 51 packages 20:13:14 Removing intermediate container 5e1fd302ec4e 20:13:14 ---> ebdbba78e10c 20:13:14 Step 6/21 : COPY go.mod . 20:13:14 Reading package lists... 20:13:14 Building dependency tree... 20:13:14 Reading state information... 20:13:14 The following additional packages will be installed: 20:13:14 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:13:14 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:13:14 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:13:14 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:13:14 Suggested packages: 20:13:14 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:13:14 Recommended packages: 20:13:14 gnupg libsasl2-modules 20:13:14 OK: 217 MiB in 51 packages 20:13:14 The following NEW packages will be installed: 20:13:14 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:13:14 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:13:14 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:13:14 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:13:14 The following packages will be upgraded: 20:13:14 gpg gpg-agent gpgconf libudev1 20:13:14 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 20:13:14 Need to get 3532 kB of archives. 20:13:14 After this operation, 13.3 MB of additional disk space will be used. 20:13:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 20:13:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 20:13:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 20:13:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 20:13:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 20:13:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 20:13:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 20:13:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 20:13:14 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 20:13:14 ---> 4c3d00d6aa8d 20:13:14 Step 7/21 : RUN go mod download 20:13:14 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 20:13:14 OK: 217 MiB in 51 packages 20:13:14 ---> Running in 1f8fcb5b908c 20:13:15 Removing intermediate container 2ea7ab9519db 20:13:15 ---> 5658ec4d78bb 20:13:15 Step 6/23 : COPY go.mod . 20:13:15 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:13:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:13:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:13:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:13:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:13:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:13:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:13:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:13:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:13:15 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:13:15 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:13:15 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:13:15 Removing intermediate container 7b71c1aa954b 20:13:15 ---> 79650990616e 20:13:15 Step 6/23 : COPY go.mod . 20:13:15 debconf: delaying package configuration, since apt-utils is not installed 20:13:15 Fetched 3532 kB in 1s (3481 kB/s) 20:13:15 (Reading database ... 12511 files and directories currently installed.) 20:13:15 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 20:13:15 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:13:15 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 20:13:15 Selecting previously unselected package udev. 20:13:15 (Reading database ... 12511 files and directories currently installed.) 20:13:15 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 20:13:15 Unpacking udev (237-3ubuntu10.44) ... 20:13:16 Selecting previously unselected package libfuse2:amd64. 20:13:16 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:13:16 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:13:16 Selecting previously unselected package fuse. 20:13:16 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:13:16 Unpacking fuse (2.9.7-1ubuntu1) ... 20:13:16 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 20:13:16 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:13:16 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 20:13:16 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:13:16 Removing intermediate container 9eee7979820a 20:13:16 ---> 7b749f85ac11 20:13:16 Step 6/22 : COPY go.mod . 20:13:16 ---> 28fd10b23697 20:13:16 Step 7/23 : RUN go mod download 20:13:16 Removing intermediate container 7f9ec8b13ffa 20:13:16 ---> fb6bfc9b65ce 20:13:16 Step 6/26 : COPY go.mod . 20:13:16 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 20:13:16 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:13:16 Selecting previously unselected package libksba8:amd64. 20:13:16 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:13:16 Unpacking libksba8:amd64 (1.3.5-2) ... 20:13:16 Selecting previously unselected package libroken18-heimdal:amd64. 20:13:16 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:13:16 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:16 ---> c5c2a5aace72 20:13:16 Step 7/23 : RUN go mod download 20:13:16 ---> Running in 09d34f2cda20 20:13:16 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:13:16 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:13:16 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:16 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:13:16 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:13:16 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:16 ---> Running in 50a8f92fcafc 20:13:17 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:13:17 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:13:17 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:17 Selecting previously unselected package libwind0-heimdal:amd64. 20:13:17 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:13:17 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:17 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:13:17 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:13:17 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:17 ---> 17264645d273 20:13:17 Step 7/22 : RUN go mod download 20:13:17 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:13:17 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:13:17 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:17 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:13:17 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:13:17 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:17 ---> Running in b5a6a497a342 20:13:17 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:13:17 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:13:17 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:17 Selecting previously unselected package libsasl2-modules-db:amd64. 20:13:17 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:13:17 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:13:17 Selecting previously unselected package libsasl2-2:amd64. 20:13:17 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:13:17 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:13:17 Selecting previously unselected package libldap-common. 20:13:17 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 20:13:17 ---> d11f76204f90 20:13:17 Step 7/26 : RUN go mod download 20:13:17 ---> Running in 76b664bcc789 20:13:17 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 20:13:17 Selecting previously unselected package libldap-2.4-2:amd64. 20:13:17 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 20:13:17 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 20:13:17 Selecting previously unselected package dirmngr. 20:13:17 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 20:13:17 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 20:13:18 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 20:13:18 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 20:13:18 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:13:18 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:13:18 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:13:18 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 20:13:18 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:18 Setting up libksba8:amd64 (1.3.5-2) ... 20:13:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:13:18 Setting up udev (237-3ubuntu10.44) ... 20:13:18 invoke-rc.d: policy-rc.d denied execution of start. 20:13:18 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:18 Processing triggers for systemd (237-3ubuntu10) ... 20:13:18 Setting up fuse (2.9.7-1ubuntu1) ... 20:13:18 Setting up gpg (2.2.4-1ubuntu1.3) ... 20:13:18 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:18 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:18 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:19 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:19 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:19 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:19 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:13:19 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 20:13:19 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 20:13:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:13:19 Removing intermediate container 1f8fcb5b908c 20:13:19 ---> 6e6b36448540 20:13:19 Step 8/21 : COPY . . 20:13:19 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:13:19 settings in the [Install] section, and DefaultInstance for template units). 20:13:19 This means they are not meant to be enabled using systemctl. 20:13:19 Possible reasons for having this kind of units are: 20:13:19 1) A unit may be statically enabled by being symlinked from another unit's 20:13:19 .wants/ or .requires/ directory. 20:13:19 2) A unit's purpose may be to act as a helper for some other unit which has 20:13:19 a requirement dependency on it. 20:13:19 3) A unit may be started when needed via activation (socket, path, timer, 20:13:19 D-Bus, udev, scripted systemctl call, ...). 20:13:19 4) In case of template units, the unit is meant to be enabled with some 20:13:19 instance name specified. 20:13:20 Reading package lists... 20:13:20 Building dependency tree... 20:13:20 Reading state information... 20:13:20 The following additional packages will be installed: 20:13:20 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:13:20 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:13:20 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:13:20 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:13:20 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:13:20 Suggested packages: 20:13:20 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:13:20 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:13:20 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:13:20 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:13:20 systemd-container policykit-1 20:13:20 Recommended packages: 20:13:20 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:13:20 The following NEW packages will be installed: 20:13:20 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:13:20 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:13:20 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:13:20 multiarch-support openssh-client python3 python3-minimal python3.6 20:13:20 python3.6-minimal snapd squashfs-tools sudo 20:13:20 The following packages will be upgraded: 20:13:20 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:13:20 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 20:13:20 Need to get 35.2 MB of archives. 20:13:20 After this operation, 141 MB of additional disk space will be used. 20:13:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 20:13:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 20:13:20 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 20:13:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 20:13:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 20:13:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:13:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 20:13:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 20:13:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 20:13:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:13:20 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 20:13:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:13:20 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:13:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:13:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:13:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:13:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 20:13:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:13:21 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 20:13:21 Removing intermediate container 09d34f2cda20 20:13:21 ---> 20221a94ea31 20:13:21 Step 8/23 : COPY . . 20:13:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:13:21 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:13:21 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:13:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:13:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:13:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:13:21 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:13:21 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:13:21 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:13:21 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 20:13:21 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 20:13:21 Removing intermediate container 50a8f92fcafc 20:13:21 ---> 8d186260c31c 20:13:21 Step 8/23 : COPY . . 20:13:22 debconf: delaying package configuration, since apt-utils is not installed 20:13:22 Fetched 35.2 MB in 2s (16.1 MB/s) 20:13:22 (Reading database ... 12757 files and directories currently installed.) 20:13:22 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 20:13:22 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:13:23 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 20:13:23 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:13:23 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 20:13:23 (Reading database ... 12757 files and directories currently installed.) 20:13:23 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 20:13:23 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 20:13:23 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 20:13:23 Removing intermediate container b5a6a497a342 20:13:23 ---> a0b8922652a0 20:13:23 Step 8/22 : COPY . . 20:13:23 Removing intermediate container 76b664bcc789 20:13:23 ---> e04954d8edcd 20:13:23 Step 8/26 : COPY . . 20:13:23 (Reading database ... 12757 files and directories currently installed.) 20:13:23 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 20:13:23 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 20:13:24 Setting up apt (1.6.12ubuntu0.2) ... 20:13:24 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:13:24 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:13:24 (Reading database ... 12764 files and directories currently installed.) 20:13:24 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 20:13:24 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 20:13:25 Selecting previously unselected package libpython3.6-minimal:amd64. 20:13:25 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:13:25 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:13:25 Selecting previously unselected package libexpat1:amd64. 20:13:25 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:13:25 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:13:25 Selecting previously unselected package python3.6-minimal. 20:13:25 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:13:25 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 20:13:25 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 20:13:25 Checking for services that may need to be restarted...done. 20:13:25 Checking for services that may need to be restarted...done. 20:13:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:13:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:13:25 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 20:13:26 Selecting previously unselected package python3-minimal. 20:13:26 (Reading database ... 13012 files and directories currently installed.) 20:13:26 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:13:26 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:13:26 Selecting previously unselected package mime-support. 20:13:26 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:13:26 Unpacking mime-support (3.60ubuntu1) ... 20:13:26 Selecting previously unselected package libmpdec2:amd64. 20:13:26 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:13:26 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:13:26 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:13:26 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:13:26 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:13:26 Selecting previously unselected package python3.6. 20:13:26 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:13:26 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 20:13:27 Selecting previously unselected package libpython3-stdlib:amd64. 20:13:27 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:13:27 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:13:27 Setting up python3-minimal (3.6.7-1~18.04) ... 20:13:27 Selecting previously unselected package python3. 20:13:27 (Reading database ... 13442 files and directories currently installed.) 20:13:27 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:13:27 Unpacking python3 (3.6.7-1~18.04) ... 20:13:27 Selecting previously unselected package multiarch-support. 20:13:27 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:13:27 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:13:27 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:13:27 Selecting previously unselected package liblzo2-2:amd64. 20:13:27 (Reading database ... 13479 files and directories currently installed.) 20:13:27 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:13:27 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:13:27 Selecting previously unselected package libbsd0:amd64. 20:13:27 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:13:27 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:13:27 Selecting previously unselected package sudo. 20:13:27 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 20:13:27 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 20:13:27 Selecting previously unselected package apparmor. 20:13:28 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:13:28 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:13:28 Selecting previously unselected package libedit2:amd64. 20:13:28 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:13:28 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:13:28 Selecting previously unselected package libkrb5support0:amd64. 20:13:28 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:13:28 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:13:28 Selecting previously unselected package libk5crypto3:amd64. 20:13:28 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:13:28 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:13:28 Selecting previously unselected package libkeyutils1:amd64. 20:13:28 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:13:28 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:13:28 Selecting previously unselected package libkrb5-3:amd64. 20:13:28 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:13:28 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:13:28 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:13:28 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:13:28 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:13:28 Selecting previously unselected package libssl1.0.0:amd64. 20:13:28 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 20:13:28 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 20:13:28 Selecting previously unselected package openssh-client. 20:13:28 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:13:28 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:13:29 Selecting previously unselected package squashfs-tools. 20:13:29 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 20:13:29 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:13:29 Selecting previously unselected package snapd. 20:13:29 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 20:13:29 Unpacking snapd (2.48+18.04) ... 20:13:31 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:13:31 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 20:13:31 Setting up mime-support (3.60ubuntu1) ... 20:13:31 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 20:13:31 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:13:31 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:13:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:13:32 Setting up systemd (237-3ubuntu10.44) ... 20:13:32 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:13:32 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:13:32 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:13:32 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:13:32 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:13:32 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:13:32 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 20:13:33 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:13:33 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:13:33 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:13:33 Setting up python3 (3.6.7-1~18.04) ... 20:13:33 running python rtupdate hooks for python3.6... 20:13:33 running python post-rtupdate hooks for python3.6... 20:13:33 Setting up apparmor (2.12-4ubuntu5.1) ... 20:13:35 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:13:35 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:13:35 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:13:35 Setting up snapd (2.48+18.04) ... 20:13:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:13:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:13:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:13:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:13:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:13:36 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:13:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:13:36 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:13:37 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:13:37 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:13:37 /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' 20:13:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:13:37 Processing triggers for systemd (237-3ubuntu10.44) ... 20:13:38 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:13:38 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:13:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:13:39 Reading package lists... 20:13:39 Reading package lists... 20:13:40 Building dependency tree... 20:13:40 Reading state information... 20:13:40 Calculating upgrade... 20:13:40 The following packages will be upgraded: 20:13:40 advancecomp base-files bash binutils binutils-common 20:13:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:13:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:13:40 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 20:13:40 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 20:13:40 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 20:13:40 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 20:13:40 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 20:13:40 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 20:13:40 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 20:13:40 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 20:13:40 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 20:13:40 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 20:13:40 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 20:13:40 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 20:13:40 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:13:40 Need to get 63.8 MB of archives. 20:13:40 After this operation, 5188 kB of additional disk space will be used. 20:13:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 20:13:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:13:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:13:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:13:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:13:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:13:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:13:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:13:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:13:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:13:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:13:40 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:13:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:13:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:13:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:13:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:13:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:13:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:13:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:13:40 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:13:40 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:13:40 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:13:40 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:13:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:13:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:13:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:13:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:13:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:13:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:13:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:13:40 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:13:41 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:13:41 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:13:41 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:13:41 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:13:41 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 20:13:41 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 20:13:41 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:13:41 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:13:41 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 20:13:41 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 20:13:41 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 20:13:41 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:13:41 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:13:41 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:13:41 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 20:13:41 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:13:41 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:13:41 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 20:13:41 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 20:13:41 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 20:13:41 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 20:13:41 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:13:41 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:13:41 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:13:41 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:13:41 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:13:41 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:13:41 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:13:41 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:13:41 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:13:41 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:13:41 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:13:41 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:13:41 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:13:41 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:13:41 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:13:41 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:13:41 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:13:41 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:13:41 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:13:41 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:13:41 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:13:41 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:13:41 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:13:41 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:13:41 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:13:41 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:13:41 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:13:41 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 20:13:42 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 20:13:42 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 20:13:42 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 20:13:42 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 20:13:42 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 20:13:42 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 20:13:42 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:13:42 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:13:42 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:13:42 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 20:13:42 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:13:42 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:13:42 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 20:13:42 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:13:42 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:13:42 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:13:42 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:13:42 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:13:42 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:13:42 debconf: delaying package configuration, since apt-utils is not installed 20:13:42 Fetched 63.8 MB in 2s (35.3 MB/s) 20:13:42 (Reading database ... 13912 files and directories currently installed.) 20:13:42 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:13:42 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:13:43 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:13:43 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:13:43 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 20:13:43 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 20:13:44 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:13:44 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:13:44 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:13:44 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:13:44 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:13:44 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:13:44 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:13:44 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:13:45 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:13:45 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:13:45 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:13:45 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:13:45 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:13:45 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:13:45 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:13:45 (Reading database ... 13911 files and directories currently installed.) 20:13:45 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:13:45 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:13:45 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:13:45 (Reading database ... 13911 files and directories currently installed.) 20:13:45 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:13:45 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:13:45 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:13:45 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:13:45 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:13:45 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:13:46 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:13:46 (Reading database ... 13911 files and directories currently installed.) 20:13:46 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:13:46 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:13:46 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:13:46 (Reading database ... 13911 files and directories currently installed.) 20:13:46 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:13:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:13:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:13:46 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:13:47 Setting up base-files (10.1ubuntu2.10) ... 20:13:47 Installing new version of config file /etc/issue ... 20:13:47 Installing new version of config file /etc/issue.net ... 20:13:47 Installing new version of config file /etc/lsb-release ... 20:13:47 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:13:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:13:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:13:47 Removing obsolete conffile /etc/default/motd-news ... 20:13:47 (Reading database ... 13912 files and directories currently installed.) 20:13:47 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:13:47 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:13:47 Setting up bash (4.4.18-2ubuntu1.2) ... 20:13:47 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 20:13:47 (Reading database ... 13912 files and directories currently installed.) 20:13:47 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:48 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:13:48 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:13:48 (Reading database ... 13912 files and directories currently installed.) 20:13:48 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:13:48 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:13:48 Setting up tar (1.29b-2ubuntu0.2) ... 20:13:48 (Reading database ... 13912 files and directories currently installed.) 20:13:48 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:13:48 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:13:48 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:13:48 (Reading database ... 13912 files and directories currently installed.) 20:13:48 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:13:48 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:13:48 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:13:48 (Reading database ... 13912 files and directories currently installed.) 20:13:48 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:13:48 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:13:49 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:13:49 (Reading database ... 13912 files and directories currently installed.) 20:13:49 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:13:49 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:13:49 Setting up grep (3.1-2build1) ... 20:13:49 (Reading database ... 13912 files and directories currently installed.) 20:13:49 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:13:49 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:13:49 Setting up login (1:4.5-1ubuntu2) ... 20:13:49 (Reading database ... 13912 files and directories currently installed.) 20:13:49 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:13:49 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:13:50 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:13:50 (Reading database ... 13912 files and directories currently installed.) 20:13:50 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:13:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:13:50 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:13:50 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:13:50 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:13:50 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:13:50 ---> 7e26e7281a9a 20:13:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:13:50 ---> f85f5b162d5a 20:13:50 Step 9/23 : RUN make cmd/core-command/core-command 20:13:50 ---> a1a88f5b1e51 20:13:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:13:50 ---> 2e8aa41d1467 20:13:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:13:50 ---> 2b60b1df1ba6 20:13:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> Running in 91588794195c 20:13:50 ---> Running in 67ad72bca750 20:13:50 20:13:50 ---> Running in 73c92745931d 20:13:50 ---> Running in 982b605196c7 20:13:50 ---> Running in 2d458b5ab408 20:13:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:13: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 20:13:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:13:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:13:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:13:51 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:13:51 (Reading database ... 13912 files and directories currently installed.) 20:13:51 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:13:51 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:13:52 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:13:52 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:13:52 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:13:52 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:13:52 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:13:52 (Reading database ... 13912 files and directories currently installed.) 20:13:52 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:13:52 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:13:52 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:13:52 (Reading database ... 13912 files and directories currently installed.) 20:13:52 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:52 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:53 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:13:53 (Reading database ... 13912 files and directories currently installed.) 20:13:53 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:53 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:53 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:13:53 (Reading database ... 13912 files and directories currently installed.) 20:13:53 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:53 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:53 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:13:53 (Reading database ... 13912 files and directories currently installed.) 20:13:53 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:53 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:53 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:13:53 (Reading database ... 13912 files and directories currently installed.) 20:13:53 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:13:53 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:13:53 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:13:53 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:13:54 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:13:54 (Reading database ... 13912 files and directories currently installed.) 20:13:54 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:13:54 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:13:54 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:13:54 (Reading database ... 13912 files and directories currently installed.) 20:13:54 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:54 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:54 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:13:54 (Reading database ... 13912 files and directories currently installed.) 20:13:54 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:54 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:54 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:13:54 (Reading database ... 13912 files and directories currently installed.) 20:13:54 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:54 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:55 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:13:55 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:13:55 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:13:56 (Reading database ... 13912 files and directories currently installed.) 20:13:56 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:13:56 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:13:56 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:13:56 (Reading database ... 13912 files and directories currently installed.) 20:13:56 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:13:56 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:13:56 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:13:56 (Reading database ... 13914 files and directories currently installed.) 20:13:56 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:13:56 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:13:56 Setting up debconf (1.5.66ubuntu1) ... 20:13:57 (Reading database ... 13914 files and directories currently installed.) 20:13:57 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 20:13:57 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:13:57 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 20:13:57 (Reading database ... 13914 files and directories currently installed.) 20:13:57 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 20:13:57 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:13:57 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 20:13:57 (Reading database ... 13914 files and directories currently installed.) 20:13:57 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:13:57 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:13:57 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:13:57 (Reading database ... 13914 files and directories currently installed.) 20:13:57 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:13:57 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:13:58 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 20:13:58 (Reading database ... 13914 files and directories currently installed.) 20:13:58 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:13:58 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:13:58 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:13:58 (Reading database ... 13914 files and directories currently installed.) 20:13:58 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:58 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:58 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 20:13:58 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:13:58 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:13:58 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:13:58 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:13:58 (Reading database ... 13914 files and directories currently installed.) 20:13:58 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:13:59 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:13:59 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:13:59 (Reading database ... 13914 files and directories currently installed.) 20:13:59 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 20:13:59 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:13:59 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 20:13:59 (Reading database ... 13914 files and directories currently installed.) 20:13:59 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:13:59 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:13:59 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:13:59 (Reading database ... 13914 files and directories currently installed.) 20:13:59 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 20:14:00 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 20:14:00 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 20:14:00 (Reading database ... 13914 files and directories currently installed.) 20:14:00 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:14:00 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:14:00 Setting up passwd (1:4.5-1ubuntu2) ... 20:14:00 (Reading database ... 13914 files and directories currently installed.) 20:14:00 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 20:14:00 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:14:00 Setting up gpgv (2.2.4-1ubuntu1.3) ... 20:14:00 (Reading database ... 13914 files and directories currently installed.) 20:14:00 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:14:00 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:14:01 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:14:01 (Reading database ... 13914 files and directories currently installed.) 20:14:01 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:14:01 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:14:01 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:14:01 (Reading database ... 13914 files and directories currently installed.) 20:14:01 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:14:01 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:14:01 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:14:01 (Reading database ... 13914 files and directories currently installed.) 20:14:01 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:14:01 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:14:01 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:14:01 (Reading database ... 13914 files and directories currently installed.) 20:14:01 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 20:14:01 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 20:14:01 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 20:14:02 (Reading database ... 13914 files and directories currently installed.) 20:14:02 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 20:14:02 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 20:14:02 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 20:14:02 (Reading database ... 13915 files and directories currently installed.) 20:14:02 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:14:02 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:14:02 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:14:02 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:14:02 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 20:14:02 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 20:14:02 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 20:14:02 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 20:14:02 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:14:03 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:14:03 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:14:03 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:14:03 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:14:03 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:14:03 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:14:03 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:14:03 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:14:03 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:14:03 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:14:03 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:14:03 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:14:03 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:14:04 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 20:14:04 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 20:14:05 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:14:05 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:14:05 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:14:05 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:14:05 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:14:05 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:14:05 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:14:05 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:14:05 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:14:05 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:14:05 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:14:05 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:14:06 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:14:06 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:14:06 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:14:06 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:14:06 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:14:06 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:14:06 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:14:06 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:14:07 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:14:07 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:14:08 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:14:08 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:14:09 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:14:09 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:14:09 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:14:09 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:14:10 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:14:10 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:14:10 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:14:10 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:14:10 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:14:10 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:14:10 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:14:10 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:14:10 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:14:10 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:14:10 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:14:11 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:14:11 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:14:11 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:14:11 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:14:11 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:14:11 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:14:11 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:14:11 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:14:11 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:14:11 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:14:11 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:14:11 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:14:11 Setting up tzdata (2021a-0ubuntu0.18.04) ... 20:14:11 20:14:11 Current default time zone: 'Etc/UTC' 20:14:11 Local time is now: Tue Feb 9 20:14:11 UTC 2021. 20:14:11 Universal Time is now: Tue Feb 9 20:14:11 UTC 2021. 20:14:11 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:14:11 20:14:11 Setting up systemd-sysv (237-3ubuntu10.44) ... 20:14:11 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:14:11 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 20:14:11 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:14:11 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:14:11 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:14:11 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:14:11 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:14:12 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:14:12 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:14:12 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:14:12 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:14:12 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:14:12 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 20:14:12 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:14:12 Setting up patch (2.7.6-2ubuntu1.1) ... 20:14:12 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:14:12 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:14:12 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 20:14:12 Installing new version of config file /etc/ssl/openssl.cnf ... 20:14:12 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:14:12 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:14:12 Setting up ca-certificates (20210119~18.04.1) ... 20:14:14 Updating certificates in /etc/ssl/certs... 20:14:15 23 added, 27 removed; done. 20:14:15 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:14:15 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:14:15 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:14:15 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:14:15 Setting up pkgbinarymangler (138.18.04.1) ... 20:14:15 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:14:15 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 20:14:15 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:14:15 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:14:15 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:14:15 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:14:15 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:14:15 Setting up perl (5.26.1-6ubuntu0.5) ... 20:14:15 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 20:14:15 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:14:15 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:14:15 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 20:14:15 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:14:15 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:14:15 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:14:15 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:14:15 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:14:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:14:15 Processing triggers for systemd (237-3ubuntu10.44) ... 20:14:15 Processing triggers for mime-support (3.60ubuntu1) ... 20:14:16 Processing triggers for ca-certificates (20210119~18.04.1) ... 20:14:16 Updating certificates in /etc/ssl/certs... 20:14:16 0 added, 0 removed; done. 20:14:16 Running hooks in /etc/ca-certificates/update.d... 20:14:16 done. 20:14:17 Reading package lists... 20:14:17 Building dependency tree... 20:14:17 Reading state information... 20:14:17 The following NEW packages will be installed: 20:14:17 apt-transport-https 20:14:17 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:14:17 Need to get 1696 B of archives. 20:14:17 After this operation, 153 kB of additional disk space will be used. 20:14:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 20:14:17 debconf: delaying package configuration, since apt-utils is not installed 20:14:17 Fetched 1696 B in 0s (48.2 kB/s) 20:14:17 Selecting previously unselected package apt-transport-https. 20:14:17 (Reading database ... 13920 files and directories currently installed.) 20:14:17 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 20:14:17 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 20:14:17 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 20:14:17 Waiting for network to be ready... 20:14:24 2021-02-09T20:14:20Z INFO Waiting for automatic snapd restart... 20:14:24 snapd 2.48.2.1 from Canonical* installed 20:14:25 "snapd" switched to the "latest/stable" channel 20:14:25 20:14:27 core18 20210128 from Canonical* installed 20:14:27 "core18" switched to the "latest/stable" channel 20:14:27 20:14:31 snapcraft 4.5.1 from Canonical* installed 20:14:31 "snapcraft" switched to the "latest/stable" channel 20:14:31 20:14:34 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: 20:14:34 - README.md 20:14:34 - snapcraft.yaml.orig 20:14:34 20:14:34 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:14:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:14:41 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 20:14:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:14:41 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:14:41 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 20:14:42 Fetched 2061 kB in 1s (1473 kB/s) 20:14:43 Reading package lists... 20:14:43 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 20:14:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:14:50 Reading package lists... 20:14:50 Building dependency tree... 20:14:50 Reading state information... 20:14:50 Suggested packages: 20:14:50 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:14:50 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:14:50 Recommended packages: 20:14:50 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:14:50 The following NEW packages will be installed: 20:14:50 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:14:50 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:14:50 pkg-config zip 20:14:50 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:14:50 Need to get 7655 kB of archives. 20:14:50 After this operation, 43.7 MB of additional disk space will be used. 20:14:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 20:14:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 20:14:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 20:14:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 20:14:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:14:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:14:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:14:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:14:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:14:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:14:50 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:14:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:14:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:14:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:14:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:14:50 debconf: delaying package configuration, since apt-utils is not installed 20:14:50 Fetched 7655 kB in 1s (10.6 MB/s) 20:14:50 Selecting previously unselected package libglib2.0-0:amd64. 20:14:50 (Reading database ... 13924 files and directories currently installed.) 20:14:50 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 20:14:50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 20:14:51 Selecting previously unselected package libpsl5:amd64. 20:14:51 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:14:51 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:14:51 Selecting previously unselected package libnghttp2-14:amd64. 20:14:51 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:14:51 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:14:51 Selecting previously unselected package librtmp1:amd64. 20:14:51 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:14:51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:14:51 Selecting previously unselected package libcurl3-gnutls:amd64. 20:14:51 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 20:14:51 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:14:51 Selecting previously unselected package liberror-perl. 20:14:51 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:14:51 Unpacking liberror-perl (0.17025-1) ... 20:14:51 Selecting previously unselected package git-man. 20:14:51 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:14:51 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 20:14:51 Selecting previously unselected package git. 20:14:51 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 20:14:51 Unpacking git (1:2.17.1-1ubuntu0.7) ... 20:14:52 Selecting previously unselected package libnorm1:amd64. 20:14:52 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:14:52 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:14:52 Selecting previously unselected package libpgm-5.2-0:amd64. 20:14:52 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:14:52 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:14:52 Selecting previously unselected package libsodium23:amd64. 20:14:52 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:14:52 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:14:52 Selecting previously unselected package libzmq5:amd64. 20:14:52 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:14:52 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:14:52 Selecting previously unselected package libzmq3-dev:amd64. 20:14:52 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:14:52 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:14:53 Selecting previously unselected package pkg-config. 20:14:53 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:14:53 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:14:53 Selecting previously unselected package zip. 20:14:53 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:14:53 Unpacking zip (3.0-11build1) ... 20:14:53 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:14:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:14:53 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:14:53 Setting up liberror-perl (0.17025-1) ... 20:14:53 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:14:53 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 20:14:53 No schema files found: doing nothing. 20:14:53 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:14:53 Setting up zip (3.0-11build1) ... 20:14:53 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:14:53 Setting up libsodium23:amd64 (1.0.16-2) ... 20:14:53 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:14:53 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:14:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:14:53 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:14:53 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:14:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:15:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:15:00 git set to automatically installed. 20:15:00 git-man set to automatically installed. 20:15:00 libcurl3-gnutls set to automatically installed. 20:15:00 liberror-perl set to automatically installed. 20:15:00 libglib2.0-0 set to automatically installed. 20:15:00 libnghttp2-14 set to automatically installed. 20:15:00 libnorm1 set to automatically installed. 20:15:00 libpgm-5.2-0 set to automatically installed. 20:15:00 libpsl5 set to automatically installed. 20:15:00 librtmp1 set to automatically installed. 20:15:00 libsodium23 set to automatically installed. 20:15:00 libzmq3-dev set to automatically installed. 20:15:00 libzmq5 set to automatically installed. 20:15:00 pkg-config set to automatically installed. 20:15:00 zip set to automatically installed. 20:15:04 snapd is not logged in, snap install commands will use sudo 20:15:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:15:10 snap "core18" has no updates available 20:15:11 Pulling config-common 20:15:11 + snapcraftctl pull 20:15:12 Pulling go-build-helper 20:15:12 + snapcraftctl pull 20:15:12 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 20:15:24 Removing intermediate container 2d458b5ab408 20:15:24 ---> 4b92017b4291 20:15:24 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:15:25 ---> Running in ea609438ce74 20:15:25 Removing intermediate container 67ad72bca750 20:15:25 ---> bd5325e49c16 20:15:25 20:15:25 Step 10/21 : FROM alpine:3.12 20:15:25 3.12: Pulling from library/alpine 20:15:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:15:27 Status: Downloaded newer image for alpine:3.12 20:15:27 ---> afeebe901d6b 20:15:27 Step 11/21 : RUN apk add --update --no-cache curl 20:15: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 20:15:27 ---> Running in 085b000b1612 20:15:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:30 (1/4) Installing ca-certificates (20191127-r4) 20:15:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:15:30 (3/4) Installing libcurl (7.69.1-r3) 20:15:30 (4/4) Installing curl (7.69.1-r3) 20:15:30 Executing busybox-1.31.1-r19.trigger 20:15:30 Executing ca-certificates-20191127-r4.trigger 20:15:31 OK: 7 MiB in 18 packages 20:15:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:15:34 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:15:34 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:15:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] 20:15:34 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:15:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:15:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:15:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:15:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 20:15:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:15:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:15:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:15:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 20:15:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 20:15:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 20:15:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 20:15:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] 20:15:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 20:15:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:15:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 20:15:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 20:15:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 20:15:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 20:15:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 20:15:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 20:15:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 20:15:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 20:15:34 Fetched 23.9 MB in 0s (0 B/s) 20:15:34 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:15:34 Fetched 96.5 kB in 0s (0 B/s) 20:15:34 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:15:34 Fetched 279 kB in 0s (0 B/s) 20:15:34 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:15:34 Fetched 122 kB in 0s (0 B/s) 20:15:34 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:15:34 Fetched 77.8 kB in 0s (0 B/s) 20:15:34 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:15:34 Fetched 8848 B in 0s (0 B/s) 20:15:34 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:15:34 Fetched 47.8 kB in 0s (0 B/s) 20:15:34 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:15:34 Fetched 45.6 kB in 0s (0 B/s) 20:15:34 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:15:34 Fetched 15.0 kB in 0s (0 B/s) 20:15:34 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 20:15:34 Fetched 214 kB in 0s (0 B/s) 20:15:34 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 20:15:34 Fetched 155 kB in 0s (0 B/s) 20:15:34 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:15:34 Fetched 50.6 kB in 0s (0 B/s) 20:15:34 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:15:34 Fetched 14.8 kB in 0s (0 B/s) 20:15:34 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:15:34 Fetched 41.8 kB in 0s (0 B/s) 20:15:34 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:15:34 Fetched 499 kB in 0s (0 B/s) 20:15:34 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:15:34 Fetched 111 kB in 0s (0 B/s) 20:15:34 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:15:34 Fetched 240 kB in 0s (0 B/s) 20:15:34 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:15:34 Fetched 29.3 kB in 0s (0 B/s) 20:15:34 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:15:34 Fetched 85.5 kB in 0s (0 B/s) 20:15:34 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:15:34 Fetched 24.5 kB in 0s (0 B/s) 20:15:34 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:15:34 Fetched 49.2 kB in 0s (0 B/s) 20:15:34 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:15:34 Fetched 54.2 kB in 0s (0 B/s) 20:15:34 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:15:34 Fetched 30.8 kB in 0s (0 B/s) 20:15:34 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 20:15:34 Fetched 16.6 kB in 0s (0 B/s) 20:15:34 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:15:34 Fetched 85.9 kB in 0s (0 B/s) 20:15:34 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:15:34 Fetched 8720 B in 0s (0 B/s) 20:15:34 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 20:15:34 Fetched 137 kB in 0s (0 B/s) 20:15:34 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:15:34 Fetched 119 kB in 0s (0 B/s) 20:15:34 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 20:15:34 Fetched 109 kB in 0s (0 B/s) 20:15:34 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:15:34 Fetched 11.1 kB in 0s (0 B/s) 20:15:34 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:15:34 Fetched 645 kB in 0s (0 B/s) 20:15:34 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:15:34 Fetched 41.3 kB in 0s (0 B/s) 20:15:34 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:15:34 Fetched 17.9 kB in 0s (0 B/s) 20:15:34 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:15:34 Fetched 368 kB in 0s (0 B/s) 20:15:34 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:15:34 Fetched 187 kB in 0s (0 B/s) 20:15:34 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:15:34 Fetched 175 kB in 0s (0 B/s) 20:15:34 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:15:34 Removing intermediate container ea609438ce74 20:15:34 ---> a8fcac59f3d4 20:15:34 20:15:34 Step 11/26 : FROM docker:20.10.0 20:15:34 20.10.0: Pulling from library/docker 20:15:34 Removing intermediate container 085b000b1612 20:15:34 ---> 045c88b0f2b7 20:15:34 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:15:35 ---> Running in 1e8db803b80f 20:15:36 Removing intermediate container 91588794195c 20:15:36 ---> 87f4a6661250 20:15:36 20:15:36 Step 10/23 : FROM alpine:3.12 20:15:36 ---> afeebe901d6b 20:15:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:15:36 Removing intermediate container 1e8db803b80f 20:15:36 ---> 8272f7c685f4 20:15:36 Step 13/21 : WORKDIR /edgex 20:15:36 ---> Running in ae0fc8053be3 20:15:37 ---> Running in 17f23358c00b 20:15:37 Fetched 206 kB in 0s (0 B/s) 20:15:37 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 20:15:37 Fetched 1301 kB in 0s (0 B/s) 20:15:37 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:15:37 Fetched 36.2 kB in 0s (0 B/s) 20:15:37 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 20:15:37 Fetched 159 kB in 0s (0 B/s) 20:15:37 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:15:37 Fetched 107 kB in 0s (0 B/s) 20:15:37 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:15:37 Fetched 48.7 kB in 0s (0 B/s) 20:15:37 Pulling static-packages 20:15:37 + snapcraftctl pull 20:15:38 'go115' has dependencies that need to be staged: go-build-helper static-packages 20:15:38 Skipping pull go-build-helper (already ran) 20:15:38 Skipping pull static-packages (already ran) 20:15:38 Building go-build-helper 20:15:38 + snapcraftctl build 20:15:39 Removing intermediate container 17f23358c00b 20:15:39 ---> 8912adb17a06 20:15:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:15:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:39 (1/1) Installing dumb-init (1.2.2-r1) 20:15:40 Executing busybox-1.31.1-r19.trigger 20:15:40 OK: 5 MiB in 15 packages 20:15:41 Removing intermediate container 982b605196c7 20:15:41 ---> 24197e0949e3 20:15:41 20:15:41 Step 10/22 : FROM alpine:3.12 20:15:41 ---> afeebe901d6b 20:15:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:15:41 ---> 7ca94957072b 20:15:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:15:41 ---> Running in 243484320fa2 20:15:41 Building static-packages 20:15:41 + snapcraftctl build 20:15:42 Removing intermediate container ae0fc8053be3 20:15:42 ---> f7a24170a72d 20:15:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:15:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:43 ---> 9a49830ef0d8 20:15:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:15:43 ---> Running in 1a8a83610af5 20:15:43 Staging go-build-helper 20:15:43 + snapcraftctl stage 20:15:43 (1/2) Installing ca-certificates (20191127-r4) 20:15:43 (2/2) Installing dumb-init (1.2.2-r1) 20:15:44 Executing busybox-1.31.1-r19.trigger 20:15:44 Executing ca-certificates-20191127-r4.trigger 20:15:44 OK: 6 MiB in 16 packages 20:15:44 Removing intermediate container 1a8a83610af5 20:15:44 ---> 447c636f7b95 20:15:44 Step 13/23 : ENV APP_PORT=48082 20:15:44 Staging static-packages 20:15:44 + snapcraftctl stage 20:15:45 ---> Running in fa9ef49c4ad4 20:15:45 Pulling go115 20:15:45 + snapcraftctl pull 20:15:46 ---> 00c5abd15d5f 20:15:46 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:15:46 Removing intermediate container fa9ef49c4ad4 20:15:46 ---> 987e984b6346 20:15:46 Step 14/23 : EXPOSE $APP_PORT 20:15:46 'edgex-go' has dependencies that need to be staged: go115 20:15:46 Skipping pull go115 (already ran) 20:15:46 Building go115 20:15:46 + dpkg --print-architecture 20:15:46 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 20:15:46 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 20:15:46 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 20:15:46 % Total % Received % Xferd Average Speed Time Time Time Current 20:15:46 Dload Upload Total Spent Left Speed 20:15:46 ---> Running in 009334a36e79 20:15:46 ---> Running in 62cfacc0b521 20:15:47 Removing intermediate container 243484320fa2 20:15:47 ---> 5fd4b27f5563 20:15:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:15:47 Removing intermediate container 009334a36e79 20:15:47 ---> ae04a3ebe1c1 20:15:47 Step 18/21 : CMD ["--init=true"] 20:15:47 Removing intermediate container 73c92745931d 20:15:47 ---> 8b70c5807456 20:15:47 20:15:47 Step 10/23 : FROM alpine:3.12 20:15:47 ---> afeebe901d6b 20:15:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:15:47 ---> Using cache 20:15:47 ---> f7a24170a72d 20:15:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:15:47 ---> Using cache 20:15:47 ---> 447c636f7b95 20:15:47 Step 13/23 : ENV APP_PORT=48081 20:15:47 ---> Running in dccc69c8d48f 20:15:48 Removing intermediate container 62cfacc0b521 20:15:48 ---> c12451b90c41 20:15:48 Step 15/23 : WORKDIR / 20:15:48 ---> Running in 6208464c4fc2 20:15:48 ---> Running in 208e887a6ffb 20:15:48 ---> Running in 79990a6ea18a 20:15:48 Removing intermediate container dccc69c8d48f 20:15:48 ---> 88229d0e8419 20:15:48 Step 13/22 : ENV APP_PORT=48060 20:15:48 ---> Running in 803390c6b422 20:15:49 Removing intermediate container 6208464c4fc2 20:15:49 ---> 3b2c1dc8602b 20:15:49 Step 19/21 : LABEL arch=arm64 20:15:49 Removing intermediate container 208e887a6ffb 20:15:49 ---> 12f59dcb51ab 20:15:49 Step 14/23 : EXPOSE $APP_PORT 20:15:49 Removing intermediate container 79990a6ea18a 20:15:49 ---> 25a80e7a6320 20:15:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:15:49 ---> Running in 8e3ed543c70b 20:15:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.6M 0 0 26.1M 0 0:00:04 --:--:-- 0:00:04 26.1M 56 115M 56 65.7M 0 0 35.2M 0 0:00:03 0:00:01 0:00:02 35.2M 100 115M 100 115M 0 0 40.3M 0 0:00:02 0:00:02 --:--:-- 40.3M 20:15:49 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 20:15:49 + sha256sum -c sha256 20:15:49 + grep OK 20:15:49 ---> Running in ff796f7f8c9c 20:15:49 go1.15.2.linux-amd64.tar.gz: OK 20:15:49 + mkdir -p /root/stage/go1.15 20:15:49 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 20:15:49 Removing intermediate container 803390c6b422 20:15:49 ---> 6200bb04f6f4 20:15:49 Step 14/22 : EXPOSE $APP_PORT 20:15:49 Removing intermediate container 8e3ed543c70b 20:15:49 ---> 2b7bf7bcf88f 20:15:50 Step 20/21 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:15:50 ---> Running in 096ee1d9acb3 20:15:50 ---> Running in 170c3a95de79 20:15:50 ---> 864c2390a6c0 20:15:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:15:50 Removing intermediate container ff796f7f8c9c 20:15:50 ---> 6c4a5242d5e5 20:15:50 Step 15/23 : WORKDIR / 20:15:50 ---> Running in 39e4b6a5afb5 20:15:50 Removing intermediate container 096ee1d9acb3 20:15:50 ---> b71635bbe786 20:15:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:15:50 Removing intermediate container 170c3a95de79 20:15:50 ---> 088f6e9b2a3c 20:15:50 Step 21/21 : LABEL version=0.0.0 20:15:51 ---> Running in 29cd068b66ba 20:15:51 Removing intermediate container 39e4b6a5afb5 20:15:51 ---> 28518b257f91 20:15:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:15:52 ---> 6ef4a9f092a6 20:15:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:15:52 Removing intermediate container 29cd068b66ba 20:15:52 ---> ef1737d6c214 20:15:52 20:15:52 ---> afe502603d66 20:15:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:15:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:15:52 Status: Downloaded newer image for docker:20.10.0 20:15:52 ---> eeaf43b92773 20:15:52 Step 12/26 : RUN apk add --no-cache bash 20:15:52 ---> 0d42b09cea8a 20:15:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:15:52 ---> Running in b0436a7b586b 20:15:52 Successfully built ef1737d6c214 20:15:52 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:15:52  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 20:15:53 ---> ec17d0dd3399 20:15:53 Step 19/23 : ENTRYPOINT ["/core-command"] 20:15:53 ---> Running in 6acbadc97f60 20:15:53 Staging go115 20:15:53 + snapcraftctl stage 20:15:54 ---> fbb2d2e1c0d3 20:15:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:15:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:54 ---> e31ec79ecdc4 20:15:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:15:55 (1/2) Installing readline (8.0.4-r0) 20:15:55 (2/2) Installing bash (5.0.17-r0) 20:15:55 Executing bash-5.0.17-r0.post-install 20:15:55 Executing busybox-1.31.1-r19.trigger 20:15:55 OK: 12 MiB in 22 packages 20:15:55 Removing intermediate container 6acbadc97f60 20:15:55 ---> db591cdc50f1 20:15:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:15:55 ---> 688c4edb6c3d 20:15:55 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:15:55 ---> Running in 55464cc1b294 20:15:56 ---> Running in 4d3828396512 20:15:56 ---> 68ab4273bde3 20:15:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:15:56 Removing intermediate container 55464cc1b294 20:15:56 ---> e20005c2442d 20:15:56 Step 21/23 : LABEL arch=arm64 20:15:56 ---> Running in 85347d39448d 20:15:56 Removing intermediate container 4d3828396512 20:15:56 ---> Running in e3eccf46e029 20:15:56 ---> 8073cd49a5c4 20:15:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:15:57 ---> Running in 95b355e2e77a 20:15:57 Removing intermediate container b0436a7b586b 20:15:57 ---> 44a7468d4a3d 20:15:57 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:15:57 Removing intermediate container 85347d39448d 20:15:57 ---> 1c13760c1c24 20:15:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:15:57 ---> Running in 413cdbafe0a8 20:15:57 Removing intermediate container e3eccf46e029 20:15:57 ---> 2a00b9ce6130 20:15:57 Step 22/23 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:15:58 ---> Running in e456f747c7e3 20:15:58 Removing intermediate container 95b355e2e77a 20:15:58 ---> 85b2c3717875 20:15:58 Step 20/22 : LABEL arch=arm64 20:15:58 ---> Running in c2883d04eee0 20:15:58 ---> Running in 210d008c21ca 20:15:58 Removing intermediate container 413cdbafe0a8 20:15:58 ---> 3a642c8152d9 20:15:58 Step 14/26 : ENV APP_PORT=48090 20:15:58 Removing intermediate container e456f747c7e3 20:15:58 ---> 851af8b9a84b 20:15:58 Step 21/23 : LABEL arch=arm64 20:15:59 Removing intermediate container c2883d04eee0 20:15:59 ---> 49b8215b1ecd 20:15:59 Step 23/23 : LABEL version=0.0.0 20:15:59 ---> Running in ae7ae22e66ec 20:15:59 ---> Running in a5eecc0f0756 20:15:59 Removing intermediate container 210d008c21ca 20:15:59 ---> 874b979af134 20:15:59 Step 21/22 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:15:59 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:15:59 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:15:59 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:15:59 Fetched 0 B in 0s (0 B/s) 20:15:59 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:15:59 Fetched 224 kB in 0s (0 B/s) 20:15:59 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:15:59 Fetched 157 kB in 0s (0 B/s) 20:15:59 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:15:59 Fetched 221 kB in 0s (0 B/s) 20:15:59 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:15:59 Fetched 143 kB in 0s (0 B/s) 20:15:59 Pulling edgex-go 20:15:59 + snapcraftctl pull 20:15:59 ---> Running in d5adeaa783f0 20:15:59 ---> Running in 085874fe434f 20:15:59 Pulling version 20:15:59 + cd /root/project 20:15:59 + [ -f VERSION ] 20:15:59 + PROJECT_VERSION=local-dev 20:15:59 + git rev-parse --short HEAD 20:15:59 + GIT_REVISION=82e3a622 20:15:59 + snapcraftctl set-version local-dev 20:15:59 Removing intermediate container a5eecc0f0756 20:15:59 Removing intermediate container ae7ae22e66ec 20:15:59 ---> 7c8565a77d55 20:15:59 Step 15/26 : EXPOSE $APP_PORT 20:15:59 ---> b032023ea85c 20:15:59 Step 22/23 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:16:00 ---> Running in 09a881dcb561 20:16:00 ---> Running in 71dd3f9232f8 20:16:00 Removing intermediate container 085874fe434f 20:16:00 ---> 72857ea283bb 20:16:00 Step 22/22 : LABEL version=0.0.0 20:16:00 Removing intermediate container d5adeaa783f0 20:16:00 ---> 8d3fafc5580a 20:16:00 20:16:00 ---> Running in 64f7d88441d8 20:16:00 Building config-common 20:16:00 + snapcraftctl build 20:16:00 Successfully built 8d3fafc5580a 20:16:00 Removing intermediate container 09a881dcb561 20:16:00 Removing intermediate container 71dd3f9232f8 20:16:00 Successfully tagged docker-core-command-go-arm64:latest 20:16:00 ---> bee6191d91f2 20:16:00 Building docker-security-secretstore-setup-go 20:16:00 ---> 03515e5fd2f4 20:16:00  Building docker-core-command-go ... done Step 23/23 : LABEL version=0.0.0 20:16:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:16:01 ---> Running in aedcc60071fb 20:16:01 Removing intermediate container 64f7d88441d8 20:16:01 ---> 174d102e3af3 20:16:01 20:16:01 Successfully built 174d102e3af3 20:16:01 Successfully tagged docker-support-notifications-go-arm64:latest 20:16:01  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 20:16:01 Removing intermediate container aedcc60071fb 20:16:01 ---> 45ca8abe9fc5 20:16:01 20:16:02 Skipping build go-build-helper (already ran) 20:16:02 Skipping build static-packages (already ran) 20:16:02 Skipping build go115 (already ran) 20:16:02 Building edgex-go 20:16:02 Successfully built 45ca8abe9fc5 20:16:02 Successfully tagged docker-core-metadata-go-arm64:latest 20:16:02  Building docker-core-metadata-go ... done Building docker-core-data-go 20:16:02 ---> 66bd524d0415 20:16:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:16:02 + 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/6050/bin/scriptlet-bin 20:16:02 + cd /root/parts/edgex-go/src 20:16:02 + make build 20:16:02 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 20:16:03 ---> 7e68ed771ab6 20:16:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:16:04 go: downloading github.com/gorilla/mux v1.8.0 20:16:04 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 20:16:04 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.31 20:16:04 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:16:04 go: downloading github.com/google/uuid v1.2.0 20:16:04 go: downloading github.com/imdario/mergo v0.3.11 20:16:04 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 20:16:04 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:16:04 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:16:04 go: downloading github.com/pelletier/go-toml v1.2.0 20:16:04 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 20:16:04 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 20:16:04 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 20:16:04 go: downloading github.com/x448/float16 v0.8.4 20:16:04 go: downloading github.com/go-kit/kit v0.8.0 20:16:04 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:16:04 go: downloading github.com/pkg/errors v0.8.1 20:16:04 go: downloading github.com/BurntSushi/toml v0.3.1 20:16:04 go: downloading github.com/hashicorp/consul/api v1.1.0 20:16:04 go: downloading github.com/go-playground/validator/v10 v10.3.0 20:16:04 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:16:04 go: downloading github.com/pebbe/zmq4 v1.2.2 20:16:04 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:16:04 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:16:04 go: downloading github.com/mitchellh/copystructure v1.0.0 20:16:04 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:16:04 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:16:04 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:16:04 go: downloading github.com/hashicorp/serf v0.8.2 20:16:04 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:16:04 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:16:04 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:16:04 go: downloading github.com/leodido/go-urn v1.2.0 20:16:04 go: downloading github.com/go-playground/universal-translator v0.17.0 20:16:04 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:16:04 go: downloading github.com/go-playground/locales v0.13.0 20:16:04 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:16:04 ---> 3d852cf66081 20:16:04 Step 19/26 : RUN apk --no-cache add py3-pip 20:16:04 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:16:04 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:16:04 ---> Running in 7f97fcc12348 20:16:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:16:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:16:06 (1/33) Installing libbz2 (1.0.8-r1) 20:16:06 (2/33) Installing expat (2.2.9-r1) 20:16:06 (3/33) Installing libffi (3.3-r2) 20:16:06 (4/33) Installing gdbm (1.13-r1) 20:16:06 (5/33) Installing xz-libs (5.2.5-r0) 20:16:06 (6/33) Installing sqlite-libs (3.32.1-r0) 20:16:06 (7/33) Installing python3 (3.8.5-r0) 20:16:08 (8/33) Installing py3-appdirs (1.4.4-r1) 20:16:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:16:08 (10/33) Installing py3-parsing (2.4.7-r0) 20:16:08 (11/33) Installing py3-six (1.15.0-r0) 20:16:08 (12/33) Installing py3-packaging (20.4-r0) 20:16:08 (13/33) Installing py3-setuptools (47.0.0-r0) 20:16:08 (14/33) Installing py3-chardet (3.0.4-r4) 20:16:08 (15/33) Installing py3-idna (2.9-r0) 20:16:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:16:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:16:08 (18/33) Installing py3-requests (2.23.0-r0) 20:16:08 (19/33) Installing py3-msgpack (1.0.0-r0) 20:16:08 (20/33) Installing py3-lockfile (0.12.2-r3) 20:16:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:16:08 (22/33) Installing py3-colorama (0.4.3-r0) 20:16:09 (23/33) Installing py3-distlib (0.3.0-r0) 20:16:09 (24/33) Installing py3-distro (1.5.0-r1) 20:16:09 (25/33) Installing py3-webencodings (0.5.1-r3) 20:16:09 (26/33) Installing py3-html5lib (1.0.1-r4) 20:16:09 (27/33) Installing py3-pytoml (0.1.21-r0) 20:16:09 (28/33) Installing py3-pep517 (0.8.2-r0) 20:16:09 (29/33) Installing py3-progress (1.5-r0) 20:16:09 (30/33) Installing py3-toml (0.10.1-r0) 20:16:09 (31/33) Installing py3-retrying (1.3.3-r0) 20:16:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:16:09 (33/33) Installing py3-pip (20.1.1-r0) 20:16:09 Executing busybox-1.31.1-r19.trigger 20:16:09 OK: 71 MiB in 55 packages 20:16:11 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 20:16:11 go: downloading gopkg.in/yaml.v2 v2.4.0 20:16:15 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 20:16:16 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 20:16:17 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 20:16:17 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 20:16:17 go: downloading github.com/stretchr/testify v1.7.0 20:16:18 go: downloading github.com/davecgh/go-spew v1.1.1 20:16:18 go: downloading github.com/pmezard/go-difflib v1.0.0 20:16:18 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:16:19 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 20:16:19 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:16:19 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:16:19 Removing intermediate container 7f97fcc12348 20:16:19 ---> 8c047040448c 20:16:19 Step 20/26 : RUN pip install docker-compose==1.23.2 20:16:19 ---> Running in fb059d273184 20:16:20 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 20:16:21 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 20:16:21 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:16:22 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 20:16:23 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 20:16:23 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:16:24 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 20:16:24 go: downloading github.com/lib/pq v1.9.0 20:16:25 Collecting docker-compose==1.23.2 20:16:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:16:25 Collecting docker<4.0,>=3.6.0 20:16:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:16:26 Collecting jsonschema<3,>=2.5.1 20:16:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:16:26 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:16:26 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:16:26 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:16:26 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:16:26 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:16:26 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:16:26 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:16:26 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:16:26 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:16:26 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:16:26 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:16:26 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:16:26 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:16:26 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:16:26 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:16:26 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:16:26 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:16:26 + 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 20:16:26 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:16:26 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:16:26 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:16:26 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:16:26 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:16:26 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:16:26 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 20:16:27 Collecting websocket-client<1.0,>=0.32.0 20:16:27 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:16:27 Building version 20:16:27 + snapcraftctl build 20:16:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:16:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:16:29 Staging config-common 20:16:29 + snapcraftctl stage 20:16:30 Collecting PyYAML<4,>=3.10 20:16:30 Downloading PyYAML-3.13.tar.gz (270 kB) 20:16:30 Skipping stage go-build-helper (already ran) 20:16:30 Skipping stage static-packages (already ran) 20:16:30 Skipping stage go115 (already ran) 20:16:30 Staging edgex-go 20:16:30 + snapcraftctl stage 20:16:31 Staging version 20:16:31 + snapcraftctl stage 20:16:32 Priming config-common 20:16:32 + snapcraftctl prime 20:16:32 Priming go-build-helper 20:16:32 + snapcraftctl prime 20:16:33 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:16:33 Step 2/30 : FROM ${BUILDER_BASE} AS builder 20:16:33 ---> 5147c26a3d1f 20:16:33 Step 3/30 : WORKDIR /edgex-go 20:16:33 ---> Using cache 20:16:33 ---> 0f30a62c44fd 20:16:33 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:33 ---> Using cache 20:16:33 ---> 42df6ddce55e 20:16:33 Step 5/30 : RUN apk add --update --no-cache make git 20:16:33 Priming static-packages 20:16:33 + snapcraftctl prime 20:16:34 Collecting cached-property<2,>=1.2.0 20:16:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:16:35 Collecting docopt<0.7,>=0.6.1 20:16:35 Downloading docopt-0.6.2.tar.gz (25 kB) 20:16:35 ---> Running in 95ac4bf4bbe7 20:16:36 Priming go115 20:16:36 + snapcraftctl prime 20:16:36 Priming edgex-go 20:16:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:16:37 + snapcraftctl prime 20:16:38 Collecting texttable<0.10,>=0.9.0 20:16:38 Downloading texttable-0.9.1.tar.gz (11 kB) 20:16:38 Priming version 20:16:38 + snapcraftctl prime 20:16:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:16:39 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 20:16:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:16:40 Collecting dockerpty<0.5,>=0.4.1 20:16:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 20:16:41 OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:16:44 Collecting docker-pycreds>=0.4.0 20:16:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:16:45 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) 20:16:45 Collecting idna<2.8,>=2.5 20:16:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:16:45 Removing intermediate container 95ac4bf4bbe7 20:16:45 ---> 8ebbf7dc881b 20:16:45 Step 6/30 : COPY go.mod . 20:16:46 Collecting urllib3<1.25,>=1.21.1 20:16:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:16:46 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) 20:16:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:16:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:16:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:16:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:16:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:16:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:16:47 ---> 5147c26a3d1f 20:16:47 Step 3/22 : WORKDIR /edgex-go 20:16:47 ---> Using cache 20:16:47 ---> 0f30a62c44fd 20:16:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:47 ---> Using cache 20:16:47 ---> 42df6ddce55e 20:16:47 Step 5/22 : RUN apk add --update --no-cache make git 20:16:47 ---> Using cache 20:16:47 ---> 8ebbf7dc881b 20:16:47 Step 6/22 : COPY go.mod . 20:16:47 ---> Using cache 20:16:47 ---> c5a9bc65599a 20:16:47 Step 7/22 : RUN go mod download 20:16:47 ---> c5a9bc65599a 20:16:47 Step 7/30 : RUN go mod download 20:16:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:16:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:16:47 ---> 5147c26a3d1f 20:16:47 Step 3/23 : WORKDIR /edgex-go 20:16:47 ---> Using cache 20:16:47 ---> 0f30a62c44fd 20:16:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:47 ---> Using cache 20:16:47 ---> 42df6ddce55e 20:16:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:16:47 ---> Running in 2bc2557fc283 20:16:47 ---> Running in d4215c2d66be 20:16:47 ---> Running in 3e3dc94092cc 20:16:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:16:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:16:47 ---> 5147c26a3d1f 20:16:47 Step 3/24 : WORKDIR /edgex-go 20:16:47 ---> Using cache 20:16:47 ---> 0f30a62c44fd 20:16:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:47 ---> Using cache 20:16:47 ---> 42df6ddce55e 20:16:47 Step 5/24 : RUN apk add --update --no-cache make git 20:16:47 ---> Using cache 20:16:47 ---> 8ebbf7dc881b 20:16:47 Step 6/24 : COPY go.mod . 20:16:47 ---> Using cache 20:16:47 ---> c5a9bc65599a 20:16:47 Step 7/24 : RUN go mod download 20:16:47 ---> Running in d2f29da1869c 20:16:47 Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, PyYAML, cached-property, docopt, texttable, dockerpty, docker-compose 20:16:47 Attempting uninstall: idna 20:16:47 Found existing installation: idna 2.9 20:16:47 Uninstalling idna-2.9: 20:16:47 Successfully uninstalled idna-2.9 20:16:48 Attempting uninstall: urllib3 20:16:48 Found existing installation: urllib3 1.25.9 20:16:48 Uninstalling urllib3-1.25.9: 20:16:49 Successfully uninstalled urllib3-1.25.9 20:16:49 Attempting uninstall: requests 20:16:49 Found existing installation: requests 2.23.0 20:16:49 Uninstalling requests-2.23.0: 20:16:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:16:50 Successfully uninstalled requests-2.23.0 20:16:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:16:51 Removing intermediate container 2bc2557fc283 20:16:51 ---> d37a965d2a26 20:16:51 Step 8/22 : COPY . . 20:16:51 OK: 217 MiB in 51 packages 20:16:52 Removing intermediate container d2f29da1869c 20:16:52 Removing intermediate container 3e3dc94092cc 20:16:52 ---> 4008223b4f21 20:16:52 ---> 86e176fb9f6f 20:16:52 Step 8/24 : COPY . . 20:16:52 Step 8/30 : COPY . . 20:16:52 Running setup.py install for PyYAML: started 20:16:55 Removing intermediate container d4215c2d66be 20:16:55 ---> 11dd92e1a666 20:16:55 Step 6/23 : COPY go.mod . 20:16:55 Running setup.py install for PyYAML: finished with status 'done' 20:16:55 Running setup.py install for docopt: started 20:16:58 Running setup.py install for docopt: finished with status 'done' 20:16:58 Running setup.py install for texttable: started 20:16:58 ---> e56837ec9084 20:16:58 Step 7/23 : RUN go mod download 20:16:58 ---> Running in a289367003f2 20:17:00 Running setup.py install for texttable: finished with status 'done' 20:17:00 Running setup.py install for dockerpty: started 20:17:02 Running setup.py install for dockerpty: finished with status 'done' 20:17:04 Removing intermediate container a289367003f2 20:17:04 ---> 7df078e223f9 20:17:04 Step 8/23 : COPY . . 20:17:04 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 20:17:12 Removing intermediate container fb059d273184 20:17:12 ---> 25a5b51d2a0f 20:17:12 Step 21/26 : RUN apk --no-cache add curl 20:17:14 ---> Running in fc1f709ae2d3 20:17:14 ---> 83fd3f09c87c 20:17:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:17:14 ---> Running in 778f6c52073b 20:17:14 ---> 95026905b64b 20:17:14 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:17:15 ---> Running in dee51c17ebd2 20:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:17:16 ---> b091528d1b8c 20:17:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:17:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:17:16 (2/3) Installing libcurl (7.69.1-r3) 20:17:16 (3/3) Installing curl (7.69.1-r3) 20:17:16 Executing busybox-1.31.1-r19.trigger 20:17:16 OK: 71 MiB in 58 packages 20:17:16 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 20:17:17 ---> Running in 0bcf49dddc45 20:17:17 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 20:17:20 Removing intermediate container fc1f709ae2d3 20:17:20 ---> 930e29a6dca2 20:17:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:17:20 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 20:17:20 ---> Running in 47e1ec2a59d9 20:17:21 Removing intermediate container 47e1ec2a59d9 20:17:21 ---> ccee344d0ae6 20:17:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:17:21 ---> Running in 4cef4cc1c8c7 20:17:22 Removing intermediate container 4cef4cc1c8c7 20:17:22 ---> 178a51a83d1c 20:17:22 Step 24/26 : LABEL arch=arm64 20:17:23 ---> Running in 20bb8d6bef6c 20:17:24 Removing intermediate container 20bb8d6bef6c 20:17:24 ---> 19ca5df77d68 20:17:24 Step 25/26 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:17:25 ---> Running in 847babeca64c 20:17:26 Removing intermediate container 847babeca64c 20:17:26 ---> 24ae7b7e1b0a 20:17:26 Step 26/26 : LABEL version=0.0.0 20:17:26 ---> Running in 7f60a937226d 20:17:27 Removing intermediate container 7f60a937226d 20:17:27 ---> ebde85cb4ffe 20:17:27 20:17:27 ---> 71404ed7f793 20:17:27 Step 9/23 : RUN make cmd/core-data/core-data 20:17:27 ---> Running in c8dd0efc10f1 20:17:28 Successfully built ebde85cb4ffe 20:17:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:17:30  Building docker-sys-mgmt-agent-go ... done 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 20:18:26 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 20:18:30 Removing intermediate container dee51c17ebd2 20:18:30 ---> a5d1686d8ffe 20:18:30 20:18:30 Step 10/30 : FROM alpine:3.12 20:18:30 ---> afeebe901d6b 20:18:30 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:18:30 ---> Running in 78903df397b1 20:18:30 Removing intermediate container 78903df397b1 20:18:30 ---> 5dc6477f97c4 20:18:30 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 20:18:30 ---> Running in 7c995e857c3b 20:18:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:33 (1/2) Installing dumb-init (1.2.2-r1) 20:18:33 (2/2) Installing su-exec (0.2-r1) 20:18:33 Executing busybox-1.31.1-r19.trigger 20:18:33 OK: 5 MiB in 16 packages 20:18:35 Removing intermediate container 0bcf49dddc45 20:18:35 ---> 94d8b612eca3 20:18:35 20:18:35 Step 10/24 : FROM alpine:3.12 20:18:35 ---> afeebe901d6b 20:18:35 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:18:36 ---> Running in 4c65767aedbf 20:18:36 Removing intermediate container 7c995e857c3b 20:18:36 ---> d76726626714 20:18:36 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 20:18:36 ---> Running in b354cc45f74b 20:18:37 Removing intermediate container b354cc45f74b 20:18:37 ---> 7f3144eec31f 20:18:37 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:18:37 ---> Running in b34e68ba17c9 20:18:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:38 Removing intermediate container b34e68ba17c9 20:18:38 ---> 218f65891f87 20:18:38 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:18:38 ---> Running in 0fc584b92005 20:18:38 (1/5) Installing ca-certificates (20191127-r4) 20:18:38 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:18:38 (3/5) Installing libcurl (7.69.1-r3) 20:18:38 (4/5) Installing curl (7.69.1-r3) 20:18:38 (5/5) Installing dumb-init (1.2.2-r1) 20:18:38 Executing busybox-1.31.1-r19.trigger 20:18:39 Executing ca-certificates-20191127-r4.trigger 20:18:39 OK: 7 MiB in 19 packages 20:18:42 Removing intermediate container 4c65767aedbf 20:18:42 ---> 7d6bae324b5d 20:18:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:18:42 ---> Running in bf9fe82e1464 20:18:42 Removing intermediate container 0fc584b92005 20:18:42 ---> eb87134f43ed 20:18:42 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 20:18:43 ---> Running in cf031eba3e39 20:18:43 Removing intermediate container bf9fe82e1464 20:18:43 ---> fafc73456239 20:18:43 Step 13/24 : WORKDIR / 20:18:44 ---> Running in cdc7972e88ad 20:18:44 Removing intermediate container cf031eba3e39 20:18:44 ---> a8da8289a32b 20:18:44 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:18:44 Removing intermediate container cdc7972e88ad 20:18:44 ---> 161d089993ae 20:18:44 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:18:45 ---> faa33fe8a55c 20:18:45 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:18:45 Removing intermediate container 778f6c52073b 20:18:45 ---> 03c731dd62f1 20:18:45 20:18:45 Step 10/22 : FROM alpine:3.12 20:18:45 ---> afeebe901d6b 20:18:45 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:18:45 ---> Using cache 20:18:45 ---> f7a24170a72d 20:18:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:18:45 ---> Using cache 20:18:45 ---> 447c636f7b95 20:18:45 Step 13/22 : ENV APP_PORT=48085 20:18:45 ---> Running in 916c7a63912f 20:18:45 ---> Running in b49651ba6e12 20:18:46 ---> c204e154ec02 20:18:46 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:18:46 Removing intermediate container b49651ba6e12 20:18:46 ---> 27cda3508d9a 20:18:46 Step 14/22 : EXPOSE $APP_PORT 20:18:46 ---> Running in c799681a400e 20:18:47 Removing intermediate container c799681a400e 20:18:47 ---> 76b747a1bd11 20:18:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:47 ---> e877564c788b 20:18:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:18:48 ---> 5438017bd5af 20:18:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:18:48 ---> c0184fd5aefd 20:18:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:18:49 Removing intermediate container 916c7a63912f 20:18:49 ---> adc27ab0e7d3 20:18:49 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:50 ---> ba4c33f37f9e 20:18:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:18:50 ---> 5822bd19d218 20:18:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:18:50 ---> b89626589242 20:18:50 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:18:52 ---> a6879aef64b4 20:18:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:18:52 ---> Running in 80f02798f1e8 20:18:53 ---> 808fe562bec6 20:18:53 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:18:53 ---> 9658e230e01d 20:18:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:18:53 Removing intermediate container 80f02798f1e8 20:18:53 ---> 140b98a9d364 20:18:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:18:53 ---> Running in 1ab5bbf058b7 20:18:54 ---> b0b31e37d394 20:18:54 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:18:54 ---> 576a16f6e8d0 20:18:54 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/ 20:18:54 ---> Running in 04df3880b85c 20:18:54 Removing intermediate container 1ab5bbf058b7 20:18:54 ---> 53f684759266 20:18:54 Step 20/22 : LABEL arch=arm64 20:18:54 ---> Running in 9347ff5bc709 20:18:55 ---> c2f531cf939a 20:18:55 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 20:18:55 Removing intermediate container 9347ff5bc709 20:18:55 ---> c260838cc20a 20:18:55 Step 21/22 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:18:55 ---> Running in 803a7f76df0e 20:18:55 ---> Running in 5652f37be06a 20:18:56 Removing intermediate container 803a7f76df0e 20:18:56 ---> 5100d092eaf2 20:18:56 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:18:56 Removing intermediate container 5652f37be06a 20:18:56 ---> f0684c96e122 20:18:56 Step 22/22 : LABEL version=0.0.0 20:18:56 ---> Running in 6edb1ea37858 20:18:57 Removing intermediate container 6edb1ea37858 20:18:57 ---> c9c728239abf 20:18:57 20:18:57 ---> d33f8068d48b 20:18:57 Step 25/30 : RUN chmod +x /entrypoint.sh 20:18:57 Removing intermediate container 04df3880b85c 20:18:57 ---> 887b750bf47d 20:18:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:18:57 Successfully built c9c728239abf 20:18:57 Successfully tagged docker-support-scheduler-go-arm64:latest 20:18:57  Building docker-support-scheduler-go ... done  ---> Running in eae4ee8469d6 20:18:57 ---> Running in d49baf9fe4d3 20:18:58 Removing intermediate container d49baf9fe4d3 20:18:58 ---> 8d78728aaa5d 20:18:58 Step 22/24 : LABEL arch=arm64 20:18:58 ---> Running in 5fdf66519b20 20:18:59 Removing intermediate container 5fdf66519b20 20:18:59 ---> 75709a87891d 20:18:59 Step 23/24 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:18:59 ---> Running in 72ef922e7a9c 20:19:00 Removing intermediate container 72ef922e7a9c 20:19:00 ---> 9d6c13c6b0a7 20:19:00 Step 24/24 : LABEL version=0.0.0 20:19:00 Removing intermediate container eae4ee8469d6 20:19:00 ---> 0b32becad6cf 20:19:00 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 20:19:00 Removing intermediate container c8dd0efc10f1 20:19:00 ---> 6b1134226744 20:19:00 20:19:00 Step 10/23 : FROM alpine:3.12 20:19:00 ---> afeebe901d6b 20:19:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:19:00 ---> Running in 090d1f214110 20:19:01 ---> Running in 9c3a5c30f882 20:19:01 ---> Running in 388caa6c0ec9 20:19:01 Removing intermediate container 090d1f214110 20:19:01 ---> f1b657f056d9 20:19:01 20:19:01 Removing intermediate container 9c3a5c30f882 20:19:01 ---> 5836b47036d0 20:19:01 Step 27/30 : CMD ["gate"] 20:19:01 Removing intermediate container 388caa6c0ec9 20:19:01 ---> 3bc49c867357 20:19:01 Step 12/23 : ENV APP_PORT=48080 20:19:01 Successfully built f1b657f056d9 20:19:01 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:19:02  Building docker-security-secretstore-setup-go ... done  ---> Running in b0f4ca1b45ea 20:19:02 ---> Running in ed298d2c9b56 20:19:02 Removing intermediate container b0f4ca1b45ea 20:19:02 ---> a79123cc79ef 20:19:02 Step 28/30 : LABEL arch=arm64 20:19:02 Removing intermediate container ed298d2c9b56 20:19:02 ---> 26611c2f6941 20:19:02 Step 13/23 : EXPOSE $APP_PORT 20:19:03 ---> Running in a99374994419 20:19:03 ---> Running in 3f6f18a0d931 20:19:03 Removing intermediate container a99374994419 20:19:03 ---> 00823810e2f0 20:19:03 Step 29/30 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:19:03 Removing intermediate container 3f6f18a0d931 20:19:03 ---> c6ec63caddac 20:19:03 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:19:03 ---> Running in 51f43c89701e 20:19:03 ---> Running in 8f147a1bf054 20:19:04 Removing intermediate container 51f43c89701e 20:19:04 ---> ee3b060b0f19 20:19:04 Step 30/30 : LABEL version=0.0.0 20:19:04 ---> Running in fbcfd5302867 20:19:05 Removing intermediate container fbcfd5302867 20:19:05 ---> 48fb4ca07739 20:19:05 20:19:05 Successfully built 48fb4ca07739 20:19:05 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:19:06  Building docker-security-bootstrapper-go ... done Removing intermediate container 8f147a1bf054 20:19:06 ---> 5cfddbe0169b 20:19:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:19:06 ---> Running in a40cfcddafef 20:19:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:19:09 (1/6) Installing dumb-init (1.2.2-r1) 20:19:09 (2/6) Installing libgcc (9.3.0-r2) 20:19:09 (3/6) Installing libsodium (1.0.18-r0) 20:19:09 (4/6) Installing libstdc++ (9.3.0-r2) 20:19:09 (5/6) Installing libzmq (4.3.3-r0) 20:19:09 (6/6) Installing zeromq (4.3.3-r0) 20:19:09 Executing busybox-1.31.1-r19.trigger 20:19:09 OK: 8 MiB in 20 packages 20:19:11 Removing intermediate container a40cfcddafef 20:19:11 ---> f5dd9ab79444 20:19:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:19:11 ---> 1e661cff6bf4 20:19:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:19:12 ---> 0c8366faced8 20:19:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:19:13 ---> 800664c33d04 20:19:13 Step 19/23 : ENTRYPOINT ["/core-data"] 20:19:13 ---> Running in e759f0ff7a5a 20:19:13 Removing intermediate container e759f0ff7a5a 20:19:13 ---> ce39f3126660 20:19:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:19:14 ---> Running in ecd0660ea612 20:19:14 Removing intermediate container ecd0660ea612 20:19:14 ---> a0618dc2c630 20:19:14 Step 21/23 : LABEL arch=arm64 20:19:14 ---> Running in 5a064dbfde51 20:19:14 Removing intermediate container 5a064dbfde51 20:19:14 ---> dca088c6d0cf 20:19:14 Step 22/23 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac 20:19:15 ---> Running in 404a62dbbd65 20:19:15 Removing intermediate container 404a62dbbd65 20:19:15 ---> 4e096a1c8188 20:19:15 Step 23/23 : LABEL version=0.0.0 20:19:15 ---> Running in b6183652676b 20:19:16 Removing intermediate container b6183652676b 20:19:16 ---> f86d12853149 20:19:16 20:19:16 Successfully built f86d12853149 20:19:16 Successfully tagged docker-core-data-go-arm64:latest 20:19:16  Building docker-core-data-go ... done  [Pipeline] } 20:19:16 $ docker stop --time=1 8a540cf0d33a97b79163afa674b08d5871efc7ff9ff5749f687cd6f226b23e76 20:19:18 $ docker rm -f 8a540cf0d33a97b79163afa674b08d5871efc7ff9ff5749f687cd6f226b23e76 [Pipeline] // withDockerContainer [Pipeline] sh 20:19:19 + + grep docker 20:19:19 docker images 20:19:19 docker-core-data-go-arm64 latest f86d12853149 4 seconds ago 21MB 20:19:19 docker-security-bootstrapper-go-arm64 latest 48fb4ca07739 15 seconds ago 17MB 20:19:19 docker-security-secretstore-setup-go-arm64 latest f1b657f056d9 18 seconds ago 23.4MB 20:19:19 docker-support-scheduler-go-arm64 latest c9c728239abf 23 seconds ago 16.1MB 20:19:19 docker-sys-mgmt-agent-go-arm64 latest ebde85cb4ffe About a minute ago 300MB 20:19:19 docker-core-metadata-go-arm64 latest 45ca8abe9fc5 3 minutes ago 17.8MB 20:19:19 docker-support-notifications-go-arm64 latest 174d102e3af3 3 minutes ago 16.7MB 20:19:19 docker-core-command-go-arm64 latest 8d3fafc5580a 3 minutes ago 16MB 20:19:19 docker-security-proxy-setup-go-arm64 latest ef1737d6c214 3 minutes ago 23.2MB 20:19:19 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:19:23 provisioning config files... 20:19:23 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config4249337737002957320tmp [Pipeline] { [Pipeline] sh 20:19:24 + set +x 20:19:24 + curl -s https://codecov.io/bash 20:19:24 + bash -s -- 20:19:24 20:19:24 _____ _ 20:19:24 / ____| | | 20:19:24 | | ___ __| | ___ ___ _____ __ 20:19:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:19:24 | |___| (_) | (_| | __/ (_| (_) \ V / 20:19:24 \_____\___/ \__,_|\___|\___\___/ \_/ 20:19:24 Bash-20210129-7c25fce 20:19:24 20:19:24 20:19:24 ==> git version 2.24.3 found 20:19:24 ==> 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 20:19:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:19:24 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:19:24 ==> Jenkins CI detected. 20:19:24 project root: . 20:19:24 --> token set from env 20:19:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:19:24 ==> Running gcov in . (disable via -X gcov) 20:19:24 ==> Python coveragepy not found 20:19:24 ==> Searching for coverage reports in: 20:19:24 + . 20:19:24 -> Found 1 reports 20:19:24 ==> Detecting git/mercurial file structure 20:19:24 ==> Reading reports 20:19:24 + ./coverage.out bytes=594557 20:19:24 ==> Appending adjustments 20:19:24 https://docs.codecov.io/docs/fixing-reports 20:19:27 + Found adjustments 20:19:27 ==> Gzipping contents 20:19:28 88K /tmp/codecov.nztIWp.gz 20:19:28 ==> Uploading reports 20:19:28 url: https://codecov.io 20:19:28 query: branch=PR-3113&commit=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 20:19:28 -> Pinging Codecov 20:19:28 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 20:19:28 -> Uploading to 20:19:28 https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/82e3a622d3490b4ba7f8f37e6982fed0c953e5ac/f8d2f28c-e46b-488a-a160-7c07cd584d65.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T201928Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bc172f80e9eb86c94b5908448604d5c66aeb202280a2cd1675459ba29ebf5fe7 20:19:28 % Total % Received % Xferd Average Speed Time Time Time Current 20:19:28 Dload Upload Total Spent Left Speed 20:19:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89238 0 0 100 89238 0 153k --:--:-- --:--:-- --:--:-- 153k 20:19:29 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [Pipeline] } 20:19:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:19:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:19:32 ---> package-listing.sh 20:19:32 ++ facter osfamily 20:19:32 ++ tr '[:upper:]' '[:lower:]' 20:19:32 + OS_FAMILY=redhat 20:19:32 + workspace=/w/workspace/edgex-go/19 20:19:32 + START_PACKAGES=/tmp/packages_start.txt 20:19:32 + END_PACKAGES=/tmp/packages_end.txt 20:19:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:19:32 + PACKAGES=/tmp/packages_start.txt 20:19:32 + '[' /w/workspace/edgex-go/19 ']' 20:19:32 + PACKAGES=/tmp/packages_end.txt 20:19:32 + case "${OS_FAMILY}" in 20:19:32 + rpm -qa 20:19:32 + sort 20:19:37 + '[' -f /tmp/packages_start.txt ']' 20:19:37 + '[' -f /tmp/packages_end.txt ']' 20:19:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:19:37 + '[' /w/workspace/edgex-go/19 ']' 20:19:37 + mkdir -p /w/workspace/edgex-go/19/archives/ 20:19:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo 20:19:37 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:19:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:19:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:19:38 20:19:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:19:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:19:39 alpine: Pulling from edgex-lftools-log-publisher 20:19:39 df20fa9351a1: Pulling fs layer 20:19:39 36b3adc4ff6f: Pulling fs layer 20:19:39 8ad3a11d3b57: Pulling fs layer 20:19:39 46f8f816bc3b: Pulling fs layer 20:19:39 93b61091891f: Pulling fs layer 20:19:39 93b9cdb0e59b: Pulling fs layer 20:19:39 5e14af77c1be: Pulling fs layer 20:19:39 01666e4c0597: Pulling fs layer 20:19:39 aa168da1d23b: Pulling fs layer 20:19:39 93b9cdb0e59b: Waiting 20:19:39 5e14af77c1be: Waiting 20:19:39 01666e4c0597: Waiting 20:19:39 aa168da1d23b: Waiting 20:19:39 46f8f816bc3b: Waiting 20:19:39 93b61091891f: Waiting 20:19:39 36b3adc4ff6f: Verifying Checksum 20:19:39 36b3adc4ff6f: Download complete 20:19:39 46f8f816bc3b: Verifying Checksum 20:19:39 46f8f816bc3b: Download complete 20:19:39 df20fa9351a1: Download complete 20:19:39 93b9cdb0e59b: Verifying Checksum 20:19:39 93b9cdb0e59b: Download complete 20:19:39 5e14af77c1be: Download complete 20:19:39 93b61091891f: Download complete 20:19:39 01666e4c0597: Verifying Checksum 20:19:39 01666e4c0597: Download complete 20:19:39 df20fa9351a1: Pull complete 20:19:39 36b3adc4ff6f: Pull complete 20:19:40 8ad3a11d3b57: Verifying Checksum 20:19:40 8ad3a11d3b57: Download complete 20:19:41 aa168da1d23b: Verifying Checksum 20:19:41 aa168da1d23b: Download complete 20:19:42 8ad3a11d3b57: Pull complete 20:19:42 46f8f816bc3b: Pull complete 20:19:42 93b61091891f: Pull complete 20:19:42 93b9cdb0e59b: Pull complete 20:19:42 5e14af77c1be: Pull complete 20:19:43 01666e4c0597: Pull complete 20:19:51 aa168da1d23b: Pull complete 20:19:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:19:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:19:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:19:51 prd-centos7-docker-4c-2g-25839 does not seem to be running inside a container 20:19:51 $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:20:02 $ docker top 01a5bb4c24a7dc6872337fe07e78a31cb79b7eaafd4c7428191cc640d8730eb9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:20:02 + touch /tmp/pre-build-complete [Pipeline] sh 20:20:03 + mkdir -p /var/log/sa [Pipeline] sh 20:20:03 + ls /var/log/sa-host 20:20:03 + sadf -c /var/log/sa-host/sa09 20:20:03 file_magic: OK 20:20:03 HZ: Using current value: 100 20:20:03 file_header: OK 20:20:03 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 20:20:03 Statistics: 20:20:03 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... 20:20:03 File successfully converted to sysstat format version 12.2.1 20:20:03 + sadf -c /var/log/sa-host/sa23 20:20:03 file_magic: OK 20:20:03 HZ: Using current value: 100 20:20:03 file_header: OK 20:20:03 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 20:20:03 Statistics: 20:20:03 Hnuu...uuuununununu... 20:20:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:20:03 provisioning config files... 20:20:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config8664833699258992057tmp [Pipeline] { [Pipeline] echo 20:20:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:20:04 ---> create-netrc.sh [Pipeline] } 20:20:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:20:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:20:04 ---> python-tools-install.sh [Pipeline] echo 20:20:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:20:05 ---> sudo-logs.sh 20:20:05 Archiving 'sudo' log.. [Pipeline] echo 20:20:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:20:05 ---> job-cost.sh 20:20:05 lf-activate-venv: SKIPPING 20:20:05 INFO: No Stack... 20:20:06 INFO: Retrieving Pricing Info for: v1-standard-2 20:20:07 INFO: Archiving Costs [Pipeline] echo 20:20:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:20:07 ---> logs-deploy.sh 20:20:07 lf-activate-venv: SKIPPING 20:20:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/19 20:20:07 INFO: archiving workspace using pattern(s): 20:20:09 Archives upload complete. 20:20:09 INFO: archiving logs to Nexus