Pull request #3437 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa+106205dfb17fde51d29924d02061c8a1d01e98d4 (c9a002739dffe2fc3c8f4ce21dba9741a7058273) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3820 in /w/workspace/edgexfoundry_edgex-go_PR-3437 [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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit 106205dfb17fde51d29924d02061c8a1d01e98d4 into PR head commit 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa Merge succeeded, producing 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa Checking out Revision 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa (PR-3437) > 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/3437/head:refs/remotes/origin/PR-3437 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa # 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 106205dfb17fde51d29924d02061c8a1d01e98d4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:00:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:00:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:00:44 ========================================================= 11:00:44 EdgeX Global Pipelines Version Info 11:00:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 228117cbe16fcb5a9ff2bf8d9ca901a5fe0ed055 # timeout=10 11:00:45 ------------------- 11:00:45 stable info: 11:00:45 ------------------- 11:00:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:00:45 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 11:00:45 Message: update stable to v1.0.191 11:00:46 ------------------- 11:00:46 experimental info: 11:00:46 ------------------- 11:00:46 Commited By: **** collab-it+edgex@linuxfoundation.org 11:00:46 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 11:00:46 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:00:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 11:00:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 11:00:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:00:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:00:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:00:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 11:00:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 11:00:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 11:00:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 11:00:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 11:00:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3437 [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3437 [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3437 [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 39e708b [Pipeline] echo 11:00:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:00:47 provisioning config files... 11:00:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3540308376527379684tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:00:47 ---> docker-login.sh 11:00:47 nexus3.edgexfoundry.org:10001 11:00:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:48 Configure a credential helper to remove this warning. See 11:00:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:48 11:00:48 Login Succeeded 11:00:48 nexus3.edgexfoundry.org:10002 11:00:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:48 Configure a credential helper to remove this warning. See 11:00:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:48 11:00:48 Login Succeeded 11:00:48 nexus3.edgexfoundry.org:10003 11:00:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:48 Configure a credential helper to remove this warning. See 11:00:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:48 11:00:48 Login Succeeded 11:00:48 nexus3.edgexfoundry.org:10004 11:00:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:48 Configure a credential helper to remove this warning. See 11:00:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:48 11:00:48 Login Succeeded 11:00:48 docker.io 11:00:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:49 Configure a credential helper to remove this warning. See 11:00:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:49 11:00:49 Login Succeeded 11:00:49 ---> docker-login.sh ends [Pipeline] } 11:00:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:00:49 ++ 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 11:00:49 + for file in '`ls cmd/**/Dockerfile`' 11:00:49 ++ dirname cmd/core-command/Dockerfile 11:00:49 ++ cut -d/ -f2 11:00:49 + echo core-command,cmd/core-command/Dockerfile 11:00:49 + for file in '`ls cmd/**/Dockerfile`' 11:00:49 ++ dirname cmd/core-data/Dockerfile 11:00:49 ++ cut -d/ -f2 11:00:49 + echo core-data,cmd/core-data/Dockerfile 11:00:49 + for file in '`ls cmd/**/Dockerfile`' 11:00:49 ++ dirname cmd/core-metadata/Dockerfile 11:00:49 ++ cut -d/ -f2 11:00:49 + echo core-metadata,cmd/core-metadata/Dockerfile 11:00:49 + for file in '`ls cmd/**/Dockerfile`' 11:00:49 ++ cut -d/ -f2 11:00:49 ++ dirname cmd/security-bootstrapper/Dockerfile 11:00:49 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 11:00:49 + for file in '`ls cmd/**/Dockerfile`' 11:00:49 ++ dirname cmd/security-proxy-setup/Dockerfile 11:00:49 ++ cut -d/ -f2 11:00:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 11:00:49 + for file in '`ls cmd/**/Dockerfile`' 11:00:49 ++ dirname cmd/security-secretstore-setup/Dockerfile 11:00:49 ++ cut -d/ -f2 11:00:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 11:00:49 + for file in '`ls cmd/**/Dockerfile`' 11:00:49 ++ dirname cmd/support-notifications/Dockerfile 11:00:49 ++ cut -d/ -f2 11:00:49 + echo support-notifications,cmd/support-notifications/Dockerfile 11:00:49 + for file in '`ls cmd/**/Dockerfile`' 11:00:49 ++ dirname cmd/support-scheduler/Dockerfile 11:00:49 ++ cut -d/ -f2 11:00:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile 11:00:49 + for file in '`ls cmd/**/Dockerfile`' 11:00:49 ++ dirname cmd/sys-mgmt-agent/Dockerfile 11:00:49 ++ cut -d/ -f2 11:00:49 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 11:00:49 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 11:00:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:00:50 11:00:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:00:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:00:50 latest: Pulling from edgex-devops/git-semver 11:00:50 31603596830f: Pulling fs layer 11:00:50 54011a49482f: Pulling fs layer 11:00:50 a6820b24f6d8: Pulling fs layer 11:00:50 f581987b2513: Pulling fs layer 11:00:50 f581987b2513: Waiting 11:00:50 54011a49482f: Verifying Checksum 11:00:50 54011a49482f: Download complete 11:00:50 31603596830f: Download complete 11:00:51 a6820b24f6d8: Verifying Checksum 11:00:51 a6820b24f6d8: Download complete 11:00:51 f581987b2513: Verifying Checksum 11:00:51 f581987b2513: Download complete 11:00:51 31603596830f: Pull complete 11:00:51 54011a49482f: Pull complete 11:00:52 a6820b24f6d8: Pull complete 11:00:52 f581987b2513: Pull complete 11:00:52 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 11:00:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:00:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:00:52 prd-centos7-docker-4c-2g-3820 does not seem to be running inside a container 11:00:52 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:00:55 $ docker top 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:00:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:00:55 [ssh-agent] Looking for ssh-agent implementation... 11:00:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:00:55 $ docker exec 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 ssh-agent 11:00:56 SSH_AUTH_SOCK=/tmp/ssh-ZgKS9rAKKK5j/agent.11 11:00:56 SSH_AGENT_PID=17 11:00:56 Running ssh-add (command line suppressed) 11:00:56 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6691823167811304280.key (/w/workspace/edgex-go/2@tmp/private_key_6691823167811304280.key) 11:00:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:00:56 + git tag --points-at HEAD [Pipeline] } 11:00:56 $ docker exec --env ******** --env ******** 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 ssh-agent -k 11:00:56 unset SSH_AUTH_SOCK; 11:00:56 unset SSH_AGENT_PID; 11:00:56 echo Agent pid 17 killed; 11:00:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:00:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:00:56 [ssh-agent] Looking for ssh-agent implementation... 11:00:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:00:57 $ docker exec 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 ssh-agent 11:00:57 SSH_AUTH_SOCK=/tmp/ssh-3MjLzOYHmqPx/agent.45 11:00:57 SSH_AGENT_PID=50 11:00:57 Running ssh-add (command line suppressed) 11:00:57 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4651228085235941326.key (/w/workspace/edgex-go/2@tmp/private_key_4651228085235941326.key) 11:00:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:00:57 + git semver init 11:00:57 # -> Open(): unable to determine branch for HEAD 11:00:57 # $GIT_DIR = /w/workspace/edgex-go/2/.git 11:00:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 11:00:57 # $SEMVER_REMOTE_NAME = origin 11:00:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:00:57 # $SEMVER_USER_NAME = edgex-jenkins 11:00:57 # $SEMVER_BRANCH = PR-3437 11:00:57 # $SEMVER_TEMP = /tmp/semver-516844883 11:00:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 11:01:24 # '/tmp/semver-516844883' -> '/w/workspace/edgex-go/2/.semver' 11:01:25 # -> Force: false 11:01:25 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 11:01:25 $ docker exec --env ******** --env ******** 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 ssh-agent -k 11:01:25 unset SSH_AUTH_SOCK; 11:01:25 unset SSH_AGENT_PID; 11:01:25 echo Agent pid 50 killed; 11:01:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:01:26 + git semver [Pipeline] } 11:01:26 $ docker stop --time=1 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 11:01:28 $ docker rm -f 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 [Pipeline] // withDockerContainer [Pipeline] sh 11:01:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:01:28 Stashed 1 file(s) [Pipeline] echo 11:01:28 [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 11:01:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3817 in /w/workspace/edgexfoundry_edgex-go_PR-3437 [Pipeline] { [Pipeline] ws 11:01:29 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 11:01:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 11:01:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:01:30 + sudo service docker restart 11:01:30 + true 11:01:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 11:01:30 ========================================================= 11:01:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 11:01:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:01:31 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 11:01:34 Sending build context to Docker daemon 330MB 11:01:34 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 11:01:34 Step 2/6 : FROM ${BASE} 11:01:34 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 11:01:34 540db60ca938: Pulling fs layer 11:01:34 adcc1eea9eea: Pulling fs layer 11:01:34 4c4ab2625f07: Pulling fs layer 11:01:34 0510c868ecb4: Pulling fs layer 11:01:34 afea3b2eda06: Pulling fs layer 11:01:34 7809a108b3ef: Pulling fs layer 11:01:34 f706445af74f: Pulling fs layer 11:01:34 afea3b2eda06: Waiting 11:01:34 7809a108b3ef: Waiting 11:01:34 f706445af74f: Waiting 11:01:34 0510c868ecb4: Waiting 11:01:34 4c4ab2625f07: Verifying Checksum 11:01:34 4c4ab2625f07: Download complete 11:01:34 adcc1eea9eea: Verifying Checksum 11:01:34 adcc1eea9eea: Download complete 11:01:34 afea3b2eda06: Verifying Checksum 11:01:34 afea3b2eda06: Download complete 11:01:34 7809a108b3ef: Verifying Checksum 11:01:34 7809a108b3ef: Download complete 11:01:34 540db60ca938: Verifying Checksum 11:01:34 540db60ca938: Download complete 11:01:34 using credential edgex-jenkins-ssh 11:01:34 Cloning the remote Git repository 11:01:35 540db60ca938: Pull complete 11:01:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 11:01:34 > git init /w/workspace/edgex-go/2 # timeout=10 11:01:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:01:35 > git --version # timeout=10 11:01:35 > git --version # 'git version 2.17.1' 11:01:35 using GIT_SSH to set credentials SSH Credentials for GitHub 11:01:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:01:36 f706445af74f: Verifying Checksum 11:01:36 f706445af74f: Download complete 11:01:36 adcc1eea9eea: Pull complete 11:01:36 4c4ab2625f07: Pull complete 11:01:37 0510c868ecb4: Verifying Checksum 11:01:37 0510c868ecb4: Download complete 11:01:42 0510c868ecb4: Pull complete 11:01:42 afea3b2eda06: Pull complete 11:01:42 7809a108b3ef: Pull complete 11:01:46 f706445af74f: Pull complete 11:01:46 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 11:01:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 11:01:46 ---> b068be0155e3 11:01:46 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 11:01:46 ---> Running in 1897c256b768 11:01:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 11:01:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 11:01:50 (1/12) Installing libmagic (5.39-r0) 11:01:51 (2/12) Installing file (5.39-r0) 11:01:51 (3/12) Installing libc-dev (0.7.2-r3) 11:01:51 (4/12) Installing g++ (10.2.1_pre1-r3) 11:01:57 Merging remotes/origin/master commit 106205dfb17fde51d29924d02061c8a1d01e98d4 into PR head commit 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:01:58 Merge succeeded, producing 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:01:58 Checking out Revision 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa (PR-3437) 11:01:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:01:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:01:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:01:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:01:56 using GIT_SSH to set credentials SSH Credentials for GitHub 11:01:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3437/head:refs/remotes/origin/PR-3437 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:01:57 > git config core.sparsecheckout # timeout=10 11:01:57 > git checkout -f 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa # timeout=10 11:01:57 > git remote # timeout=10 11:01:57 > git config --get remote.origin.url # timeout=10 11:01:57 using GIT_SSH to set credentials SSH Credentials for GitHub 11:01:58 > git merge 106205dfb17fde51d29924d02061c8a1d01e98d4 # timeout=10 11:01:58 > git rev-parse HEAD^{commit} # timeout=10 11:01:58 > git config core.sparsecheckout # timeout=10 11:01:58 > git checkout -f 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa # timeout=10 11:02:02 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:02:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 11:02:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:02:04 + sudo service docker restart+ 11:02:04 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:02:06 provisioning config files... 11:02:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1289637879708732464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:02:07 ---> docker-login.sh 11:02:07 nexus3.edgexfoundry.org:10001 11:02:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:08 Configure a credential helper to remove this warning. See 11:02:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:08 11:02:08 Login Succeeded 11:02:08 nexus3.edgexfoundry.org:10002 11:02:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:09 Configure a credential helper to remove this warning. See 11:02:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:09 11:02:09 Login Succeeded 11:02:09 nexus3.edgexfoundry.org:10003 11:02:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:09 Configure a credential helper to remove this warning. See 11:02:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:09 11:02:09 Login Succeeded 11:02:09 nexus3.edgexfoundry.org:10004 11:02:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:10 Configure a credential helper to remove this warning. See 11:02:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:10 11:02:10 Login Succeeded 11:02:10 docker.io 11:02:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:11 Configure a credential helper to remove this warning. See 11:02:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:11 11:02:11 Login Succeeded 11:02:11 ---> docker-login.sh ends [Pipeline] } 11:02:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:02:11 ========================================================= 11:02:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 11:02:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:02:11 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 11:02:14 Sending build context to Docker daemon 167.6MB 11:02:14 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 11:02:14 Step 2/6 : FROM ${BASE} 11:02:14 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:02:14 595b0fe564bb: Pulling fs layer 11:02:14 7186ed65a4f7: Pulling fs layer 11:02:14 316046926c0a: Pulling fs layer 11:02:14 4ebd0625c992: Pulling fs layer 11:02:14 207e8628e3a3: Pulling fs layer 11:02:14 c791037a9be2: Pulling fs layer 11:02:14 ffd874e62e21: Pulling fs layer 11:02:14 4ebd0625c992: Waiting 11:02:14 207e8628e3a3: Waiting 11:02:14 c791037a9be2: Waiting 11:02:14 ffd874e62e21: Waiting 11:02:14 316046926c0a: Verifying Checksum 11:02:14 316046926c0a: Download complete 11:02:14 7186ed65a4f7: Verifying Checksum 11:02:14 7186ed65a4f7: Download complete 11:02:14 207e8628e3a3: Verifying Checksum 11:02:14 207e8628e3a3: Download complete 11:02:14 c791037a9be2: Verifying Checksum 11:02:14 c791037a9be2: Download complete 11:02:14 595b0fe564bb: Verifying Checksum 11:02:14 595b0fe564bb: Download complete 11:02:15 595b0fe564bb: Pull complete 11:02:15 7186ed65a4f7: Pull complete 11:02:16 316046926c0a: Pull complete 11:02:16 ffd874e62e21: Verifying Checksum 11:02:16 ffd874e62e21: Download complete 11:02:18 4ebd0625c992: Verifying Checksum 11:02:18 4ebd0625c992: Download complete 11:02:28 4ebd0625c992: Pull complete 11:02:28 207e8628e3a3: Pull complete 11:02:28 c791037a9be2: Pull complete 11:02:30 (5/12) Installing fortify-headers (1.1-r0) 11:02:30 (6/12) Installing patch (2.7.6-r6) 11:02:30 (7/12) Installing build-base (0.5-r2) 11:02:30 (8/12) Installing libsodium (1.0.18-r0) 11:02:30 (9/12) Installing pkgconf (1.7.3-r0) 11:02:30 (10/12) Installing libsodium-dev (1.0.18-r0) 11:02:30 (11/12) Installing libzmq (4.3.3-r1) 11:02:30 (12/12) Installing zeromq-dev (4.3.3-r1) 11:02:30 Executing busybox-1.32.1-r6.trigger 11:02:30 OK: 219 MiB in 52 packages 11:02:31 ffd874e62e21: Pull complete 11:02:31 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 11:02:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 11:02:31 ---> cfc18b08335c 11:02:31 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 11:02:32 Removing intermediate container 1897c256b768 11:02:32 ---> 6aa649527767 11:02:32 Step 4/6 : WORKDIR /edgex-go 11:02:32 ---> Running in e8d9a8167cb8 11:02:32 Removing intermediate container e8d9a8167cb8 11:02:32 ---> cd654a4cef78 11:02:32 Step 5/6 : COPY go.mod . 11:02:32 ---> 88a30a29dc2f 11:02:32 Step 6/6 : RUN go mod download 11:02:32 ---> Running in da6c4d466c5f 11:02:35 ---> Running in f26a56471dfb 11:02:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 11:02:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 11:02:42 (1/12) Installing libmagic (5.39-r0) 11:02:43 (2/12) Installing file (5.39-r0) 11:02:43 (3/12) Installing libc-dev (0.7.2-r3) 11:02:43 (4/12) Installing g++ (10.2.1_pre1-r3) 11:02:59 Removing intermediate container da6c4d466c5f 11:02:59 ---> 76f2449c87e8 11:02:59 Successfully built 76f2449c87e8 11:02:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 11:02:59 + docker inspect -f . ci-base-image-x86_64 11:02:59 . [Pipeline] withDockerContainer 11:02:59 prd-centos7-docker-4c-2g-3820 does not seem to be running inside a container 11:02:59 $ 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 ******** ci-base-image-x86_64 cat 11:03:00 $ docker top 1c003015dc3020d60e83c4161ae99d3133d1a991230da0ebc1925629de53b649 -eo pid,comm [Pipeline] { [Pipeline] sh 11:03:00 + go version 11:03:00 go version go1.16.3 linux/amd64 [Pipeline] } 11:03:00 $ docker stop --time=1 1c003015dc3020d60e83c4161ae99d3133d1a991230da0ebc1925629de53b649 11:03:02 $ docker rm -f 1c003015dc3020d60e83c4161ae99d3133d1a991230da0ebc1925629de53b649 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:03:02 + docker inspect -f . ci-base-image-x86_64 11:03:02 . [Pipeline] withDockerContainer 11:03:02 prd-centos7-docker-4c-2g-3820 does not seem to be running inside a container 11:03:03 $ 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 ******** ci-base-image-x86_64 cat 11:03:03 $ docker top 21e9218e28b8a85a11f7139c6b9ba947dbb79a55c08f64530e0a6b356ec6e3ac -eo pid,comm [Pipeline] { [Pipeline] echo 11:03:04 ========================================================= 11:03:04 [edgeXBuildGoParallel] Running Tests and Build... 11:03:04 ========================================================= [Pipeline] sh 11:03:04 + go mod tidy [Pipeline] sh 11:03:06 + make test 11:03:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 11:03:16 ? github.com/edgexfoundry/edgex-go [no test files] 11:03:30 (5/12) Installing fortify-headers (1.1-r0) 11:03:30 (6/12) Installing patch (2.7.6-r6) 11:03:30 (7/12) Installing build-base (0.5-r2) 11:03:30 (8/12) Installing libsodium (1.0.18-r0) 11:03:30 (9/12) Installing pkgconf (1.7.3-r0) 11:03:30 (10/12) Installing libsodium-dev (1.0.18-r0) 11:03:30 (11/12) Installing libzmq (4.3.3-r1) 11:03:30 (12/12) Installing zeromq-dev (4.3.3-r1) 11:03:30 Executing busybox-1.32.1-r6.trigger 11:03:30 OK: 218 MiB in 52 packages 11:03:34 Removing intermediate container f26a56471dfb 11:03:34 ---> c1f050edda37 11:03:34 Step 4/6 : WORKDIR /edgex-go 11:03:34 ---> Running in 2f8c5a5a1ab1 11:03:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 11:03:34 Removing intermediate container 2f8c5a5a1ab1 11:03:34 ---> 9334c2f08680 11:03:34 Step 5/6 : COPY go.mod . 11:03:35 ---> f4cfd6e043c5 11:03:35 Step 6/6 : RUN go mod download 11:03:35 ---> Running in d788986b118e 11:03:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 11:03:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 11:03:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 11:03:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 11:03:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 11:03:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 11:03:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 11:03:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 11:03:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 11:03:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 11:03:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 11:03:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 11:03:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.095s coverage: 45.9% of statements 11:03:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 11:03:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 11:03:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 11:03:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 11:03:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 11:03:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 11:03:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.089s coverage: 19.8% of statements 11:03:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements 11:03:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.200s coverage: 27.1% of statements 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 11:03:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 11:03:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 11:03:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 71.3% of statements 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 11:03:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.175s coverage: 87.7% of statements 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 11:03:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.078s coverage: 78.9% of statements 11:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 11:03:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements 11:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 11:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 11:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 11:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 11:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 11:03:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 11:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 11:03:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements 11:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 11:03:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.160s coverage: 86.7% of statements 11:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 11:03:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.145s coverage: 97.5% of statements 11:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 11:03:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements 11:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 11:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 11:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 11:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 11:04:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.497s coverage: 95.1% of statements 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 11:04:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 11:04:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.9% of statements 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 11:04:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.061s coverage: 22.6% of statements 11:04:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 11:04:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements 11:04:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements 11:04:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements 11:04:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 11:04:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 11:04:02 Removing intermediate container d788986b118e 11:04:02 ---> d8a3c63a6fd1 11:04:02 Successfully built d8a3c63a6fd1 11:04:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:04:02 + docker inspect -f . ci-base-image-arm64 11:04:02 . [Pipeline] withDockerContainer 11:04:02 prd-ubuntu18.04-docker-arm64-4c-16g-3817 does not seem to be running inside a container 11:04:02 $ 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 ******** ci-base-image-arm64 cat 11:04:04 $ docker top 460acdbd87b4551fb4472451d99ab9054bff1a1f0a0f84b58fde02975c335f16 -eo pid,comm [Pipeline] { [Pipeline] sh 11:04:06 + go version 11:04:06 go version go1.16.3 linux/arm64 [Pipeline] } 11:04:06 $ docker stop --time=1 460acdbd87b4551fb4472451d99ab9054bff1a1f0a0f84b58fde02975c335f16 11:04:08 $ docker rm -f 460acdbd87b4551fb4472451d99ab9054bff1a1f0a0f84b58fde02975c335f16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:04:09 + docker inspect -f . ci-base-image-arm64 11:04:09 . [Pipeline] withDockerContainer 11:04:09 prd-ubuntu18.04-docker-arm64-4c-16g-3817 does not seem to be running inside a container 11:04:09 $ 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 ******** ci-base-image-arm64 cat 11:04:11 $ docker top 3ffacd7e223a11ca3912a281bf21f05215a3daa4d4e247431c9ade0eea8bc18d -eo pid,comm [Pipeline] { [Pipeline] echo 11:04:11 ========================================================= 11:04:11 [edgeXBuildGoParallel] Running Tests and Build... 11:04:11 ========================================================= [Pipeline] sh 11:04:11 + go mod tidy [Pipeline] sh 11:04:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.068s coverage: 94.4% of statements 11:04:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 11:04:13 + make test 11:04:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 11:04:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.364s coverage: 81.8% of statements 11:04:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.095s coverage: 92.9% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.090s coverage: 85.4% of statements 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.110s coverage: 91.2% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 64.4% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 66.9% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.187s coverage: 43.4% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.140s coverage: 47.0% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.055s coverage: 9.6% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.160s coverage: 92.6% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 11:04:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.825s coverage: 28.7% of statements 11:04:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 11:04:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 11:04:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 11:04:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 11:04:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 11:04:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 11:04:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 11:04:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements 11:04:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 11:04:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 11:04:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 11:04:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.083s coverage: 64.6% of statements 11:04:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 11:04:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.132s coverage: 97.6% of statements 11:04:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 11:04:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 11:04:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 11:04:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 11:04:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 11:04:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 11:04:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 11:04:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 11:04:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 11:04:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 11:04:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements 11:04:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 11:04:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 11:04:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 11:04:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 28.1% of statements 11:04:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 11:04:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 11:04:28 GO111MODULE=on go vet ./... 11:04:40 ? github.com/edgexfoundry/edgex-go [no test files] 11:05:07 gofmt -l . 11:05:07 [ "`gofmt -l .`" = "" ] 11:05:07 ./bin/test-go-mod-tidy.sh 11:05:07 ./bin/test-attribution-txt.sh [Pipeline] sh 11:05:07 + ls -al . 11:05:07 total 816 11:05:07 drwxrwxr-x 10 1001 1001 4096 May 9 11:05 . 11:05:07 drwxr-xr-x 4 root root 28 May 9 11:03 .. 11:05:07 -rw-rw-r-- 1 1001 1001 11 May 9 11:00 .dockerignore 11:05:07 drwxrwxr-x 8 1001 1001 179 May 9 11:00 .git 11:05:07 drwxrwxr-x 3 1001 1001 125 May 9 11:00 .github 11:05:07 -rw-rw-r-- 1 1001 1001 818 May 9 11:00 .gitignore 11:05:07 drwx------ 3 1001 1001 60 May 9 11:01 .semver 11:05:07 -rw-rw-r-- 1 1001 1001 166 May 9 11:00 .sonarcloud.properties 11:05:07 -rw-rw-r-- 1 1001 1001 8609 May 9 11:00 Attribution.txt 11:05:07 -rw-rw-r-- 1 1001 1001 3804 May 9 11:00 CONTRIBUTING.md 11:05:07 -rw-rw-r-- 1 1001 1001 931 May 9 11:00 Dockerfile.build 11:05:07 -rw-rw-r-- 1 1001 1001 863 May 9 11:00 Jenkinsfile 11:05:07 -rw-rw-r-- 1 1001 1001 10775 May 9 11:00 LICENSE 11:05:07 -rw-rw-r-- 1 1001 1001 5774 May 9 11:00 Makefile 11:05:07 -rw-rw-r-- 1 1001 1001 7978 May 9 11:00 README.md 11:05:07 -rw-rw-r-- 1 1001 1001 6755 May 9 11:00 SECURITY.md 11:05:07 -rw-rw-r-- 1 1001 1001 5 May 9 11:01 VERSION 11:05:07 -rw-rw-r-- 1 1001 1001 4131 May 9 11:00 ZMQWindows.md 11:05:07 drwxrwxr-x 2 1001 1001 117 May 9 11:00 bin 11:05:07 drwxrwxr-x 14 1001 1001 4096 May 9 11:00 cmd 11:05:07 -rw-r--r-- 1 root root 705232 May 9 11:04 coverage.out 11:05:07 -rw-r--r-- 1 root root 1060 May 9 11:05 go.mod 11:05:07 -rw-r--r-- 1 root root 22051 May 9 11:03 go.sum 11:05:07 drwxrwxr-x 8 1001 1001 127 May 9 11:00 internal 11:05:07 drwxrwxr-x 4 1001 1001 26 May 9 11:00 openapi 11:05:07 drwxrwxr-x 4 1001 1001 71 May 9 11:00 snap 11:05:07 -rw-rw-r-- 1 1001 1001 168 May 9 11:00 version.go [Pipeline] sh 11:05:07 + '[' -e coverage.out ] 11:05:07 + chown 1001:1001 coverage.out [Pipeline] stash 11:05:08 Stashed 1 file(s) [Pipeline] sh 11:05:08 + make build 11:05:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 11:05:10 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 11:05:22 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 11:05:22 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 11:05:24 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 11:05:24 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 11:05:25 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 11:05:27 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 11:05:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 11:05:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 11:05:30 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 11:05:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 11:05:34 $ docker stop --time=1 21e9218e28b8a85a11f7139c6b9ba947dbb79a55c08f64530e0a6b356ec6e3ac 11:05:35 $ docker rm -f 21e9218e28b8a85a11f7139c6b9ba947dbb79a55c08f64530e0a6b356ec6e3ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 11:05:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] isUnix [Pipeline] sh 11:05:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 11:05:37 11:05:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 11:05:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 11:05:38 latest: Pulling from edgex-devops/edgex-compose 11:05:38 cbdbe7a5bc2a: Pulling fs layer 11:05:38 ca9280d653b3: Pulling fs layer 11:05:38 7e9c9ca2126c: Pulling fs layer 11:05:38 cbdbe7a5bc2a: Verifying Checksum 11:05:38 cbdbe7a5bc2a: Download complete 11:05:39 ca9280d653b3: Verifying Checksum 11:05:39 ca9280d653b3: Download complete 11:05:39 cbdbe7a5bc2a: Pull complete 11:05:40 ca9280d653b3: Pull complete 11:05:40 7e9c9ca2126c: Verifying Checksum 11:05:40 7e9c9ca2126c: Download complete 11:05:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 11:05:46 7e9c9ca2126c: Pull complete 11:05:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 11:05:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 11:05:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 11:05:46 prd-centos7-docker-4c-2g-3820 does not seem to be running inside a container 11:05:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 11:05:49 $ docker top 85253e365b673ce93712271f90f5b490015a7fcf429dac38b9641473be0c7a84 -eo pid,comm [Pipeline] { [Pipeline] sh 11:05:50 + docker-compose build --help 11:05:50 + grep parallel 11:05:51 --parallel Build images in parallel. [Pipeline] } 11:05:51 $ docker stop --time=1 85253e365b673ce93712271f90f5b490015a7fcf429dac38b9641473be0c7a84 11:05:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 11:05:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 11:05:52 $ docker rm -f 85253e365b673ce93712271f90f5b490015a7fcf429dac38b9641473be0c7a84 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:05:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 11:05:53 . [Pipeline] withDockerContainer 11:05:53 prd-centos7-docker-4c-2g-3820 does not seem to be running inside a container 11:05:53 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 11:05:54 $ docker top a3fbd17b8c1f0fe983473df07cda71eedc9f200762ad404b292d367d49ffb00c -eo pid,comm [Pipeline] { [Pipeline] sh 11:05:54 + docker-compose -f ./docker-compose-build.yml build --parallel 11:05:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 11:05:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 11:05:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 11:05:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 11:05:55 Building docker-core-command-go ... 11:05:55 Building docker-core-data-go ... 11:05:55 Building docker-core-metadata-go ... 11:05:55 Building docker-security-bootstrapper-go ... 11:05:55 Building docker-security-proxy-setup-go ... 11:05:55 Building docker-security-secretstore-setup-go ... 11:05:55 Building docker-support-notifications-go ... 11:05:55 Building docker-support-scheduler-go ... 11:05:55 Building docker-sys-mgmt-agent-go ... 11:05:55 Building docker-security-bootstrapper-go 11:05:55 Building docker-security-secretstore-setup-go 11:05:55 Building docker-core-metadata-go 11:05:55 Building docker-core-command-go 11:05:55 Building docker-sys-mgmt-agent-go 11:06:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 11:06:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 11:06:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 11:06:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 11:06:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 11:06:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.375s coverage: 45.9% of statements 11:06:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 11:06:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 11:06:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 11:06:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 11:06:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 11:06:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 11:06:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.114s coverage: 19.8% of statements 11:06:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.289s coverage: 100.0% of statements 11:06:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.612s coverage: 27.1% of statements 11:06:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 11:06:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 11:06:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 11:06:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 11:06:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 11:06:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 11:06:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.138s coverage: 100.0% of statements 11:06:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 11:06:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.200s coverage: 100.0% of statements 11:06:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 11:06:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 11:06:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.352s coverage: 71.3% of statements 11:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 11:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 11:06:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.527s coverage: 87.7% of statements 11:06:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 11:06:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 11:06:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.173s coverage: 78.9% of statements 11:06:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 11:06:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.219s coverage: 28.6% of statements 11:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 11:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 11:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 11:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 11:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 11:06:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.242s coverage: 100.0% of statements 11:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 11:06:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.198s coverage: 100.0% of statements 11:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 11:06:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements 11:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 11:06:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.421s coverage: 97.5% of statements 11:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 11:06:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.271s coverage: 78.3% of statements 11:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 11:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 11:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 11:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 11:06:35 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:06:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:06:35 ---> 76f2449c87e8 11:06:35 Step 3/23 : WORKDIR /edgex-go 11:06:35 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:06:35 Step 2/31 : FROM ${BUILDER_BASE} AS builder 11:06:35 ---> 76f2449c87e8 11:06:35 Step 3/31 : WORKDIR /edgex-go 11:06:35 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:06:35 Step 2/25 : FROM ${BUILDER_BASE} AS builder 11:06:35 ---> 76f2449c87e8 11:06:35 Step 3/25 : WORKDIR /edgex-go 11:06:35 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:06:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:06:35 ---> 76f2449c87e8 11:06:35 Step 3/23 : WORKDIR /edgex-go 11:06:35 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:06:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:06:35 ---> 76f2449c87e8 11:06:35 Step 3/23 : WORKDIR /edgex-go 11:06:35 ---> Running in 9ae5a7823b9c 11:06:35 ---> Running in a6cd60424184 11:06:35 ---> Running in 8d62e6d2d6c1 11:06:35 ---> Running in 435b1fdb5fb8 11:06:35 ---> Running in 2f465d557085 11:06:35 Removing intermediate container 2f465d557085 11:06:35 ---> 21a14d984086 11:06:35 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:35 Removing intermediate container 8d62e6d2d6c1 11:06:35 ---> 18facd4410ff 11:06:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:35 Removing intermediate container 9ae5a7823b9c 11:06:35 ---> 49f7142a151b 11:06:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:35 Removing intermediate container a6cd60424184 11:06:35 ---> 44e920590fd2 11:06:35 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:35 Removing intermediate container 435b1fdb5fb8 11:06:35 ---> 9943334a980f 11:06:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:35 ---> Running in a903c2600828 11:06:35 ---> Running in 198456e74ee3 11:06:35 ---> Running in 6f6577196844 11:06:35 ---> Running in 7fdc762a895f 11:06:35 ---> Running in 3c2865484355 11:06:35 Removing intermediate container 198456e74ee3 11:06:35 ---> 094bc5241b67 11:06:35 Step 5/23 : RUN apk add --update --no-cache make git 11:06:35 ---> Running in a4375df16487 11:06:35 Removing intermediate container a903c2600828 11:06:35 ---> df08812d9efe 11:06:35 Step 5/31 : RUN apk add --update --no-cache make git 11:06:35 ---> Running in ed37f179f473 11:06:35 Removing intermediate container 6f6577196844 11:06:35 ---> 5bdd55cf8f16 11:06:35 Step 5/23 : RUN apk add --update --no-cache make git 11:06:35 Removing intermediate container 3c2865484355 11:06:35 ---> fc7cb8c6c2a3 11:06:35 Step 5/23 : RUN apk add --update --no-cache make bash git 11:06:35 ---> Running in 2c56855319e8 11:06:35 Removing intermediate container 7fdc762a895f 11:06:35 ---> d05e1fef9082 11:06:35 Step 5/25 : RUN apk add --update --no-cache make git 11:06:35 ---> Running in 10400feabb6b 11:06:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 11:06:35 ---> Running in 820efb3b97ad 11:06:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 11:06:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 11:06:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 11:06:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 11:06:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 11:06:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 11:06:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 11:06:37 OK: 219 MiB in 52 packages 11:06:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 11:06:38 Removing intermediate container ed37f179f473 11:06:38 ---> 22bb8f5348f3 11:06:38 Step 6/31 : COPY go.mod . 11:06:38 OK: 219 MiB in 52 packages 11:06:38 OK: 219 MiB in 52 packages 11:06:38 ---> 41b258b3351e 11:06:38 Step 7/31 : RUN go mod download 11:06:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 11:06:38 ---> Running in 57c11c051b54 11:06:39 Removing intermediate container 2c56855319e8 11:06:39 ---> 2e45a3e7fd6b 11:06:39 Step 6/23 : COPY go.mod . 11:06:39 Removing intermediate container a4375df16487 11:06:39 ---> 4727921cee3e 11:06:39 Step 6/23 : COPY go.mod . 11:06:39 ---> 03ba8f3099f8 11:06:39 Step 7/23 : RUN go mod download 11:06:39 ---> Running in bf8c59bfcdc6 11:06:39 ---> 28673f75eecd 11:06:39 Step 7/23 : RUN go mod download 11:06:39 ---> Running in d290b5b73028 11:06:40 OK: 219 MiB in 52 packages 11:06:40 Removing intermediate container 57c11c051b54 11:06:40 ---> 7c0465c72fe6 11:06:40 Step 8/31 : COPY . . 11:06:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.087s coverage: 95.1% of statements 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 11:06:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.122s coverage: 58.8% of statements 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 11:06:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.236s coverage: 0.9% of statements 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 11:06:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.158s coverage: 22.6% of statements 11:06:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 11:06:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.286s coverage: 47.1% of statements 11:06:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.157s coverage: 79.5% of statements 11:06:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.154s coverage: 94.1% of statements 11:06:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.146s coverage: 96.3% of statements 11:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.170s coverage: 87.5% of statements 11:06:43 Removing intermediate container 10400feabb6b 11:06:43 ---> d5f49eea2343 11:06:43 Step 6/23 : COPY go.mod . 11:06:43 Removing intermediate container bf8c59bfcdc6 11:06:43 ---> ae2a3468a47c 11:06:43 Step 8/23 : COPY . . 11:06:43 OK: 219 MiB in 52 packages 11:06:43 Removing intermediate container d290b5b73028 11:06:43 ---> e62f6d929058 11:06:43 Step 8/23 : COPY . . 11:06:47 ---> 12c4d6d11436 11:06:47 Step 7/23 : RUN go mod download 11:06:49 ---> Running in 0867298ac756 11:06:50 Removing intermediate container 820efb3b97ad 11:06:50 ---> 19a31b60b14d 11:06:50 Step 6/25 : COPY go.mod . 11:06:54 ---> 506336dce98b 11:06:54 Step 7/25 : RUN go mod download 11:06:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.138s coverage: 94.4% of statements 11:06:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.119s coverage: 44.8% of statements 11:06:58 ---> Running in ac93abff1591 11:06:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.531s coverage: 81.8% of statements 11:06:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 11:07:00 Removing intermediate container 0867298ac756 11:07:00 ---> b1a315cb60df 11:07:00 Step 8/23 : COPY . . 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.184s coverage: 92.9% of statements 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.053s coverage: 65.1% of statements 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 76.0% of statements 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.133s coverage: 80.0% of statements 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.176s coverage: 87.2% of statements 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.209s coverage: 85.4% of statements 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.249s coverage: 91.2% of statements 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.610s coverage: 64.4% of statements 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 11:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.117s coverage: 100.0% of statements 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 11:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 11:07:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements 11:07:10 Removing intermediate container ac93abff1591 11:07:10 ---> 920b88ad28b7 11:07:10 Step 8/25 : COPY . . 11:07:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.112s coverage: 66.9% of statements 11:07:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 11:07:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 11:07:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 11:07:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.650s coverage: 43.4% of statements 11:07:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 11:07:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 11:07:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.086s coverage: 89.5% of statements 11:07:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 11:07:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements 11:07:18 ---> 51bfbbb21a5f 11:07:18 Step 9/23 : RUN make cmd/core-command/core-command 11:07:18 ---> 4887c09b196f 11:07:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 11:07:18 ---> b3f3f24382c9 11:07:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 11:07:19 ---> Running in aaa5dba09a7a 11:07:19 ---> Running in 128b6ced48c0 11:07:19 ---> Running in 5acebccd30e4 11:07:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.444s coverage: 47.0% of statements 11:07:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 11:07:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 11:07:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 11:07:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 11:07:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 11:07:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.179s coverage: 100.0% of statements 11:07:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 11:07:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements 11:07:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 11:07:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 11:07:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.171s coverage: 9.6% of statements 11:07:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 11:07:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.447s coverage: 92.6% of statements 11:07:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 11:07:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 11:07:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 11:07:23 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 11:07:23 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 11:07:23 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 11:07:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.423s coverage: 28.7% of statements 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 11:07:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.168s coverage: 99.0% of statements 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 11:07:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.167s coverage: 100.0% of statements 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 11:07:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.221s coverage: 64.6% of statements 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 11:07:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.323s coverage: 97.6% of statements 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 11:07:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 11:07:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 11:07:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 11:07:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 11:07:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 28.1% of statements 11:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 11:07:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements 11:07:29 GO111MODULE=on go vet ./... 11:07:33 ---> 721536464f9e 11:07:33 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 11:07:33 ---> Running in 81bf9a00318e 11:07:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 11:07:38 ---> c658923502c3 11:07:38 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:07:38 ---> Running in 2ab8d53d4ca0 11:07:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 11:08:06 Removing intermediate container aaa5dba09a7a 11:08:06 ---> e97238201e07 11:08:06 11:08:06 Step 10/31 : FROM alpine:3.12 11:08:06 3.12: Pulling from library/alpine 11:08:06 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 11:08:06 Status: Downloaded newer image for alpine:3.12 11:08:06 ---> 13621d1b12d4 11:08:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 11:08:06 ---> Running in e9f686be5859 11:08:06 Removing intermediate container e9f686be5859 11:08:06 ---> acf01989df76 11:08:06 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 11:08:07 ---> Running in 6a44173123b3 11:08:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:08:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:08:08 (1/2) Installing dumb-init (1.2.2-r1) 11:08:08 (2/2) Installing su-exec (0.2-r1) 11:08:08 Executing busybox-1.31.1-r20.trigger 11:08:08 OK: 6 MiB in 16 packages 11:08:11 Removing intermediate container 5acebccd30e4 11:08:11 ---> 4e4b25a23098 11:08:11 11:08:11 Step 10/23 : FROM alpine:3.12 11:08:11 ---> 13621d1b12d4 11:08:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:08:11 Removing intermediate container 6a44173123b3 11:08:11 ---> 97a97b8519f8 11:08:11 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 11:08:13 ---> Running in cd51fecc6ca0 11:08:13 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 11:08:13 ---> Running in b471162518f3 11:08:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:08:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:08:15 Removing intermediate container b471162518f3 11:08:15 ---> d9f105e7bedf 11:08:15 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 11:08:15 (1/1) Installing dumb-init (1.2.2-r1) 11:08:15 Executing busybox-1.31.1-r20.trigger 11:08:15 OK: 6 MiB in 15 packages 11:08:15 Removing intermediate container 128b6ced48c0 11:08:15 ---> e9538a8d4b51 11:08:15 11:08:15 Step 10/23 : FROM alpine:3.12 11:08:15 ---> 13621d1b12d4 11:08:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:08:16 ---> Running in 730ca85a3f74 11:08:16 ---> Running in 0823ba56f6ed 11:08:20 Removing intermediate container 0823ba56f6ed 11:08:20 ---> f78ceca402b6 11:08:20 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 11:08:20 Removing intermediate container 81bf9a00318e 11:08:20 ---> fa494b012ec6 11:08:20 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 11:08:20 ---> Running in cb044ab4c3cd 11:08:20 Removing intermediate container 2ab8d53d4ca0 11:08:20 ---> f00ce92c2abf 11:08:20 11:08:20 Step 10/25 : FROM alpine:3.12 11:08:20 ---> 13621d1b12d4 11:08:20 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 11:08:20 ---> Running in 7a14cee4ed43 11:08:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:08:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:08:20 ---> Running in df7963af03d1 11:08:20 Removing intermediate container cd51fecc6ca0 11:08:20 ---> 412071fe6062 11:08:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:08:21 (1/1) Installing dumb-init (1.2.2-r1) 11:08:21 Executing busybox-1.31.1-r20.trigger 11:08:21 OK: 6 MiB in 15 packages 11:08:21 ---> Running in 9357f8b2aa8e 11:08:21 Removing intermediate container 9357f8b2aa8e 11:08:21 ---> d58c35312876 11:08:21 Step 13/23 : ENV APP_PORT=48082 11:08:21 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 11:08:21 ---> Running in 061b24bebd05 11:08:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:08:22 Removing intermediate container 730ca85a3f74 11:08:22 ---> dc87c5091586 11:08:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:08:22 Removing intermediate container 061b24bebd05 11:08:22 ---> 2fe5bdec0f6b 11:08:22 Step 14/23 : EXPOSE $APP_PORT 11:08:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:08:22 (1/6) Installing ca-certificates (20191127-r4) 11:08:22 (2/6) Installing nghttp2-libs (1.41.0-r0) 11:08:22 (3/6) Installing libcurl (7.76.1-r0) 11:08:22 (4/6) Installing curl (7.76.1-r0) 11:08:22 (5/6) Installing dumb-init (1.2.2-r1) 11:08:22 (6/6) Installing su-exec (0.2-r1) 11:08:22 Executing busybox-1.31.1-r20.trigger 11:08:22 Executing ca-certificates-20191127-r4.trigger 11:08:22 OK: 7 MiB in 20 packages 11:08:24 Removing intermediate container cb044ab4c3cd 11:08:24 ---> b7f880bd2b5a 11:08:24 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 11:08:24 ---> Running in d4bb2722946f 11:08:24 ---> Running in 909ac3cc22d9 11:08:24 ---> Running in 825d6174e5c2 11:08:24 Removing intermediate container 909ac3cc22d9 11:08:24 ---> c1c81f874175 11:08:24 Step 15/23 : WORKDIR / 11:08:25 Removing intermediate container d4bb2722946f 11:08:25 ---> df02b72ee176 11:08:25 Step 13/23 : ENV APP_PORT=48081 11:08:25 ---> Running in f595cfb90af4 11:08:25 Removing intermediate container 825d6174e5c2 11:08:25 ---> 1184362ad29f 11:08:25 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 11:08:25 ---> Running in ea0244328976 11:08:25 Removing intermediate container df7963af03d1 11:08:25 ---> 675dfe5867d6 11:08:25 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:08:25 Removing intermediate container 7a14cee4ed43 11:08:25 ---> 47a30c515fae 11:08:25 11:08:25 Step 11/23 : FROM docker:20.10.0 11:08:25 20.10.0: Pulling from library/docker 11:08:27 ---> Running in 1da3c9ba3837 11:08:27 Removing intermediate container f595cfb90af4 11:08:27 ---> a31ae2e0294d 11:08:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:08:27 Removing intermediate container ea0244328976 11:08:27 ---> bc61582bad44 11:08:27 Step 14/23 : EXPOSE $APP_PORT 11:08:28 ---> ae833da00e0d 11:08:28 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 11:08:28 ---> Running in 06822082fdb7 11:08:29 ---> Running in 33476af99ae1 11:08:29 Removing intermediate container 1da3c9ba3837 11:08:29 ---> c76686842502 11:08:29 Step 13/25 : WORKDIR / 11:08:29 ---> 49bc5c75e136 11:08:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:08:29 ---> Running in bb1eba321e83 11:08:29 Removing intermediate container 06822082fdb7 11:08:29 ---> a06ab49bf8df 11:08:29 Step 15/23 : WORKDIR / 11:08:30 ---> b63195d8b85d 11:08:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 11:08:30 ---> Running in 97cc4d192d49 11:08:30 Removing intermediate container bb1eba321e83 11:08:30 ---> e89a919f610d 11:08:30 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 11:08:30 ---> 0ad7b67c9d6d 11:08:30 Step 19/23 : ENTRYPOINT ["/core-command"] 11:08:31 ---> b8d76dbd5bd6 11:08:31 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 11:08:31 ---> Running in f83db26a17c5 11:08:31 Removing intermediate container 97cc4d192d49 11:08:31 ---> e0a7b013374d 11:08:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:08:32 Removing intermediate container f83db26a17c5 11:08:32 ---> 509a913046d4 11:08:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:08:32 Removing intermediate container 33476af99ae1 11:08:32 ---> f81aace8fc2e 11:08:32 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 11:08:33 ---> Running in 02e91d2c9f3d 11:08:33 ---> 9b956d9abcec 11:08:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:08:33 ---> 0bce6e97e1a4 11:08:33 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 11:08:34 Removing intermediate container 02e91d2c9f3d 11:08:34 ---> 6c31911ecaae 11:08:34 Step 21/23 : LABEL arch=x86_64 11:08:34 ---> 33e43e956c4a 11:08:34 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 11:08:35 ---> Running in e26b5999303b 11:08:35 ---> 0a6b03277b0c 11:08:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 11:08:35 ---> ebdcfdcf4211 11:08:35 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 11:08:36 ---> a8fba878941d 11:08:36 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 11:08:36 Removing intermediate container e26b5999303b 11:08:36 ---> c468527ed425 11:08:36 Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:08:36 ---> 53fbc5edbbfa 11:08:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 11:08:36 ---> 639cb4198db6 11:08:36 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 11:08:37 ---> Running in 9b2b1a86387b 11:08:37 ---> Running in b58f7952bd72 11:08:37 ---> 0c999deb9420 11:08:37 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 11:08:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 11:08:37 Status: Downloaded newer image for docker:20.10.0 11:08:37 ---> aefe523efa57 11:08:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 11:08:37 ---> 492dcea2d2ac 11:08:37 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 11:08:38 Removing intermediate container 9b2b1a86387b 11:08:38 ---> 4a13cade547f 11:08:38 Step 23/23 : LABEL version=0.0.0 11:08:38 ---> Running in cbb2207af4c4 11:08:38 Removing intermediate container b58f7952bd72 11:08:38 ---> 111b0ece02ee 11:08:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:08:38 ---> 743224089943 11:08:38 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 11:08:38 ---> Running in 5bfbd22f491d 11:08:39 ---> Running in 5712b5d8d6b4 11:08:39 ---> 2c674b3aa240 11:08:39 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 11:08:39 Removing intermediate container cbb2207af4c4 11:08:39 ---> d6724e93ae84 11:08:39 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 11:08:40 Removing intermediate container 5bfbd22f491d 11:08:40 ---> d7b348c3445e 11:08:40 11:08:40 ---> f3685a7b4207 11:08:40 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 11:08:40 Successfully built d7b348c3445e 11:08:40 ---> 39e10486967c 11:08:40 Step 21/25 : 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/ 11:08:40 Successfully tagged docker-core-command-go:latest 11:08:41  Building docker-core-command-go ... done Building docker-core-data-go 11:08:41 Removing intermediate container 5712b5d8d6b4 11:08:41 ---> 89c14f198976 11:08:41 Step 21/23 : LABEL arch=x86_64 11:08:41 ---> Running in 9780dd298300 11:08:42 ---> Running in ec21d1431c91 11:08:42 ---> Running in c70b97e0544b 11:08:42 ---> Running in c326dc161003 11:08:45 Removing intermediate container c70b97e0544b 11:08:45 ---> 883f693d6f14 11:08:45 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 11:08:47 Removing intermediate container c326dc161003 11:08:47 ---> dda827ba843c 11:08:47 Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:08:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:08:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:08:47 (1/39) Installing readline (8.0.4-r0) 11:08:47 (2/39) Installing bash (5.0.17-r0) 11:08:47 Executing bash-5.0.17-r0.post-install 11:08:47 (3/39) Installing nghttp2-libs (1.41.0-r0) 11:08:47 (4/39) Installing libcurl (7.76.1-r0) 11:08:47 (5/39) Installing curl (7.76.1-r0) 11:08:47 (6/39) Installing dumb-init (1.2.2-r1) 11:08:47 (7/39) Installing libbz2 (1.0.8-r1) 11:08:48 (8/39) Installing expat (2.2.9-r1) 11:08:48 ---> 148340716b3f 11:08:48 Step 26/31 : RUN chmod +x /entrypoint.sh 11:08:48 (9/39) Installing libffi (3.3-r2) 11:08:48 (10/39) Installing gdbm (1.13-r1) 11:08:48 (11/39) Installing xz-libs (5.2.5-r0) 11:08:48 (12/39) Installing sqlite-libs (3.32.1-r0) 11:08:48 (13/39) Installing python3 (3.8.10-r0) 11:08:51 ---> Running in 7528a1cc4cb1 11:08:54 ---> Running in 47221d393c41 11:08:54 (14/39) Installing py3-appdirs (1.4.4-r1) 11:08:54 (15/39) Installing py3-ordered-set (4.0.1-r0) 11:08:54 (16/39) Installing py3-parsing (2.4.7-r0) 11:08:54 (17/39) Installing py3-six (1.15.0-r0) 11:08:54 (18/39) Installing py3-packaging (20.4-r0) 11:08:55 (19/39) Installing py3-setuptools (47.0.0-r0) 11:08:55 (20/39) Installing py3-chardet (3.0.4-r4) 11:08:55 Removing intermediate container 7528a1cc4cb1 11:08:55 ---> 201353e4c790 11:08:55 Step 23/23 : LABEL version=0.0.0 11:08:56 (21/39) Installing py3-idna (2.9-r0) 11:08:56 (22/39) Installing py3-certifi (2020.4.5.1-r0) 11:08:57 (23/39) Installing py3-urllib3 (1.25.9-r0) 11:08:57 (24/39) Installing py3-requests (2.23.0-r0) 11:08:57 (25/39) Installing py3-msgpack (1.0.0-r0) 11:08:57 (26/39) Installing py3-lockfile (0.12.2-r3) 11:08:58 (27/39) Installing py3-cachecontrol (0.12.6-r0) 11:08:59 (28/39) Installing py3-colorama (0.4.3-r0) 11:09:00 (29/39) Installing py3-distlib (0.3.0-r0) 11:09:00 Removing intermediate container ec21d1431c91 11:09:00 ---> 30de242baa05 11:09:00 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 11:09:00 (30/39) Installing py3-distro (1.5.0-r1) 11:09:00 ---> Running in bcc3a2377d88 11:09:01 (31/39) Installing py3-webencodings (0.5.1-r3) 11:09:01 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:09:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:09:01 ---> 76f2449c87e8 11:09:01 Step 3/23 : WORKDIR /edgex-go 11:09:01 ---> Using cache 11:09:01 ---> 9943334a980f 11:09:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:09:01 ---> Using cache 11:09:01 ---> fc7cb8c6c2a3 11:09:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 11:09:01 (32/39) Installing py3-html5lib (1.0.1-r4) 11:09:02 (33/39) Installing py3-pytoml (0.1.21-r0) 11:09:03 (34/39) Installing py3-pep517 (0.8.2-r0) 11:09:03 (35/39) Installing py3-progress (1.5-r0) 11:09:03 (36/39) Installing py3-toml (0.10.1-r0) 11:09:03 (37/39) Installing py3-retrying (1.3.3-r0) 11:09:03 ---> Running in 18cb52ecb6af 11:09:03 (38/39) Installing py3-contextlib2 (0.6.0-r0) 11:09:03 (39/39) Installing py3-pip (20.1.1-r0) 11:09:03 ---> Running in 04cbbe73d96d 11:09:04 Removing intermediate container bcc3a2377d88 11:09:04 ---> ae3b010d4bec 11:09:04 11:09:04 Executing busybox-1.31.1-r19.trigger 11:09:04 OK: 72 MiB in 59 packages 11:09:04 Successfully built ae3b010d4bec 11:09:05 Successfully tagged docker-core-metadata-go:latest 11:09:05 Building docker-support-notifications-go 11:09:05  Building docker-core-metadata-go ... done Removing intermediate container 47221d393c41 11:09:05 ---> 1385ab02b9a8 11:09:05 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 11:09:05 Removing intermediate container 18cb52ecb6af 11:09:05 ---> f5068852704f 11:09:05 Step 23/25 : LABEL arch=x86_64 11:09:05 ---> Running in d6beca20c30e 11:09:06 ---> Running in aa8d80f814cf 11:09:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 11:09:06 Removing intermediate container d6beca20c30e 11:09:06 ---> ac6ae7f4e37b 11:09:06 Step 24/25 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:09:06 Collecting docker-compose==1.23.2 11:09:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 11:09:06 gofmt -l . 11:09:06 [ "`gofmt -l .`" = "" ] 11:09:07 Removing intermediate container aa8d80f814cf 11:09:07 ---> 6a87687532a1 11:09:07 Step 28/31 : CMD ["gate"] 11:09:07 ./bin/test-go-mod-tidy.sh 11:09:07 Collecting texttable<0.10,>=0.9.0 11:09:07 Downloading texttable-0.9.1.tar.gz (11 kB) 11:09:07 ---> Running in 28bdf160a4d1 11:09:07 ./bin/test-attribution-txt.sh 11:09:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 11:09:09 OK: 219 MiB in 52 packages [Pipeline] sh 11:09:10 + ls -al . 11:09:10 total 844 11:09:10 drwxrwxr-x 9 1001 1001 4096 May 9 11:09 . 11:09:10 drwxr-xr-x 4 root root 4096 May 9 11:04 .. 11:09:10 -rw-rw-r-- 1 1001 1001 11 May 9 11:01 .dockerignore 11:09:10 drwxrwxr-x 8 1001 1001 4096 May 9 11:02 .git 11:09:10 drwxrwxr-x 3 1001 1001 4096 May 9 11:01 .github 11:09:10 -rw-rw-r-- 1 1001 1001 818 May 9 11:01 .gitignore 11:09:10 -rw-rw-r-- 1 1001 1001 166 May 9 11:01 .sonarcloud.properties 11:09:10 -rw-rw-r-- 1 1001 1001 8609 May 9 11:01 Attribution.txt 11:09:10 -rw-rw-r-- 1 1001 1001 3804 May 9 11:01 CONTRIBUTING.md 11:09:10 -rw-rw-r-- 1 1001 1001 931 May 9 11:01 Dockerfile.build 11:09:10 -rw-rw-r-- 1 1001 1001 863 May 9 11:01 Jenkinsfile 11:09:10 -rw-rw-r-- 1 1001 1001 10775 May 9 11:01 LICENSE 11:09:10 -rw-rw-r-- 1 1001 1001 5774 May 9 11:01 Makefile 11:09:10 -rw-rw-r-- 1 1001 1001 7978 May 9 11:01 README.md 11:09:10 -rw-rw-r-- 1 1001 1001 6755 May 9 11:01 SECURITY.md 11:09:10 -rw-rw-r-- 1 1001 1001 5 May 9 11:01 VERSION 11:09:10 -rw-rw-r-- 1 1001 1001 4131 May 9 11:01 ZMQWindows.md 11:09:10 drwxrwxr-x 2 1001 1001 4096 May 9 11:01 bin 11:09:10 drwxrwxr-x 14 1001 1001 4096 May 9 11:01 cmd 11:09:10 -rw-r--r-- 1 root root 705232 May 9 11:07 coverage.out 11:09:10 -rw-r--r-- 1 root root 1060 May 9 11:09 go.mod 11:09:10 -rw-r--r-- 1 root root 22051 May 9 11:04 go.sum 11:09:10 drwxrwxr-x 8 1001 1001 4096 May 9 11:01 internal 11:09:10 drwxrwxr-x 4 1001 1001 4096 May 9 11:01 openapi 11:09:10 drwxrwxr-x 4 1001 1001 4096 May 9 11:01 snap 11:09:10 -rw-rw-r-- 1 1001 1001 168 May 9 11:01 version.go [Pipeline] sh 11:09:11 + '[' -e coverage.out ] 11:09:11 + chown 1001:1001 coverage.out [Pipeline] stash 11:09:11 Warning: overwriting stash ‘coverage-report’ 11:09:11 Collecting dockerpty<0.5,>=0.4.1 11:09:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 11:09:12 Stashed 1 file(s) [Pipeline] sh 11:09:12 ---> Running in f85023e96740 11:09:12 Collecting PyYAML<4,>=3.10 11:09:13 + make build 11:09:13 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 11:09:13 Downloading PyYAML-3.13.tar.gz (270 kB) 11:09:14 Removing intermediate container 28bdf160a4d1 11:09:14 ---> 5e53280d50ea 11:09:14 Step 25/25 : LABEL version=0.0.0 11:09:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 11:09:16 Collecting jsonschema<3,>=2.5.1 11:09:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 11:09:16 Collecting docker<4.0,>=3.6.0 11:09:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 11:09:16 Removing intermediate container f85023e96740 11:09:16 ---> 179258c1c1fc 11:09:16 Step 29/31 : LABEL arch=x86_64 11:09:17 ---> Running in a3cca1c7835b 11:09:18 Collecting websocket-client<1.0,>=0.32.0 11:09:18 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 11:09:18 Removing intermediate container 04cbbe73d96d 11:09:18 ---> 786a0e85860d 11:09:18 Step 6/23 : COPY go.mod . 11:09:18 Collecting docopt<0.7,>=0.6.1 11:09:18 Downloading docopt-0.6.2.tar.gz (25 kB) 11:09:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 11:09:20 ---> Running in fe39a29499e3 11:09:20 ---> 04571d7c5649 11:09:20 Step 7/23 : RUN go mod download 11:09:20 Removing intermediate container a3cca1c7835b 11:09:20 ---> 1c6b056c5720 11:09:20 11:09:20 Collecting cached-property<2,>=1.2.0 11:09:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 11:09:21 Successfully built 1c6b056c5720 11:09:21 Successfully tagged docker-security-secretstore-setup-go:latest 11:09:21  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 11:09:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 11:09:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 11:09:22 Removing intermediate container fe39a29499e3 11:09:22 ---> cf3dcaf1b149 11:09:22 Step 30/31 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:09:22 ---> Running in 6e8cbac5847f 11:09:23 Collecting docker-pycreds>=0.4.0 11:09:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 11:09:23 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:09:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 11:09:23 ---> 76f2449c87e8 11:09:23 Step 3/22 : WORKDIR /edgex-go 11:09:23 ---> Using cache 11:09:23 ---> 9943334a980f 11:09:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:09:23 ---> Using cache 11:09:23 ---> fc7cb8c6c2a3 11:09:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 11:09:25 Collecting idna<2.8,>=2.5 11:09:25 ---> Running in 9b4abdd5d027 11:09:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 11:09:25 ---> Running in 65fce4dbac17 11:09:25 Collecting urllib3<1.25,>=1.21.1 11:09:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 11:09:26 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 11:09:26 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) 11:09:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 11:09:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 11:09:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 11:09:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 11:09:26 Removing intermediate container 65fce4dbac17 11:09:26 ---> 259ccef7b6eb 11:09:26 Step 31/31 : LABEL version=0.0.0 11:09:26 Installing collected packages: texttable, dockerpty, PyYAML, jsonschema, docker-pycreds, websocket-client, idna, urllib3, requests, docker, docopt, cached-property, docker-compose 11:09:26 Running setup.py install for texttable: started 11:09:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 11:09:27 Running setup.py install for texttable: finished with status 'done' 11:09:27 Running setup.py install for dockerpty: started 11:09:27 ---> Running in b45ebb42e03b 11:09:28 Removing intermediate container b45ebb42e03b 11:09:28 ---> 6159f6564d2b 11:09:28 11:09:28 Successfully built 6159f6564d2b 11:09:28 Removing intermediate container 6e8cbac5847f 11:09:28 ---> 48bbffc8ddc9 11:09:28 Step 8/23 : COPY . . 11:09:28 Running setup.py install for dockerpty: finished with status 'done' 11:09:28 Running setup.py install for PyYAML: started 11:09:28 Successfully tagged docker-security-bootstrapper-go:latest 11:09:28 Building docker-support-scheduler-go 11:09:29  Building docker-security-bootstrapper-go ... done fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 11:09:29 Running setup.py install for PyYAML: finished with status 'done' 11:09:29 OK: 219 MiB in 52 packages 11:09:36 Attempting uninstall: idna 11:09:36 Found existing installation: idna 2.9 11:09:36 Uninstalling idna-2.9: 11:09:36 Successfully uninstalled idna-2.9 11:09:37 Attempting uninstall: urllib3 11:09:37 Found existing installation: urllib3 1.25.9 11:09:37 Uninstalling urllib3-1.25.9: 11:09:37 Successfully uninstalled urllib3-1.25.9 11:09:41 Attempting uninstall: requests 11:09:41 Found existing installation: requests 2.23.0 11:09:41 Uninstalling requests-2.23.0: 11:09:41 Successfully uninstalled requests-2.23.0 11:09:42 Removing intermediate container 9b4abdd5d027 11:09:42 ---> ebd25d03d399 11:09:42 Step 6/22 : COPY go.mod . 11:09:43 Running setup.py install for docopt: started 11:09:43 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:09:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 11:09:44 ---> 76f2449c87e8 11:09:44 Step 3/21 : WORKDIR /edgex-go 11:09:44 ---> Using cache 11:09:44 ---> 9943334a980f 11:09:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:09:44 ---> Using cache 11:09:44 ---> fc7cb8c6c2a3 11:09:44 Step 5/21 : RUN apk add --update --no-cache make git 11:09:45 ---> 8814e013a82f 11:09:45 Step 7/22 : RUN go mod download 11:09:46 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 11:09:47 ---> Running in 163a92f25435 11:09:47 ---> Running in 562900d90726 11:09:47 Running setup.py install for docopt: finished with status 'done' 11:09:48 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 11:09:49 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.59.0 11:09:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 11:09:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 11:09:52 OK: 219 MiB in 52 packages 11:09:53 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 11:09:53 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 11:09:53 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:09:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 11:09:53 ---> 76f2449c87e8 11:09:53 Step 3/22 : WORKDIR /edgex-go 11:09:53 ---> Using cache 11:09:53 ---> 9943334a980f 11:09:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:09:53 ---> Using cache 11:09:53 ---> fc7cb8c6c2a3 11:09:53 Step 5/22 : RUN apk add --update --no-cache make git 11:09: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 11:09:58 ---> Running in 29e143a1f3ea 11:09:58 ---> f2ec418f78ee 11:09:58 Step 9/23 : RUN make cmd/core-data/core-data 11:09:58 Removing intermediate container 562900d90726 11:09:58 ---> c93f73c33154 11:09:58 Step 8/22 : COPY . . 11:09:58 ---> Running in 1ae93030008f 11:09:59 Removing intermediate container 163a92f25435 11:09:59 ---> 01fa96a889bd 11:09:59 Step 6/21 : COPY go.mod . 11:09:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 11:10:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 11:10:01 OK: 219 MiB in 52 packages 11:10:01 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 11:10:02 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 11:10:03 ---> fda3a052a183 11:10:03 Step 7/21 : RUN go mod download 11:10:04 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 11:10:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 11:10:10 ---> Running in d46a74a94a3d 11:10:10 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 11:10:12 Removing intermediate container 29e143a1f3ea 11:10:12 ---> 94262347ceee 11:10:12 Step 6/22 : COPY go.mod . 11:10:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 11:10:15 ---> 04585240cb00 11:10:15 Step 7/22 : RUN go mod download 11:10:18 ---> Running in 8248258804b1 [Pipeline] } 11:10:19 $ docker stop --time=1 3ffacd7e223a11ca3912a281bf21f05215a3daa4d4e247431c9ade0eea8bc18d 11:10:20 Removing intermediate container d46a74a94a3d 11:10:20 ---> f05cb6807bff 11:10:20 Step 8/21 : COPY . . 11:10:21 Removing intermediate container 9780dd298300 11:10:21 ---> dc2a153c4bc9 11:10:21 Step 14/23 : ENV APP_PORT=48090 11:10:22 $ docker rm -f 3ffacd7e223a11ca3912a281bf21f05215a3daa4d4e247431c9ade0eea8bc18d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:10:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:10:24 11:10:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:10:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:10:24 latest: Pulling from edgex-devops/edgex-compose-arm64 11:10:24 29e5d40040c1: Pulling fs layer 11:10:24 1ce36da41761: Pulling fs layer 11:10:24 25b303627fd3: Pulling fs layer 11:10:25 29e5d40040c1: Verifying Checksum 11:10:25 29e5d40040c1: Download complete 11:10:25 1ce36da41761: Verifying Checksum 11:10:25 1ce36da41761: Download complete 11:10:25 29e5d40040c1: Pull complete 11:10:27 1ce36da41761: Pull complete 11:10:27 25b303627fd3: Verifying Checksum 11:10:27 25b303627fd3: Download complete 11:10:30 ---> Running in 86014438cb54 11:10:33 ---> 971c39bd8756 11:10:33 Step 9/22 : RUN make cmd/support-notifications/support-notifications 11:10:33 Removing intermediate container 86014438cb54 11:10:33 ---> 5ca196b5a972 11:10:33 Step 15/23 : EXPOSE $APP_PORT 11:10:37 ---> Running in f8a5880a61db 11:10:37 Removing intermediate container 8248258804b1 11:10:37 ---> aa06f41173e9 11:10:37 Step 8/22 : COPY . . 11:10:37 ---> Running in acbfa612f586 11:10:37 25b303627fd3: Pull complete 11:10:37 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 11:10:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:10:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 11:10:37 prd-ubuntu18.04-docker-arm64-4c-16g-3817 does not seem to be running inside a container 11:10:37 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 11:10:41 $ docker top 5ecfbf3b06f95de84e0db1323126ac8eeebe03d84831d76e20e0329a93e4a18e -eo pid,comm 11:10:41 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 [Pipeline] { [Pipeline] sh 11:10:42 + docker-compose build --help 11:10:42 + grep parallel 11:10:42 Removing intermediate container acbfa612f586 11:10:42 ---> ab4dff3f7e2a 11:10:42 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 11:10:45 --parallel Build images in parallel. [Pipeline] } 11:10:45 $ docker stop --time=1 5ecfbf3b06f95de84e0db1323126ac8eeebe03d84831d76e20e0329a93e4a18e 11:10:47 ---> bd852fa4ef09 11:10:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 11:10:47 $ docker rm -f 5ecfbf3b06f95de84e0db1323126ac8eeebe03d84831d76e20e0329a93e4a18e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:10:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:10:48 . [Pipeline] withDockerContainer 11:10:48 prd-ubuntu18.04-docker-arm64-4c-16g-3817 does not seem to be running inside a container 11:10:48 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 11:10:50 $ docker top 207cc62a87690c4e56fcca66b35695e0ff414b0590a3e8dbbc7d07c07c063586 -eo pid,comm 11:10:50 ---> 25434568d3b4 11:10:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [Pipeline] { [Pipeline] sh 11:10:51 + docker-compose -f ./docker-compose-build.yml build --parallel 11:10:52 ---> 0f4ba8017e69 11:10:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 11:10:54 ---> 717b0522b060 11:10:54 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 11:10:55 Building docker-core-command-go ... 11:10:55 Building docker-core-data-go ... 11:10:55 Building docker-core-metadata-go ... 11:10:55 Building docker-security-bootstrapper-go ... 11:10:55 Building docker-security-proxy-setup-go ... 11:10:55 Building docker-security-secretstore-setup-go ... 11:10:55 Building docker-support-notifications-go ... 11:10:55 Building docker-support-scheduler-go ... 11:10:55 Building docker-sys-mgmt-agent-go ... 11:10:55 Building docker-sys-mgmt-agent-go 11:10:55 Building docker-security-secretstore-setup-go 11:10:55 Building docker-support-scheduler-go 11:10:55 Building docker-security-proxy-setup-go 11:10:55 Building docker-security-bootstrapper-go 11:10:56 ---> Running in fdf90f94068e 11:10:58 ---> Running in 9f21f5422b30 11:11:01 Removing intermediate container 1ae93030008f 11:11:01 ---> 36f10c2efb6a 11:11:01 11:11:01 Step 10/23 : FROM alpine:3.12 11:11:01 ---> 13621d1b12d4 11:11:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 11:11:02 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 11:11:03 Removing intermediate container 9f21f5422b30 11:11:03 ---> d4469d8d1d89 11:11:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:11:04 ---> Running in cbbf87ec403b 11:11:05 ---> Running in 5602fe6e5939 11:11:07 Removing intermediate container cbbf87ec403b 11:11:07 ---> 33978ec41a95 11:11:07 Step 12/23 : ENV APP_PORT=48080 11:11:07 Removing intermediate container 5602fe6e5939 11:11:07 ---> 6419859bcb23 11:11:07 Step 21/23 : LABEL arch=x86_64 11:11:07 ---> Running in 4b12fa395437 11:11:07 ---> 5d16421719c2 11:11:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 11:11:07 ---> Running in 45df8894bcf7 11:11:07 ---> Running in ce0fd96085c0 11:11:08 Removing intermediate container 4b12fa395437 11:11:08 ---> e86d0556e7e3 11:11:08 Step 13/23 : EXPOSE $APP_PORT 11:11:08 Removing intermediate container 45df8894bcf7 11:11:08 ---> b0274fc86b19 11:11:08 Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:11:08 ---> Running in e7ac9215c5a3 11:11:08 ---> Running in 63c099b7adad 11:11:08 Removing intermediate container e7ac9215c5a3 11:11:08 ---> bc4fb49a2af0 11:11:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:11:08 ---> Running in 3ef60fb5ef82 11:11:08 Removing intermediate container 63c099b7adad 11:11:08 ---> 5a2ca4e55059 11:11:08 Step 23/23 : LABEL version=0.0.0 11:11:08 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 11:11:09 ---> Running in abc70b7d76b3 11:11:09 Removing intermediate container abc70b7d76b3 11:11:09 ---> cc31652e51b8 11:11:09 11:11:09 Successfully built cc31652e51b8 11:11:09 Successfully tagged docker-sys-mgmt-agent-go:latest 11:11:11  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 3ef60fb5ef82 11:11:11 ---> 5301c33f3bdf 11:11:11 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 11:11:11 ---> Running in 40777cb062a1 11:11:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:11:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:11:16 (1/6) Installing dumb-init (1.2.2-r1) 11:11:16 (2/6) Installing libgcc (9.3.0-r2) 11:11:16 (3/6) Installing libsodium (1.0.18-r0) 11:11:16 (4/6) Installing libstdc++ (9.3.0-r2) 11:11:17 (5/6) Installing libzmq (4.3.3-r0) 11:11:17 Removing intermediate container f8a5880a61db 11:11:17 ---> 55d41e97dee7 11:11:17 11:11:17 Step 10/22 : FROM alpine:3.12 11:11:17 ---> 13621d1b12d4 11:11:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 11:11:18 (6/6) Installing zeromq (4.3.3-r0) 11:11:18 ---> Running in 28c0fc7e71ef 11:11:18 Executing busybox-1.31.1-r20.trigger 11:11:18 OK: 8 MiB in 20 packages 11:11:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:11:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:11:19 (1/2) Installing ca-certificates (20191127-r4) 11:11:19 Removing intermediate container 40777cb062a1 11:11:19 ---> 92f0e5a50046 11:11:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:11:19 (2/2) Installing dumb-init (1.2.2-r1) 11:11:19 Executing busybox-1.31.1-r20.trigger 11:11:19 Executing ca-certificates-20191127-r4.trigger 11:11:19 OK: 6 MiB in 16 packages 11:11:19 ---> 063ddfdfb01a 11:11:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:11:21 ---> d433eb6fb95b 11:11:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 11:11:21 Removing intermediate container 28c0fc7e71ef 11:11:21 ---> 5d0c5c9fe9e8 11:11:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 11:11:21 ---> Running in f111b8e8e397 11:11:21 Removing intermediate container f111b8e8e397 11:11:21 ---> 0d1014a137d6 11:11:21 Step 13/22 : ENV APP_PORT=48060 11:11:21 ---> 414ba52b8ec9 11:11:21 Step 19/23 : ENTRYPOINT ["/core-data"] 11:11:21 ---> Running in 35ced679548c 11:11:21 ---> Running in b56a75d871e3 11:11:21 Removing intermediate container 35ced679548c 11:11:21 ---> 9e41849b0544 11:11:21 Step 14/22 : EXPOSE $APP_PORT 11:11:22 Removing intermediate container b56a75d871e3 11:11:22 ---> 28dcea2e6124 11:11:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:11:22 ---> Running in a4df12a937d0 11:11:22 ---> Running in 378ede209875 11:11:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 11:11:22 Removing intermediate container a4df12a937d0 11:11:22 ---> 012dd754929e 11:11:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:11:22 Removing intermediate container 378ede209875 11:11:22 ---> 30371cd407b5 11:11:22 Step 21/23 : LABEL arch=x86_64 11:11:22 ---> Running in 7f0306ee71e8 11:11:23 ---> ba375d227671 11:11:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:11:23 Removing intermediate container 7f0306ee71e8 11:11:23 ---> 8d920942d628 11:11:23 Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:11:23 ---> Running in a4fa325a8bbd 11:11:23 Removing intermediate container a4fa325a8bbd 11:11:23 ---> 2ca1a30b2b9d 11:11:23 Step 23/23 : LABEL version=0.0.0 11:11:25 ---> Running in 02b5fa6fcc79 11:11:25 ---> 8f0e8efbb007 11:11:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 11:11:25 Removing intermediate container 02b5fa6fcc79 11:11:25 ---> 9dfceb867d3f 11:11:25 11:11:25 Successfully built 9dfceb867d3f 11:11:25 Successfully tagged docker-core-data-go:latest 11:11:25 ---> a0f093954d34 11:11:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 11:11:25  Building docker-core-data-go ... done  ---> Running in 151089ee3bb2 11:11:26 Removing intermediate container 151089ee3bb2 11:11:26 ---> ed43f7c7168a 11:11:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:11:26 ---> Running in f6e9e04178ee 11:11:26 Removing intermediate container f6e9e04178ee 11:11:26 ---> ca655150c584 11:11:26 Step 20/22 : LABEL arch=x86_64 11:11:26 ---> Running in 40a7010560a5 11:11:27 Removing intermediate container 40a7010560a5 11:11:27 ---> c44a722d940e 11:11:27 Step 21/22 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:11:27 ---> Running in 63d4742f0352 11:11:27 Removing intermediate container 63d4742f0352 11:11:27 ---> 4ff979a9da61 11:11:27 Step 22/22 : LABEL version=0.0.0 11:11:28 ---> Running in c97a92155328 11:11:29 Removing intermediate container fdf90f94068e 11:11:29 ---> b1b04654e67e 11:11:29 11:11:29 Step 10/21 : FROM alpine:3.12 11:11:29 ---> 13621d1b12d4 11:11:29 Step 11/21 : RUN apk add --update --no-cache curl 11:11:29 Removing intermediate container c97a92155328 11:11:29 ---> cb5c6f991224 11:11:29 11:11:30 ---> Running in 7d25d446a5ef 11:11:30 Successfully built cb5c6f991224 11:11:30 Successfully tagged docker-support-notifications-go:latest 11:11:30  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:11:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:11:31 (1/4) Installing ca-certificates (20191127-r4) 11:11:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 11:11:31 (3/4) Installing libcurl (7.76.1-r0) 11:11:31 (4/4) Installing curl (7.76.1-r0) 11:11:31 Executing busybox-1.31.1-r20.trigger 11:11:31 Executing ca-certificates-20191127-r4.trigger 11:11:31 OK: 7 MiB in 18 packages 11:11:33 Removing intermediate container ce0fd96085c0 11:11:33 ---> 5afdf5220f1e 11:11:33 11:11:33 Step 10/22 : FROM alpine:3.12 11:11:33 ---> 13621d1b12d4 11:11:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 11:11:33 ---> Using cache 11:11:33 ---> dc87c5091586 11:11:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:11:33 ---> Using cache 11:11:33 ---> df02b72ee176 11:11:33 Step 13/22 : ENV APP_PORT=48085 11:11:33 ---> Running in 013b71603e78 11:11:33 Removing intermediate container 013b71603e78 11:11:33 ---> a58193a9f7dc 11:11:33 Step 14/22 : EXPOSE $APP_PORT 11:11:33 Removing intermediate container 7d25d446a5ef 11:11:33 ---> eb00b3acf22f 11:11:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:11:34 ---> Running in dd4d01acb018 11:11:34 ---> Running in 4ea76c3128ac 11:11:34 Removing intermediate container dd4d01acb018 11:11:34 ---> 7d7fb67422d3 11:11:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:11:34 Removing intermediate container 4ea76c3128ac 11:11:34 ---> a680da62105c 11:11:34 Step 13/21 : WORKDIR /edgex 11:11:34 ---> Running in 9c036cf955b4 11:11:34 ---> 0fdf5e1f6879 11:11:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:11:34 Removing intermediate container 9c036cf955b4 11:11:34 ---> edf4920249fd 11:11:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 11:11:34 ---> e84c3c5372ef 11:11:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 11:11:34 ---> e6630ad25aef 11:11:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 11:11:35 ---> 35de70b15021 11:11:35 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 11:11:35 ---> Running in 1e5548159455 11:11:35 ---> bf399f9767c4 11:11:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 11:11:36 ---> d589e8011eec 11:11:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 11:11:36 Removing intermediate container 1e5548159455 11:11:36 ---> 8cfa0516609e 11:11:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:11:36 ---> Running in 3faf264d7175 11:11:36 ---> Running in 1e3e82a8f0c2 11:11:36 Removing intermediate container 3faf264d7175 11:11:36 ---> d0305fc899f5 11:11:36 Step 18/21 : CMD ["--init=true"] 11:11:36 Removing intermediate container 1e3e82a8f0c2 11:11:36 ---> 51703c879c29 11:11:36 Step 20/22 : LABEL arch=x86_64 11:11:36 ---> Running in 6c8e756aa1a3 11:11:36 ---> Running in 0adbafe06e4b 11:11:36 Removing intermediate container 6c8e756aa1a3 11:11:36 ---> 1a9919366ad5 11:11:36 Step 19/21 : LABEL arch=x86_64 11:11:36 Removing intermediate container 0adbafe06e4b 11:11:36 ---> 41030d9290b4 11:11:36 Step 21/22 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:11:36 ---> Running in 4292faf94a73 11:11:36 ---> Running in 29265c064ee1 11:11:36 Removing intermediate container 4292faf94a73 11:11:36 ---> 6b039a9e566c 11:11:36 Step 20/21 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:11:37 Removing intermediate container 29265c064ee1 11:11:37 ---> ea756b1306c8 11:11:37 Step 22/22 : LABEL version=0.0.0 11:11:37 ---> Running in 3581b73166bb 11:11:37 ---> Running in 393cd73674d8 11:11:37 Removing intermediate container 3581b73166bb 11:11:37 ---> ddbbc35212a0 11:11:37 Step 21/21 : LABEL version=0.0.0 11:11:37 Removing intermediate container 393cd73674d8 11:11:37 ---> 2b706c3159fe 11:11:37 11:11:37 ---> Running in 2fda708804cb 11:11:37 Successfully built 2b706c3159fe 11:11:38 Successfully tagged docker-support-scheduler-go:latest 11:11:38  Building docker-support-scheduler-go ... done Removing intermediate container 2fda708804cb 11:11:38 ---> 76ed67e43ca2 11:11:38 11:11:38 Successfully built 76ed67e43ca2 11:11:38 Successfully tagged docker-security-proxy-setup-go:latest 11:11:38  Building docker-security-proxy-setup-go ... done  [Pipeline] } 11:11:38 $ docker stop --time=1 a3fbd17b8c1f0fe983473df07cda71eedc9f200762ad404b292d367d49ffb00c 11:11:40 $ docker rm -f a3fbd17b8c1f0fe983473df07cda71eedc9f200762ad404b292d367d49ffb00c [Pipeline] // withDockerContainer [Pipeline] sh 11:11:40 + docker images 11:11:40 + grep docker 11:11:41 docker-security-proxy-setup-go latest 76ed67e43ca2 3 seconds ago 25.3MB 11:11:41 docker-support-scheduler-go latest 2b706c3159fe 4 seconds ago 17.1MB 11:11:41 docker-support-notifications-go latest cb5c6f991224 12 seconds ago 17.6MB 11:11:41 docker-core-data-go latest 9dfceb867d3f 16 seconds ago 21.5MB 11:11:41 docker-sys-mgmt-agent-go latest cc31652e51b8 32 seconds ago 312MB 11:11:41 docker-security-bootstrapper-go latest 6159f6564d2b 2 minutes ago 18.2MB 11:11:41 docker-security-secretstore-setup-go latest 1c6b056c5720 2 minutes ago 25.7MB 11:11:41 docker-core-metadata-go latest ae3b010d4bec 2 minutes ago 18.6MB 11:11:41 docker-core-command-go latest d7b348c3445e 3 minutes ago 17MB 11:11:41 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 11:11:56 Still waiting to schedule task 11:11:56 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 11:12:03 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:12:03 Step 2/25 : FROM ${BUILDER_BASE} AS builder 11:12:03 ---> d8a3c63a6fd1 11:12:03 Step 3/25 : WORKDIR /edgex-go 11:12:04 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:12:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 11:12:04 ---> d8a3c63a6fd1 11:12:04 Step 3/22 : WORKDIR /edgex-go 11:12:04 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:12:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:12:04 ---> d8a3c63a6fd1 11:12:04 Step 3/23 : WORKDIR /edgex-go 11:12:04 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:12:04 Step 2/31 : FROM ${BUILDER_BASE} AS builder 11:12:04 ---> d8a3c63a6fd1 11:12:04 Step 3/31 : WORKDIR /edgex-go 11:12:04 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:12:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 11:12:04 ---> d8a3c63a6fd1 11:12:04 Step 3/21 : WORKDIR /edgex-go 11:12:06 ---> Running in 11fc4400f1bb 11:12:06 ---> Running in 704a19cd5688 11:12:06 ---> Running in 5a8f59ab6c51 11:12:06 ---> Running in a4ca970133fe 11:12:06 ---> Running in 3496fcd4fc7a 11:12:07 Removing intermediate container a4ca970133fe 11:12:07 ---> 88e58964e0b2 11:12:07 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:12:07 Removing intermediate container 3496fcd4fc7a 11:12:07 ---> 5d98f2cf0a20 11:12:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:12:07 Removing intermediate container 11fc4400f1bb 11:12:07 ---> 4d859ef2bc3d 11:12:07 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:12:07 Removing intermediate container 5a8f59ab6c51 11:12:07 ---> a532166d31ea 11:12:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:12:07 Removing intermediate container 704a19cd5688 11:12:07 ---> db6967640725 11:12:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:12:07 ---> Running in 1732c211cfb6 11:12:07 ---> Running in e998584442c9 11:12:07 ---> Running in a93e39af433e 11:12:07 ---> Running in 4cd162802fb3 11:12:08 ---> Running in 8ac62d95743f 11:12:11 Removing intermediate container 1732c211cfb6 11:12:11 ---> 1a09337a2325 11:12:11 Step 5/22 : RUN apk add --update --no-cache make git 11:12:12 ---> Running in facbecda9ad0 11:12:12 Removing intermediate container e998584442c9 11:12:12 ---> 200e329ec881 11:12:12 Step 5/25 : RUN apk add --update --no-cache make git 11:12:12 Removing intermediate container 4cd162802fb3 11:12:12 ---> 74c4a4574349 11:12:12 Step 5/21 : RUN apk add --update --no-cache make git 11:12:12 Removing intermediate container a93e39af433e 11:12:12 ---> 696f2f26024d 11:12:12 Step 5/31 : RUN apk add --update --no-cache make git 11:12:12 ---> Running in 0d1cbc5bb22e 11:12:12 ---> Running in 0106cc4ad4f9 11:12:13 ---> Running in 68e6d8639ec6 11:12:13 Removing intermediate container 8ac62d95743f 11:12:13 ---> bc2f72ec2a34 11:12:13 Step 5/23 : RUN apk add --update --no-cache make bash git 11:12:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 11:12:13 ---> Running in 60d0b6c8346c 11:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 11:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 11:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 11:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 11:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 11:12:16 OK: 218 MiB in 52 packages 11:12:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 11:12:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 11:12:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 11:12:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 11:12:18 Removing intermediate container facbecda9ad0 11:12:18 ---> f900df232913 11:12:18 Step 6/22 : COPY go.mod . 11:12:18 OK: 218 MiB in 52 packages 11:12:18 OK: 218 MiB in 52 packages 11:12:18 OK: 218 MiB in 52 packages 11:12:18 ---> 49d0ae84b7c3 11:12:18 Step 7/22 : RUN go mod download 11:12:19 ---> Running in ccff03d42159 11:12:19 OK: 218 MiB in 52 packages 11:12:20 Removing intermediate container 0d1cbc5bb22e 11:12:20 ---> 866c4de0e1e3 11:12:20 Step 6/25 : COPY go.mod . 11:12:20 Removing intermediate container 0106cc4ad4f9 11:12:20 ---> 5088e0b8aa7b 11:12:20 Step 6/21 : COPY go.mod . 11:12:20 Removing intermediate container 68e6d8639ec6 11:12:20 ---> bf2c8b68ae16 11:12:20 Step 6/31 : COPY go.mod . 11:12:21 Removing intermediate container 60d0b6c8346c 11:12:21 ---> be62d052c104 11:12:21 Step 6/23 : COPY go.mod . 11:12:21 ---> f440ed2610f8 11:12:21 Step 7/25 : RUN go mod download 11:12:21 ---> ece5cbe86bfb 11:12:21 Step 7/21 : RUN go mod download 11:12:21 ---> Running in 250a9c5de07c 11:12:21 ---> Running in e2f36e267a4b 11:12:21 ---> 827600b25266 11:12:21 Step 7/31 : RUN go mod download 11:12:22 ---> Running in d3770c7400c4 11:12:22 ---> 173d4c76a7c4 11:12:22 Step 7/23 : RUN go mod download 11:12:22 ---> Running in f62310e3763b 11:12:23 Removing intermediate container ccff03d42159 11:12:23 ---> 96920fd95d3c 11:12:23 Step 8/22 : COPY . . 11:12:25 Removing intermediate container 250a9c5de07c 11:12:25 ---> 7ca4aab34392 11:12:25 Step 8/25 : COPY . . 11:12:26 Removing intermediate container e2f36e267a4b 11:12:26 ---> 4776a998ae2c 11:12:26 Step 8/21 : COPY . . 11:12:26 Removing intermediate container d3770c7400c4 11:12:26 ---> 7c3702ab1d5b 11:12:26 Step 8/31 : COPY . . 11:12:27 Removing intermediate container f62310e3763b 11:12:27 ---> f727892b09f9 11:12:27 Step 8/23 : COPY . . 11:12:52 Running on prd-ubuntu18.04-docker-8c-8g-3829 in /w/workspace/edgexfoundry_edgex-go_PR-3437 [Pipeline] { [Pipeline] ws 11:12:52 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 11:12:53 ---> 13680b517868 11:12:53 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 11:12:53 ---> 305521da4fb6 11:12:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 11:12:53 ---> 7ef9418c3570 11:12:53 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 11:12:53 ---> aaf2996ff911 11:12:53 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 11:12:53 ---> Running in 49879216980b 11:12:53 ---> 6deacdc30455 11:12:53 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:12:53 ---> Running in e262000885e8 11:12:53 ---> Running in faab07963e26 11:12:53 ---> Running in c62039fe5bca 11:12:53 ---> Running in fa258dfea2b2 11:12:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 11:12:54 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 11:12:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 11:12:54 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 11:12:54 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 11:12:54 using credential edgex-jenkins-ssh 11:12:54 Cloning the remote Git repository 11:12:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 11:12:54 > git init /w/workspace/edgex-go/2 # timeout=10 11:12:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:12:54 > git --version # timeout=10 11:12:54 > git --version # 'git version 2.17.1' 11:12:54 using GIT_SSH to set credentials SSH Credentials for GitHub 11:12:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:13:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:13:01 Merging remotes/origin/master commit 106205dfb17fde51d29924d02061c8a1d01e98d4 into PR head commit 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:13:01 Merge succeeded, producing 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:13:01 Checking out Revision 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa (PR-3437) 11:13:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:13:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:13:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:13:00 using GIT_SSH to set credentials SSH Credentials for GitHub 11:13:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3437/head:refs/remotes/origin/PR-3437 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:13:01 > git config core.sparsecheckout # timeout=10 11:13:01 > git checkout -f 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa # timeout=10 11:13:01 > git remote # timeout=10 11:13:01 > git config --get remote.origin.url # timeout=10 11:13:01 using GIT_SSH to set credentials SSH Credentials for GitHub 11:13:01 > git merge 106205dfb17fde51d29924d02061c8a1d01e98d4 # timeout=10 11:13:01 > git rev-parse HEAD^{commit} # timeout=10 11:13:01 > git config core.sparsecheckout # timeout=10 11:13:01 > git checkout -f 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa # timeout=10 11:13:05 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:13:06 + echo snap-build.sh 11:13:06 snap-build.sh 11:13:06 + SNAP_BASE_DIR=. 11:13:06 + '[' '!' -z /w/workspace/edgex-go/2 ']' 11:13:06 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 11:13:06 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 11:13:06 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 11:13:06 + cd /w/workspace/edgex-go/2 11:13:06 + sudo apt-get remove -qy --purge lxd lxd-client 11:13:06 Reading package lists... 11:13:06 Building dependency tree... 11:13:06 Reading state information... 11:13:06 The following packages were automatically installed and are no longer required: 11:13:06 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 11:13:06 uidmap xdelta3 11:13:06 Use 'sudo apt autoremove' to remove them. 11:13:06 The following packages will be REMOVED: 11:13:06 lxd* lxd-client* 11:13:06 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 11:13:06 After this operation, 31.7 MB disk space will be freed. 11:13:08 (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.) 11:13:08 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 11:13:08 Removing lxd dnsmasq configuration 11:13:09 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 11:13:09 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 11:13:10 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 11:13:10 (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.) 11:13:10 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 11:13:11 Processing triggers for systemd (237-3ubuntu10.42) ... 11:13:11 Processing triggers for ureadahead (0.100.0-21) ... 11:13:13 + sudo snap remove --purge lxd 11:13:13 snap "lxd" is not installed 11:13:13 + sudo groupadd --force --system lxd 11:13:13 ++ whoami 11:13:13 + sudo /usr/sbin/usermod -G lxd -a jenkins 11:13:13 + newgrp - lxd 11:13:13 + sudo snap install lxd 11:13:21 2021-05-09T11:13:19Z INFO Waiting for automatic snapd restart... 11:13:36 lxd 4.13 from Canonical* installed 11:13:36 + sudo lxd init --auto 11:13:44 + sudo snap install --classic snapcraft 11:13:51 snapcraft 4.7.1 from Canonical* installed 11:13:51 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 11:13:51 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 11:13:51 % Total % Received % Xferd Average Speed Time Time Time Current 11:13:51 Dload Upload Total Spent Left Speed 11:13:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4937 0 --:--:-- --:--:-- --:--:-- 4937 11:13:51 62 3325k 62 2069k 0 0 6140k 0 --:--:-- --:--:-- --:--:-- 6140k 100 3325k 100 3325k 0 0 9134k 0 --:--:-- --:--:-- --:--:-- 45.4M 11:13:51 ./yq_linux_amd64 11:13:51 + sudo snapcraft prime --use-lxd 11:13:52 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 11:13:52 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: 11:13:52 - README.md 11:13:52 11:13:52 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 11:13:53 Launching a container. 11:14:06 Waiting for container to be ready 11:14:06 To start your first instance, try: lxc launch ubuntu:18.04 11:14:06 11:14:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 11:14:10 Waiting for network to be ready... 11:14:11 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 11:14:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:14:11 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 11:14:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 11:14:11 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 11:14:12 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 11:14:12 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 11:14:12 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 11:14:12 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 11:14:12 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 11:14:12 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 11:14:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 11:14:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 11:14:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 11:14:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 11:14:12 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 11:14:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 11:14:12 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 11:14:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 11:14:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] 11:14:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 11:14:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 11:14:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 11:14:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] 11:14:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] 11:14:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 11:14:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 11:14:15 Fetched 24.5 MB in 4s (5514 kB/s) 11:14:16 Reading package lists... 11:14:16 Reading package lists... 11:14:16 Building dependency tree... 11:14:16 Reading state information... 11:14:16 The following additional packages will be installed: 11:14:16 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 11:14:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 11:14:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 11:14:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 11:14:16 Suggested packages: 11:14:16 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 11:14:16 Recommended packages: 11:14:16 gnupg libsasl2-modules 11:14:16 The following NEW packages will be installed: 11:14:16 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 11:14:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 11:14:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 11:14:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 11:14:16 The following packages will be upgraded: 11:14:16 gpg gpg-agent gpgconf libudev1 11:14:17 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 11:14:17 Need to get 3530 kB of archives. 11:14:17 After this operation, 13.3 MB of additional disk space will be used. 11:14:17 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 11:14:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 11:14:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 11:14:17 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 11:14:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 11:14:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 11:14:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 11:14:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 11:14:17 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 11:14:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 11:14:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 11:14:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 11:14:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 11:14:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 11:14:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 11:14:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 11:14:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 11:14:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 11:14:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 11:14:17 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 11:14:17 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 11:14:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 11:14:18 debconf: delaying package configuration, since apt-utils is not installed 11:14:18 Fetched 3530 kB in 1s (3034 kB/s) 11:14:18 (Reading database ... 12511 files and directories currently installed.) 11:14:18 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 11:14:18 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 11:14:18 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 11:14:18 Selecting previously unselected package udev. 11:14:18 (Reading database ... 12511 files and directories currently installed.) 11:14:18 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 11:14:18 Unpacking udev (237-3ubuntu10.47) ... 11:14:18 Selecting previously unselected package libfuse2:amd64. 11:14:18 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 11:14:18 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 11:14:18 Selecting previously unselected package fuse. 11:14:18 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 11:14:18 Unpacking fuse (2.9.7-1ubuntu1) ... 11:14:19 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 11:14:19 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 11:14:19 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 11:14:19 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 11:14:19 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 11:14:19 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 11:14:19 Selecting previously unselected package libksba8:amd64. 11:14:19 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 11:14:19 Unpacking libksba8:amd64 (1.3.5-2) ... 11:14:19 Selecting previously unselected package libroken18-heimdal:amd64. 11:14:19 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:14:19 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:20 Selecting previously unselected package libasn1-8-heimdal:amd64. 11:14:20 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:14:20 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:20 Selecting previously unselected package libheimbase1-heimdal:amd64. 11:14:20 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:14:20 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:20 Selecting previously unselected package libhcrypto4-heimdal:amd64. 11:14:20 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:14:20 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:20 Selecting previously unselected package libwind0-heimdal:amd64. 11:14:20 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:14:20 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:20 Selecting previously unselected package libhx509-5-heimdal:amd64. 11:14:20 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:14:20 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:20 Selecting previously unselected package libkrb5-26-heimdal:amd64. 11:14:20 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:14:20 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:20 Selecting previously unselected package libheimntlm0-heimdal:amd64. 11:14:20 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:14:20 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:20 Selecting previously unselected package libgssapi3-heimdal:amd64. 11:14:20 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:14:20 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:21 Selecting previously unselected package libsasl2-modules-db:amd64. 11:14:21 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 11:14:21 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:14:21 Selecting previously unselected package libsasl2-2:amd64. 11:14:21 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 11:14:21 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:14:21 Selecting previously unselected package libldap-common. 11:14:21 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 11:14:21 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 11:14:21 Selecting previously unselected package libldap-2.4-2:amd64. 11:14:21 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 11:14:21 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 11:14:21 Selecting previously unselected package dirmngr. 11:14:21 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 11:14:21 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 11:14:21 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 11:14:21 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 11:14:21 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 11:14:21 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:14:21 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:14:21 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 11:14:21 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:21 Setting up libksba8:amd64 (1.3.5-2) ... 11:14:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:14:21 Setting up udev (237-3ubuntu10.47) ... 11:14:22 invoke-rc.d: policy-rc.d denied execution of start. 11:14:22 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:22 Processing triggers for systemd (237-3ubuntu10) ... 11:14:22 Setting up fuse (2.9.7-1ubuntu1) ... 11:14:22 Setting up gpg (2.2.4-1ubuntu1.4) ... 11:14:22 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:22 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:22 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:22 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:22 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:22 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:22 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 11:14:22 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 11:14:22 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 11:14:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:14:23 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 11:14:23 settings in the [Install] section, and DefaultInstance for template units). 11:14:23 This means they are not meant to be enabled using systemctl. 11:14:23 Possible reasons for having this kind of units are: 11:14:23 1) A unit may be statically enabled by being symlinked from another unit's 11:14:23 .wants/ or .requires/ directory. 11:14:23 2) A unit's purpose may be to act as a helper for some other unit which has 11:14:23 a requirement dependency on it. 11:14:23 3) A unit may be started when needed via activation (socket, path, timer, 11:14:23 D-Bus, udev, scripted systemctl call, ...). 11:14:23 4) In case of template units, the unit is meant to be enabled with some 11:14:23 instance name specified. 11:14:23 Reading package lists... 11:14:23 Building dependency tree... 11:14:23 Reading state information... 11:14:23 The following additional packages will be installed: 11:14:23 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 11:14:23 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 11:14:23 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 11:14:23 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 11:14:23 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 11:14:23 Suggested packages: 11:14:23 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 11:14:23 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 11:14:23 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 11:14:23 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 11:14:23 systemd-container policykit-1 11:14:23 Recommended packages: 11:14:23 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 11:14:23 The following NEW packages will be installed: 11:14:23 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 11:14:23 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 11:14:23 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 11:14:23 multiarch-support openssh-client python3 python3-minimal python3.6 11:14:23 python3.6-minimal snapd squashfs-tools sudo 11:14:23 The following packages will be upgraded: 11:14:23 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 11:14:24 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 11:14:24 Need to get 35.2 MB of archives. 11:14:24 After this operation, 141 MB of additional disk space will be used. 11:14:24 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 11:14:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 11:14:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 11:14:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 11:14:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 11:14:24 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 11:14:24 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 11:14:24 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 11:14:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 11:14:24 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 11:14:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 11:14:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 11:14:24 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 11:14:24 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 11:14:24 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 11:14:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 11:14:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 11:14:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 11:14:24 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 11:14:25 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 11:14:25 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 11:14:25 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 11:14:25 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 11:14:25 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 11:14:25 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 11:14:25 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 11:14:25 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 11:14:25 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 11:14:25 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 11:14:25 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 11:14:26 debconf: delaying package configuration, since apt-utils is not installed 11:14:26 Fetched 35.2 MB in 3s (11.9 MB/s) 11:14:27 (Reading database ... 12757 files and directories currently installed.) 11:14:27 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 11:14:27 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 11:14:27 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 11:14:27 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 11:14:27 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 11:14:27 (Reading database ... 12757 files and directories currently installed.) 11:14:27 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 11:14:28 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 11:14:30 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 11:14:30 (Reading database ... 12757 files and directories currently installed.) 11:14:30 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 11:14:30 Unpacking apt (1.6.13) over (1.6.1) ... 11:14:30 Setting up apt (1.6.13) ... 11:14:30 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 11:14:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 11:14:30 (Reading database ... 12764 files and directories currently installed.) 11:14:30 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 11:14:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 11:14:31 Selecting previously unselected package libpython3.6-minimal:amd64. 11:14:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 11:14:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 11:14:31 Selecting previously unselected package libexpat1:amd64. 11:14:31 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 11:14:31 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 11:14:31 Selecting previously unselected package python3.6-minimal. 11:14:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 11:14:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 11:14:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 11:14:31 Checking for services that may need to be restarted...done. 11:14:31 Checking for services that may need to be restarted...done. 11:14:31 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 11:14:31 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 11:14:31 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 11:14:32 Selecting previously unselected package python3-minimal. 11:14:32 (Reading database ... 13012 files and directories currently installed.) 11:14:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 11:14:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 11:14:32 Selecting previously unselected package mime-support. 11:14:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 11:14:32 Unpacking mime-support (3.60ubuntu1) ... 11:14:32 Selecting previously unselected package libmpdec2:amd64. 11:14:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 11:14:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 11:14:32 Selecting previously unselected package libpython3.6-stdlib:amd64. 11:14:32 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 11:14:32 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 11:14:33 Selecting previously unselected package python3.6. 11:14:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 11:14:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 11:14:33 Selecting previously unselected package libpython3-stdlib:amd64. 11:14:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 11:14:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 11:14:33 Setting up python3-minimal (3.6.7-1~18.04) ... 11:14:33 Selecting previously unselected package python3. 11:14:33 (Reading database ... 13442 files and directories currently installed.) 11:14:33 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 11:14:33 Unpacking python3 (3.6.7-1~18.04) ... 11:14:33 Selecting previously unselected package multiarch-support. 11:14:33 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 11:14:33 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 11:14:33 Setting up multiarch-support (2.27-3ubuntu1.4) ... 11:14:33 Selecting previously unselected package liblzo2-2:amd64. 11:14:33 (Reading database ... 13479 files and directories currently installed.) 11:14:33 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 11:14:33 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 11:14:33 Selecting previously unselected package libbsd0:amd64. 11:14:33 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 11:14:33 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 11:14:33 Selecting previously unselected package sudo. 11:14:33 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 11:14:34 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 11:14:34 Selecting previously unselected package apparmor. 11:14:34 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 11:14:34 Unpacking apparmor (2.12-4ubuntu5.1) ... 11:14:34 Selecting previously unselected package libedit2:amd64. 11:14:34 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 11:14:34 Unpacking libedit2:amd64 (3.1-20170329-1) ... 11:14:34 Selecting previously unselected package libkrb5support0:amd64. 11:14:34 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 11:14:34 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 11:14:34 Selecting previously unselected package libk5crypto3:amd64. 11:14:34 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 11:14:34 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 11:14:34 Selecting previously unselected package libkeyutils1:amd64. 11:14:34 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 11:14:34 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 11:14:34 Selecting previously unselected package libkrb5-3:amd64. 11:14:34 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 11:14:34 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 11:14:34 Selecting previously unselected package libgssapi-krb5-2:amd64. 11:14:34 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 11:14:34 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 11:14:34 Selecting previously unselected package libssl1.0.0:amd64. 11:14:34 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 11:14:34 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 11:14:35 Selecting previously unselected package openssh-client. 11:14:35 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 11:14:35 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 11:14:35 Selecting previously unselected package squashfs-tools. 11:14:35 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 11:14:35 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 11:14:35 Selecting previously unselected package snapd. 11:14:35 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 11:14:35 Unpacking snapd (2.48.3+18.04) ... 11:14:37 Setting up libedit2:amd64 (3.1-20170329-1) ... 11:14:37 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 11:14:37 Setting up mime-support (3.60ubuntu1) ... 11:14:37 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 11:14:37 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 11:14:37 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 11:14:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:14:37 Setting up systemd (237-3ubuntu10.47) ... 11:14:37 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 11:14:38 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 11:14:38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 11:14:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 11:14:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 11:14:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 11:14:38 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 11:14:39 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 11:14:39 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 11:14:39 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 11:14:39 Setting up python3 (3.6.7-1~18.04) ... 11:14:39 running python rtupdate hooks for python3.6... 11:14:39 running python post-rtupdate hooks for python3.6... 11:14:39 Setting up apparmor (2.12-4ubuntu5.1) ... 11:14:40 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 11:14:40 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 11:14:40 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 11:14:40 Setting up snapd (2.48.3+18.04) ... 11:14:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 11:14:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 11:14:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 11:14:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 11:14:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 11:14:41 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 11:14:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 11:14:42 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 11:14:42 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 11:14:42 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 11:14:42 /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' 11:14:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:14:42 Processing triggers for systemd (237-3ubuntu10.47) ... 11:14:43 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 11:14:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 11:14:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:14:45 Reading package lists... 11:14:45 Reading package lists... 11:14:45 Building dependency tree... 11:14:45 Reading state information... 11:14:45 Calculating upgrade... 11:14:45 The following packages will be upgraded: 11:14:45 advancecomp base-files bash binutils binutils-common 11:14:45 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 11:14:45 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 11:14:45 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 11:14:45 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 11:14:45 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 11:14:45 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 11:14:45 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 11:14:45 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 11:14:45 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 11:14:45 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 11:14:45 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 11:14:45 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 11:14:45 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 11:14:45 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 11:14:45 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 11:14:45 Need to get 64.0 MB of archives. 11:14:45 After this operation, 5034 kB of additional disk space will be used. 11:14:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 11:14:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 11:14:45 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 11:14:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 11:14:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 11:14:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 11:14:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 11:14:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 11:14:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 11:14:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 11:14:45 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 11:14:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 11:14:45 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 11:14:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 11:14:45 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 11:14:45 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 11:14:45 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 11:14:45 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 11:14:45 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 11:14:45 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 11:14:46 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 11:14:46 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 11:14:46 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 11:14:46 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 11:14:46 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 11:14:46 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 11:14:46 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 11:14:46 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 11:14:46 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 11:14:46 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 11:14:46 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 11:14:46 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 11:14:46 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 11:14:46 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 11:14:46 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 11:14:46 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 11:14:46 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 11:14:46 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 11:14:46 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 11:14:46 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 11:14:46 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 11:14:46 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 11:14:46 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 11:14:46 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 11:14:46 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 11:14:46 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 11:14:46 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 11:14:46 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 11:14:46 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 11:14:46 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 11:14:46 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 11:14:46 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 11:14:46 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 11:14:46 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 11:14:46 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 11:14:46 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 11:14:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 11:14:46 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 11:14:46 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 11:14:46 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 11:14:46 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 11:14:46 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 11:14:46 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 11:14:46 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 11:14:46 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 11:14:46 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 11:14:46 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 11:14:46 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 11:14:46 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 11:14:46 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 11:14:46 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 11:14:46 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 11:14:47 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 11:14:47 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 11:14:47 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 11:14:47 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 11:14:47 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 11:14:47 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 11:14:47 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 11:14:47 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 11:14:47 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 11:14:47 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 11:14:47 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 11:14:47 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 11:14:47 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] 11:14:47 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 11:14:47 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 11:14:47 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] 11:14:47 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 11:14:47 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 11:14:47 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 11:14:47 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 11:14:47 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 11:14:47 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 11:14:47 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 11:14:47 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 11:14:47 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 11:14:47 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 11:14:47 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 11:14:47 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 11:14:47 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 11:14:47 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 11:14:47 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 11:14:47 debconf: delaying package configuration, since apt-utils is not installed 11:14:47 Fetched 64.0 MB in 2s (31.5 MB/s) 11:14:47 (Reading database ... 13912 files and directories currently installed.) 11:14:47 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 11:14:47 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:14:48 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 11:14:48 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:14:48 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 11:14:48 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 11:14:49 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:14:49 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:14:49 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:14:49 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:14:49 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:14:49 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:14:49 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:14:49 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:14:50 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:14:50 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:14:50 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:14:50 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:14:50 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:14:50 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:14:50 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 11:14:50 (Reading database ... 13911 files and directories currently installed.) 11:14:50 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 11:14:50 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 11:14:50 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 11:14:50 (Reading database ... 13911 files and directories currently installed.) 11:14:50 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:14:51 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:14:51 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:14:51 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:14:51 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:14:51 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:14:51 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 11:14:51 (Reading database ... 13911 files and directories currently installed.) 11:14:51 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 11:14:51 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:14:52 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 11:14:52 (Reading database ... 13911 files and directories currently installed.) 11:14:52 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 11:14:52 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 11:14:52 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 11:14:52 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 11:14:52 Setting up base-files (10.1ubuntu2.10) ... 11:14:52 Installing new version of config file /etc/issue ... 11:14:52 Installing new version of config file /etc/issue.net ... 11:14:52 Installing new version of config file /etc/lsb-release ... 11:14:52 Installing new version of config file /etc/update-motd.d/50-motd-news ... 11:14:53 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 11:14:53 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 11:14:53 Removing obsolete conffile /etc/default/motd-news ... 11:14:53 (Reading database ... 13912 files and directories currently installed.) 11:14:53 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 11:14:53 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 11:14:53 Setting up bash (4.4.18-2ubuntu1.2) ... 11:14:53 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 11:14:53 (Reading database ... 13912 files and directories currently installed.) 11:14:53 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 11:14:53 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 11:14:53 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 11:14:53 (Reading database ... 13912 files and directories currently installed.) 11:14:53 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 11:14:53 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 11:14:54 Setting up tar (1.29b-2ubuntu0.2) ... 11:14:54 (Reading database ... 13912 files and directories currently installed.) 11:14:54 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 11:14:54 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:14:54 Setting up dpkg (1.19.0.5ubuntu2.3) ... 11:14:54 (Reading database ... 13912 files and directories currently installed.) 11:14:54 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 11:14:54 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:14:54 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 11:14:54 (Reading database ... 13912 files and directories currently installed.) 11:14:54 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 11:14:54 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:14:54 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 11:14:55 (Reading database ... 13912 files and directories currently installed.) 11:14:55 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 11:14:55 Unpacking grep (3.1-2build1) over (3.1-2) ... 11:14:55 Setting up grep (3.1-2build1) ... 11:14:55 (Reading database ... 13912 files and directories currently installed.) 11:14:55 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 11:14:55 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 11:14:55 Setting up login (1:4.5-1ubuntu2) ... 11:14:55 (Reading database ... 13912 files and directories currently installed.) 11:14:55 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 11:14:56 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:14:56 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 11:14:56 (Reading database ... 13912 files and directories currently installed.) 11:14:56 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 11:14:56 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:14:56 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 11:14:56 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:14:56 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 11:14:56 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:14:57 Setting up perl-base (5.26.1-6ubuntu0.5) ... 11:14:57 (Reading database ... 13912 files and directories currently installed.) 11:14:57 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 11:14:57 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:14:58 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 11:14:58 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 11:14:58 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 11:14:58 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 11:14:58 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 11:14:58 (Reading database ... 13912 files and directories currently installed.) 11:14:58 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 11:14:59 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 11:14:59 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 11:14:59 (Reading database ... 13912 files and directories currently installed.) 11:14:59 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:14:59 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:14:59 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:14:59 (Reading database ... 13912 files and directories currently installed.) 11:14:59 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:14:59 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:14:59 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:14:59 (Reading database ... 13912 files and directories currently installed.) 11:14:59 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:14:59 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:14:59 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:14:59 (Reading database ... 13912 files and directories currently installed.) 11:14:59 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:14:59 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:15:00 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:15:00 (Reading database ... 13912 files and directories currently installed.) 11:15:00 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 11:15:00 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:15:00 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 11:15:00 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:15:00 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 11:15:00 (Reading database ... 13912 files and directories currently installed.) 11:15:00 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 11:15:00 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:15:00 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 11:15:01 (Reading database ... 13912 files and directories currently installed.) 11:15:01 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:15:01 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:15:01 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:15:01 (Reading database ... 13912 files and directories currently installed.) 11:15:01 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:15:01 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:15:01 Removing intermediate container fa258dfea2b2 11:15:01 ---> 981489a4f099 11:15:01 11:15:01 Step 10/25 : FROM alpine:3.12 11:15:01 Removing intermediate container c62039fe5bca 11:15:01 ---> b04a0ed4a4b9 11:15:01 11:15:01 Step 10/31 : FROM alpine:3.12 11:15:01 3.12: Pulling from library/alpine 11:15:01 3.12: Pulling from library/alpine 11:15:01 Removing intermediate container e262000885e8 11:15:01 ---> c6198843c1ca 11:15:01 11:15:01 Step 10/21 : FROM alpine:3.12 11:15:01 Removing intermediate container faab07963e26 11:15:01 ---> f205b769e9d4 11:15:01 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 11:15:01 3.12: Pulling from library/alpine 11:15:01 ---> Running in 8b89263fb1d8 11:15:01 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 11:15:01 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 11:15:01 Status: Downloaded newer image for alpine:3.12 11:15:01 Status: Downloaded newer image for alpine:3.12 11:15:01 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 11:15:01 ---> 9852663dfa18 11:15:01 Step 11/21 : RUN apk add --update --no-cache curl 11:15:01 ---> 9852663dfa18 11:15:01 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation'Status: Image is up to date for alpine:3.12 11:15:01 ---> 9852663dfa18 11:15:01 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 11:15:01 11:15:01 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 11:15:01 ---> Running in f62e0d88e6f8 11:15:01 ---> Running in 88d0f79e2573 11:15:01 ---> Running in 7b19fd3dcfe5 11:15:01 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 11:15:01 (Reading database ... 13912 files and directories currently installed.) 11:15:01 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:15:01 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:15:02 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 11:15:02 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 11:15:02 Removing intermediate container 88d0f79e2573 11:15:02 ---> 212786a727eb 11:15:02 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 11:15:02 ---> Running in 63a6aacc863e 11:15:02 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 11:15:02 (Reading database ... 13912 files and directories currently installed.) 11:15:02 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 11:15:02 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:15:03 Setting up libc-bin (2.27-3ubuntu1.4) ... 11:15:03 (Reading database ... 13912 files and directories currently installed.) 11:15:03 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 11:15:03 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:15:03 Removing intermediate container 49879216980b 11:15:03 ---> ee14679e5eb3 11:15:03 11:15:03 Step 10/22 : FROM alpine:3.12 11:15:03 ---> 9852663dfa18 11:15:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 11:15:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:15:03 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 11:15:03 (Reading database ... 13914 files and directories currently installed.) 11:15:03 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 11:15:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:15:03 ---> Running in a9d3bed64102 11:15:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:15:03 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 11:15:03 Setting up debconf (1.5.66ubuntu1) ... 11:15:03 (Reading database ... 13914 files and directories currently installed.) 11:15:03 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 11:15:03 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 11:15:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:15:04 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 11:15:04 (Reading database ... 13914 files and directories currently installed.) 11:15:04 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 11:15:04 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 11:15:04 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 11:15:04 (1/6) Installing ca-certificates (20191127-r4) 11:15:04 (Reading database ... 13914 files and directories currently installed.) 11:15:04 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:15:04 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:15:04 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 11:15:04 (2/6) Installing nghttp2-libs (1.41.0-r0) 11:15:04 (3/6) Installing libcurl (7.76.1-r0) 11:15:04 (4/6) Installing curl (7.76.1-r0) 11:15:04 (5/6) Installing dumb-init (1.2.2-r1) 11:15:04 (6/6) Installing su-exec (0.2-r1) 11:15:04 Executing busybox-1.31.1-r20.trigger 11:15:04 Executing ca-certificates-20191127-r4.trigger 11:15:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:15:04 (Reading database ... 13914 files and directories currently installed.) 11:15:04 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:15:04 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:15:04 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 11:15:04 (1/4) Installing ca-certificates (20191127-r4) 11:15:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 11:15:04 (3/4) Installing libcurl (7.76.1-r0) 11:15:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:15:04 (4/4) Installing curl (7.76.1-r0) 11:15:04 OK: 7 MiB in 20 packages 11:15:04 Executing busybox-1.31.1-r20.trigger 11:15:04 Executing ca-certificates-20191127-r4.trigger 11:15:04 (Reading database ... 13914 files and directories currently installed.) 11:15:04 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:15:04 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:15:05 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 11:15:05 (Reading database ... 13914 files and directories currently installed.) 11:15:05 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:15:05 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:15:05 OK: 7 MiB in 18 packages 11:15:05 Removing intermediate container 8b89263fb1d8 11:15:05 ---> 0249683023a8 11:15:05 11:15:05 Step 11/23 : FROM docker:20.10.0 11:15:05 (1/2) Installing dumb-init (1.2.2-r1) 11:15:05 (2/2) Installing su-exec (0.2-r1) 11:15:05 Executing busybox-1.31.1-r20.trigger 11:15:05 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 11:15:05 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 11:15:05 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 11:15:05 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:15:05 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 11:15:05 OK: 5 MiB in 16 packages 11:15:05 20.10.0: Pulling from library/docker 11:15:05 (Reading database ... 13914 files and directories currently installed.) 11:15:05 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 11:15:05 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 11:15:05 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 11:15:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:15:05 (Reading database ... 13914 files and directories currently installed.) 11:15:05 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 11:15:05 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:15:05 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 11:15:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:15:06 (Reading database ... 13914 files and directories currently installed.) 11:15:06 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 11:15:06 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:15:06 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 11:15:06 (Reading database ... 13914 files and directories currently installed.) 11:15:06 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 11:15:06 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 11:15:06 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 11:15:06 (Reading database ... 13914 files and directories currently installed.) 11:15:06 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 11:15:06 (1/1) Installing dumb-init (1.2.2-r1) 11:15:06 Executing busybox-1.31.1-r20.trigger 11:15:06 OK: 5 MiB in 15 packages 11:15:07 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 11:15:07 Setting up passwd (1:4.5-1ubuntu2) ... 11:15:07 (Reading database ... 13914 files and directories currently installed.) 11:15:07 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 11:15:07 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 11:15:07 Setting up gpgv (2.2.4-1ubuntu1.4) ... 11:15:07 (Reading database ... 13914 files and directories currently installed.) 11:15:07 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 11:15:07 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 11:15:07 Removing intermediate container 7b19fd3dcfe5 11:15:07 ---> 4a9c17164234 11:15:07 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:15:07 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 11:15:07 (Reading database ... 13914 files and directories currently installed.) 11:15:07 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 11:15:07 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 11:15:08 Removing intermediate container 63a6aacc863e 11:15:08 ---> 3dee1e61a33d 11:15:08 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 11:15:08 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 11:15:08 (Reading database ... 13914 files and directories currently installed.) 11:15:08 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 11:15:08 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 11:15:08 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 11:15:08 (Reading database ... 13914 files and directories currently installed.) 11:15:08 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 11:15:08 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 11:15:08 Removing intermediate container f62e0d88e6f8 11:15:08 ---> 57bd05a6f6f1 11:15:08 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:15:08 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 11:15:08 (Reading database ... 13914 files and directories currently installed.) 11:15:08 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 11:15:08 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 11:15:08 ---> Running in 3ac9d08cfdda 11:15:08 ---> Running in b023537b61af 11:15:08 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 11:15:08 (Reading database ... 13914 files and directories currently installed.) 11:15:08 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 11:15:08 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 11:15:08 ---> Running in 39cb238c7669 11:15:09 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 11:15:09 (Reading database ... 13914 files and directories currently installed.) 11:15:09 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 11:15:09 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 11:15:09 Removing intermediate container a9d3bed64102 11:15:09 ---> 309bb948e6aa 11:15:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:15:09 Removing intermediate container 3ac9d08cfdda 11:15:09 ---> 4dfe4cb95e6a 11:15:09 Step 13/25 : WORKDIR / 11:15:09 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 11:15:09 (Reading database ... 13914 files and directories currently installed.) 11:15:09 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 11:15:09 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 11:15:09 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 11:15:09 Removing intermediate container b023537b61af 11:15:09 ---> 12b195399abd 11:15:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 11:15:09 ---> Running in a9aeeb16c2d4 11:15:09 (Reading database ... 13915 files and directories currently installed.) 11:15:09 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 11:15:09 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 11:15:09 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 11:15:09 ---> Running in 43d8a422e7f2 11:15:09 ---> Running in ff6f76455609 11:15:09 Removing intermediate container 39cb238c7669 11:15:09 ---> c720e2b8033b 11:15:09 Step 13/21 : WORKDIR /edgex 11:15:09 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 11:15:09 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 11:15:09 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 11:15:10 ---> Running in 987941ec88cd 11:15:10 Removing intermediate container a9aeeb16c2d4 11:15:10 ---> 743412354c78 11:15:10 Step 13/22 : ENV APP_PORT=48085 11:15:10 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 11:15:10 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 11:15:10 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 11:15:10 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 11:15:10 ---> Running in 470efdc7b9b9 11:15:10 Removing intermediate container ff6f76455609 11:15:10 ---> e95ee661a10d 11:15:10 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 11:15:10 Removing intermediate container 43d8a422e7f2 11:15:10 ---> a280261f99be 11:15:10 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 11:15:10 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 11:15:10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 11:15:10 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 11:15:10 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 11:15:10 ---> Running in d866dec14fd9 11:15:10 Removing intermediate container 987941ec88cd 11:15:10 ---> 076b4d84ef30 11:15:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 11:15:10 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 11:15:10 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 11:15:10 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 11:15:11 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 11:15:11 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 11:15:11 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 11:15:11 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 11:15:11 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 11:15:11 Removing intermediate container 470efdc7b9b9 11:15:11 ---> 20e8b939e4c7 11:15:11 Step 14/22 : EXPOSE $APP_PORT 11:15:11 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 11:15:11 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 11:15:12 ---> Running in 25210a162fdc 11:15:12 ---> a844b7e31fa4 11:15:12 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 11:15:12 ---> f46beffe45f7 11:15:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 11:15:12 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 11:15:12 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 11:15:12 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 11:15:12 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 11:15:12 Removing intermediate container 25210a162fdc 11:15:12 ---> 6fbe4785645a 11:15:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:15:13 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 11:15:13 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 11:15:13 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 11:15:13 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 11:15:13 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 11:15:13 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 11:15:13 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 11:15:13 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 11:15:13 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:15:13 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:15:13 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:15:13 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:15:13 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:15:13 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:15:13 ---> dcf9de044087 11:15:13 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 11:15:14 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:15:14 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:15:14 Removing intermediate container d866dec14fd9 11:15:14 ---> b30dfad86d45 11:15:14 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 11:15:14 ---> dbc5e1fb5a4b 11:15:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:15:14 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:15:14 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:15:15 ---> Running in 758c61c95752 11:15:15 ---> 5b9ae2ba6356 11:15:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 11:15:15 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:15:15 ---> f835c27b0ee9 11:15:15 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 11:15:15 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:15:15 Removing intermediate container 758c61c95752 11:15:15 ---> 1bc45cf3f24b 11:15:15 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 11:15:16 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:15:16 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:15:16 ---> 5c7e16079971 11:15:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 11:15:16 ---> 2b49162666c5 11:15:16 ---> 447667da78c0 11:15:16 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider .Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 11:15:16 11:15:16 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:15:16 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:15:17 ---> 16f9c75590b8 11:15:17 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 11:15:17 ---> Running in a6e5be6164bf 11:15:17 ---> Running in efa859a2d190 11:15:17 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:15:17 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:15:17 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:15:17 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:15:18 ---> 66ad89774714 11:15:18 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 11:15:18 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 11:15:18 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:15:18 Removing intermediate container a6e5be6164bf 11:15:18 ---> 8142a3fd0596 11:15:18 Step 18/21 : CMD ["--init=true"] 11:15:18 ---> Running in 23ef0c2a7170 11:15:18 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 11:15:18 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:15:18 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 11:15:18 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 11:15:18 ---> Running in 7ef0ce04f966 11:15:18 ---> ab3a49b0b537 11:15:18 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 11:15:18 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:15:18 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:15:18 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:15:18 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:15:18 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 11:15:19 Removing intermediate container 23ef0c2a7170 11:15:19 ---> f0ca6bc2a3fa 11:15:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:15:19 Removing intermediate container 7ef0ce04f966 11:15:19 ---> 2c83b0a7b015 11:15:19 Step 19/21 : LABEL arch=arm64 11:15:19 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 11:15:19 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:15:19 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 11:15:19 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:15:19 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:15:19 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:15:19 ---> Running in 1c021dfd7cdb 11:15:19 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 11:15:19 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 11:15:19 Setting up tzdata (2021a-0ubuntu0.18.04) ... 11:15:19 11:15:19 Current default time zone: 'Etc/UTC' 11:15:19 Local time is now: Sun May 9 11:15:19 UTC 2021. 11:15:19 Universal Time is now: Sun May 9 11:15:19 UTC 2021. 11:15:19 Run 'dpkg-reconfigure tzdata' if you wish to change it. 11:15:19 11:15:19 ---> Running in abea40102548 11:15:19 Setting up systemd-sysv (237-3ubuntu10.47) ... 11:15:19 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:15:19 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 11:15:19 Setting up mount (2.31.1-0.4ubuntu3.7) ... 11:15:19 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 11:15:19 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 11:15:19 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 11:15:20 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 11:15:20 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 11:15:20 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 11:15:20 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:15:20 Setting up procps (2:3.3.12-3ubuntu1.2) ... 11:15:20 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 11:15:20 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 11:15:20 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 11:15:20 Setting up patch (2.7.6-2ubuntu1.1) ... 11:15:20 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 11:15:20 ---> e1d7b12b5052 11:15:20 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 11:15:20 Removing intermediate container abea40102548 11:15:20 ---> 01a4058212f7 11:15:20 Step 20/21 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:15:20 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 11:15:20 Status: Downloaded newer image for docker:20.10.0 11:15:20 ---> eeaf43b92773 11:15:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 11:15:20 Removing intermediate container 1c021dfd7cdb 11:15:20 ---> 1e1ea1f5bb4c 11:15:20 Step 20/22 : LABEL arch=arm64 11:15:20 Removing intermediate container efa859a2d190 11:15:20 ---> 525b22fc460b 11:15:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 11:15:20 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 11:15:20 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 11:15:20 Installing new version of config file /etc/ssl/openssl.cnf ... 11:15:20 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 11:15:20 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 11:15:20 Setting up ca-certificates (20210119~18.04.1) ... 11:15:20 ---> Running in c64674aba1c6 11:15:20 ---> Running in 80496f8721a1 11:15:20 ---> Running in 17ded5d88192 11:15:21 ---> 452e35a34334 11:15:21 Step 21/25 : 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/ 11:15:21 Removing intermediate container c64674aba1c6 11:15:21 ---> 78034da5984b 11:15:21 Step 21/21 : LABEL version=0.0.0 11:15:21 Removing intermediate container 80496f8721a1 11:15:21 ---> b986972e06fc 11:15:21 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 11:15:21 Removing intermediate container 17ded5d88192 11:15:21 ---> 95b5d32a1d8b 11:15:21 Step 21/22 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:15:21 ---> Running in ffd76a907de5 11:15:21 ---> Running in 1a2f035f36a5 11:15:21 ---> 6fe272e2e5ac 11:15:21 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 11:15:21 ---> Running in 74598f9442b5 11:15:21 ---> Running in 5502db89dc33 11:15:22 Removing intermediate container ffd76a907de5 11:15:22 ---> b8b03b71454a 11:15:22 11:15:22 Updating certificates in /etc/ssl/certs... 11:15:22 Removing intermediate container 5502db89dc33 11:15:22 ---> c587c42d5f96 11:15:22 Step 22/22 : LABEL version=0.0.0 11:15:22 Successfully built b8b03b71454a 11:15:22 ---> Running in e735323529a1 11:15:22 Successfully tagged docker-security-proxy-setup-go-arm64:latest 11:15:22  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 11:15:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:15:23 23 added, 27 removed; done. 11:15:23 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 11:15:23 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:15:23 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 11:15:23 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 11:15:23 Setting up pkgbinarymangler (138.18.04.1) ... 11:15:23 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 11:15:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:15:23 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 11:15:23 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 11:15:23 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 11:15:23 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 11:15:23 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 11:15:23 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 11:15:23 Setting up perl (5.26.1-6ubuntu0.5) ... 11:15:23 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 11:15:23 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 11:15:23 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 11:15:23 Removing intermediate container e735323529a1 11:15:23 ---> 1c1ec1c374b1 11:15:23 11:15:23 ---> 985c59d9c86b 11:15:23 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 11:15:23 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 11:15:23 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 11:15:23 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 11:15:23 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 11:15:23 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 11:15:23 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 11:15:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 11:15:24 Processing triggers for systemd (237-3ubuntu10.47) ... 11:15:24 Processing triggers for mime-support (3.60ubuntu1) ... 11:15:24 Processing triggers for ca-certificates (20210119~18.04.1) ... 11:15:24 Updating certificates in /etc/ssl/certs... 11:15:24 (1/39) Installing readline (8.0.4-r0) 11:15:24 (2/39) Installing bash (5.0.17-r0) 11:15:24 Executing bash-5.0.17-r0.post-install 11:15:24 (3/39) Installing nghttp2-libs (1.41.0-r0) 11:15:24 (4/39) Installing libcurl (7.76.1-r0) 11:15:24 (5/39) Installing curl (7.76.1-r0) 11:15:24 (6/39) Installing dumb-init (1.2.2-r1) 11:15:24 (7/39) Installing libbz2 (1.0.8-r1) 11:15:24 (8/39) Installing expat (2.2.9-r1) 11:15:24 (9/39) Installing libffi (3.3-r2) 11:15:24 (10/39) Installing gdbm (1.13-r1) 11:15:24 (11/39) Installing xz-libs (5.2.5-r0) 11:15:24 (12/39) Installing sqlite-libs (3.32.1-r0) 11:15:24 Successfully built 1c1ec1c374b1 11:15:24 (13/39) Installing python3 (3.8.10-r0) 11:15:24 Successfully tagged docker-support-scheduler-go-arm64:latest 11:15:24  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 11:15:24 0 added, 0 removed; done. 11:15:24 Running hooks in /etc/ca-certificates/update.d... 11:15:24 done. 11:15:25 Removing intermediate container 1a2f035f36a5 11:15:25 ---> 9cff97f5e8fb 11:15:25 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 11:15:25 Reading package lists... 11:15:25 Building dependency tree... 11:15:25 Reading state information... 11:15:25 ---> f6247918e3d1 11:15:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 11:15:25 ---> Running in f71dfa24bc84 11:15:25 The following NEW packages will be installed: 11:15:25 apt-transport-https 11:15:25 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 11:15:25 Need to get 1692 B of archives. 11:15:25 After this operation, 154 kB of additional disk space will be used. 11:15:25 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 11:15:25 debconf: delaying package configuration, since apt-utils is not installed 11:15:25 Fetched 1692 B in 0s (8590 B/s) 11:15:25 Selecting previously unselected package apt-transport-https. 11:15:25 (Reading database ... 13920 files and directories currently installed.) 11:15:25 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 11:15:25 Unpacking apt-transport-https (1.6.13) ... 11:15:25 Setting up apt-transport-https (1.6.13) ... 11:15:26 Waiting for network to be ready... 11:15:26 (14/39) Installing py3-appdirs (1.4.4-r1) 11:15:26 (15/39) Installing py3-ordered-set (4.0.1-r0) 11:15:26 (16/39) Installing py3-parsing (2.4.7-r0) 11:15:26 (17/39) Installing py3-six (1.15.0-r0) 11:15:26 (18/39) Installing py3-packaging (20.4-r0) 11:15:26 (19/39) Installing py3-setuptools (47.0.0-r0) 11:15:26 (20/39) Installing py3-chardet (3.0.4-r4) 11:15:26 (21/39) Installing py3-idna (2.9-r0) 11:15:26 (22/39) Installing py3-certifi (2020.4.5.1-r0) 11:15:26 (23/39) Installing py3-urllib3 (1.25.9-r0) 11:15:26 (24/39) Installing py3-requests (2.23.0-r0) 11:15:26 (25/39) Installing py3-msgpack (1.0.0-r0) 11:15:26 (26/39) Installing py3-lockfile (0.12.2-r3) 11:15:26 (27/39) Installing py3-cachecontrol (0.12.6-r0) 11:15:26 (28/39) Installing py3-colorama (0.4.3-r0) 11:15:26 (29/39) Installing py3-distlib (0.3.0-r0) 11:15:26 (30/39) Installing py3-distro (1.5.0-r1) 11:15:26 (31/39) Installing py3-webencodings (0.5.1-r3) 11:15:26 (32/39) Installing py3-html5lib (1.0.1-r4) 11:15:26 (33/39) Installing py3-pytoml (0.1.21-r0) 11:15:26 (34/39) Installing py3-pep517 (0.8.2-r0) 11:15:26 (35/39) Installing py3-progress (1.5-r0) 11:15:26 (36/39) Installing py3-toml (0.10.1-r0) 11:15:26 (37/39) Installing py3-retrying (1.3.3-r0) 11:15:26 (38/39) Installing py3-contextlib2 (0.6.0-r0) 11:15:26 (39/39) Installing py3-pip (20.1.1-r0) 11:15:26 Removing intermediate container f71dfa24bc84 11:15:26 ---> 1413d66162d9 11:15:26 Step 23/25 : LABEL arch=arm64 11:15:27 Executing busybox-1.31.1-r19.trigger 11:15:27 OK: 72 MiB in 59 packages 11:15:29 ---> 1ffe4e15b28b 11:15:29 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 11:15:29 ---> Running in 43fe3dc30df0 11:15:29 Removing intermediate container 43fe3dc30df0 11:15:29 ---> 6f84246b392c 11:15:29 Step 24/25 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:15:30 ---> 56456ec6685a 11:15:30 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 11:15:30 ---> Running in 6a1a5ba894bf 11:15:30 ---> Running in a99f94a308e2 11:15:30 Removing intermediate container 6a1a5ba894bf 11:15:30 ---> 67287a79e5b7 11:15:30 Step 25/25 : LABEL version=0.0.0 11:15:31 ---> Running in 8b2156428f0e 11:15:31 Removing intermediate container a99f94a308e2 11:15:31 ---> 5c73bd38c5dc 11:15:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 11:15:32 Removing intermediate container 8b2156428f0e 11:15:32 ---> f8448ee4a118 11:15:32 11:15:32 Collecting docker-compose==1.23.2 11:15:32 2021-05-09T11:15:29Z INFO Waiting for automatic snapd restart... 11:15:32 snapd 2.49.2 from Canonical* installed 11:15:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 11:15:32 "snapd" switched to the "latest/stable" channel 11:15:32 11:15:33 Successfully built f8448ee4a118 11:15:33 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 11:15:33  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 11:15:33 ---> 7f718aa77740 11:15:33 Step 26/31 : RUN chmod +x /entrypoint.sh 11:15:33 Collecting docopt<0.7,>=0.6.1 11:15:33 Downloading docopt-0.6.2.tar.gz (25 kB) 11:15:34 ---> Running in badf04bff946 11:15:35 core18 20210309 from Canonical* installed 11:15:35 "core18" switched to the "latest/stable" channel 11:15:35 11:15:36 Collecting texttable<0.10,>=0.9.0 11:15:36 Downloading texttable-0.9.1.tar.gz (11 kB) 11:15:36 Removing intermediate container badf04bff946 11:15:36 ---> bd10b36541aa 11:15:36 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 11:15:37 ---> Running in 7affabf064c6 11:15:38 Removing intermediate container 7affabf064c6 11:15:38 ---> a26fd53d6fd4 11:15:38 Step 28/31 : CMD ["gate"] 11:15:38 ---> Running in 0f6f5006df46 11:15:39 snapcraft 4.7.1 from Canonical* installed 11:15:39 Removing intermediate container 0f6f5006df46 11:15:39 ---> a6a09d0474ed 11:15:39 Step 29/31 : LABEL arch=arm64 11:15:39 "snapcraft" switched to the "latest/stable" channel 11:15:39 11:15:39 ---> Running in 05f310de6a2d 11:15:40 Removing intermediate container 05f310de6a2d 11:15:40 ---> 9967c71a11d4 11:15:40 Step 30/31 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:15:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 11:15:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 11:15:41 ---> Running in f1b518ff6213 11:15:42 Collecting websocket-client<1.0,>=0.32.0 11:15:42 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 11:15:42 Removing intermediate container f1b518ff6213 11:15:42 ---> 6c202643fa3d 11:15:42 Step 31/31 : LABEL version=0.0.0 11:15:43 Collecting dockerpty<0.5,>=0.4.1 11:15:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 11:15:43 ---> Running in e8fc06698e31 11:15:43 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: 11:15:43 - README.md 11:15:43 11:15:43 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 11:15:44 Removing intermediate container e8fc06698e31 11:15:44 ---> 4d3953cc612e 11:15:44 11:15:45 Successfully built 4d3953cc612e 11:15:45 Successfully tagged docker-security-bootstrapper-go-arm64:latest 11:15:45 Building docker-core-data-go 11:15:45  Building docker-security-bootstrapper-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 11:15:45 Collecting jsonschema<3,>=2.5.1 11:15:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 11:15:46 Collecting cached-property<2,>=1.2.0 11:15:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 11:15:47 Collecting docker<4.0,>=3.6.0 11:15:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 11:15:49 Collecting PyYAML<4,>=3.10 11:15:49 Downloading PyYAML-3.13.tar.gz (270 kB) 11:15:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:15:50 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 11:15:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:15:50 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 11:15:50 Fetched 177 kB in 1s (273 kB/s) 11:15:51 Reading package lists... 11:15:51 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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 11:15:53 Collecting urllib3<1.25,>=1.21.1 11:15:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 11:15:54 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) 11:15:54 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) 11:15:54 Collecting idna<2.8,>=2.5 11:15:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 11:15:54 Collecting docker-pycreds>=0.4.0 11:15:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 11:15:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 11:15:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 11:15:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 11:15:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 11:15:56 Installing collected packages: docopt, texttable, urllib3, idna, requests, websocket-client, dockerpty, jsonschema, cached-property, docker-pycreds, docker, PyYAML, docker-compose 11:15:56 Running setup.py install for docopt: started 11:15:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:15:57 Reading package lists... 11:15:57 Building dependency tree... 11:15:57 Reading state information... 11:15:57 Suggested packages: 11:15:57 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 11:15:57 git-gui gitk gitweb git-cvs git-mediawiki git-svn 11:15:57 Recommended packages: 11:15:57 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 11:15:57 The following NEW packages will be installed: 11:15:57 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 11:15:57 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 11:15:57 pkg-config zip 11:15:57 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 11:15:57 Need to get 7663 kB of archives. 11:15:57 After this operation, 43.8 MB of additional disk space will be used. 11:15:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 11:15:57 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 11:15:58 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 11:15:58 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 11:15:58 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 11:15:58 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 11:15:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 11:15:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 11:15:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 11:15:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 11:15:58 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 11:15:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 11:15:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 11:15:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 11:15:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 11:15:59 debconf: delaying package configuration, since apt-utils is not installed 11:15:59 Fetched 7663 kB in 1s (6893 kB/s) 11:15:59 Selecting previously unselected package libglib2.0-0:amd64. 11:15:59 (Reading database ... 13924 files and directories currently installed.) 11:15:59 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 11:15:59 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 11:15:59 Selecting previously unselected package libpsl5:amd64. 11:15:59 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 11:15:59 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 11:15:59 Selecting previously unselected package libnghttp2-14:amd64. 11:15:59 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 11:15:59 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 11:15:59 Running setup.py install for docopt: finished with status 'done' 11:15:59 Running setup.py install for texttable: started 11:15:59 Selecting previously unselected package librtmp1:amd64. 11:15:59 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 11:15:59 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 11:15:59 Selecting previously unselected package libcurl3-gnutls:amd64. 11:15:59 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 11:15:59 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 11:15:59 Selecting previously unselected package liberror-perl. 11:15:59 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 11:15:59 Unpacking liberror-perl (0.17025-1) ... 11:15:59 Selecting previously unselected package git-man. 11:15:59 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 11:15:59 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 11:15:59 Selecting previously unselected package git. 11:15:59 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 11:16:00 Unpacking git (1:2.17.1-1ubuntu0.8) ... 11:16:00 Selecting previously unselected package libnorm1:amd64. 11:16:00 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 11:16:00 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 11:16:00 Selecting previously unselected package libpgm-5.2-0:amd64. 11:16:00 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 11:16:00 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 11:16:00 Selecting previously unselected package libsodium23:amd64. 11:16:00 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 11:16:00 Unpacking libsodium23:amd64 (1.0.16-2) ... 11:16:01 Selecting previously unselected package libzmq5:amd64. 11:16:01 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 11:16:01 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 11:16:01 Selecting previously unselected package libzmq3-dev:amd64. 11:16:01 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 11:16:01 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 11:16:01 Selecting previously unselected package pkg-config. 11:16:01 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 11:16:01 Unpacking pkg-config (0.29.1-0ubuntu2) ... 11:16:01 Selecting previously unselected package zip. 11:16:01 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 11:16:01 Unpacking zip (3.0-11build1) ... 11:16:01 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 11:16:01 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 11:16:01 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 11:16:01 Setting up liberror-perl (0.17025-1) ... 11:16:01 Setting up libpsl5:amd64 (0.19.1-5build1) ... 11:16:01 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 11:16:01 No schema files found: doing nothing. 11:16:01 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 11:16:01 Setting up zip (3.0-11build1) ... 11:16:01 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 11:16:01 Setting up libsodium23:amd64 (1.0.16-2) ... 11:16:01 Setting up pkg-config (0.29.1-0ubuntu2) ... 11:16:01 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 11:16:01 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 11:16:01 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 11:16:01 Setting up git (1:2.17.1-1ubuntu0.8) ... 11:16:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 11:16:01 Running setup.py install for texttable: finished with status 'done' 11:16:01 Attempting uninstall: urllib3 11:16:01 Found existing installation: urllib3 1.25.9 11:16:01 Uninstalling urllib3-1.25.9: 11:16:01 Successfully uninstalled urllib3-1.25.9 11:16:02 Attempting uninstall: idna 11:16:02 Found existing installation: idna 2.9 11:16:02 Uninstalling idna-2.9: 11:16:02 Successfully uninstalled idna-2.9 11:16:03 Attempting uninstall: requests 11:16:03 Found existing installation: requests 2.23.0 11:16:03 Uninstalling requests-2.23.0: 11:16:03 Successfully uninstalled requests-2.23.0 11:16:04 Running setup.py install for dockerpty: started 11:16:07 Running setup.py install for dockerpty: finished with status 'done' 11:16:08 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:16:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 11:16:08 ---> d8a3c63a6fd1 11:16:08 Step 3/22 : WORKDIR /edgex-go 11:16:08 ---> Using cache 11:16:08 ---> db6967640725 11:16:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:16:08 ---> Using cache 11:16:08 ---> bc2f72ec2a34 11:16:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 11:16:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:16:08 git set to automatically installed. 11:16:08 git-man set to automatically installed. 11:16:08 libcurl3-gnutls set to automatically installed. 11:16:08 liberror-perl set to automatically installed. 11:16:08 libglib2.0-0 set to automatically installed. 11:16:08 libnghttp2-14 set to automatically installed. 11:16:08 libnorm1 set to automatically installed. 11:16:08 libpgm-5.2-0 set to automatically installed. 11:16:08 libpsl5 set to automatically installed. 11:16:08 librtmp1 set to automatically installed. 11:16:08 libsodium23 set to automatically installed. 11:16:08 libzmq3-dev set to automatically installed. 11:16:08 libzmq5 set to automatically installed. 11:16:08 pkg-config set to automatically installed. 11:16:08 zip set to automatically installed. 11:16:09 Running setup.py install for PyYAML: started 11:16:10 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:16:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:16:10 ---> d8a3c63a6fd1 11:16:10 Step 3/23 : WORKDIR /edgex-go 11:16:10 ---> Using cache 11:16:10 ---> db6967640725 11:16:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:16:10 ---> Using cache 11:16:10 ---> bc2f72ec2a34 11:16:10 Step 5/23 : RUN apk add --update --no-cache make git 11:16:10 snapd is not logged in, snap install commands will use sudo 11:16:12 Running setup.py install for PyYAML: finished with status 'done' 11:16:14 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.59.0 11:16:14 ---> Running in 0fe15abe4652 11:16:14 ---> Running in b56880010357 11:16:16 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 11:16:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:16:17 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 11:16:17 snap "core18" has no updates available 11:16:18 snapd is not logged in, snap install commands will use sudo 11:16:19 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 11:16:20 OK: 218 MiB in 52 packages 11:16:20 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:16:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:16:20 ---> d8a3c63a6fd1 11:16:20 Step 3/23 : WORKDIR /edgex-go 11:16:20 ---> Using cache 11:16:20 ---> db6967640725 11:16:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:16:20 ---> Using cache 11:16:20 ---> bc2f72ec2a34 11:16:20 Step 5/23 : RUN apk add --update --no-cache make git 11:16:21 ---> Running in d74d87f6c927 11:16:22 Removing intermediate container b56880010357 11:16:22 ---> d30a1d1b3b3b 11:16:22 Step 6/23 : COPY go.mod . 11:16:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 11:16:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 11:16:23 ---> fce6fb6c2f57 11:16:23 Step 7/23 : RUN go mod download 11:16:24 ---> Running in 7cc68b70056c 11:16:24 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 11:16:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:16:24 ---> d8a3c63a6fd1 11:16:24 Step 3/23 : WORKDIR /edgex-go 11:16:24 ---> Using cache 11:16:24 ---> db6967640725 11:16:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:16:24 ---> Using cache 11:16:24 ---> bc2f72ec2a34 11:16:24 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 11:16:24 ---> Running in b9fd75f4e1c0 11:16:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:16:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 11:16:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 11:16:27 OK: 218 MiB in 52 packages 11:16:27 OK: 218 MiB in 52 packages 11:16:28 Removing intermediate container 74598f9442b5 11:16:28 ---> 5534c17f9baf 11:16:28 Step 14/23 : ENV APP_PORT=48090 11:16:28 ---> Running in bb90432228d6 11:16:28 Removing intermediate container 7cc68b70056c 11:16:28 ---> 44d673b1d78c 11:16:28 Step 8/23 : COPY . . 11:16:28 Removing intermediate container 0fe15abe4652 11:16:28 ---> e642a32239ed 11:16:28 Step 6/22 : COPY go.mod . 11:16:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 11:16:29 Removing intermediate container d74d87f6c927 11:16:29 Removing intermediate container bb90432228d6 11:16:29 ---> 63df8bb96c72 11:16:29 Step 15/23 : EXPOSE $APP_PORT 11:16:29 ---> 1ecd13306682 11:16:29 Step 6/23 : COPY go.mod . 11:16:29 ---> Running in a655e56a4ff8 11:16:29 ---> 08283957f5ef 11:16:29 Step 7/22 : RUN go mod download 11:16:30 ---> ff27ef6d4f14 11:16:30 Step 7/23 : RUN go mod download 11:16:30 Removing intermediate container a655e56a4ff8 11:16:30 ---> 1a541134d29f 11:16:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 11:16:30 ---> Running in 5d860545984c 11:16:31 ---> Running in e4bfa369c309 11:16:32 ---> fb7a2336d354 11:16:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 11:16:33 OK: 218 MiB in 52 packages 11:16:34 ---> 04d6e3980c08 11:16:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 11:16:36 Removing intermediate container 5d860545984c 11:16:36 ---> 9dfddca8055f 11:16:36 Step 8/22 : COPY . . 11:16:36 Removing intermediate container b9fd75f4e1c0 11:16:36 ---> 41230db0f379 11:16:36 Step 6/23 : COPY go.mod . 11:16:36 Removing intermediate container e4bfa369c309 11:16:36 ---> 04a9e8a8263e 11:16:36 Step 8/23 : COPY . . 11:16:36 ---> c2400b8ecf5e 11:16:36 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 11:16:36 ---> Running in 2505d64fc47c 11:16:36 ---> bca6cba44ebb 11:16:36 Step 7/23 : RUN go mod download 11:16:37 ---> Running in 9ab85794775a 11:16:37 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 11:16:37 Pulling go-build-helper 11:16:37 + snapcraftctl pull 11:16:37 'app-service-config' has dependencies that need to be staged: go-build-helper 11:16:37 Skipping pull go-build-helper (already ran) 11:16:37 Building go-build-helper 11:16:37 + snapcraftctl build 11:16:37 Removing intermediate container 2505d64fc47c 11:16:37 ---> afdc3d8fcf45 11:16:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:16:38 ---> Running in 8a097c2066da 11:16:38 Staging go-build-helper 11:16:38 + snapcraftctl stage 11:16:39 Removing intermediate container 8a097c2066da 11:16:39 ---> 3329ac149a22 11:16:39 Step 21/23 : LABEL arch=arm64 11:16:39 ---> Running in f0e28747c9f9 11:16:40 Removing intermediate container f0e28747c9f9 11:16:40 ---> f29af70059ad 11:16:40 Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:16:41 ---> Running in 7f92ef9620d7 11:16:41 Removing intermediate container 9ab85794775a 11:16:41 ---> c205f4133b85 11:16:41 Step 8/23 : COPY . . 11:16:41 Removing intermediate container 7f92ef9620d7 11:16:41 ---> 962ec72ba288 11:16:41 Step 23/23 : LABEL version=0.0.0 11:16:42 ---> Running in 18ae07555ead 11:16:43 Removing intermediate container 18ae07555ead 11:16:43 ---> e983a576eda8 11:16:43 11:16:44 Successfully built e983a576eda8 11:16:44 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 11:16:47  Building docker-sys-mgmt-agent-go ... done  ---> 7d67fbb0c4fb 11:16:47 Step 9/23 : RUN make cmd/core-command/core-command 11:16:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:16:49 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 11:16:49 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 11:16:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 11:16:49 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 11:16:49 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 11:16:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 11:16:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 11:16:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 11:16:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 11:16:49 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 11:16:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 11:16:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 11:16:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 11:16:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 11:16:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 11:16:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 11:16:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 11:16:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 11:16:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] 11:16:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 11:16:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 11:16:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 11:16:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] 11:16:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] 11:16:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 11:16:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 11:16:49 Fetched 24.5 MB in 0s (0 B/s) 11:16:49 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 11:16:49 Fetched 224 kB in 0s (0 B/s) 11:16:49 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 11:16:49 Fetched 157 kB in 0s (0 B/s) 11:16:49 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 11:16:49 Fetched 221 kB in 0s (0 B/s) 11:16:49 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 11:16:49 Fetched 143 kB in 0s (0 B/s) 11:16:49 Pulling app-service-config 11:16:49 + snapcraftctl pull 11:16:49 Cloning into '/root/parts/app-service-config/src'... 11:16:50 Pulling config-common 11:16:50 + snapcraftctl pull 11:16:50 ---> Running in ac34b47eeea9 11:16:51 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 11:16:54 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 11:16:54 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 11:16:54 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:16:54 Fetched 0 B in 0s (0 B/s) 11:16:54 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 11:16:54 Fetched 0 B in 0s (0 B/s) 11:16:54 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 11:16:54 Fetched 0 B in 0s (0 B/s) 11:16:54 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 11:16:54 Fetched 0 B in 0s (0 B/s) 11:16:54 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 11:16:54 Fetched 0 B in 0s (0 B/s) 11:16:54 Pulling edgex-go 11:16:54 + snapcraftctl pull 11:17:01 ---> c333de8bdaf1 11:17:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 11:17:01 ---> 3eef69f28c2b 11:17:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 11:17:02 ---> Running in a277d30af560 11:17:02 ---> Running in 7024d69777b5 11:17:05 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 11:17:05 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 11:17:06 ---> 8ecafb8aa577 11:17:06 Step 9/23 : RUN make cmd/core-data/core-data 11:17:06 ---> Running in bc964b1e6f4b 11:17:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 11:17:20 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 11:17:20 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 11:17:20 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:17:20 Fetched 0 B in 0s (0 B/s) 11:17:20 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 11:17:20 Fetched 96.5 kB in 0s (0 B/s) 11:17:20 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 11:17:20 Fetched 279 kB in 0s (0 B/s) 11:17:20 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 11:17:20 Fetched 122 kB in 0s (0 B/s) 11:17:20 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 11:17:20 Fetched 77.8 kB in 0s (0 B/s) 11:17:20 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 11:17:20 Fetched 8848 B in 0s (0 B/s) 11:17:20 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 11:17:20 Fetched 47.8 kB in 0s (0 B/s) 11:17:20 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 11:17:20 Fetched 45.6 kB in 0s (0 B/s) 11:17:20 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 11:17:20 Fetched 15.0 kB in 0s (0 B/s) 11:17:20 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 11:17:20 Fetched 219 kB in 0s (0 B/s) 11:17:20 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 11:17:20 Fetched 154 kB in 0s (0 B/s) 11:17:20 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 11:17:20 Fetched 50.6 kB in 0s (0 B/s) 11:17:20 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 11:17:20 Fetched 14.8 kB in 0s (0 B/s) 11:17:20 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 11:17:20 Fetched 41.8 kB in 0s (0 B/s) 11:17:20 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 11:17:20 Fetched 499 kB in 0s (0 B/s) 11:17:20 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 11:17:20 Fetched 111 kB in 0s (0 B/s) 11:17:20 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 11:17:20 Fetched 240 kB in 0s (0 B/s) 11:17:20 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 11:17:20 Fetched 29.3 kB in 0s (0 B/s) 11:17:20 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 11:17:20 Fetched 85.5 kB in 0s (0 B/s) 11:17:20 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 11:17:20 Fetched 24.5 kB in 0s (0 B/s) 11:17:20 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 11:17:20 Fetched 49.2 kB in 0s (0 B/s) 11:17:20 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 11:17:20 Fetched 54.2 kB in 0s (0 B/s) 11:17:20 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 11:17:20 Fetched 30.8 kB in 0s (0 B/s) 11:17:20 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 11:17:20 Fetched 15.8 kB in 0s (0 B/s) 11:17:20 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 11:17:20 Fetched 85.9 kB in 0s (0 B/s) 11:17:20 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 11:17:20 Fetched 8720 B in 0s (0 B/s) 11:17:20 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 11:17:20 Fetched 137 kB in 0s (0 B/s) 11:17:20 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 11:17:20 Fetched 119 kB in 0s (0 B/s) 11:17:20 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 11:17:20 Fetched 110 kB in 0s (0 B/s) 11:17:20 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 11:17:20 Fetched 11.1 kB in 0s (0 B/s) 11:17:20 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 11:17:20 Fetched 645 kB in 0s (0 B/s) 11:17:20 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 11:17:20 Fetched 41.3 kB in 0s (0 B/s) 11:17:20 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 11:17:20 Fetched 17.9 kB in 0s (0 B/s) 11:17:20 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 11:17:20 Fetched 368 kB in 0s (0 B/s) 11:17:20 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 11:17:20 Fetched 187 kB in 0s (0 B/s) 11:17:20 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 11:17:20 Fetched 175 kB in 0s (0 B/s) 11:17:20 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 11:17:20 Fetched 206 kB in 0s (0 B/s) 11:17:20 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 11:17:20 Fetched 1301 kB in 0s (0 B/s) 11:17:20 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 11:17:20 Fetched 36.2 kB in 0s (0 B/s) 11:17:20 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 11:17:20 Fetched 159 kB in 0s (0 B/s) 11:17:20 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 11:17:20 Fetched 107 kB in 0s (0 B/s) 11:17:20 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 11:17:20 Fetched 48.7 kB in 0s (0 B/s) 11:17:20 Pulling static-packages 11:17:20 + snapcraftctl pull 11:17:20 Pulling version 11:17:20 + cd /root/project 11:17:20 + [ -f VERSION ] 11:17:20 + PROJECT_VERSION=local-dev 11:17:20 + git rev-parse --short HEAD 11:17:20 + GIT_REVISION=39e708b1 11:17:20 + snapcraftctl set-version local-dev 11:17:20 Skipping build go-build-helper (already ran) 11:17:20 Building app-service-config 11:17:20 + make build 11:17:20 go mod tidy 11:17:22 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.55 11:17:22 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.82 11:17:22 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.46 11:17:22 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 11:17:22 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 11:17:22 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.18 11:17:22 go: downloading github.com/pelletier/go-toml v1.9.0 11:17:22 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 11:17:22 go: downloading github.com/go-kit/kit v0.8.0 11:17:22 go: downloading github.com/stretchr/testify v1.7.0 11:17:22 go: downloading github.com/pmezard/go-difflib v1.0.0 11:17:22 go: downloading github.com/davecgh/go-spew v1.1.1 11:17:23 go: downloading github.com/google/uuid v1.2.0 11:17:23 go: downloading github.com/gorilla/mux v1.8.0 11:17:23 go: downloading github.com/go-playground/validator/v10 v10.5.0 11:17:23 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 11:17:23 go: downloading github.com/stretchr/objx v0.1.0 11:17:23 go: downloading golang.org/x/text v0.3.2 11:17:23 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 11:17:23 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 11:17:23 go: downloading github.com/go-stack/stack v1.8.0 11:17:23 go: downloading github.com/gorilla/websocket v1.4.2 11:17:23 go: downloading github.com/go-playground/universal-translator v0.17.0 11:17:23 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 11:17:23 go: downloading github.com/hashicorp/consul/api v1.8.1 11:17:23 go: downloading github.com/go-logfmt/logfmt v0.4.0 11:17:23 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 11:17:23 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 11:17:23 go: downloading github.com/go-playground/locales v0.13.0 11:17:23 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 11:17:23 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 11:17:23 go: downloading github.com/mitchellh/mapstructure v1.1.2 11:17:23 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:17:23 go: downloading github.com/pebbe/zmq4 v1.2.7 11:17:24 go: downloading github.com/go-redis/redis/v7 v7.2.0 11:17:24 go: downloading github.com/hashicorp/serf v0.9.5 11:17:24 go: downloading github.com/hashicorp/consul/sdk v0.7.0 11:17:24 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 11:17:24 go: downloading github.com/mitchellh/copystructure v1.0.0 11:17:24 go: downloading github.com/hashicorp/go-uuid v1.0.1 11:17:24 go: downloading github.com/mitchellh/reflectwalk v1.0.0 11:17:24 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 11:17:24 go: downloading github.com/leodido/go-urn v1.2.0 11:17:24 go: downloading github.com/mitchellh/go-homedir v1.1.0 11:17:24 go: downloading github.com/pkg/errors v0.8.1 11:17:24 go: downloading gopkg.in/yaml.v2 v2.4.0 11:17:24 go: downloading github.com/onsi/ginkgo v1.10.1 11:17:24 go: downloading github.com/onsi/gomega v1.7.0 11:17:24 go: downloading github.com/hashicorp/go-msgpack v0.5.3 11:17:24 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 11:17:24 go: downloading github.com/hashicorp/memberlist v0.2.2 11:17:24 go: downloading github.com/hashicorp/go-hclog v0.12.0 11:17:24 go: downloading github.com/hpcloud/tail v1.0.0 11:17:24 go: downloading github.com/go-playground/assert/v2 v2.0.1 11:17:24 go: downloading github.com/fatih/color v1.9.0 11:17:24 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 11:17:24 go: downloading github.com/mattn/go-colorable v0.1.6 11:17:24 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 11:17:24 go: downloading github.com/x448/float16 v0.8.4 11:17:24 go: downloading gopkg.in/fsnotify.v1 v1.4.7 11:17:24 go: downloading github.com/mattn/go-isatty v0.0.12 11:17:24 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 11:17:24 go: downloading github.com/golang/protobuf v1.3.2 11:17:24 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 11:17:24 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 11:17:24 go: downloading github.com/kr/pretty v0.2.0 11:17:24 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 11:17:24 go: downloading github.com/hashicorp/go-multierror v1.1.0 11:17:24 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:17:24 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 11:17:24 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:17:24 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 11:17:24 go: downloading github.com/miekg/dns v1.1.26 11:17:24 go: downloading github.com/kr/text v0.1.0 11:17:24 go: downloading github.com/hashicorp/errwrap v1.0.0 11:17:24 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 11:17:24 go: downloading github.com/hashicorp/golang-lru v0.5.0 11:17:24 go: downloading github.com/fsnotify/fsnotify v1.4.7 11:17:24 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 11:17:24 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 11:17:34 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 11:17:34 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 11:17:34 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 11:17:34 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 11:17:35 Building config-common 11:17:35 + snapcraftctl build 11:17:38 Building edgex-go 11:17:38 + cd /root/parts/edgex-go/src 11:17:38 + make build 11:17:38 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 11:17:38 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 11:17:38 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 11:17:38 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 11:17:38 go: downloading github.com/OneOfOne/xxhash v1.2.8 11:17:38 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.19 11:17:38 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 11:17:38 go: downloading github.com/imdario/mergo v0.3.12 11:17:38 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 11:17:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 11:17:47 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 11:17:48 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 11:17:49 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 11:17:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 11:17:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 11:17:53 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 11:17:53 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 11:17:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 11:17:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 11:17:55 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 11:17:57 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 11:17:58 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 11:17:59 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 11:17:59 go: downloading github.com/lib/pq v1.10.1 11:18:01 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 11:18:01 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 11:18:01 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 11:18:01 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 11:18:01 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 11:18:01 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 11:18:01 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 11:18:01 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 11:18:01 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 11:18:01 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 11:18:01 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 11:18:01 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 11:18:01 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 11:18:01 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 11:18:01 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 11:18:01 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 11:18:01 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 11:18:01 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 11:18:01 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 11:18:01 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 11:18:01 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 11:18:01 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 11:18:01 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 11:18:01 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 11:18:01 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 11:18:01 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 11:18:04 Building static-packages 11:18:04 + snapcraftctl build 11:18:06 Building version 11:18:06 + snapcraftctl build 11:18:08 Skipping stage go-build-helper (already ran) 11:18:08 Staging app-service-config 11:18:08 + snapcraftctl stage 11:18:09 Staging config-common 11:18:09 + snapcraftctl stage 11:18:10 Staging edgex-go 11:18:10 + snapcraftctl stage 11:18:11 Staging static-packages 11:18:11 + snapcraftctl stage 11:18:12 Staging version 11:18:12 + snapcraftctl stage 11:18:13 Priming go-build-helper 11:18:13 + snapcraftctl prime 11:18:14 Priming app-service-config 11:18:14 + snapcraftctl prime 11:18:15 Priming config-common 11:18:15 + snapcraftctl prime 11:18:16 Priming edgex-go 11:18:16 + snapcraftctl prime 11:18:17 Priming static-packages 11:18:17 + snapcraftctl prime 11:18:20 Priming version 11:18:20 + snapcraftctl prime 11:18:20 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] } 11:18:30 Removing intermediate container ac34b47eeea9 11:18:30 ---> 15985f861136 11:18:30 11:18:30 Step 10/23 : FROM alpine:3.12 11:18:30 ---> 9852663dfa18 11:18:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:18:30 ---> Using cache 11:18:30 ---> 309bb948e6aa 11:18:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:18:30 ---> Using cache 11:18:30 ---> 743412354c78 11:18:30 Step 13/23 : ENV APP_PORT=48082 11:18:30 ---> Running in 8b1ac0e83f53 11:18:30 Removing intermediate container 8b1ac0e83f53 11:18:30 ---> 7eca2c63f52f 11:18:30 Step 14/23 : EXPOSE $APP_PORT 11:18:30 ---> Running in 7cefc552b520 11:18:30 Removing intermediate container 7cefc552b520 11:18:30 ---> 40b8cf95cfd9 11:18:30 Step 15/23 : WORKDIR / 11:18:30 ---> Running in b9efbf3cb4e7 11:18:30 Removing intermediate container b9efbf3cb4e7 11:18:30 ---> 2dee15850e81 11:18:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:18:30 ---> 55a8549580bc 11:18:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:18:30 ---> d5e42372a436 11:18:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 11:18:31 ---> b33d5ab4b363 11:18:31 Step 19/23 : ENTRYPOINT ["/core-command"] 11:18:32 ---> Running in c9d597068e55 11:18:32 Removing intermediate container c9d597068e55 11:18:32 ---> dd367cafa065 11:18:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:18:32 ---> Running in 60798b0874e6 11:18:33 Removing intermediate container 60798b0874e6 11:18:33 ---> 32ddd184890f 11:18:33 Step 21/23 : LABEL arch=arm64 11:18:33 ---> Running in 804e8d1e1ebe 11:18:34 Removing intermediate container 804e8d1e1ebe 11:18:34 ---> cee3b3b6bcff 11:18:34 Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:18:34 ---> Running in 5097bde27f81 11:18:35 Removing intermediate container 5097bde27f81 11:18:35 ---> 24055ec16465 11:18:35 Step 23/23 : LABEL version=0.0.0 11:18:35 ---> Running in 9413709acf41 11:18:36 Removing intermediate container 9413709acf41 11:18:36 ---> f58500ff7301 11:18:36 11:18:36 Successfully built f58500ff7301 11:18:36 Successfully tagged docker-core-command-go-arm64:latest 11:18:54  Building docker-core-command-go ... done Removing intermediate container 7024d69777b5 11:18:54 ---> c055c7e1d0f9 11:18:54 11:18:54 Step 10/22 : FROM alpine:3.12 11:18:54 ---> 9852663dfa18 11:18:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 11:18:54 ---> Running in dca1aa0f7681 11:18:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:18:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:18:54 (1/2) Installing ca-certificates (20191127-r4) 11:18:54 (2/2) Installing dumb-init (1.2.2-r1) 11:18:54 Executing busybox-1.31.1-r20.trigger 11:18:55 Executing ca-certificates-20191127-r4.trigger 11:18:55 OK: 6 MiB in 16 packages 11:18:57 Removing intermediate container a277d30af560 11:18:57 ---> 2e94916b3ac8 11:18:57 11:18:57 Step 10/23 : FROM alpine:3.12 11:18:57 ---> 9852663dfa18 11:18:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:18:57 ---> Using cache 11:18:57 ---> 309bb948e6aa 11:18:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:18:57 ---> Using cache 11:18:57 ---> 743412354c78 11:18:57 Step 13/23 : ENV APP_PORT=48081 11:18:57 ---> Running in 6eaefd2cc796 11:18:58 Removing intermediate container dca1aa0f7681 11:18:58 ---> 414e964e7b7f 11:18:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 11:18:58 ---> Running in 40ba72a2e3d6 11:18:58 Removing intermediate container 6eaefd2cc796 11:18:58 ---> ae4523cb4282 11:18:58 Step 14/23 : EXPOSE $APP_PORT 11:18:58 ---> Running in 7cdee622b17e 11:18:58 Removing intermediate container 40ba72a2e3d6 11:18:58 ---> 13d96cb745c1 11:18:58 Step 13/22 : ENV APP_PORT=48060 11:18:59 ---> Running in dbcb866437ff 11:18:59 Removing intermediate container 7cdee622b17e 11:18:59 ---> adef3198db2c 11:18:59 Step 15/23 : WORKDIR / 11:19:00 ---> Running in c96b6e2ca9c4 11:19:00 Removing intermediate container dbcb866437ff 11:19:00 ---> cf72204b117e 11:19:00 Step 14/22 : EXPOSE $APP_PORT 11:19:00 ---> Running in 3a9e4fe395aa 11:19:00 Removing intermediate container c96b6e2ca9c4 11:19:00 ---> c588768d6890 11:19:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:19:01 Removing intermediate container 3a9e4fe395aa 11:19:01 ---> 255338bc0ac4 11:19:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:19:01 ---> da4a63227961 11:19:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:19:02 Removing intermediate container bc964b1e6f4b 11:19:02 ---> 991f68940351 11:19:02 11:19:02 Step 10/23 : FROM alpine:3.12 11:19:02 ---> 9852663dfa18 11:19:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 11:19:02 ---> Running in ba58f04a1116 11:19:02 ---> 4caa171f0724 11:19:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:19:02 Removing intermediate container ba58f04a1116 11:19:02 ---> e8849e2bea91 11:19:02 Step 12/23 : ENV APP_PORT=48080 11:19:03 ---> Running in 84fb0a29bd12 11:19:03 ---> b0859fac653b 11:19:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 11:19:03 ---> 945cceab62b0 11:19:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 11:19:03 Removing intermediate container 84fb0a29bd12 11:19:03 ---> 723c1b83df19 11:19:03 Step 13/23 : EXPOSE $APP_PORT 11:19:04 ---> Running in c2bc9983c4e4 11:19:04 ---> e3008a107c85 11:19:04 Step 19/23 : ENTRYPOINT ["/core-metadata"] 11:19:04 ---> 6ee105e871c0 11:19:04 Step 18/22 : ENTRYPOINT ["/support-notifications"] 11:19:04 ---> Running in 27a2898745d6 11:19:04 Removing intermediate container c2bc9983c4e4 11:19:04 ---> dd29511da34e 11:19:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:19:04 ---> Running in 3c3ee8bb5e7b 11:19:04 ---> Running in acbd1412801f 11:19:04 Removing intermediate container 27a2898745d6 11:19:04 ---> c07f564d7378 11:19:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:19:05 Removing intermediate container 3c3ee8bb5e7b 11:19:05 ---> 2c3f0009334a 11:19:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:19:05 ---> Running in 99c7881119c5 11:19:05 ---> Running in d26713a7c7f8 11:19:05 Removing intermediate container 99c7881119c5 11:19:05 ---> b7fafbd52cbf 11:19:05 Step 21/23 : LABEL arch=arm64 11:19:05 ---> Running in bae758d08c6d 11:19:06 Removing intermediate container d26713a7c7f8 11:19:06 ---> efe3366266ed 11:19:06 Step 20/22 : LABEL arch=arm64 11:19:06 ---> Running in ac0d7a877292 11:19:06 Removing intermediate container bae758d08c6d 11:19:06 ---> 67b3bfa5db70 11:19:06 Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:19:06 ---> Running in fdc7f5aa6967 11:19:06 Removing intermediate container ac0d7a877292 11:19:06 ---> a0e25fe55faf 11:19:06 Step 21/22 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:19:07 ---> Running in 7b484eaabd84 11:19:07 Removing intermediate container fdc7f5aa6967 11:19:07 ---> 6b199d49bc27 11:19:07 Removing intermediate container acbd1412801f 11:19:07 Step 23/23 : LABEL version=0.0.0 ---> 778878e56afb 11:19:07 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 11:19:07 11:19:07 Removing intermediate container 7b484eaabd84 11:19:07 ---> cbb912cbc816 11:19:07 Step 22/22 : LABEL version=0.0.0 11:19:07 ---> Running in 6484604c1ee6 11:19:07 ---> Running in 7e71980784ac 11:19:07 ---> Running in 667ee72bc086 11:19:08 Removing intermediate container 7e71980784ac 11:19:08 ---> 6e62d808cdf9 11:19:08 11:19:08 Removing intermediate container 667ee72bc086 11:19:08 ---> 1487ea5cef65 11:19:08 11:19:08 Successfully built 6e62d808cdf9 11:19:08 Successfully tagged docker-core-metadata-go-arm64:latest 11:19:08  Building docker-core-metadata-go ... done Successfully built 1487ea5cef65 11:19:08 Successfully tagged docker-support-notifications-go-arm64:latest 11:19:08  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:19:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:19:11 (1/6) Installing dumb-init (1.2.2-r1) 11:19:11 (2/6) Installing libgcc (9.3.0-r2) 11:19:11 (3/6) Installing libsodium (1.0.18-r0) 11:19:12 (4/6) Installing libstdc++ (9.3.0-r2) 11:19:12 (5/6) Installing libzmq (4.3.3-r0) 11:19:12 (6/6) Installing zeromq (4.3.3-r0) 11:19:12 Executing busybox-1.31.1-r20.trigger 11:19:12 OK: 8 MiB in 20 packages 11:19:14 Removing intermediate container 6484604c1ee6 11:19:14 ---> 21c76148889d 11:19:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:19:14 ---> 30e7ff241ae5 11:19:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:19:16 ---> 772f4008cf61 11:19:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 11:19:17 ---> 0a6a38702d33 11:19:17 Step 19/23 : ENTRYPOINT ["/core-data"] 11:19:17 ---> Running in f02b8a4ac702 11:19:17 Removing intermediate container f02b8a4ac702 11:19:17 ---> 3a258684533c 11:19:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:19:17 ---> Running in 54b0d823f4c2 11:19:18 Removing intermediate container 54b0d823f4c2 11:19:18 ---> 6eabd041baae 11:19:18 Step 21/23 : LABEL arch=arm64 11:19:18 ---> Running in 037c93d68887 11:19:18 Removing intermediate container 037c93d68887 11:19:18 ---> 5965758e583f 11:19:18 Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa 11:19:18 ---> Running in 09af89440a26 11:19:19 Removing intermediate container 09af89440a26 11:19:19 ---> 1ebfc1a66c8f 11:19:19 Step 23/23 : LABEL version=0.0.0 11:19:19 ---> Running in a57fc322c7aa 11:19:19 Removing intermediate container a57fc322c7aa 11:19:19 ---> d5fae2dc9c34 11:19:19 11:19:20 Successfully built d5fae2dc9c34 11:19:20 Successfully tagged docker-core-data-go-arm64:latest 11:19:20  Building docker-core-data-go ... done  [Pipeline] } 11:19:20 $ docker stop --time=1 207cc62a87690c4e56fcca66b35695e0ff414b0590a3e8dbbc7d07c07c063586 11:19:22 $ docker rm -f 207cc62a87690c4e56fcca66b35695e0ff414b0590a3e8dbbc7d07c07c063586 [Pipeline] // withDockerContainer [Pipeline] sh 11:19:23 + grep docker 11:19:23 + docker images 11:19:23 docker-core-data-go-arm64 latest d5fae2dc9c34 4 seconds ago 20.3MB 11:19:23 docker-support-notifications-go-arm64 latest 1487ea5cef65 15 seconds ago 16.6MB 11:19:23 docker-core-metadata-go-arm64 latest 6e62d808cdf9 16 seconds ago 17.4MB 11:19:23 docker-core-command-go-arm64 latest f58500ff7301 48 seconds ago 16.1MB 11:19:23 docker-sys-mgmt-agent-go-arm64 latest e983a576eda8 2 minutes ago 299MB 11:19:23 docker-security-bootstrapper-go-arm64 latest 4d3953cc612e 3 minutes ago 17.1MB 11:19:23 docker-security-secretstore-setup-go-arm64 latest f8448ee4a118 3 minutes ago 24.3MB 11:19:23 docker-support-scheduler-go-arm64 latest 1c1ec1c374b1 4 minutes ago 16.1MB 11:19:23 docker-security-proxy-setup-go-arm64 latest b8b03b71454a 4 minutes ago 23.9MB 11:19:23 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 11:19:24 ---> job-cost.sh 11:19:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4Os9 11:20:11 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:21:32 lf-activate-venv(): INFO: Adding /tmp/venv-4Os9/bin to PATH 11:21:32 INFO: No Stack... 11:21:32 INFO: Retrieving Pricing Info for: lf-standard-4 11:21:32 INFO: Archiving Costs [Pipeline] sh 11:21:33 + cat /w/workspace/edgex-go/2/archives/cost.csv 11:21:33 + cut -d, -f6 [Pipeline] lock 11:21:33 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3437-2-stack-cost] 11:21:33 Resource [jenkins-edgexfoundry-edgex-go-PR-3437-2-stack-cost] did not exist. Created. 11:21:33 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3437-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:21:33 + echo total: 0.20999999344348907 [Pipeline] stash 11:21:33 Stashed 1 file(s) [Pipeline] } 11:21:33 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3437-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 11:21:34 provisioning config files... 11:21:34 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5804910932104676116tmp [Pipeline] { [Pipeline] sh 11:21:34 + set +x 11:21:34 + curl -s https://codecov.io/bash 11:21:34 + bash -s -- 11:21:35 11:21:35 _____ _ 11:21:35 / ____| | | 11:21:35 | | ___ __| | ___ ___ _____ __ 11:21:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:21:35 | |___| (_) | (_| | __/ (_| (_) \ V / 11:21:35 \_____\___/ \__,_|\___|\___\___/ \_/ 11:21:35 Bash-1.0.2 11:21:35 11:21:35 11:21:35 ==> git version 2.24.3 found 11:21:35 ==> 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 11:21:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:21:35 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:21:35 ==> Jenkins CI detected. 11:21:35 project root: . 11:21:35 --> token set from env 11:21:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:21:35 ==> Running gcov in . (disable via -X gcov) 11:21:35 ==> Python coveragepy not found 11:21:35 ==> Searching for coverage reports in: 11:21:35 + . 11:21:35 -> Found 1 reports 11:21:35 ==> Detecting git/mercurial file structure 11:21:35 ==> Reading reports 11:21:35 + ./coverage.out bytes=705232 11:21:35 ==> Appending adjustments 11:21:35 https://docs.codecov.io/docs/fixing-reports 11:21:39 + Found adjustments 11:21:39 ==> Gzipping contents 11:21:39 100K /tmp/codecov.ZgZFQE.gz 11:21:39 ==> Uploading reports 11:21:39 url: https://codecov.io 11:21:39 query: branch=PR-3437&commit=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3437%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3437&job=&cmd_args= 11:21:39 -> Pinging Codecov 11:21:39 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3437&commit=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3437%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3437&job=&cmd_args= 11:21:39 -> Uploading to 11:21:39 https://storage.googleapis.com/codecov/v4/raw/2021-05-09/00271124DB129430A58F1EEE437C3FCB/39e708b1e1eb2507d90528e6cc0b982b5ccfebfa/520a13b2-4a04-4fc8-b05f-db78f7a6583f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210509T112139Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3cbe72cf264fea119b6f2ab6b6092b3e1be7c3cd4e2f14b9a63d3527586fc7bf 11:21:39 % Total % Received % Xferd Average Speed Time Time Time Current 11:21:39 Dload Upload Total Spent Left Speed 11:21:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 168k --:--:-- --:--:-- --:--:-- 168k 11:21:40 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [Pipeline] } 11:21:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 11:21:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:21:41 ---> package-listing.sh 11:21:41 ++ facter osfamily 11:21:41 ++ tr '[:upper:]' '[:lower:]' 11:21:41 + OS_FAMILY=redhat 11:21:41 + workspace=/w/workspace/edgex-go/2 11:21:41 + START_PACKAGES=/tmp/packages_start.txt 11:21:41 + END_PACKAGES=/tmp/packages_end.txt 11:21:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:21:41 + PACKAGES=/tmp/packages_start.txt 11:21:41 + '[' /w/workspace/edgex-go/2 ']' 11:21:41 + PACKAGES=/tmp/packages_end.txt 11:21:41 + case "${OS_FAMILY}" in 11:21:41 + rpm -qa 11:21:41 + sort 11:21:47 + '[' -f /tmp/packages_start.txt ']' 11:21:47 + '[' -f /tmp/packages_end.txt ']' 11:21:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:21:47 + '[' /w/workspace/edgex-go/2 ']' 11:21:47 + mkdir -p /w/workspace/edgex-go/2/archives/ 11:21:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 11:21:47 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 11:21:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:21:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:21:47 11:21:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:21:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:21:48 alpine: Pulling from edgex-lftools-log-publisher 11:21:48 df20fa9351a1: Pulling fs layer 11:21:48 36b3adc4ff6f: Pulling fs layer 11:21:48 8ad3a11d3b57: Pulling fs layer 11:21:48 46f8f816bc3b: Pulling fs layer 11:21:48 93b61091891f: Pulling fs layer 11:21:48 93b9cdb0e59b: Pulling fs layer 11:21:48 5e14af77c1be: Pulling fs layer 11:21:48 01666e4c0597: Pulling fs layer 11:21:48 aa168da1d23b: Pulling fs layer 11:21:48 46f8f816bc3b: Waiting 11:21:48 93b61091891f: Waiting 11:21:48 93b9cdb0e59b: Waiting 11:21:48 5e14af77c1be: Waiting 11:21:48 01666e4c0597: Waiting 11:21:48 aa168da1d23b: Waiting 11:21:48 36b3adc4ff6f: Verifying Checksum 11:21:48 36b3adc4ff6f: Download complete 11:21:48 46f8f816bc3b: Verifying Checksum 11:21:48 46f8f816bc3b: Download complete 11:21:48 df20fa9351a1: Verifying Checksum 11:21:48 93b9cdb0e59b: Verifying Checksum 11:21:48 93b9cdb0e59b: Download complete 11:21:48 5e14af77c1be: Verifying Checksum 11:21:48 5e14af77c1be: Download complete 11:21:48 01666e4c0597: Verifying Checksum 11:21:48 01666e4c0597: Download complete 11:21:48 93b61091891f: Download complete 11:21:48 8ad3a11d3b57: Verifying Checksum 11:21:48 8ad3a11d3b57: Download complete 11:21:48 df20fa9351a1: Pull complete 11:21:48 36b3adc4ff6f: Pull complete 11:21:49 8ad3a11d3b57: Pull complete 11:21:49 46f8f816bc3b: Pull complete 11:21:51 aa168da1d23b: Verifying Checksum 11:21:51 aa168da1d23b: Download complete 11:21:52 93b61091891f: Pull complete 11:21:52 93b9cdb0e59b: Pull complete 11:21:52 5e14af77c1be: Pull complete 11:21:52 01666e4c0597: Pull complete 11:22:07 aa168da1d23b: Pull complete 11:22:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:22:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:22:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:22:07 prd-centos7-docker-4c-2g-3820 does not seem to be running inside a container 11:22:07 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:22:10 $ docker top 8e80a6b7937f4d4df2e6144cd035ff9599356d86805aeb987d1983f5fadae48f -eo pid,comm [Pipeline] { [Pipeline] sh 11:22:10 + touch /tmp/pre-build-complete [Pipeline] sh 11:22:11 + mkdir -p /var/log/sa [Pipeline] sh 11:22:11 + ls /var/log/sa-host 11:22:11 + sadf -c /var/log/sa-host/sa09 11:22:11 file_magic: OK 11:22:11 HZ: Using current value: 100 11:22:11 file_header: OK 11:22:11 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 11:22:11 Statistics: 11:22:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:22:11 File successfully converted to sysstat format version 12.2.1 11:22:11 + sadf -c /var/log/sa-host/sa23 11:22:11 file_magic: OK 11:22:11 HZ: Using current value: 100 11:22:11 file_header: OK 11:22:11 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 11:22:11 Statistics: 11:22:11 Hnuu...uuuununununu... 11:22:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:22:11 provisioning config files... 11:22:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2691413328304409790tmp [Pipeline] { [Pipeline] echo 11:22:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:22:12 ---> create-netrc.sh [Pipeline] } 11:22:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:22:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:22:12 ---> python-tools-install.sh [Pipeline] echo 11:22:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:22:12 ---> sudo-logs.sh 11:22:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:22:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:22:13 ---> job-cost.sh 11:22:13 lf-activate-venv: SKIPPING 11:22:13 DEBUG: total: 0.20999999344348907 11:22:13 INFO: Retrieving Stack Cost... 11:22:13 INFO: Retrieving Pricing Info for: v1-standard-2 11:22:14 INFO: Archiving Costs [Pipeline] echo 11:22:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:22:14 ---> logs-deploy.sh 11:22:14 lf-activate-venv: SKIPPING 11:22:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3437/2 11:22:14 INFO: archiving workspace using pattern(s): 11:22:16 Archives upload complete. 11:22:16 INFO: archiving logs to Nexus 11:22:17 ---> uname -a: 11:22:17 Linux prd-centos7-docker-4c-2g-3820.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 11:22:17 11:22:17 11:22:17 ---> lscpu: 11:22:17 Architecture: x86_64 11:22:17 CPU op-mode(s): 32-bit, 64-bit 11:22:17 Byte Order: Little Endian 11:22:17 Address sizes: 40 bits physical, 48 bits virtual 11:22:17 CPU(s): 4 11:22:17 On-line CPU(s) list: 0-3 11:22:17 Thread(s) per core: 1 11:22:17 Core(s) per socket: 1 11:22:17 Socket(s): 4 11:22:17 NUMA node(s): 1 11:22:17 Vendor ID: GenuineIntel 11:22:17 CPU family: 6 11:22:17 Model: 44 11:22:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:22:17 Stepping: 1 11:22:17 CPU MHz: 2933.438 11:22:17 BogoMIPS: 5866.87 11:22:17 Virtualization: VT-x 11:22:17 Hypervisor vendor: KVM 11:22:17 Virtualization type: full 11:22:17 L1d cache: 128 KiB 11:22:17 L1i cache: 128 KiB 11:22:17 L2 cache: 16 MiB 11:22:17 L3 cache: 64 MiB 11:22:17 NUMA node0 CPU(s): 0-3 11:22:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:22:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:22:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:22:17 Vulnerability Meltdown: Mitigation; PTI 11:22:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:22:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:22:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:22:17 Vulnerability Srbds: Not affected 11:22:17 Vulnerability Tsx async abort: Not affected 11:22:17 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 11:22:17 11:22:17 11:22:17 ---> nproc: 11:22:17 4 11:22:17 11:22:17 11:22:17 ---> df -h: 11:22:17 Filesystem Size Used Available Use% Mounted on 11:22:17 overlay 50.0G 13.1G 36.9G 26% / 11:22:17 tmpfs 64.0M 0 64.0M 0% /dev 11:22:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:22:17 shm 64.0M 0 64.0M 0% /dev/shm 11:22:17 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 11:22:17 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 11:22:17 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 11:22:17 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 11:22:17 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 11:22:17 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 11:22:17 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 11:22:17 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 11:22:17 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/2@tmp 11:22:17 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/2 11:22:17 11:22:17 11:22:17 ---> free -m: 11:22:17 total used free shared buff/cache available 11:22:17 Mem: 1837 728 129 0 979 1025 11:22:17 Swap: 1023 70 953 11:22:17 11:22:17 11:22:17 ---> ip addr: 11:22:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:22:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:22:17 inet 127.0.0.1/8 scope host lo 11:22:17 valid_lft forever preferred_lft forever 11:22:17 inet6 ::1/128 scope host 11:22:17 valid_lft forever preferred_lft forever 11:22:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:22:17 link/ether fa:16:3e:eb:9d:4a brd ff:ff:ff:ff:ff:ff 11:22:17 inet 10.30.122.87/23 brd 10.30.123.255 scope global dynamic eth0 11:22:17 valid_lft 85055sec preferred_lft 85055sec 11:22:17 inet6 fe80::f816:3eff:feeb:9d4a/64 scope link 11:22:17 valid_lft forever preferred_lft forever 11:22:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:22:17 link/ether 02:42:15:5a:d8:9a brd ff:ff:ff:ff:ff:ff 11:22:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:22:17 valid_lft forever preferred_lft forever 11:22:17 inet6 fe80::42:15ff:fe5a:d89a/64 scope link 11:22:17 valid_lft forever preferred_lft forever 11:22:17 11:22:17 11:22:17 ---> sar -b -r -n DEV: 11:22:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/09/21 _x86_64_ (4 CPU) 11:22:17 11:22:17 10:59:40 LINUX RESTART (4 CPU) 11:22:17 11:22:17 11:00:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:22:17 11:01:01 142.38 50.31 92.07 0.00 8388.46 45372.83 0.00 11:22:17 11:02:01 207.27 105.79 101.48 0.00 8209.88 43651.97 0.00 11:22:17 11:03:01 169.14 30.86 138.27 0.00 2593.51 17621.21 0.00 11:22:17 11:04:01 191.66 103.21 88.45 0.00 3073.14 12553.14 0.00 11:22:17 11:05:01 127.06 47.09 79.97 0.00 1968.20 8671.71 0.00 11:22:17 11:06:01 168.14 52.71 115.43 0.00 8073.75 47078.94 0.00 11:22:17 11:07:03 2225.98 1885.01 340.97 0.00 160392.33 195820.08 0.00 11:22:17 11:08:01 1372.12 1121.08 251.03 0.00 83071.83 93901.99 0.00 11:22:17 11:09:01 1004.36 672.21 332.15 0.00 34114.84 65514.12 0.00 11:22:17 11:10:02 2378.07 2026.92 351.15 0.00 125482.57 130646.52 0.00 11:22:17 11:11:02 1619.74 1282.23 337.51 0.00 104057.93 99419.46 0.00 11:22:17 11:12:01 318.08 134.80 183.27 0.00 10397.56 22998.95 0.00 11:22:17 11:13:01 1.50 0.10 1.40 0.00 4.80 23.65 0.00 11:22:17 11:14:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 11:22:17 11:15:01 1.80 1.63 0.17 0.00 53.56 1.67 0.00 11:22:17 11:16:01 0.88 0.03 0.85 0.00 1.07 15.82 0.00 11:22:17 11:17:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 11:22:17 11:18:01 0.15 0.00 0.15 0.00 0.00 1.80 0.00 11:22:17 11:19:01 0.23 0.02 0.22 0.00 0.53 1.82 0.00 11:22:17 11:20:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 11:22:17 11:21:01 0.55 0.30 0.25 0.00 117.79 3.30 0.00 11:22:17 11:22:02 125.21 66.74 58.46 0.00 5470.42 13407.40 0.00 11:22:17 Average: 458.34 345.81 112.53 0.00 25345.07 36317.83 0.00 11:22:17 11:22:17 11:00:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:22:17 11:01:01 86892 0 656688 34.90 2620 1135344 1311432 44.76 528156 1061080 13620 11:22:17 11:02:01 108516 0 744404 39.56 1676 1026948 1447880 49.41 591092 938692 22360 11:22:17 11:03:01 259576 0 762832 40.54 1492 857644 1423852 48.59 479520 852272 40 11:22:17 11:04:01 145348 0 829656 44.09 576 905964 1746832 59.62 720628 730684 40604 11:22:17 11:05:01 188656 0 803600 42.71 452 888836 1427736 48.73 657840 740308 37928 11:22:17 11:06:01 67648 0 744472 39.57 60 1069364 1250296 42.67 720452 826744 79592 11:22:17 11:07:03 65380 0 836132 44.44 0 980032 2146372 73.25 760948 823228 59860 11:22:17 11:08:01 371408 0 822124 43.69 0 688012 2407868 82.18 524748 714820 49536 11:22:17 11:09:01 491796 0 759324 40.36 0 630424 1506516 51.41 468552 656068 848 11:22:17 11:10:02 67036 0 791884 42.09 0 1022624 1965680 67.09 570264 984664 1364 11:22:17 11:11:02 72432 0 808004 42.94 0 1001108 2345108 80.03 562836 976020 30732 11:22:17 11:12:01 298096 0 664124 35.30 0 919324 1226632 41.86 573876 754724 20 11:22:17 11:13:01 303956 0 658148 34.98 0 919440 1189192 40.59 569020 754200 12 11:22:17 11:14:01 304864 0 657232 34.93 0 919448 1183000 40.37 568584 754140 12 11:22:17 11:15:01 303328 0 657824 34.96 0 920392 1183036 40.38 568684 755080 16 11:22:17 11:16:01 304148 0 656992 34.92 0 920404 1174848 40.10 567956 754984 8 11:22:17 11:17:01 304432 0 656708 34.90 0 920404 1174776 40.09 567884 754984 8 11:22:17 11:18:01 304396 0 656736 34.90 0 920412 1174872 40.10 568112 754988 12 11:22:17 11:19:01 304680 0 656460 34.89 0 920404 1174776 40.09 567896 754984 12 11:22:17 11:20:01 304616 0 656508 34.89 0 920420 1174776 40.09 567896 755000 8 11:22:17 11:21:01 298288 0 659288 35.04 0 923968 1174836 40.10 573596 755660 8 11:22:17 11:22:02 211772 0 727640 38.67 0 942132 1378052 47.03 551288 823652 124084 11:22:17 Average: 234876 0 721217 38.33 313 925139 1463108 49.93 583174 803499 20940 11:22:17 11:22:17 11:00:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:22:17 11:01:01 eth0 1088.11 837.25 4036.32 123.74 0.00 0.00 0.00 0.00 11:22:17 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:01:01 vethbb6e383 147.08 86.48 15.45 244.44 0.00 0.00 0.00 0.00 11:22:17 11:01:01 docker0 147.08 86.38 13.44 244.43 0.00 0.00 0.00 0.00 11:22:17 11:02:01 eth0 844.98 1119.61 5233.12 135.45 0.00 0.00 0.00 0.00 11:22:17 11:02:01 vethb3c0d46 31.63 34.25 2.32 91.88 0.00 0.00 0.00 0.00 11:22:17 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:02:01 docker0 879.84 561.44 66.03 2533.84 0.00 0.00 0.00 0.00 11:22:17 11:03:01 eth0 229.58 209.06 767.09 22.15 0.00 0.00 0.00 0.00 11:22:17 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:03:01 vetha29a9ed 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:03:01 docker0 200.43 207.21 13.36 752.14 0.00 0.00 0.00 0.00 11:22:17 11:04:01 eth0 33.49 18.55 30.55 13.40 0.00 0.00 0.00 0.00 11:22:17 11:04:01 vethc14d077 0.42 0.55 0.04 0.05 0.00 0.00 0.00 0.00 11:22:17 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:04:01 docker0 0.42 0.42 0.03 0.04 0.00 0.00 0.00 0.00 11:22:17 11:05:01 eth0 49.40 41.92 16.11 78.09 0.00 0.00 0.00 0.00 11:22:17 11:05:01 vethc14d077 1.91 1.91 0.15 0.16 0.00 0.00 0.00 0.00 11:22:17 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:05:01 docker0 1.91 1.91 0.13 0.16 0.00 0.00 0.00 0.00 11:22:17 11:06:01 eth0 186.30 147.76 1703.45 37.72 0.00 0.00 0.00 0.00 11:22:17 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:06:01 vethf650f37 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:22:17 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:07:03 vethafffe0c 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:22:17 11:07:03 veth3b5550e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:22:17 11:07:03 eth0 94.15 72.76 180.63 54.03 0.00 0.00 0.00 0.00 11:22:17 11:07:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:08:01 vethdefe589 0.05 0.19 0.00 0.01 0.00 0.00 0.00 0.00 11:22:17 11:08:01 veth38dee4e 0.03 0.43 0.00 0.02 0.00 0.00 0.00 0.00 11:22:17 11:08:01 eth0 19.99 10.16 16.14 8.43 0.00 0.00 0.00 0.00 11:22:17 11:08:01 vethdd0fa98 0.00 0.41 0.00 0.02 0.00 0.00 0.00 0.00 11:22:17 11:09:01 veth72ac792 16.33 25.15 1.15 317.66 0.00 0.00 0.00 0.00 11:22:17 11:09:01 eth0 211.51 161.98 1747.62 107.27 0.00 0.00 0.00 0.00 11:22:17 11:09:01 vethe61651d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:22:17 11:09:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:22:17 11:10:02 veth309befc 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:22:17 11:10:02 eth0 122.95 91.08 199.90 86.08 0.00 0.00 0.00 0.00 11:22:17 11:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:10:02 vethf650f37 0.00 2.37 0.00 0.11 0.00 0.00 0.00 0.00 11:22:17 11:11:02 veth3bf01f7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:22:17 11:11:02 veth42c90eb 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:11:02 eth0 34.67 17.54 28.40 14.94 0.00 0.00 0.00 0.00 11:22:17 11:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:12:01 eth0 79.47 56.87 150.35 83.34 0.00 0.00 0.00 0.00 11:22:17 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:12:01 docker0 1388.91 1052.53 103.11 4488.46 0.00 0.00 0.00 0.00 11:22:17 11:13:01 eth0 1.53 0.35 0.37 0.23 0.00 0.00 0.00 0.00 11:22:17 11:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:14:01 eth0 1.17 0.35 0.33 0.20 0.00 0.00 0.00 0.00 11:22:17 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:15:01 eth0 0.50 0.35 0.27 0.20 0.00 0.00 0.00 0.00 11:22:17 11:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:16:01 eth0 0.32 0.25 0.14 0.08 0.00 0.00 0.00 0.00 11:22:17 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:17:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:22:17 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:18:01 eth0 0.58 0.32 0.28 0.20 0.00 0.00 0.00 0.00 11:22:17 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:19:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:22:17 11:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:20:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:21:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 11:22:17 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:22:02 eth0 178.98 154.42 2161.56 19.91 0.00 0.00 0.00 0.00 11:22:17 11:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 11:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 Average: eth0 143.97 133.35 738.57 35.68 0.00 0.00 0.00 0.00 11:22:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:17 Average: docker0 62.21 47.15 4.62 201.06 0.00 0.00 0.00 0.00 11:22:17 11:22:17 11:22:17 ---> sar -P ALL: 11:22:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/09/21 _x86_64_ (4 CPU) 11:22:17 11:22:17 10:59:40 LINUX RESTART (4 CPU) 11:22:17 11:22:17 11:00:02 CPU %user %nice %system %iowait %steal %idle 11:22:17 11:01:01 all 17.11 0.00 9.25 5.39 0.13 68.12 11:22:17 11:01:01 0 16.47 0.00 9.24 7.21 0.16 66.92 11:22:17 11:01:01 1 18.04 0.00 9.25 7.06 0.12 65.53 11:22:17 11:01:01 2 16.89 0.00 10.22 3.43 0.09 69.37 11:22:17 11:01:01 3 17.05 0.00 8.31 3.87 0.14 70.63 11:22:17 11:02:01 all 14.31 0.00 8.13 1.12 0.10 76.34 11:22:17 11:02:01 0 14.61 0.00 9.52 0.45 0.07 75.35 11:22:17 11:02:01 1 18.50 0.00 7.25 1.35 0.12 72.77 11:22:17 11:02:01 2 13.38 0.00 8.70 1.72 0.12 76.08 11:22:17 11:02:01 3 10.76 0.00 7.04 0.94 0.10 81.15 11:22:17 11:03:01 all 5.30 0.00 5.28 3.60 0.23 85.59 11:22:17 11:03:01 0 5.33 0.00 5.35 5.31 0.24 83.77 11:22:17 11:03:01 1 4.76 0.00 5.64 4.54 0.19 84.88 11:22:17 11:03:01 2 5.87 0.00 5.21 1.62 0.22 87.09 11:22:17 11:03:01 3 5.23 0.00 4.94 2.96 0.27 86.59 11:22:17 11:04:01 all 58.90 0.00 14.95 5.44 0.20 20.51 11:22:17 11:04:01 0 57.03 0.00 14.27 4.89 0.19 23.62 11:22:17 11:04:01 1 60.56 0.00 15.04 6.35 0.23 17.82 11:22:17 11:04:01 2 60.73 0.00 14.72 5.03 0.14 19.37 11:22:17 11:04:01 3 57.27 0.00 15.78 5.48 0.23 21.24 11:22:17 11:05:01 all 47.91 0.00 15.05 4.47 0.10 32.46 11:22:17 11:05:01 0 47.51 0.00 14.18 4.00 0.10 34.20 11:22:17 11:05:01 1 47.92 0.00 15.54 2.81 0.07 33.66 11:22:17 11:05:01 2 48.00 0.00 15.12 5.73 0.14 31.01 11:22:17 11:05:01 3 48.22 0.00 15.36 5.35 0.09 30.99 11:22:17 11:06:01 all 25.54 0.00 12.09 5.13 0.09 57.14 11:22:17 11:06:01 0 27.73 0.00 13.06 4.88 0.09 54.25 11:22:17 11:06:01 1 24.86 0.00 11.93 5.13 0.12 57.96 11:22:17 11:06:01 2 25.33 0.00 11.85 7.10 0.07 55.65 11:22:17 11:06:01 3 24.26 0.00 11.52 3.44 0.10 60.68 11:22:17 11:07:03 all 22.56 0.00 31.04 17.08 0.28 29.04 11:22:17 11:07:03 0 20.37 0.00 30.24 15.91 0.38 33.11 11:22:17 11:07:03 1 23.51 0.00 30.93 14.48 0.24 30.84 11:22:17 11:07:03 2 22.33 0.00 31.36 20.13 0.24 25.94 11:22:17 11:07:03 3 24.04 0.00 31.65 17.84 0.25 26.22 11:22:17 11:08:01 all 58.07 0.00 20.78 12.60 0.10 8.46 11:22:17 11:08:01 0 57.94 0.00 20.91 11.08 0.07 10.01 11:22:17 11:08:01 1 57.31 0.00 21.40 13.31 0.09 7.90 11:22:17 11:08:01 2 57.99 0.00 20.42 13.23 0.12 8.24 11:22:17 11:08:01 3 59.02 0.00 20.39 12.79 0.11 7.69 11:22:17 11:09:01 all 20.73 1.98 24.55 28.97 0.14 23.63 11:22:17 11:09:01 0 20.39 1.90 24.74 28.69 0.16 24.13 11:22:17 11:09:01 1 20.93 1.83 23.67 29.63 0.14 23.81 11:22:17 11:09:01 2 21.13 2.06 25.47 28.29 0.14 22.91 11:22:17 11:09:01 3 20.48 2.16 24.32 29.26 0.12 23.66 11:22:17 11:10:02 all 18.09 0.87 25.22 34.79 0.19 20.84 11:22:17 11:10:02 0 17.78 0.88 25.51 32.87 0.19 22.77 11:22:17 11:10:02 1 16.12 0.86 24.78 37.25 0.21 20.78 11:22:17 11:10:02 2 20.26 0.82 25.38 32.39 0.22 20.92 11:22:17 11:10:02 3 18.18 0.91 25.21 36.70 0.14 18.85 11:22:17 11:11:02 all 32.07 0.08 21.19 35.49 0.15 11.02 11:22:17 11:11:02 0 30.68 0.09 21.60 34.68 0.12 12.82 11:22:17 11:11:02 1 32.71 0.09 21.31 34.19 0.16 11.56 11:22:17 11:11:02 2 31.06 0.09 21.05 34.91 0.17 12.71 11:22:17 11:11:02 3 33.82 0.05 20.80 38.19 0.16 6.98 11:22:17 11:22:17 11:11:02 CPU %user %nice %system %iowait %steal %idle 11:22:17 11:12:01 all 28.81 0.00 10.54 9.63 0.04 50.99 11:22:17 11:12:01 0 29.21 0.00 10.57 7.50 0.03 52.68 11:22:17 11:12:01 1 27.64 0.00 10.80 12.06 0.07 49.42 11:22:17 11:12:01 2 29.16 0.00 10.44 11.21 0.03 49.16 11:22:17 11:12:01 3 29.21 0.00 10.33 7.76 0.02 52.67 11:22:17 11:13:01 all 0.15 0.00 0.03 0.00 0.00 99.82 11:22:17 11:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:22:17 11:13:01 1 0.03 0.00 0.03 0.00 0.00 99.93 11:22:17 11:13:01 2 0.03 0.00 0.05 0.00 0.00 99.92 11:22:17 11:13:01 3 0.50 0.00 0.02 0.02 0.02 99.45 11:22:17 11:14:01 all 0.17 0.00 0.03 0.00 0.00 99.79 11:22:17 11:14:01 0 0.07 0.00 0.05 0.00 0.00 99.88 11:22:17 11:14:01 1 0.05 0.00 0.03 0.00 0.00 99.92 11:22:17 11:14:01 2 0.05 0.00 0.02 0.00 0.02 99.92 11:22:17 11:14:01 3 0.52 0.00 0.03 0.00 0.00 99.45 11:22:17 11:15:01 all 0.14 0.00 0.07 0.02 0.00 99.77 11:22:17 11:15:01 0 0.00 0.00 0.05 0.00 0.00 99.95 11:22:17 11:15:01 1 0.03 0.00 0.13 0.08 0.00 99.75 11:22:17 11:15:01 2 0.02 0.00 0.05 0.00 0.00 99.93 11:22:17 11:15:01 3 0.50 0.00 0.05 0.00 0.00 99.45 11:22:17 11:16:01 all 0.08 0.00 0.12 0.00 0.01 99.79 11:22:17 11:16:01 0 0.03 0.00 0.08 0.02 0.02 99.85 11:22:17 11:16:01 1 0.05 0.00 0.10 0.00 0.02 99.83 11:22:17 11:16:01 2 0.08 0.00 0.17 0.00 0.00 99.75 11:22:17 11:16:01 3 0.15 0.00 0.12 0.00 0.00 99.73 11:22:17 11:17:01 all 0.08 0.00 0.03 0.00 0.00 99.90 11:22:17 11:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:22:17 11:17:01 1 0.03 0.00 0.05 0.00 0.00 99.92 11:22:17 11:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:22:17 11:17:01 3 0.23 0.00 0.03 0.00 0.00 99.73 11:22:17 11:18:01 all 0.15 0.00 0.02 0.00 0.00 99.83 11:22:17 11:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:22:17 11:18:01 1 0.05 0.00 0.03 0.00 0.00 99.92 11:22:17 11:18:01 2 0.03 0.00 0.03 0.00 0.00 99.93 11:22:17 11:18:01 3 0.52 0.00 0.00 0.00 0.00 99.48 11:22:17 11:19:01 all 0.15 0.00 0.02 0.00 0.00 99.83 11:22:17 11:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:22:17 11:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 11:22:17 11:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:22:17 11:19:01 3 0.50 0.00 0.03 0.00 0.00 99.47 11:22:17 11:20:01 all 0.12 0.00 0.03 0.00 0.00 99.84 11:22:17 11:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:22:17 11:20:01 1 0.03 0.00 0.07 0.00 0.00 99.90 11:22:17 11:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:22:17 11:20:01 3 0.45 0.00 0.03 0.00 0.00 99.52 11:22:17 11:21:01 all 0.06 0.00 0.04 0.00 0.00 99.89 11:22:17 11:21:01 0 0.03 0.00 0.07 0.02 0.00 99.88 11:22:17 11:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:22:17 11:21:01 2 0.07 0.00 0.03 0.00 0.02 99.88 11:22:17 11:21:01 3 0.12 0.00 0.03 0.00 0.00 99.85 11:22:17 11:22:02 all 6.42 0.00 4.81 3.47 0.04 85.25 11:22:17 11:22:02 0 6.39 0.00 4.84 2.56 0.03 86.17 11:22:17 11:22:02 1 5.88 0.00 5.11 3.38 0.03 85.59 11:22:17 11:22:02 2 7.75 0.00 5.06 3.47 0.05 83.67 11:22:17 11:22:02 3 5.65 0.00 4.24 4.49 0.05 85.57 11:22:17 11:22:17 Average: CPU %user %nice %system %iowait %steal %idle 11:22:17 Average: all 15.88 0.13 9.07 7.46 0.08 67.39 11:22:17 Average: 0 15.65 0.13 9.12 7.15 0.08 67.87 11:22:17 Average: 1 15.97 0.12 9.07 7.66 0.08 67.10 11:22:17 Average: 2 16.03 0.13 9.17 7.51 0.08 67.08 11:22:17 Average: 3 15.86 0.14 8.90 7.50 0.08 67.51 11:22:17 11:22:17 11:22:17