Pull request #3094 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 cherrycl for edgexfoundry/edgex-go Loading trusted files from base branch master at 43a02ae124f9b444ef324fb234f82118f7515362 rather than 5f77d52a8421ba7912342d0ff090f6c969ad9208 Obtained Jenkinsfile from 43a02ae124f9b444ef324fb234f82118f7515362 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23786 in /w/workspace/edgexfoundry_edgex-go_PR-3094 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 5f77d52a8421ba7912342d0ff090f6c969ad9208 Merge succeeded, producing 5f77d52a8421ba7912342d0ff090f6c969ad9208 Checking out Revision 5f77d52a8421ba7912342d0ff090f6c969ad9208 (PR-3094) > 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/3094/head:refs/remotes/origin/PR-3094 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f77d52a8421ba7912342d0ff090f6c969ad9208 # 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 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f77d52a8421ba7912342d0ff090f6c969ad9208 # timeout=10 Commit message: "Merge branch 'master' into issue-3093" > git rev-list --no-walk 4ed455a01a572bac847ba4e615e8b60e6a9c7131 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:06:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:06:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:06:56 ========================================================= 17:06:56 EdgeX Global Pipelines Version Info 17:06:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:06:58 ------------------- 17:06:58 stable info: 17:06:58 ------------------- 17:06:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:06:58 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:06:58 Message: update stable to v1.0.179 17:06:59 ------------------- 17:06:59 experimental info: 17:06:59 ------------------- 17:06:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:06:59 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:06:59 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:06:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:06:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:06:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:06:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:06:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:06:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:07:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:07:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:07:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:07:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:07:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:07:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:07:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:07:01 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:07:01 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:07:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3094 [Pipeline] echo 17:07:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3094 [Pipeline] echo 17:07:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3094 [Pipeline] echo 17:07:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5f77d52a8421ba7912342d0ff090f6c969ad9208 [Pipeline] echo 17:07:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5f77d52 [Pipeline] echo 17:07:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:07:02 provisioning config files... 17:07:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4914818182485779948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:07:02 ---> docker-login.sh 17:07:02 nexus3.edgexfoundry.org:10001 17:07:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:03 Configure a credential helper to remove this warning. See 17:07:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:03 17:07:03 Login Succeeded 17:07:03 nexus3.edgexfoundry.org:10002 17:07:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:03 Configure a credential helper to remove this warning. See 17:07:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:03 17:07:03 Login Succeeded 17:07:03 nexus3.edgexfoundry.org:10003 17:07:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:03 Configure a credential helper to remove this warning. See 17:07:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:03 17:07:03 Login Succeeded 17:07:03 nexus3.edgexfoundry.org:10004 17:07:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:03 Configure a credential helper to remove this warning. See 17:07:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:03 17:07:03 Login Succeeded 17:07:03 docker.io 17:07:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:04 Configure a credential helper to remove this warning. See 17:07:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:04 17:07:04 Login Succeeded 17:07:04 ---> docker-login.sh ends [Pipeline] } 17:07:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:07:04 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 17:07:04 + for file in '`ls cmd/**/Dockerfile`' 17:07:04 ++ dirname cmd/core-command/Dockerfile 17:07:04 ++ cut -d/ -f2 17:07:04 + echo core-command,cmd/core-command/Dockerfile 17:07:04 + for file in '`ls cmd/**/Dockerfile`' 17:07:04 ++ dirname cmd/core-data/Dockerfile 17:07:04 ++ cut -d/ -f2 17:07:04 + echo core-data,cmd/core-data/Dockerfile 17:07:04 + for file in '`ls cmd/**/Dockerfile`' 17:07:04 ++ dirname cmd/core-metadata/Dockerfile 17:07:04 ++ cut -d/ -f2 17:07:04 + echo core-metadata,cmd/core-metadata/Dockerfile 17:07:04 + for file in '`ls cmd/**/Dockerfile`' 17:07:04 ++ dirname cmd/security-bootstrapper/Dockerfile 17:07:04 ++ cut -d/ -f2 17:07:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:07:04 + for file in '`ls cmd/**/Dockerfile`' 17:07:04 ++ dirname cmd/security-proxy-setup/Dockerfile 17:07:04 ++ cut -d/ -f2 17:07:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:07:04 + for file in '`ls cmd/**/Dockerfile`' 17:07:04 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:07:04 ++ cut -d/ -f2 17:07:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:07:04 + for file in '`ls cmd/**/Dockerfile`' 17:07:04 ++ dirname cmd/support-notifications/Dockerfile 17:07:04 ++ cut -d/ -f2 17:07:04 + echo support-notifications,cmd/support-notifications/Dockerfile 17:07:04 + for file in '`ls cmd/**/Dockerfile`' 17:07:04 ++ dirname cmd/support-scheduler/Dockerfile 17:07:04 ++ cut -d/ -f2 17:07:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:07:04 + for file in '`ls cmd/**/Dockerfile`' 17:07:04 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:07:04 ++ cut -d/ -f2 17:07:04 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:07:04 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 17:07:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:07:05 17:07:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:07:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:07:05 latest: Pulling from edgex-devops/git-semver 17:07:05 31603596830f: Pulling fs layer 17:07:05 2a8b12db71e7: Pulling fs layer 17:07:05 6ca5941a6612: Pulling fs layer 17:07:05 ecc8261a40a4: Pulling fs layer 17:07:05 ecc8261a40a4: Waiting 17:07:05 2a8b12db71e7: Verifying Checksum 17:07:05 2a8b12db71e7: Download complete 17:07:05 31603596830f: Verifying Checksum 17:07:05 31603596830f: Download complete 17:07:06 6ca5941a6612: Verifying Checksum 17:07:06 6ca5941a6612: Download complete 17:07:06 ecc8261a40a4: Verifying Checksum 17:07:06 ecc8261a40a4: Download complete 17:07:06 31603596830f: Pull complete 17:07:06 2a8b12db71e7: Pull complete 17:07:07 6ca5941a6612: Pull complete 17:07:07 ecc8261a40a4: Pull complete 17:07:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:07:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:07:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:07:07 prd-centos7-docker-4c-2g-23786 does not seem to be running inside a container 17:07:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:07:10 $ docker top 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:07:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:07:10 [ssh-agent] Looking for ssh-agent implementation... 17:07:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:07:11 $ docker exec 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 ssh-agent 17:07:11 SSH_AUTH_SOCK=/tmp/ssh-YrTAwAfWQNR4/agent.11 17:07:11 SSH_AGENT_PID=16 17:07:11 Running ssh-add (command line suppressed) 17:07:11 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2991885733673657178.key (/w/workspace/edgex-go/2@tmp/private_key_2991885733673657178.key) 17:07:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:07:11 + git tag --points-at HEAD [Pipeline] } 17:07:11 $ docker exec --env ******** --env ******** 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 ssh-agent -k 17:07:11 unset SSH_AUTH_SOCK; 17:07:11 unset SSH_AGENT_PID; 17:07:11 echo Agent pid 16 killed; 17:07:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:07:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:07:12 [ssh-agent] Looking for ssh-agent implementation... 17:07:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:07:12 $ docker exec 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 ssh-agent 17:07:12 SSH_AUTH_SOCK=/tmp/ssh-MfJrhJOcE3W6/agent.45 17:07:12 SSH_AGENT_PID=51 17:07:12 Running ssh-add (command line suppressed) 17:07:12 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3311784212677129096.key (/w/workspace/edgex-go/2@tmp/private_key_3311784212677129096.key) 17:07:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:07:12 + git semver init 17:07:12 # -> Open(): unable to determine branch for HEAD 17:07:12 # $GIT_DIR = /w/workspace/edgex-go/2/.git 17:07:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 17:07:12 # $SEMVER_REMOTE_NAME = origin 17:07:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:07:12 # $SEMVER_USER_NAME = edgex-jenkins 17:07:12 # $SEMVER_BRANCH = PR-3094 17:07:12 # $SEMVER_TEMP = /tmp/semver-603345471 17:07:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:07:34 # '/tmp/semver-603345471' -> '/w/workspace/edgex-go/2/.semver' 17:07:34 # -> Force: false 17:07:34 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 17:07:34 $ docker exec --env ******** --env ******** 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 ssh-agent -k 17:07:35 unset SSH_AUTH_SOCK; 17:07:35 unset SSH_AGENT_PID; 17:07:35 echo Agent pid 51 killed; 17:07:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:07:35 + git semver [Pipeline] } 17:07:35 $ docker stop --time=1 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 17:07:37 $ docker rm -f 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 [Pipeline] // withDockerContainer [Pipeline] sh 17:07:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:07:38 Stashed 1 file(s) [Pipeline] echo 17:07:38 [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 17:07:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:07:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:07:40 + sudo service docker restart 17:07:40 + true 17:07:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:07:40 ========================================================= 17:07:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:07:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:07:41 + 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 . 17:07:44 Sending build context to Docker daemon 327.2MB 17:07:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:07:44 Step 2/6 : FROM ${BASE} 17:07:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:07:44 188c0c94c7c5: Pulling fs layer 17:07:44 0ef7d3d256c8: Pulling fs layer 17:07:44 de9db76c5a1d: Pulling fs layer 17:07:44 bca2f99d35d6: Pulling fs layer 17:07:44 93359f2a8cfa: Pulling fs layer 17:07:44 7c6f9722023f: Pulling fs layer 17:07:44 a35cf1a2eb13: Pulling fs layer 17:07:44 93359f2a8cfa: Waiting 17:07:44 7c6f9722023f: Waiting 17:07:44 a35cf1a2eb13: Waiting 17:07:44 bca2f99d35d6: Waiting 17:07:44 de9db76c5a1d: Verifying Checksum 17:07:44 de9db76c5a1d: Download complete 17:07:44 0ef7d3d256c8: Verifying Checksum 17:07:44 0ef7d3d256c8: Download complete 17:07:44 188c0c94c7c5: Verifying Checksum 17:07:44 188c0c94c7c5: Download complete 17:07:44 93359f2a8cfa: Verifying Checksum 17:07:44 93359f2a8cfa: Download complete 17:07:44 7c6f9722023f: Verifying Checksum 17:07:44 7c6f9722023f: Download complete 17:07:44 188c0c94c7c5: Pull complete 17:07:44 0ef7d3d256c8: Pull complete 17:07:45 de9db76c5a1d: Pull complete 17:07:46 a35cf1a2eb13: Verifying Checksum 17:07:47 bca2f99d35d6: Verifying Checksum 17:07:47 bca2f99d35d6: Download complete 17:07:52 bca2f99d35d6: Pull complete 17:07:52 93359f2a8cfa: Pull complete 17:07:52 7c6f9722023f: Pull complete 17:07:54 Still waiting to schedule task 17:07:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:07:59 a35cf1a2eb13: Pull complete 17:07:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:07:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:07:59 ---> a62c8e92a672 17:07:59 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 17:07:59 ---> Running in 6c60983598c3 17:07:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:03 (1/12) Installing libmagic (5.38-r0) 17:08:04 (2/12) Installing file (5.38-r0) 17:08:04 (3/12) Installing libc-dev (0.7.2-r3) 17:08:04 (4/12) Installing g++ (9.3.0-r2) 17:08:14 (5/12) Installing fortify-headers (1.1-r0) 17:08:14 (6/12) Installing patch (2.7.6-r6) 17:08:14 (7/12) Installing build-base (0.5-r2) 17:08:14 (8/12) Installing libsodium (1.0.18-r0) 17:08:14 (9/12) Installing pkgconf (1.7.2-r0) 17:08:14 (10/12) Installing libsodium-dev (1.0.18-r0) 17:08:14 (11/12) Installing libzmq (4.3.3-r0) 17:08:14 (12/12) Installing zeromq-dev (4.3.3-r0) 17:08:14 Executing busybox-1.31.1-r19.trigger 17:08:14 OK: 233 MiB in 51 packages 17:08:17 Removing intermediate container 6c60983598c3 17:08:17 ---> 5fca2f879aff 17:08:17 Step 4/6 : WORKDIR /edgex-go 17:08:17 ---> Running in 408d3c164e1f 17:08:17 Removing intermediate container 408d3c164e1f 17:08:17 ---> 11966cfb91e6 17:08:17 Step 5/6 : COPY go.mod . 17:08:17 ---> 404bc06da98d 17:08:17 Step 6/6 : RUN go mod download 17:08:17 ---> Running in 03f0046b6093 17:08:39 Removing intermediate container 03f0046b6093 17:08:39 ---> be5fe5a3fe29 17:08:39 Successfully built be5fe5a3fe29 17:08:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:08:40 + docker inspect -f . ci-base-image-x86_64 17:08:40 . [Pipeline] withDockerContainer 17:08:40 prd-centos7-docker-4c-2g-23786 does not seem to be running inside a container 17:08:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat 17:08:40 $ docker top 42fc135247f65c008720047166a7ad2390d11bc6a0fa038f9322d9900de0171b -eo pid,comm [Pipeline] { [Pipeline] sh 17:08:41 + go version 17:08:41 go version go1.15.5 linux/amd64 [Pipeline] } 17:08:41 $ docker stop --time=1 42fc135247f65c008720047166a7ad2390d11bc6a0fa038f9322d9900de0171b 17:08:42 $ docker rm -f 42fc135247f65c008720047166a7ad2390d11bc6a0fa038f9322d9900de0171b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:08:43 + docker inspect -f . ci-base-image-x86_64 17:08:43 . [Pipeline] withDockerContainer 17:08:43 prd-centos7-docker-4c-2g-23786 does not seem to be running inside a container 17:08:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat 17:08:44 $ docker top eeed7a8888898e74c4a88fda546577e40e9c0f386f30709b0eb950477bee313d -eo pid,comm [Pipeline] { [Pipeline] echo 17:08:45 ========================================================= 17:08:45 [edgeXBuildGoParallel] Running Tests and Build... 17:08:45 ========================================================= [Pipeline] sh 17:08:45 + make test 17:08:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:08:53 ? github.com/edgexfoundry/edgex-go [no test files] 17:09:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:09:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:09:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:09:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:09:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:09:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:09:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:09:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:09:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:09:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:09:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:09:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:09:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:09:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:09:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 46.0% of statements 17:09:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:09:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:09:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:09:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:09:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:09:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:09:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:09:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements 17:09:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.159s coverage: 27.1% of statements 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:09:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:09:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:09:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 65.8% of statements 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:09:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.452s coverage: 82.3% of statements 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:09:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:09:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.436s coverage: 28.6% of statements 17:09:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:09:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:09:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:09:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:09:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:09:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements 17:09:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:09:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 17:09:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:09:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.095s coverage: 86.7% of statements 17:09:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:09:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.178s coverage: 97.5% of statements 17:09:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:09:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements 17:09:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:09:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:09:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:09:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.461s coverage: 92.8% of statements 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.048s coverage: 0.1% of statements 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.049s coverage: 43.8% of statements 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.033s coverage: 79.5% of statements 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements 17:09:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements 17:09:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements 17:09:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:09:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:09:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:09:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.072s coverage: 87.2% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.282s coverage: 68.9% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.083s coverage: 37.0% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.267s coverage: 84.0% of statements 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.102s coverage: 47.1% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.666s coverage: 29.1% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:09:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 17:09:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:09:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:09:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 17:09:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 17:09:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 17:09:48 GO111MODULE=on go vet ./... 17:10:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23790 in /w/workspace/edgexfoundry_edgex-go_PR-3094 [Pipeline] { [Pipeline] ws 17:10:07 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 17:10:12 using credential edgex-jenkins-ssh 17:10:12 Cloning the remote Git repository 17:10:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:10:13 > git init /w/workspace/edgex-go/2 # timeout=10 17:10:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:10:13 > git --version # timeout=10 17:10:13 > git --version # 'git version 2.17.1' 17:10:13 using GIT_SSH to set credentials SSH Credentials for GitHub 17:10:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:10:21 gofmt -l . 17:10:21 [ "`gofmt -l .`" = "" ] 17:10:21 ./bin/test-go-mod-tidy.sh 17:10:21 ./bin/test-attribution-txt.sh [Pipeline] sh 17:10:21 + ls -al . 17:10:21 total 672 17:10:21 drwxrwxr-x 10 1001 1001 4096 Jan 28 17:10 . 17:10:21 drwxr-xr-x 4 root root 28 Jan 28 17:08 .. 17:10:21 -rw-rw-r-- 1 1001 1001 11 Jan 28 17:06 .dockerignore 17:10:21 drwxrwxr-x 8 1001 1001 179 Jan 28 17:06 .git 17:10:21 drwxrwxr-x 3 1001 1001 125 Jan 28 17:06 .github 17:10:21 -rw-rw-r-- 1 1001 1001 872 Jan 28 17:06 .gitignore 17:10:21 drwx------ 3 1001 1001 60 Jan 28 17:07 .semver 17:10:21 -rw-rw-r-- 1 1001 1001 166 Jan 28 17:06 .sonarcloud.properties 17:10:21 -rw-rw-r-- 1 1001 1001 7859 Jan 28 17:06 Attribution.txt 17:10:21 -rw-rw-r-- 1 1001 1001 3804 Jan 28 17:06 CONTRIBUTING.md 17:10:21 -rw-rw-r-- 1 1001 1001 931 Jan 28 17:06 Dockerfile.build 17:10:21 -rw-rw-r-- 1 1001 1001 863 Jan 28 17:06 Jenkinsfile 17:10:21 -rw-rw-r-- 1 1001 1001 10775 Jan 28 17:06 LICENSE 17:10:21 -rw-rw-r-- 1 1001 1001 6001 Jan 28 17:06 Makefile 17:10:21 -rw-rw-r-- 1 1001 1001 6524 Jan 28 17:06 README.md 17:10:21 -rw-rw-r-- 1 1001 1001 6755 Jan 28 17:06 SECURITY.md 17:10:21 -rw-rw-r-- 1 1001 1001 5 Jan 28 17:07 VERSION 17:10:21 -rw-rw-r-- 1 1001 1001 4131 Jan 28 17:06 ZMQWindows.md 17:10:21 drwxrwxr-x 2 1001 1001 117 Jan 28 17:06 bin 17:10:21 drwxrwxr-x 15 1001 1001 4096 Jan 28 17:06 cmd 17:10:21 -rw-r--r-- 1 root root 565356 Jan 28 17:09 coverage.out 17:10:21 -rw-r--r-- 1 root root 1054 Jan 28 17:10 go.mod 17:10:21 -rw-r--r-- 1 root root 19289 Jan 28 17:10 go.sum 17:10:21 drwxrwxr-x 8 1001 1001 127 Jan 28 17:06 internal 17:10:21 drwxrwxr-x 4 1001 1001 26 Jan 28 17:06 openapi 17:10:21 drwxrwxr-x 4 1001 1001 71 Jan 28 17:06 snap 17:10:21 -rw-rw-r-- 1 1001 1001 168 Jan 28 17:06 version.go [Pipeline] sh 17:10:21 + '[' -e coverage.out ] 17:10:21 + chown 1001:1001 coverage.out [Pipeline] stash 17:10:22 Stashed 1 file(s) [Pipeline] sh 17:10:22 + make build 17:10:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:10:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:10:29 Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 5f77d52a8421ba7912342d0ff090f6c969ad9208 17:10:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:10:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:10:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:10:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:10:28 using GIT_SSH to set credentials SSH Credentials for GitHub 17:10:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3094/head:refs/remotes/origin/PR-3094 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:10:29 > git config core.sparsecheckout # timeout=10 17:10:29 > git checkout -f 5f77d52a8421ba7912342d0ff090f6c969ad9208 # timeout=10 17:10:30 > git remote # timeout=10 17:10:30 > git config --get remote.origin.url # timeout=10 17:10:30 Merge succeeded, producing 5f77d52a8421ba7912342d0ff090f6c969ad9208 17:10:30 Checking out Revision 5f77d52a8421ba7912342d0ff090f6c969ad9208 (PR-3094) 17:10:30 using GIT_SSH to set credentials SSH Credentials for GitHub 17:10:30 > git merge 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 17:10:30 > git rev-parse HEAD^{commit} # timeout=10 17:10:30 > git config core.sparsecheckout # timeout=10 17:10:30 > git checkout -f 5f77d52a8421ba7912342d0ff090f6c969ad9208 # timeout=10 17:10:34 Commit message: "Merge branch 'master' into issue-3093" 17:10:34 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:10:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:10:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:10:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:10:37 + sudo service docker restart 17:10:37 + true 17:10:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:10:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:10:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:10:39 provisioning config files... 17:10:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7712655851610029409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:10:39 ---> docker-login.sh 17:10:39 nexus3.edgexfoundry.org:10001 17:10:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:10:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:40 Configure a credential helper to remove this warning. See 17:10:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:40 17:10:40 Login Succeeded 17:10:40 nexus3.edgexfoundry.org:10002 17:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:41 Configure a credential helper to remove this warning. See 17:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:41 17:10:41 Login Succeeded 17:10:41 nexus3.edgexfoundry.org:10003 17:10:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:41 Configure a credential helper to remove this warning. See 17:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:41 17:10:41 Login Succeeded 17:10:41 nexus3.edgexfoundry.org:10004 17:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:42 Configure a credential helper to remove this warning. See 17:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:42 17:10:42 Login Succeeded 17:10:42 docker.io 17:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:10:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:43 Configure a credential helper to remove this warning. See 17:10:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:43 17:10:43 Login Succeeded 17:10:43 ---> docker-login.sh ends [Pipeline] } 17:10:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:10:44 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 [Pipeline] echo 17:10:44 ========================================================= 17:10:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:10:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:10:44 + 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 . 17:10:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:10:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:10:47 Sending build context to Docker daemon 165.9MB 17:10:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:10:47 Step 2/6 : FROM ${BASE} 17:10:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:10:47 5f621e34cdf4: Pulling fs layer 17:10:47 a4357932f1b6: Pulling fs layer 17:10:47 18c013af1878: Pulling fs layer 17:10:47 00ac8860ef70: Pulling fs layer 17:10:47 63d7cb157983: Pulling fs layer 17:10:47 b116817d02f9: Pulling fs layer 17:10:47 745a02a5169b: Pulling fs layer 17:10:47 00ac8860ef70: Waiting 17:10:47 63d7cb157983: Waiting 17:10:47 b116817d02f9: Waiting 17:10:47 745a02a5169b: Waiting 17:10:47 18c013af1878: Verifying Checksum 17:10:47 18c013af1878: Download complete 17:10:47 a4357932f1b6: Verifying Checksum 17:10:47 a4357932f1b6: Download complete 17:10:47 63d7cb157983: Download complete 17:10:48 b116817d02f9: Verifying Checksum 17:10:48 b116817d02f9: Download complete 17:10:48 5f621e34cdf4: Verifying Checksum 17:10:48 5f621e34cdf4: Download complete 17:10:48 5f621e34cdf4: Pull complete 17:10:48 a4357932f1b6: Pull complete [Pipeline] } 17:10:48 $ docker stop --time=1 eeed7a8888898e74c4a88fda546577e40e9c0f386f30709b0eb950477bee313d 17:10:48 18c013af1878: Pull complete 17:10:49 745a02a5169b: Verifying Checksum 17:10:49 745a02a5169b: Download complete 17:10:50 $ docker rm -f eeed7a8888898e74c4a88fda546577e40e9c0f386f30709b0eb950477bee313d 17:10:50 00ac8860ef70: Verifying Checksum 17:10:50 00ac8860ef70: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:10:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:10:52 17:10:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:10:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:10:52 latest: Pulling from edgex-devops/edgex-compose 17:10:52 cbdbe7a5bc2a: Pulling fs layer 17:10:52 ca9280d653b3: Pulling fs layer 17:10:52 7e9c9ca2126c: Pulling fs layer 17:10:52 cbdbe7a5bc2a: Download complete 17:10:53 cbdbe7a5bc2a: Pull complete 17:10:53 ca9280d653b3: Verifying Checksum 17:10:53 ca9280d653b3: Download complete 17:10:54 ca9280d653b3: Pull complete 17:10:54 7e9c9ca2126c: Download complete 17:11:00 00ac8860ef70: Pull complete 17:11:01 63d7cb157983: Pull complete 17:11:01 b116817d02f9: Pull complete 17:11:02 7e9c9ca2126c: Pull complete 17:11:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:11:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:11:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:11:02 prd-centos7-docker-4c-2g-23786 does not seem to be running inside a container 17:11:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:11:03 $ docker top 3d957f80536c8e0c1ca4bb8f8486c444398277e8c281178cc6119c37eb2f9d32 -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:04 + + docker-composegrep build parallel --help 17:11:04 17:11:05 --parallel Build images in parallel. [Pipeline] } 17:11:05 $ docker stop --time=1 3d957f80536c8e0c1ca4bb8f8486c444398277e8c281178cc6119c37eb2f9d32 17:11:06 745a02a5169b: Pull complete 17:11:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:11:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:11:06 ---> b7e6874047d6 17:11:06 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 17:11:06 $ docker rm -f 3d957f80536c8e0c1ca4bb8f8486c444398277e8c281178cc6119c37eb2f9d32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:11:07 . [Pipeline] withDockerContainer 17:11:07 prd-centos7-docker-4c-2g-23786 does not seem to be running inside a container 17:11:07 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 17:11:08 $ docker top 4fd62e499f485c26001909c542af8ca40b46f0493195afd3edf48d645dbc4e1f -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:08 ---> Running in c3dc3e5f7065 17:11:08 + docker-compose -f ./docker-compose-build.yml build --parallel 17:11:09 Building docker-core-command-go ... 17:11:09 Building docker-core-data-go ... 17:11:09 Building docker-core-metadata-go ... 17:11:09 Building docker-security-bootstrapper-go ... 17:11:09 Building docker-security-proxy-setup-go ... 17:11:09 Building docker-security-secretstore-setup-go ... 17:11:09 Building docker-support-notifications-go ... 17:11:09 Building docker-support-scheduler-go ... 17:11:09 Building docker-sys-mgmt-agent-go ... 17:11:09 Building docker-security-proxy-setup-go 17:11:09 Building docker-core-metadata-go 17:11:09 Building docker-support-scheduler-go 17:11:09 Building docker-security-bootstrapper-go 17:11:09 Building docker-support-notifications-go 17:11:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:11:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:11:11 (1/12) Installing libmagic (5.38-r0) 17:11:11 (2/12) Installing file (5.38-r0) 17:11:11 (3/12) Installing libc-dev (0.7.2-r3) 17:11:11 (4/12) Installing g++ (9.3.0-r2) 17:11:17 (5/12) Installing fortify-headers (1.1-r0) 17:11:17 (6/12) Installing patch (2.7.6-r6) 17:11:17 (7/12) Installing build-base (0.5-r2) 17:11:17 (8/12) Installing libsodium (1.0.18-r0) 17:11:17 (9/12) Installing pkgconf (1.7.2-r0) 17:11:17 (10/12) Installing libsodium-dev (1.0.18-r0) 17:11:17 (11/12) Installing libzmq (4.3.3-r0) 17:11:17 (12/12) Installing zeromq-dev (4.3.3-r0) 17:11:17 Executing busybox-1.31.1-r19.trigger 17:11:17 OK: 217 MiB in 51 packages 17:11:21 Removing intermediate container c3dc3e5f7065 17:11:21 ---> e95d0457e8d5 17:11:21 Step 4/6 : WORKDIR /edgex-go 17:11:21 ---> Running in f11f3b763911 17:11:21 Removing intermediate container f11f3b763911 17:11:21 ---> 0ce0d0431572 17:11:21 Step 5/6 : COPY go.mod . 17:11:22 ---> d09f7dd740ef 17:11:22 Step 6/6 : RUN go mod download 17:11:22 ---> Running in 306bfda60e03 17:11:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:11:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:11:41 ---> be5fe5a3fe29 17:11:41 Step 3/21 : WORKDIR /edgex-go 17:11:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:11:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:11:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:11:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:11:41 ---> be5fe5a3fe29 17:11:41 ---> be5fe5a3fe29 17:11:41 Step 3/23 : WORKDIR /edgex-go 17:11:41 Step 3/22 : WORKDIR /edgex-go 17:11:41 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:11:41 Step 2/34 : FROM ${BUILDER_BASE} AS builder 17:11:41 ---> be5fe5a3fe29 17:11:41 Step 3/34 : WORKDIR /edgex-go 17:11:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:11:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:11:41 ---> be5fe5a3fe29 17:11:41 Step 3/22 : WORKDIR /edgex-go 17:11:41 ---> Running in fef21df0db00 17:11:41 ---> Running in 2a2b58b910e1 17:11:41 ---> Running in 6eab61223a48 17:11:41 ---> Running in a5e9a2b5025c 17:11:41 ---> Running in 69a8895d350c 17:11:41 Removing intermediate container 6eab61223a48 17:11:41 ---> f86b88278341 17:11:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:11:41 Removing intermediate container 2a2b58b910e1 17:11:41 ---> a76dfe11a008 17:11:41 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:11:41 Removing intermediate container fef21df0db00 17:11:41 ---> fd45fab25295 17:11:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:11:41 Removing intermediate container a5e9a2b5025c 17:11:41 ---> e962ca0dd707 17:11:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:11:42 Removing intermediate container 69a8895d350c 17:11:42 ---> c34011a265db 17:11:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:11:42 ---> Running in 5edf7ef95c06 17:11:42 ---> Running in 9e6009c85b87 17:11:42 ---> Running in 22b12641a615 17:11:42 ---> Running in a9946b2ef125 17:11:42 ---> Running in c6ecfbbb4685 17:11:44 Removing intermediate container 5edf7ef95c06 17:11:44 ---> 0174b23b1a0c 17:11:44 Step 5/23 : RUN apk add --update --no-cache make git 17:11:44 Removing intermediate container 22b12641a615 17:11:44 ---> 50b37287bcb6 17:11:44 Step 5/34 : RUN apk add --update --no-cache make git 17:11:44 Removing intermediate container 9e6009c85b87 17:11:44 ---> c510a7781d82 17:11:44 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:11:44 ---> Running in 5ea7821ee2b4 17:11:44 Removing intermediate container a9946b2ef125 17:11:44 ---> 3361e0a6c619 17:11:44 Step 5/21 : RUN apk add --update --no-cache make git 17:11:44 ---> Running in 2999448e84b4 17:11:44 ---> Running in 553f52c5d133 17:11:44 Removing intermediate container c6ecfbbb4685 17:11:44 ---> 2eed0541d3d3 17:11:44 Step 5/22 : RUN apk add --update --no-cache make git 17:11:45 ---> Running in a345e0817605 17:11:45 ---> Running in 6fd1634c92d9 17:11:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:11:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:11:46 OK: 233 MiB in 51 packages 17:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:11:46 OK: 233 MiB in 51 packages 17:11:47 Removing intermediate container 5ea7821ee2b4 17:11:47 ---> 608f42ee17ee 17:11:47 Step 6/23 : COPY go.mod . 17:11:47 OK: 233 MiB in 51 packages 17:11:47 OK: 233 MiB in 51 packages 17:11:47 OK: 233 MiB in 51 packages 17:11:47 Removing intermediate container 2999448e84b4 17:11:47 ---> 2d3956d29967 17:11:47 Step 6/22 : COPY go.mod . 17:11:47 ---> 739d47b8327d 17:11:47 Step 7/23 : RUN go mod download 17:11:47 ---> Running in 94551c9d87b9 17:11:47 ---> 0042916ad907 17:11:47 Step 7/22 : RUN go mod download 17:11:48 Removing intermediate container 553f52c5d133 17:11:48 ---> 6dcc1dfadb70 17:11:48 Step 6/34 : COPY go.mod . 17:11:48 ---> Running in beec657ac36b 17:11:48 Removing intermediate container a345e0817605 17:11:48 ---> db09eaf66736 17:11:48 Step 6/21 : COPY go.mod . 17:11:48 ---> 8780567e71d8 17:11:48 Step 7/34 : RUN go mod download 17:11:48 Removing intermediate container 6fd1634c92d9 17:11:48 ---> f890679b5fa2 17:11:48 Step 6/22 : COPY go.mod . 17:11:48 ---> Running in d88155341214 17:11:48 ---> 89f5260c3d48 17:11:48 Step 7/21 : RUN go mod download 17:11:49 ---> Running in 7041b56ce467 17:11:49 ---> 3fff67350527 17:11:49 Step 7/22 : RUN go mod download 17:11:49 Removing intermediate container 306bfda60e03 17:11:49 ---> 2e85ce3d61ff 17:11:49 Successfully built 2e85ce3d61ff 17:11:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:11:49 ---> Running in fb1870b3f30f 17:11:49 + docker inspect -f . ci-base-image-arm64 17:11:49 . [Pipeline] withDockerContainer 17:11:49 prd-ubuntu18.04-docker-arm64-4c-16g-23790 does not seem to be running inside a container 17:11:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 17:11:50 Removing intermediate container 94551c9d87b9 17:11:50 ---> 990f2f88928c 17:11:50 Step 8/23 : COPY . . 17:11:50 Removing intermediate container beec657ac36b 17:11:50 ---> 72aa6141aad8 17:11:50 Step 8/22 : COPY . . 17:11:51 $ docker top c10fae1e177ae3e996b8cd2f2831f505572c02213a7f4a7fc89b24ae721c1ece -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:52 Removing intermediate container d88155341214 17:11:52 ---> 4257a939d8d1 17:11:52 Step 8/34 : COPY . . 17:11:52 + go version 17:11:52 go version go1.15.5 linux/arm64 [Pipeline] } 17:11:52 $ docker stop --time=1 c10fae1e177ae3e996b8cd2f2831f505572c02213a7f4a7fc89b24ae721c1ece 17:11:54 $ docker rm -f c10fae1e177ae3e996b8cd2f2831f505572c02213a7f4a7fc89b24ae721c1ece [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:55 + docker inspect -f . ci-base-image-arm64 17:11:55 . [Pipeline] withDockerContainer 17:11:55 Removing intermediate container 7041b56ce467 17:11:55 ---> d4f4f8d70eec 17:11:55 Step 8/21 : COPY . . 17:11:55 prd-ubuntu18.04-docker-arm64-4c-16g-23790 does not seem to be running inside a container 17:11:55 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 17:11:57 $ docker top 95746c3b14b5c920d914ed8063eafebe07ae099eb02fcc044f6e8094ff226e74 -eo pid,comm [Pipeline] { [Pipeline] echo 17:11:57 ========================================================= 17:11:57 [edgeXBuildGoParallel] Running Tests and Build... 17:11:57 ========================================================= [Pipeline] sh 17:11:58 + make test 17:11:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:11:58 Removing intermediate container fb1870b3f30f 17:11:58 ---> 119d5009e403 17:11:58 Step 8/22 : COPY . . 17:12:20 ? github.com/edgexfoundry/edgex-go [no test files] 17:12:31 ---> 2c8493d707ff 17:12:31 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:12:31 ---> 3412e003521c 17:12:31 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:12:31 ---> Running in 46ec61f26ec0 17:12:32 ---> Running in dcc1c7a77466 17:12:32 ---> baf6cd80ec89 17:12:32 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 17:12:32 ---> 8ac247e70886 17:12:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:12:32 ---> b194bd093a0d 17:12:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:12:33 ---> Running in 1a21df931f96 17:12:33 ---> Running in 713f4f765927 17:12:33 ---> Running in 112315b8d1f0 17:12:34 Removing intermediate container 1a21df931f96 17:12:34 ---> 5705bdb789f5 17:12:34 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 17:12:34 ---> Running in d5ccd3dc6d7d 17:12:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:12:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:12:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:12:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:12:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:13:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:13:07 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 17:13:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:13:10 + mkdir -p /tmp/build/dist/linux 17:13:10 + cd /tmp/build/dist/linux 17:13:10 + git clone https://github.com/jwilder/dockerize.git . 17:13:10 Cloning into '.'... 17:13:10 Removing intermediate container 112315b8d1f0 17:13:10 ---> 14417d96ab0d 17:13:10 17:13:10 Step 10/22 : FROM alpine:3.12 17:13:10 Removing intermediate container 46ec61f26ec0 17:13:10 ---> e8d5e7cac0fd 17:13:10 17:13:10 Step 10/22 : FROM alpine:3.12 17:13:10 3.12: Pulling from library/alpine 17:13:10 3.12: Pulling from library/alpine 17:13:10 + go get github.com/robfig/glock 17:13:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:13:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:13:11 Status: Downloaded newer image for alpine:3.12 17:13:11 ---> 389fef711851 17:13:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:13:11 Status: Downloaded newer image for alpine:3.12 17:13:11 ---> 389fef711851 17:13:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:13:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:13:15 ---> Running in 781ebac1980d 17:13:15 ---> Running in 949b616831a2 17:13:15 Removing intermediate container 713f4f765927 17:13:15 ---> 065d6a6d9028 17:13:15 17:13:15 Step 10/21 : FROM alpine:3.12 17:13:15 ---> 389fef711851 17:13:15 Step 11/21 : RUN apk add --update --no-cache curl 17:13:15 Removing intermediate container dcc1c7a77466 17:13:15 ---> a601c089b45b 17:13:15 17:13:15 Step 10/23 : FROM alpine:3.12 17:13:15 ---> 389fef711851 17:13:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:13:15 ---> Running in 15a46a69b6bd 17:13:15 ---> Running in f36dd27a488c 17:13:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:13:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:13:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:16 (1/2) Installing ca-certificates (20191127-r4) 17:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:16 (1/1) Installing dumb-init (1.2.2-r1) 17:13:16 Executing busybox-1.31.1-r19.trigger 17:13:16 (2/2) Installing dumb-init (1.2.2-r1) 17:13:16 OK: 6 MiB in 15 packages 17:13:16 Executing busybox-1.31.1-r19.trigger 17:13:16 Executing ca-certificates-20191127-r4.trigger 17:13:16 OK: 6 MiB in 16 packages 17:13:16 (1/1) Installing dumb-init (1.2.2-r1) 17:13:17 (1/4) Installing ca-certificates (20191127-r4) 17:13:17 Executing busybox-1.31.1-r19.trigger 17:13:17 OK: 6 MiB in 15 packages 17:13:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:13:17 (3/4) Installing libcurl (7.69.1-r3) 17:13:17 (4/4) Installing curl (7.69.1-r3) 17:13:17 Executing busybox-1.31.1-r19.trigger 17:13:17 Executing ca-certificates-20191127-r4.trigger 17:13:17 OK: 7 MiB in 18 packages 17:13:18 Removing intermediate container 781ebac1980d 17:13:18 ---> c237dd244868 17:13:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:13:18 ---> Running in 172c50d46c7c 17:13:19 Removing intermediate container 949b616831a2 17:13:19 ---> 219341a9dae3 17:13:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:13:19 Removing intermediate container f36dd27a488c 17:13:19 ---> 3f33f63500a1 17:13:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:13:22 Removing intermediate container 15a46a69b6bd 17:13:22 ---> deef6619307a 17:13:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:13:22 ---> Running in c1a30fa33d7c 17:13:22 Removing intermediate container 172c50d46c7c 17:13:22 ---> ee14da8be4f4 17:13:22 Step 13/22 : ENV APP_PORT=48085 17:13:22 ---> Running in d36c1b41373c 17:13:22 ---> Running in 2c9a65b54764 17:13:22 ---> Running in d506bb685f9f 17:13:22 Removing intermediate container c1a30fa33d7c 17:13:22 ---> eae9ccfd590d 17:13:22 Step 13/23 : ENV APP_PORT=48081 17:13:22 Removing intermediate container d36c1b41373c 17:13:22 ---> 461cb60bab33 17:13:22 Step 13/22 : ENV APP_PORT=48060 17:13:22 ---> Running in 21a9b87c14f1 17:13:22 ---> Running in 2055aac2d26b 17:13:22 Removing intermediate container 2c9a65b54764 17:13:22 ---> 0cbeec487d71 17:13:22 Step 13/21 : WORKDIR /edgex 17:13:22 Removing intermediate container d506bb685f9f 17:13:22 ---> 873c78a3666a 17:13:22 Step 14/22 : EXPOSE $APP_PORT 17:13:22 ---> Running in fa67cc6d6f33 17:13:22 ---> Running in aa096ea8100f 17:13:22 Removing intermediate container 2055aac2d26b 17:13:22 ---> caa2e3b0cb5d 17:13:22 Step 14/22 : EXPOSE $APP_PORT 17:13:22 Removing intermediate container 21a9b87c14f1 17:13:22 ---> 20e6d1a4f2bb 17:13:22 Step 14/23 : EXPOSE $APP_PORT 17:13:23 ---> Running in 5c550cf00c10 17:13:23 + glock sync -n 17:13:23  ---> Running in b9c514e77eb8 17:13:23 Removing intermediate container fa67cc6d6f33 17:13:23 ---> d2518107daa4 17:13:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:13:23 Removing intermediate container aa096ea8100f 17:13:23 ---> 041b03982892 17:13:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:13:23 Removing intermediate container 5c550cf00c10 17:13:23 ---> 64cf95e0d9b0 17:13:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:13:23 Removing intermediate container b9c514e77eb8 17:13:23 ---> 192d5b68f736 17:13:23 Step 15/23 : WORKDIR / 17:13:23 ---> 3e9e5fadec0e 17:13:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:13:23 ---> Running in d3061017cdb7 17:13:23 ---> 53e1519679f2 17:13:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:13:23 ---> 31fd5af6e8e2 17:13:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:13:24 Removing intermediate container d3061017cdb7 17:13:24 ---> 5a0de6dd4390 17:13:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:13:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:13:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:13:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:13:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:13:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:13:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:13:24 ---> 5c8ec04a90c1 17:13:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:13:24 ---> 97d7e2d0fa30 17:13:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:13:24 ---> 6947e422f1ca 17:13:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:13:24 ---> b4633ccfa343 17:13:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:13:25 ---> 489ce05f0fa7 17:13:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:13:25 ---> b7129d70f4bc 17:13:25 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:13:25 ---> Running in 2a2e6274705a 17:13:25 ---> edd1f796c167 17:13:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:13:25 ---> Running in ea52a5289323 17:13:25 ---> 7e0b149f8a16 17:13:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:13:26 ---> Running in 4cd56eecd51e 17:13:26 Removing intermediate container 2a2e6274705a 17:13:26 ---> a60f6b2441b4 17:13:26 Step 18/21 : CMD ["--init=true"] 17:13:26 Removing intermediate container ea52a5289323 17:13:26 ---> 3478cce2bb8f 17:13:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:13:26 ---> Running in 05a9da7ad285 17:13:26 ---> 9402d3d34b32 17:13:26 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:13:26 ---> Running in cc992b903b3b 17:13:27 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 17:13:27 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 17:13:27 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 17:13:27 Removing intermediate container 4cd56eecd51e 17:13:27 ---> 87ba38d901b0 17:13:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:13:27 ---> Running in 7af9c9706f04 17:13:27 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 17:13:27 + git describe '--abbrev=0' --tags 17:13:27 + TAG=v0.6.1 17:13:27 + LDFLAGS='-X main.buildVersion=v0.6.1' 17:13:27 + apk --print-arch 17:13:27 building [dockerize] for amd64 ... 17:13:27 + arch=x86_64 17:13:27 + echo 'building [dockerize] for amd64 ... ' 17:13:27 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 17:13:28 Removing intermediate container 05a9da7ad285 17:13:28 ---> 6eacac41fea9 17:13:28 Step 19/21 : LABEL arch=x86_64 17:13:28 ---> Running in 629d1c9c70e7 17:13:28 Removing intermediate container cc992b903b3b 17:13:28 ---> c3ab144a73f7 17:13:28 Step 20/22 : LABEL arch=x86_64 17:13:28 Removing intermediate container 7af9c9706f04 17:13:28 ---> 30f006f80211 17:13:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:13:28 ---> Running in 084ab9aa13c7 17:13:28 ---> Running in 328f60dfb39c 17:13:28 ---> Running in e3593364212a 17:13:28 Removing intermediate container 629d1c9c70e7 17:13:28 ---> 08f96a22a270 17:13:28 Step 20/22 : LABEL arch=x86_64 17:13:28 ---> Running in 14af8971a626 17:13:28 Removing intermediate container 328f60dfb39c 17:13:28 ---> 37bcb1d8f910 17:13:28 Step 20/21 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:13:28 Removing intermediate container 084ab9aa13c7 17:13:28 ---> 47eb65f80a9c 17:13:28 Step 21/22 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:13:29 Removing intermediate container e3593364212a 17:13:29 ---> 678d3db95859 17:13:29 Step 21/23 : LABEL arch=x86_64 17:13:29 ---> Running in b9655f7a2f27 17:13:29 ---> Running in f1802ec4da8c 17:13:29 ---> Running in 78bfb79b3ae6 17:13:29 Removing intermediate container 14af8971a626 17:13:29 ---> 75f33e83310e 17:13:29 Step 21/22 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:13:29 ---> Running in 0ffb4d8e87ea 17:13:29 Removing intermediate container b9655f7a2f27 17:13:29 ---> 4f044f76a4fb 17:13:29 Step 21/21 : LABEL version=0.0.0 17:13:29 Removing intermediate container f1802ec4da8c 17:13:29 ---> 64d70403a201 17:13:29 Step 22/22 : LABEL version=0.0.0 17:13:29 ---> Running in 4b08bf3f4c24 17:13:29 Removing intermediate container 78bfb79b3ae6 17:13:29 ---> f93e88bd2e61 17:13:29 Step 22/23 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:13:29 ---> Running in 799d1f1e91a7 17:13:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:13:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:13:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:13:29 ---> Running in ac6a0d3667a4 17:13:29 Removing intermediate container 0ffb4d8e87ea 17:13:29 ---> 5479cc685d0c 17:13:29 Step 22/22 : LABEL version=0.0.0 17:13:29 Removing intermediate container 4b08bf3f4c24 17:13:29 ---> 08e47b4fedd8 17:13:29 17:13:30 ---> Running in 9a1363a109e1 17:13:30 Removing intermediate container 799d1f1e91a7 17:13:30 ---> 567b641de32d 17:13:30 17:13:30 Removing intermediate container ac6a0d3667a4 17:13:30 ---> 89135be8074e 17:13:30 Step 23/23 : LABEL version=0.0.0 17:13:30 Successfully built 08e47b4fedd8 17:13:30 Successfully built 567b641de32d 17:13:30 ---> Running in ff5edb46391b 17:13:30 Successfully tagged docker-support-scheduler-go:latest 17:13:30 Successfully tagged docker-security-proxy-setup-go:latest 17:13:30 Building docker-sys-mgmt-agent-go 17:13:30  Building docker-security-proxy-setup-go ... done  Building docker-support-scheduler-go ... done Building docker-core-command-go 17:13:31 Removing intermediate container 9a1363a109e1 17:13:31 ---> f8842fd9464f 17:13:31 17:13:31 Removing intermediate container ff5edb46391b 17:13:31 ---> 34d891ee6146 17:13:31 17:13:31 Successfully built f8842fd9464f 17:13:31 Successfully tagged docker-support-notifications-go:latest 17:13:31  Building docker-support-notifications-go ... done Building docker-core-data-go 17:13:31 Successfully built 34d891ee6146 17:13:31 Successfully tagged docker-core-metadata-go:latest 17:13:31 Building docker-security-secretstore-setup-go 17:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.356s coverage: 46.0% of statements 17:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.144s coverage: 100.0% of statements 17:13:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.572s coverage: 27.1% of statements 17:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:13:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.123s coverage: 100.0% of statements 17:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:13:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements 17:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:13:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.321s coverage: 65.8% of statements 17:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:13:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.664s coverage: 82.3% of statements 17:13:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:13:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:13:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:13:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:13:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.156s coverage: 28.6% of statements 17:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:13:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements 17:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:13:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.132s coverage: 100.0% of statements 17:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:13:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements 17:13:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:13:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.320s coverage: 97.5% of statements 17:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:13:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements 17:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:13:57  Building docker-core-metadata-go ... done + date 17:13:57 Thu Jan 28 17:13:55 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 17:13:57 + echo 'Thu Jan 28 17:13:55 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 17:14:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.200s coverage: 92.8% of statements 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:14:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:14:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.166s coverage: 0.1% of statements 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.099s coverage: 43.8% of statements 17:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 79.5% of statements 17:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements 17:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.120s coverage: 96.3% of statements 17:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.087s coverage: 87.5% of statements 17:14:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:14:03 ---> be5fe5a3fe29 17:14:03 Step 3/23 : WORKDIR /edgex-go 17:14:03 ---> Using cache 17:14:03 ---> c34011a265db 17:14:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:03 ---> Using cache 17:14:03 ---> 2eed0541d3d3 17:14:03 Step 5/23 : RUN apk add --update --no-cache make git 17:14:03 ---> Using cache 17:14:03 ---> f890679b5fa2 17:14:03 Step 6/23 : COPY go.mod . 17:14:03 ---> Using cache 17:14:03 ---> 3fff67350527 17:14:03 Step 7/23 : RUN go mod download 17:14:03 ---> Using cache 17:14:03 ---> 119d5009e403 17:14:03 Step 8/23 : COPY . . 17:14:03 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:14:03 ---> be5fe5a3fe29 17:14:03 Step 3/26 : WORKDIR /edgex-go 17:14:03 ---> Using cache 17:14:03 ---> c34011a265db 17:14:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:03 ---> Using cache 17:14:03 ---> 2eed0541d3d3 17:14:03 Step 5/26 : RUN apk add --update --no-cache make bash git 17:14:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:14:03 ---> be5fe5a3fe29 17:14:03 Step 3/23 : WORKDIR /edgex-go 17:14:03 ---> Using cache 17:14:03 ---> c34011a265db 17:14:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:03 ---> Using cache 17:14:03 ---> 2eed0541d3d3 17:14:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:14:03 ---> Using cache 17:14:03 ---> b194bd093a0d 17:14:03 Step 9/23 : RUN make cmd/core-command/core-command 17:14:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:14:03 ---> be5fe5a3fe29 17:14:03 Step 3/24 : WORKDIR /edgex-go 17:14:03 ---> Using cache 17:14:03 ---> c34011a265db 17:14:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:03 ---> Using cache 17:14:03 ---> 2eed0541d3d3 17:14:03 Step 5/24 : RUN apk add --update --no-cache make git 17:14:03 ---> Using cache 17:14:03 ---> f890679b5fa2 17:14:03 Step 6/24 : COPY go.mod . 17:14:03 ---> Using cache 17:14:03 ---> 3fff67350527 17:14:03 Step 7/24 : RUN go mod download 17:14:03 ---> Using cache 17:14:03 ---> 119d5009e403 17:14:03 Step 8/24 : COPY . . 17:14:03 ---> Using cache 17:14:03 ---> b194bd093a0d 17:14:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:14:05 ---> Running in 34a1e7e1853c 17:14:05 ---> Running in aa1f836b8a4f 17:14:05 ---> Running in e4f6b35a7a6f 17:14:05 ---> Running in 88c5411b9ae4 17:14:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:14:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14: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 17:14:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:07 OK: 233 MiB in 51 packages 17:14:07 OK: 233 MiB in 51 packages 17:14:10 Removing intermediate container 34a1e7e1853c 17:14:10 ---> 74d401401559 17:14:10 Step 6/23 : COPY go.mod . 17:14:10 Removing intermediate container 88c5411b9ae4 17:14:10 ---> 5162f5df61d7 17:14:10 Step 6/26 : COPY go.mod . 17:14:12 ---> 1dccd84c6c60 17:14:12 Step 7/23 : RUN go mod download 17:14:13 ---> 9b64cce3f3b1 17:14:13 Step 7/26 : RUN go mod download 17:14:13 ---> Running in ee4d0754fd24 17:14:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.093s coverage: 94.4% of statements 17:14:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 17:14:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:14:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:14:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:14:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:14:16 ---> Running in c3ee4cef901e 17:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.089s coverage: 87.2% of statements 17:14:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:14:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements 17:14:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 17:14:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 17:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements 17:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.119s coverage: 84.2% of statements 17:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.4% of statements 17:14:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.677s coverage: 63.5% of statements 17:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.125s coverage: 100.0% of statements 17:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 91.3% of statements 17:14:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 17:14:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.105s coverage: 73.7% of statements 17:14:19 Removing intermediate container d5ccd3dc6d7d 17:14:19 ---> cfce3eece297 17:14:19 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 17:14:20 Removing intermediate container ee4d0754fd24 17:14:20 ---> 07d5a02b7be7 17:14:20 Step 8/23 : COPY . . 17:14:20 Removing intermediate container c3ee4cef901e 17:14:20 ---> 559fdb923903 17:14:20 Step 8/26 : COPY . . 17:14:20 ---> Running in a97b93c2f8f2 17:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.087s coverage: 100.0% of statements 17:14:23 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 17:14:23 statically linked 17:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.805s coverage: 68.9% of statements 17:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:14:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.418s coverage: 37.0% of statements 17:14:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:14:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:14:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.484s coverage: 84.0% of statements 17:14:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.090s coverage: 100.0% of statements 17:14:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:14:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.362s coverage: 47.1% of statements 17:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:14:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements 17:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:14:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements 17:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:14:34 Removing intermediate container a97b93c2f8f2 17:14:34 ---> ae72169f0d4a 17:14:34 17:14:34 Step 12/34 : FROM alpine:3.12 17:14:34 ---> 389fef711851 17:14:34 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:14:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.231s coverage: 29.1% of statements 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:14:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.213s coverage: 99.0% of statements 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:14:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:14:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.090s coverage: 0.0% of statements 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:14:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:14:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:14:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:14:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 17:14:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements 17:14:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 17:14:38 ---> Running in b77ca9413c45 17:14:39 GO111MODULE=on go vet ./... 17:14:39 Removing intermediate container b77ca9413c45 17:14:39 ---> 6438b2c5e2e9 17:14:39 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 17:14:45 ---> Running in 84a3d9ff045e 17:14:50 Removing intermediate container e4f6b35a7a6f 17:14:50 ---> f5a1b98dd2c0 17:14:50 17:14:50 Step 10/24 : FROM alpine:3.12 17:14:50 ---> 389fef711851 17:14:50 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:14:50 Removing intermediate container aa1f836b8a4f 17:14:50 ---> f4e70d755022 17:14:50 17:14:50 Step 10/23 : FROM alpine:3.12 17:14:50 ---> 389fef711851 17:14:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:14:50 ---> Using cache 17:14:50 ---> 3f33f63500a1 17:14:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:14:50 ---> Using cache 17:14:50 ---> eae9ccfd590d 17:14:50 Step 13/23 : ENV APP_PORT=48082 17:14:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:53 (1/3) Installing dumb-init (1.2.2-r1) 17:14:53 (2/3) Installing openssl (1.1.1i-r0) 17:14:53 (3/3) Installing su-exec (0.2-r1) 17:14:53 Executing busybox-1.31.1-r19.trigger 17:14:53 OK: 6 MiB in 17 packages 17:14:53 ---> Running in d18426d6b498 17:14:53 ---> Running in 16a3ea3c3cf2 17:14:53 ---> 593daae5d95a 17:14:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:14:53 ---> 2f5f0d3ed2eb 17:14:53 Step 9/23 : RUN make cmd/core-data/core-data 17:14:54 Removing intermediate container d18426d6b498 17:14:54 ---> d75df8001742 17:14:54 Step 14/23 : EXPOSE $APP_PORT 17:14:54 ---> Running in 95571cf8eb6f 17:14:54 ---> Running in 7a3604497660 17:14:54 ---> Running in bce0a10c2921 17:14:54 Removing intermediate container 84a3d9ff045e 17:14:54 ---> f7a7d971804d 17:14:54 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 17:14:54 Removing intermediate container bce0a10c2921 17:14:54 ---> 3be67f7601ac 17:14:54 Step 15/23 : WORKDIR / 17:14:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:54 ---> Running in f783d2626822 17:14:54 ---> Running in afc7fe0178dd 17:14: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 17:14:55 (1/5) Installing ca-certificates (20191127-r4) 17:14:55 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:14:55 (3/5) Installing libcurl (7.69.1-r3) 17:14:55 (4/5) Installing curl (7.69.1-r3) 17:14:55 (5/5) Installing dumb-init (1.2.2-r1) 17:14:55 Executing busybox-1.31.1-r19.trigger 17:14:55 Executing ca-certificates-20191127-r4.trigger 17:14:55 OK: 7 MiB in 19 packages 17:14:55 Removing intermediate container f783d2626822 17:14:55 ---> c885c9dac15b 17:14:55 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:14:55 Removing intermediate container afc7fe0178dd 17:14:55 ---> 88e92fc2925e 17:14:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:14:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:14:55 ---> Running in ffb37a717a9a 17:14:56 ---> 06395350d538 17:14:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:14:56 Removing intermediate container ffb37a717a9a 17:14:56 ---> 87b2dd6a0db7 17:14:56 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:14:57 ---> Running in f5868789f5e2 17:14:57 Removing intermediate container 16a3ea3c3cf2 17:14:57 ---> eb26294b7585 17:14:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:14:57 ---> Running in 3cad0baaacd8 17:14:57 ---> 26a4b506b4f2 17:14:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:14:57 Removing intermediate container 3cad0baaacd8 17:14:57 ---> b02e4e7a3f29 17:14:57 Step 13/24 : WORKDIR / 17:14:59 ---> Running in e6914b18a62f 17:14:59 ---> 9656f579a151 17:14:59 Step 19/23 : ENTRYPOINT ["/core-command"] 17:14:59 ---> Running in 9d0c04b55d16 17:14:59 Removing intermediate container e6914b18a62f 17:14:59 ---> 2ffdaeddbbea 17:14:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:14:59 Removing intermediate container 9d0c04b55d16 17:14:59 ---> 1f6d5af1641f 17:14:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:14:59 ---> Running in a6720c4fcc6c 17:15:00 Removing intermediate container f5868789f5e2 17:15:00 ---> d1a54c4ecd3b 17:15:00 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 17:15:00 ---> Running in c0a596dba3f2 17:15:00 ---> eee55f178c32 17:15:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:15:00 Removing intermediate container a6720c4fcc6c 17:15:00 ---> 7c70c21e00b8 17:15:00 Step 21/23 : LABEL arch=x86_64 17:15:00 ---> Running in d78c9940348b 17:15:00 Removing intermediate container c0a596dba3f2 17:15:00 ---> 9ce0521b3d6c 17:15:00 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 17:15:01 ---> 59c2616b0f24 17:15:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:15:01 Removing intermediate container d78c9940348b 17:15:01 ---> 8ecacb1860a9 17:15:01 Step 22/23 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:15:01 ---> Running in 34cab9631296 17:15:01 Removing intermediate container 34cab9631296 17:15:01 ---> f8f8c8d3cc07 17:15:01 Step 23/23 : LABEL version=0.0.0 17:15:02 ---> 6de2dbcafd8a 17:15:02 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:15:02 ---> Running in f1c4d0b1b300 17:15:02 ---> 709362d53a6a 17:15:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:15:02 Removing intermediate container f1c4d0b1b300 17:15:02 ---> cf60a9d6d037 17:15:02 17:15:03 Successfully built cf60a9d6d037 17:15:03 Successfully tagged docker-core-command-go:latest 17:15:04  Building docker-core-command-go ... done  ---> ef2e280fa4e5 17:15:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:15:04 ---> b6db9f30c120 17:15:04 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:15:04 ---> Running in c2e71153df7c 17:15:05 ---> a04901679107 17:15:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:15:06 ---> 851eee5df2f4 17:15:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:15:06 ---> Running in df2983f8caca 17:15:06 Removing intermediate container c2e71153df7c 17:15:06 ---> 99d7414597b4 17:15:06 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 17:15:07 ---> f5751fd28a49 17:15:07 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:15:08 ---> 7f8090105b4c 17:15:08 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:15:08 Removing intermediate container df2983f8caca 17:15:08 ---> d85ffb692536 17:15:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:15:08 ---> Running in f3bb588f7f5f 17:15:09 ---> 893b315ccce8 17:15:09 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 17:15:09 Removing intermediate container f3bb588f7f5f 17:15:09 ---> 70b4996d913c 17:15:09 Step 22/24 : LABEL arch=x86_64 17:15:09 ---> Running in e8694d4d8f85 17:15:10 ---> b7c2c4b067d0 17:15:10 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:15:10 Removing intermediate container e8694d4d8f85 17:15:10 ---> 7f172df49a8e 17:15:10 Step 23/24 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:15:10 ---> 01e557585307 17:15:10 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 17:15:10 ---> Running in b7793e6f8bd2 17:15:11 ---> Running in 74dc5632a166 17:15:11 Removing intermediate container b7793e6f8bd2 17:15:11 ---> 2fe08e596e61 17:15:11 Step 24/24 : LABEL version=0.0.0 17:15:11 ---> Running in 370dbe5e3824 17:15:11 Removing intermediate container 74dc5632a166 17:15:11 ---> c20ca2b61c2e 17:15:11 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:15:11 Removing intermediate container 370dbe5e3824 17:15:11 ---> a12dd7ea09e8 17:15:11 17:15:12 ---> f5643a349895 17:15:12 Step 29/34 : RUN chmod +x /entrypoint.sh 17:15:12 Successfully built a12dd7ea09e8 17:15:12 Successfully tagged docker-security-secretstore-setup-go:latest 17:15:12  Building docker-security-secretstore-setup-go ... done  ---> Running in 3ccf4e6732f9 17:15:14 Removing intermediate container 3ccf4e6732f9 17:15:14 ---> 9c8c71b9c266 17:15:14 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 17:15:15 Removing intermediate container 7a3604497660 17:15:15 ---> 875bb59e084a 17:15:15 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:15:15 ---> Running in c346bf9ff59d 17:15:15 ---> Running in 3e953929ae2f 17:15:17 Removing intermediate container c346bf9ff59d 17:15:17 ---> adb41e4df4cb 17:15:17 Step 31/34 : CMD ["gate"] 17:15:17 ---> Running in fa4ebd7b2179 17:15:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:15:17 Removing intermediate container fa4ebd7b2179 17:15:17 ---> 16234ac9d7d2 17:15:17 Step 32/34 : LABEL arch=x86_64 17:15:17 ---> Running in d57b949972bd 17:15:18 Removing intermediate container d57b949972bd 17:15:18 ---> d368c53cf21d 17:15:18 Step 33/34 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:15:19 Removing intermediate container 95571cf8eb6f 17:15:19 ---> ea6ed237bbba 17:15:19 17:15:19 Step 10/23 : FROM alpine:3.12 17:15:19 ---> 389fef711851 17:15:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:15:19 ---> Running in ae572b8810fc 17:15:20 ---> Running in 89459b5481be 17:15:20 Removing intermediate container 3e953929ae2f 17:15:20 ---> 259e6f27c5e2 17:15:20 17:15:20 Step 11/26 : FROM docker:20.10.0 17:15:20 20.10.0: Pulling from library/docker 17:15:20 Removing intermediate container ae572b8810fc 17:15:20 ---> 8def85fa0e23 17:15:20 Step 34/34 : LABEL version=0.0.0 17:15:20 Removing intermediate container 89459b5481be 17:15:20 ---> de8aa5227b3a 17:15:20 Step 12/23 : ENV APP_PORT=48080 17:15:20 ---> Running in 1da8c30ff45b 17:15:20 ---> Running in ed899227ecda 17:15:20 Removing intermediate container 1da8c30ff45b 17:15:20 ---> 4b033137efe2 17:15:20 17:15:20 Successfully built 4b033137efe2 17:15:20 Removing intermediate container ed899227ecda 17:15:20 ---> 67c13341fb7c 17:15:20 Step 13/23 : EXPOSE $APP_PORT 17:15:20 Successfully tagged docker-security-bootstrapper-go:latest 17:15:21  Building docker-security-bootstrapper-go ... done  ---> Running in 4a1bcedc5411 17:15:21 Removing intermediate container 4a1bcedc5411 17:15:21 ---> 12bd9c5be1eb 17:15:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:21 ---> Running in 53788c17d0c6 17:15:23 Removing intermediate container 53788c17d0c6 17:15:23 ---> 8ed136bf2b37 17:15:23 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:15:23 ---> Running in 55719c7192c4 17:15:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:24 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:15:24 Status: Downloaded newer image for docker:20.10.0 17:15:24 ---> aefe523efa57 17:15:24 Step 12/26 : RUN apk add --no-cache bash 17:15:25 (1/6) Installing dumb-init (1.2.2-r1) 17:15:25 (2/6) Installing libgcc (9.3.0-r2) 17:15:25 ---> Running in a9e622d35ad7 17:15:25 (3/6) Installing libsodium (1.0.18-r0) 17:15:25 (4/6) Installing libstdc++ (9.3.0-r2) 17:15:25 (5/6) Installing libzmq (4.3.3-r0) 17:15:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:25 (6/6) Installing zeromq (4.3.3-r0) 17:15:25 Executing busybox-1.31.1-r19.trigger 17:15:25 OK: 8 MiB in 20 packages 17:15:25 (1/2) Installing readline (8.0.4-r0) 17:15:25 (2/2) Installing bash (5.0.17-r0) 17:15:25 Executing bash-5.0.17-r0.post-install 17:15:25 Executing busybox-1.31.1-r19.trigger 17:15:25 OK: 12 MiB in 22 packages 17:15:26 Removing intermediate container 55719c7192c4 17:15:26 ---> 3bb2956f5e24 17:15:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:15:26 Removing intermediate container a9e622d35ad7 17:15:26 ---> 60ad329cd55b 17:15:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:15:26 ---> Running in 3e052c7a2531 17:15:26 ---> 5255f65d96a3 17:15:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:15:26 Removing intermediate container 3e052c7a2531 17:15:26 ---> 6e6448211bbd 17:15:26 Step 14/26 : ENV APP_PORT=48090 17:15:26 ---> Running in a224358d3033 17:15:27 Removing intermediate container a224358d3033 17:15:27 ---> 72eb369e994e 17:15:27 Step 15/26 : EXPOSE $APP_PORT 17:15:27 ---> Running in 7701caebc940 17:15:28 ---> e82112a191f7 17:15:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:15:28 Removing intermediate container 7701caebc940 17:15:28 ---> b98d19c6005b 17:15:28 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:15:28 ---> 0af4812f059a 17:15:28 Step 19/23 : ENTRYPOINT ["/core-data"] 17:15:28 ---> Running in bea29564d176 17:15:28 ---> fc4162c50e2a 17:15:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:15:28 Removing intermediate container bea29564d176 17:15:28 ---> 9c50ac735a89 17:15:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:15:28 ---> Running in 96571593c83f 17:15:29 ---> e2619bda825a 17:15:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:15:29 Removing intermediate container 96571593c83f 17:15:29 ---> 8e47aa81e210 17:15:29 Step 21/23 : LABEL arch=x86_64 17:15:29 ---> Running in 93cecc101551 17:15:29 ---> 6c498fc311e3 17:15:29 Step 19/26 : RUN apk --no-cache add py3-pip 17:15:29 Removing intermediate container 93cecc101551 17:15:29 ---> 2e14b35bef3a 17:15:29 Step 22/23 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:15:29 ---> Running in a5d224e3e31e 17:15:29 ---> Running in 76eac61f1a3a 17:15:29 Removing intermediate container 76eac61f1a3a 17:15:29 ---> a8577f1c6cdf 17:15:29 Step 23/23 : LABEL version=0.0.0 17:15:29 ---> Running in df14f79cf51f 17:15:30 Removing intermediate container df14f79cf51f 17:15:30 ---> f1115a0feacd 17:15:30 17:15:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:30 Successfully built f1115a0feacd 17:15:30 Successfully tagged docker-core-data-go:latest 17:15:30  Building docker-core-data-go ... done (1/33) Installing libbz2 (1.0.8-r1) 17:15:30 (2/33) Installing expat (2.2.9-r1) 17:15:30 (3/33) Installing libffi (3.3-r2) 17:15:30 (4/33) Installing gdbm (1.13-r1) 17:15:31 (5/33) Installing xz-libs (5.2.5-r0) 17:15:31 (6/33) Installing sqlite-libs (3.32.1-r0) 17:15:31 (7/33) Installing python3 (3.8.5-r0) 17:15:32 (8/33) Installing py3-appdirs (1.4.4-r1) 17:15:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:15:32 (10/33) Installing py3-parsing (2.4.7-r0) 17:15:32 (11/33) Installing py3-six (1.15.0-r0) 17:15:32 (12/33) Installing py3-packaging (20.4-r0) 17:15:32 (13/33) Installing py3-setuptools (47.0.0-r0) 17:15:32 (14/33) Installing py3-chardet (3.0.4-r4) 17:15:32 (15/33) Installing py3-idna (2.9-r0) 17:15:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:15:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:15:32 (18/33) Installing py3-requests (2.23.0-r0) 17:15:32 (19/33) Installing py3-msgpack (1.0.0-r0) 17:15:32 (20/33) Installing py3-lockfile (0.12.2-r3) 17:15:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:15:32 (22/33) Installing py3-colorama (0.4.3-r0) 17:15:32 (23/33) Installing py3-distlib (0.3.0-r0) 17:15:32 (24/33) Installing py3-distro (1.5.0-r1) 17:15:32 (25/33) Installing py3-webencodings (0.5.1-r3) 17:15:32 (26/33) Installing py3-html5lib (1.0.1-r4) 17:15:32 (27/33) Installing py3-pytoml (0.1.21-r0) 17:15:32 (28/33) Installing py3-pep517 (0.8.2-r0) 17:15:32 (29/33) Installing py3-progress (1.5-r0) 17:15:32 (30/33) Installing py3-toml (0.10.1-r0) 17:15:32 (31/33) Installing py3-retrying (1.3.3-r0) 17:15:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:15:32 (33/33) Installing py3-pip (20.1.1-r0) 17:15:32 Executing busybox-1.31.1-r19.trigger 17:15:32 OK: 71 MiB in 55 packages 17:15:42 Removing intermediate container a5d224e3e31e 17:15:42 ---> 7d9ba74cc37a 17:15:42 Step 20/26 : RUN pip install docker-compose==1.23.2 17:15:42 ---> Running in dba11e8e4140 17:15:43 Collecting docker-compose==1.23.2 17:15:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:15:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:15:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:15:44 Collecting websocket-client<1.0,>=0.32.0 17:15:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:15:44 Collecting PyYAML<4,>=3.10 17:15:44 Downloading PyYAML-3.13.tar.gz (270 kB) 17:15:45 Collecting docopt<0.7,>=0.6.1 17:15:45 Downloading docopt-0.6.2.tar.gz (25 kB) 17:15:46 Collecting docker<4.0,>=3.6.0 17:15:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:15:46 Collecting cached-property<2,>=1.2.0 17:15:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:15:46 Collecting dockerpty<0.5,>=0.4.1 17:15:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:15:46 Collecting jsonschema<3,>=2.5.1 17:15:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:15:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:15:46 Collecting texttable<0.10,>=0.9.0 17:15:46 Downloading texttable-0.9.1.tar.gz (11 kB) 17:15:47 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:15:47 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:15:47 Collecting urllib3<1.25,>=1.21.1 17:15:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:15:47 Collecting idna<2.8,>=2.5 17:15:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:15:47 gofmt -l . 17:15:47 Collecting docker-pycreds>=0.4.0 17:15:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:15:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:15:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:15:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:15:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:15:47 Installing collected packages: urllib3, idna, requests, websocket-client, PyYAML, docopt, docker-pycreds, docker, cached-property, dockerpty, jsonschema, texttable, docker-compose 17:15:47 Attempting uninstall: urllib3 17:15:47 Found existing installation: urllib3 1.25.9 17:15:47 Uninstalling urllib3-1.25.9: 17:15:47 Successfully uninstalled urllib3-1.25.9 17:15:48 Attempting uninstall: idna 17:15:48 Found existing installation: idna 2.9 17:15:48 Uninstalling idna-2.9: 17:15:48 Successfully uninstalled idna-2.9 17:15:48 Attempting uninstall: requests 17:15:48 Found existing installation: requests 2.23.0 17:15:48 Uninstalling requests-2.23.0: 17:15:48 Successfully uninstalled requests-2.23.0 17:15:48 Running setup.py install for PyYAML: started 17:15:49 Running setup.py install for PyYAML: finished with status 'done' 17:15:49 Running setup.py install for docopt: started 17:15:49 [ "`gofmt -l .`" = "" ] 17:15:49 Running setup.py install for docopt: finished with status 'done' 17:15:49 Running setup.py install for dockerpty: started 17:15:50 Running setup.py install for dockerpty: finished with status 'done' 17:15:50 Running setup.py install for texttable: started 17:15:50 Running setup.py install for texttable: finished with status 'done' 17:15:51 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 17:15:52 ./bin/test-go-mod-tidy.sh 17:15:52 ./bin/test-attribution-txt.sh [Pipeline] sh 17:15:54 + ls -al . 17:15:54 total 700 17:15:54 drwxrwxr-x 9 1001 1001 4096 Jan 28 17:15 . 17:15:54 drwxr-xr-x 4 root root 4096 Jan 28 17:11 .. 17:15:54 -rw-rw-r-- 1 1001 1001 11 Jan 28 17:10 .dockerignore 17:15:54 drwxrwxr-x 8 1001 1001 4096 Jan 28 17:10 .git 17:15:54 drwxrwxr-x 3 1001 1001 4096 Jan 28 17:10 .github 17:15:54 -rw-rw-r-- 1 1001 1001 872 Jan 28 17:10 .gitignore 17:15:54 -rw-rw-r-- 1 1001 1001 166 Jan 28 17:10 .sonarcloud.properties 17:15:54 -rw-rw-r-- 1 1001 1001 7859 Jan 28 17:10 Attribution.txt 17:15:54 -rw-rw-r-- 1 1001 1001 3804 Jan 28 17:10 CONTRIBUTING.md 17:15:54 -rw-rw-r-- 1 1001 1001 931 Jan 28 17:10 Dockerfile.build 17:15:54 -rw-rw-r-- 1 1001 1001 863 Jan 28 17:10 Jenkinsfile 17:15:54 -rw-rw-r-- 1 1001 1001 10775 Jan 28 17:10 LICENSE 17:15:54 -rw-rw-r-- 1 1001 1001 6001 Jan 28 17:10 Makefile 17:15:54 -rw-rw-r-- 1 1001 1001 6524 Jan 28 17:10 README.md 17:15:54 -rw-rw-r-- 1 1001 1001 6755 Jan 28 17:10 SECURITY.md 17:15:54 -rw-rw-r-- 1 1001 1001 5 Jan 28 17:07 VERSION 17:15:54 -rw-rw-r-- 1 1001 1001 4131 Jan 28 17:10 ZMQWindows.md 17:15:54 drwxrwxr-x 2 1001 1001 4096 Jan 28 17:10 bin 17:15:54 drwxrwxr-x 15 1001 1001 4096 Jan 28 17:10 cmd 17:15:54 -rw-r--r-- 1 root root 565356 Jan 28 17:14 coverage.out 17:15:54 -rw-r--r-- 1 root root 1054 Jan 28 17:15 go.mod 17:15:54 -rw-r--r-- 1 root root 19289 Jan 28 17:15 go.sum 17:15:54 drwxrwxr-x 8 1001 1001 4096 Jan 28 17:10 internal 17:15:54 drwxrwxr-x 4 1001 1001 4096 Jan 28 17:10 openapi 17:15:54 drwxrwxr-x 4 1001 1001 4096 Jan 28 17:10 snap 17:15:54 -rw-rw-r-- 1 1001 1001 168 Jan 28 17:10 version.go [Pipeline] sh 17:15:55 + '[' -e coverage.out ] 17:15:55 + chown 1001:1001 coverage.out [Pipeline] stash 17:15:55 Warning: overwriting stash ‘coverage-report’ 17:15:55 Removing intermediate container dba11e8e4140 17:15:55 ---> 84502f06c12a 17:15:55 Step 21/26 : RUN apk --no-cache add curl 17:15:55 ---> Running in 11b1427ea3d4 17:15:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:55 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:15:55 (2/3) Installing libcurl (7.69.1-r3) 17:15:55 (3/3) Installing curl (7.69.1-r3) 17:15:55 Executing busybox-1.31.1-r19.trigger 17:15:55 OK: 72 MiB in 58 packages 17:15:56 Removing intermediate container 11b1427ea3d4 17:15:56 ---> 5b949447d76a 17:15:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:15:56 ---> Running in 97ad13a361a0 17:15:56 Stashed 1 file(s) [Pipeline] sh 17:15:56 Removing intermediate container 97ad13a361a0 17:15:56 ---> 5e1890ccac97 17:15:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:15:56 ---> Running in c44b6721da57 17:15:56 Removing intermediate container c44b6721da57 17:15:56 ---> 0b43088a2219 17:15:56 Step 24/26 : LABEL arch=x86_64 17:15:56 ---> Running in b7d36e9d0f18 17:15:57 Removing intermediate container b7d36e9d0f18 17:15:57 ---> 25d0e61daa8e 17:15:57 Step 25/26 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:15:57 ---> Running in 9b0da7123dce 17:15:57 + make build 17:15:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:15:57 Removing intermediate container 9b0da7123dce 17:15:57 ---> 35e8b8878db8 17:15:57 Step 26/26 : LABEL version=0.0.0 17:15:57 ---> Running in 85ab8760f92c 17:15:57 Removing intermediate container 85ab8760f92c 17:15:57 ---> fe6f93e20253 17:15:57 17:15:57 Successfully built fe6f93e20253 17:15:57 Successfully tagged docker-sys-mgmt-agent-go:latest 17:15:57  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:15:57 $ docker stop --time=1 4fd62e499f485c26001909c542af8ca40b46f0493195afd3edf48d645dbc4e1f 17:15:59 $ docker rm -f 4fd62e499f485c26001909c542af8ca40b46f0493195afd3edf48d645dbc4e1f [Pipeline] // withDockerContainer [Pipeline] sh 17:15:59 + docker images 17:15:59 + grep docker 17:16:00 docker-sys-mgmt-agent-go latest fe6f93e20253 3 seconds ago 313MB 17:16:00 docker-core-data-go latest f1115a0feacd 30 seconds ago 22.3MB 17:16:00 docker-security-bootstrapper-go latest 4b033137efe2 40 seconds ago 33.5MB 17:16:00 docker-security-secretstore-setup-go latest a12dd7ea09e8 49 seconds ago 24.6MB 17:16:00 docker-core-command-go latest cf60a9d6d037 58 seconds ago 16.9MB 17:16:00 docker-support-notifications-go latest f8842fd9464f 2 minutes ago 16.9MB 17:16:00 docker-core-metadata-go latest 34d891ee6146 2 minutes ago 18.8MB 17:16:00 docker-support-scheduler-go latest 567b641de32d 2 minutes ago 16.4MB 17:16:00 docker-security-proxy-setup-go latest 08e47b4fedd8 2 minutes ago 24.4MB 17:16:00 docker 20.10.0 aefe523efa57 6 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 17:16:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:16:16 Still waiting to schedule task 17:16:16 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:16:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:16:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:16:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:16:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:16:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:16:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:16:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:16:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:16:58 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 17:17:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:17:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:17:08 Running on prd-ubuntu18.04-docker-8c-8g-23793 in /w/workspace/edgexfoundry_edgex-go_PR-3094 [Pipeline] { [Pipeline] ws 17:17:08 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] } 17:17:10 $ docker stop --time=1 95746c3b14b5c920d914ed8063eafebe07ae099eb02fcc044f6e8094ff226e74 17:17:11 using credential edgex-jenkins-ssh 17:17:11 Cloning the remote Git repository 17:17:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:17:11 > git init /w/workspace/edgex-go/2 # timeout=10 17:17:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:17:11 > git --version # timeout=10 17:17:11 > git --version # 'git version 2.17.1' 17:17:11 using GIT_SSH to set credentials SSH Credentials for GitHub 17:17:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:17:13 $ docker rm -f 95746c3b14b5c920d914ed8063eafebe07ae099eb02fcc044f6e8094ff226e74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:17:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:17:14 17:17:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:17:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:17:15 latest: Pulling from edgex-devops/edgex-compose-arm64 17:17:15 29e5d40040c1: Pulling fs layer 17:17:15 1ce36da41761: Pulling fs layer 17:17:15 25b303627fd3: Pulling fs layer 17:17:16 29e5d40040c1: Verifying Checksum 17:17:16 29e5d40040c1: Download complete 17:17:16 1ce36da41761: Verifying Checksum 17:17:16 1ce36da41761: Download complete 17:17:16 29e5d40040c1: Pull complete 17:17:18 1ce36da41761: Pull complete 17:17:18 25b303627fd3: Verifying Checksum 17:17:18 25b303627fd3: Download complete 17:17:25 Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 5f77d52a8421ba7912342d0ff090f6c969ad9208 17:17:25 Merge succeeded, producing 5f77d52a8421ba7912342d0ff090f6c969ad9208 17:17:25 Checking out Revision 5f77d52a8421ba7912342d0ff090f6c969ad9208 (PR-3094) 17:17:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:17:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:17:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:17:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:17:24 using GIT_SSH to set credentials SSH Credentials for GitHub 17:17:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3094/head:refs/remotes/origin/PR-3094 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:17:25 > git config core.sparsecheckout # timeout=10 17:17:25 > git checkout -f 5f77d52a8421ba7912342d0ff090f6c969ad9208 # timeout=10 17:17:25 > git remote # timeout=10 17:17:25 > git config --get remote.origin.url # timeout=10 17:17:25 using GIT_SSH to set credentials SSH Credentials for GitHub 17:17:25 > git merge 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 17:17:25 > git rev-parse HEAD^{commit} # timeout=10 17:17:25 > git config core.sparsecheckout # timeout=10 17:17:25 > git checkout -f 5f77d52a8421ba7912342d0ff090f6c969ad9208 # timeout=10 17:17:28 25b303627fd3: Pull complete 17:17:28 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:17:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:17:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:17:28 prd-ubuntu18.04-docker-arm64-4c-16g-23790 does not seem to be running inside a container 17:17:28 Commit message: "Merge branch 'master' into issue-3093" 17:17:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 17:17:31 $ docker top 947ead96a61ec89e266f67119dedd19c1f43ce41f28164ebb8a2fdbd0306ceb9 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:17:33 + docker-compose build --help 17:17:33 + grep parallel 17:17:33 + echo snap-build.sh 17:17:33 snap-build.sh 17:17:33 + SNAP_BASE_DIR=. 17:17:33 + '[' '!' -z /w/workspace/edgex-go/2 ']' 17:17:33 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 17:17:33 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 17:17:33 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 17:17:33 + cd /w/workspace/edgex-go/2 17:17:33 + sudo apt-get remove -qy --purge lxd lxd-client 17:17:33 Reading package lists... 17:17:33 Building dependency tree... 17:17:33 Reading state information... 17:17:33 The following packages were automatically installed and are no longer required: 17:17:33 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:17:33 uidmap xdelta3 17:17:33 Use 'sudo apt autoremove' to remove them. 17:17:33 The following packages will be REMOVED: 17:17:33 lxd* lxd-client* 17:17:33 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:17:33 After this operation, 31.7 MB disk space will be freed. 17:17:35 (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.) 17:17:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:17:36 Removing lxd dnsmasq configuration 17:17:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:17:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:17:36 --parallel Build images in parallel. [Pipeline] } 17:17:36 $ docker stop --time=1 947ead96a61ec89e266f67119dedd19c1f43ce41f28164ebb8a2fdbd0306ceb9 17:17:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:17:37 (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.) 17:17:37 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:17:38 $ docker rm -f 947ead96a61ec89e266f67119dedd19c1f43ce41f28164ebb8a2fdbd0306ceb9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:17:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:17:39 . [Pipeline] withDockerContainer 17:17:39 Processing triggers for systemd (237-3ubuntu10.42) ... 17:17:39 prd-ubuntu18.04-docker-arm64-4c-16g-23790 does not seem to be running inside a container 17:17:39 Processing triggers for ureadahead (0.100.0-21) ... 17:17:39 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 17:17:40 $ docker top d5a919683bfeb34d2be55f723a7a634ac78f23a0b09aec8847251be389526b07 -eo pid,comm 17:17:41 + sudo snap remove --purge lxd 17:17:41 snap "lxd" is not installed 17:17:41 + sudo groupadd --force --system lxd 17:17:41 ++ whoami 17:17:41 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:17:41 + newgrp - lxd 17:17:41 + sudo snap install lxd [Pipeline] { [Pipeline] sh 17:17:42 + docker-compose -f ./docker-compose-build.yml build --parallel 17:17:45 Building docker-core-command-go ... 17:17:45 Building docker-core-data-go ... 17:17:45 Building docker-core-metadata-go ... 17:17:45 Building docker-security-bootstrapper-go ... 17:17:45 Building docker-security-proxy-setup-go ... 17:17:45 Building docker-security-secretstore-setup-go ... 17:17:45 Building docker-support-notifications-go ... 17:17:45 Building docker-support-scheduler-go ... 17:17:45 Building docker-sys-mgmt-agent-go ... 17:17:45 Building docker-sys-mgmt-agent-go 17:17:45 Building docker-core-data-go 17:17:45 Building docker-security-proxy-setup-go 17:17:45 Building docker-support-scheduler-go 17:17:45 Building docker-core-command-go 17:17:51 2021-01-28T17:17:48Z INFO Waiting for automatic snapd restart... 17:18:05 lxd 4.10 from Canonical* installed 17:18:05 + sudo lxd init --auto 17:18:13 + sudo snap install --classic snapcraft 17:18:17 snapcraft 4.4.4 from Canonical* installed 17:18:17 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:18:17 + patch --verbose -p1 17:18:17 Hmm... Looks like a unified diff to me... 17:18:17 The text leading up to this was: 17:18:17 -------------------------- 17:18:17 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 17:18:17 |From: Tony Espy 17:18:17 |Date: Wed, 16 Dec 2020 16:34:55 -0500 17:18:17 |Subject: [PATCH] optimize snap build for pipeline CI check 17:18:17 | 17:18:17 |This patch is used by the EdgeX CI pipeline builds to 17:18:17 |optimize the snap CI check run for pull requests. When 17:18:17 |applied, it essentially strips out everything (apps and 17:18:17 |parts) from the snapcraft.yaml file except those required 17:18:17 |to build edgex-go, as the whole idea of the CI check is to 17:18:17 |catch changes to edgex-go that break the snap build. 17:18:17 | 17:18:17 |In general, anyone updating snapcraft.yaml will also need 17:18:17 |to update this patch file, otherwise it may fail to apply, 17:18:17 |resulting in a failed snap build CI check in the associated 17:18:17 |pull request. 17:18:17 | 17:18:17 |Note - in addition to applying this patch, the pipeline also 17:18:17 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:18:17 |need to build the finally binary .snap file (and it won't 17:18:17 |work with the patch applied). This further reduces the build 17:18:17 |time. 17:18:17 |--- 17:18:17 | snap/snapcraft.yaml | 461 +------------------------------------------- 17:18:17 | 1 file changed, 2 insertions(+), 459 deletions(-) 17:18:17 | 17:18:17 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:18:17 |index 1e537489..faf42425 100644 17:18:17 |--- a/snap/snapcraft.yaml 17:18:17 |+++ b/snap/snapcraft.yaml 17:18:17 -------------------------- 17:18:17 patching file snap/snapcraft.yaml 17:18:17 Using Plan A... 17:18:17 Hunk #1 succeeded at 73. 17:18:17 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 17:18:17 Hunk #3 succeeded at 214 (offset -1 lines). 17:18:17 Hunk #4 succeeded at 222 (offset -1 lines). 17:18:17 Hunk #5 succeeded at 229 (offset -1 lines). 17:18:17 Hunk #6 succeeded at 256 (offset -1 lines). 17:18:17 Hunk #7 succeeded at 290 (offset -1 lines). 17:18:17 Hunk #8 succeeded at 342. 17:18:17 Hmm... Ignoring the trailing garbage. 17:18:17 done 17:18:17 + sudo snapcraft prime --use-lxd 17:18:18 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:18:18 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: 17:18:18 - README.md 17:18:18 - snapcraft.yaml.orig 17:18:18 17:18:18 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:18:19 Launching a container. 17:18:31 Waiting for container to be ready 17:18:31 To start your first instance, try: lxc launch ubuntu:18.04 17:18:31 17:18:35 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:18:35 Waiting for network to be ready... 17:18:36 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:18:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:18:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 17:18:36 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:18:36 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:18:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 17:18:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:18:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 17:18:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 17:18:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 17:18:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 17:18:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 17:18:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 17:18:36 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:18:36 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:18:36 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:18:36 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:18:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:18:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:18:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] 17:18:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] 17:18:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 17:18:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 17:18:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] 17:18:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 17:18:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] 17:18:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 17:18:40 Fetched 23.8 MB in 4s (5542 kB/s) 17:18:41 Reading package lists... 17:18:41 Reading package lists... 17:18:41 Building dependency tree... 17:18:41 Reading state information... 17:18:41 The following additional packages will be installed: 17:18:41 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:18:41 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:18:41 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:18:41 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:18:41 Suggested packages: 17:18:41 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:18:41 Recommended packages: 17:18:41 gnupg libsasl2-modules 17:18:41 The following NEW packages will be installed: 17:18:41 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:18:41 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:18:41 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:18:41 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:18:41 The following packages will be upgraded: 17:18:41 gpg gpg-agent gpgconf libudev1 17:18:41 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 17:18:41 Need to get 3533 kB of archives. 17:18:41 After this operation, 13.3 MB of additional disk space will be used. 17:18:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 17:18:41 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 17:18:42 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 17:18:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 17:18:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 17:18:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 17:18:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 17:18:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 17:18:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 17:18:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 17:18:42 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:18:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:18:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:18:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:18:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:18:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:18:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:18:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:18:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:18:42 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:18:42 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:18:42 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:18:42 debconf: delaying package configuration, since apt-utils is not installed 17:18:42 Fetched 3533 kB in 1s (3383 kB/s) 17:18:43 (Reading database ... 12511 files and directories currently installed.) 17:18:43 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 17:18:43 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:18:43 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 17:18:43 Selecting previously unselected package udev. 17:18:43 (Reading database ... 12511 files and directories currently installed.) 17:18:43 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 17:18:43 Unpacking udev (237-3ubuntu10.44) ... 17:18:43 Selecting previously unselected package libfuse2:amd64. 17:18:43 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:18:43 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:18:43 Selecting previously unselected package fuse. 17:18:43 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:18:43 Unpacking fuse (2.9.7-1ubuntu1) ... 17:18:43 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 17:18:43 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:18:43 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 17:18:43 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:18:43 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 17:18:43 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:18:44 Selecting previously unselected package libksba8:amd64. 17:18:44 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:18:44 Unpacking libksba8:amd64 (1.3.5-2) ... 17:18:44 Selecting previously unselected package libroken18-heimdal:amd64. 17:18:44 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:18:44 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:44 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:18:44 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:18:44 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:44 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:18:44 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:18:44 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:44 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:18:44 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:18:44 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:44 Selecting previously unselected package libwind0-heimdal:amd64. 17:18:44 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:18:44 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:44 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:18:44 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:18:44 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:44 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:18:44 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:18:44 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:44 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:18:44 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:18:44 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:45 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:18:45 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:18:45 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:45 Selecting previously unselected package libsasl2-modules-db:amd64. 17:18:45 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:18:45 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:18:45 Selecting previously unselected package libsasl2-2:amd64. 17:18:45 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:18:45 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:18:45 Selecting previously unselected package libldap-common. 17:18:45 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 17:18:45 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:18:45 Selecting previously unselected package libldap-2.4-2:amd64. 17:18:45 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 17:18:45 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:18:45 Selecting previously unselected package dirmngr. 17:18:45 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 17:18:45 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 17:18:45 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:18:45 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 17:18:45 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:18:45 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:18:45 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:18:45 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 17:18:45 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:45 Setting up libksba8:amd64 (1.3.5-2) ... 17:18:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:18:45 Setting up udev (237-3ubuntu10.44) ... 17:18:46 invoke-rc.d: policy-rc.d denied execution of start. 17:18:46 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:46 Processing triggers for systemd (237-3ubuntu10) ... 17:18:46 Setting up fuse (2.9.7-1ubuntu1) ... 17:18:46 Setting up gpg (2.2.4-1ubuntu1.3) ... 17:18:46 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:46 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:46 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:46 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:46 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:46 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:46 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:18:46 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:18:46 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 17:18:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:18:47 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:18:47 settings in the [Install] section, and DefaultInstance for template units). 17:18:47 This means they are not meant to be enabled using systemctl. 17:18:47 Possible reasons for having this kind of units are: 17:18:47 1) A unit may be statically enabled by being symlinked from another unit's 17:18:47 .wants/ or .requires/ directory. 17:18:47 2) A unit's purpose may be to act as a helper for some other unit which has 17:18:47 a requirement dependency on it. 17:18:47 3) A unit may be started when needed via activation (socket, path, timer, 17:18:47 D-Bus, udev, scripted systemctl call, ...). 17:18:47 4) In case of template units, the unit is meant to be enabled with some 17:18:47 instance name specified. 17:18:47 Reading package lists... 17:18:47 Building dependency tree... 17:18:47 Reading state information... 17:18:47 The following additional packages will be installed: 17:18:47 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:18:47 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:18:47 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:18:47 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:18:47 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:18:47 Suggested packages: 17:18:47 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:18:47 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:18:47 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:18:47 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:18:47 systemd-container policykit-1 17:18:47 Recommended packages: 17:18:47 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:18:47 The following NEW packages will be installed: 17:18:47 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:18:47 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:18:47 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:18:47 multiarch-support openssh-client python3 python3-minimal python3.6 17:18:47 python3.6-minimal snapd squashfs-tools sudo 17:18:47 The following packages will be upgraded: 17:18:47 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:18:48 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 17:18:48 Need to get 35.2 MB of archives. 17:18:48 After this operation, 141 MB of additional disk space will be used. 17:18:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:18:48 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 17:18:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:18:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 17:18:48 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 17:18:48 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:18:48 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:18:48 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:18:48 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:18:48 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:18:48 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:18:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:18:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:18:48 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:18:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 17:18:49 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:18:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:18:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 17:18:49 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 17:18:49 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 17:18:49 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 17:18:49 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:18:49 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 17:18:49 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:18:49 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:18:49 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:18:49 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:18:49 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:18:49 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 17:18:49 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:18:50 debconf: delaying package configuration, since apt-utils is not installed 17:18:50 Fetched 35.2 MB in 3s (13.8 MB/s) 17:18:50 (Reading database ... 12757 files and directories currently installed.) 17:18:50 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 17:18:50 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:18:51 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 17:18:51 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:18:51 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 17:18:51 (Reading database ... 12757 files and directories currently installed.) 17:18:51 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:18:51 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:18:52 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:18:52 (Reading database ... 12757 files and directories currently installed.) 17:18:52 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:18:52 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:18:52 Setting up apt (1.6.12ubuntu0.2) ... 17:18:52 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:18:53 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:18:53 (Reading database ... 12764 files and directories currently installed.) 17:18:53 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:18:53 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:18:53 Selecting previously unselected package libpython3.6-minimal:amd64. 17:18:53 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:18:53 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:18:53 Selecting previously unselected package libexpat1:amd64. 17:18:53 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:18:53 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:18:53 Selecting previously unselected package python3.6-minimal. 17:18:53 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:18:53 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:18:53 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 17:18:54 Checking for services that may need to be restarted...done. 17:18:54 Checking for services that may need to be restarted...done. 17:18:54 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:18:54 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:18:54 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:18:54 Selecting previously unselected package python3-minimal. 17:18:54 (Reading database ... 13012 files and directories currently installed.) 17:18:54 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:18:54 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:18:54 Selecting previously unselected package mime-support. 17:18:54 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:18:54 Unpacking mime-support (3.60ubuntu1) ... 17:18:55 Selecting previously unselected package libmpdec2:amd64. 17:18:55 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:18:55 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:18:55 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:18:55 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:18:55 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:18:55 Selecting previously unselected package python3.6. 17:18:55 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:18:55 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:18:55 Selecting previously unselected package libpython3-stdlib:amd64. 17:18:55 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:18:55 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:18:55 Setting up python3-minimal (3.6.7-1~18.04) ... 17:18:55 Selecting previously unselected package python3. 17:18:55 (Reading database ... 13442 files and directories currently installed.) 17:18:55 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:18:55 Unpacking python3 (3.6.7-1~18.04) ... 17:18:55 Selecting previously unselected package multiarch-support. 17:18:55 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:18:55 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:18:55 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:18:56 Selecting previously unselected package liblzo2-2:amd64. 17:18:56 (Reading database ... 13479 files and directories currently installed.) 17:18:56 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:18:56 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:18:56 Selecting previously unselected package libbsd0:amd64. 17:18:56 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:18:56 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:18:56 Selecting previously unselected package sudo. 17:18:56 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 17:18:56 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 17:18:56 Selecting previously unselected package apparmor. 17:18:56 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:18:56 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:18:56 Selecting previously unselected package libedit2:amd64. 17:18:56 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:18:56 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:18:56 Selecting previously unselected package libkrb5support0:amd64. 17:18:56 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:18:56 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:18:56 Selecting previously unselected package libk5crypto3:amd64. 17:18:56 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:18:56 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:18:56 Selecting previously unselected package libkeyutils1:amd64. 17:18:56 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:18:56 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:18:56 Selecting previously unselected package libkrb5-3:amd64. 17:18:56 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:18:56 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:18:57 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:18:57 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:18:57 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:18:57 Selecting previously unselected package libssl1.0.0:amd64. 17:18:57 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 17:18:57 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:18:57 Selecting previously unselected package openssh-client. 17:18:57 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:18:57 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:18:57 Selecting previously unselected package squashfs-tools. 17:18:57 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:18:57 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:18:57 Selecting previously unselected package snapd. 17:18:57 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 17:18:57 Unpacking snapd (2.48+18.04) ... 17:19:00 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:19:00 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:19:00 Setting up mime-support (3.60ubuntu1) ... 17:19:00 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 17:19:00 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:19:00 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:19:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:19:00 Setting up systemd (237-3ubuntu10.44) ... 17:19:00 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:19:01 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:19:01 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:19:01 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:19:01 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:19:01 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:19:01 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:19:01 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:19:01 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:19:01 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:19:01 Setting up python3 (3.6.7-1~18.04) ... 17:19:01 running python rtupdate hooks for python3.6... 17:19:01 running python post-rtupdate hooks for python3.6... 17:19:01 Setting up apparmor (2.12-4ubuntu5.1) ... 17:19:03 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:19:03 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:19:03 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:19:03 Setting up snapd (2.48+18.04) ... 17:19:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:19:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:19:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:19:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:19:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:19:05 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:19:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:19:05 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:19:05 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:19:05 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:19:06 /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' 17:19:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:19:06 Processing triggers for systemd (237-3ubuntu10.44) ... 17:19:07 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:19:07 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:19:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:19:08 Reading package lists... 17:19:08 Reading package lists... 17:19:08 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:19:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:19:08 ---> 2e85ce3d61ff 17:19:08 Step 3/26 : WORKDIR /edgex-go 17:19:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:19:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:19:08 ---> 2e85ce3d61ff 17:19:08 Step 3/23 : WORKDIR /edgex-go 17:19:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:19:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:19:08 ---> 2e85ce3d61ff 17:19:08 Step 3/22 : WORKDIR /edgex-go 17:19:08 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:19:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:19:08 ---> 2e85ce3d61ff 17:19:08 Step 3/21 : WORKDIR /edgex-go 17:19:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:19:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:19:08 ---> 2e85ce3d61ff 17:19:08 Step 3/23 : WORKDIR /edgex-go 17:19:08 ---> Running in f69aae69f975 17:19:08 ---> Running in 9a352b9c6b42 17:19:08 ---> Running in 624d32729a99 17:19:08 ---> Running in 070269259f5a 17:19:08 ---> Running in 37c11e371e7f 17:19:08 Removing intermediate container 624d32729a99 17:19:08 ---> 4b1a4f9a7ec8 17:19:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:19:08 Removing intermediate container 9a352b9c6b42 17:19:08 Removing intermediate container 37c11e371e7f 17:19:08 ---> 243ef97116e3 17:19:08 ---> 0a5adfb0df85 17:19:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:19:08 17:19:08 ---> Running in 4d63cb790711 17:19:08 Removing intermediate container f69aae69f975 17:19:08 ---> feb9b4243a3c 17:19:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:19:08 Removing intermediate container 070269259f5a 17:19:08 ---> aa3570ec21a0 17:19:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:19:08 ---> Running in 11f0510be5bf 17:19:08 ---> Running in 79dd7e4c7137 17:19:08 ---> Running in 193adc03ae46 17:19:08 ---> Running in af57a216be9f 17:19:08 Removing intermediate container 4d63cb790711 17:19:08 ---> 51345042707c 17:19:08 Step 5/22 : RUN apk add --update --no-cache make git 17:19:08 ---> Running in 3e591fec23cc 17:19:08 Removing intermediate container 79dd7e4c7137 17:19:08 ---> 0aca637545ff 17:19:08 Step 5/26 : RUN apk add --update --no-cache make bash git 17:19:08 Removing intermediate container 11f0510be5bf 17:19:08 ---> 62cda537c40a 17:19:08 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:19:08 ---> Running in fd8d17de7a38 17:19:08 ---> Running in 3378f9f96380 17:19:08 Removing intermediate container af57a216be9f 17:19:08 ---> 67c28d4757e8 17:19:08 Step 5/23 : RUN apk add --update --no-cache make git 17:19:08 Removing intermediate container 193adc03ae46 17:19:08 ---> bf1e16ac6e19 17:19:08 Step 5/21 : RUN apk add --update --no-cache make git 17:19:08 ---> Running in b5a8413dd20a 17:19:08 ---> Running in 31602ba1885a 17:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:08 OK: 217 MiB in 51 packages 17:19:08 OK: 217 MiB in 51 packages 17:19:08 OK: 217 MiB in 51 packages 17:19:08 OK: 217 MiB in 51 packages 17:19:08 OK: 217 MiB in 51 packages 17:19:09 Building dependency tree... 17:19:09 Reading state information... 17:19:09 Calculating upgrade... 17:19:09 The following packages will be upgraded: 17:19:09 advancecomp base-files bash binutils binutils-common 17:19:09 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:19:09 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:19:09 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 17:19:09 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 17:19:09 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 17:19:09 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 17:19:09 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 17:19:09 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 17:19:09 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 17:19:09 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 17:19:09 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 17:19:09 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 17:19:09 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 17:19:09 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:19:09 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:19:09 Need to get 63.8 MB of archives. 17:19:09 After this operation, 5205 kB of additional disk space will be used. 17:19:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 17:19:09 Removing intermediate container 3e591fec23cc 17:19:09 ---> 05b9d88b9da9 17:19:09 Step 6/22 : COPY go.mod . 17:19:09 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:19:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:19:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:19:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:19:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:19:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:19:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:19:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:19:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:19:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:19:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:19:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:19:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:19:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:19:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:19:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:19:09 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:19:09 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:19:09 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:19:09 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:19:09 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:19:09 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:19:09 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:19:09 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:19:09 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:19:09 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:19:09 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:19:09 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:19:09 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:19:09 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:19:09 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:19:09 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:19:09 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:19:09 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:19:09 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 17:19:09 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 17:19:09 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:19:09 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:19:09 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:19:09 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 17:19:09 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 17:19:09 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:19:09 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:19:09 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:19:09 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 17:19:09 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:19:09 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:19:09 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 17:19:09 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 17:19:09 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 17:19:09 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 17:19:09 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:19:09 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:19:09 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:19:09 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:19:10 Removing intermediate container fd8d17de7a38 17:19:10 ---> 01ce0110e1de 17:19:10 Step 6/26 : COPY go.mod . 17:19:10 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:19:10 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:19:10 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:19:10 Removing intermediate container 3378f9f96380 17:19:10 ---> 76fbd4075c4e 17:19:10 Step 6/23 : COPY go.mod . 17:19:10 ---> 4c54029783a7 17:19:10 Step 7/22 : RUN go mod download 17:19:10 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:19:10 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:19:10 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:19:10 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:19:10 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:19:10 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:19:10 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:19:10 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:19:10 Removing intermediate container 31602ba1885a 17:19:10 ---> 426ebcd420ae 17:19:10 Step 6/21 : COPY go.mod . 17:19:10 Removing intermediate container b5a8413dd20a 17:19:10 ---> def572e0954a 17:19:10 Step 6/23 : COPY go.mod . 17:19:10 ---> Running in 43dfba3f0a39 17:19:10 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:19:10 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:19:10 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:19:10 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:19:10 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:19:10 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:19:10 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:19:10 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:19:10 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:19:10 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:19:10 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:19:10 ---> 9e72e3a770e7 17:19:10 Step 7/26 : RUN go mod download 17:19:10 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:19:10 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 17:19:10 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 17:19:10 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:19:10 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:19:10 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:19:10 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 17:19:10 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:19:10 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:19:10 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:19:10 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:19:10 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:19:10 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:19:10 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:19:10 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:19:10 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:19:11 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:19:11 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:19:11 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:19:11 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:19:11 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:19:11 debconf: delaying package configuration, since apt-utils is not installed 17:19:11 Fetched 63.8 MB in 2s (34.8 MB/s) 17:19:11 (Reading database ... 13912 files and directories currently installed.) 17:19:11 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:19:11 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:19:11 ---> bcdba8b00fb3 17:19:11 Step 7/23 : RUN go mod download 17:19:11 ---> Running in 5f0462fe37b3 17:19:11 ---> d9b5d22ed9f1 17:19:11 Step 7/21 : RUN go mod download 17:19:11 ---> Running in 0d250be42501 17:19:11 ---> 726d058e5141 17:19:11 Step 7/23 : RUN go mod download 17:19:12 ---> Running in c0ae0b6d4d41 17:19:12 ---> Running in a870c165887b 17:19:12 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:19:12 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:19:12 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 17:19:12 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 17:19:12 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:19:13 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:19:13 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:19:13 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:19:13 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:19:13 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:19:13 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:19:13 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:19:13 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:19:13 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:19:13 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:19:13 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:19:13 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:19:13 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:19:13 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:19:13 (Reading database ... 13911 files and directories currently installed.) 17:19:13 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:19:13 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:19:14 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:19:14 (Reading database ... 13911 files and directories currently installed.) 17:19:14 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:19:14 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:19:14 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:19:14 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:19:14 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:19:14 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:19:14 Removing intermediate container 43dfba3f0a39 17:19:14 ---> eafb1bfd7d9b 17:19:14 Step 8/22 : COPY . . 17:19:14 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:19:14 (Reading database ... 13911 files and directories currently installed.) 17:19:14 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:19:15 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:19:15 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:19:15 (Reading database ... 13911 files and directories currently installed.) 17:19:15 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:19:15 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:19:15 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:19:15 Removing intermediate container 5f0462fe37b3 17:19:15 ---> 42d4dfe5a13e 17:19:15 Step 8/26 : COPY . . 17:19:15 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:19:16 Setting up base-files (10.1ubuntu2.10) ... 17:19:16 Installing new version of config file /etc/issue ... 17:19:16 Installing new version of config file /etc/issue.net ... 17:19:16 Installing new version of config file /etc/lsb-release ... 17:19:16 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:19:16 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:19:16 Removing intermediate container 0d250be42501 17:19:16 ---> 90da8e0ba7f6 17:19:16 Step 8/23 : COPY . . 17:19:16 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:19:16 Removing obsolete conffile /etc/default/motd-news ... 17:19:16 (Reading database ... 13912 files and directories currently installed.) 17:19:16 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:19:16 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:19:16 Removing intermediate container c0ae0b6d4d41 17:19:16 ---> 91a806798ba6 17:19:16 Step 8/21 : COPY . . 17:19:16 Setting up bash (4.4.18-2ubuntu1.2) ... 17:19:16 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 17:19:16 (Reading database ... 13912 files and directories currently installed.) 17:19:16 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:19:17 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:19:17 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:19:17 (Reading database ... 13912 files and directories currently installed.) 17:19:17 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:19:17 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:19:17 Setting up tar (1.29b-2ubuntu0.2) ... 17:19:17 (Reading database ... 13912 files and directories currently installed.) 17:19:17 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:19:17 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:19:17 Removing intermediate container a870c165887b 17:19:17 ---> f30f71664ba0 17:19:17 Step 8/23 : COPY . . 17:19:17 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:19:17 (Reading database ... 13912 files and directories currently installed.) 17:19:17 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:19:17 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:19:17 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:19:17 (Reading database ... 13912 files and directories currently installed.) 17:19:17 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:19:18 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:19:18 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:19:18 (Reading database ... 13912 files and directories currently installed.) 17:19:18 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:19:18 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:19:18 Setting up grep (3.1-2build1) ... 17:19:18 (Reading database ... 13912 files and directories currently installed.) 17:19:18 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:19:18 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:19:18 Setting up login (1:4.5-1ubuntu2) ... 17:19:19 (Reading database ... 13912 files and directories currently installed.) 17:19:19 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:19:19 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:19:19 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:19:19 (Reading database ... 13912 files and directories currently installed.) 17:19:19 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:19:19 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:19:19 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:19:19 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:19:19 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:19:19 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:19:20 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:19:20 (Reading database ... 13912 files and directories currently installed.) 17:19:20 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:19:20 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:19:21 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:19:21 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:19:21 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:19:21 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:19:21 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:19:21 (Reading database ... 13912 files and directories currently installed.) 17:19:21 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:19:21 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:19:22 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:19:22 (Reading database ... 13912 files and directories currently installed.) 17:19:22 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:19:22 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:19:22 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:19:22 (Reading database ... 13912 files and directories currently installed.) 17:19:22 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:19:22 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:19:22 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:19:22 (Reading database ... 13912 files and directories currently installed.) 17:19:22 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:19:22 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:19:22 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:19:22 (Reading database ... 13912 files and directories currently installed.) 17:19:22 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:19:22 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:19:23 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:19:23 (Reading database ... 13912 files and directories currently installed.) 17:19:23 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:19:23 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:19:23 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:19:23 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:19:23 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:19:23 (Reading database ... 13912 files and directories currently installed.) 17:19:23 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:19:23 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:19:23 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:19:24 (Reading database ... 13912 files and directories currently installed.) 17:19:24 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:19:24 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:19:24 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:19:24 (Reading database ... 13912 files and directories currently installed.) 17:19:24 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:19:24 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:19:24 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:19:24 (Reading database ... 13912 files and directories currently installed.) 17:19:24 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:19:24 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:19:25 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:19:25 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:19:25 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:19:25 (Reading database ... 13912 files and directories currently installed.) 17:19:25 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:19:25 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:19:25 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:19:25 (Reading database ... 13912 files and directories currently installed.) 17:19:25 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:19:26 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:19:26 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:19:26 (Reading database ... 13914 files and directories currently installed.) 17:19:26 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:19:26 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:19:26 Setting up debconf (1.5.66ubuntu1) ... 17:19:26 (Reading database ... 13914 files and directories currently installed.) 17:19:26 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 17:19:27 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:19:27 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 17:19:27 (Reading database ... 13914 files and directories currently installed.) 17:19:27 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 17:19:27 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:19:27 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 17:19:27 (Reading database ... 13914 files and directories currently installed.) 17:19:27 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:19:27 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:19:27 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:19:27 (Reading database ... 13914 files and directories currently installed.) 17:19:27 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:19:27 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:19:27 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:19:28 (Reading database ... 13914 files and directories currently installed.) 17:19:28 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:19:28 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:19:28 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:19:28 (Reading database ... 13914 files and directories currently installed.) 17:19:28 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:19:28 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:19:28 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 17:19:28 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:19:28 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:19:28 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:19:28 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:19:28 (Reading database ... 13914 files and directories currently installed.) 17:19:28 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:19:28 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:19:29 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:19:29 (Reading database ... 13914 files and directories currently installed.) 17:19:29 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:19:29 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:19:29 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:19:29 (Reading database ... 13914 files and directories currently installed.) 17:19:29 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:19:29 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:19:29 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:19:29 (Reading database ... 13914 files and directories currently installed.) 17:19:29 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 17:19:29 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 17:19:29 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 17:19:30 (Reading database ... 13914 files and directories currently installed.) 17:19:30 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:19:30 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:19:30 Setting up passwd (1:4.5-1ubuntu2) ... 17:19:30 (Reading database ... 13914 files and directories currently installed.) 17:19:30 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 17:19:30 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:19:30 Setting up gpgv (2.2.4-1ubuntu1.3) ... 17:19:30 (Reading database ... 13914 files and directories currently installed.) 17:19:30 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:19:30 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:19:31 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:19:31 (Reading database ... 13914 files and directories currently installed.) 17:19:31 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:19:31 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:19:31 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:19:31 (Reading database ... 13914 files and directories currently installed.) 17:19:31 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:19:31 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:19:31 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:19:31 (Reading database ... 13914 files and directories currently installed.) 17:19:31 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:19:31 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:19:31 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:19:32 (Reading database ... 13914 files and directories currently installed.) 17:19:32 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:19:32 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:19:32 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:19:32 (Reading database ... 13914 files and directories currently installed.) 17:19:32 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:19:32 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:19:32 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:19:32 (Reading database ... 13915 files and directories currently installed.) 17:19:32 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:19:32 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:19:32 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:19:32 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:19:32 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:19:32 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:19:33 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 17:19:33 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 17:19:33 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:19:33 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:19:33 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:19:33 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:19:33 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:19:33 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:19:33 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:19:33 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:19:33 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:19:33 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:19:33 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:19:33 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:19:33 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:19:33 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:19:34 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 17:19:34 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 17:19:35 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:19:35 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:19:35 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:19:35 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:19:35 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:19:35 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:19:36 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:19:36 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:19:36 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:19:36 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:19:36 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:19:36 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:19:36 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:19:36 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:19:36 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:19:36 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:19:36 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:19:37 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:19:37 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:19:37 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:19:38 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:19:38 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:19:38 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:19:38 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:19:39 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:19:39 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:19:40 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:19:40 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:19:41 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:19:41 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:19:41 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:19:41 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:19:41 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:19:41 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:19:41 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:19:41 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:19:41 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:19:41 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:19:41 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:19:41 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:19:41 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:19:41 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:19:42 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:19:42 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:19:42 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:19:42 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:19:42 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:19:42 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:19:42 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:19:42 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:19:42 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:19:42 Setting up tzdata (2020f-0ubuntu0.18.04) ... 17:19:42 17:19:42 Current default time zone: 'Etc/UTC' 17:19:42 Local time is now: Thu Jan 28 17:19:42 UTC 2021. 17:19:42 Universal Time is now: Thu Jan 28 17:19:42 UTC 2021. 17:19:42 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:19:42 17:19:42 Setting up systemd-sysv (237-3ubuntu10.44) ... 17:19:42 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:19:42 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 17:19:42 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:19:42 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:19:42 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:19:42 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:19:42 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:19:42 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:19:42 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:19:42 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:19:42 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:19:43 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:19:43 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 17:19:43 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:19:43 Setting up patch (2.7.6-2ubuntu1.1) ... 17:19:43 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:19:43 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:19:43 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 17:19:43 Installing new version of config file /etc/ssl/openssl.cnf ... 17:19:43 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:19:43 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:19:43 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 17:19:44 ---> f8475783dd23 17:19:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:19:44 ---> 0a7fccaa99c1 17:19:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:19:44 ---> 732a06067cc9 17:19:44 Step 9/23 : RUN make cmd/core-data/core-data 17:19:44 ---> Running in 4bde4926536a 17:19:44 ---> Running in 26ca9d65d8fb 17:19:44 ---> eba1b347af1b 17:19:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:19:44 ---> 6b4d9f6c9d61 17:19:44 Step 9/23 : RUN make cmd/core-command/core-command 17:19:44 ---> Running in 4207ca28aa62 17:19:44 ---> Running in 1bba89302d9b 17:19:44 ---> Running in 8498653732c4 17:19:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:19:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:19:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:19:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:19:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:19:45 Updating certificates in /etc/ssl/certs... 17:19:46 22 added, 17 removed; done. 17:19:46 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:19:46 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:19:46 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:19:46 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:19:46 Setting up pkgbinarymangler (138.18.04.1) ... 17:19:46 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:19:46 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 17:19:46 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:19:46 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:19:46 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:19:46 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:19:46 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:19:46 Setting up perl (5.26.1-6ubuntu0.5) ... 17:19:46 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 17:19:46 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:19:46 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:19:46 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 17:19:46 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:19:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:19:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:19:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:19:47 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:19:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:19:47 Processing triggers for systemd (237-3ubuntu10.44) ... 17:19:47 Processing triggers for mime-support (3.60ubuntu1) ... 17:19:47 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 17:19:47 Updating certificates in /etc/ssl/certs... 17:19:47 0 added, 0 removed; done. 17:19:47 Running hooks in /etc/ca-certificates/update.d... 17:19:47 done. 17:19:48 Reading package lists... 17:19:48 Building dependency tree... 17:19:48 Reading state information... 17:19:48 The following NEW packages will be installed: 17:19:48 apt-transport-https 17:19:48 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:19:48 Need to get 1696 B of archives. 17:19:48 After this operation, 153 kB of additional disk space will be used. 17:19:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:19:48 debconf: delaying package configuration, since apt-utils is not installed 17:19:48 Fetched 1696 B in 0s (9299 B/s) 17:19:48 Selecting previously unselected package apt-transport-https. 17:19:48 (Reading database ... 13929 files and directories currently installed.) 17:19:48 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:19:48 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:19:48 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:19:49 Waiting for network to be ready... 17:19:54 2021-01-28T17:19:52Z INFO Waiting for automatic snapd restart... 17:19:54 snapd 2.48.2 from Canonical* installed 17:19:55 "snapd" switched to the "latest/stable" channel 17:19:55 17:19:58 core18 20201210 from Canonical* installed 17:19:58 "core18" switched to the "latest/stable" channel 17:19:58 17:20:01 snapcraft 4.4.4 from Canonical* installed 17:20:01 "snapcraft" switched to the "latest/stable" channel 17:20:01 17:20:06 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: 17:20:06 - README.md 17:20:06 - snapcraft.yaml.orig 17:20:06 17:20:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:20:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:20:12 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:20:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:20:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:20:13 Reading package lists... 17:20:13 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 17:20:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:20:20 Reading package lists... 17:20:20 Building dependency tree... 17:20:20 Reading state information... 17:20:20 Suggested packages: 17:20:20 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:20:20 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:20:20 Recommended packages: 17:20:20 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:20:20 The following NEW packages will be installed: 17:20:20 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:20:20 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:20:20 pkg-config zip 17:20:20 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:20:20 Need to get 7655 kB of archives. 17:20:20 After this operation, 43.7 MB of additional disk space will be used. 17:20:20 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:20:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 17:20:20 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:20:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:20:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:20:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 17:20:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:20:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:20:21 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:20:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:20:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:20:21 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:20:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:20:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:20:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:20:23 debconf: delaying package configuration, since apt-utils is not installed 17:20:23 Fetched 7655 kB in 3s (2268 kB/s) 17:20:23 Selecting previously unselected package libglib2.0-0:amd64. 17:20:23 (Reading database ... 13933 files and directories currently installed.) 17:20:23 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 17:20:23 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:20:23 Selecting previously unselected package libpsl5:amd64. 17:20:23 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:20:23 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:20:23 Selecting previously unselected package libnghttp2-14:amd64. 17:20:23 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:20:23 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:20:23 Selecting previously unselected package librtmp1:amd64. 17:20:23 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:20:23 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:20:23 Selecting previously unselected package libcurl3-gnutls:amd64. 17:20:23 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:20:23 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:20:23 Selecting previously unselected package liberror-perl. 17:20:23 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:20:23 Unpacking liberror-perl (0.17025-1) ... 17:20:24 Selecting previously unselected package git-man. 17:20:24 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:20:24 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:20:24 Selecting previously unselected package git. 17:20:24 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 17:20:24 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:20:25 Selecting previously unselected package libnorm1:amd64. 17:20:25 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:20:25 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:20:25 Selecting previously unselected package libpgm-5.2-0:amd64. 17:20:25 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:20:25 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:20:25 Selecting previously unselected package libsodium23:amd64. 17:20:25 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:20:25 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:20:25 Selecting previously unselected package libzmq5:amd64. 17:20:25 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:20:25 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:20:25 Selecting previously unselected package libzmq3-dev:amd64. 17:20:25 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:20:25 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:20:25 Selecting previously unselected package pkg-config. 17:20:25 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:20:25 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:20:25 Selecting previously unselected package zip. 17:20:25 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:20:25 Unpacking zip (3.0-11build1) ... 17:20:25 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:20:25 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:20:25 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:20:25 Setting up liberror-perl (0.17025-1) ... 17:20:25 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:20:25 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:20:25 No schema files found: doing nothing. 17:20:25 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:20:25 Setting up zip (3.0-11build1) ... 17:20:26 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:20:26 Setting up libsodium23:amd64 (1.0.16-2) ... 17:20:26 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:20:26 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:20:26 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:20:26 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:20:26 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:20:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:20:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:20:32 git set to automatically installed. 17:20:32 git-man set to automatically installed. 17:20:32 libcurl3-gnutls set to automatically installed. 17:20:32 liberror-perl set to automatically installed. 17:20:32 libglib2.0-0 set to automatically installed. 17:20:32 libnghttp2-14 set to automatically installed. 17:20:32 libnorm1 set to automatically installed. 17:20:32 libpgm-5.2-0 set to automatically installed. 17:20:32 libpsl5 set to automatically installed. 17:20:32 librtmp1 set to automatically installed. 17:20:32 libsodium23 set to automatically installed. 17:20:32 libzmq3-dev set to automatically installed. 17:20:32 libzmq5 set to automatically installed. 17:20:32 pkg-config set to automatically installed. 17:20:32 zip set to automatically installed. 17:20:34 snapd is not logged in, snap install commands will use sudo 17:20:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:20:41 snap "core18" has no updates available 17:20:42 Pulling config-common 17:20:43 Pulling go-build-helper 17:21:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:21:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:21:09 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:21:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 17:21:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 17:21:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 17:21:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 17:21:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 17:21:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 17:21:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 17:21:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 17:21:09 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:21:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:21:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:21:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:21:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:21:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:21:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:21:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:21:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:21:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] 17:21:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] 17:21:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 17:21:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 17:21:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] 17:21:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 17:21:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] 17:21:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 17:21:09 Fetched 23.8 MB in 6s (1552 kB/s) 17:21:09 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:21:09 Fetched 96.5 kB in 0s (0 B/s) 17:21:09 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:21:09 Fetched 279 kB in 0s (0 B/s) 17:21:09 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:21:09 Fetched 122 kB in 0s (0 B/s) 17:21:09 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:21:09 Fetched 77.8 kB in 0s (0 B/s) 17:21:09 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:21:09 Fetched 8848 B in 0s (0 B/s) 17:21:09 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:21:09 Fetched 47.8 kB in 0s (0 B/s) 17:21:09 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:21:09 Fetched 45.6 kB in 0s (0 B/s) 17:21:09 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:21:09 Fetched 15.0 kB in 0s (0 B/s) 17:21:09 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:21:09 Fetched 214 kB in 0s (0 B/s) 17:21:09 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 17:21:09 Fetched 155 kB in 0s (0 B/s) 17:21:09 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:21:09 Fetched 50.6 kB in 0s (0 B/s) 17:21:09 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:21:09 Fetched 14.8 kB in 0s (0 B/s) 17:21:09 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:21:09 Fetched 41.8 kB in 0s (0 B/s) 17:21:09 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:21:09 Fetched 499 kB in 0s (0 B/s) 17:21:09 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:21:09 Fetched 111 kB in 0s (0 B/s) 17:21:09 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:21:09 Fetched 240 kB in 0s (0 B/s) 17:21:09 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:21:09 Fetched 29.3 kB in 0s (0 B/s) 17:21:09 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:21:09 Fetched 85.5 kB in 0s (0 B/s) 17:21:09 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:21:09 Fetched 24.5 kB in 0s (0 B/s) 17:21:09 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:21:09 Fetched 49.2 kB in 0s (0 B/s) 17:21:09 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:21:09 Fetched 54.2 kB in 0s (0 B/s) 17:21:09 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:21:09 Fetched 30.8 kB in 0s (0 B/s) 17:21:09 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 17:21:09 Fetched 17.0 kB in 0s (0 B/s) 17:21:09 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:21:09 Fetched 85.9 kB in 0s (0 B/s) 17:21:09 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:21:09 Fetched 8720 B in 0s (0 B/s) 17:21:09 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:21:09 Fetched 137 kB in 0s (0 B/s) 17:21:09 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:21:09 Fetched 119 kB in 0s (0 B/s) 17:21:09 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:21:09 Fetched 109 kB in 0s (0 B/s) 17:21:09 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:21:09 Fetched 11.1 kB in 0s (0 B/s) 17:21:09 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:21:09 Fetched 645 kB in 0s (0 B/s) 17:21:09 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:21:09 Fetched 41.3 kB in 0s (0 B/s) 17:21:09 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:21:09 Fetched 17.9 kB in 0s (0 B/s) 17:21:09 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:21:09 Fetched 368 kB in 0s (0 B/s) 17:21:09 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:21:09 Fetched 187 kB in 0s (0 B/s) 17:21:09 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:21:09 Fetched 175 kB in 0s (0 B/s) 17:21:09 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:21:12 Fetched 206 kB in 0s (0 B/s) 17:21:12 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 17:21:12 Fetched 1301 kB in 0s (0 B/s) 17:21:12 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:21:12 Fetched 36.2 kB in 0s (0 B/s) 17:21:12 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:21:12 Fetched 159 kB in 0s (0 B/s) 17:21:12 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:21:12 Fetched 107 kB in 0s (0 B/s) 17:21:12 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:21:12 Fetched 48.7 kB in 0s (0 B/s) 17:21:12 Pulling static-packages 17:21:13 'go115' has dependencies that need to be staged: go-build-helper static-packages 17:21:13 Skipping pull go-build-helper (already ran) 17:21:13 Skipping pull static-packages (already ran) 17:21:13 Building go-build-helper 17:21:18 Building static-packages 17:21:19 Staging go-build-helper 17:21:20 Staging static-packages 17:21:21 Pulling go115 17:21:21 Removing intermediate container 4bde4926536a 17:21:21 ---> a0dbd2c94835 17:21:21 17:21:21 Step 10/22 : FROM alpine:3.12 17:21:21 3.12: Pulling from library/alpine 17:21:22 'edgex-go' has dependencies that need to be staged: go115 17:21:22 Skipping pull go115 (already ran) 17:21:22 Building go115 17:21:22 % Total % Received % Xferd Average Speed Time Time Time Current 17:21:22 Dload Upload Total Spent Left Speed 17:21:22 Removing intermediate container 26ca9d65d8fb 17:21:22 ---> e0ca27ec2d47 17:21:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:21:22 Removing intermediate container 1bba89302d9b 17:21:22 ---> b51921f3bd12 17:21:22 17:21:22 Step 10/21 : FROM alpine:3.12 17:21:22 3.12: Pulling from library/alpine 17:21:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:21:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:21:22 ---> Running in 7bcded2573d7 17:21:22 Status: Downloaded newer image for alpine:3.12 17:21:22 ---> afeebe901d6b 17:21:22 Step 11/21 : RUN apk add --update --no-cache curl 17:21:22 Status: Downloaded newer image for alpine:3.12 17:21:22 ---> afeebe901d6b 17:21:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:21:23 ---> Running in 2795ba48f66d 17:21:23 ---> Running in 80473a665063 17:21:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:21:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 27.0M 0 0 26.0M 0 0:00:04 0:00:01 0:00:03 26.0M 52 115M 52 60.8M 0 0 29.8M 0 0:00:03 0:00:02 0:00:01 29.8M 82 115M 82 95.6M 0 0 31.5M 0 0:00:03 0:00:03 --:--:-- 31.4M 100 115M 100 115M 0 0 32.4M 0 0:00:03 0:00:03 --:--:-- 32.4M 17:21:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:21:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:21:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:21:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:21:26 go1.15.2.linux-amd64.tar.gz: OK 17:21:26 (1/4) Installing ca-certificates (20191127-r4) 17:21:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:21:27 (3/4) Installing libcurl (7.69.1-r3) 17:21:27 (4/4) Installing curl (7.69.1-r3) 17:21:27 (1/1) Installing dumb-init (1.2.2-r1) 17:21:27 Executing busybox-1.31.1-r19.trigger 17:21:27 Executing busybox-1.31.1-r19.trigger 17:21:27 Executing ca-certificates-20191127-r4.trigger 17:21:27 OK: 5 MiB in 15 packages 17:21:27 OK: 7 MiB in 18 packages 17:21:30 Removing intermediate container 2795ba48f66d 17:21:30 ---> 0ee6871caf79 17:21:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:21:30 ---> Running in 55ff3b18666b 17:21:30 Staging go115 17:21:31 Removing intermediate container 80473a665063 17:21:31 ---> b88f82427ddc 17:21:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:21:31 Removing intermediate container 55ff3b18666b 17:21:31 ---> 0d68f54cb8bb 17:21:31 Step 13/22 : ENV APP_PORT=48085 17:21:31 ---> Running in 07af31c9f7af 17:21:31 ---> Running in 0d7d6ac287f6 17:21:31 Removing intermediate container 7bcded2573d7 17:21:31 ---> e4fb72c0b66b 17:21:31 17:21:31 Step 11/26 : FROM docker:20.10.0 17:21:31 20.10.0: Pulling from library/docker 17:21:32 Removing intermediate container 07af31c9f7af 17:21:32 ---> 70277969c08b 17:21:32 Step 13/21 : WORKDIR /edgex 17:21:32 Removing intermediate container 0d7d6ac287f6 17:21:32 ---> cfa655fd6255 17:21:32 Step 14/22 : EXPOSE $APP_PORT 17:21:33 ---> Running in d86466b9f8cd 17:21:33 ---> Running in 1847ed1b4361 17:21:34 Removing intermediate container 8498653732c4 17:21:34 ---> ac06841f5e1f 17:21:34 17:21:34 Step 10/23 : FROM alpine:3.12 17:21:34 ---> afeebe901d6b 17:21:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:21:34 ---> Using cache 17:21:34 ---> 0ee6871caf79 17:21:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:21:34 ---> Using cache 17:21:34 ---> 0d68f54cb8bb 17:21:34 Step 13/23 : ENV APP_PORT=48082 17:21:35 ---> Running in a6c53e07c9ab 17:21:35 Removing intermediate container d86466b9f8cd 17:21:35 ---> ecd1304ec346 17:21:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:21:35 Removing intermediate container 1847ed1b4361 17:21:35 ---> 8547eaacfc6c 17:21:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:21:35 Removing intermediate container a6c53e07c9ab 17:21:35 ---> f06b3979b2e7 17:21:35 Step 14/23 : EXPOSE $APP_PORT 17:21:35 ---> Running in 1176b9b35d7d 17:21:36 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:21:36 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:21:36 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:21:36 Fetched 0 B in 0s (0 B/s) 17:21:36 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:21:36 Fetched 224 kB in 0s (0 B/s) 17:21:36 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:21:36 Fetched 157 kB in 0s (0 B/s) 17:21:36 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:21:36 Fetched 221 kB in 0s (0 B/s) 17:21:36 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:21:36 Fetched 143 kB in 0s (0 B/s) 17:21:36 Pulling edgex-go 17:21:36 ---> 5477977efc7b 17:21:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:21:36 Pulling version 17:21:36 ---> 689c15612721 17:21:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:21:36 Removing intermediate container 1176b9b35d7d 17:21:36 ---> e5fb09a53cb6 17:21:36 Step 15/23 : WORKDIR / 17:21:37 Building config-common 17:21:37 ---> Running in f97bef280c45 17:21:38 ---> a87b5144592e 17:21:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:21:39 Removing intermediate container f97bef280c45 17:21:39 ---> eb06d0c61c97 17:21:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:21:39 ---> 21c5ad43bff8 17:21:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:21:39 Skipping build go-build-helper (already ran) 17:21:39 Skipping build static-packages (already ran) 17:21:39 Skipping build go115 (already ran) 17:21:39 Building edgex-go 17:21:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:21:40 go: downloading github.com/gorilla/mux v1.8.0 17:21:40 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:21:40 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 17:21:40 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.10 17:21:40 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 17:21:40 go: downloading github.com/imdario/mergo v0.3.11 17:21:40 go: downloading github.com/pkg/errors v0.8.1 17:21:40 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 17:21:40 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 17:21:40 go: downloading github.com/pelletier/go-toml v1.2.0 17:21:40 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:21:40 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 17:21:40 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:21:40 go: downloading github.com/go-kit/kit v0.8.0 17:21:40 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:21:40 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:21:40 go: downloading github.com/google/uuid v1.2.0 17:21:40 go: downloading github.com/pebbe/zmq4 v1.2.2 17:21:40 go: downloading github.com/BurntSushi/toml v0.3.1 17:21:40 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 17:21:40 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:21:40 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:21:40 go: downloading github.com/hashicorp/consul/api v1.1.0 17:21:40 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:21:40 go: downloading gopkg.in/yaml.v2 v2.4.0 17:21:40 go: downloading github.com/x448/float16 v0.8.4 17:21:40 go: downloading github.com/go-playground/universal-translator v0.17.0 17:21:41 ---> 690bc7a8bb37 17:21:41 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:21:41 go: downloading github.com/leodido/go-urn v1.2.0 17:21:41 ---> Running in 2df5298362ba 17:21:41 ---> 39402662df8d 17:21:41 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:21:41 go: downloading github.com/mitchellh/copystructure v1.0.0 17:21:41 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:21:41 go: downloading github.com/go-playground/locales v0.13.0 17:21:41 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:21:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:21:41 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 17:21:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:21:41 go: downloading github.com/hashicorp/serf v0.8.2 17:21:41 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:21:41 ---> c889b0b618e6 17:21:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:21:41 ---> Running in f187b07522bd 17:21:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:21:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:21:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:21:42 Removing intermediate container 2df5298362ba 17:21:42 ---> 6247658d5d93 17:21:42 Step 18/21 : CMD ["--init=true"] 17:21:43 ---> Running in 2e0634d3757f 17:21:43 Removing intermediate container f187b07522bd 17:21:43 ---> 0c5481b52194 17:21:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:21:43 Removing intermediate container 2e0634d3757f 17:21:43 ---> 47ba70b987ea 17:21:43 Step 19/21 : LABEL arch=arm64 17:21:44 ---> Running in e332d0a09d80 17:21:44 ---> Running in bd8f42537baa 17:21:44 ---> 2cd7a9e66652 17:21:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:21:45 Removing intermediate container e332d0a09d80 17:21:45 ---> 4c36e3ae954a 17:21:45 Step 20/22 : LABEL arch=arm64 17:21:45 Removing intermediate container bd8f42537baa 17:21:45 ---> 3685d0c2ca1a 17:21:45 Step 20/21 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:21:45 Removing intermediate container 4207ca28aa62 17:21:45 ---> 37ca4157abcd 17:21:45 17:21:45 Step 10/23 : FROM alpine:3.12 17:21:45 ---> afeebe901d6b 17:21:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:21:46 ---> Running in 9f4ba5033563 17:21:46 ---> e9134fcc0f13 17:21:46 Step 19/23 : ENTRYPOINT ["/core-command"] 17:21:46 ---> Running in 20bad79e1375 17:21:46 ---> Running in 1586c1118927 17:21:46 ---> Running in fdf1acb8ff06 17:21:46 Removing intermediate container 9f4ba5033563 17:21:46 ---> 151115057868 17:21:46 Step 21/22 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:21:47 Removing intermediate container 1586c1118927 17:21:47 ---> 5696aae8919a 17:21:47 Step 12/23 : ENV APP_PORT=48080 17:21:47 Removing intermediate container 20bad79e1375 17:21:47 ---> f0973926ba74 17:21:47 Step 21/21 : LABEL version=0.0.0 17:21:47 ---> Running in c60c7673adae 17:21:47 ---> Running in 86912a1b7635 17:21:47 ---> Running in dcfc257b1d94 17:21:47 Removing intermediate container fdf1acb8ff06 17:21:47 ---> 574b841a47ed 17:21:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:21:47 ---> Running in 316376ea0ddb 17:21:47 Removing intermediate container c60c7673adae 17:21:47 ---> d405a5e2f6a6 17:21:47 Step 22/22 : LABEL version=0.0.0 17:21:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:21:47 Removing intermediate container 86912a1b7635 17:21:47 ---> e740c4d85163 17:21:47 Step 13/23 : EXPOSE $APP_PORT 17:21:47 Status: Downloaded newer image for docker:20.10.0 17:21:47 ---> eeaf43b92773 17:21:47 Step 12/26 : RUN apk add --no-cache bash 17:21:47 Removing intermediate container dcfc257b1d94 17:21:47 ---> e34941fd7e94 17:21:47 17:21:48 ---> Running in 2d80d3779983 17:21:48 ---> Running in 65534b63d7cf 17:21:48 ---> Running in 79eda94fd54c 17:21:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:21:48 Removing intermediate container 316376ea0ddb 17:21:48 ---> 3147f7b1ad0d 17:21:48 Step 21/23 : LABEL arch=arm64 17:21:48 Successfully built e34941fd7e94 17:21:48 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:21:48 ---> Running in 91ff543d7b82 17:21:48  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 17:21:48 Removing intermediate container 2d80d3779983 17:21:48 ---> 31b03a4f7eea 17:21:48 17:21:48 Removing intermediate container 79eda94fd54c 17:21:48 ---> b1351ecd62fe 17:21:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:21:49 ---> Running in 087ebaabd319 17:21:49 Successfully built 31b03a4f7eea 17:21:49 Successfully tagged docker-support-scheduler-go-arm64:latest 17:21:49  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 17:21:49 Removing intermediate container 91ff543d7b82 17:21:49 ---> bde22bb508c3 17:21:49 Step 22/23 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:21:49 ---> Running in d7247af2609f 17:21:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:21:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:21:50 Removing intermediate container d7247af2609f 17:21:50 ---> 1be9846c5274 17:21:50 Step 23/23 : LABEL version=0.0.0 17:21:50 ---> Running in 558820dfe837 17:21:50 (1/2) Installing readline (8.0.4-r0) 17:21:50 (2/2) Installing bash (5.0.17-r0) 17:21:50 Executing bash-5.0.17-r0.post-install 17:21:50 Executing busybox-1.31.1-r19.trigger 17:21:50 OK: 12 MiB in 22 packages 17:21:51 Removing intermediate container 558820dfe837 17:21:51 ---> be9529de9c34 17:21:51 17:21:51 Successfully built be9529de9c34 17:21:52 Successfully tagged docker-core-command-go-arm64:latest 17:21:52 Building docker-security-secretstore-setup-go 17:21:52  Building docker-core-command-go ... done Removing intermediate container 087ebaabd319 17:21:52 ---> 0a9aad30670d 17:21:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:21:53 ---> Running in 21cbc67766c5 17:21:53 Removing intermediate container 65534b63d7cf 17:21:53 ---> 199beadf23d7 17:21:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:21:53 ---> Running in 25ac78a66563 17:21:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:21:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:21:54 Removing intermediate container 25ac78a66563 17:21:54 ---> 079065944c11 17:21:54 Step 14/26 : ENV APP_PORT=48090 17:21:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:21:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:21:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:21:55 go: downloading github.com/stretchr/testify v1.7.0 17:21:55 ---> Running in 1f1c48a046c6 17:21:55 go: downloading github.com/davecgh/go-spew v1.1.1 17:21:55 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:21:55 go: downloading github.com/pmezard/go-difflib v1.0.0 17:21:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:21:56 Removing intermediate container 1f1c48a046c6 17:21:56 ---> 71e611148a2a 17:21:56 Step 15/26 : EXPOSE $APP_PORT 17:21:56 (1/6) Installing dumb-init (1.2.2-r1) 17:21:56 (2/6) Installing libgcc (9.3.0-r2) 17:21:56 (3/6) Installing libsodium (1.0.18-r0) 17:21:57 (4/6) Installing libstdc++ (9.3.0-r2) 17:21:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:21:57 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:21:57 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:21:57 (5/6) Installing libzmq (4.3.3-r0) 17:21:57 ---> Running in 9285d1180783 17:21:57 (6/6) Installing zeromq (4.3.3-r0) 17:21:57 Executing busybox-1.31.1-r19.trigger 17:21:57 OK: 8 MiB in 20 packages 17:21:57 Removing intermediate container 9285d1180783 17:21:57 ---> 663dc17731c8 17:21:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:21:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:21:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:21:59 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:21:59 ---> c0947d253e6c 17:21:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:21:59 Removing intermediate container 21cbc67766c5 17:21:59 ---> e40ee67f952b 17:21:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:22:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:22:00 ---> 91a962323b4c 17:22:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:22:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:22:01 ---> 98e5a1dffa76 17:22:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:22:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:22:02 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:22:02 ---> c5e00344cf57 17:22:02 Step 19/26 : RUN apk --no-cache add py3-pip 17:22:03 ---> Running in b48d87ef26ec 17:22:03 ---> 519fc911f2e4 17:22:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:22:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:22:03 go: downloading github.com/lib/pq v1.9.0 17:22:04 ---> 3dcfebab5a78 17:22:04 Step 19/23 : ENTRYPOINT ["/core-data"] 17:22:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:04 ---> Running in 688c7db11ef8 17:22:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:05 Removing intermediate container 688c7db11ef8 17:22:05 ---> 92bce6dec9d6 17:22:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:22:05 (1/33) Installing libbz2 (1.0.8-r1) 17:22:05 (2/33) Installing expat (2.2.9-r1) 17:22:05 (3/33) Installing libffi (3.3-r2) 17:22:05 (4/33) Installing gdbm (1.13-r1) 17:22:05 ---> Running in 352f7e0eece0 17:22:05 (5/33) Installing xz-libs (5.2.5-r0) 17:22:05 (6/33) Installing sqlite-libs (3.32.1-r0) 17:22:05 (7/33) Installing python3 (3.8.5-r0) 17:22:06 Removing intermediate container 352f7e0eece0 17:22:06 ---> 0d9a2543e58f 17:22:06 Step 21/23 : LABEL arch=arm64 17:22:06 Building version 17:22:06 ---> Running in 288b962bd311 17:22:07 (8/33) Installing py3-appdirs (1.4.4-r1) 17:22:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:22:07 (10/33) Installing py3-parsing (2.4.7-r0) 17:22:07 (11/33) Installing py3-six (1.15.0-r0) 17:22:07 (12/33) Installing py3-packaging (20.4-r0) 17:22:07 (13/33) Installing py3-setuptools (47.0.0-r0) 17:22:07 (14/33) Installing py3-chardet (3.0.4-r4) 17:22:07 (15/33) Installing py3-idna (2.9-r0) 17:22:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:22:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:22:07 (18/33) Installing py3-requests (2.23.0-r0) 17:22:07 (19/33) Installing py3-msgpack (1.0.0-r0) 17:22:07 (20/33) Installing py3-lockfile (0.12.2-r3) 17:22:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:22:07 (22/33) Installing py3-colorama (0.4.3-r0) 17:22:07 (23/33) Installing py3-distlib (0.3.0-r0) 17:22:07 (24/33) Installing py3-distro (1.5.0-r1) 17:22:07 (25/33) Installing py3-webencodings (0.5.1-r3) 17:22:07 (26/33) Installing py3-html5lib (1.0.1-r4) 17:22:08 Staging config-common 17:22:08 (27/33) Installing py3-pytoml (0.1.21-r0) 17:22:08 (28/33) Installing py3-pep517 (0.8.2-r0) 17:22:08 (29/33) Installing py3-progress (1.5-r0) 17:22:08 Removing intermediate container 288b962bd311 17:22:08 ---> ea5f06d395af 17:22:08 Step 22/23 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:22:08 (30/33) Installing py3-toml (0.10.1-r0) 17:22:08 (31/33) Installing py3-retrying (1.3.3-r0) 17:22:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:22:08 (33/33) Installing py3-pip (20.1.1-r0) 17:22:08 Executing busybox-1.31.1-r19.trigger 17:22:08 OK: 71 MiB in 55 packages 17:22:08 ---> Running in 326215e5536d 17:22:08 Skipping stage go-build-helper (already ran) 17:22:08 Skipping stage static-packages (already ran) 17:22:08 Skipping stage go115 (already ran) 17:22:08 Staging edgex-go 17:22:09 Removing intermediate container 326215e5536d 17:22:09 ---> 357956af258b 17:22:09 Step 23/23 : LABEL version=0.0.0 17:22:09 ---> Running in 2079817344f4 17:22:09 Staging version 17:22:10 Removing intermediate container 2079817344f4 17:22:10 ---> 03018c20b425 17:22:10 17:22:11 Successfully built 03018c20b425 17:22:11 Priming config-common 17:22:11 Successfully tagged docker-core-data-go-arm64:latest 17:22:11 Building docker-core-metadata-go 17:22:12 Priming go-build-helper 17:22:13 Priming static-packages 17:22:15 Priming go115 17:22:16 Priming edgex-go 17:22:17 Priming version 17:22:18  Building docker-core-data-go ... done Removing intermediate container b48d87ef26ec 17:22:18 ---> d1b1f2a28e93 17:22:18 Step 20/26 : RUN pip install docker-compose==1.23.2 17:22:18 ---> Running in 9ad9aa5869f6 17:22:18 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:22:24 Collecting docker-compose==1.23.2 17:22:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:22:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:22:24 Collecting cached-property<2,>=1.2.0 17:22:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:22:25 Collecting docker<4.0,>=3.6.0 17:22:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:22:26 Collecting dockerpty<0.5,>=0.4.1 17:22:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:22:28 Collecting texttable<0.10,>=0.9.0 17:22:28 Downloading texttable-0.9.1.tar.gz (11 kB) 17:22:30 Collecting jsonschema<3,>=2.5.1 17:22:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:22:31 Collecting websocket-client<1.0,>=0.32.0 17:22:31 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:22:32 Collecting PyYAML<4,>=3.10 17:22:32 Downloading PyYAML-3.13.tar.gz (270 kB) 17:22:33 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:33 Step 2/34 : FROM ${BUILDER_BASE} AS builder 17:22:33 ---> 2e85ce3d61ff 17:22:33 Step 3/34 : WORKDIR /edgex-go 17:22:33 ---> Using cache 17:22:33 ---> aa3570ec21a0 17:22:33 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:33 ---> Using cache 17:22:33 ---> 67c28d4757e8 17:22:33 Step 5/34 : RUN apk add --update --no-cache make git 17:22:33 ---> Using cache 17:22:33 ---> def572e0954a 17:22:33 Step 6/34 : COPY go.mod . 17:22:33 ---> Using cache 17:22:33 ---> 726d058e5141 17:22:33 Step 7/34 : RUN go mod download 17:22:33 ---> Using cache 17:22:33 ---> f30f71664ba0 17:22:33 Step 8/34 : COPY . . 17:22:33 ---> Using cache 17:22:33 ---> 6b4d9f6c9d61 17:22:33 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 17:22:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:22:34 ---> 2e85ce3d61ff 17:22:34 Step 3/22 : WORKDIR /edgex-go 17:22:34 ---> Using cache 17:22:34 ---> aa3570ec21a0 17:22:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:34 ---> Using cache 17:22:34 ---> 67c28d4757e8 17:22:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:22:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:22:36 ---> 2e85ce3d61ff 17:22:36 Step 3/24 : WORKDIR /edgex-go 17:22:36 ---> Using cache 17:22:36 ---> aa3570ec21a0 17:22:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:36 ---> Using cache 17:22:36 ---> 67c28d4757e8 17:22:36 Step 5/24 : RUN apk add --update --no-cache make git 17:22:36 ---> Using cache 17:22:36 ---> def572e0954a 17:22:36 Step 6/24 : COPY go.mod . 17:22:36 ---> Using cache 17:22:36 ---> 726d058e5141 17:22:36 Step 7/24 : RUN go mod download 17:22:36 ---> Using cache 17:22:36 ---> f30f71664ba0 17:22:36 Step 8/24 : COPY . . 17:22:36 ---> Using cache 17:22:36 ---> 6b4d9f6c9d61 17:22:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:22:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:22:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:22:38 ---> Running in 47d092acecc8 17:22:38 ---> Running in 0173431fded5 17:22:38 ---> Running in aa9885de1987 17:22:38 Collecting docopt<0.7,>=0.6.1 17:22:38 Downloading docopt-0.6.2.tar.gz (25 kB) 17:22:39 Removing intermediate container aa9885de1987 17:22:39 ---> 261ccf0fd547 17:22:39 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 17:22:39 ---> Running in 8b0c5b498bae 17:22:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:22:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:41 Collecting docker-pycreds>=0.4.0 17:22:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:22:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:22:41 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:22:42 Collecting idna<2.8,>=2.5 17:22:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:22:42 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:22:42 OK: 217 MiB in 51 packages 17:22:43 Collecting urllib3<1.25,>=1.21.1 17:22:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:22:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:22:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:22:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:22:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:22:45 Removing intermediate container 47d092acecc8 17:22:45 ---> d307bfa88f33 17:22:45 Step 6/22 : COPY go.mod . 17:22:46 Installing collected packages: cached-property, docker-pycreds, idna, urllib3, requests, websocket-client, docker, dockerpty, texttable, jsonschema, PyYAML, docopt, docker-compose 17:22:46 Attempting uninstall: idna 17:22:46 Found existing installation: idna 2.9 17:22:46 Uninstalling idna-2.9: 17:22:46 Successfully uninstalled idna-2.9 17:22:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:22:46 ---> 2e85ce3d61ff 17:22:46 Step 3/23 : WORKDIR /edgex-go 17:22:46 ---> Using cache 17:22:46 ---> aa3570ec21a0 17:22:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:46 ---> Using cache 17:22:46 ---> 67c28d4757e8 17:22:46 Step 5/23 : RUN apk add --update --no-cache make git 17:22:46 ---> Using cache 17:22:46 ---> def572e0954a 17:22:46 Step 6/23 : COPY go.mod . 17:22:46 ---> Using cache 17:22:46 ---> 726d058e5141 17:22:46 Step 7/23 : RUN go mod download 17:22:46 ---> Using cache 17:22:46 ---> f30f71664ba0 17:22:46 Step 8/23 : COPY . . 17:22:46 ---> Using cache 17:22:46 ---> 6b4d9f6c9d61 17:22:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:22:46 ---> 45d224dfd0d6 17:22:46 Step 7/22 : RUN go mod download 17:22:46 ---> Running in 9f9f8f7b9424 17:22:46 ---> Running in 8a6f6d9770b6 17:22:47 Attempting uninstall: urllib3 17:22:47 Found existing installation: urllib3 1.25.9 17:22:47 Uninstalling urllib3-1.25.9: 17:22:47 Successfully uninstalled urllib3-1.25.9 17:22:48 Attempting uninstall: requests 17:22:48 Found existing installation: requests 2.23.0 17:22:48 Uninstalling requests-2.23.0: 17:22:49 Successfully uninstalled requests-2.23.0 17:22:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:22:51 Running setup.py install for dockerpty: started 17:22:52 Removing intermediate container 8a6f6d9770b6 17:22:52 ---> c6689f903f90 17:22:52 Step 8/22 : COPY . . 17:22:54 Running setup.py install for dockerpty: finished with status 'done' 17:22:54 Running setup.py install for texttable: started 17:22:58 Running setup.py install for texttable: finished with status 'done' 17:22:59 Running setup.py install for PyYAML: started 17:23:03 Running setup.py install for PyYAML: finished with status 'done' 17:23:03 Running setup.py install for docopt: started 17:23:05 Running setup.py install for docopt: finished with status 'done' 17:23:06 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 17:23:13 ---> b6877a350598 17:23:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:23:13 ---> Running in b59f77a17ae1 17:23:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:23:14 Removing intermediate container 9ad9aa5869f6 17:23:14 ---> 8addef1e21a1 17:23:14 Step 21/26 : RUN apk --no-cache add curl 17:23:15 ---> Running in 1843357d1699 17:23:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:23:18 (2/3) Installing libcurl (7.69.1-r3) 17:23:18 (3/3) Installing curl (7.69.1-r3) 17:23:18 Executing busybox-1.31.1-r19.trigger 17:23:18 OK: 71 MiB in 58 packages 17:23:20 Removing intermediate container 1843357d1699 17:23:20 ---> d0fd857ba1cf 17:23:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:23:20 ---> Running in b6c28bf7fd53 17:23:20 Removing intermediate container b6c28bf7fd53 17:23:20 ---> 0131f12e743e 17:23:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:23:20 ---> Running in 53498dd6d47e 17:23:21 Removing intermediate container 53498dd6d47e 17:23:21 ---> 9dd1c16ec7a4 17:23:21 Step 24/26 : LABEL arch=arm64 17:23:21 ---> Running in 49d99f16d69c 17:23:22 Removing intermediate container 49d99f16d69c 17:23:22 ---> 7685907a3b4e 17:23:22 Step 25/26 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:23:22 ---> Running in 5cd8561e52cf 17:23:23 Removing intermediate container 5cd8561e52cf 17:23:23 ---> 389db434496e 17:23:23 Step 26/26 : LABEL version=0.0.0 17:23:23 ---> Running in d22767c270dd 17:23:24 Removing intermediate container d22767c270dd 17:23:24 ---> 48f84dcb703a 17:23:24 17:23:24 Successfully built 48f84dcb703a 17:23:24 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:23:51  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:23:58 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 17:24:05 Removing intermediate container 0173431fded5 17:24:05 ---> 18a78f26c73b 17:24:05 17:24:05 Step 10/24 : FROM alpine:3.12 17:24:05 ---> afeebe901d6b 17:24:05 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:24:05 ---> Running in 31d3f07e8169 17:24:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:07 (1/5) Installing ca-certificates (20191127-r4) 17:24:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:24:07 (3/5) Installing libcurl (7.69.1-r3) 17:24:07 (4/5) Installing curl (7.69.1-r3) 17:24:07 (5/5) Installing dumb-init (1.2.2-r1) 17:24:07 Executing busybox-1.31.1-r19.trigger 17:24:08 Executing ca-certificates-20191127-r4.trigger 17:24:08 OK: 7 MiB in 19 packages 17:24:11 Removing intermediate container 31d3f07e8169 17:24:11 ---> ff9bd8c63900 17:24:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:24:11 ---> Running in 22280a0c1034 17:24:11 Removing intermediate container 22280a0c1034 17:24:11 ---> d7d2b0a73b64 17:24:11 Step 13/24 : WORKDIR / 17:24:11 ---> Running in 7d4530345c77 17:24:12 Removing intermediate container 7d4530345c77 17:24:12 ---> 65829549880e 17:24:12 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:24:13 ---> ea67b8d394a4 17:24:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:24:15 + mkdir -p /tmp/build/dist/linux 17:24:15 + cd /tmp/build/dist/linux 17:24:15 + git clone https://github.com/jwilder/dockerize.git . 17:24:15 Cloning into '.'... 17:24:15  ---> 0fe8ed876825 17:24:15 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:24:15 + go get github.com/robfig/glock 17:24:16  ---> 747791357f52 17:24:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:24:17 ---> 149ba16c0c26 17:24:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:24:19 ---> a35d04784491 17:24:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:24:20 ---> 22cb1d17be6e 17:24:20 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:24:21 ---> Running in c1ba40220b96 17:24:24 Removing intermediate container c1ba40220b96 17:24:24 ---> 21eed39b7eb8 17:24:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:24:24 ---> Running in 719d628612e2 17:24:25 Removing intermediate container 719d628612e2 17:24:25 ---> a07d615525ae 17:24:25 Step 22/24 : LABEL arch=arm64 17:24:25 ---> Running in 8ca1693abb23 17:24:27 Removing intermediate container 8ca1693abb23 17:24:27 ---> 4400301f9763 17:24:27 Step 23/24 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:24:27 ---> Running in eeeb2de0cc1a 17:24:28 Removing intermediate container eeeb2de0cc1a 17:24:28 ---> e2595496eeba 17:24:28 Step 24/24 : LABEL version=0.0.0 17:24:29 ---> Running in b525900a89ac 17:24:29 Removing intermediate container b59f77a17ae1 17:24:29 ---> 371a30f9b5d9 17:24:29 17:24:29 Step 10/22 : FROM alpine:3.12 17:24:29 ---> afeebe901d6b 17:24:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:24:30 Removing intermediate container b525900a89ac 17:24:30 ---> c0cfc9329279 17:24:30 17:24:30 ---> Running in 57b04c27602b 17:24:30 Successfully built c0cfc9329279 17:24:30 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:24:31  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9f9f8f7b9424 17:24:31 ---> ff03061810ff 17:24:31 17:24:31 Step 10/23 : FROM alpine:3.12 17:24:31 ---> afeebe901d6b 17:24:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:24:31 ---> Using cache 17:24:31 ---> 0ee6871caf79 17:24:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:24:31 ---> Using cache 17:24:31 ---> 0d68f54cb8bb 17:24:31 Step 13/23 : ENV APP_PORT=48081 17:24:31 ---> Running in 874b0e2ae5f3 17:24:32 Removing intermediate container 874b0e2ae5f3 17:24:32 ---> bb0a94303b2d 17:24:32 Step 14/23 : EXPOSE $APP_PORT 17:24:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:32 ---> Running in 9adf533490a1 17:24:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:32 Removing intermediate container 9adf533490a1 17:24:32 ---> 6cc5e0e9a16a 17:24:32 Step 15/23 : WORKDIR / 17:24:32 ---> Running in 67f120e48019 17:24:32 (1/2) Installing ca-certificates (20191127-r4) 17:24:32 (2/2) Installing dumb-init (1.2.2-r1) 17:24:33 Executing busybox-1.31.1-r19.trigger 17:24:33 Executing ca-certificates-20191127-r4.trigger 17:24:33 OK: 6 MiB in 16 packages 17:24:33 Removing intermediate container 67f120e48019 17:24:33 ---> e92cfbf0924b 17:24:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:24:34 ---> a7d48ea0afec 17:24:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:24:35 + glock sync -n 17:24:35 Removing intermediate container 57b04c27602b 17:24:35 ---> 74d6af01238f 17:24:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:24:36 ---> Running in 7b8dcaa0b99d 17:24:36 ---> 639413c064cf 17:24:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:24:36 Removing intermediate container 7b8dcaa0b99d 17:24:36 ---> aea9c7389b49 17:24:36 Step 13/22 : ENV APP_PORT=48060 17:24:36 ---> Running in 7ae46ae53e36 17:24:36 ---> 827563be56c4 17:24:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:24:37 ---> Running in 00efcddd348f 17:24:37 Removing intermediate container 7ae46ae53e36 17:24:37 ---> 552cc195578a 17:24:37 Step 14/22 : EXPOSE $APP_PORT 17:24:37 ---> Running in f1f81a293105 17:24:37 Removing intermediate container 00efcddd348f 17:24:37 ---> 8152ec413258 17:24:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:24:37 ---> Running in ab004b452c63 17:24:38 Removing intermediate container f1f81a293105 17:24:38 ---> 59815f026f7d 17:24:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:24:38 Removing intermediate container ab004b452c63 17:24:38 ---> 628a0034dbb7 17:24:38 Step 21/23 : LABEL arch=arm64 17:24:38 ---> Running in d2f88f793d3c 17:24:38 ---> 7c02d041cfac 17:24:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:24:39 Removing intermediate container d2f88f793d3c 17:24:39 ---> e899cff4ae0d 17:24:39 Step 22/23 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:24:39 ---> Running in 85518ce7a46d 17:24:39 Removing intermediate container 85518ce7a46d 17:24:39 ---> 62ef94604114 17:24:39 Step 23/23 : LABEL version=0.0.0 17:24:39 ---> 77ba88ff6f28 17:24:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:24:40 ---> Running in bfd2a9e4ef01 17:24:40 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 17:24:40 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 17:24:40 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 17:24:41 Removing intermediate container bfd2a9e4ef01 17:24:41 ---> f69d04980f03 17:24:41 17:24:41 ---> 082e3b11fd24 17:24:41 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:24:41 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 17:24:41 + git describe '--abbrev=0' --tags 17:24:41 + TAG=v0.6.1 17:24:41 + LDFLAGS='-X main.buildVersion=v0.6.1' 17:24:41 + apk --print-arch 17:24:41 + arch=aarch64 17:24:41 + echo 'building [dockerize] for arm64 ... 'building [dockerize] for arm64 ... 17:24:41  17:24:41 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 17:24:41 Successfully built f69d04980f03 17:24:41 Successfully tagged docker-core-metadata-go-arm64:latest 17:24:41  Building docker-core-metadata-go ... done  ---> Running in f8e1e6208126 17:24:42 Removing intermediate container f8e1e6208126 17:24:42 ---> 478c650030bd 17:24:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:24:42 ---> Running in 3f9e383d7cbe 17:24:42 Removing intermediate container 3f9e383d7cbe 17:24:42 ---> e98d32224323 17:24:42 Step 20/22 : LABEL arch=arm64 17:24:42 ---> Running in 0d98b140331e 17:24:43 Removing intermediate container 0d98b140331e 17:24:43 ---> b96bc78cc43b 17:24:43 Step 21/22 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:24:43 ---> Running in c2c33433d187 17:24:43 Removing intermediate container c2c33433d187 17:24:43 ---> 79e352404b49 17:24:43 Step 22/22 : LABEL version=0.0.0 17:24:44 ---> Running in 22334fb4ac86 17:24:44 Removing intermediate container 22334fb4ac86 17:24:44 ---> fa7c9a0f1f53 17:24:44 17:24:44 Successfully built fa7c9a0f1f53 17:24:44 Successfully tagged docker-support-notifications-go-arm64:latest 17:24:45  Building docker-support-notifications-go ... done + date 17:24:45 + echo 'Thu Jan 28 17:24:44 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 17:24:45 Thu Jan 28 17:24:44 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 17:24:53 Removing intermediate container 8b0c5b498bae 17:24:53 ---> 9c4b3780a99d 17:24:53 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 17:24:53 ---> Running in c54d2ffe6394 17:24:53 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 17:24:53 statically linked 17:24:55 Removing intermediate container c54d2ffe6394 17:24:55 ---> 90ee25d8c9fc 17:24:55 17:24:55 Step 12/34 : FROM alpine:3.12 17:24:55 ---> afeebe901d6b 17:24:55 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:24:55 ---> Running in 9b49a3754c36 17:24:55 Removing intermediate container 9b49a3754c36 17:24:55 ---> 26cddf76e7b0 17:24:55 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 17:24:55 ---> Running in 3b2ac05bfa2d 17:24:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:57 (1/3) Installing dumb-init (1.2.2-r1) 17:24:57 (2/3) Installing openssl (1.1.1i-r0) 17:24:57 (3/3) Installing su-exec (0.2-r1) 17:24:57 Executing busybox-1.31.1-r19.trigger 17:24:57 OK: 6 MiB in 17 packages 17:24:59 Removing intermediate container 3b2ac05bfa2d 17:24:59 ---> 60b33ec4e2f7 17:24:59 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 17:24:59 ---> Running in 43dd03a07396 17:24:59 Removing intermediate container 43dd03a07396 17:24:59 ---> bb11be6726cd 17:24:59 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:24:59 ---> Running in 7ecdc2d175d8 17:24:59 Removing intermediate container 7ecdc2d175d8 17:24:59 ---> fa7a3bc59661 17:24:59 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:25:00 ---> Running in f353076e593a 17:25:02 Removing intermediate container f353076e593a 17:25:02 ---> be44279e341d 17:25:02 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 17:25:02 ---> Running in 45220557afda 17:25:02 Removing intermediate container 45220557afda 17:25:02 ---> ca1b0f9351a1 17:25:02 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 17:25:03 ---> 6876dcf53190 17:25:03 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:25:04 ---> e65541bf8df0 17:25:04 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:25:04 ---> Running in 99432ceabede 17:25:06 Removing intermediate container 99432ceabede 17:25:06 ---> 364f7151be18 17:25:06 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 17:25:07 ---> 865f1ea7be1d 17:25:07 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:25:08 ---> 8f1faff7ae1e 17:25:08 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:25:09 ---> aa6f02e5d759 17:25:09 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 17:25:10 ---> 0ac9da2ac179 17:25:10 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:25:11 ---> d16fafb93399 17:25:11 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 17:25:11 ---> Running in db26ca2ead7d 17:25:12 Removing intermediate container db26ca2ead7d 17:25:12 ---> b2e9f236d40c 17:25:12 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:25:13 ---> 82cf7fe4583d 17:25:13 Step 29/34 : RUN chmod +x /entrypoint.sh 17:25:13 ---> Running in 2a8aa61041ef 17:25:15 Removing intermediate container 2a8aa61041ef 17:25:15 ---> 97396952d319 17:25:15 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 17:25:16 ---> Running in c1507877a876 17:25:16 Removing intermediate container c1507877a876 17:25:16 ---> 784247e01d28 17:25:16 Step 31/34 : CMD ["gate"] 17:25:16 ---> Running in b1aaecf590b0 17:25:17 Removing intermediate container b1aaecf590b0 17:25:17 ---> c48739a56cdd 17:25:17 Step 32/34 : LABEL arch=arm64 17:25:18 ---> Running in 38e65c937c31 17:25:18 Removing intermediate container 38e65c937c31 17:25:18 ---> a250cc4b7a04 17:25:18 Step 33/34 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 17:25:18 ---> Running in 599a1409c038 17:25:19 Removing intermediate container 599a1409c038 17:25:19 ---> b05c2cd3b83a 17:25:19 Step 34/34 : LABEL version=0.0.0 17:25:19 ---> Running in 96df2cf41f18 17:25:20 Removing intermediate container 96df2cf41f18 17:25:20 ---> 5efd2fb4d518 17:25:20 17:25:20 Successfully built 5efd2fb4d518 17:25:20 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:25:21  Building docker-security-bootstrapper-go ... done  [Pipeline] } 17:25:21 $ docker stop --time=1 d5a919683bfeb34d2be55f723a7a634ac78f23a0b09aec8847251be389526b07 17:25:22 $ docker rm -f d5a919683bfeb34d2be55f723a7a634ac78f23a0b09aec8847251be389526b07 [Pipeline] // withDockerContainer [Pipeline] sh 17:25:23 + grep docker 17:25:23 + docker images 17:25:23 docker-security-bootstrapper-go-arm64 latest 5efd2fb4d518 4 seconds ago 31.9MB 17:25:23 docker-support-notifications-go-arm64 latest fa7c9a0f1f53 39 seconds ago 16MB 17:25:23 docker-core-metadata-go-arm64 latest f69d04980f03 43 seconds ago 17.7MB 17:25:23 docker-security-secretstore-setup-go-arm64 latest c0cfc9329279 54 seconds ago 23.4MB 17:25:23 docker-sys-mgmt-agent-go-arm64 latest 48f84dcb703a About a minute ago 300MB 17:25:23 docker-core-data-go-arm64 latest 03018c20b425 3 minutes ago 21MB 17:25:23 docker-core-command-go-arm64 latest be9529de9c34 3 minutes ago 16MB 17:25:23 docker-support-scheduler-go-arm64 latest 31b03a4f7eea 3 minutes ago 15.5MB 17:25:23 docker-security-proxy-setup-go-arm64 latest e34941fd7e94 3 minutes ago 23.2MB 17:25:23 docker 20.10.0 eeaf43b92773 6 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 17:25:25 provisioning config files... 17:25:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3431245026620925400tmp [Pipeline] { [Pipeline] sh 17:25:26 + set +x 17:25:26 + bash -s -- 17:25:26 + curl -s https://codecov.io/bash 17:25:26 17:25:26 _____ _ 17:25:26 / ____| | | 17:25:26 | | ___ __| | ___ ___ _____ __ 17:25:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:25:26 | |___| (_) | (_| | __/ (_| (_) \ V / 17:25:26 \_____\___/ \__,_|\___|\___\___/ \_/ 17:25:26 Bash-20210128-d4071a2 17:25:26 17:25:26 17:25:26 ==> git version 2.24.3 found 17:25:26 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:25:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:25:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:25:26 ==> Jenkins CI detected. 17:25:26 project root: . 17:25:26 --> token set from env 17:25:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:25:26 ==> Running gcov in . (disable via -X gcov) 17:25:26 ==> Python coveragepy not found 17:25:26 ==> Searching for coverage reports in: 17:25:26 + . 17:25:26 -> Found 1 reports 17:25:26 ==> Detecting git/mercurial file structure 17:25:26 ==> Reading reports 17:25:26 + ./coverage.out bytes=565356 17:25:26 ==> Appending adjustments 17:25:26 https://docs.codecov.io/docs/fixing-reports 17:25:29 + Found adjustments 17:25:29 ==> Gzipping contents 17:25:29 84K /tmp/codecov.ULBtfk.gz 17:25:29 ==> Uploading reports 17:25:29 url: https://codecov.io 17:25:29 query: branch=PR-3094&commit=5f77d52a8421ba7912342d0ff090f6c969ad9208&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3094%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3094&job=&cmd_args= 17:25:29 -> Pinging Codecov 17:25:29 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3094&commit=5f77d52a8421ba7912342d0ff090f6c969ad9208&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3094%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3094&job=&cmd_args= 17:25:30 -> Uploading to 17:25:30 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/5f77d52a8421ba7912342d0ff090f6c969ad9208/82977c5b-b123-4374-9238-8c886c06b0ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T172529Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=724c1cd924d6371e01d58f8df7b0aad1ea49e119bb6c7b3b412500a109c9f28c 17:25:30 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:30 Dload Upload Total Spent Left Speed 17:25:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85673 0 0 100 85673 0 181k --:--:-- --:--:-- --:--:-- 181k 17:25:30 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5f77d52a8421ba7912342d0ff090f6c969ad9208 [Pipeline] } 17:25:30 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 17:25:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:25:33 ---> package-listing.sh 17:25:33 ++ facter osfamily 17:25:33 ++ tr '[:upper:]' '[:lower:]' 17:25:33 + OS_FAMILY=redhat 17:25:33 + workspace=/w/workspace/edgex-go/2 17:25:33 + START_PACKAGES=/tmp/packages_start.txt 17:25:33 + END_PACKAGES=/tmp/packages_end.txt 17:25:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:25:33 + PACKAGES=/tmp/packages_start.txt 17:25:33 + '[' /w/workspace/edgex-go/2 ']' 17:25:33 + PACKAGES=/tmp/packages_end.txt 17:25:33 + case "${OS_FAMILY}" in 17:25:33 + rpm -qa 17:25:33 + sort 17:25:39 + '[' -f /tmp/packages_start.txt ']' 17:25:39 + '[' -f /tmp/packages_end.txt ']' 17:25:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:25:39 + '[' /w/workspace/edgex-go/2 ']' 17:25:39 + mkdir -p /w/workspace/edgex-go/2/archives/ 17:25:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 17:25:39 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:25:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:25:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:25:39 17:25:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:25:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:25:40 alpine: Pulling from edgex-lftools-log-publisher 17:25:40 df20fa9351a1: Pulling fs layer 17:25:40 36b3adc4ff6f: Pulling fs layer 17:25:40 8ad3a11d3b57: Pulling fs layer 17:25:40 46f8f816bc3b: Pulling fs layer 17:25:40 93b61091891f: Pulling fs layer 17:25:40 93b9cdb0e59b: Pulling fs layer 17:25:40 5e14af77c1be: Pulling fs layer 17:25:40 01666e4c0597: Pulling fs layer 17:25:40 aa168da1d23b: Pulling fs layer 17:25:40 46f8f816bc3b: Waiting 17:25:40 93b61091891f: Waiting 17:25:40 93b9cdb0e59b: Waiting 17:25:40 5e14af77c1be: Waiting 17:25:40 01666e4c0597: Waiting 17:25:40 aa168da1d23b: Waiting 17:25:40 36b3adc4ff6f: Verifying Checksum 17:25:40 36b3adc4ff6f: Download complete 17:25:40 46f8f816bc3b: Verifying Checksum 17:25:40 46f8f816bc3b: Download complete 17:25:40 df20fa9351a1: Verifying Checksum 17:25:40 df20fa9351a1: Download complete 17:25:40 93b9cdb0e59b: Verifying Checksum 17:25:40 93b9cdb0e59b: Download complete 17:25:40 5e14af77c1be: Verifying Checksum 17:25:40 5e14af77c1be: Download complete 17:25:40 93b61091891f: Verifying Checksum 17:25:40 93b61091891f: Download complete 17:25:40 01666e4c0597: Verifying Checksum 17:25:40 01666e4c0597: Download complete 17:25:40 df20fa9351a1: Pull complete 17:25:40 36b3adc4ff6f: Pull complete 17:25:41 8ad3a11d3b57: Verifying Checksum 17:25:41 8ad3a11d3b57: Download complete 17:25:42 8ad3a11d3b57: Pull complete 17:25:42 46f8f816bc3b: Pull complete 17:25:42 93b61091891f: Pull complete 17:25:42 93b9cdb0e59b: Pull complete 17:25:43 5e14af77c1be: Pull complete 17:25:43 01666e4c0597: Pull complete 17:25:44 aa168da1d23b: Download complete 17:25:52 aa168da1d23b: Pull complete 17:25:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:25:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:25:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:25:52 prd-centos7-docker-4c-2g-23786 does not seem to be running inside a container 17:25:53 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:26:02 $ docker top 0e9e50065b74b385f0731b22f22e8e82f29a1a8b4e31d6dcba02026d70351a08 -eo pid,comm [Pipeline] { [Pipeline] sh 17:26:02 + touch /tmp/pre-build-complete [Pipeline] sh 17:26:03 + mkdir -p /var/log/sa [Pipeline] sh 17:26:03 + ls /var/log/sa-host 17:26:03 + sadf -c /var/log/sa-host/sa23 17:26:03 file_magic: OK 17:26:03 HZ: Using current value: 100 17:26:03 file_header: OK 17:26:03 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:26:03 Statistics: 17:26:03 Hnuu...uuuununununu... 17:26:03 File successfully converted to sysstat format version 12.2.1 17:26:03 + sadf -c /var/log/sa-host/sa28 17:26:03 file_magic: OK 17:26:03 HZ: Using current value: 100 17:26:03 file_header: OK 17:26:03 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:26:03 Statistics: 17:26:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:26:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:26:04 provisioning config files... 17:26:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3186254782849959873tmp [Pipeline] { [Pipeline] echo 17:26:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:26:04 ---> create-netrc.sh [Pipeline] } 17:26:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:26:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:26:04 ---> python-tools-install.sh [Pipeline] echo 17:26:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:26:05 ---> sudo-logs.sh 17:26:05 Archiving 'sudo' log.. [Pipeline] echo 17:26:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:26:05 ---> job-cost.sh 17:26:05 lf-activate-venv: SKIPPING 17:26:05 INFO: No Stack... 17:26:07 INFO: Retrieving Pricing Info for: v1-standard-2 17:26:07 INFO: Archiving Costs [Pipeline] echo 17:26:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:26:07 ---> logs-deploy.sh 17:26:07 lf-activate-venv: SKIPPING 17:26:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3094/2 17:26:07 INFO: archiving workspace using pattern(s): 17:26:08 Archives upload complete. 17:26:08 INFO: archiving logs to Nexus