Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 393a9f5493167e63022d344362f453b577f2a81b+9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 (9d5b0aad5814dbc6cd7df3f7f82b7cd9ab347c71) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18342 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit 393a9f5493167e63022d344362f453b577f2a81b Merge succeeded, producing 393a9f5493167e63022d344362f453b577f2a81b Checking out Revision 393a9f5493167e63022d344362f453b577f2a81b (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f 393a9f5493167e63022d344362f453b577f2a81b # 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 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 393a9f5493167e63022d344362f453b577f2a81b # timeout=10 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" First time build. Skipping changelog. > git rev-list --no-walk 411354926c49535315e14b7b56ea9b08018eea6b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:33:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:33:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:33:51 ========================================================= 23:33:51 EdgeX Global Pipelines Version Info 23:33:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:33:53 ------------------- 23:33:53 stable info: 23:33:53 ------------------- 23:33:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:33:53 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:33:53 Message: update stable to v1.0.173 23:33:54 ------------------- 23:33:54 experimental info: 23:33:54 ------------------- 23:33:54 Commited By: **** collab-it+edgex@linuxfoundation.org 23:33:54 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:33:54 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:33:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:33:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:33:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:33:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:33:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:33:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:33:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:33:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:33:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 23:33:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 23:33:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:33:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:33:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:33:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:33:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:33:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:33:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:33:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:33:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:33:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 23:33:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:33:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:33:56 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:33:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 23:33:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 23:33:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 23:33:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 393a9f5493167e63022d344362f453b577f2a81b [Pipeline] echo 23:33:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 393a9f5 [Pipeline] echo 23:33:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:33:57 provisioning config files... 23:33:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2444758843356017235tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:33:57 ---> docker-login.sh 23:33:57 nexus3.edgexfoundry.org:10001 23:33:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:33:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:33:58 Configure a credential helper to remove this warning. See 23:33:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:33:58 23:33:58 Login Succeeded 23:33:58 nexus3.edgexfoundry.org:10002 23:33:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:33:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:33:58 Configure a credential helper to remove this warning. See 23:33:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:33:58 23:33:58 Login Succeeded 23:33:58 nexus3.edgexfoundry.org:10003 23:33:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:33:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:33:58 Configure a credential helper to remove this warning. See 23:33:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:33:58 23:33:58 Login Succeeded 23:33:58 nexus3.edgexfoundry.org:10004 23:33:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:33:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:33:58 Configure a credential helper to remove this warning. See 23:33:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:33:58 23:33:58 Login Succeeded 23:33:58 docker.io 23:33:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:33:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:33:59 Configure a credential helper to remove this warning. See 23:33:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:33:59 23:33:59 Login Succeeded 23:33:59 ---> docker-login.sh ends [Pipeline] } 23:33:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:33:59 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 23:33:59 + for file in '`ls cmd/**/Dockerfile`' 23:33:59 ++ dirname cmd/core-command/Dockerfile 23:33:59 ++ cut -d/ -f2 23:33:59 + echo core-command,cmd/core-command/Dockerfile 23:33:59 + for file in '`ls cmd/**/Dockerfile`' 23:33:59 ++ dirname cmd/core-data/Dockerfile 23:33:59 ++ cut -d/ -f2 23:33:59 + echo core-data,cmd/core-data/Dockerfile 23:33:59 + for file in '`ls cmd/**/Dockerfile`' 23:33:59 ++ dirname cmd/core-metadata/Dockerfile 23:33:59 ++ cut -d/ -f2 23:33:59 + echo core-metadata,cmd/core-metadata/Dockerfile 23:33:59 + for file in '`ls cmd/**/Dockerfile`' 23:33:59 ++ dirname cmd/security-bootstrapper/Dockerfile 23:33:59 ++ cut -d/ -f2 23:33:59 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 23:33:59 + for file in '`ls cmd/**/Dockerfile`' 23:33:59 ++ dirname cmd/security-bootstrap-redis/Dockerfile 23:33:59 ++ cut -d/ -f2 23:33:59 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 23:33:59 + for file in '`ls cmd/**/Dockerfile`' 23:33:59 ++ dirname cmd/security-proxy-setup/Dockerfile 23:33:59 ++ cut -d/ -f2 23:33:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:33:59 + for file in '`ls cmd/**/Dockerfile`' 23:33:59 ++ dirname cmd/security-secretstore-setup/Dockerfile 23:33:59 ++ cut -d/ -f2 23:33:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:33:59 + for file in '`ls cmd/**/Dockerfile`' 23:33:59 ++ dirname cmd/support-notifications/Dockerfile 23:33:59 ++ cut -d/ -f2 23:33:59 + echo support-notifications,cmd/support-notifications/Dockerfile 23:33:59 + for file in '`ls cmd/**/Dockerfile`' 23:33:59 ++ dirname cmd/support-scheduler/Dockerfile 23:33:59 ++ cut -d/ -f2 23:33:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile 23:33:59 + for file in '`ls cmd/**/Dockerfile`' 23:33:59 ++ dirname cmd/sys-mgmt-agent/Dockerfile 23:33:59 ++ cut -d/ -f2 23:33:59 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 23:33:59 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 23:34:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:34:00 23:34:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:34:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:34:00 latest: Pulling from edgex-devops/git-semver 23:34:00 31603596830f: Pulling fs layer 23:34:00 2a8b12db71e7: Pulling fs layer 23:34:00 6ca5941a6612: Pulling fs layer 23:34:00 ecc8261a40a4: Pulling fs layer 23:34:00 ecc8261a40a4: Waiting 23:34:00 2a8b12db71e7: Verifying Checksum 23:34:00 2a8b12db71e7: Download complete 23:34:01 31603596830f: Verifying Checksum 23:34:01 31603596830f: Download complete 23:34:01 6ca5941a6612: Verifying Checksum 23:34:01 6ca5941a6612: Download complete 23:34:01 31603596830f: Pull complete 23:34:01 ecc8261a40a4: Verifying Checksum 23:34:01 ecc8261a40a4: Download complete 23:34:01 2a8b12db71e7: Pull complete 23:34:02 6ca5941a6612: Pull complete 23:34:02 ecc8261a40a4: Pull complete 23:34:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:34:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:34:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:34:02 prd-centos7-docker-4c-2g-18342 does not seem to be running inside a container 23:34:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:34:05 $ docker top 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:34:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:34:05 [ssh-agent] Looking for ssh-agent implementation... 23:34:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:34:05 $ docker exec 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af ssh-agent 23:34:06 SSH_AUTH_SOCK=/tmp/ssh-CeqRee4V4G4c/agent.13 23:34:06 SSH_AGENT_PID=18 23:34:06 Running ssh-add (command line suppressed) 23:34:06 Identity added: /w/workspace/edgex-go/7@tmp/private_key_325149561891395690.key (/w/workspace/edgex-go/7@tmp/private_key_325149561891395690.key) 23:34:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:34:06 + git tag --points-at HEAD [Pipeline] } 23:34:06 $ docker exec --env ******** --env ******** 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af ssh-agent -k 23:34:06 unset SSH_AUTH_SOCK; 23:34:06 unset SSH_AGENT_PID; 23:34:06 echo Agent pid 18 killed; 23:34:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:34:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:34:06 [ssh-agent] Looking for ssh-agent implementation... 23:34:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:34:07 $ docker exec 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af ssh-agent 23:34:07 SSH_AUTH_SOCK=/tmp/ssh-nPgvh5Jeeckp/agent.46 23:34:07 SSH_AGENT_PID=51 23:34:07 Running ssh-add (command line suppressed) 23:34:07 Identity added: /w/workspace/edgex-go/7@tmp/private_key_5120890301946719022.key (/w/workspace/edgex-go/7@tmp/private_key_5120890301946719022.key) 23:34:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:34:07 + git semver init 23:34:07 # -> Open(): unable to determine branch for HEAD 23:34:07 # $GIT_DIR = /w/workspace/edgex-go/7/.git 23:34:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 23:34:07 # $SEMVER_REMOTE_NAME = origin 23:34:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:34:07 # $SEMVER_USER_NAME = edgex-jenkins 23:34:07 # $SEMVER_BRANCH = PR-2970 23:34:07 # $SEMVER_TEMP = /tmp/semver-668752040 23:34:07 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 23:34:26 # '/tmp/semver-668752040' -> '/w/workspace/edgex-go/7/.semver' 23:34:26 # -> Force: false 23:34:26 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 23:34:26 $ docker exec --env ******** --env ******** 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af ssh-agent -k 23:34:27 unset SSH_AUTH_SOCK; 23:34:27 unset SSH_AGENT_PID; 23:34:27 echo Agent pid 51 killed; 23:34:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:34:27 + git semver [Pipeline] } 23:34:27 $ docker stop --time=1 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af 23:34:29 $ docker rm -f 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af [Pipeline] // withDockerContainer [Pipeline] sh 23:34:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:34:30 Stashed 1 file(s) [Pipeline] echo 23:34:30 [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 23:34:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:34:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:34:32 + sudo service docker restart 23:34:32 + true 23:34:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 23:34:32 ========================================================= 23:34:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:34:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:34:33 + 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 . 23:34:36 Sending build context to Docker daemon 326.5MB 23:34:36 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 23:34:36 Step 2/6 : FROM ${BASE} 23:34:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:34:36 188c0c94c7c5: Pulling fs layer 23:34:36 0ef7d3d256c8: Pulling fs layer 23:34:36 de9db76c5a1d: Pulling fs layer 23:34:36 bca2f99d35d6: Pulling fs layer 23:34:36 93359f2a8cfa: Pulling fs layer 23:34:36 7c6f9722023f: Pulling fs layer 23:34:36 a35cf1a2eb13: Pulling fs layer 23:34:36 93359f2a8cfa: Waiting 23:34:36 7c6f9722023f: Waiting 23:34:36 a35cf1a2eb13: Waiting 23:34:36 bca2f99d35d6: Waiting 23:34:36 de9db76c5a1d: Download complete 23:34:36 0ef7d3d256c8: Download complete 23:34:36 93359f2a8cfa: Verifying Checksum 23:34:36 93359f2a8cfa: Download complete 23:34:37 7c6f9722023f: Download complete 23:34:37 188c0c94c7c5: Verifying Checksum 23:34:37 188c0c94c7c5: Download complete 23:34:37 188c0c94c7c5: Pull complete 23:34:37 0ef7d3d256c8: Pull complete 23:34:38 de9db76c5a1d: Pull complete 23:34:39 a35cf1a2eb13: Verifying Checksum 23:34:39 a35cf1a2eb13: Download complete 23:34:39 bca2f99d35d6: Verifying Checksum 23:34:39 bca2f99d35d6: Download complete 23:34:44 bca2f99d35d6: Pull complete 23:34:44 93359f2a8cfa: Pull complete 23:34:44 7c6f9722023f: Pull complete 23:34:45 Still waiting to schedule task 23:34:45 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 23:34:49 a35cf1a2eb13: Pull complete 23:34:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:34:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:34:49 ---> a62c8e92a672 23:34:49 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 23:34:49 ---> Running in e4d41d45cbdb 23:34:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:34:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:34:51 (1/12) Installing libmagic (5.38-r0) 23:34:51 (2/12) Installing file (5.38-r0) 23:34:51 (3/12) Installing libc-dev (0.7.2-r3) 23:34:51 (4/12) Installing g++ (9.3.0-r2) 23:34:57 (5/12) Installing fortify-headers (1.1-r0) 23:34:57 (6/12) Installing patch (2.7.6-r6) 23:34:57 (7/12) Installing build-base (0.5-r2) 23:34:57 (8/12) Installing libsodium (1.0.18-r0) 23:34:57 (9/12) Installing pkgconf (1.7.2-r0) 23:34:57 (10/12) Installing libsodium-dev (1.0.18-r0) 23:34:57 (11/12) Installing libzmq (4.3.3-r0) 23:34:57 (12/12) Installing zeromq-dev (4.3.3-r0) 23:34:57 Executing busybox-1.31.1-r19.trigger 23:34:57 OK: 233 MiB in 51 packages 23:35:01 Removing intermediate container e4d41d45cbdb 23:35:01 ---> ba664af655f6 23:35:01 Step 4/6 : WORKDIR /edgex-go 23:35:01 ---> Running in e949769ff0ce 23:35:01 Removing intermediate container e949769ff0ce 23:35:01 ---> 25df293b2bd4 23:35:01 Step 5/6 : COPY go.mod . 23:35:01 ---> 8b744082ebb2 23:35:01 Step 6/6 : RUN go mod download 23:35:01 ---> Running in bf3e3ca5937e 23:35:23 Removing intermediate container bf3e3ca5937e 23:35:23 ---> 1317e23fb4d9 23:35:23 Successfully built 1317e23fb4d9 23:35:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:35:23 + docker inspect -f . ci-base-image-x86_64 23:35:23 . [Pipeline] withDockerContainer 23:35:23 prd-centos7-docker-4c-2g-18342 does not seem to be running inside a container 23:35:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:35:24 $ docker top ebdc3438a631560631a679542c4286eb211338f6baf8fea592b959b13c44ef68 -eo pid,comm [Pipeline] { [Pipeline] sh 23:35:25 + go version 23:35:25 go version go1.15.5 linux/amd64 [Pipeline] } 23:35:25 $ docker stop --time=1 ebdc3438a631560631a679542c4286eb211338f6baf8fea592b959b13c44ef68 23:35:26 $ docker rm -f ebdc3438a631560631a679542c4286eb211338f6baf8fea592b959b13c44ef68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:35:27 + docker inspect -f . ci-base-image-x86_64 23:35:27 . [Pipeline] withDockerContainer 23:35:27 prd-centos7-docker-4c-2g-18342 does not seem to be running inside a container 23:35:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:35:28 $ docker top ab3dfaac9bafcd69d5a959f999795051396d7637898cdecfb32007816f2ffee5 -eo pid,comm [Pipeline] { [Pipeline] echo 23:35:28 ========================================================= 23:35:28 [edgeXBuildGoParallel] Running Tests and Build... 23:35:28 ========================================================= [Pipeline] sh 23:35:29 + make test 23:35:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:35:37 ? github.com/edgexfoundry/edgex-go [no test files] 23:35:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:35:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:35:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:35:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:35:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:36:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:36:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:36:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:36:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:36:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:36:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:36:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:36:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:36:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:36:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.6% of statements 23:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:36:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.0% of statements 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:36:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:36:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:36:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.135s coverage: 75.0% of statements 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:36:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.138s coverage: 82.9% of statements 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.332s coverage: 28.6% of statements 23:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 23:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements 23:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements 23:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements 23:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:36:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements 23:36:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:36:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:36:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:36:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:36:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.342s coverage: 93.8% of statements 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:36:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:36:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:36:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 42.4% of statements 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 23:36:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.101s coverage: 87.5% of statements 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:36:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18343 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 23:36:27 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 23:36:32 using credential edgex-jenkins-ssh 23:36:32 Cloning the remote Git repository 23:36:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:36:33 > git init /w/workspace/edgex-go/7 # timeout=10 23:36:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:36:33 > git --version # timeout=10 23:36:33 > git --version # 'git version 2.17.1' 23:36:33 using GIT_SSH to set credentials SSH Credentials for GitHub 23:36:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.051s coverage: 82.7% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.288s coverage: 55.9% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.274s coverage: 84.0% of statements 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.674s coverage: 29.1% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 23:36:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 23:36:36 GO111MODULE=on go vet ./... 23:36:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:36:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:36:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:36:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:36:52 using GIT_SSH to set credentials SSH Credentials for GitHub 23:36:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:36:52 Merging remotes/origin/master commit 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit 393a9f5493167e63022d344362f453b577f2a81b 23:36:53 Merge succeeded, producing 393a9f5493167e63022d344362f453b577f2a81b 23:36:53 Checking out Revision 393a9f5493167e63022d344362f453b577f2a81b (PR-2970) 23:36:52 > git config core.sparsecheckout # timeout=10 23:36:52 > git checkout -f 393a9f5493167e63022d344362f453b577f2a81b # timeout=10 23:36:53 > git remote # timeout=10 23:36:53 > git config --get remote.origin.url # timeout=10 23:36:53 using GIT_SSH to set credentials SSH Credentials for GitHub 23:36:53 > git merge 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 23:36:53 > git rev-parse HEAD^{commit} # timeout=10 23:36:53 > git config core.sparsecheckout # timeout=10 23:36:53 > git checkout -f 393a9f5493167e63022d344362f453b577f2a81b # timeout=10 23:36:57 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:36:58 gofmt -l . 23:36:59 [ "`gofmt -l .`" = "" ] 23:36:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:36:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:36:59 ./bin/test-go-mod-tidy.sh 23:37:00 + sudo service docker restart 23:37:00 + true 23:37:00 ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] withEnv [Pipeline] { 23:37:02 + ls -al . 23:37:02 total 640 23:37:02 drwxrwxr-x 10 1001 1001 4096 Jan 4 23:37 . 23:37:02 drwxr-xr-x 4 root root 28 Jan 4 23:35 .. 23:37:02 -rw-rw-r-- 1 1001 1001 11 Jan 4 23:33 .dockerignore 23:37:02 drwxrwxr-x 8 1001 1001 179 Jan 4 23:33 .git 23:37:02 drwxrwxr-x 3 1001 1001 125 Jan 4 23:33 .github 23:37:02 -rw-rw-r-- 1 1001 1001 872 Jan 4 23:33 .gitignore 23:37:02 drwx------ 3 1001 1001 47 Jan 4 23:34 .semver 23:37:02 -rw-rw-r-- 1 1001 1001 166 Jan 4 23:33 .sonarcloud.properties 23:37:02 -rw-rw-r-- 1 1001 1001 3804 Jan 4 23:33 CONTRIBUTING.md 23:37:02 -rw-rw-r-- 1 1001 1001 931 Jan 4 23:33 Dockerfile.build 23:37:02 -rw-rw-r-- 1 1001 1001 863 Jan 4 23:33 Jenkinsfile 23:37:02 -rw-rw-r-- 1 1001 1001 10775 Jan 4 23:33 LICENSE 23:37:02 -rw-rw-r-- 1 1001 1001 6306 Jan 4 23:33 Makefile 23:37:02 -rw-rw-r-- 1 1001 1001 6511 Jan 4 23:33 README.md 23:37:02 -rw-rw-r-- 1 1001 1001 6744 Jan 4 23:33 SECURITY.md 23:37:02 -rw-rw-r-- 1 1001 1001 5 Jan 4 23:34 VERSION 23:37:02 -rw-rw-r-- 1 1001 1001 4131 Jan 4 23:33 ZMQWindows.md 23:37:02 drwxrwxr-x 2 1001 1001 117 Jan 4 23:33 bin 23:37:02 drwxrwxr-x 15 1001 1001 4096 Jan 4 23:33 cmd 23:37:02 -rw-r--r-- 1 root root 543476 Jan 4 23:36 coverage.out 23:37:02 -rw-r--r-- 1 root root 1005 Jan 4 23:36 go.mod 23:37:02 -rw-r--r-- 1 root root 19087 Jan 4 23:37 go.sum 23:37:02 drwxrwxr-x 8 1001 1001 127 Jan 4 23:33 internal 23:37:02 drwxrwxr-x 4 1001 1001 26 Jan 4 23:33 openapi 23:37:02 drwxrwxr-x 4 1001 1001 71 Jan 4 23:33 snap 23:37:02 -rw-rw-r-- 1 1001 1001 168 Jan 4 23:33 version.go [Pipeline] sh [Pipeline] wrap 23:37:02 provisioning config files... 23:37:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config605949527499891625tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:37:03 + '[' -e coverage.out ] 23:37:03 + chown 1001:1001 coverage.out [Pipeline] stash 23:37:03 ---> docker-login.sh 23:37:03 nexus3.edgexfoundry.org:10001 23:37:03 Stashed 1 file(s) [Pipeline] sh 23:37:03 + make build 23:37:03 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 23:37:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:37:04 Configure a credential helper to remove this warning. See 23:37:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:37:04 23:37:04 Login Succeeded 23:37:04 nexus3.edgexfoundry.org:10002 23:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:37:05 Configure a credential helper to remove this warning. See 23:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:37:05 23:37:05 Login Succeeded 23:37:05 nexus3.edgexfoundry.org:10003 23:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:37:05 Configure a credential helper to remove this warning. See 23:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:37:05 23:37:05 Login Succeeded 23:37:05 nexus3.edgexfoundry.org:10004 23:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:37:05 Configure a credential helper to remove this warning. See 23:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:37:05 23:37:05 Login Succeeded 23:37:05 docker.io 23:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:37:06 Configure a credential helper to remove this warning. See 23:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:37:06 23:37:06 Login Succeeded 23:37:06 ---> docker-login.sh ends [Pipeline] } 23:37:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 23:37:06 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 [Pipeline] unstash [Pipeline] echo 23:37:07 ========================================================= 23:37:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:37:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:37:07 + 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 . 23:37:10 Sending build context to Docker daemon 165.6MB 23:37:10 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 23:37:10 Step 2/6 : FROM ${BASE} 23:37:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:37:10 5f621e34cdf4: Pulling fs layer 23:37:10 a4357932f1b6: Pulling fs layer 23:37:10 18c013af1878: Pulling fs layer 23:37:10 00ac8860ef70: Pulling fs layer 23:37:10 63d7cb157983: Pulling fs layer 23:37:10 00ac8860ef70: Waiting 23:37:10 63d7cb157983: Waiting 23:37:10 b116817d02f9: Pulling fs layer 23:37:10 b116817d02f9: Waiting 23:37:10 745a02a5169b: Pulling fs layer 23:37:10 745a02a5169b: Waiting 23:37:10 18c013af1878: Verifying Checksum 23:37:10 18c013af1878: Download complete 23:37:10 a4357932f1b6: Verifying Checksum 23:37:10 a4357932f1b6: Download complete 23:37:10 63d7cb157983: Download complete 23:37:10 b116817d02f9: Verifying Checksum 23:37:10 5f621e34cdf4: Verifying Checksum 23:37:10 5f621e34cdf4: Download complete 23:37:11 5f621e34cdf4: Pull complete 23:37:11 a4357932f1b6: Pull complete 23:37:12 18c013af1878: Pull complete 23:37:13 745a02a5169b: Verifying Checksum 23:37:13 745a02a5169b: Download complete 23:37:14 00ac8860ef70: Verifying Checksum 23:37:14 00ac8860ef70: Download complete 23:37: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 23:37:15 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 23:37:16 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 23:37:16 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 23:37:18 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 23:37:19 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 23:37: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 23:37: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 23:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:37: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 23:37:24 00ac8860ef70: Pull complete 23:37:24 63d7cb157983: Pull complete 23:37:24 b116817d02f9: Pull complete 23:37:25 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] } 23:37:26 $ docker stop --time=1 ab3dfaac9bafcd69d5a959f999795051396d7637898cdecfb32007816f2ffee5 23:37:28 745a02a5169b: Pull complete 23:37:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:37:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:37:28 ---> b7e6874047d6 23:37:28 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 23:37:28 $ docker rm -f ab3dfaac9bafcd69d5a959f999795051396d7637898cdecfb32007816f2ffee5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:37:31 ---> Running in 6a9410bac9f2 23:37:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:37:31 23:37:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 23:37:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:37:32 latest: Pulling from edgex-devops/edgex-compose 23:37:32 cbdbe7a5bc2a: Pulling fs layer 23:37:32 ca9280d653b3: Pulling fs layer 23:37:32 7e9c9ca2126c: Pulling fs layer 23:37:32 cbdbe7a5bc2a: Verifying Checksum 23:37:32 cbdbe7a5bc2a: Download complete 23:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:37:32 cbdbe7a5bc2a: Pull complete 23:37:32 ca9280d653b3: Verifying Checksum 23:37:32 ca9280d653b3: Download complete 23:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:37:34 ca9280d653b3: Pull complete 23:37:34 7e9c9ca2126c: Verifying Checksum 23:37:34 7e9c9ca2126c: Download complete 23:37:35 (1/12) Installing libmagic (5.38-r0) 23:37:35 (2/12) Installing file (5.38-r0) 23:37:35 (3/12) Installing libc-dev (0.7.2-r3) 23:37:35 (4/12) Installing g++ (9.3.0-r2) 23:37:39 7e9c9ca2126c: Pull complete 23:37:39 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:37:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:37:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 23:37:39 prd-centos7-docker-4c-2g-18342 does not seem to be running inside a container 23:37:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:37:42 $ docker top 588e520016faa6f594d26f5251ca05e26c64fa64c621e15f10ae3acf74ba6269 -eo pid,comm [Pipeline] { [Pipeline] sh 23:37:43 + docker-compose build --help 23:37:43 + grep parallel 23:37:44 --parallel Build images in parallel. [Pipeline] } 23:37:44 $ docker stop --time=1 588e520016faa6f594d26f5251ca05e26c64fa64c621e15f10ae3acf74ba6269 23:37:45 $ docker rm -f 588e520016faa6f594d26f5251ca05e26c64fa64c621e15f10ae3acf74ba6269 23:37:45 (5/12) Installing fortify-headers (1.1-r0) 23:37:45 (6/12) Installing patch (2.7.6-r6) 23:37:45 (7/12) Installing build-base (0.5-r2) 23:37:45 (8/12) Installing libsodium (1.0.18-r0) 23:37:45 (9/12) Installing pkgconf (1.7.2-r0) 23:37:45 (10/12) Installing libsodium-dev (1.0.18-r0) 23:37:45 (11/12) Installing libzmq (4.3.3-r0) 23:37:45 (12/12) Installing zeromq-dev (4.3.3-r0) 23:37:45 Executing busybox-1.31.1-r19.trigger 23:37:45 OK: 217 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:37:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:37:46 . [Pipeline] withDockerContainer 23:37:46 prd-centos7-docker-4c-2g-18342 does not seem to be running inside a container 23:37:46 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:37:47 $ docker top ff0dabe056dd493ae5756d7b08f2ce666ac1efcb6e5a32668a573a60a35f6943 -eo pid,comm [Pipeline] { [Pipeline] sh 23:37:47 + docker-compose -f ./docker-compose-build.yml build --parallel 23:37:48 Building docker-core-command-go ... 23:37:48 Building docker-core-data-go ... 23:37:48 Building docker-core-metadata-go ... 23:37:48 Building docker-security-bootstrapper-go ... 23:37:48 Building docker-security-bootstrap-redis-go ... 23:37:48 Building docker-security-proxy-setup-go ... 23:37:48 Building docker-security-secretstore-setup-go ... 23:37:48 Building docker-support-notifications-go ... 23:37:48 Building docker-support-scheduler-go ... 23:37:48 Building docker-sys-mgmt-agent-go ... 23:37:48 Building docker-security-bootstrapper-go 23:37:48 Building docker-security-proxy-setup-go 23:37:48 Building docker-sys-mgmt-agent-go 23:37:48 Building docker-core-command-go 23:37:48 Building docker-security-bootstrap-redis-go 23:37:49 Removing intermediate container 6a9410bac9f2 23:37:49 ---> 241f594717c8 23:37:49 Step 4/6 : WORKDIR /edgex-go 23:37:49 ---> Running in 6124a168aa5f 23:37:49 Removing intermediate container 6124a168aa5f 23:37:49 ---> bfa93b2a1420 23:37:49 Step 5/6 : COPY go.mod . 23:37:50 ---> beccc0609755 23:37:50 Step 6/6 : RUN go mod download 23:37:50 ---> Running in 4824002bfe92 23:38:17 Removing intermediate container 4824002bfe92 23:38:17 ---> 35e1c7b3a417 23:38:17 Successfully built 35e1c7b3a417 23:38:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:38:18 + docker inspect -f . ci-base-image-arm64 23:38:18 . [Pipeline] withDockerContainer 23:38:18 prd-ubuntu18.04-docker-arm64-4c-16g-18343 does not seem to be running inside a container 23:38:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:38:19 $ docker top 04295c09bba4455f8c67fe970b7143347da50112fd85495f2d446b3572cc5cdc -eo pid,comm [Pipeline] { [Pipeline] sh 23:38:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:38:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:38:20 ---> 1317e23fb4d9 23:38:20 Step 3/22 : WORKDIR /edgex-go 23:38:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:38:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:38:20 ---> 1317e23fb4d9 23:38:20 Step 3/22 : WORKDIR /edgex-go 23:38:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:38:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:38:20 ---> 1317e23fb4d9 23:38:20 Step 3/21 : WORKDIR /edgex-go 23:38:20 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:38:20 Step 2/32 : FROM ${BUILDER_BASE} AS builder 23:38:20 ---> 1317e23fb4d9 23:38:20 Step 3/32 : WORKDIR /edgex-go 23:38:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:38:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:38:20 ---> 1317e23fb4d9 23:38:20 Step 3/26 : WORKDIR /edgex-go 23:38:20 + go version 23:38:20 go version go1.15.5 linux/arm64 [Pipeline] } 23:38:20 $ docker stop --time=1 04295c09bba4455f8c67fe970b7143347da50112fd85495f2d446b3572cc5cdc 23:38:21 ---> Running in 508ad7ba7fc1 23:38:21 ---> Running in 9985997b8e85 23:38:21 ---> Running in bd39270111ab 23:38:21 ---> Running in b78ffb3eeb0e 23:38:21 ---> Running in 60b828a596aa 23:38:21 Removing intermediate container 9985997b8e85 23:38:21 ---> 3da3422ce315 23:38:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:38:21 Removing intermediate container b78ffb3eeb0e 23:38:21 ---> bc2e1d128653 23:38:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:38:21 Removing intermediate container bd39270111ab 23:38:21 ---> 7bb8e149f7a1 23:38:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:38:22 Removing intermediate container 60b828a596aa 23:38:22 ---> c85d40ea7dc1 23:38:22 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:38:22 Removing intermediate container 508ad7ba7fc1 23:38:22 ---> be859154b53e 23:38:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:38:22 ---> Running in 78dc8c32b19b 23:38:22 ---> Running in e1aa203883b5 23:38:22 ---> Running in 9cd750de69d2 23:38:22 ---> Running in 2eb32b946ec9 23:38:22 ---> Running in f5e7156c2021 23:38:22 $ docker rm -f 04295c09bba4455f8c67fe970b7143347da50112fd85495f2d446b3572cc5cdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:38:23 + docker inspect -f . ci-base-image-arm64 23:38:23 . [Pipeline] withDockerContainer 23:38:24 prd-ubuntu18.04-docker-arm64-4c-16g-18343 does not seem to be running inside a container 23:38:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:38:24 Removing intermediate container 2eb32b946ec9 23:38:24 ---> 4378de361ccf 23:38:24 Step 5/26 : RUN apk add --update --no-cache make bash git 23:38:24 ---> Running in 7964a2c85bc1 23:38:24 Removing intermediate container 78dc8c32b19b 23:38:24 ---> 209ec3203c5a 23:38:24 Step 5/22 : RUN apk add --update --no-cache make git 23:38:24 ---> Running in 8a4af3df20d8 23:38:24 Removing intermediate container 9cd750de69d2 23:38:24 ---> aa98607113d9 23:38:24 Step 5/32 : RUN apk add --update --no-cache make git 23:38:24 Removing intermediate container e1aa203883b5 23:38:24 ---> e8461a233062 23:38:24 Step 5/21 : RUN apk add --update --no-cache make git 23:38:24 Removing intermediate container f5e7156c2021 23:38:24 ---> 6e0fca38531d 23:38:24 Step 5/22 : RUN apk add --update --no-cache make git 23:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:38:25 ---> Running in 7ebd72fefc61 23:38:25 ---> Running in 166ddadb1653 23:38:25 ---> Running in 4e010fb06955 23:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:38:25 $ docker top 482a55fc117699668ba9b45c9ef8a29fbe2d2e15cf5bc33e7693f7c28ca4a74b -eo pid,comm 23:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { 23:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] echo 23:38:26 ========================================================= 23:38:26 [edgeXBuildGoParallel] Running Tests and Build... 23:38:26 ========================================================= [Pipeline] sh 23:38:26 OK: 233 MiB in 51 packages 23:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:38:26 + make test 23:38:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:38:26 OK: 233 MiB in 51 packages 23:38:26 Removing intermediate container 7964a2c85bc1 23:38:26 ---> 43aa32d779ea 23:38:26 Step 6/26 : COPY go.mod . 23:38:27 ---> 8886881ea8a6 23:38:27 Step 7/26 : RUN go mod download 23:38:27 Removing intermediate container 8a4af3df20d8 23:38:27 ---> 648d3ba5ab51 23:38:27 Step 6/22 : COPY go.mod . 23:38:27 ---> Running in 9688aa84e81d 23:38:27 OK: 233 MiB in 51 packages 23:38:27 OK: 233 MiB in 51 packages 23:38:27 OK: 233 MiB in 51 packages 23:38:27 ---> a36e46161c6b 23:38:27 Step 7/22 : RUN go mod download 23:38:27 ---> Running in c9ced7cd3ada 23:38:28 Removing intermediate container 7ebd72fefc61 23:38:28 ---> b4e116a4973b 23:38:28 Step 6/21 : COPY go.mod . 23:38:28 Removing intermediate container 4e010fb06955 23:38:28 ---> a350a347a9ea 23:38:28 Step 6/22 : COPY go.mod . 23:38:28 Removing intermediate container 166ddadb1653 23:38:28 ---> 26e4acef4c34 23:38:28 Step 6/32 : COPY go.mod . 23:38:28 ---> ee912b6aace5 23:38:28 Step 7/21 : RUN go mod download 23:38:28 ---> 96cad4e99881 23:38:28 Step 7/22 : RUN go mod download 23:38:28 ---> Running in 91c7c834695d 23:38:28 ---> 132d65c65c72 23:38:28 Step 7/32 : RUN go mod download 23:38:28 ---> Running in 5dc254bba5f7 23:38:29 ---> Running in f6c5acfe585a 23:38:29 Removing intermediate container 9688aa84e81d 23:38:29 ---> 48d9fe7e8a64 23:38:29 Step 8/26 : COPY . . 23:38:29 Removing intermediate container c9ced7cd3ada 23:38:29 ---> f501f3f139b7 23:38:29 Step 8/22 : COPY . . 23:38:35 Removing intermediate container 91c7c834695d 23:38:35 ---> 3db4090155e3 23:38:35 Step 8/21 : COPY . . 23:38:45 Removing intermediate container 5dc254bba5f7 23:38:45 ---> 9424123b5d24 23:38:45 Step 8/22 : COPY . . 23:38:45 Removing intermediate container f6c5acfe585a 23:38:45 ---> 301e69658fc6 23:38:45 Step 8/32 : COPY . . 23:38:48 ? github.com/edgexfoundry/edgex-go [no test files] 23:39:17 ---> 88e7a24f01ee 23:39:17 ---> c116e55deb3a 23:39:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:39:17 ---> c1fa1ea4962f 23:39:17 Step 9/22 : RUN make cmd/core-command/core-command 23:39:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:39:17 ---> Running in 6e2ffc65aefc 23:39:17 ---> Running in b9542f56d6dc 23:39:17 ---> Running in 133fa984dd08 23:39:18 ---> f036e56b93a5 23:39:18 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 23:39:18 ---> fe73c0012a7b 23:39:18 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 23:39:18 ---> Running in b2980ae1664c 23:39:18 ---> Running in 0730f7134272 23:39:19 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 23:39:19 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 23:39:19 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 23:39:19 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 23:39:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:39:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:39:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:39:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:39:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:39:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 23:39:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:39:48 Removing intermediate container 0730f7134272 23:39:48 ---> 050fa2fb5f14 23:39:48 23:39:48 Step 10/22 : FROM alpine:3.12 23:39:49 3.12: Pulling from library/alpine 23:39:50 Removing intermediate container 6e2ffc65aefc 23:39:50 ---> f1a87d6173ab 23:39:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:39:50 Removing intermediate container 133fa984dd08 23:39:50 ---> 5fde0d5a4635 23:39:50 23:39:50 Step 10/22 : FROM scratch 23:39:50 ---> 23:39:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:39:50 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:39:50 ---> Running in 56cf2fe02bd5 23:39:50 Status: Downloaded newer image for alpine:3.12 23:39:50 ---> 389fef711851 23:39:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:39:50 ---> Running in 6961bde4ae62 23:39:50 ---> Running in 2dbeb5f8719a 23:39:50 Removing intermediate container 6961bde4ae62 23:39:50 ---> 71ef1c94168b 23:39:50 Step 12/22 : ENV APP_PORT=48082 23:39:51 ---> Running in 391380a3f807 23:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:39:52 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 23:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:39:52 (1/5) Installing ca-certificates (20191127-r4) 23:39:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:39:52 (3/5) Installing libcurl (7.69.1-r3) 23:39:52 (4/5) Installing curl (7.69.1-r3) 23:39:52 (5/5) Installing dumb-init (1.2.2-r1) 23:39:52 Executing busybox-1.31.1-r19.trigger 23:39:52 Executing ca-certificates-20191127-r4.trigger 23:39:52 OK: 7 MiB in 19 packages 23:39:52 Removing intermediate container 391380a3f807 23:39:52 ---> 3a79481d13de 23:39:52 Step 13/22 : EXPOSE $APP_PORT 23:39:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:39:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:39:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:39:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:39:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:39:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:39:53 ---> Running in 3ee17771df5e 23:39:53 Removing intermediate container b9542f56d6dc 23:39:53 ---> 3fd86f7fc19c 23:39:53 23:39:53 Step 10/21 : FROM alpine:3.12 23:39:53 ---> 389fef711851 23:39:53 Step 11/21 : RUN apk add --update --no-cache curl 23:39:54 ---> Running in 272a89f39996 23:39:54 Removing intermediate container 3ee17771df5e 23:39:54 ---> a29a0509c3cb 23:39:54 Step 14/22 : WORKDIR / 23:39:56 ---> Running in a23d89e5ff1c 23:39:56 Removing intermediate container b2980ae1664c 23:39:56 ---> b54ba1889744 23:39:56 23:39:56 Step 10/32 : FROM alpine:3.12 23:39:56 ---> 389fef711851 23:39:56 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 23:39:56 Removing intermediate container 2dbeb5f8719a 23:39:56 ---> 698ca093b887 23:39:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 23:39:56 ---> Running in 72ce70de26bc 23:39:56 Removing intermediate container 56cf2fe02bd5 23:39:56 ---> caee7bb574f2 23:39:56 23:39:56 Step 11/26 : FROM docker:20.10.0 23:39:56 ---> Running in 43a86fb07626 23:39:56 20.10.0: Pulling from library/docker 23:39:56 Removing intermediate container a23d89e5ff1c 23:39:56 ---> ba4ce306a46e 23:39:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 23:39:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:39:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:39:57 Removing intermediate container 43a86fb07626 23:39:57 ---> 3b0de93fb5f6 23:39:57 Step 13/22 : WORKDIR / 23:39:57 (1/4) Installing ca-certificates (20191127-r4) 23:39:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:39:57 (3/4) Installing libcurl (7.69.1-r3) 23:39:57 (4/4) Installing curl (7.69.1-r3) 23:39:57 Executing busybox-1.31.1-r19.trigger 23:39:57 Executing ca-certificates-20191127-r4.trigger 23:39:57 OK: 7 MiB in 18 packages 23:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:39:57 ---> d4d496241585 23:39:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:39:57 (1/2) Installing dumb-init (1.2.2-r1) 23:39:58 (2/2) Installing openssl (1.1.1i-r0) 23:39:58 Executing busybox-1.31.1-r19.trigger 23:39:58 OK: 6 MiB in 16 packages 23:39:58 ---> Running in f4e2ee72c472 23:39:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:39:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:39:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:39:59 ---> 024d61dc06dc 23:39:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:39:59 Removing intermediate container f4e2ee72c472 23:39:59 ---> 930a51ec36ca 23:39:59 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 23:40:00 ---> 7efd77280a81 23:40:00 Step 18/22 : ENTRYPOINT ["/core-command"] 23:40:00 ---> Running in bbbffc904075 23:40:00 Removing intermediate container 72ce70de26bc 23:40:00 ---> c6f8eb66fc1d 23:40:00 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:40:00 ---> af201360b3c7 23:40:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 23:40:00 Removing intermediate container 272a89f39996 23:40:00 ---> dff56712dc41 23:40:00 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:40:01 ---> Running in 9c1902f1113a 23:40:01 Removing intermediate container bbbffc904075 23:40:01 ---> 5fe10245df9c 23:40:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:40:01 ---> Running in 003d6d4e4f87 23:40:01 ---> Running in b376f4f3ecfe 23:40:01 Removing intermediate container 9c1902f1113a 23:40:01 ---> 33a94df11099 23:40:01 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 23:40:01 Removing intermediate container 003d6d4e4f87 23:40:01 ---> b6fcce3841ab 23:40:01 Step 13/21 : WORKDIR /edgex 23:40:01 ---> Running in 54b6b4e50d68 23:40:01 ---> b11093b278fe 23:40:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 23:40:01 Removing intermediate container b376f4f3ecfe 23:40:01 ---> c7adaf5c4af4 23:40:01 Step 20/22 : LABEL arch=x86_64 23:40:03 ---> Running in 1f2415e700e6 23:40:03 ---> Running in 4599c73bad2f 23:40:03 Removing intermediate container 54b6b4e50d68 23:40:03 ---> 3e8240638574 23:40:03 Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 23:40:03 ---> 80999285320d 23:40:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 23:40:03 ---> Running in 8baf84f1ab42 23:40:03 Removing intermediate container 4599c73bad2f 23:40:03 ---> 5240a0b64c88 23:40:03 Step 21/22 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:40:03 Removing intermediate container 1f2415e700e6 23:40:03 ---> df43df80c420 23:40:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:40:04 ---> Running in 468f8b166cd5 23:40:04 ---> d67f1da673cd 23:40:04 Step 18/22 : RUN chmod +x entrypoint.sh 23:40:04 ---> Running in 18b802206d02 23:40:04 Connecting to github.com (140.82.112.4:443) 23:40:04  ---> 596140d6810a 23:40:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:40:04 Removing intermediate container 468f8b166cd5 23:40:04 ---> 20794cb71738 23:40:04 Step 22/22 : LABEL version=0.0.0 23:40:04 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.249.180:443) 23:40:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:40:04 Status: Downloaded newer image for docker:20.10.0 23:40:04 ---> aefe523efa57 23:40:04 Step 12/26 : RUN apk add --no-cache bash 23:40:04 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 23:40:04  ---> Running in 131e5a7a79ef 23:40:04 dockerize-alpine-lin 86% |*************************** | 2532k 0:00:00 ETA 23:40:04  ---> Running in 780c880208d3 23:40:04 ---> df620dc5d3f7 23:40:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:40:04 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 23:40:04 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 23:40:04 dockerize 23:40:05 Removing intermediate container 131e5a7a79ef 23:40:05 ---> 74df14723e90 23:40:05 23:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.267s coverage: 46.6% of statements 23:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:40:05 Successfully built 74df14723e90 23:40:05 ---> 516355c04fab 23:40:05 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:40:05 Successfully tagged docker-core-command-go:latest 23:40:05  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 23:40:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:40:05 ---> Running in a68c103c1985 23:40:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:40:05 (1/2) Installing readline (8.0.4-r0) 23:40:05 (2/2) Installing bash (5.0.17-r0) 23:40:05 Removing intermediate container 8baf84f1ab42 23:40:05 ---> fd6a1c09526a 23:40:05 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 23:40:05 Executing bash-5.0.17-r0.post-install 23:40:05 Executing busybox-1.31.1-r19.trigger 23:40:05 Removing intermediate container a68c103c1985 23:40:05 ---> ad060f49332d 23:40:05 Step 18/21 : CMD ["--init=true"] 23:40:05 OK: 12 MiB in 22 packages 23:40:05 Removing intermediate container 18b802206d02 23:40:05 ---> a367b4f2d5a2 23:40:05 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 23:40:05 ---> Running in 8ab22c6af595 23:40:05 ---> Running in baac182ab432 23:40:06 ---> Running in 0185d7738fda 23:40:08 Removing intermediate container 8ab22c6af595 23:40:08 ---> 7418c98082a2 23:40:08 Step 19/21 : LABEL arch=x86_64 23:40:08 Removing intermediate container baac182ab432 23:40:08 ---> cee0858345d0 23:40:08 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:40:08 Removing intermediate container 0185d7738fda 23:40:08 ---> 7545038ff032 23:40:08 Step 20/22 : LABEL arch=x86_64 23:40:08 ---> Running in 1a1abd671e67 23:40:10 ---> Running in ec84ae3b6456 23:40:10 ---> Running in d23699a3fc30 23:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.482s coverage: 27.0% of statements 23:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.104s coverage: 100.0% of statements 23:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements 23:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 75.0% of statements 23:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:40:10 Removing intermediate container 1a1abd671e67 23:40:10 ---> 730e4ad25ff8 23:40:10 Step 20/21 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:40:10 Removing intermediate container 780c880208d3 23:40:10 ---> b8339cec42a1 23:40:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:40:11 Removing intermediate container ec84ae3b6456 23:40:11 ---> d3dc9d0166fd 23:40:11 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 23:40:11 Removing intermediate container d23699a3fc30 23:40:11 ---> 5bc0a6b4fe75 23:40:11 Step 21/22 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:40:11 ---> Running in e54b8a09ca26 23:40:11 ---> Running in 11bedf56e5b7 23:40:11 ---> Running in 7457e69e19ed 23:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.743s coverage: 82.9% of statements 23:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:40:11 ---> Running in 5e1581bd7653 23:40:11 Removing intermediate container e54b8a09ca26 23:40:11 ---> 163011cdc9f2 23:40:11 Step 21/21 : LABEL version=0.0.0 23:40:11 Removing intermediate container 11bedf56e5b7 23:40:11 ---> bc215c89d997 23:40:11 Step 14/26 : ENV APP_PORT=48090 23:40:11 Removing intermediate container 5e1581bd7653 23:40:11 ---> a573300d6896 23:40:11 Step 22/22 : LABEL version=0.0.0 23:40:12 ---> Running in 0cca1dcd6f92 23:40:12 ---> Running in 2d90377ffaeb 23:40:12 Copy dockerize executable 23:40:13 ---> Running in 1a1651f0a41e 23:40:14 Removing intermediate container 2d90377ffaeb 23:40:14 ---> 042baf4a3b41 23:40:14 Step 15/26 : EXPOSE $APP_PORT 23:40:14 Removing intermediate container 0cca1dcd6f92 23:40:14 ---> 46915918e742 23:40:14 23:40:14 Removing intermediate container 1a1651f0a41e 23:40:14 ---> ca8dfde1e816 23:40:14 23:40:14 Successfully built 46915918e742 23:40:14 Successfully built ca8dfde1e816 23:40:15 Successfully tagged docker-security-proxy-setup-go:latest 23:40:15  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 23:40:15 ---> Running in f70ad625394a 23:40:15 Successfully tagged docker-security-bootstrap-redis-go:latest 23:40:15 Building docker-support-scheduler-go 23:40:16  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 7457e69e19ed 23:40:16 ---> d5a4a0d8ac67 23:40:16 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 23:40:18 Removing intermediate container f70ad625394a 23:40:18 ---> 668538db5b7e 23:40:18 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:40:18 ---> Running in 028c284eae12 23:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.162s coverage: 28.6% of statements 23:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements 23:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.099s coverage: 100.0% of statements 23:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.288s coverage: 86.7% of statements 23:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:40:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.366s coverage: 97.5% of statements 23:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:40:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements 23:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:40:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:40:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:40:25 ---> 1317e23fb4d9 23:40:25 Step 3/24 : WORKDIR /edgex-go 23:40:25 ---> Using cache 23:40:25 ---> be859154b53e 23:40:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:40:25 ---> Using cache 23:40:25 ---> 6e0fca38531d 23:40:25 Step 5/24 : RUN apk add --update --no-cache make git 23:40:25 ---> Using cache 23:40:25 ---> a350a347a9ea 23:40:25 Step 6/24 : COPY go.mod . 23:40:25 ---> Using cache 23:40:25 ---> 96cad4e99881 23:40:25 Step 7/24 : RUN go mod download 23:40:25 ---> Using cache 23:40:25 ---> 9424123b5d24 23:40:25 Step 8/24 : COPY . . 23:40:25 ---> Using cache 23:40:25 ---> fe73c0012a7b 23:40:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:40:25 ---> ff5e14c67a32 23:40:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:40:25 Removing intermediate container 028c284eae12 23:40:25 ---> 93c7cef229b8 23:40:25 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:40:25 ---> Running in c718ae4e76f3 23:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.991s coverage: 93.8% of statements 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:40:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:40:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.176s coverage: 0.1% of statements 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 42.4% of statements 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 23:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:40:28 ---> 51c1659fdfdc 23:40:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:40:29 ---> 1e29b8b0d1b4 23:40:29 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:40:29 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 23:40:30 ---> Running in f81411d8b73d 23:40:31 ---> 78d8c72e8987 23:40:31 Step 19/26 : RUN apk --no-cache add py3-pip 23:40:31 ---> Running in 6fe47427c67d 23:40:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:40:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:40:33 (1/33) Installing libbz2 (1.0.8-r1) 23:40:33 (2/33) Installing expat (2.2.9-r1) 23:40:33 (3/33) Installing libffi (3.3-r2) 23:40:33 (4/33) Installing gdbm (1.13-r1) 23:40:34 (5/33) Installing xz-libs (5.2.5-r0) 23:40:34 (6/33) Installing sqlite-libs (3.32.1-r0) 23:40:34 (7/33) Installing python3 (3.8.5-r0) 23:40:35 Removing intermediate container f81411d8b73d 23:40:35 ---> 74f89699756e 23:40:35 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:40:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:40:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:40:39 ---> 1317e23fb4d9 23:40:39 Step 3/21 : WORKDIR /edgex-go 23:40:39 ---> Using cache 23:40:39 ---> be859154b53e 23:40:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:40:39 ---> Using cache 23:40:39 ---> 6e0fca38531d 23:40:39 Step 5/21 : RUN apk add --update --no-cache make git 23:40:39 ---> Using cache 23:40:39 ---> a350a347a9ea 23:40:39 Step 6/21 : COPY go.mod . 23:40:39 ---> Using cache 23:40:39 ---> 96cad4e99881 23:40:39 Step 7/21 : RUN go mod download 23:40:39 ---> Using cache 23:40:39 ---> 9424123b5d24 23:40:39 Step 8/21 : COPY . . 23:40:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:40:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:40:39 ---> 1317e23fb4d9 23:40:39 Step 3/22 : WORKDIR /edgex-go 23:40:39 ---> Using cache 23:40:39 ---> be859154b53e 23:40:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:40:39 ---> Using cache 23:40:39 ---> 6e0fca38531d 23:40:39 Step 5/22 : RUN apk add --update --no-cache make git 23:40:39 ---> Using cache 23:40:39 ---> a350a347a9ea 23:40:39 Step 6/22 : COPY go.mod . 23:40:39 ---> Using cache 23:40:39 ---> 96cad4e99881 23:40:39 Step 7/22 : RUN go mod download 23:40:39 ---> Using cache 23:40:39 ---> 9424123b5d24 23:40:39 Step 8/22 : COPY . . 23:40:39 ---> Using cache 23:40:39 ---> fe73c0012a7b 23:40:39 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:40:39 (8/33) Installing py3-appdirs (1.4.4-r1) 23:40:39 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:40:39 (10/33) Installing py3-parsing (2.4.7-r0) 23:40:39 (11/33) Installing py3-six (1.15.0-r0) 23:40:39 ---> Using cache 23:40:39 ---> fe73c0012a7b 23:40:39 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:40:39 (12/33) Installing py3-packaging (20.4-r0) 23:40:39 (13/33) Installing py3-setuptools (47.0.0-r0) 23:40:39 (14/33) Installing py3-chardet (3.0.4-r4) 23:40:40 ---> Running in c72dfe474223 23:40:40 (15/33) Installing py3-idna (2.9-r0) 23:40:40 ---> 1c6b638b3ebb 23:40:40 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:40:40 ---> Running in 3dfb313c649b 23:40:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:40:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:40:40 (18/33) Installing py3-requests (2.23.0-r0) 23:40:40 (19/33) Installing py3-msgpack (1.0.0-r0) 23:40:40 (20/33) Installing py3-lockfile (0.12.2-r3) 23:40:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:40:40 (22/33) Installing py3-colorama (0.4.3-r0) 23:40:40 (23/33) Installing py3-distlib (0.3.0-r0) 23:40:40 (24/33) Installing py3-distro (1.5.0-r1) 23:40:40 (25/33) Installing py3-webencodings (0.5.1-r3) 23:40:40 (26/33) Installing py3-html5lib (1.0.1-r4) 23:40:40 (27/33) Installing py3-pytoml (0.1.21-r0) 23:40:40 (28/33) Installing py3-pep517 (0.8.2-r0) 23:40:40 (29/33) Installing py3-progress (1.5-r0) 23:40:40 (30/33) Installing py3-toml (0.10.1-r0) 23:40:41 (31/33) Installing py3-retrying (1.3.3-r0) 23:40:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:40:41 (33/33) Installing py3-pip (20.1.1-r0) 23:40:41 ---> d2eda7f04c12 23:40:41 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 23:40:41 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 23:40:41 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 23:40:41 Executing busybox-1.31.1-r19.trigger 23:40:41 OK: 71 MiB in 55 packages 23:40:43 ---> 311bc5b55d62 23:40:43 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:40:43 ---> d582a2637575 23:40:43 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 23:40:44 ---> Running in 7e1ea568c0f3 23:40:46 Removing intermediate container 7e1ea568c0f3 23:40:46 ---> 2fb0d79412bb 23:40:46 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 23:40:48 ---> ca9ec7896181 23:40:48 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.086s coverage: 82.7% of statements 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.123s coverage: 75.5% of statements 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 80.8% of statements 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.169s coverage: 87.2% of statements 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.2% of statements 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.4% of statements 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.559s coverage: 63.5% of statements 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.706s coverage: 55.9% of statements 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.353s coverage: 37.0% of statements 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.421s coverage: 84.0% of statements 23:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.068s coverage: 100.0% of statements 23:40:50 ---> Running in 4e93880ea248 23:40:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.407s coverage: 47.1% of statements 23:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:40:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements 23:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:40:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements 23:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:40:51 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 23:40:54 Removing intermediate container 6fe47427c67d 23:40:54 ---> ae41d40e9130 23:40:54 Step 20/26 : RUN pip install docker-compose==1.23.2 23:40:54 ---> Running in 4bf91cf7979e 23:40:54 Removing intermediate container 4e93880ea248 23:40:54 ---> 74feb36c60c2 23:40:54 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 23:40:55 ---> Running in e0c49fa0ea52 23:40:55 Removing intermediate container e0c49fa0ea52 23:40:55 ---> 2eec22659ffc 23:40:55 Step 29/32 : CMD ["install"] 23:40:56 ---> Running in 1ab4d8e32347 23:40:56 Removing intermediate container 1ab4d8e32347 23:40:56 ---> dec4f2b4de4c 23:40:56 Step 30/32 : LABEL arch=x86_64 23:40:56 ---> Running in 067b18cad5cc 23:40:57 Removing intermediate container 067b18cad5cc 23:40:57 ---> dc4da12092e1 23:40:57 Step 31/32 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:40:57 Collecting docker-compose==1.23.2 23:40:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:40:57 ---> Running in ead5db74bde2 23:40:57 Collecting docopt<0.7,>=0.6.1 23:40:57 Downloading docopt-0.6.2.tar.gz (25 kB) 23:40:58 Collecting dockerpty<0.5,>=0.4.1 23:40:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:40:58 Removing intermediate container ead5db74bde2 23:40:58 ---> 99b46b4b4ba8 23:40:58 Step 32/32 : LABEL version=0.0.0 23:40:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.634s coverage: 29.1% of statements 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:40:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:40:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:40:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:40:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:40:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.074s coverage: 87.9% of statements 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:40:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 23:40:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 23:40:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 23:40:58 GO111MODULE=on go vet ./... 23:40:59 ---> Running in 04873f7fd486 23:40:59 Collecting texttable<0.10,>=0.9.0 23:40:59 Downloading texttable-0.9.1.tar.gz (11 kB) 23:40:59 Removing intermediate container c718ae4e76f3 23:40:59 ---> 8f4aa7f0925e 23:40:59 23:40:59 Step 10/24 : FROM alpine:3.12 23:40:59 ---> 389fef711851 23:40:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:40:59 ---> Using cache 23:40:59 ---> 698ca093b887 23:40:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:40:59 ---> Running in 4d2bef3fec3d 23:40:59 Removing intermediate container 04873f7fd486 23:40:59 ---> c5dace9ab9c0 23:40:59 23:41:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:41:00 Successfully built c5dace9ab9c0 23:41:00 Successfully tagged docker-security-bootstrapper-go:latest 23:41:00 Building docker-support-notifications-go 23:41:00  Building docker-security-bootstrapper-go ... done Collecting PyYAML<4,>=3.10 23:41:00 Downloading PyYAML-3.13.tar.gz (270 kB) 23:41:00 Removing intermediate container 4d2bef3fec3d 23:41:00 ---> 23037dd0f116 23:41:00 Step 13/24 : WORKDIR / 23:41:00 ---> Running in df4a589ad3ca 23:41:03 Collecting docker<4.0,>=3.6.0 23:41:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:41:05 Collecting cached-property<2,>=1.2.0 23:41:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:41:06 Collecting jsonschema<3,>=2.5.1 23:41:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:41:07 Collecting websocket-client<1.0,>=0.32.0 23:41:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:41:07 Removing intermediate container df4a589ad3ca 23:41:07 ---> 6b6be30cf4a5 23:41:07 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:41:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:41:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:41:08 Collecting docker-pycreds>=0.4.0 23:41:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:41:08 ---> 33a88de1f94c 23:41:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:41:08 Collecting urllib3<1.25,>=1.21.1 23:41:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:41:09 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) 23:41:09 Collecting idna<2.8,>=2.5 23:41:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:41:09 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) 23:41:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:41:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:41:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:41:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:41:09 Installing collected packages: docopt, dockerpty, texttable, PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, cached-property, jsonschema, docker-compose 23:41:09 Running setup.py install for docopt: started 23:41:12 Running setup.py install for docopt: finished with status 'done' 23:41:12 Running setup.py install for dockerpty: started 23:41:12 Running setup.py install for dockerpty: finished with status 'done' 23:41:12 Running setup.py install for texttable: started 23:41:13 ---> 2e96f5d3dedb 23:41:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:41:13 Running setup.py install for texttable: finished with status 'done' 23:41:13 Running setup.py install for PyYAML: started 23:41:14 Running setup.py install for PyYAML: finished with status 'done' 23:41:19 Removing intermediate container c72dfe474223 23:41:19 ---> d50cb7ab99c1 23:41:19 23:41:19 Step 10/21 : FROM scratch 23:41:19 ---> 23:41:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:41:19 Attempting uninstall: urllib3 23:41:19 Found existing installation: urllib3 1.25.9 23:41:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:41:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:41:19 ---> 1317e23fb4d9 23:41:19 Step 3/24 : WORKDIR /edgex-go 23:41:19 Uninstalling urllib3-1.25.9: 23:41:19 ---> Using cache 23:41:19 ---> be859154b53e 23:41:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:41:19 ---> Using cache 23:41:19 ---> 6e0fca38531d 23:41:19 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 23:41:19 Successfully uninstalled urllib3-1.25.9 23:41:19 ---> Using cache 23:41:19 ---> 71ef1c94168b 23:41:19 Step 12/21 : ENV APP_PORT=48085 23:41:20 ---> 769db1452d95 23:41:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:41:20 ---> Running in 4f09d6907aef 23:41:20 ---> Running in fd276e0fb671 23:41:20 Attempting uninstall: idna 23:41:20 Found existing installation: idna 2.9 23:41:20 Uninstalling idna-2.9: 23:41:20 Successfully uninstalled idna-2.9 23:41:20 Removing intermediate container 3dfb313c649b 23:41:20 ---> 4a36b47740f8 23:41:20 23:41:20 Step 10/22 : FROM scratch 23:41:20 ---> 23:41:20 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:41:20 ---> Using cache 23:41:20 ---> 71ef1c94168b 23:41:20 Step 12/22 : ENV APP_PORT=48081 23:41:20 Attempting uninstall: requests 23:41:20 Found existing installation: requests 2.23.0 23:41:20 Removing intermediate container fd276e0fb671 23:41:20 ---> b69078175b67 23:41:20 Step 13/21 : EXPOSE $APP_PORT 23:41:20 Uninstalling requests-2.23.0: 23:41:20 ---> Running in 80b72f582943 23:41:20 Successfully uninstalled requests-2.23.0 23:41:21 ---> Running in 680c8b2c3752 23:41:21 ---> 13ca75e440fd 23:41:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:41:21 Removing intermediate container 80b72f582943 23:41:21 ---> ef688393ee52 23:41:21 Step 13/22 : EXPOSE $APP_PORT 23:41:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:41:22 ---> Running in f42197290000 23:41:22 Removing intermediate container 680c8b2c3752 23:41:22 ---> 8dec150be833 23:41:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 23:41:22 ---> 1cea5808630f 23:41:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:41:22 Removing intermediate container f42197290000 23:41:22 ---> d63e1039a1c0 23:41:22 Step 14/22 : WORKDIR / 23:41:22 ---> db2f3ebbb80b 23:41:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:41:22 ---> 37f5d4b2125d 23:41:22 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:41:22 ---> Running in b9cd9cf8abed 23:41:22 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 23:41:23 ---> Running in 24b6790b7896 23:41:23 OK: 233 MiB in 51 packages 23:41:23 Removing intermediate container b9cd9cf8abed 23:41:23 ---> bd79b949866f 23:41:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 23:41:23 ---> a270d0ebad08 23:41:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:41:24 ---> 54e6a6c6d28b 23:41:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:41:24 ---> 30032b486e82 23:41:24 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:41:24 ---> Running in 08b44c32a2ef 23:41:25 Removing intermediate container 4f09d6907aef 23:41:25 ---> 8f93f2bc95c3 23:41:25 Step 6/24 : COPY go.mod . 23:41:26 Removing intermediate container 08b44c32a2ef 23:41:26 ---> 79b0731a5bba 23:41:26 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:41:26 Removing intermediate container 4bf91cf7979e 23:41:26 ---> 506329050756 23:41:26 Step 21/26 : RUN apk --no-cache add curl 23:41:26 ---> Running in d6040e223f8d 23:41:26 ---> 832615b4836d 23:41:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:41:26 ---> 6e3ffe0af25d 23:41:26 Step 7/24 : RUN go mod download 23:41:26 ---> Running in 29b068a280b4 23:41:26 ---> Running in fcfa2d051ff7 23:41:26 Removing intermediate container 24b6790b7896 23:41:26 ---> 94ca3ad88810 23:41:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:41:27 Removing intermediate container d6040e223f8d 23:41:27 ---> ab1d5bbad837 23:41:27 Step 19/21 : LABEL arch=x86_64 23:41:27 ---> Running in f641484cf57a 23:41:27 ---> 392c3358e004 23:41:27 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:41:27 ---> Running in 506179c6b278 23:41:27 ---> Running in 0bf070718f3e 23:41:27 Removing intermediate container f641484cf57a 23:41:27 ---> 0a44f35dd89a 23:41:27 Step 22/24 : LABEL arch=x86_64 23:41:27 Removing intermediate container 506179c6b278 23:41:27 ---> 5da07b6a2d18 23:41:27 Step 20/21 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:41:27 ---> Running in 8d3854161644 23:41:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:41:27 Removing intermediate container 0bf070718f3e 23:41:27 ---> e2086da775e4 23:41:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:41:27 ---> Running in 988db16f1a14 23:41:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:41:27 ---> Running in 1d9718ee8455 23:41:28 Removing intermediate container 8d3854161644 23:41:28 ---> c009cb4899f8 23:41:28 Step 23/24 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:41:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:41:28 (2/3) Installing libcurl (7.69.1-r3) 23:41:28 Removing intermediate container 988db16f1a14 23:41:28 ---> a6b9fbf71065 23:41:28 Step 21/21 : LABEL version=0.0.0 23:41:28 (3/3) Installing curl (7.69.1-r3) 23:41:28 Executing busybox-1.31.1-r19.trigger 23:41:28 OK: 72 MiB in 58 packages 23:41:28 ---> Running in 1bc3b0528520 23:41:28 ---> Running in 7783e3cc9ee4 23:41:28 Removing intermediate container 1d9718ee8455 23:41:28 ---> 67d41fc2c2a4 23:41:28 Step 20/22 : LABEL arch=x86_64 23:41:28 ---> Running in abb987d2bef1 23:41:28 Removing intermediate container 1bc3b0528520 23:41:28 ---> dc4ebd435a7c 23:41:28 Step 24/24 : LABEL version=0.0.0 23:41:28 Removing intermediate container 7783e3cc9ee4 23:41:28 ---> c55ba67ff117 23:41:28 23:41:28 Successfully built c55ba67ff117 23:41:28 ---> Running in 8da6b4370a1f 23:41:28 Successfully tagged docker-support-scheduler-go:latest 23:41:28 Building docker-core-data-go 23:41:28  Building docker-support-scheduler-go ... done Removing intermediate container abb987d2bef1 23:41:28 ---> 87050813c95c 23:41:28 Step 21/22 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:41:28 ---> Running in c4026636e0b8 23:41:29 Removing intermediate container 8da6b4370a1f 23:41:29 ---> e171a87fa371 23:41:29 23:41:29 Removing intermediate container fcfa2d051ff7 23:41:29 ---> 9b4932828da3 23:41:29 Step 8/24 : COPY . . 23:41:29 Removing intermediate container 29b068a280b4 23:41:29 ---> bd407358080e 23:41:29 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:41:30 Successfully built e171a87fa371 23:41:31 Successfully tagged docker-security-secretstore-setup-go:latest 23:41:32  Building docker-security-secretstore-setup-go ... done Removing intermediate container c4026636e0b8 23:41:32 ---> a6e8a7b07a94 23:41:32 Step 22/22 : LABEL version=0.0.0 23:41:36 ---> Running in 8b3844341837 23:41:38 ---> Running in 082cc9acbe96 23:41:39 Removing intermediate container 8b3844341837 23:41:39 ---> 7a62c79dc128 23:41:39 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:41:40 Removing intermediate container 082cc9acbe96 23:41:40 ---> a28d27594f0e 23:41:40 23:41:41 ---> Running in 0cd811724b92 23:41:43 Successfully built a28d27594f0e 23:41:43 Successfully tagged docker-core-metadata-go:latest 23:41:44  Building docker-core-metadata-go ... done Removing intermediate container 0cd811724b92 23:41:44 ---> 3f823e48bcfb 23:41:44 Step 24/26 : LABEL arch=x86_64 23:41:44 ---> Running in bdd6b886f459 23:41:45 Removing intermediate container bdd6b886f459 23:41:45 ---> e3f5faf40964 23:41:45 Step 25/26 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:41:47 ---> Running in c7a47dcc3195 23:41:47 Removing intermediate container c7a47dcc3195 23:41:47 ---> 2ca3ef539e66 23:41:47 Step 26/26 : LABEL version=0.0.0 23:41:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:41:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:41:47 ---> 1317e23fb4d9 23:41:47 Step 3/23 : WORKDIR /edgex-go 23:41:47 ---> Using cache 23:41:47 ---> be859154b53e 23:41:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:41:47 ---> Using cache 23:41:47 ---> 6e0fca38531d 23:41:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:41:49 ---> Running in 3dbee5b81a01 23:41:49 ---> Running in 8afff8f1c6c9 23:41:49 Removing intermediate container 3dbee5b81a01 23:41:49 ---> 05558cbf689a 23:41:49 23:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:41:49 Successfully built 05558cbf689a 23:41:49 Successfully tagged docker-sys-mgmt-agent-go:latest 23:41:50  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:41:51 OK: 233 MiB in 51 packages 23:41:51 ---> 677cde60fe6f 23:41:51 Step 9/24 : RUN make cmd/support-notifications/support-notifications 23:41:51 ---> Running in b487c3b87aa7 23:41:52 Removing intermediate container 8afff8f1c6c9 23:41:52 ---> 2ac1a1427047 23:41:52 Step 6/23 : COPY go.mod . 23:41:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:41:52 ---> e2cd4d0581c3 23:41:52 Step 7/23 : RUN go mod download 23:41:52 ---> Running in b727ae4a0ca0 23:41:53 Removing intermediate container b727ae4a0ca0 23:41:53 ---> 5f4c13c22298 23:41:53 Step 8/23 : COPY . . 23:42:06 gofmt -l . 23:42:06 [ "`gofmt -l .`" = "" ] 23:42:09 ./bin/test-go-mod-tidy.sh 23:42:09 ./bin/test-attribution-txt.sh [Pipeline] sh 23:42:14 + ls -al . 23:42:14 total 668 23:42:14 drwxrwxr-x 9 1001 1001 4096 Jan 4 23:42 . 23:42:14 drwxr-xr-x 4 root root 4096 Jan 4 23:38 .. 23:42:14 -rw-rw-r-- 1 1001 1001 11 Jan 4 23:36 .dockerignore 23:42:14 drwxrwxr-x 8 1001 1001 4096 Jan 4 23:36 .git 23:42:14 drwxrwxr-x 3 1001 1001 4096 Jan 4 23:36 .github 23:42:14 -rw-rw-r-- 1 1001 1001 872 Jan 4 23:36 .gitignore 23:42:14 -rw-rw-r-- 1 1001 1001 166 Jan 4 23:36 .sonarcloud.properties 23:42:14 -rw-rw-r-- 1 1001 1001 3804 Jan 4 23:36 CONTRIBUTING.md 23:42:14 -rw-rw-r-- 1 1001 1001 931 Jan 4 23:36 Dockerfile.build 23:42:14 -rw-rw-r-- 1 1001 1001 863 Jan 4 23:36 Jenkinsfile 23:42:14 -rw-rw-r-- 1 1001 1001 10775 Jan 4 23:36 LICENSE 23:42:14 -rw-rw-r-- 1 1001 1001 6306 Jan 4 23:36 Makefile 23:42:14 -rw-rw-r-- 1 1001 1001 6511 Jan 4 23:36 README.md 23:42:14 -rw-rw-r-- 1 1001 1001 6744 Jan 4 23:36 SECURITY.md 23:42:14 -rw-rw-r-- 1 1001 1001 5 Jan 4 23:34 VERSION 23:42:14 -rw-rw-r-- 1 1001 1001 4131 Jan 4 23:36 ZMQWindows.md 23:42:14 drwxrwxr-x 2 1001 1001 4096 Jan 4 23:36 bin 23:42:14 drwxrwxr-x 15 1001 1001 4096 Jan 4 23:36 cmd 23:42:14 -rw-r--r-- 1 root root 543476 Jan 4 23:40 coverage.out 23:42:14 -rw-r--r-- 1 root root 1005 Jan 4 23:42 go.mod 23:42:14 -rw-r--r-- 1 root root 19087 Jan 4 23:42 go.sum 23:42:14 drwxrwxr-x 8 1001 1001 4096 Jan 4 23:36 internal 23:42:14 drwxrwxr-x 4 1001 1001 4096 Jan 4 23:36 openapi 23:42:14 drwxrwxr-x 4 1001 1001 4096 Jan 4 23:36 snap 23:42:14 -rw-rw-r-- 1 1001 1001 168 Jan 4 23:36 version.go [Pipeline] sh 23:42:15 + '[' -e coverage.out ] 23:42:15 + chown 1001:1001 coverage.out [Pipeline] stash 23:42:15 Warning: overwriting stash ‘coverage-report’ 23:42:15 ---> 910c8f3bd36b 23:42:15 Step 9/23 : RUN make cmd/core-data/core-data 23:42:15 ---> Running in 9969987b2075 23:42:15 Removing intermediate container b487c3b87aa7 23:42:15 ---> 9bd2b168db6e 23:42:15 23:42:15 Step 10/24 : FROM scratch 23:42:15 ---> 23:42:15 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:42:15 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 23:42:15 ---> Running in e8971d7cf88a 23:42:15 Removing intermediate container e8971d7cf88a 23:42:15 ---> adedb25afecf 23:42:15 Step 12/24 : ENV APP_PORT=48060 23:42:15 ---> Running in fa811409bcf4 23:42:15 Removing intermediate container fa811409bcf4 23:42:15 ---> 447fc7331146 23:42:15 Step 13/24 : EXPOSE $APP_PORT 23:42:15 ---> Running in 297e3b53f4fc 23:42:16 Removing intermediate container 297e3b53f4fc 23:42:16 ---> 15040098bf9e 23:42:16 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 23:42:16 ---> 2a24c1909bb5 23:42:16 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 23:42:16 Stashed 1 file(s) [Pipeline] sh 23:42:17 + make build 23:42:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:42:18 ---> fc03050c55e3 23:42:18 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 23:42:19 ---> d17c91c92205 23:42:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 23:42:19 ---> 6f93c3dc5863 23:42:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:42:19 ---> 77b1464d6a35 23:42:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:42:20 ---> 7b8dead3d2e7 23:42:20 Step 20/24 : ENTRYPOINT ["/support-notifications"] 23:42:20 ---> Running in 226dedc2b21c 23:42:20 Removing intermediate container 226dedc2b21c 23:42:20 ---> e3eaaebe25b4 23:42:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:42:20 ---> Running in 235f99551d1c 23:42:21 Removing intermediate container 235f99551d1c 23:42:21 ---> c98711a94e7a 23:42:21 Step 22/24 : LABEL arch=x86_64 23:42:21 ---> Running in 9be96e132ec0 23:42:21 Removing intermediate container 9be96e132ec0 23:42:21 ---> 127af6fa200d 23:42:21 Step 23/24 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:42:21 ---> Running in 2aa8830516f7 23:42:21 Removing intermediate container 2aa8830516f7 23:42:21 ---> b2b0ac9e976f 23:42:21 Step 24/24 : LABEL version=0.0.0 23:42:21 ---> Running in c740e1eb2120 23:42:22 Removing intermediate container c740e1eb2120 23:42:22 ---> d453110e3bf4 23:42:22 23:42:22 Successfully built d453110e3bf4 23:42:22 Successfully tagged docker-support-notifications-go:latest 23:42:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:42:30  Building docker-support-notifications-go ... done Removing intermediate container 9969987b2075 23:42:30 ---> d12dda8a1c7d 23:42:30 23:42:30 Step 10/23 : FROM alpine:3.12 23:42:30 ---> 389fef711851 23:42:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:42:30 ---> Running in 63250fc5952e 23:42:30 Removing intermediate container 63250fc5952e 23:42:30 ---> ead2692f8808 23:42:30 Step 12/23 : ENV APP_PORT=48080 23:42:30 ---> Running in 2644a379fe20 23:42:31 Removing intermediate container 2644a379fe20 23:42:31 ---> 14e4a9a98449 23:42:31 Step 13/23 : EXPOSE $APP_PORT 23:42:31 ---> Running in 31d8aca7eddf 23:42:31 Removing intermediate container 31d8aca7eddf 23:42:31 ---> 6039c200a8c5 23:42:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:42:31 ---> Running in 78c55d78b2d7 23:42:32 Removing intermediate container 78c55d78b2d7 23:42:32 ---> f3f23b42b2c3 23:42:32 Step 15/23 : RUN apk add --update --no-cache zeromq 23:42:32 ---> Running in 8d46643f8bfe 23:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:42:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:42:35 (1/5) Installing libgcc (9.3.0-r2) 23:42:35 (2/5) Installing libsodium (1.0.18-r0) 23:42:35 (3/5) Installing libstdc++ (9.3.0-r2) 23:42:35 (4/5) Installing libzmq (4.3.3-r0) 23:42:35 (5/5) Installing zeromq (4.3.3-r0) 23:42:35 Executing busybox-1.31.1-r19.trigger 23:42:35 OK: 8 MiB in 19 packages 23:42:36 Removing intermediate container 8d46643f8bfe 23:42:36 ---> 54e04ac2287f 23:42:36 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 23:42:36 ---> f679f5e5df30 23:42:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:42:37 ---> 564209377763 23:42:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:42:37 ---> a69be5215cca 23:42:37 Step 19/23 : ENTRYPOINT ["/core-data"] 23:42:37 ---> Running in ae9191384735 23:42:37 Removing intermediate container ae9191384735 23:42:37 ---> 7413373100e8 23:42:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:42:37 ---> Running in 027f13e33353 23:42:37 Removing intermediate container 027f13e33353 23:42:37 ---> bddcfda3c7fb 23:42:37 Step 21/23 : LABEL arch=x86_64 23:42:37 ---> Running in fefbbd0019ae 23:42:37 Removing intermediate container fefbbd0019ae 23:42:37 ---> af2ce7271b47 23:42:37 Step 22/23 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:42:38 ---> Running in 1eb6399426a9 23:42:38 Removing intermediate container 1eb6399426a9 23:42:38 ---> ffd717fd057a 23:42:38 Step 23/23 : LABEL version=0.0.0 23:42:38 ---> Running in 58d252d93b90 23:42:38 Removing intermediate container 58d252d93b90 23:42:38 ---> 8bf40669290b 23:42:38 23:42:38 Successfully built 8bf40669290b 23:42:38 Successfully tagged docker-core-data-go:latest 23:42:39  Building docker-core-data-go ... done  [Pipeline] } 23:42:39 $ docker stop --time=1 ff0dabe056dd493ae5756d7b08f2ce666ac1efcb6e5a32668a573a60a35f6943 23:42:40 $ docker rm -f ff0dabe056dd493ae5756d7b08f2ce666ac1efcb6e5a32668a573a60a35f6943 [Pipeline] // withDockerContainer [Pipeline] sh 23:42:41 + docker images 23:42:41 + grep docker 23:42:41 docker-core-data-go latest 8bf40669290b 3 seconds ago 22.2MB 23:42:41 docker-support-notifications-go latest d453110e3bf4 20 seconds ago 12MB 23:42:41 docker-sys-mgmt-agent-go latest 05558cbf689a 52 seconds ago 313MB 23:42:41 docker-core-metadata-go latest a28d27594f0e About a minute ago 13MB 23:42:41 docker-support-scheduler-go latest c55ba67ff117 About a minute ago 10.7MB 23:42:41 docker-security-secretstore-setup-go latest e171a87fa371 About a minute ago 24.6MB 23:42:41 docker-security-bootstrapper-go latest c5dace9ab9c0 About a minute ago 41.4MB 23:42:41 docker-security-proxy-setup-go latest 46915918e742 2 minutes ago 24.5MB 23:42:41 docker-security-bootstrap-redis-go latest ca8dfde1e816 2 minutes ago 15.8MB 23:42:41 docker-core-command-go latest 74df14723e90 2 minutes ago 10.6MB 23:42:41 docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 23:42:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:42:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:42:57 Still waiting to schedule task 23:42:57 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:42:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:42:58 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 23:43:04 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 23:43: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 23:43:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:43:15 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 23:43:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:43:22 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 23:43:25 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] } 23:43:30 $ docker stop --time=1 482a55fc117699668ba9b45c9ef8a29fbe2d2e15cf5bc33e7693f7c28ca4a74b 23:43:33 $ docker rm -f 482a55fc117699668ba9b45c9ef8a29fbe2d2e15cf5bc33e7693f7c28ca4a74b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:43:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:43:35 23:43:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:43:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:43:35 latest: Pulling from edgex-devops/edgex-compose-arm64 23:43:35 29e5d40040c1: Pulling fs layer 23:43:35 1ce36da41761: Pulling fs layer 23:43:35 25b303627fd3: Pulling fs layer 23:43:36 29e5d40040c1: Verifying Checksum 23:43:36 29e5d40040c1: Download complete 23:43:37 1ce36da41761: Verifying Checksum 23:43:37 1ce36da41761: Download complete 23:43:37 29e5d40040c1: Pull complete 23:43:38 1ce36da41761: Pull complete 23:43:38 25b303627fd3: Verifying Checksum 23:43:38 25b303627fd3: Download complete 23:43:42 Running on prd-ubuntu18.04-docker-8c-8g-18344 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 23:43:42 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 23:43:44 using credential edgex-jenkins-ssh 23:43:44 Cloning the remote Git repository 23:43:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:43:44 > git init /w/workspace/edgex-go/7 # timeout=10 23:43:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:43:44 > git --version # timeout=10 23:43:44 > git --version # 'git version 2.17.1' 23:43:44 using GIT_SSH to set credentials SSH Credentials for GitHub 23:43:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:43:48 25b303627fd3: Pull complete 23:43:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:43:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:43:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:43:49 prd-ubuntu18.04-docker-arm64-4c-16g-18343 does not seem to be running inside a container 23:43:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:43:51 Merging remotes/origin/master commit 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit 393a9f5493167e63022d344362f453b577f2a81b 23:43:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:43:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:43:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:43:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:43:50 using GIT_SSH to set credentials SSH Credentials for GitHub 23:43:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:43:51 > git config core.sparsecheckout # timeout=10 23:43:51 > git checkout -f 393a9f5493167e63022d344362f453b577f2a81b # timeout=10 23:43:51 > git remote # timeout=10 23:43:51 > git config --get remote.origin.url # timeout=10 23:43:51 using GIT_SSH to set credentials SSH Credentials for GitHub 23:43:51 > git merge 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 23:43:51 > git rev-parse HEAD^{commit} # timeout=10 23:43:51 Merge succeeded, producing 393a9f5493167e63022d344362f453b577f2a81b 23:43:51 Checking out Revision 393a9f5493167e63022d344362f453b577f2a81b (PR-2970) 23:43:52 $ docker top e502efb122873e0b44f6781162207a34c297c92e11db7d9e3ed00c2240d1a65a -eo pid,comm 23:43:51 > git config core.sparsecheckout # timeout=10 23:43:51 > git checkout -f 393a9f5493167e63022d344362f453b577f2a81b # timeout=10 [Pipeline] { [Pipeline] sh 23:43:53 + docker-compose build --help 23:43:53 + grep parallel 23:43:54 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:43:56 + echo snap-build.sh 23:43:56 snap-build.sh 23:43:56 + SNAP_BASE_DIR=. 23:43:56 + '[' '!' -z /w/workspace/edgex-go/7 ']' 23:43:56 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 23:43:56 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 23:43:56 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 23:43:56 + cd /w/workspace/edgex-go/7 23:43:56 + sudo apt-get remove -qy --purge lxd lxd-client 23:43:56 Reading package lists... 23:43:56 Building dependency tree... 23:43:56 Reading state information... 23:43:56 The following packages were automatically installed and are no longer required: 23:43:56 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:43:56 uidmap xdelta3 23:43:56 Use 'sudo apt autoremove' to remove them. 23:43:56 The following packages will be REMOVED: 23:43:56 lxd* lxd-client* 23:43:56 --parallel Build images in parallel. 23:43:57 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:43:57 After this operation, 31.7 MB disk space will be freed. [Pipeline] } 23:43:57 $ docker stop --time=1 e502efb122873e0b44f6781162207a34c297c92e11db7d9e3ed00c2240d1a65a 23:43:58 (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.) 23:43:58 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 23:43:58 Removing lxd dnsmasq configuration 23:43:58 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:43:59 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:43:59 $ docker rm -f e502efb122873e0b44f6781162207a34c297c92e11db7d9e3ed00c2240d1a65a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:43:59 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:43:59 (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.) 23:43:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:44:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:44:00 . [Pipeline] withDockerContainer 23:44:00 prd-ubuntu18.04-docker-arm64-4c-16g-18343 does not seem to be running inside a container 23:44:00 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:44:01 Processing triggers for systemd (237-3ubuntu10.42) ... 23:44:01 Processing triggers for ureadahead (0.100.0-21) ... 23:44:01 $ docker top f82e1ea81690155482fc652b49be172bf88b6df3ce748d586d45fc726ea3d869 -eo pid,comm [Pipeline] { [Pipeline] sh 23:44:02 + sudo snap remove --purge lxd 23:44:02 snap "lxd" is not installed 23:44:02 + sudo groupadd --force --system lxd 23:44:02 ++ whoami 23:44:02 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:44:02 + newgrp - lxd 23:44:02 + sudo snap install lxd 23:44:02 + docker-compose -f ./docker-compose-build.yml build --parallel 23:44:07 Building docker-core-command-go ... 23:44:07 Building docker-core-data-go ... 23:44:07 Building docker-core-metadata-go ... 23:44:07 Building docker-security-bootstrapper-go ... 23:44:07 Building docker-security-bootstrap-redis-go ... 23:44:07 Building docker-security-proxy-setup-go ... 23:44:07 Building docker-security-secretstore-setup-go ... 23:44:07 Building docker-support-notifications-go ... 23:44:07 Building docker-support-scheduler-go ... 23:44:07 Building docker-sys-mgmt-agent-go ... 23:44:07 Building docker-security-secretstore-setup-go 23:44:07 Building docker-core-data-go 23:44:07 Building docker-sys-mgmt-agent-go 23:44:07 Building docker-support-notifications-go 23:44:07 Building docker-security-bootstrap-redis-go 23:44:10 2021-01-04T23:44:08Z INFO Waiting for automatic snapd restart... 23:44:23 lxd 4.9 from Canonical* installed 23:44:23 + sudo lxd init --auto 23:44:31 + sudo snap install --classic snapcraft 23:44:39 snapcraft 4.4.4 from Canonical* installed 23:44:39 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 23:44:39 + patch --verbose -p1 23:44:39 Hmm... Looks like a unified diff to me... 23:44:39 The text leading up to this was: 23:44:39 -------------------------- 23:44:39 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 23:44:39 |From: Tony Espy 23:44:39 |Date: Wed, 16 Dec 2020 16:34:55 -0500 23:44:39 |Subject: [PATCH] optimize snap build for pipeline CI check 23:44:39 | 23:44:39 |This patch is used by the EdgeX CI pipeline builds to 23:44:39 |optimize the snap CI check run for pull requests. When 23:44:39 |applied, it essentially strips out everything (apps and 23:44:39 |parts) from the snapcraft.yaml file except those required 23:44:39 |to build edgex-go, as the whole idea of the CI check is to 23:44:39 |catch changes to edgex-go that break the snap build. 23:44:39 | 23:44:39 |In general, anyone updating snapcraft.yaml will also need 23:44:39 |to update this patch file, otherwise it may fail to apply, 23:44:39 |resulting in a failed snap build CI check in the associated 23:44:39 |pull request. 23:44:39 | 23:44:39 |Note - in addition to applying this patch, the pipeline also 23:44:39 |only primes the snap (e.g. `snapcraft prime`), as there's no 23:44:39 |need to build the finally binary .snap file (and it won't 23:44:39 |work with the patch applied). This further reduces the build 23:44:39 |time. 23:44:39 |--- 23:44:39 | snap/snapcraft.yaml | 461 +------------------------------------------- 23:44:39 | 1 file changed, 2 insertions(+), 459 deletions(-) 23:44:39 | 23:44:39 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 23:44:39 |index 1e537489..faf42425 100644 23:44:39 |--- a/snap/snapcraft.yaml 23:44:39 |+++ b/snap/snapcraft.yaml 23:44:39 -------------------------- 23:44:39 patching file snap/snapcraft.yaml 23:44:39 Using Plan A... 23:44:39 Hunk #1 succeeded at 73. 23:44:39 Hunk #2 succeeded at 202. 23:44:39 Hunk #3 succeeded at 214. 23:44:39 Hunk #4 succeeded at 222. 23:44:39 Hunk #5 succeeded at 229. 23:44:39 Hunk #6 succeeded at 256. 23:44:39 Hunk #7 succeeded at 290. 23:44:39 Hunk #8 succeeded at 341. 23:44:39 Hmm... Ignoring the trailing garbage. 23:44:39 done 23:44:39 + sudo snapcraft prime --use-lxd 23:44:39 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 23:44:39 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: 23:44:39 - README.md 23:44:39 23:44:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:44:40 Launching a container. 23:44:52 Waiting for container to be ready 23:44:52 To start your first instance, try: lxc launch ubuntu:18.04 23:44:52 23:44:54 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 23:44:54 Waiting for network to be ready... 23:44:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:44:55 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:44:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] 23:44:56 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:44:56 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:44:56 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:44:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:44:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:44:56 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:44:56 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:44:56 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:44:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 23:44:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 23:44:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 23:44:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 23:44:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 23:44:56 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 23:44:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 23:44:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:44:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 23:44:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 23:44:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 23:44:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 23:44:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 23:44:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 23:44:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 23:44:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 23:45:01 Fetched 23.6 MB in 5s (4293 kB/s) 23:45:01 Reading package lists... 23:45:01 Reading package lists... 23:45:02 Building dependency tree... 23:45:02 Reading state information... 23:45:02 The following additional packages will be installed: 23:45:02 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:45:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:45:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:45:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 23:45:02 Suggested packages: 23:45:02 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 23:45:02 Recommended packages: 23:45:02 gnupg libsasl2-modules 23:45:02 The following NEW packages will be installed: 23:45:02 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:45:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:45:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:45:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 23:45:02 The following packages will be upgraded: 23:45:02 gpg gpg-agent gpgconf libudev1 23:45:03 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 23:45:03 Need to get 3531 kB of archives. 23:45:03 After this operation, 13.3 MB of additional disk space will be used. 23:45:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 23:45:03 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 23:45:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 23:45:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 23:45:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 23:45:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 23:45:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 23:45:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 23:45:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 23:45:03 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 23:45:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 23:45:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 23:45:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:45:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 23:45:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 23:45:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 23:45:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 23:45:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 23:45:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 23:45:03 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 23:45:03 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 23:45:03 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 23:45:03 debconf: delaying package configuration, since apt-utils is not installed 23:45:03 Fetched 3531 kB in 1s (2397 kB/s) 23:45:03 (Reading database ... 12511 files and directories currently installed.) 23:45:03 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 23:45:03 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:45:04 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 23:45:04 Selecting previously unselected package udev. 23:45:04 (Reading database ... 12511 files and directories currently installed.) 23:45:04 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 23:45:04 Unpacking udev (237-3ubuntu10.43) ... 23:45:04 Selecting previously unselected package libfuse2:amd64. 23:45:04 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 23:45:04 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:45:04 Selecting previously unselected package fuse. 23:45:04 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 23:45:04 Unpacking fuse (2.9.7-1ubuntu1) ... 23:45:04 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 23:45:04 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:45:04 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 23:45:04 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:45:04 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 23:45:04 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:45:04 Selecting previously unselected package libksba8:amd64. 23:45:04 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 23:45:04 Unpacking libksba8:amd64 (1.3.5-2) ... 23:45:05 Selecting previously unselected package libroken18-heimdal:amd64. 23:45:05 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:45:05 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:05 Selecting previously unselected package libasn1-8-heimdal:amd64. 23:45:05 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:45:05 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:05 Selecting previously unselected package libheimbase1-heimdal:amd64. 23:45:05 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:45:05 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:05 Selecting previously unselected package libhcrypto4-heimdal:amd64. 23:45:05 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:45:05 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:05 Selecting previously unselected package libwind0-heimdal:amd64. 23:45:05 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:45:05 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:05 Selecting previously unselected package libhx509-5-heimdal:amd64. 23:45:05 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:45:05 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:05 Selecting previously unselected package libkrb5-26-heimdal:amd64. 23:45:05 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:45:05 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:05 Selecting previously unselected package libheimntlm0-heimdal:amd64. 23:45:05 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:45:05 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:05 Selecting previously unselected package libgssapi3-heimdal:amd64. 23:45:05 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:45:05 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:06 Selecting previously unselected package libsasl2-modules-db:amd64. 23:45:06 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 23:45:06 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:45:06 Selecting previously unselected package libsasl2-2:amd64. 23:45:06 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 23:45:06 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:45:06 Selecting previously unselected package libldap-common. 23:45:06 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 23:45:06 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:45:06 Selecting previously unselected package libldap-2.4-2:amd64. 23:45:06 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 23:45:06 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:45:06 Selecting previously unselected package dirmngr. 23:45:06 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 23:45:06 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 23:45:06 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:45:06 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 23:45:06 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:45:06 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:45:06 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:45:06 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 23:45:06 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:06 Setting up libksba8:amd64 (1.3.5-2) ... 23:45:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:45:06 Setting up udev (237-3ubuntu10.43) ... 23:45:07 invoke-rc.d: policy-rc.d denied execution of start. 23:45:07 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:07 Processing triggers for systemd (237-3ubuntu10) ... 23:45:07 Setting up fuse (2.9.7-1ubuntu1) ... 23:45:07 Setting up gpg (2.2.4-1ubuntu1.3) ... 23:45:07 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:07 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:07 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:07 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:07 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:07 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:07 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:45:07 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:45:07 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 23:45:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:45:08 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 23:45:08 settings in the [Install] section, and DefaultInstance for template units). 23:45:08 This means they are not meant to be enabled using systemctl. 23:45:08 Possible reasons for having this kind of units are: 23:45:08 1) A unit may be statically enabled by being symlinked from another unit's 23:45:08 .wants/ or .requires/ directory. 23:45:08 2) A unit's purpose may be to act as a helper for some other unit which has 23:45:08 a requirement dependency on it. 23:45:08 3) A unit may be started when needed via activation (socket, path, timer, 23:45:08 D-Bus, udev, scripted systemctl call, ...). 23:45:08 4) In case of template units, the unit is meant to be enabled with some 23:45:08 instance name specified. 23:45:08 Reading package lists... 23:45:08 Building dependency tree... 23:45:08 Reading state information... 23:45:08 The following additional packages will be installed: 23:45:08 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 23:45:08 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 23:45:08 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 23:45:08 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 23:45:08 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 23:45:08 Suggested packages: 23:45:08 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 23:45:08 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 23:45:08 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 23:45:08 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 23:45:08 systemd-container policykit-1 23:45:08 Recommended packages: 23:45:08 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 23:45:08 The following NEW packages will be installed: 23:45:08 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 23:45:08 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 23:45:08 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 23:45:08 multiarch-support openssh-client python3 python3-minimal python3.6 23:45:08 python3.6-minimal snapd squashfs-tools sudo 23:45:08 The following packages will be upgraded: 23:45:08 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 23:45:09 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 23:45:09 Need to get 35.2 MB of archives. 23:45:09 After this operation, 141 MB of additional disk space will be used. 23:45:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 23:45:09 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 23:45:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 23:45:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 23:45:09 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 23:45:09 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 23:45:09 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 23:45:09 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 23:45:09 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 23:45:09 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 23:45:09 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 23:45:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 23:45:09 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 23:45:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:45:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 23:45:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:45:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 23:45:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 23:45:09 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 23:45:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 23:45:09 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 23:45:10 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 23:45:10 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:45:10 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 23:45:10 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 23:45:10 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 23:45:10 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 23:45:10 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 23:45:10 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 23:45:10 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:45:11 debconf: delaying package configuration, since apt-utils is not installed 23:45:11 Fetched 35.2 MB in 2s (15.9 MB/s) 23:45:11 (Reading database ... 12757 files and directories currently installed.) 23:45:11 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 23:45:11 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:45:11 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 23:45:11 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:45:12 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 23:45:12 (Reading database ... 12757 files and directories currently installed.) 23:45:12 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 23:45:12 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 23:45:12 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 23:45:12 (Reading database ... 12757 files and directories currently installed.) 23:45:12 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 23:45:12 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 23:45:13 Setting up apt (1.6.12ubuntu0.2) ... 23:45:13 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 23:45:13 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 23:45:13 (Reading database ... 12764 files and directories currently installed.) 23:45:13 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:45:13 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:45:13 Selecting previously unselected package libpython3.6-minimal:amd64. 23:45:13 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:45:14 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:45:14 Selecting previously unselected package libexpat1:amd64. 23:45:14 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:45:14 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:45:14 Selecting previously unselected package python3.6-minimal. 23:45:14 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:45:14 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:45:14 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 23:45:14 Checking for services that may need to be restarted...done. 23:45:14 Checking for services that may need to be restarted...done. 23:45:14 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:45:14 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:45:14 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:45:15 Selecting previously unselected package python3-minimal. 23:45:15 (Reading database ... 13012 files and directories currently installed.) 23:45:15 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 23:45:15 Unpacking python3-minimal (3.6.7-1~18.04) ... 23:45:15 Selecting previously unselected package mime-support. 23:45:15 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 23:45:15 Unpacking mime-support (3.60ubuntu1) ... 23:45:15 Selecting previously unselected package libmpdec2:amd64. 23:45:15 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 23:45:15 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:45:15 Selecting previously unselected package libpython3.6-stdlib:amd64. 23:45:15 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:45:15 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:45:15 Selecting previously unselected package python3.6. 23:45:15 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:45:15 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:45:15 Selecting previously unselected package libpython3-stdlib:amd64. 23:45:15 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 23:45:15 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:45:15 Setting up python3-minimal (3.6.7-1~18.04) ... 23:45:16 Selecting previously unselected package python3. 23:45:16 (Reading database ... 13442 files and directories currently installed.) 23:45:16 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 23:45:16 Unpacking python3 (3.6.7-1~18.04) ... 23:45:16 Selecting previously unselected package multiarch-support. 23:45:16 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 23:45:16 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 23:45:16 Setting up multiarch-support (2.27-3ubuntu1.4) ... 23:45:16 Selecting previously unselected package liblzo2-2:amd64. 23:45:16 (Reading database ... 13479 files and directories currently installed.) 23:45:16 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 23:45:16 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 23:45:16 Selecting previously unselected package libbsd0:amd64. 23:45:16 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:45:16 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:45:16 Selecting previously unselected package sudo. 23:45:16 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 23:45:16 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 23:45:17 Selecting previously unselected package apparmor. 23:45:17 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 23:45:17 Unpacking apparmor (2.12-4ubuntu5.1) ... 23:45:17 Selecting previously unselected package libedit2:amd64. 23:45:17 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 23:45:17 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:45:17 Selecting previously unselected package libkrb5support0:amd64. 23:45:17 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 23:45:17 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:45:17 Selecting previously unselected package libk5crypto3:amd64. 23:45:17 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 23:45:17 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:45:17 Selecting previously unselected package libkeyutils1:amd64. 23:45:17 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 23:45:17 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:45:17 Selecting previously unselected package libkrb5-3:amd64. 23:45:17 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 23:45:17 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:45:17 Selecting previously unselected package libgssapi-krb5-2:amd64. 23:45:17 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 23:45:17 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:45:17 Selecting previously unselected package libssl1.0.0:amd64. 23:45:17 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 23:45:17 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:45:18 Selecting previously unselected package openssh-client. 23:45:18 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:45:18 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:45:18 Selecting previously unselected package squashfs-tools. 23:45:18 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 23:45:18 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:45:19 Selecting previously unselected package snapd. 23:45:19 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 23:45:19 Unpacking snapd (2.48+18.04) ... 23:45:20 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:45:20 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:45:21 Setting up mime-support (3.60ubuntu1) ... 23:45:21 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 23:45:21 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:45:21 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:45:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:45:21 Setting up systemd (237-3ubuntu10.43) ... 23:45:21 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 23:45:22 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:45:22 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:45:22 Setting up liblzo2-2:amd64 (2.08-1.2) ... 23:45:22 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:45:22 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:45:22 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:45:23 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:45:23 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:45:23 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:45:23 Setting up python3 (3.6.7-1~18.04) ... 23:45:23 running python rtupdate hooks for python3.6... 23:45:23 running python post-rtupdate hooks for python3.6... 23:45:23 Setting up apparmor (2.12-4ubuntu5.1) ... 23:45:25 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 23:45:25 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:45:25 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:45:25 Setting up snapd (2.48+18.04) ... 23:45:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 23:45:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 23:45:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 23:45:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 23:45:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:45:26 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:45:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 23:45:27 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 23:45:27 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 23:45:27 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 23:45:27 /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' 23:45:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:45:27 Processing triggers for systemd (237-3ubuntu10.43) ... 23:45:28 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 23:45:28 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:45:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:45:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:45:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:45:28 ---> 35e1c7b3a417 23:45:28 Step 3/22 : WORKDIR /edgex-go 23:45:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:45:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:45:28 ---> 35e1c7b3a417 23:45:28 Step 3/26 : WORKDIR /edgex-go 23:45:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:45:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:45:28 ---> 35e1c7b3a417 23:45:28 Step 3/24 : WORKDIR /edgex-go 23:45:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:45:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:45:28 ---> 35e1c7b3a417 23:45:28 Step 3/24 : WORKDIR /edgex-go 23:45:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:45:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:45:28 ---> 35e1c7b3a417 23:45:28 Step 3/23 : WORKDIR /edgex-go 23:45:28 ---> Running in 013d9a0f2155 23:45:28 ---> Running in 63513808ed10 23:45:28 ---> Running in cf2bceda6ef5 23:45:28 ---> Running in 418448e58e69 23:45:28 ---> Running in 85cb4fbba3a6 23:45:28 Removing intermediate container 013d9a0f2155 23:45:28 ---> 3abd24a2a443 23:45:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:45:28 Removing intermediate container cf2bceda6ef5 23:45:28 ---> 2538976ccfc0 23:45:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:45:28 Removing intermediate container 418448e58e69 23:45:28 ---> 57544d9c88cd 23:45:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:45:28 Removing intermediate container 63513808ed10 23:45:28 ---> 54c5dcafcfb5 23:45:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:45:28 Removing intermediate container 85cb4fbba3a6 23:45:28 ---> a0ef27fc45b3 23:45:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:45:28 ---> Running in ba4c3915c1cf 23:45:28 ---> Running in 2b44e7b55be9 23:45:28 ---> Running in 16e67a9d2cc3 23:45:28 ---> Running in ae88a86b1248 23:45:28 ---> Running in e34cd0f24b29 23:45:28 Removing intermediate container 2b44e7b55be9 23:45:28 ---> 561c1d35d672 23:45:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:45:28 ---> Running in a8f86deed07f 23:45:28 Removing intermediate container ba4c3915c1cf 23:45:28 ---> 2648fda758ea 23:45:28 Step 5/24 : RUN apk add --update --no-cache make git 23:45:28 Removing intermediate container 16e67a9d2cc3 23:45:28 ---> 6f03ab6b893a 23:45:28 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 23:45:28 Removing intermediate container e34cd0f24b29 23:45:28 ---> 57731db17105 23:45:28 Step 5/22 : RUN apk add --update --no-cache make git 23:45:28 ---> Running in f26ad8fd05f6 23:45:28 ---> Running in 095784019ee9 23:45:28 Removing intermediate container ae88a86b1248 23:45:28 ---> b79f232a84c3 23:45:28 Step 5/26 : RUN apk add --update --no-cache make bash git 23:45:28 ---> Running in b77ea681d1d5 23:45:28 ---> Running in ffc923f2b354 23:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:45:28 OK: 217 MiB in 51 packages 23:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:45:29 OK: 217 MiB in 51 packages 23:45:29 OK: 217 MiB in 51 packages 23:45:30 OK: 217 MiB in 51 packages 23:45:30 OK: 217 MiB in 51 packages 23:45:30 Removing intermediate container a8f86deed07f 23:45:30 ---> d0daa3cfce1f 23:45:30 Step 6/23 : COPY go.mod . 23:45:30 Reading package lists... 23:45:30 Reading package lists... 23:45:30 Building dependency tree... 23:45:30 Reading state information... 23:45:30 Calculating upgrade... 23:45:30 The following packages will be upgraded: 23:45:30 advancecomp base-files bash binutils binutils-common 23:45:30 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 23:45:30 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 23:45:30 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 23:45:30 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 23:45:30 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 23:45:30 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 23:45:30 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 23:45:30 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 23:45:30 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 23:45:30 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 23:45:30 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 23:45:30 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 23:45:30 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 23:45:31 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 23:45:31 Need to get 63.5 MB of archives. 23:45:31 After this operation, 5200 kB of additional disk space will be used. 23:45:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:45:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:45:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:45:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:45:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:45:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:45:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 23:45:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 23:45:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:45:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:45:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 23:45:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 23:45:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 23:45:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 23:45:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 23:45:31 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 23:45:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 23:45:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 23:45:31 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 23:45:31 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 23:45:31 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 23:45:31 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 23:45:31 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 23:45:31 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 23:45:31 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 23:45:31 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 23:45:31 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 23:45:31 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 23:45:31 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 23:45:31 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 23:45:31 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 23:45:31 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 23:45:31 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 23:45:31 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 23:45:31 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 23:45:31 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 23:45:31 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 23:45:31 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 23:45:31 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 23:45:31 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 23:45:31 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 23:45:31 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 23:45:31 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 23:45:31 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 23:45:31 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 23:45:31 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 23:45:31 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 23:45:31 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 23:45:31 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 23:45:31 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:45:31 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:45:31 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:45:31 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:45:31 ---> 439931dc4d40 23:45:31 Step 7/23 : RUN go mod download 23:45:31 Removing intermediate container f26ad8fd05f6 23:45:31 ---> eda1ed2016d3 23:45:31 Step 6/24 : COPY go.mod . 23:45:31 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:45:31 ---> Running in f155da13bc86 23:45:31 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:45:31 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:45:31 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:45:31 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 23:45:31 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 23:45:31 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 23:45:31 Removing intermediate container ffc923f2b354 23:45:31 ---> 60f23c342459 23:45:31 Step 6/26 : COPY go.mod . 23:45:31 Removing intermediate container 095784019ee9 23:45:31 ---> f6682540a563 23:45:31 Step 6/24 : COPY go.mod . 23:45:32 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 23:45:32 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 23:45:32 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 23:45:32 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 23:45:32 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:45:32 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:45:32 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:45:32 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:45:32 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:45:32 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 23:45:32 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 23:45:32 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 23:45:32 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 23:45:32 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 23:45:32 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 23:45:32 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 23:45:32 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 23:45:32 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 23:45:32 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 23:45:32 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 23:45:32 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 23:45:32 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 23:45:32 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 23:45:32 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 23:45:32 Removing intermediate container b77ea681d1d5 23:45:32 ---> 4179707ce6ff 23:45:32 Step 6/22 : COPY go.mod . 23:45:32 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 23:45:32 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 23:45:32 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 23:45:32 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 23:45:32 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 23:45:32 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 23:45:32 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 23:45:32 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 23:45:32 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 23:45:32 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:45:32 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:45:32 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 23:45:32 debconf: delaying package configuration, since apt-utils is not installed 23:45:32 Fetched 63.5 MB in 2s (38.6 MB/s) 23:45:32 ---> e9b498e4cd1b 23:45:32 Step 7/24 : RUN go mod download 23:45:32 ---> Running in fd3ea7decc16 23:45:32 (Reading database ... 13912 files and directories currently installed.) 23:45:32 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 23:45:32 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:45:33 ---> fbcfd18e2933 23:45:33 Step 7/24 : RUN go mod download 23:45:33 ---> ef025b5dc0df 23:45:33 Step 7/26 : RUN go mod download 23:45:33 ---> 44f535dc389c 23:45:33 Step 7/22 : RUN go mod download 23:45:33 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 23:45:33 ---> Running in 97a0d8f5131d 23:45:33 ---> Running in 8010d918777c 23:45:33 ---> Running in de06ac76e687 23:45:33 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:45:33 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 23:45:33 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 23:45:34 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:45:34 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:45:34 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:45:34 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:45:34 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:45:34 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:45:34 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:45:34 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:45:35 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:45:35 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:45:35 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:45:35 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:45:35 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:45:35 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:45:35 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 23:45:35 (Reading database ... 13911 files and directories currently installed.) 23:45:35 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 23:45:35 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 23:45:35 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 23:45:35 (Reading database ... 13911 files and directories currently installed.) 23:45:35 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:45:35 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:45:35 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:45:35 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:45:35 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:45:36 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:45:36 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 23:45:36 Removing intermediate container f155da13bc86 23:45:36 ---> d5d2381cb952 23:45:36 Step 8/23 : COPY . . 23:45:36 (Reading database ... 13911 files and directories currently installed.) 23:45:36 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 23:45:36 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:45:36 Removing intermediate container fd3ea7decc16 23:45:36 ---> 9333ae996f6f 23:45:36 Step 8/24 : COPY . . 23:45:37 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 23:45:37 (Reading database ... 13911 files and directories currently installed.) 23:45:37 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 23:45:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 23:45:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 23:45:37 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 23:45:37 Setting up base-files (10.1ubuntu2.10) ... 23:45:37 Installing new version of config file /etc/issue ... 23:45:37 Installing new version of config file /etc/issue.net ... 23:45:37 Installing new version of config file /etc/lsb-release ... 23:45:37 Installing new version of config file /etc/update-motd.d/50-motd-news ... 23:45:37 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 23:45:38 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 23:45:38 Removing obsolete conffile /etc/default/motd-news ... 23:45:38 (Reading database ... 13912 files and directories currently installed.) 23:45:38 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 23:45:38 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 23:45:38 Setting up bash (4.4.18-2ubuntu1.2) ... 23:45:38 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 23:45:38 (Reading database ... 13912 files and directories currently installed.) 23:45:38 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 23:45:38 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 23:45:38 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 23:45:38 (Reading database ... 13912 files and directories currently installed.) 23:45:38 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 23:45:38 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 23:45:38 Setting up tar (1.29b-2ubuntu0.1) ... 23:45:38 Removing intermediate container 97a0d8f5131d 23:45:38 ---> 1e1aa49aee26 23:45:38 Step 8/26 : COPY . . 23:45:39 (Reading database ... 13912 files and directories currently installed.) 23:45:39 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 23:45:39 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:45:39 Setting up dpkg (1.19.0.5ubuntu2.3) ... 23:45:39 Removing intermediate container de06ac76e687 23:45:39 ---> 0f8f84938c22 23:45:39 Step 8/24 : COPY . . 23:45:39 Removing intermediate container 8010d918777c 23:45:39 ---> da23e10eb643 23:45:39 Step 8/22 : COPY . . 23:45:39 (Reading database ... 13912 files and directories currently installed.) 23:45:39 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 23:45:39 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:45:39 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 23:45:39 (Reading database ... 13912 files and directories currently installed.) 23:45:39 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 23:45:39 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:45:40 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 23:45:40 (Reading database ... 13912 files and directories currently installed.) 23:45:40 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 23:45:40 Unpacking grep (3.1-2build1) over (3.1-2) ... 23:45:40 Setting up grep (3.1-2build1) ... 23:45:40 (Reading database ... 13912 files and directories currently installed.) 23:45:40 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 23:45:40 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:45:40 Setting up login (1:4.5-1ubuntu2) ... 23:45:40 (Reading database ... 13912 files and directories currently installed.) 23:45:40 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 23:45:40 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:45:40 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 23:45:40 (Reading database ... 13912 files and directories currently installed.) 23:45:40 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 23:45:40 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:45:41 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 23:45:41 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:45:41 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 23:45:41 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:45:42 Setting up perl-base (5.26.1-6ubuntu0.5) ... 23:45:42 (Reading database ... 13912 files and directories currently installed.) 23:45:42 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 23:45:42 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:45:43 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:45:43 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:45:43 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:45:43 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:45:43 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 23:45:43 (Reading database ... 13912 files and directories currently installed.) 23:45:43 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 23:45:43 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 23:45:43 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 23:45:43 (Reading database ... 13912 files and directories currently installed.) 23:45:43 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:45:43 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:45:44 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:45:44 (Reading database ... 13912 files and directories currently installed.) 23:45:44 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:45:44 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:45:44 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:45:44 (Reading database ... 13912 files and directories currently installed.) 23:45:44 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:45:44 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:45:44 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:45:44 (Reading database ... 13912 files and directories currently installed.) 23:45:44 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:45:44 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:45:44 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:45:44 (Reading database ... 13912 files and directories currently installed.) 23:45:44 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 23:45:44 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:45:44 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 23:45:44 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:45:45 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 23:45:45 (Reading database ... 13912 files and directories currently installed.) 23:45:45 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 23:45:45 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:45:45 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 23:45:45 (Reading database ... 13912 files and directories currently installed.) 23:45:45 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:45:45 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:45:45 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:45:45 (Reading database ... 13912 files and directories currently installed.) 23:45:45 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:45:45 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:45:45 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 23:45:45 (Reading database ... 13912 files and directories currently installed.) 23:45:45 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:45:45 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:45:46 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 23:45:46 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 23:45:46 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 23:45:46 (Reading database ... 13912 files and directories currently installed.) 23:45:46 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 23:45:46 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:45:47 Setting up libc-bin (2.27-3ubuntu1.4) ... 23:45:47 (Reading database ... 13912 files and directories currently installed.) 23:45:47 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 23:45:47 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:45:47 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 23:45:47 (Reading database ... 13914 files and directories currently installed.) 23:45:47 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 23:45:47 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 23:45:47 Setting up debconf (1.5.66ubuntu1) ... 23:45:47 (Reading database ... 13914 files and directories currently installed.) 23:45:47 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:45:48 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:45:48 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:45:48 (Reading database ... 13914 files and directories currently installed.) 23:45:48 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:45:48 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:45:48 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 23:45:48 (Reading database ... 13914 files and directories currently installed.) 23:45:48 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:45:48 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:45:48 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:45:48 (Reading database ... 13914 files and directories currently installed.) 23:45:48 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:45:48 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:45:48 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 23:45:48 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:45:49 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 23:45:49 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:45:49 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 23:45:49 (Reading database ... 13914 files and directories currently installed.) 23:45:49 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 23:45:49 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 23:45:49 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 23:45:49 (Reading database ... 13914 files and directories currently installed.) 23:45:49 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 23:45:49 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:45:49 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 23:45:50 (Reading database ... 13914 files and directories currently installed.) 23:45:50 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 23:45:50 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:45:50 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 23:45:50 (Reading database ... 13914 files and directories currently installed.) 23:45:50 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 23:45:50 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 23:45:50 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 23:45:50 (Reading database ... 13914 files and directories currently installed.) 23:45:50 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 23:45:50 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:45:50 Setting up passwd (1:4.5-1ubuntu2) ... 23:45:50 (Reading database ... 13914 files and directories currently installed.) 23:45:50 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 23:45:50 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:45:51 Setting up gpgv (2.2.4-1ubuntu1.3) ... 23:45:51 (Reading database ... 13914 files and directories currently installed.) 23:45:51 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 23:45:51 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 23:45:51 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 23:45:51 (Reading database ... 13914 files and directories currently installed.) 23:45:51 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 23:45:51 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 23:45:51 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 23:45:51 (Reading database ... 13914 files and directories currently installed.) 23:45:51 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 23:45:51 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 23:45:51 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 23:45:51 (Reading database ... 13914 files and directories currently installed.) 23:45:51 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 23:45:51 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 23:45:52 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 23:45:52 (Reading database ... 13914 files and directories currently installed.) 23:45:52 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 23:45:52 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 23:45:52 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 23:45:52 (Reading database ... 13915 files and directories currently installed.) 23:45:52 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:45:52 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:45:52 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:45:52 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:45:52 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:45:52 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:45:53 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 23:45:53 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 23:45:53 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 23:45:53 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 23:45:53 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 23:45:53 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 23:45:53 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 23:45:53 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 23:45:53 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 23:45:53 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 23:45:53 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 23:45:53 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 23:45:53 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 23:45:53 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 23:45:53 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 23:45:54 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 23:45:54 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 23:45:54 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 23:45:55 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 23:45:55 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 23:45:55 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 23:45:55 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 23:45:55 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:45:55 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:45:55 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:45:55 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:45:56 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:45:56 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:45:56 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:45:56 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:45:56 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:45:56 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:45:56 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:45:56 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:45:56 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:45:56 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:45:56 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:45:56 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:45:57 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:45:57 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:45:58 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:45:58 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:45:59 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:45:59 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:45:59 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:45:59 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:46:00 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:46:00 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:46:00 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:46:00 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:46:01 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:46:01 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:46:01 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:46:01 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:46:01 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:46:01 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 23:46:01 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:46:01 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:46:01 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:46:01 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:46:01 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 23:46:01 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 23:46:02 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:46:02 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 23:46:02 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:46:02 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:46:02 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:46:02 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 23:46:02 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 23:46:02 Setting up tzdata (2020d-0ubuntu0.18.04) ... 23:46:02 23:46:02 Current default time zone: 'Etc/UTC' 23:46:02 Local time is now: Mon Jan 4 23:46:02 UTC 2021. 23:46:02 Universal Time is now: Mon Jan 4 23:46:02 UTC 2021. 23:46:02 Run 'dpkg-reconfigure tzdata' if you wish to change it. 23:46:02 23:46:02 Setting up systemd-sysv (237-3ubuntu10.43) ... 23:46:02 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:46:02 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 23:46:02 Setting up mount (2.31.1-0.4ubuntu3.7) ... 23:46:02 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 23:46:02 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 23:46:02 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 23:46:02 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 23:46:02 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 23:46:02 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 23:46:02 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:46:02 Setting up procps (2:3.3.12-3ubuntu1.2) ... 23:46:02 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:46:02 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 23:46:02 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:46:02 Setting up patch (2.7.6-2ubuntu1.1) ... 23:46:03 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 23:46:03 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 23:46:03 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 23:46:03 Installing new version of config file /etc/ssl/openssl.cnf ... 23:46:03 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 23:46:03 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 23:46:03 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 23:46:04 Updating certificates in /etc/ssl/certs... 23:46:05 22 added, 17 removed; done. 23:46:05 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 23:46:05 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:46:05 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 23:46:05 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 23:46:05 Setting up pkgbinarymangler (138.18.04.1) ... 23:46:05 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:46:05 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 23:46:05 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:46:05 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:46:05 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:46:05 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:46:05 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:46:05 Setting up perl (5.26.1-6ubuntu0.5) ... 23:46:05 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 23:46:05 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:46:05 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:46:05 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 23:46:05 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:46:05 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:46:05 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:46:05 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:46:05 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:46:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:46:05 Processing triggers for systemd (237-3ubuntu10.43) ... 23:46:05 Processing triggers for mime-support (3.60ubuntu1) ... 23:46:05 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 23:46:05 Updating certificates in /etc/ssl/certs... 23:46:06 ---> bd6af38a3d48 23:46:06 Step 9/24 : RUN make cmd/support-notifications/support-notifications 23:46:06 ---> 133a37619b39 23:46:06 Step 9/23 : RUN make cmd/core-data/core-data 23:46:06 ---> 51ad3cbb8727 23:46:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:46:06 ---> 40da05692b6e 23:46:06 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 23:46:06 ---> Running in 27d963208573 23:46:06 ---> Running in 207dbbc342bf 23:46:06 ---> Running in 3d605bc02987 23:46:06 ---> Running in 8dcccfc961a5 23:46:06 ---> 55fb1d6037c9 23:46:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:46:06 ---> Running in 9aafe946548a 23:46:06 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 23:46:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:46:06 0 added, 0 removed; done. 23:46:06 Running hooks in /etc/ca-certificates/update.d... 23:46:06 done. 23:46: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 23:46:06 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 23:46:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:46:07 Reading package lists... 23:46:07 Building dependency tree... 23:46:07 Reading state information... 23:46:07 The following NEW packages will be installed: 23:46:07 apt-transport-https 23:46:07 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 23:46:07 Need to get 1696 B of archives. 23:46:07 After this operation, 153 kB of additional disk space will be used. 23:46:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 23:46:07 debconf: delaying package configuration, since apt-utils is not installed 23:46:07 Fetched 1696 B in 0s (29.6 kB/s) 23:46:07 Selecting previously unselected package apt-transport-https. 23:46:07 (Reading database ... 13929 files and directories currently installed.) 23:46:07 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 23:46:07 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 23:46:07 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 23:46:07 Waiting for network to be ready... 23:46:13 2021-01-04T23:46:11Z INFO Waiting for automatic snapd restart... 23:46:13 snapd 2.48.1 from Canonical* installed 23:46:14 "snapd" switched to the "latest/stable" channel 23:46:14 23:46:17 core18 20201210 from Canonical* installed 23:46:18 "core18" switched to the "latest/stable" channel 23:46:18 23:46:22 snapcraft 4.4.4 from Canonical* installed 23:46:22 "snapcraft" switched to the "latest/stable" channel 23:46:22 23:46:25 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: 23:46:25 - README.md 23:46:25 23:46:25 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:46:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:46:32 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:46:32 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:46:32 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:46:33 Reading package lists... 23:46:34 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 23:46:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:46:41 Reading package lists... 23:46:41 Building dependency tree... 23:46:41 Reading state information... 23:46:41 Suggested packages: 23:46:41 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:46:41 git-gui gitk gitweb git-cvs git-mediawiki git-svn 23:46:41 Recommended packages: 23:46:41 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 23:46:41 The following NEW packages will be installed: 23:46:41 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 23:46:41 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 23:46:41 pkg-config zip 23:46:41 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 23:46:41 Need to get 7655 kB of archives. 23:46:41 After this operation, 43.7 MB of additional disk space will be used. 23:46:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 23:46:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 23:46:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:46:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 23:46:41 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 23:46:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:46:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:46:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 23:46:41 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 23:46:41 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:46:41 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:46:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:46:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:46:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:46:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 23:46:41 debconf: delaying package configuration, since apt-utils is not installed 23:46:41 Fetched 7655 kB in 1s (10.6 MB/s) 23:46:41 Selecting previously unselected package libglib2.0-0:amd64. 23:46:41 (Reading database ... 13933 files and directories currently installed.) 23:46:41 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 23:46:41 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:46:42 Selecting previously unselected package libpsl5:amd64. 23:46:42 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 23:46:42 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 23:46:42 Selecting previously unselected package libnghttp2-14:amd64. 23:46:42 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 23:46:42 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:46:42 Selecting previously unselected package librtmp1:amd64. 23:46:42 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 23:46:42 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:46:42 Selecting previously unselected package libcurl3-gnutls:amd64. 23:46:42 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 23:46:42 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:46:42 Selecting previously unselected package liberror-perl. 23:46:42 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 23:46:42 Unpacking liberror-perl (0.17025-1) ... 23:46:42 Selecting previously unselected package git-man. 23:46:42 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:46:42 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:46:42 Selecting previously unselected package git. 23:46:42 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 23:46:42 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:46:43 Selecting previously unselected package libnorm1:amd64. 23:46:43 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:46:43 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:46:43 Selecting previously unselected package libpgm-5.2-0:amd64. 23:46:43 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:46:43 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:46:43 Selecting previously unselected package libsodium23:amd64. 23:46:43 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 23:46:43 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:46:43 Selecting previously unselected package libzmq5:amd64. 23:46:43 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:46:43 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:46:43 Selecting previously unselected package libzmq3-dev:amd64. 23:46:43 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:46:43 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:46:43 Selecting previously unselected package pkg-config. 23:46:43 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:46:43 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:46:44 Selecting previously unselected package zip. 23:46:44 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 23:46:44 Unpacking zip (3.0-11build1) ... 23:46:44 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:46:44 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:46:44 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:46:44 Setting up liberror-perl (0.17025-1) ... 23:46:44 Setting up libpsl5:amd64 (0.19.1-5build1) ... 23:46:44 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:46:44 No schema files found: doing nothing. 23:46:44 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:46:44 Setting up zip (3.0-11build1) ... 23:46:44 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:46:44 Setting up libsodium23:amd64 (1.0.16-2) ... 23:46:44 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:46:44 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:46:44 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:46:44 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:46:44 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:46:44 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:46:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:46:51 git set to automatically installed. 23:46:51 git-man set to automatically installed. 23:46:51 libcurl3-gnutls set to automatically installed. 23:46:51 liberror-perl set to automatically installed. 23:46:51 libglib2.0-0 set to automatically installed. 23:46:51 libnghttp2-14 set to automatically installed. 23:46:51 libnorm1 set to automatically installed. 23:46:51 libpgm-5.2-0 set to automatically installed. 23:46:51 libpsl5 set to automatically installed. 23:46:51 librtmp1 set to automatically installed. 23:46:51 libsodium23 set to automatically installed. 23:46:51 libzmq3-dev set to automatically installed. 23:46:51 libzmq5 set to automatically installed. 23:46:51 pkg-config set to automatically installed. 23:46:51 zip set to automatically installed. 23:46:53 snapd is not logged in, snap install commands will use sudo 23:46:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:46:59 snap "core18" has no updates available 23:47:00 Pulling config-common 23:47:01 Pulling go-build-helper 23:47:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:47:23 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:47:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] 23:47:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 23:47:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 23:47:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 23:47:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 23:47:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 23:47:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 23:47:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 23:47:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:47:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:47:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:47:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:47:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:47:23 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:47:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:47:23 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:47:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:47:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 23:47:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 23:47:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 23:47:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 23:47:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 23:47:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 23:47:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 23:47:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 23:47:23 Fetched 23.6 MB in 0s (0 B/s) 23:47:23 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 23:47:23 Fetched 96.5 kB in 0s (0 B/s) 23:47:23 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 23:47:23 Fetched 279 kB in 0s (0 B/s) 23:47:23 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 23:47:23 Fetched 122 kB in 0s (0 B/s) 23:47:23 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 23:47:23 Fetched 77.8 kB in 0s (0 B/s) 23:47:23 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 23:47:23 Fetched 8848 B in 0s (0 B/s) 23:47:23 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 23:47:23 Fetched 47.8 kB in 0s (0 B/s) 23:47:23 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 23:47:23 Fetched 45.6 kB in 0s (0 B/s) 23:47:23 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 23:47:23 Fetched 14.8 kB in 0s (0 B/s) 23:47:23 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 23:47:23 Fetched 214 kB in 0s (0 B/s) 23:47:23 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 23:47:23 Fetched 155 kB in 0s (0 B/s) 23:47:23 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 23:47:23 Fetched 50.6 kB in 0s (0 B/s) 23:47:23 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 23:47:23 Fetched 14.8 kB in 0s (0 B/s) 23:47:23 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 23:47:23 Fetched 41.8 kB in 0s (0 B/s) 23:47:23 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 23:47:23 Fetched 499 kB in 0s (0 B/s) 23:47:23 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 23:47:23 Fetched 111 kB in 0s (0 B/s) 23:47:23 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 23:47:23 Fetched 240 kB in 0s (0 B/s) 23:47:23 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 23:47:23 Fetched 29.3 kB in 0s (0 B/s) 23:47:23 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 23:47:23 Fetched 85.5 kB in 0s (0 B/s) 23:47:23 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 23:47:23 Fetched 24.5 kB in 0s (0 B/s) 23:47:23 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 23:47:23 Fetched 49.2 kB in 0s (0 B/s) 23:47:23 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 23:47:23 Fetched 54.2 kB in 0s (0 B/s) 23:47:23 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 23:47:23 Fetched 30.8 kB in 0s (0 B/s) 23:47:23 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 23:47:23 Fetched 17.0 kB in 0s (0 B/s) 23:47:23 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 23:47:23 Fetched 85.9 kB in 0s (0 B/s) 23:47:23 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 23:47:23 Fetched 8720 B in 0s (0 B/s) 23:47:23 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 23:47:23 Fetched 137 kB in 0s (0 B/s) 23:47:23 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 23:47:23 Fetched 119 kB in 0s (0 B/s) 23:47:23 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 23:47:23 Fetched 109 kB in 0s (0 B/s) 23:47:23 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 23:47:23 Fetched 11.1 kB in 0s (0 B/s) 23:47:23 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 23:47:23 Fetched 645 kB in 0s (0 B/s) 23:47:23 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 23:47:23 Fetched 41.3 kB in 0s (0 B/s) 23:47:23 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 23:47:23 Fetched 17.9 kB in 0s (0 B/s) 23:47:23 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 23:47:23 Fetched 368 kB in 0s (0 B/s) 23:47:23 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 23:47:23 Fetched 187 kB in 0s (0 B/s) 23:47:23 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 23:47:23 Fetched 175 kB in 0s (0 B/s) 23:47:23 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 23:47:26 Fetched 206 kB in 0s (0 B/s) 23:47:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 23:47:26 Fetched 1301 kB in 0s (0 B/s) 23:47:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 23:47:26 Fetched 36.2 kB in 0s (0 B/s) 23:47:26 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 23:47:26 Fetched 159 kB in 0s (0 B/s) 23:47:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 23:47:26 Fetched 107 kB in 0s (0 B/s) 23:47:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 23:47:26 Fetched 48.7 kB in 0s (0 B/s) 23:47:26 Pulling static-packages 23:47:27 'go115' has dependencies that need to be staged: go-build-helper static-packages 23:47:27 Skipping pull go-build-helper (already ran) 23:47:27 Skipping pull static-packages (already ran) 23:47:27 Building go-build-helper 23:47:28 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 23:47:30 Building static-packages 23:47:33 Staging go-build-helper 23:47:34 Staging static-packages 23:47:35 Pulling go115 23:47:36 'edgex-go' has dependencies that need to be staged: go115 23:47:36 Skipping pull go115 (already ran) 23:47:36 Building go115 23:47:36 % Total % Received % Xferd Average Speed Time Time Time Current 23:47:36 Dload Upload Total Spent Left Speed 23:47:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4335k 0 0 13.9M 0 0:00:08 --:--:-- 0:00:08 13.8M 40 115M 40 46.2M 0 0 35.6M 0 0:00:03 0:00:01 0:00:02 35.6M 75 115M 75 86.9M 0 0 37.6M 0 0:00:03 0:00:02 0:00:01 37.6M 100 115M 100 115M 0 0 40.3M 0 0:00:02 0:00:02 --:--:-- 40.3M 23:47:39 go1.15.2.linux-amd64.tar.gz: OK 23:47:41 Removing intermediate container 3d605bc02987 23:47:41 ---> c5aebe5f5a66 23:47:41 23:47:41 Step 10/22 : FROM alpine:3.12 23:47:41 3.12: Pulling from library/alpine 23:47:41 Removing intermediate container 8dcccfc961a5 23:47:41 ---> d3fa6880a021 23:47:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:47:41 Removing intermediate container 9aafe946548a 23:47:41 ---> 71e3e814118d 23:47:41 23:47:41 Step 10/24 : FROM alpine:3.12 23:47:41 3.12: Pulling from library/alpine 23:47:41 ---> Running in e5cff38a6b13 23:47:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:47:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:47:41 Status: Downloaded newer image for alpine:3.12 23:47:41 Status: Downloaded newer image for alpine:3.12 23:47:41 ---> afeebe901d6b 23:47:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:47:41 ---> afeebe901d6b 23:47:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:47:42 ---> Running in 4e62bc29d8f4 23:47:42 ---> Running in 426f97bf6997 23:47:42 Removing intermediate container 27d963208573 23:47:42 ---> 72eb480f3785 23:47:42 23:47:42 Step 10/24 : FROM scratch 23:47:42 ---> 23:47:42 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:47:43 ---> Running in 11889cce140d 23:47:44 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 23:47:44 Removing intermediate container 11889cce140d 23:47:44 ---> 087daceeaadc 23:47:44 Step 12/24 : ENV APP_PORT=48060 23:47:44 ---> Running in cc1f2fbbea05 23:47:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:47:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:47:45 Staging go115 23:47:45 Removing intermediate container cc1f2fbbea05 23:47:45 ---> 34a4e8943ae6 23:47:45 Step 13/24 : EXPOSE $APP_PORT 23:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:47:45 ---> Running in 2a5fe4589c30 23:47:45 Removing intermediate container 2a5fe4589c30 23:47:45 ---> 9f51a4c769f3 23:47:45 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 23:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:47:47 ---> 3e9954138998 23:47:47 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 23:47:47 (1/5) Installing ca-certificates (20191127-r4) 23:47:47 (1/5) Installing ca-certificates (20191127-r4) 23:47:47 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:47:47 (3/5) Installing libcurl (7.69.1-r3) 23:47:47 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:47:47 (3/5) Installing libcurl (7.69.1-r3) 23:47:47 (4/5) Installing curl (7.69.1-r3) 23:47:47 (4/5) Installing curl (7.69.1-r3) 23:47:47 (5/5) Installing dumb-init (1.2.2-r1) 23:47:47 (5/5) Installing dumb-init (1.2.2-r1) 23:47:47 Executing busybox-1.31.1-r19.trigger 23:47:47 Executing busybox-1.31.1-r19.trigger 23:47:47 Executing ca-certificates-20191127-r4.trigger 23:47:47 Executing ca-certificates-20191127-r4.trigger 23:47:48 OK: 7 MiB in 19 packages 23:47:48 OK: 7 MiB in 19 packages 23:47:48 ---> 6d27c4f6fbb7 23:47:48 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 23:47:48 Removing intermediate container e5cff38a6b13 23:47:48 ---> 404cc783c480 23:47:48 23:47:48 Step 11/26 : FROM docker:20.10.0 23:47:49 20.10.0: Pulling from library/docker 23:47:50 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 23:47:50 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 23:47:50 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:47:50 Fetched 0 B in 0s (0 B/s) 23:47:50 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 23:47:50 Fetched 224 kB in 0s (0 B/s) 23:47:50 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 23:47:50 Fetched 157 kB in 0s (0 B/s) 23:47:50 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 23:47:50 Fetched 221 kB in 0s (0 B/s) 23:47:50 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 23:47:50 Fetched 143 kB in 0s (0 B/s) 23:47:50 Pulling edgex-go 23:47:51 ---> 7f512efa36e6 23:47:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 23:47:51 Pulling version 23:47:51 Removing intermediate container 426f97bf6997 23:47:51 ---> 58a1383e5387 23:47:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:47:51 Removing intermediate container 4e62bc29d8f4 23:47:51 ---> 22a54fc2f13c 23:47:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 23:47:52 Building config-common 23:47:52 ---> Running in 32756364ca24 23:47:52 ---> Running in 8c2e949139b4 23:47:53 ---> 008017f35564 23:47:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:47:53 Removing intermediate container 8c2e949139b4 23:47:53 ---> d55651598dd1 23:47:53 Step 13/24 : WORKDIR / 23:47:54 Removing intermediate container 32756364ca24 23:47:54 ---> 4e7c73e0dd68 23:47:54 Step 13/22 : WORKDIR / 23:47:54 ---> Running in 3e4bf70b0d3f 23:47:54 ---> Running in a5eee5c19d2a 23:47:55 Removing intermediate container 3e4bf70b0d3f 23:47:55 ---> 0ca2ed6d0a0c 23:47: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 23:47:55 Skipping build go-build-helper (already ran) 23:47:55 Skipping build static-packages (already ran) 23:47:55 Skipping build go115 (already ran) 23:47:55 Building edgex-go 23:47:55 Removing intermediate container a5eee5c19d2a 23:47:55 ---> b50006523681 23:47:55 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 23:47:55 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 23:47:55 ---> 6f3a0f0dda25 23:47:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:47:56 ---> 60e03fec7367 23:47:56 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:47:56 go: downloading github.com/gorilla/mux v1.8.0 23:47:56 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 23:47:56 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 23:47:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 23:47:56 ---> 1e92f7d7f484 23:47:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 23:47:56 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:47:56 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 23:47:56 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 23:47:56 go: downloading github.com/pelletier/go-toml v1.2.0 23:47:56 go: downloading github.com/OneOfOne/xxhash v1.2.8 23:47:56 go: downloading github.com/x448/float16 v0.8.4 23:47:56 go: downloading github.com/pebbe/zmq4 v1.0.0 23:47:56 go: downloading github.com/BurntSushi/toml v0.3.1 23:47:56 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 23:47:56 go: downloading github.com/go-playground/validator/v10 v10.3.0 23:47:56 go: downloading github.com/go-kit/kit v0.8.0 23:47:56 go: downloading github.com/google/uuid v1.1.3 23:47:56 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 23:47:56 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 23:47:56 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:47:56 go: downloading github.com/imdario/mergo v0.3.11 23:47:56 go: downloading github.com/go-redis/redis/v7 v7.2.0 23:47:56 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:47:56 go: downloading github.com/hashicorp/consul/api v1.1.0 23:47:56 go: downloading github.com/pkg/errors v0.8.1 23:47:56 go: downloading gopkg.in/yaml.v2 v2.4.0 23:47:56 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:47:56 go: downloading github.com/go-playground/universal-translator v0.17.0 23:47:56 go: downloading github.com/leodido/go-urn v1.2.0 23:47:56 go: downloading github.com/mitchellh/copystructure v1.0.0 23:47:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:47:56 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:47:56 go: downloading github.com/hashicorp/serf v0.8.2 23:47:56 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:47:56 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 23:47:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 23:47:56 go: downloading github.com/go-playground/locales v0.13.0 23:47:56 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:47:56 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:47:57 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:47:57 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:47:58 ---> 6c9267f24af9 23:47:58 Step 20/24 : ENTRYPOINT ["/support-notifications"] 23:47:58 ---> Running in d45836e87a10 23:47:58 ---> cc9571cd7a6a 23:47:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:47:58 ---> 161fb189ece2 23:47:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 23:47:59 Removing intermediate container d45836e87a10 23:47:59 ---> f89bf94579d5 23:47:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:47:59 ---> Running in afc1d81ab121 23:47:59 ---> fe0e8b9ce85e 23:47:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:48:00 ---> f961c9e6af0f 23:48:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 23:48:00 Removing intermediate container afc1d81ab121 23:48:00 ---> 759a52698d97 23:48:00 Step 22/24 : LABEL arch=arm64 23:48:01 ---> Running in bc16246cb275 23:48:02 ---> ae4762ee920b 23:48:02 Step 18/22 : RUN chmod +x entrypoint.sh 23:48:02 ---> Running in cb573547a826 23:48:02 Removing intermediate container bc16246cb275 23:48:02 ---> 47d26981ce79 23:48:02 Step 23/24 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:48:02 ---> a70c9b827563 23:48:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:48:03 Removing intermediate container 207dbbc342bf 23:48:03 ---> afd5efe9fadb 23:48:03 23:48:03 Step 10/23 : FROM alpine:3.12 23:48:03 ---> afeebe901d6b 23:48:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:48:03 ---> Running in 6790487e59c4 23:48:03 ---> Running in 9c4f0624b1ab 23:48:03 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 23:48:04 Removing intermediate container 6790487e59c4 23:48:04 ---> f2ac103533fe 23:48:04 Step 24/24 : LABEL version=0.0.0 23:48:04 ---> Running in b3c2d054ad40 23:48:04 Removing intermediate container 9c4f0624b1ab 23:48:04 ---> ca3de5b4400a 23:48:04 Step 12/23 : ENV APP_PORT=48080 23:48:04 ---> 3e1c9ac98b60 23:48:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:48:04 ---> Running in 41be56ff2a5d 23:48:05 Removing intermediate container b3c2d054ad40 23:48:05 ---> dd9913470d6c 23:48:05 23:48:05 Removing intermediate container 41be56ff2a5d 23:48:05 ---> 703cd6fd3d47 23:48:05 Step 13/23 : EXPOSE $APP_PORT 23:48:05 ---> Running in 756f37bd1b5b 23:48:06 ---> a3fd1a96f643 23:48:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:48:06 Successfully built dd9913470d6c 23:48:06 Successfully tagged docker-support-notifications-go-arm64:latest 23:48:06  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 23:48:06 Removing intermediate container cb573547a826 23:48:06 ---> 179d392f1a8f 23:48:06 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 23:48:06 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:48:06 ---> Running in 15e2ac32339b 23:48:06 Status: Downloaded newer image for docker:20.10.0 23:48:06 ---> eeaf43b92773 23:48:06 Step 12/26 : RUN apk add --no-cache bash 23:48:06 ---> Running in 9641145a62e6 23:48:06 Removing intermediate container 756f37bd1b5b 23:48:06 ---> 9c329db2ee46 23:48:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:48:06 ---> Running in db2919de7c14 23:48:07 ---> Running in 3e5b4a09f3b8 23:48:07 Removing intermediate container 9641145a62e6 23:48:07 ---> 596f4186c77f 23:48:07 Step 20/22 : LABEL arch=arm64 23:48:07 ---> Running in 2a06dd3b303e 23:48:08 Removing intermediate container 2a06dd3b303e 23:48:08 ---> 305d129a4afd 23:48:08 Step 21/22 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:48:09 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 23:48:09 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 23:48:09 ---> Running in 8a9d6f536b5e 23:48:09 (1/2) Installing readline (8.0.4-r0) 23:48:09 (2/2) Installing bash (5.0.17-r0) 23:48:09 Executing bash-5.0.17-r0.post-install 23:48:09 Executing busybox-1.31.1-r19.trigger 23:48:09 OK: 12 MiB in 22 packages 23:48:10 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 23:48:10 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 23:48:10 go: downloading github.com/stretchr/testify v1.6.1 23:48:10 Removing intermediate container 8a9d6f536b5e 23:48:10 ---> 1a208d6b67ba 23:48:10 Step 22/22 : LABEL version=0.0.0 23:48:11 go: downloading github.com/pmezard/go-difflib v1.0.0 23:48:11 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 23:48:11 go: downloading github.com/davecgh/go-spew v1.1.1 23:48:11 Removing intermediate container 15e2ac32339b 23:48:11 ---> deec453b36be 23:48:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:48:11 ---> Running in 1c319ea15c61 23:48:12 Removing intermediate container 3e5b4a09f3b8 23:48:12 ---> 85fc6b951054 23:48:12 Step 15/23 : RUN apk add --update --no-cache zeromq 23:48:12 ---> Running in 9d29fd5ac776 23:48:12 ---> Running in d0e92dc41e20 23:48:12 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 23:48:12 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 23:48:12 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 23:48:12 Removing intermediate container 1c319ea15c61 23:48:12 ---> 5071263ce264 23:48:12 23:48:13 Removing intermediate container db2919de7c14 23:48:13 ---> be40290b0ccf 23:48:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:48:13 Removing intermediate container 9d29fd5ac776 23:48:13 ---> 29d6ad35ad00 23:48:13 Step 22/24 : LABEL arch=arm64 23:48:13 ---> Running in d6fa4dcc127b 23:48:13 ---> Running in f29a2fd07fd2 23:48:13 Successfully built 5071263ce264 23:48:13 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 23:48:13  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go 23:48:14 Removing intermediate container d6fa4dcc127b 23:48:14 ---> 0014e159a476 23:48:14 Step 14/26 : ENV APP_PORT=48090 23:48:14 Removing intermediate container f29a2fd07fd2 23:48:14 ---> 4dd7387c882f 23:48:14 Step 23/24 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:48:14 ---> Running in 34eae16d15ac 23:48:14 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 23:48:14 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 23:48:14 ---> Running in c5893a2e2537 23:48:14 Removing intermediate container 34eae16d15ac 23:48:14 ---> cd6f58ddf4cd 23:48:14 Step 15/26 : EXPOSE $APP_PORT 23:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:48:14 ---> Running in e76ae5944bd5 23:48:15 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 23:48:15 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:48:15 Removing intermediate container c5893a2e2537 23:48:15 ---> bb106e42072a 23:48:15 Step 24/24 : LABEL version=0.0.0 23:48:15 ---> Running in 21355f8c34aa 23:48:15 Removing intermediate container e76ae5944bd5 23:48:15 ---> 86620c7d8307 23:48:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:48:16 Removing intermediate container 21355f8c34aa 23:48:16 ---> 7ffc541777e2 23:48:16 23:48:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:48:17 Successfully built 7ffc541777e2 23:48:17 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:48:17  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 23:48:17 (1/5) Installing libgcc (9.3.0-r2) 23:48:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:48:17 (2/5) Installing libsodium (1.0.18-r0) 23:48:17 (3/5) Installing libstdc++ (9.3.0-r2) 23:48:18 ---> 5cc1aab2d46a 23:48:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:48:18 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 23:48:18 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 23:48:18 go: downloading github.com/lib/pq v1.9.0 23:48:19 (4/5) Installing libzmq (4.3.3-r0) 23:48:19 (5/5) Installing zeromq (4.3.3-r0) 23:48:19 Executing busybox-1.31.1-r19.trigger 23:48:19 OK: 8 MiB in 19 packages 23:48:19 ---> c9d1dfc5cd15 23:48:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:48:21 ---> 30e3d545ae22 23:48:21 Step 19/26 : RUN apk --no-cache add py3-pip 23:48:22 ---> Running in d68a2fe9219f 23:48:22 Removing intermediate container d0e92dc41e20 23:48:22 ---> 47ebfa49002e 23:48:22 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 23:48:22 Building version 23:48:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:48:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:48:24 ---> 9a12d6ba0c01 23:48:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:48:24 (1/33) Installing libbz2 (1.0.8-r1) 23:48:24 (2/33) Installing expat (2.2.9-r1) 23:48:24 (3/33) Installing libffi (3.3-r2) 23:48:24 Staging config-common 23:48:25 (4/33) Installing gdbm (1.13-r1) 23:48:25 (5/33) Installing xz-libs (5.2.5-r0) 23:48:25 (6/33) Installing sqlite-libs (3.32.1-r0) 23:48:25 (7/33) Installing python3 (3.8.5-r0) 23:48:25 Skipping stage go-build-helper (already ran) 23:48:25 Skipping stage static-packages (already ran) 23:48:25 Skipping stage go115 (already ran) 23:48:25 Staging edgex-go 23:48:26 Staging version 23:48:27 (8/33) Installing py3-appdirs (1.4.4-r1) 23:48:27 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:48:27 (10/33) Installing py3-parsing (2.4.7-r0) 23:48:27 ---> 594c2528c1c8 23:48:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:48:27 (11/33) Installing py3-six (1.15.0-r0) 23:48:27 (12/33) Installing py3-packaging (20.4-r0) 23:48:27 (13/33) Installing py3-setuptools (47.0.0-r0) 23:48:27 (14/33) Installing py3-chardet (3.0.4-r4) 23:48:27 (15/33) Installing py3-idna (2.9-r0) 23:48:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:48:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:48:27 (18/33) Installing py3-requests (2.23.0-r0) 23:48:27 (19/33) Installing py3-msgpack (1.0.0-r0) 23:48:27 (20/33) Installing py3-lockfile (0.12.2-r3) 23:48:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:48:27 (22/33) Installing py3-colorama (0.4.3-r0) 23:48:27 (23/33) Installing py3-distlib (0.3.0-r0) 23:48:27 (24/33) Installing py3-distro (1.5.0-r1) 23:48:27 (25/33) Installing py3-webencodings (0.5.1-r3) 23:48:28 Priming config-common 23:48:28 (26/33) Installing py3-html5lib (1.0.1-r4) 23:48:28 (27/33) Installing py3-pytoml (0.1.21-r0) 23:48:28 (28/33) Installing py3-pep517 (0.8.2-r0) 23:48:28 (29/33) Installing py3-progress (1.5-r0) 23:48:28 (30/33) Installing py3-toml (0.10.1-r0) 23:48:28 (31/33) Installing py3-retrying (1.3.3-r0) 23:48:28 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:48:28 (33/33) Installing py3-pip (20.1.1-r0) 23:48:28 Executing busybox-1.31.1-r19.trigger 23:48:28 OK: 71 MiB in 55 packages 23:48:28 Priming go-build-helper 23:48:28 ---> 59f8f20e6d2b 23:48:28 Step 19/23 : ENTRYPOINT ["/core-data"] 23:48:29 ---> Running in 1d3cf16a2250 23:48:30 Priming static-packages 23:48:30 Removing intermediate container 1d3cf16a2250 23:48:30 ---> 626db33d025a 23:48:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:48:30 ---> Running in a2402a7cca5d 23:48:31 Removing intermediate container a2402a7cca5d 23:48:31 ---> 08a62f3d2e72 23:48:31 Step 21/23 : LABEL arch=arm64 23:48:31 Priming go115 23:48:32 ---> Running in 5c951929cd85 23:48:32 Priming edgex-go 23:48:33 Removing intermediate container 5c951929cd85 23:48:33 ---> 1c302172cd38 23:48:33 Step 22/23 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:48:33 ---> Running in 0275ccc2a915 23:48:34 Priming version 23:48:34 Removing intermediate container 0275ccc2a915 23:48:34 ---> 69511c29b268 23:48:34 Step 23/23 : LABEL version=0.0.0 23:48:35 ---> Running in 5ab888c1dc79 23:48:35 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 23:48:36 Removing intermediate container 5ab888c1dc79 23:48:36 ---> c4e7e1bb6aa1 23:48:36 23:48:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:48:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:48:36 ---> 35e1c7b3a417 23:48:36 Step 3/21 : WORKDIR /edgex-go 23:48:36 ---> Using cache 23:48:36 ---> 54c5dcafcfb5 23:48:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:48:36 ---> Using cache 23:48:36 ---> b79f232a84c3 23:48:36 Step 5/21 : RUN apk add --update --no-cache make git 23:48:36 ---> Running in af46cb9e1f50 23:48:36 Successfully built c4e7e1bb6aa1 23:48:36 Successfully tagged docker-core-data-go-arm64:latest 23:48:36  Building docker-core-data-go ... done Building docker-core-command-go [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 23:48:37 Removing intermediate container d68a2fe9219f 23:48:37 ---> 6c1229ef309f 23:48:37 Step 20/26 : RUN pip install docker-compose==1.23.2 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:48:37 ---> Running in b1c0e580989a 23:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:48:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:48:41 OK: 217 MiB in 51 packages 23:48:44 Collecting docker-compose==1.23.2 23:48:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:48:46 Removing intermediate container af46cb9e1f50 23:48:46 ---> cf2a951da3b8 23:48:46 Step 6/21 : COPY go.mod . 23:48:46 Collecting jsonschema<3,>=2.5.1 23:48:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:48:47 Collecting websocket-client<1.0,>=0.32.0 23:48:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:48:47 ---> b887d482ea51 23:48:47 Step 7/21 : RUN go mod download 23:48:47 ---> Running in 5ff9fae26dad 23:48:48 Collecting PyYAML<4,>=3.10 23:48:48 Downloading PyYAML-3.13.tar.gz (270 kB) 23:48:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:48:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:48:51 ---> 35e1c7b3a417 23:48:51 Step 3/21 : WORKDIR /edgex-go 23:48:51 ---> Using cache 23:48:51 ---> 54c5dcafcfb5 23:48:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:48:51 ---> Using cache 23:48:51 ---> b79f232a84c3 23:48:51 Step 5/21 : RUN apk add --update --no-cache make git 23:48:51 ---> Using cache 23:48:51 ---> cf2a951da3b8 23:48:51 Step 6/21 : COPY go.mod . 23:48:51 ---> Using cache 23:48:51 ---> b887d482ea51 23:48:51 Step 7/21 : RUN go mod download 23:48:52 ---> Running in 6d3e7e05aa99 23:48:52 Removing intermediate container 5ff9fae26dad 23:48:52 ---> 6e19b9625500 23:48:52 Step 8/21 : COPY . . 23:48:52 Collecting docker<4.0,>=3.6.0 23:48:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:48:53 Collecting dockerpty<0.5,>=0.4.1 23:48:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:48:55 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:48:55 Step 2/32 : FROM ${BUILDER_BASE} AS builder 23:48:55 ---> 35e1c7b3a417 23:48:55 Step 3/32 : WORKDIR /edgex-go 23:48:55 ---> Using cache 23:48:55 ---> 54c5dcafcfb5 23:48:55 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:48:55 ---> Using cache 23:48:55 ---> b79f232a84c3 23:48:55 Step 5/32 : RUN apk add --update --no-cache make git 23:48:55 ---> Using cache 23:48:55 ---> cf2a951da3b8 23:48:55 Step 6/32 : COPY go.mod . 23:48:55 ---> Using cache 23:48:55 ---> b887d482ea51 23:48:55 Step 7/32 : RUN go mod download 23:48:55 ---> Using cache 23:48:55 ---> 6e19b9625500 23:48:55 Step 8/32 : COPY . . 23:48:56 Collecting cached-property<2,>=1.2.0 23:48:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:48:57 Collecting texttable<0.10,>=0.9.0 23:48:57 Downloading texttable-0.9.1.tar.gz (11 kB) 23:48:58 Removing intermediate container 6d3e7e05aa99 23:48:58 ---> a99cfb1aa5a0 23:48:58 Step 8/21 : COPY . . 23:48:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:48:59 Collecting docopt<0.7,>=0.6.1 23:48:59 Downloading docopt-0.6.2.tar.gz (25 kB) 23:49:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:49:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:49:03 Collecting docker-pycreds>=0.4.0 23:49:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:49:04 Collecting idna<2.8,>=2.5 23:49:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:49:05 Collecting urllib3<1.25,>=1.21.1 23:49:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:49:05 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 23:49:05 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 23:49:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:49:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:49:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:49:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:49:06 Installing collected packages: jsonschema, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, dockerpty, cached-property, texttable, docopt, docker-compose 23:49:07 Running setup.py install for PyYAML: started 23:49:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:49:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:49:08 ---> 35e1c7b3a417 23:49:08 Step 3/22 : WORKDIR /edgex-go 23:49:08 ---> Using cache 23:49:08 ---> 54c5dcafcfb5 23:49:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:49:08 ---> Using cache 23:49:08 ---> b79f232a84c3 23:49:08 Step 5/22 : RUN apk add --update --no-cache make git 23:49:08 ---> Using cache 23:49:08 ---> cf2a951da3b8 23:49:08 Step 6/22 : COPY go.mod . 23:49:08 ---> Using cache 23:49:08 ---> b887d482ea51 23:49:08 Step 7/22 : RUN go mod download 23:49:08 ---> Using cache 23:49:08 ---> a99cfb1aa5a0 23:49:08 Step 8/22 : COPY . . 23:49:09 Running setup.py install for PyYAML: finished with status 'done' 23:49:09 Attempting uninstall: idna 23:49:09 Found existing installation: idna 2.9 23:49:09 Uninstalling idna-2.9: 23:49:09 Successfully uninstalled idna-2.9 23:49:10 Attempting uninstall: urllib3 23:49:10 Found existing installation: urllib3 1.25.9 23:49:10 Uninstalling urllib3-1.25.9: 23:49:10 Successfully uninstalled urllib3-1.25.9 23:49:11 Attempting uninstall: requests 23:49:11 Found existing installation: requests 2.23.0 23:49:11 Uninstalling requests-2.23.0: 23:49:11 Successfully uninstalled requests-2.23.0 23:49:12 Running setup.py install for dockerpty: started 23:49:15 Running setup.py install for dockerpty: finished with status 'done' 23:49:15 Running setup.py install for texttable: started 23:49:17 Running setup.py install for texttable: finished with status 'done' 23:49:17 Running setup.py install for docopt: started 23:49:20 Running setup.py install for docopt: finished with status 'done' 23:49:23 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 23:49:27 ---> 26a231b2d9b2 23:49:27 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:49:27 ---> 614a01f19652 23:49:27 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 23:49:27 ---> b3f5fd9cbe58 23:49:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:49:27 ---> 7eba9e0139e5 23:49:27 Step 9/22 : RUN make cmd/core-command/core-command 23:49:27 ---> Running in ba3eb6a4b9ae 23:49:27 ---> Running in 07259815d43e 23:49:27 ---> Running in a8b3be874279 23:49:27 ---> Running in 62538ae9f607 23:49:29 Removing intermediate container b1c0e580989a 23:49:29 ---> d13e6407ad14 23:49:29 Step 21/26 : RUN apk --no-cache add curl 23:49:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:49:29 ---> Running in 1c87499183eb 23:49:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:49:30 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 23:49:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:49:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:49:32 (2/3) Installing libcurl (7.69.1-r3) 23:49:32 (3/3) Installing curl (7.69.1-r3) 23:49:32 Executing busybox-1.31.1-r19.trigger 23:49:32 OK: 71 MiB in 58 packages 23:49:34 Removing intermediate container 1c87499183eb 23:49:34 ---> 78a39e3f2afb 23:49:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:49:34 ---> Running in 62df87f8ecd1 23:49:35 Removing intermediate container 62df87f8ecd1 23:49:35 ---> 6b872b791358 23:49:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:49:35 ---> Running in 53ba21fd61d7 23:49:36 Removing intermediate container 53ba21fd61d7 23:49:36 ---> 7d07b551391b 23:49:36 Step 24/26 : LABEL arch=arm64 23:49:36 ---> Running in 31fafb374b3f 23:49:37 Removing intermediate container 31fafb374b3f 23:49:37 ---> 96b3c698ec06 23:49:37 Step 25/26 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:49:37 ---> Running in e7d7a664dbc1 23:49:38 Removing intermediate container e7d7a664dbc1 23:49:38 ---> 026ec4bfc8ff 23:49:38 Step 26/26 : LABEL version=0.0.0 23:49:38 ---> Running in 5ad6b2192ed8 23:49:38 Removing intermediate container 5ad6b2192ed8 23:49:38 ---> 94fb24a01269 23:49:38 23:49:39 Successfully built 94fb24a01269 23:49:39 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:49:39  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 23:50:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:50:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:50:06 ---> 35e1c7b3a417 23:50:06 Step 3/22 : WORKDIR /edgex-go 23:50:06 ---> Using cache 23:50:06 ---> 54c5dcafcfb5 23:50:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:50:06 ---> Using cache 23:50:06 ---> b79f232a84c3 23:50:06 Step 5/22 : RUN apk add --update --no-cache make git 23:50:06 ---> Using cache 23:50:06 ---> cf2a951da3b8 23:50:06 Step 6/22 : COPY go.mod . 23:50:06 ---> Using cache 23:50:06 ---> b887d482ea51 23:50:06 Step 7/22 : RUN go mod download 23:50:06 ---> Using cache 23:50:06 ---> a99cfb1aa5a0 23:50:06 Step 8/22 : COPY . . 23:50:06 ---> Using cache 23:50:06 ---> 7eba9e0139e5 23:50:06 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:50:06 ---> Running in 338a09074f90 23:50:06 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 23:50:53 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 23:50:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:51:12 Removing intermediate container ba3eb6a4b9ae 23:51:12 ---> fa5b7dd7c0cd 23:51:12 23:51:12 Step 10/21 : FROM scratch 23:51:12 ---> 23:51:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium'Removing intermediate container 62538ae9f607 23:51:12 23:51:12 ---> d930e5c7fc72 23:51:12 23:51:12 Step 10/22 : FROM scratch 23:51:12 ---> 23:51:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:51:12 Removing intermediate container a8b3be874279 23:51:12 ---> f4644b5f7117 23:51:12 23:51:12 Step 10/21 : FROM alpine:3.12 23:51:12 ---> afeebe901d6b 23:51:12 Step 11/21 : RUN apk add --update --no-cache curl 23:51:12 ---> Running in 22cdd851aeca 23:51:12 ---> Running in 9a514d3a0ca3 23:51:12 ---> Running in 1adcdb40956a 23:51:12 Removing intermediate container 22cdd851aeca 23:51:12 ---> eb4c47b4fb25 23:51:12 Step 12/21 : ENV APP_PORT=48085 23:51:12 Removing intermediate container 9a514d3a0ca3 23:51:12 ---> cb5018989dde 23:51:12 Step 12/22 : ENV APP_PORT=48082 ---> Running in e7817173d3f9 23:51:12 23:51:12 ---> Running in b44a7d14413a 23:51:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:51:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:51:13 Removing intermediate container e7817173d3f9 23:51:13 ---> c8e26acb34c8 23:51:13 Step 13/21 : EXPOSE $APP_PORT 23:51:13 ---> Running in d8fd7a517f8d 23:51:13 Removing intermediate container b44a7d14413a 23:51:13 ---> c194947d5167 23:51:13 Step 13/22 : EXPOSE $APP_PORT 23:51:14 (1/4) Installing ca-certificates (20191127-r4) 23:51:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:51:14 (3/4) Installing libcurl (7.69.1-r3) 23:51:14 (4/4) Installing curl (7.69.1-r3) 23:51:14 Executing busybox-1.31.1-r19.trigger 23:51:14 Executing ca-certificates-20191127-r4.trigger 23:51:14 ---> Running in 7338854467c8 23:51:14 Removing intermediate container d8fd7a517f8d 23:51:14 ---> 676cd44aca0b 23:51:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 23:51:14 OK: 7 MiB in 18 packages 23:51:15 Removing intermediate container 7338854467c8 23:51:15 ---> 5b9a6f07c40c 23:51:15 Step 14/22 : WORKDIR / 23:51:16 ---> Running in 6772bac58a36 23:51:17 ---> ad36767b0d0e 23:51:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:51:17 Removing intermediate container 6772bac58a36 23:51:17 ---> 9b0f3cbc44e2 23:51:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 23:51:19 Removing intermediate container 1adcdb40956a 23:51:19 ---> a35c3c5102a0 23:51:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:51:19 Removing intermediate container 07259815d43e 23:51:19 ---> 0ab631dedc3c 23:51:19 23:51:19 Step 10/32 : FROM alpine:3.12 23:51:19 ---> afeebe901d6b 23:51:19 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 23:51:19 ---> Running in c7a96715f569 23:51:19 ---> dc4bbebdef18 23:51:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:51:19 ---> Running in 44916a936d3b 23:51:20 Removing intermediate container c7a96715f569 23:51:20 ---> 56e5d32e1c94 23:51:20 Step 13/21 : WORKDIR /edgex 23:51:21 ---> d68c5fb9c199 23:51:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:51:21 ---> Running in 012ec4b3eba2 23:51:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:51:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:51:22 Removing intermediate container 012ec4b3eba2 23:51:22 ---> 11d619afe697 23:51:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:51:22 (1/2) Installing dumb-init (1.2.2-r1) 23:51:22 (2/2) Installing openssl (1.1.1i-r0) 23:51:22 Executing busybox-1.31.1-r19.trigger 23:51:22 OK: 6 MiB in 16 packages 23:51:22 ---> 87b3b32af330 23:51:22 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:51:23 ---> ec899c02ab35 23:51:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:51:23 ---> Running in 5700f2649972 23:51:23 ---> 35cb254a9cf5 23:51:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:51:24 Removing intermediate container 5700f2649972 23:51:24 ---> 24613f0125a5 23:51:24 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:51:24 ---> Running in 3f8447aaebf6 23:51:24 Removing intermediate container 44916a936d3b 23:51:24 ---> d8d1bbf4dad4 23:51:24 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:51:25 ---> Running in 395422b20a52 23:51:25 ---> 55081c153af5 23:51:25 Step 18/22 : ENTRYPOINT ["/core-command"] 23:51:25 ---> Running in ee749ae52b24 23:51:25 Removing intermediate container 3f8447aaebf6 23:51:25 ---> f57edb6a0ae3 23:51:25 Step 19/21 : LABEL arch=arm64 23:51:25 ---> 2f8e2c42e2da 23:51:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:51:25 ---> Running in 55947363d331 23:51:26 Removing intermediate container 395422b20a52 23:51:26 ---> c3e4798e7685 23:51:26 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 23:51:26 ---> Running in 9bb6969cae25 23:51:26 Removing intermediate container ee749ae52b24 23:51:26 ---> 76e4f95bdaf4 23:51:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:51:26 ---> Running in 6c2ad1ecd637 23:51:27 Removing intermediate container 55947363d331 23:51:27 ---> 2bbf88adc854 23:51:27 Step 20/21 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:51:27 ---> Running in 036c936c1fa2 23:51:27 Removing intermediate container 9bb6969cae25 23:51:27 ---> d9fec63f99f2 23:51:27 Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 23:51:27 Removing intermediate container 6c2ad1ecd637 23:51:27 ---> 2fbe3a8288d1 23:51:27 Step 20/22 : LABEL arch=arm64 23:51:27 ---> Running in 690d49d41759 23:51:27 ---> Running in bb34e50cb467 23:51:28 ---> f78c27ca78db 23:51:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:51:28 Removing intermediate container 036c936c1fa2 23:51:28 ---> 4ed2bc025fb4 23:51:28 Step 21/21 : LABEL version=0.0.0 23:51:28 ---> Running in 13b648425540 23:51:28 ---> Running in 8077557001f9 23:51:28 Removing intermediate container bb34e50cb467 23:51:28 ---> 244bf7265f52 23:51:28 Step 21/22 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:51:28 ---> Running in 24439a381a16 23:51:28 Removing intermediate container 13b648425540 23:51:28 ---> fcf1020066e1 23:51:28 Step 18/21 : CMD ["--init=true"] 23:51:29 Removing intermediate container 8077557001f9 23:51:29 ---> 99779f11518b 23:51:29 23:51:29 ---> Running in fe99c98af9a2 23:51:29 Connecting to github.com (140.82.113.3:443) 23:51:29 Removing intermediate container 24439a381a16 23:51:29 ---> 76c1bf3abf6a 23:51:29 Step 22/22 : LABEL version=0.0.0 23:51:29 Successfully built 99779f11518b 23:51:29 Successfully tagged docker-support-scheduler-go-arm64:latest 23:51:29  Building docker-support-scheduler-go ... done  ---> Running in d03d8ccbb64d 23:51:29 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.114.179:443) 23:51:30 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 23:51:30 Removing intermediate container fe99c98af9a2 23:51:30 ---> a0d4b56b06a5 23:51:30 Step 19/21 : LABEL arch=arm64 23:51:30 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 23:51:30 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 23:51:30 dockerize 23:51:30 ---> Running in 134ec6bc1e1b 23:51:30 Removing intermediate container d03d8ccbb64d 23:51:30 ---> 7f7cc645fa7e 23:51:30 23:51:30 Removing intermediate container 134ec6bc1e1b 23:51:30 ---> 08ec4f21cbdf 23:51:30 Step 20/21 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:51:31 Successfully built 7f7cc645fa7e 23:51:31 Successfully tagged docker-core-command-go-arm64:latest 23:51:31  Building docker-core-command-go ... done  ---> Running in 5830ec154fd3 23:51:32 Removing intermediate container 5830ec154fd3 23:51:32 ---> 3ada28b60070 23:51:32 Step 21/21 : LABEL version=0.0.0 23:51:32 Removing intermediate container 690d49d41759 23:51:32 ---> 84d66bb3ca87 23:51:32 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 23:51:32 ---> Running in a3ce43637df7 23:51:32 ---> Running in 022d605efeef 23:51:33 Removing intermediate container a3ce43637df7 23:51:33 ---> 331b531a3319 23:51:33 23:51:33 Removing intermediate container 022d605efeef 23:51:33 ---> 77a60fb7eaaf 23:51:33 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:51:33 ---> Running in ee4a5251def1 23:51:33 Successfully built 331b531a3319 23:51:33 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:51:33  Building docker-security-proxy-setup-go ... done Removing intermediate container ee4a5251def1 23:51:33 ---> 43d319e9eaf2 23:51:33 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 23:51:34 ---> Running in 36053af0c0fb 23:51:35 Copy dockerize executable 23:51:36 Removing intermediate container 338a09074f90 23:51:36 ---> f1495bc3ca0b 23:51:36 23:51:36 Step 10/22 : FROM scratch 23:51:36 ---> 23:51:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:51:36 ---> Using cache 23:51:36 ---> cb5018989dde 23:51:36 Step 12/22 : ENV APP_PORT=48081 23:51:36 ---> Running in f5a4c19c7422 23:51:37 Removing intermediate container f5a4c19c7422 23:51:37 ---> b013ee04171d 23:51:37 Step 13/22 : EXPOSE $APP_PORT 23:51:37 Removing intermediate container 36053af0c0fb 23:51:37 ---> 7cd4e5aeadbe 23:51:37 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 23:51:37 ---> Running in 86dc9f95a735 23:51:37 ---> Running in 66914ada513f 23:51:37 Removing intermediate container 86dc9f95a735 23:51:37 ---> 1edf7fe1d71a 23:51:37 Step 14/22 : WORKDIR / 23:51:37 ---> Running in 416e3c208a1d 23:51:37 Removing intermediate container 66914ada513f 23:51:37 ---> e7c89b94d531 23:51:37 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:51:38 Removing intermediate container 416e3c208a1d 23:51:38 ---> d375c6e9a3ee 23:51:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 23:51:38 ---> 571e7117156d 23:51:38 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:51:38 ---> Running in 06902220396e 23:51:39 ---> 49fad5b66cb2 23:51:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:51:40 ---> 41da0d98bab9 23:51:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:51:41 Removing intermediate container 06902220396e 23:51:41 ---> 25b133fb9454 23:51:41 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:51:41 ---> bdaa42c8ae11 23:51:41 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:51:41 ---> Running in 037cb52bd6ee 23:51:42 Removing intermediate container 037cb52bd6ee 23:51:42 ---> d8077b55c0b4 23:51:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:51:42 ---> 82250b77b3f0 23:51:42 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:51:42 ---> Running in 9883b0208c56 23:51:42 Removing intermediate container 9883b0208c56 23:51:42 ---> c72b8ac89529 23:51:42 Step 20/22 : LABEL arch=arm64 23:51:42 ---> Running in 321fa1235a39 23:51:43 ---> 6f3dc8deddac 23:51:43 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 23:51:43 Removing intermediate container 321fa1235a39 23:51:43 ---> c1955d368b36 23:51:43 Step 21/22 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:51:43 ---> Running in 8dd83e837b09 23:51:44 Removing intermediate container 8dd83e837b09 23:51:44 ---> d0186cbab1b3 23:51:44 Step 22/22 : LABEL version=0.0.0 23:51:44 ---> 37c707fcd847 23:51:44 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:51:44 ---> Running in d634261d178e 23:51:45 Removing intermediate container d634261d178e 23:51:45 ---> ad3ae720d25e 23:51:45 23:51:45 ---> b9d682785983 23:51:45 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 23:51:45 Successfully built ad3ae720d25e 23:51:45 Successfully tagged docker-core-metadata-go-arm64:latest 23:51:46  Building docker-core-metadata-go ... done  ---> Running in 86a00810041a 23:51:46 Removing intermediate container 86a00810041a 23:51:46 ---> 954631654c0b 23:51:46 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 23:51:47 ---> e321fdf20d6b 23:51:47 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:51:47 ---> Running in 73942af0bbe9 23:51:49 Removing intermediate container 73942af0bbe9 23:51:49 ---> 6c5963774c11 23:51:49 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 23:51:50 ---> Running in a3b89a3ce900 23:51:50 Removing intermediate container a3b89a3ce900 23:51:50 ---> 77ca4b0939f1 23:51:50 Step 29/32 : CMD ["install"] 23:51:51 ---> Running in b57cf637a16c 23:51:51 Removing intermediate container b57cf637a16c 23:51:51 ---> be2377d57e30 23:51:51 Step 30/32 : LABEL arch=arm64 23:51:52 ---> Running in 2f0c35c4f7ac 23:51:52 Removing intermediate container 2f0c35c4f7ac 23:51:52 ---> 644c9aebd7be 23:51:52 Step 31/32 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b 23:51:53 ---> Running in a295018287c5 23:51:53 Removing intermediate container a295018287c5 23:51:53 ---> 941333183965 23:51:53 Step 32/32 : LABEL version=0.0.0 23:51:53 ---> Running in 1e463c02cea6 23:51:54 Removing intermediate container 1e463c02cea6 23:51:54 ---> 85a743a53d3e 23:51:54 23:51:54 Successfully built 85a743a53d3e 23:51:54 Successfully tagged docker-security-bootstrapper-go-arm64:latest 23:51:55  Building docker-security-bootstrapper-go ... done  [Pipeline] } 23:51:55 $ docker stop --time=1 f82e1ea81690155482fc652b49be172bf88b6df3ce748d586d45fc726ea3d869 23:51:57 $ docker rm -f f82e1ea81690155482fc652b49be172bf88b6df3ce748d586d45fc726ea3d869 [Pipeline] // withDockerContainer [Pipeline] sh 23:51:57 + docker images 23:51:57 + grep docker 23:51:58 docker-security-bootstrapper-go-arm64 latest 85a743a53d3e 3 seconds ago 40.2MB 23:51:58 docker-core-metadata-go-arm64 latest ad3ae720d25e 13 seconds ago 12.2MB 23:51:58 docker-security-proxy-setup-go-arm64 latest 331b531a3319 25 seconds ago 23.3MB 23:51:58 docker-core-command-go-arm64 latest 7f7cc645fa7e 27 seconds ago 9.98MB 23:51:58 docker-support-scheduler-go-arm64 latest 99779f11518b 29 seconds ago 10MB 23:51:58 docker-sys-mgmt-agent-go-arm64 latest 94fb24a01269 2 minutes ago 300MB 23:51:58 docker-core-data-go-arm64 latest c4e7e1bb6aa1 3 minutes ago 20.9MB 23:51:58 docker-security-secretstore-setup-go-arm64 latest 7ffc541777e2 3 minutes ago 23.4MB 23:51:58 docker-security-bootstrap-redis-go-arm64 latest 5071263ce264 3 minutes ago 15.1MB 23:51:58 docker-support-notifications-go-arm64 latest dd9913470d6c 3 minutes ago 11.4MB 23:51:58 docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:52:00 provisioning config files... 23:52:00 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config7818786322941244808tmp [Pipeline] { [Pipeline] sh 23:52:01 + set +x 23:52:01 + curl -s https://codecov.io/bash 23:52:01 + bash -s -- 23:52:01 23:52:01 _____ _ 23:52:01 / ____| | | 23:52:01 | | ___ __| | ___ ___ _____ __ 23:52:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:52:01 | |___| (_) | (_| | __/ (_| (_) \ V / 23:52:01 \_____\___/ \__,_|\___|\___\___/ \_/ 23:52:01 Bash-20201231-23d4836 23:52:01 23:52:01 23:52:01 ==> git version 2.24.3 found 23:52:01 ==> 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 23:52:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:52:01 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:52:01 ==> Jenkins CI detected. 23:52:01 project root: . 23:52:01 --> token set from env 23:52:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:52:01 ==> Running gcov in . (disable via -X gcov) 23:52:01 ==> Python coveragepy not found 23:52:01 ==> Searching for coverage reports in: 23:52:01 + . 23:52:01 -> Found 1 reports 23:52:01 ==> Detecting git/mercurial file structure 23:52:01 ==> Reading reports 23:52:01 + ./coverage.out bytes=543476 23:52:01 ==> Appending adjustments 23:52:01 https://docs.codecov.io/docs/fixing-reports 23:52:05 + Found adjustments 23:52:05 ==> Gzipping contents 23:52:05 84K /tmp/codecov.fbqnhe.gz 23:52:05 ==> Uploading reports 23:52:05 url: https://codecov.io 23:52:05 query: branch=PR-2970&commit=393a9f5493167e63022d344362f453b577f2a81b&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 23:52:05 -> Pinging Codecov 23:52:05 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=393a9f5493167e63022d344362f453b577f2a81b&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 23:52:06 -> Uploading to 23:52:06 https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/393a9f5493167e63022d344362f453b577f2a81b/43369b1a-dca4-40cb-878d-ec2a6e029e40.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T235205Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ab71abef172612941c661a73657a7d2223bc3addef8eb9ebdfb21c9646c33dae 23:52:06 % Total % Received % Xferd Average Speed Time Time Time Current 23:52:06 Dload Upload Total Spent Left Speed 23:52:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83163 0 0 100 83163 0 123k --:--:-- --:--:-- --:--:-- 123k 23:52:06 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/393a9f5493167e63022d344362f453b577f2a81b [Pipeline] } 23:52:06 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 23:52:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:52:12 ---> package-listing.sh 23:52:12 ++ facter osfamily 23:52:12 ++ tr '[:upper:]' '[:lower:]' 23:52:12 + OS_FAMILY=redhat 23:52:12 + workspace=/w/workspace/edgex-go/7 23:52:12 + START_PACKAGES=/tmp/packages_start.txt 23:52:12 + END_PACKAGES=/tmp/packages_end.txt 23:52:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:52:12 + PACKAGES=/tmp/packages_start.txt 23:52:12 + '[' /w/workspace/edgex-go/7 ']' 23:52:12 + PACKAGES=/tmp/packages_end.txt 23:52:12 + case "${OS_FAMILY}" in 23:52:12 + rpm -qa 23:52:12 + sort 23:52:17 + '[' -f /tmp/packages_start.txt ']' 23:52:17 + '[' -f /tmp/packages_end.txt ']' 23:52:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:52:17 + '[' /w/workspace/edgex-go/7 ']' 23:52:17 + mkdir -p /w/workspace/edgex-go/7/archives/ 23:52:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 23:52:17 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:52:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:52:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:52:18 23:52:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:52:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:52:18 alpine: Pulling from edgex-lftools-log-publisher 23:52:18 df20fa9351a1: Pulling fs layer 23:52:18 36b3adc4ff6f: Pulling fs layer 23:52:18 8ad3a11d3b57: Pulling fs layer 23:52:18 46f8f816bc3b: Pulling fs layer 23:52:18 93b61091891f: Pulling fs layer 23:52:18 93b9cdb0e59b: Pulling fs layer 23:52:18 5e14af77c1be: Pulling fs layer 23:52:18 01666e4c0597: Pulling fs layer 23:52:18 aa168da1d23b: Pulling fs layer 23:52:18 46f8f816bc3b: Waiting 23:52:18 5e14af77c1be: Waiting 23:52:18 93b61091891f: Waiting 23:52:18 93b9cdb0e59b: Waiting 23:52:18 01666e4c0597: Waiting 23:52:18 aa168da1d23b: Waiting 23:52:18 36b3adc4ff6f: Verifying Checksum 23:52:18 36b3adc4ff6f: Download complete 23:52:18 46f8f816bc3b: Verifying Checksum 23:52:18 46f8f816bc3b: Download complete 23:52:19 df20fa9351a1: Verifying Checksum 23:52:19 df20fa9351a1: Download complete 23:52:19 93b9cdb0e59b: Verifying Checksum 23:52:19 93b9cdb0e59b: Download complete 23:52:19 93b61091891f: Download complete 23:52:19 5e14af77c1be: Verifying Checksum 23:52:19 5e14af77c1be: Download complete 23:52:19 01666e4c0597: Verifying Checksum 23:52:19 01666e4c0597: Download complete 23:52:19 df20fa9351a1: Pull complete 23:52:19 36b3adc4ff6f: Pull complete 23:52:19 8ad3a11d3b57: Verifying Checksum 23:52:19 8ad3a11d3b57: Download complete 23:52:20 8ad3a11d3b57: Pull complete 23:52:20 46f8f816bc3b: Pull complete 23:52:21 aa168da1d23b: Verifying Checksum 23:52:21 aa168da1d23b: Download complete 23:52:22 93b61091891f: Pull complete 23:52:22 93b9cdb0e59b: Pull complete 23:52:23 5e14af77c1be: Pull complete 23:52:23 01666e4c0597: Pull complete 23:52:31 aa168da1d23b: Pull complete 23:52:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:52:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:52:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:52:31 prd-centos7-docker-4c-2g-18342 does not seem to be running inside a container 23:52:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:52:40 $ docker top 67acb275307234ba9b20b5d87f02f99fa87f133b8a5733a29449cd65dcbcba32 -eo pid,comm [Pipeline] { [Pipeline] sh 23:52:41 + touch /tmp/pre-build-complete [Pipeline] sh 23:52:41 + mkdir -p /var/log/sa [Pipeline] sh 23:52:42 + ls /var/log/sa-host 23:52:42 + sadf -c /var/log/sa-host/sa04 23:52:42 file_magic: OK 23:52:42 HZ: Using current value: 100 23:52:42 file_header: OK 23:52:42 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 23:52:42 Statistics: 23:52:42 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... 23:52:42 File successfully converted to sysstat format version 12.2.1 23:52:42 + sadf -c /var/log/sa-host/sa23 23:52:42 file_magic: OK 23:52:42 HZ: Using current value: 100 23:52:42 file_header: OK 23:52:42 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 23:52:42 Statistics: 23:52:42 Hnuu...uuuununununu... 23:52:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:52:42 provisioning config files... 23:52:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config4378658033345217462tmp [Pipeline] { [Pipeline] echo 23:52:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:52:43 ---> create-netrc.sh [Pipeline] } 23:52:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:52:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:52:43 ---> python-tools-install.sh [Pipeline] echo 23:52:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:52:43 ---> sudo-logs.sh 23:52:43 Archiving 'sudo' log.. [Pipeline] echo 23:52:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:52:44 ---> job-cost.sh 23:52:44 lf-activate-venv: SKIPPING 23:52:44 INFO: No Stack... 23:52:45 INFO: Retrieving Pricing Info for: v1-standard-2 23:52:45 INFO: Archiving Costs [Pipeline] echo 23:52:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:52:46 ---> logs-deploy.sh 23:52:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/7 23:52:46 INFO: archiving workspace using pattern(s): 23:52:47 Archives upload complete. 23:52:47 INFO: archiving logs to Nexus