Pull request #2930 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 0f334072fc1b34e624dc20b353904d004c4fda5b+34dce4612a631976cf4327d6db635ffc5909a851 (6f678b4a3a5eac8149b9165635045840a537d421) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-15124 in /w/workspace/edgexfoundry_edgex-go_PR-2930 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 34dce4612a631976cf4327d6db635ffc5909a851 into PR head commit 0f334072fc1b34e624dc20b353904d004c4fda5b Merge succeeded, producing 0f334072fc1b34e624dc20b353904d004c4fda5b Checking out Revision 0f334072fc1b34e624dc20b353904d004c4fda5b (PR-2930) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2930/head:refs/remotes/origin/PR-2930 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f334072fc1b34e624dc20b353904d004c4fda5b # 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 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f334072fc1b34e624dc20b353904d004c4fda5b # timeout=10 Commit message: "docs(security): Update the secrets-config README" > git rev-list --no-walk aab1748c5da10e2115d4bf3fab6e2bce6cac0e1a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:19:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:19:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:19:19 ========================================================= 19:19:19 EdgeX Global Pipelines Version Info 19:19:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:19:22 ------------------- 19:19:22 stable info: 19:19:22 ------------------- 19:19:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:19:22 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 19:19:22 Message: update stable to v1.0.172 19:19:23 ------------------- 19:19:23 experimental info: 19:19:23 ------------------- 19:19:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:19:23 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 19:19:23 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:19:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:19:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:19:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:19:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:19:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:19:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:19:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:19:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:19:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:19:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:19:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:19:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:19:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:19:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:19:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:19:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:19:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:19:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:19:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:19:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:19:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:19:25 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 19:19:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2930 [Pipeline] echo 19:19:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2930 [Pipeline] echo 19:19:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2930 [Pipeline] echo 19:19:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f334072fc1b34e624dc20b353904d004c4fda5b [Pipeline] echo 19:19:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f33407 [Pipeline] echo 19:19:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:19:26 provisioning config files... 19:19:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2678153171192344963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:19:27 ---> docker-login.sh 19:19:27 nexus3.edgexfoundry.org:10001 19:19:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:28 Configure a credential helper to remove this warning. See 19:19:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:28 19:19:28 Login Succeeded 19:19:28 nexus3.edgexfoundry.org:10002 19:19:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:29 Configure a credential helper to remove this warning. See 19:19:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:29 19:19:29 Login Succeeded 19:19:29 nexus3.edgexfoundry.org:10003 19:19:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:29 Configure a credential helper to remove this warning. See 19:19:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:29 19:19:29 Login Succeeded 19:19:29 nexus3.edgexfoundry.org:10004 19:19:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:29 Configure a credential helper to remove this warning. See 19:19:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:29 19:19:29 Login Succeeded 19:19:29 docker.io 19:19:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:30 Configure a credential helper to remove this warning. See 19:19:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:30 19:19:30 Login Succeeded 19:19:30 ---> docker-login.sh ends [Pipeline] } 19:19:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:19:31 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:19:31 + for file in '`ls cmd/**/Dockerfile`' 19:19:31 ++ dirname cmd/core-command/Dockerfile 19:19:31 ++ cut -d/ -f2 19:19:31 + echo core-command,cmd/core-command/Dockerfile 19:19:31 + for file in '`ls cmd/**/Dockerfile`' 19:19:31 ++ dirname cmd/core-data/Dockerfile 19:19:31 ++ cut -d/ -f2 19:19:31 + echo core-data,cmd/core-data/Dockerfile 19:19:31 + for file in '`ls cmd/**/Dockerfile`' 19:19:31 ++ dirname cmd/core-metadata/Dockerfile 19:19:31 ++ cut -d/ -f2 19:19:31 + echo core-metadata,cmd/core-metadata/Dockerfile 19:19:31 + for file in '`ls cmd/**/Dockerfile`' 19:19:31 ++ dirname cmd/security-bootstrap-redis/Dockerfile 19:19:31 ++ cut -d/ -f2 19:19:31 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 19:19:31 + for file in '`ls cmd/**/Dockerfile`' 19:19:31 ++ cut -d/ -f2 19:19:31 ++ dirname cmd/security-proxy-setup/Dockerfile 19:19:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:19:31 + for file in '`ls cmd/**/Dockerfile`' 19:19:31 ++ dirname cmd/security-secrets-setup/Dockerfile 19:19:31 ++ cut -d/ -f2 19:19:31 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 19:19:31 + for file in '`ls cmd/**/Dockerfile`' 19:19:31 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:19:31 ++ cut -d/ -f2 19:19:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:19:31 + for file in '`ls cmd/**/Dockerfile`' 19:19:31 ++ dirname cmd/support-notifications/Dockerfile 19:19:31 ++ cut -d/ -f2 19:19:31 + echo support-notifications,cmd/support-notifications/Dockerfile 19:19:31 + for file in '`ls cmd/**/Dockerfile`' 19:19:31 ++ dirname cmd/support-scheduler/Dockerfile 19:19:31 ++ cut -d/ -f2 19:19:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:19:31 + for file in '`ls cmd/**/Dockerfile`' 19:19:31 ++ cut -d/ -f2 19:19:31 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:19:31 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:19:31 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 19:19:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:19:32 19:19:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:19:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:19:33 latest: Pulling from edgex-devops/git-semver 19:19:33 31603596830f: Pulling fs layer 19:19:33 2a8b12db71e7: Pulling fs layer 19:19:33 6ca5941a6612: Pulling fs layer 19:19:33 ecc8261a40a4: Pulling fs layer 19:19:33 ecc8261a40a4: Waiting 19:19:33 2a8b12db71e7: Verifying Checksum 19:19:33 2a8b12db71e7: Download complete 19:19:33 31603596830f: Verifying Checksum 19:19:33 31603596830f: Download complete 19:19:33 ecc8261a40a4: Verifying Checksum 19:19:33 ecc8261a40a4: Download complete 19:19:34 6ca5941a6612: Verifying Checksum 19:19:34 6ca5941a6612: Download complete 19:19:34 31603596830f: Pull complete 19:19:34 2a8b12db71e7: Pull complete 19:19:35 6ca5941a6612: Pull complete 19:19:36 ecc8261a40a4: Pull complete 19:19:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:19:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:19:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:19:36 prd-centos7-docker-4c-2g-15124 does not seem to be running inside a container 19:19:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:19:39 $ docker top 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:19:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:19:40 [ssh-agent] Looking for ssh-agent implementation... 19:19:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:19:40 $ docker exec 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d ssh-agent 19:19:41 SSH_AUTH_SOCK=/tmp/ssh-mHLQh7Nnt63g/agent.11 19:19:41 SSH_AGENT_PID=17 19:19:41 Running ssh-add (command line suppressed) 19:19:41 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4855525371650440853.key (/w/workspace/edgex-go/3@tmp/private_key_4855525371650440853.key) 19:19:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:19:42 + git tag --points-at HEAD [Pipeline] } 19:19:42 $ docker exec --env ******** --env ******** 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d ssh-agent -k 19:19:42 unset SSH_AUTH_SOCK; 19:19:42 unset SSH_AGENT_PID; 19:19:42 echo Agent pid 17 killed; 19:19:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:19:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:19:42 [ssh-agent] Looking for ssh-agent implementation... 19:19:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:19:43 $ docker exec 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d ssh-agent 19:19:43 SSH_AUTH_SOCK=/tmp/ssh-xN4IRg1X3MMt/agent.45 19:19:43 SSH_AGENT_PID=51 19:19:43 Running ssh-add (command line suppressed) 19:19:43 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7820132501680408068.key (/w/workspace/edgex-go/3@tmp/private_key_7820132501680408068.key) 19:19:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:19:43 + git semver init 19:19:43 # -> Open(): unable to determine branch for HEAD 19:19:43 # $GIT_DIR = /w/workspace/edgex-go/3/.git 19:19:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 19:19:43 # $SEMVER_REMOTE_NAME = origin 19:19:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:19:43 # $SEMVER_USER_NAME = edgex-jenkins 19:19:43 # $SEMVER_BRANCH = PR-2930 19:19:43 # $SEMVER_TEMP = /tmp/semver-930417002 19:19:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:20:17 # '/tmp/semver-930417002' -> '/w/workspace/edgex-go/3/.semver' 19:20:17 # -> Force: false 19:20:17 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 19:20:17 $ docker exec --env ******** --env ******** 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d ssh-agent -k 19:20:17 unset SSH_AUTH_SOCK; 19:20:17 unset SSH_AGENT_PID; 19:20:17 echo Agent pid 51 killed; 19:20:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:20:18 + git semver [Pipeline] } 19:20:18 $ docker stop --time=1 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d 19:20:20 $ docker rm -f 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d [Pipeline] // withDockerContainer [Pipeline] sh 19:20:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:20:22 Stashed 1 file(s) [Pipeline] echo 19:20:22 [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 19:20:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:20:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:20:23 + sudo service docker restart 19:20:23 + true 19:20:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:20:25 ========================================================= 19:20:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:20:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:20:25 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 19:20:34 Sending build context to Docker daemon 326.5MB 19:20:34 Step 1/7 : ARG BASE=golang:1.15-alpine 19:20:34 Step 2/7 : FROM ${BASE} 19:20:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:20:34 188c0c94c7c5: Pulling fs layer 19:20:34 0ef7d3d256c8: Pulling fs layer 19:20:34 de9db76c5a1d: Pulling fs layer 19:20:34 bca2f99d35d6: Pulling fs layer 19:20:34 93359f2a8cfa: Pulling fs layer 19:20:34 7c6f9722023f: Pulling fs layer 19:20:34 a35cf1a2eb13: Pulling fs layer 19:20:34 93359f2a8cfa: Waiting 19:20:34 7c6f9722023f: Waiting 19:20:34 a35cf1a2eb13: Waiting 19:20:34 bca2f99d35d6: Waiting 19:20:34 de9db76c5a1d: Download complete 19:20:34 0ef7d3d256c8: Verifying Checksum 19:20:34 0ef7d3d256c8: Download complete 19:20:34 93359f2a8cfa: Verifying Checksum 19:20:34 93359f2a8cfa: Download complete 19:20:34 7c6f9722023f: Verifying Checksum 19:20:34 7c6f9722023f: Download complete 19:20:34 188c0c94c7c5: Download complete 19:20:34 188c0c94c7c5: Pull complete 19:20:34 0ef7d3d256c8: Pull complete 19:20:34 de9db76c5a1d: Pull complete 19:20:37 Still waiting to schedule task 19:20:37 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 19:20:40 a35cf1a2eb13: Verifying Checksum 19:20:40 a35cf1a2eb13: Download complete 19:20:40 bca2f99d35d6: Verifying Checksum 19:20:40 bca2f99d35d6: Download complete 19:20:53 bca2f99d35d6: Pull complete 19:20:53 93359f2a8cfa: Pull complete 19:20:53 7c6f9722023f: Pull complete 19:21:00 a35cf1a2eb13: Pull complete 19:21:00 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:21:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:21:00 ---> a62c8e92a672 19:21:00 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 19:21:00 ---> Running in 7935d15f9fa1 19:21:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:21:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:21:03 (1/12) Installing libmagic (5.38-r0) 19:21:04 (2/12) Installing file (5.38-r0) 19:21:04 (3/12) Installing libc-dev (0.7.2-r3) 19:21:04 (4/12) Installing g++ (9.3.0-r2) 19:21:08 (5/12) Installing fortify-headers (1.1-r0) 19:21:08 (6/12) Installing patch (2.7.6-r6) 19:21:08 (7/12) Installing build-base (0.5-r2) 19:21:08 (8/12) Installing libsodium (1.0.18-r0) 19:21:08 (9/12) Installing pkgconf (1.7.2-r0) 19:21:08 (10/12) Installing libsodium-dev (1.0.18-r0) 19:21:08 (11/12) Installing libzmq (4.3.3-r0) 19:21:08 (12/12) Installing zeromq-dev (4.3.3-r0) 19:21:08 Executing busybox-1.31.1-r19.trigger 19:21:09 OK: 233 MiB in 51 packages 19:21:13 Removing intermediate container 7935d15f9fa1 19:21:13 ---> 39db0350f503 19:21:13 Step 4/7 : WORKDIR /edgex-go 19:21:13 ---> Running in ad49c0ee19ea 19:21:14 Removing intermediate container ad49c0ee19ea 19:21:14 ---> 58b4152be2bc 19:21:14 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:21:14 latest: Pulling from library/docker 19:21:15 188c0c94c7c5: Already exists 19:21:15 0c7c675703d6: Pulling fs layer 19:21:15 cc8c12a437cb: Pulling fs layer 19:21:15 f092543453df: Pulling fs layer 19:21:15 65b6bc45957d: Pulling fs layer 19:21:15 4de832df471b: Pulling fs layer 19:21:15 79aa7fa92271: Pulling fs layer 19:21:15 65b6bc45957d: Waiting 19:21:15 4de832df471b: Waiting 19:21:15 79aa7fa92271: Waiting 19:21:15 cc8c12a437cb: Download complete 19:21:15 0c7c675703d6: Download complete 19:21:15 65b6bc45957d: Verifying Checksum 19:21:15 65b6bc45957d: Download complete 19:21:16 4de832df471b: Verifying Checksum 19:21:16 4de832df471b: Download complete 19:21:16 79aa7fa92271: Verifying Checksum 19:21:16 79aa7fa92271: Download complete 19:21:16 0c7c675703d6: Pull complete 19:21:16 cc8c12a437cb: Pull complete 19:21:17 f092543453df: Verifying Checksum 19:21:17 f092543453df: Download complete 19:21:25 f092543453df: Pull complete 19:21:25 65b6bc45957d: Pull complete 19:21:25 4de832df471b: Pull complete 19:21:25 79aa7fa92271: Pull complete 19:21:25 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 19:21:25 Status: Downloaded newer image for docker:latest 19:21:29 ---> fb2df31e1b30 19:21:29 Step 6/7 : COPY go.mod . 19:21:29 ---> 120c9361b64a 19:21:29 Step 7/7 : RUN go mod download 19:21:29 ---> Running in 3b9e9b958669 19:21:56 Removing intermediate container 3b9e9b958669 19:21:56 ---> 8b831bfd25e4 19:21:56 Successfully built 8b831bfd25e4 19:21:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:21:56 + docker inspect -f . ci-base-image-x86_64 19:21:57 . [Pipeline] withDockerContainer 19:21:57 prd-centos7-docker-4c-2g-15124 does not seem to be running inside a container 19:21:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:21:59 $ docker top d24dda85f22197831ba01ff035ef9ae84de2ebc6d4a1176525899a00d0c01b88 -eo pid,comm [Pipeline] { [Pipeline] sh 19:22:00 + go version 19:22:00 go version go1.15.5 linux/amd64 [Pipeline] } 19:22:00 $ docker stop --time=1 d24dda85f22197831ba01ff035ef9ae84de2ebc6d4a1176525899a00d0c01b88 19:22:02 $ docker rm -f d24dda85f22197831ba01ff035ef9ae84de2ebc6d4a1176525899a00d0c01b88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:22:03 + docker inspect -f . ci-base-image-x86_64 19:22:03 . [Pipeline] withDockerContainer 19:22:04 prd-centos7-docker-4c-2g-15124 does not seem to be running inside a container 19:22:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:22:05 $ docker top 574df0b99a9c72f5949275eb8b8a685dc89312695efaca8061caa1452bccd2ba -eo pid,comm [Pipeline] { [Pipeline] echo 19:22:05 ========================================================= 19:22:05 [edgeXBuildGoParallel] Running Tests and Build... 19:22:05 ========================================================= [Pipeline] sh 19:22:06 + make test 19:22:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:22:24 ? github.com/edgexfoundry/edgex-go [no test files] 19:22:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15125 in /w/workspace/edgexfoundry_edgex-go_PR-2930 [Pipeline] { [Pipeline] ws 19:22:28 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 19:22:33 using credential edgex-jenkins-ssh 19:22:33 Cloning the remote Git repository 19:22:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:22:33 > git init /w/workspace/edgex-go/3 # timeout=10 19:22:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:22:33 > git --version # timeout=10 19:22:33 > git --version # 'git version 2.17.1' 19:22:33 using GIT_SSH to set credentials SSH Credentials for GitHub 19:22:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:22:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:22:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:22:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:22:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:22:49 using GIT_SSH to set credentials SSH Credentials for GitHub 19:22:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2930/head:refs/remotes/origin/PR-2930 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:22:50 Merging remotes/origin/master commit 34dce4612a631976cf4327d6db635ffc5909a851 into PR head commit 0f334072fc1b34e624dc20b353904d004c4fda5b 19:22:51 Merge succeeded, producing 0f334072fc1b34e624dc20b353904d004c4fda5b 19:22:51 Checking out Revision 0f334072fc1b34e624dc20b353904d004c4fda5b (PR-2930) 19:22:50 > git config core.sparsecheckout # timeout=10 19:22:50 > git checkout -f 0f334072fc1b34e624dc20b353904d004c4fda5b # timeout=10 19:22:51 > git remote # timeout=10 19:22:51 > git config --get remote.origin.url # timeout=10 19:22:51 using GIT_SSH to set credentials SSH Credentials for GitHub 19:22:51 > git merge 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 19:22:51 > git rev-parse HEAD^{commit} # timeout=10 19:22:51 > git config core.sparsecheckout # timeout=10 19:22:51 > git checkout -f 0f334072fc1b34e624dc20b353904d004c4fda5b # timeout=10 19:22:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:22:55 Commit message: "docs(security): Update the secrets-config README" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:22:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:22:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:22:58 + sudo service docker restart 19:22:58 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:23:00 provisioning config files... 19:23:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4508237555112820184tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:23:00 ---> docker-login.sh 19:23:00 nexus3.edgexfoundry.org:10001 19:23:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:01 Configure a credential helper to remove this warning. See 19:23:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:01 19:23:01 Login Succeeded 19:23:01 nexus3.edgexfoundry.org:10002 19:23:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:02 Configure a credential helper to remove this warning. See 19:23:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:02 19:23:02 Login Succeeded 19:23:02 nexus3.edgexfoundry.org:10003 19:23:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:03 Configure a credential helper to remove this warning. See 19:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:03 19:23:03 Login Succeeded 19:23:03 nexus3.edgexfoundry.org:10004 19:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:03 Configure a credential helper to remove this warning. See 19:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:03 19:23:03 Login Succeeded 19:23:03 docker.io 19:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:04 Configure a credential helper to remove this warning. See 19:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:04 19:23:04 Login Succeeded 19:23:04 ---> docker-login.sh ends [Pipeline] } 19:23:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:23:05 ========================================================= 19:23:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:23:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:23:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:23:05 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 19:23:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:23:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:23:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 19:23:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:23:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:23:08 Sending build context to Docker daemon 165.7MB 19:23:08 Step 1/7 : ARG BASE=golang:1.15-alpine 19:23:08 Step 2/7 : FROM ${BASE} 19:23:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:23:08 5f621e34cdf4: Pulling fs layer 19:23:08 a4357932f1b6: Pulling fs layer 19:23:08 18c013af1878: Pulling fs layer 19:23:08 00ac8860ef70: Pulling fs layer 19:23:08 63d7cb157983: Pulling fs layer 19:23:08 b116817d02f9: Pulling fs layer 19:23:08 745a02a5169b: Pulling fs layer 19:23:08 00ac8860ef70: Waiting 19:23:08 63d7cb157983: Waiting 19:23:08 b116817d02f9: Waiting 19:23:08 745a02a5169b: Waiting 19:23:08 18c013af1878: Verifying Checksum 19:23:08 18c013af1878: Download complete 19:23:08 a4357932f1b6: Verifying Checksum 19:23:08 a4357932f1b6: Download complete 19:23:08 63d7cb157983: Verifying Checksum 19:23:08 63d7cb157983: Download complete 19:23:08 5f621e34cdf4: Verifying Checksum 19:23:08 5f621e34cdf4: Download complete 19:23:08 b116817d02f9: Verifying Checksum 19:23:08 b116817d02f9: Download complete 19:23:08 5f621e34cdf4: Pull complete 19:23:09 a4357932f1b6: Pull complete 19:23:09 18c013af1878: Pull complete 19:23:11 745a02a5169b: Verifying Checksum 19:23:11 745a02a5169b: Download complete 19:23:12 00ac8860ef70: Verifying Checksum 19:23:12 00ac8860ef70: Download complete 19:23:12 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.053s 19:23:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:23:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:23:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:23:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:23:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:23:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:23:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.275s coverage: 46.6% of statements 19:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:23:22 00ac8860ef70: Pull complete 19:23:22 63d7cb157983: Pull complete 19:23:23 b116817d02f9: Pull complete 19:23:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.462s coverage: 27.1% of statements 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:23:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.099s coverage: 100.0% of statements 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:23:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:23:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.455s coverage: 68.5% of statements 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:23:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.620s coverage: 82.3% of statements 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:23:26 745a02a5169b: Pull complete 19:23:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:23:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:23:26 ---> b7e6874047d6 19:23:26 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 19:23:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.836s coverage: 28.6% of statements 19:23:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:23:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:23:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:23:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:23:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:23:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements 19:23:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:23:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.124s coverage: 100.0% of statements 19:23:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:23:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.267s coverage: 86.7% of statements 19:23:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:23:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.167s coverage: 97.5% of statements 19:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:23:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements 19:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:23:30 ---> Running in dd8dd044eb27 19:23:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:23:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:23:32 (1/12) Installing libmagic (5.38-r0) 19:23:33 (2/12) Installing file (5.38-r0) 19:23:33 (3/12) Installing libc-dev (0.7.2-r3) 19:23:33 (4/12) Installing g++ (9.3.0-r2) 19:23:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.419s coverage: 93.8% of statements 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:23:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:23:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:23:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.081s coverage: 100.0% of statements 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:23:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.107s coverage: 75.5% of statements 19:23:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:23:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.105s coverage: 80.8% of statements 19:23:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.093s coverage: 87.2% of statements 19:23:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.2% of statements 19:23:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 89.2% of statements 19:23:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:23:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.332s coverage: 63.5% of statements 19:23:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:23:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:23:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 19:23:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements 19:23:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 19:23:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 19:23:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.089s coverage: 100.0% of statements 19:23:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.735s coverage: 55.9% of statements 19:23:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:23:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:23:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 19:23:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 19:23:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 19:23:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 19:23:45 (5/12) Installing fortify-headers (1.1-r0) 19:23:45 (6/12) Installing patch (2.7.6-r6) 19:23:45 (7/12) Installing build-base (0.5-r2) 19:23:45 (8/12) Installing libsodium (1.0.18-r0) 19:23:45 (9/12) Installing pkgconf (1.7.2-r0) 19:23:45 (10/12) Installing libsodium-dev (1.0.18-r0) 19:23:45 (11/12) Installing libzmq (4.3.3-r0) 19:23:45 (12/12) Installing zeromq-dev (4.3.3-r0) 19:23:45 Executing busybox-1.31.1-r19.trigger 19:23:45 OK: 217 MiB in 51 packages 19:23:49 Removing intermediate container dd8dd044eb27 19:23:49 ---> 9b14b96ad6da 19:23:49 Step 4/7 : WORKDIR /edgex-go 19:23:49 ---> Running in c37a9ea61c08 19:23:49 Removing intermediate container c37a9ea61c08 19:23:49 ---> cd7c32ac8fa3 19:23:49 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:23:50 latest: Pulling from library/docker 19:23:50 5f621e34cdf4: Already exists 19:23:50 85db56a05063: Pulling fs layer 19:23:50 ccb67d6aeaaa: Pulling fs layer 19:23:50 de930078acea: Pulling fs layer 19:23:50 d5a9d88a4785: Pulling fs layer 19:23:50 e7f15c1544d5: Pulling fs layer 19:23:50 877c515997d3: Pulling fs layer 19:23:50 d5a9d88a4785: Waiting 19:23:50 e7f15c1544d5: Waiting 19:23:50 877c515997d3: Waiting 19:23:50 ccb67d6aeaaa: Verifying Checksum 19:23:50 ccb67d6aeaaa: Download complete 19:23:50 85db56a05063: Verifying Checksum 19:23:50 85db56a05063: Download complete 19:23:51 d5a9d88a4785: Verifying Checksum 19:23:51 d5a9d88a4785: Download complete 19:23:51 e7f15c1544d5: Verifying Checksum 19:23:51 e7f15c1544d5: Download complete 19:23:51 877c515997d3: Download complete 19:23:51 85db56a05063: Pull complete 19:23:51 ccb67d6aeaaa: Pull complete 19:23:52 de930078acea: Verifying Checksum 19:23:52 de930078acea: Download complete 19:23:55 de930078acea: Pull complete 19:23:55 d5a9d88a4785: Pull complete 19:23:56 e7f15c1544d5: Pull complete 19:23:56 877c515997d3: Pull complete 19:23:56 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 19:23:56 Status: Downloaded newer image for docker:latest 19:23:59 ---> 30a2a2e0ea37 19:23:59 Step 6/7 : COPY go.mod . 19:24:00 ---> e4f9261d6cdd 19:24:00 Step 7/7 : RUN go mod download 19:24:00 ---> Running in 0285b5680722 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 23.958s coverage: 86.3% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.566s coverage: 72.2% of statements 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.683s coverage: 72.1% of statements 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.100s coverage: 82.4% of statements 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.129s coverage: 48.4% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.076s coverage: 28.8% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.063s coverage: 96.8% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.168s coverage: 37.2% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.729s coverage: 84.0% of statements 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.307s coverage: 47.1% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.048s coverage: 100.0% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.477s coverage: 29.1% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.112s coverage: 99.0% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.115s coverage: 100.0% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.085s coverage: 0.0% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:24:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.158s coverage: 32.1% of statements 19:24:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.106s coverage: 100.0% of statements 19:24:08 GO111MODULE=on go vet ./... 19:24:27 Removing intermediate container 0285b5680722 19:24:27 ---> 7791dcf9aa4b 19:24:27 Successfully built 7791dcf9aa4b 19:24:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:24:27 + docker inspect -f . ci-base-image-arm64 19:24:27 . [Pipeline] withDockerContainer 19:24:28 prd-ubuntu18.04-docker-arm64-4c-16g-15125 does not seem to be running inside a container 19:24:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:24:29 $ docker top b3846f9885446bcd6069c068ceb1a6c1818e0ed5928790f8fbbb4acf1af22c5f -eo pid,comm [Pipeline] { [Pipeline] sh 19:24:30 + go version 19:24:30 go version go1.15.5 linux/arm64 [Pipeline] } 19:24:30 $ docker stop --time=1 b3846f9885446bcd6069c068ceb1a6c1818e0ed5928790f8fbbb4acf1af22c5f 19:24:32 $ docker rm -f b3846f9885446bcd6069c068ceb1a6c1818e0ed5928790f8fbbb4acf1af22c5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:24:33 + docker inspect -f . ci-base-image-arm64 19:24:33 . [Pipeline] withDockerContainer 19:24:33 prd-ubuntu18.04-docker-arm64-4c-16g-15125 does not seem to be running inside a container 19:24:34 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:24:35 $ docker top d2f244d5dccdcf614084ce1c6a06cec992b2a75147264b050df054ebcbc7ad33 -eo pid,comm [Pipeline] { [Pipeline] echo 19:24:35 ========================================================= 19:24:35 [edgeXBuildGoParallel] Running Tests and Build... 19:24:35 ========================================================= [Pipeline] sh 19:24:36 + make test 19:24:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:24:55 gofmt -l . 19:24:55 [ "`gofmt -l .`" = "" ] 19:24:55 ./bin/test-go-mod-tidy.sh 19:24:55 ./bin/test-attribution-txt.sh [Pipeline] sh 19:24:57 + ls -al . 19:24:57 total 664 19:24:57 drwxrwxr-x 10 1001 1001 4096 Dec 8 19:24 . 19:24:57 drwxr-xr-x 4 root root 28 Dec 8 19:22 .. 19:24:57 -rw-rw-r-- 1 1001 1001 11 Dec 8 19:19 .dockerignore 19:24:57 drwxrwxr-x 8 1001 1001 179 Dec 8 19:19 .git 19:24:57 drwxrwxr-x 3 1001 1001 125 Dec 8 19:19 .github 19:24:57 -rw-rw-r-- 1 1001 1001 943 Dec 8 19:19 .gitignore 19:24:57 drwx------ 3 1001 1001 47 Dec 8 19:20 .semver 19:24:57 -rw-rw-r-- 1 1001 1001 166 Dec 8 19:19 .sonarcloud.properties 19:24:57 -rw-rw-r-- 1 1001 1001 3804 Dec 8 19:19 CONTRIBUTING.md 19:24:57 -rw-rw-r-- 1 1001 1001 1035 Dec 8 19:19 Dockerfile.build 19:24:57 -rw-rw-r-- 1 1001 1001 863 Dec 8 19:19 Jenkinsfile 19:24:57 -rw-rw-r-- 1 1001 1001 10775 Dec 8 19:19 LICENSE 19:24:57 -rw-rw-r-- 1 1001 1001 6318 Dec 8 19:19 Makefile 19:24:57 -rw-rw-r-- 1 1001 1001 6447 Dec 8 19:19 README.md 19:24:57 -rw-rw-r-- 1 1001 1001 7286 Dec 8 19:19 SECURITY.md 19:24:57 -rw-rw-r-- 1 1001 1001 5 Dec 8 19:20 VERSION 19:24:57 -rw-rw-r-- 1 1001 1001 4131 Dec 8 19:19 ZMQWindows.md 19:24:57 drwxrwxr-x 2 1001 1001 117 Dec 8 19:19 bin 19:24:57 drwxrwxr-x 15 1001 1001 4096 Dec 8 19:19 cmd 19:24:57 -rw-r--r-- 1 root root 569035 Dec 8 19:24 coverage.out 19:24:57 -rw-r--r-- 1 root root 1041 Dec 8 19:24 go.mod 19:24:57 -rw-r--r-- 1 root root 18856 Dec 8 19:24 go.sum 19:24:57 drwxrwxr-x 8 1001 1001 127 Dec 8 19:19 internal 19:24:57 drwxrwxr-x 4 1001 1001 26 Dec 8 19:19 openapi 19:24:57 drwxrwxr-x 4 1001 1001 71 Dec 8 19:19 snap 19:24:57 -rw-rw-r-- 1 1001 1001 168 Dec 8 19:19 version.go [Pipeline] sh 19:24:57 + '[' -e coverage.out ] 19:24:57 + chown 1001:1001 coverage.out [Pipeline] stash 19:24:58 Stashed 1 file(s) [Pipeline] sh 19:24:58 + make build 19:24:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:24:58 ? github.com/edgexfoundry/edgex-go [no test files] 19:25:04 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 19:25:24 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 19:25:25 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 19:25:30 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 19:25:31 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 19:25:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:25:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 19:25:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:25:43 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 19:25:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:25:46 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 19:25:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 19:25:51 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 [Pipeline] } 19:25:52 $ docker stop --time=1 574df0b99a9c72f5949275eb8b8a685dc89312695efaca8061caa1452bccd2ba 19:25:55 $ docker rm -f 574df0b99a9c72f5949275eb8b8a685dc89312695efaca8061caa1452bccd2ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 19:25:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:25:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:25:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:25:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 19:25:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:25:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:25:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:25:59 19:25:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:25:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:25:59 latest: Pulling from edgex-devops/edgex-compose 19:25:59 cbdbe7a5bc2a: Pulling fs layer 19:25:59 ca9280d653b3: Pulling fs layer 19:25:59 7e9c9ca2126c: Pulling fs layer 19:26:00 cbdbe7a5bc2a: Verifying Checksum 19:26:00 cbdbe7a5bc2a: Download complete 19:26:01 cbdbe7a5bc2a: Pull complete 19:26:01 ca9280d653b3: Verifying Checksum 19:26:01 ca9280d653b3: Download complete 19:26:04 ca9280d653b3: Pull complete 19:26:04 7e9c9ca2126c: Verifying Checksum 19:26:04 7e9c9ca2126c: Download complete 19:26:05 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.069s 19:26:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:26:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:26:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:26:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:26:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:26:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:26:14 7e9c9ca2126c: Pull complete 19:26:14 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:26:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:26:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:26:14 prd-centos7-docker-4c-2g-15124 does not seem to be running inside a container 19:26:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:26:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.268s coverage: 46.6% of statements 19:26:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:26:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:26:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:26:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:26:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:26:16 $ docker top f2bebb051c886efec5a4dfad7f1248992bf47cf1dfb68df86d5f6cb5a641a1c1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:26:17 + docker-compose build --help 19:26:17 + grep parallel 19:26:19 --parallel Build images in parallel. [Pipeline] } 19:26:19 $ docker stop --time=1 f2bebb051c886efec5a4dfad7f1248992bf47cf1dfb68df86d5f6cb5a641a1c1 19:26:20 $ docker rm -f f2bebb051c886efec5a4dfad7f1248992bf47cf1dfb68df86d5f6cb5a641a1c1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:26:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:26:21 . [Pipeline] withDockerContainer 19:26:21 prd-centos7-docker-4c-2g-15124 does not seem to be running inside a container 19:26:22 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:26:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.647s coverage: 27.1% of statements 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:26:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:26:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:26:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.530s coverage: 68.5% of statements 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:26:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.643s coverage: 82.3% of statements 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:26:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:26:23 $ docker top 421d99bc067e472ec6f87749613a6da218ba021c439e42300b09f5c0164bca8e -eo pid,comm [Pipeline] { [Pipeline] sh 19:26:24 + docker-compose -f ./docker-compose-build.yml build --parallel 19:26:26 Building docker-core-command-go ... 19:26:26 Building docker-core-data-go ... 19:26:26 Building docker-core-metadata-go ... 19:26:26 Building docker-security-bootstrap-redis-go ... 19:26:26 Building docker-security-proxy-setup-go ... 19:26:26 Building docker-security-secrets-setup-go ... 19:26:26 Building docker-security-secretstore-setup-go ... 19:26:26 Building docker-support-notifications-go ... 19:26:26 Building docker-support-scheduler-go ... 19:26:26 Building docker-sys-mgmt-agent-go ... 19:26:26 Building docker-support-scheduler-go 19:26:26 Building docker-security-secrets-setup-go 19:26:26 Building docker-security-bootstrap-redis-go 19:26:26 Building docker-core-metadata-go 19:26:26 Building docker-sys-mgmt-agent-go 19:26:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.172s coverage: 28.6% of statements 19:26:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:26:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:26:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:26:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:26:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:26:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.137s coverage: 100.0% of statements 19:26:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:26:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.098s coverage: 100.0% of statements 19:26:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:26:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.315s coverage: 86.7% of statements 19:26:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:26:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.346s coverage: 97.5% of statements 19:26:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:26:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.122s coverage: 78.3% of statements 19:26:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:26:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:26:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:26:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:26:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.167s coverage: 93.8% of statements 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:26:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:26:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.167s coverage: 0.1% of statements 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:26:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.076s coverage: 100.0% of statements 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:26:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements 19:26:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:26:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.8% of statements 19:26:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.233s coverage: 87.2% of statements 19:26:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.2% of statements 19:26:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.198s coverage: 89.2% of statements 19:26:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:26:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.579s coverage: 63.5% of statements 19:26:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:26:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:26:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 19:26:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 91.3% of statements 19:26:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 19:26:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements 19:26:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.086s coverage: 100.0% of statements 19:26:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.850s coverage: 55.9% of statements 19:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 19:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 19:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 19:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 25.266s coverage: 86.3% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.164s coverage: 72.2% of statements 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.564s coverage: 72.1% of statements 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.088s coverage: 82.4% of statements 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.091s coverage: 48.4% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.053s coverage: 28.8% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.115s coverage: 96.8% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.410s coverage: 37.2% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.521s coverage: 84.0% of statements 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.348s coverage: 47.1% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.048s coverage: 100.0% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.920s coverage: 29.1% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.175s coverage: 99.0% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:27:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 19:27:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 19:27:17 GO111MODULE=on go vet ./... 19:27:23 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 19:27:23 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 19:27:23 ---> 8b831bfd25e4 19:27:23 Step 3/29 : WORKDIR /edgex-go 19:27:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 19:27:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:27:23 ---> 8b831bfd25e4 19:27:23 Step 3/22 : WORKDIR /edgex-go 19:27:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 19:27:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:27:23 ---> 8b831bfd25e4 19:27:23 Step 3/22 : WORKDIR /edgex-go 19:27:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 19:27:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:27:23 ---> 8b831bfd25e4 19:27:23 Step 3/21 : WORKDIR /edgex-go 19:27:23 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 19:27:23 Step 2/27 : FROM ${BUILDER_BASE} AS builder 19:27:23 ---> 8b831bfd25e4 19:27:23 Step 3/27 : WORKDIR /edgex-go 19:27:23 ---> Running in b4bf61c97e25 19:27:23 ---> Running in caf1c3fdcddf 19:27:23 ---> Running in 37b3ad2db86f 19:27:23 ---> Running in bd6a4d6485fd 19:27:23 ---> Running in d5cd62e74a8a 19:27:23 Removing intermediate container 37b3ad2db86f 19:27:23 ---> bfceb46ae461 19:27:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:23 Removing intermediate container b4bf61c97e25 19:27:23 ---> 05e5ffd92247 19:27:23 Step 4/29 : RUN apk update && apk add make gitRemoving intermediate container d5cd62e74a8a 19:27:23 ---> 6604a0885171 19:27:23 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:23 19:27:23 Removing intermediate container caf1c3fdcddf 19:27:23 ---> 617ec32bfa42 19:27:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:23 Removing intermediate container bd6a4d6485fd 19:27:23 ---> b03137053feb 19:27:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:23 ---> Running in d1f221d4156a 19:27:23 ---> Running in 98811ad9ebd6 19:27:23 ---> Running in 376bd774de01 19:27:23 ---> Running in b737d77ab099 19:27:23 ---> Running in a700324eb4b9 19:27:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:25 Removing intermediate container 98811ad9ebd6 19:27:25 ---> 6d097cbe36c3 19:27:25 Step 5/27 : RUN apk update && apk add make bash git 19:27:25 Removing intermediate container b737d77ab099 19:27:25 ---> 36ea7f74d5e6 19:27:25 Step 5/22 : RUN apk update && apk add make git 19:27:25 ---> Running in b082bf61fc98 19:27:25 ---> Running in de952a4796bd 19:27:25 Removing intermediate container a700324eb4b9 19:27:25 Removing intermediate container d1f221d4156a 19:27:25 ---> 28b4ebdafdd0 19:27:25 Step 5/21 : RUN apk update && apk add make git 19:27:25 ---> 9b8e93b22148 19:27:25 Step 5/22 : RUN apk update && apk add make git 19:27:26 ---> Running in 837922a83fc5 19:27:26 ---> Running in b6d92c2d0fbc 19:27:26 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:27:26 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:27:26 OK: 12745 distinct packages available 19:27:26 OK: 233 MiB in 51 packages 19:27:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:28 Removing intermediate container 376bd774de01 19:27:28 ---> cedafe8a3a1f 19:27:28 Step 5/29 : COPY go.mod . 19:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:28 ---> f19ed7e653d4 19:27:28 Step 6/29 : RUN go mod download 19:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:28 ---> Running in bfb41c28027a 19:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:28 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:27:28 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:27:28 OK: 12745 distinct packages available 19:27:29 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:27:29 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:27:29 OK: 12745 distinct packages available 19:27:29 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:27:29 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:27:29 OK: 12745 distinct packages available 19:27:29 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:27:29 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:27:29 OK: 12745 distinct packages available 19:27:29 OK: 233 MiB in 51 packages 19:27:29 OK: 233 MiB in 51 packages 19:27:29 OK: 233 MiB in 51 packages 19:27:29 OK: 233 MiB in 51 packages 19:27:31 Removing intermediate container b6d92c2d0fbc 19:27:31 ---> fab1e700ff6e 19:27:31 Step 6/22 : COPY go.mod . 19:27:31 Removing intermediate container 837922a83fc5 19:27:31 ---> 8f90d42f4cee 19:27:31 Step 6/21 : COPY go.mod . 19:27:31 Removing intermediate container b082bf61fc98 19:27:31 ---> 36294ad9503f 19:27:31 Step 6/27 : COPY go.mod . 19:27:31 Removing intermediate container de952a4796bd 19:27:31 ---> d0bffe06d3ae 19:27:31 Step 6/22 : COPY go.mod . 19:27:31 ---> f874a9ddf4e0 19:27:31 Step 7/22 : RUN go mod download 19:27:32 ---> 7aba63a62a08 19:27:32 Step 7/21 : RUN go mod download 19:27:32 ---> Running in 758cd21b1c2c 19:27:32 ---> ffe94bb18345 19:27:32 Step 7/27 : RUN go mod download 19:27:32 ---> Running in e89cb35208d1 19:27:32 ---> fbc66c6e1fb8 19:27:32 Step 7/22 : RUN go mod download 19:27:32 ---> Running in cc4c7b49d2b7 19:27:32 ---> Running in db1b6fdf147d 19:27:32 Removing intermediate container bfb41c28027a 19:27:32 ---> 0c865f2bd5c9 19:27:32 Step 7/29 : COPY . . 19:27:36 Removing intermediate container 758cd21b1c2c 19:27:36 ---> 6ee13b75f1f4 19:27:36 Step 8/22 : COPY . . 19:27:38 Removing intermediate container e89cb35208d1 19:27:38 ---> 5a4cd357d5a1 19:27:38 Step 8/21 : COPY . . 19:27:38 Removing intermediate container cc4c7b49d2b7 19:27:38 ---> e96bb4674bee 19:27:38 Step 8/27 : COPY . . 19:27:39 Removing intermediate container db1b6fdf147d 19:27:39 ---> 6049a57c51ab 19:27:39 Step 8/22 : COPY . . 19:28:25 gofmt -l . 19:28:26 [ "`gofmt -l .`" = "" ] 19:28:29 ./bin/test-go-mod-tidy.sh 19:28:29 ./bin/test-attribution-txt.sh [Pipeline] sh 19:28:34 + ls -al . 19:28:34 total 692 19:28:34 drwxrwxr-x 9 1001 1001 4096 Dec 8 19:28 . 19:28:34 drwxr-xr-x 4 root root 4096 Dec 8 19:24 .. 19:28:34 -rw-rw-r-- 1 1001 1001 11 Dec 8 19:22 .dockerignore 19:28:34 drwxrwxr-x 8 1001 1001 4096 Dec 8 19:22 .git 19:28:34 drwxrwxr-x 3 1001 1001 4096 Dec 8 19:22 .github 19:28:34 -rw-rw-r-- 1 1001 1001 943 Dec 8 19:22 .gitignore 19:28:34 -rw-rw-r-- 1 1001 1001 166 Dec 8 19:22 .sonarcloud.properties 19:28:34 -rw-rw-r-- 1 1001 1001 3804 Dec 8 19:22 CONTRIBUTING.md 19:28:34 -rw-rw-r-- 1 1001 1001 1035 Dec 8 19:22 Dockerfile.build 19:28:34 -rw-rw-r-- 1 1001 1001 863 Dec 8 19:22 Jenkinsfile 19:28:34 -rw-rw-r-- 1 1001 1001 10775 Dec 8 19:22 LICENSE 19:28:34 -rw-rw-r-- 1 1001 1001 6318 Dec 8 19:22 Makefile 19:28:34 -rw-rw-r-- 1 1001 1001 6447 Dec 8 19:22 README.md 19:28:34 -rw-rw-r-- 1 1001 1001 7286 Dec 8 19:22 SECURITY.md 19:28:34 -rw-rw-r-- 1 1001 1001 5 Dec 8 19:20 VERSION 19:28:34 -rw-rw-r-- 1 1001 1001 4131 Dec 8 19:22 ZMQWindows.md 19:28:34 drwxrwxr-x 2 1001 1001 4096 Dec 8 19:22 bin 19:28:34 drwxrwxr-x 15 1001 1001 4096 Dec 8 19:22 cmd 19:28:34 -rw-r--r-- 1 root root 569035 Dec 8 19:27 coverage.out 19:28:34 -rw-r--r-- 1 root root 1041 Dec 8 19:28 go.mod 19:28:34 -rw-r--r-- 1 root root 18856 Dec 8 19:28 go.sum 19:28:34 drwxrwxr-x 8 1001 1001 4096 Dec 8 19:22 internal 19:28:34 drwxrwxr-x 4 1001 1001 4096 Dec 8 19:22 openapi 19:28:34 drwxrwxr-x 4 1001 1001 4096 Dec 8 19:22 snap 19:28:34 -rw-rw-r-- 1 1001 1001 168 Dec 8 19:22 version.go [Pipeline] sh 19:28:35 + '[' -e coverage.out ] 19:28:35 + chown 1001:1001 coverage.out [Pipeline] stash 19:28:35 Warning: overwriting stash ‘coverage-report’ 19:28:36 Stashed 1 file(s) [Pipeline] sh 19:28:37 + make build 19:28:37 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 19:28:37 ---> 141857bc52be 19:28:37 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 19:28:37 ---> Running in ad50919b880c 19:28:37 ---> 7a1360b51370 19:28:37 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 19:28:37 ---> 64c10cd5caa3 19:28:37 Step 9/22 : RUN make cmd/core-metadata/core-metadata 19:28:37 ---> Running in 41e2b69edee0 19:28:37 ---> Running in 186fa2350d59 19:28:37 ---> 533850c943db 19:28:37 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 19:28:37 ---> 4ba63ff946bc 19:28:37 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:28:37 ---> Running in 5d50c3cab22b 19:28:37 ---> Running in 7a030a7c72af 19:28:37 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 19:28:37 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 19:28:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 19:28:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 19:28:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:28:47 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 19:29:14 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 19:29:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:29: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 19:29:22 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 19:29:25 Removing intermediate container ad50919b880c 19:29:25 ---> 0d5ef883a223 19:29:25 19:29:25 Step 9/29 : FROM alpine:latest 19:29:25 latest: Pulling from library/alpine 19:29:25 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 19:29:25 Status: Downloaded newer image for alpine:latest 19:29:25 ---> d6e46aa2470d 19:29:25 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 19:29:25 ---> Running in d708f84e2803 19:29:25 Removing intermediate container 7a030a7c72af 19:29:25 ---> 096829ea9e91 19:29:25 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:29:25 Removing intermediate container 5d50c3cab22b 19:29:25 ---> 091f986c75c3 19:29:25 19:29:25 Step 10/22 : FROM alpine:3.10 19:29:25 3.10: Pulling from library/alpine 19:29:25 Removing intermediate container d708f84e2803 19:29:25 ---> b0ab0b76f7f7 19:29:25 Step 11/29 : USER root 19:29:25 ---> Running in fbe287ed839c 19:29:25 ---> Running in 8c02a435f43c 19:29:25 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 19:29:25 Status: Downloaded newer image for alpine:3.10 19:29:25 ---> be4e4bea2c2e 19:29:25 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 19:29:26 ---> Running in 6f1ac406ef74 19:29:26 Removing intermediate container 8c02a435f43c 19:29:26 ---> 7f4d96a7156c 19:29:26 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 19:29:26 ---> Running in 308129442e7c 19:29:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:29:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 19:29:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 19:29:28 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 19:29:28 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 19:29:28 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 19:29:28 OK: 10348 distinct packages available 19:29:28 (1/5) Installing ca-certificates (20191127-r2) 19:29:28 (2/5) Installing nghttp2-libs (1.39.2-r1) 19:29:28 (3/5) Installing libcurl (7.66.0-r1) 19:29:28 (4/5) Installing curl (7.66.0-r1) 19:29:28 (5/5) Installing dumb-init (1.2.2-r1) 19:29:28 Executing busybox-1.30.1-r3.trigger 19:29:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:29:29 Executing ca-certificates-20191127-r2.trigger 19:29:29 OK: 7 MiB in 19 packages 19:29:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:29:29 v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 19:29:29 v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 19:29:29 OK: 12746 distinct packages available 19:29:29 Removing intermediate container 41e2b69edee0 19:29:29 ---> 7d7c1d904911 19:29:29 19:29:29 Step 10/21 : FROM scratch 19:29:29 ---> 19:29:29 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:29:30 (1/2) Installing ca-certificates (20191127-r4) 19:29:30 (2/2) Installing dumb-init (1.2.2-r1) 19:29:30 Executing busybox-1.31.1-r19.trigger 19:29:30 Executing ca-certificates-20191127-r4.trigger 19:29:30 OK: 6 MiB in 16 packages 19:29:32 ---> Running in fe5a085bed44 19:29:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 19:29:33 Removing intermediate container fe5a085bed44 19:29:33 ---> e62da0987a3f 19:29:33 Step 12/21 : ENV APP_PORT=48085 19:29:33 Removing intermediate container 6f1ac406ef74 19:29:33 ---> 15cd9861cd92 19:29:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 19:29:33 ---> Running in 9131d0d1f160 19:29:34 Removing intermediate container fbe287ed839c 19:29:34 ---> 04ad7a67ea95 19:29:34 19:29:34 Step 11/27 : FROM docker:latest 19:29:34 ---> b0757c55a1fd 19:29:34 Step 12/27 : RUN apk add --no-cache bash 19:29:34 ---> Running in 27226d5540cd 19:29:34 Removing intermediate container 186fa2350d59 19:29:34 ---> d7e7c7be794a 19:29:34 19:29:34 Step 10/22 : FROM scratch 19:29:34 ---> 19:29:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:29:34 ---> Using cache 19:29:34 ---> e62da0987a3f 19:29:34 Step 12/22 : ENV APP_PORT=48081 19:29:34 Removing intermediate container 308129442e7c 19:29:34 ---> 01cb97d11703 19:29:34 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 19:29:34 ---> Running in 5ded9fbb71ee 19:29:34 ---> Running in 6c3a2c291131 19:29:34 Removing intermediate container 9131d0d1f160 19:29:34 ---> 1c076ae56074 19:29:34 Step 13/21 : EXPOSE $APP_PORT 19:29:34 ---> Running in 9d8c278d9e65 19:29:34 ---> Running in 7cb8451836ec 19:29:34 Removing intermediate container 27226d5540cd 19:29:34 ---> cc105d254d09 19:29:34 Step 13/22 : WORKDIR / 19:29:35 Removing intermediate container 6c3a2c291131 19:29:35 ---> 45eb7e1c3540 19:29:35 Step 13/22 : EXPOSE $APP_PORT 19:29:35 ---> Running in b492c4ea19e6 19:29:35 ---> Running in 1977db2269a4 19:29:35 Removing intermediate container 9d8c278d9e65 19:29:35 ---> c9f7d0bc47f7 19:29:35 Step 14/29 : WORKDIR $BASE_DIR 19:29:35 Removing intermediate container 7cb8451836ec 19:29:35 ---> cf4d46bc9cbc 19:29:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 19:29:35 ---> Running in 174fe7963a32 19:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:29:35 Removing intermediate container b492c4ea19e6 19:29:35 ---> e9d2c679591f 19:29:35 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 19:29:35 Removing intermediate container 1977db2269a4 19:29:35 ---> 399389fc471d 19:29:35 Step 14/22 : WORKDIR / 19:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:29:35 ---> Running in 92b2094edac0 19:29:35 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 19:29:36 ---> 5a121dc2c55e 19:29:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:29:36 (1/2) Installing readline (8.0.4-r0) 19:29:36 (2/2) Installing bash (5.0.17-r0) 19:29:36 Removing intermediate container 174fe7963a32 19:29:36 ---> 4a660fe628f0 19:29:36 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 19:29:36 Executing bash-5.0.17-r0.post-install 19:29:36 Executing busybox-1.31.1-r19.trigger 19:29:36 OK: 12 MiB in 22 packages 19:29:36 ---> Running in 798928b3f258 19:29:36 Removing intermediate container 92b2094edac0 19:29:36 ---> 69c808798ff8 19:29:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 19:29:36 ---> 91988178bb3d 19:29:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 19:29:37 ---> dafa89c4c6d6 19:29:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:29:37 ---> e6d7bd94f930 19:29:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:29:38 ---> c48ac0bbaacc 19:29:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 19:29:38 Removing intermediate container 5ded9fbb71ee 19:29:38 ---> d825ab004be1 19:29:38 Step 13/27 : RUN rm -rf /var/cache/apk/* 19:29:38 ---> 92cf438a9736 19:29:38 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 19:29:38 ---> Running in 097196568e26 19:29:38 ---> Running in 3301b87e260c 19:29:38 ---> 49441d0c1dd0 19:29:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:29:38 ---> 68a1ed277265 19:29:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 19:29:39 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 19:29:39 ---> 329d232c72f2 19:29:39 Step 18/22 : ENTRYPOINT ["/core-metadata"] 19:29:39 ---> bf3bb8c255da 19:29:39 Step 18/22 : RUN chmod +x entrypoint.sh 19:29:39 Removing intermediate container 3301b87e260c 19:29:39 ---> 6701b44480d6 19:29:39 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:29:39 ---> Running in 50f57b30acf0 19:29:39 ---> Running in 81f8d63d4026 19:29:39 ---> Running in 9f351d48fe14 19:29:40 Removing intermediate container 798928b3f258 19:29:40 ---> d8e9a8666b82 19:29:40 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 19:29:40 Removing intermediate container 9f351d48fe14 19:29:40 ---> 89c0cc11a41f 19:29:40 Step 19/21 : LABEL arch=x86_64 19:29:40 Removing intermediate container 50f57b30acf0 19:29:40 ---> 2100c9aba0ea 19:29:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:29:40 ---> Running in 94ac65f63292 19:29:40 ---> Running in 5815f568291f 19:29:41 ---> 1aa0ad62a576 19:29:41 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 19:29:41 Removing intermediate container 94ac65f63292 19:29:41 ---> 4ee351601bee 19:29:41 Step 20/21 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:29:41 Removing intermediate container 5815f568291f 19:29:41 ---> a45a56b227e5 19:29:41 Step 20/22 : LABEL arch=x86_64 19:29:41 Removing intermediate container 097196568e26 19:29:41 ---> 8f5efc05dbbc 19:29:41 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:29:41 ---> Running in 5a04b020771e 19:29:41 ---> Running in 92d752aedb1c 19:29:42 ---> Running in 5e447b2b2a21 19:29:42 ---> f8c04c68b6d8 19:29:42 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 19:29:42 Removing intermediate container 5a04b020771e 19:29:42 ---> f76a6f2c6f26 19:29:42 Step 21/21 : LABEL version=0.0.0 19:29:42 Removing intermediate container 81f8d63d4026 19:29:42 ---> d76293069688 19:29:42 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 19:29:42 Removing intermediate container 92d752aedb1c 19:29:42 ---> 4ba61197fac8 19:29:42 Step 21/22 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:29:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:29:42 Removing intermediate container 5e447b2b2a21 19:29:42 ---> 92781299b0f2 19:29:42 Step 15/27 : ENV APP_PORT=48090 19:29:43 ---> Running in d35555d2fcc1 19:29:43 ---> Running in 1d45939f9dda 19:29:43 ---> Running in d7c2c609e4ca 19:29:43 ---> Running in b8f26d9ce1fa 19:29:43 ---> 9d6096ae52f6 19:29:43 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 19:29:43 Removing intermediate container d35555d2fcc1 19:29:43 ---> f4a95fa5f990 19:29:43 Step 20/22 : LABEL arch=x86_64 19:29:43 Removing intermediate container 1d45939f9dda 19:29:43 ---> d7fa6f0c3f5b 19:29:43 19:29:43 ---> Running in f190f2a8bda2 19:29:44 Removing intermediate container b8f26d9ce1fa 19:29:44 ---> fc2685db99d0 19:29:44 Step 16/27 : EXPOSE $APP_PORT 19:29:44 Removing intermediate container d7c2c609e4ca 19:29:44 ---> e1f256d8a306 19:29:44 Step 22/22 : LABEL version=0.0.0 19:29:44 ---> Running in 9c9bebc11ec3 19:29:44 ---> Running in ccf979cccef7 19:29:44 ---> 9cbcf579e052 19:29:44 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 19:29:44 Removing intermediate container f190f2a8bda2 19:29:44 ---> c9a1399e49e1 19:29:44 Step 21/22 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:29:44 ---> Running in e4b8fbe0fd55 19:29:44 Successfully built d7fa6f0c3f5b 19:29:44 Removing intermediate container 9c9bebc11ec3 19:29:44 ---> 8d1298342d91 19:29:44 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:29:44 Successfully tagged docker-support-scheduler-go:latest 19:29:44  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 19:29:44 Removing intermediate container ccf979cccef7 19:29:44 ---> 22e439b1ead6 19:29:44 19:29:44 ---> fb70e06186d4 19:29:44 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 19:29:45 Successfully built 22e439b1ead6 19:29:45 ---> Running in cf89dd7ba4a1 19:29:45 Successfully tagged docker-core-metadata-go:latest 19:29:45 Building docker-core-data-go 19:29:45 Removing intermediate container e4b8fbe0fd55 19:29:45 ---> 0ca68cf8a2b1 19:29:45 Step 22/22 : LABEL version=0.0.0 19:29:45  Building docker-core-metadata-go ... done  ---> Running in 73e2a994b39e 19:29:45 ---> d25beb6d56c0 19:29:45 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:29:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 19:29:46 Removing intermediate container 73e2a994b39e 19:29:46 ---> 8a0e57075e9d 19:29:46 19:29:46 Successfully built 8a0e57075e9d 19:29:47 ---> 962a52b23819 19:29:47 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:29:47 Successfully tagged docker-security-bootstrap-redis-go:latest 19:29:47  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go 19:29:48 ---> 6d7acfcb5256 19:29:48 Step 20/27 : RUN apk --no-cache add py3-pip 19:29:50 ---> Running in 0da21b92b5b1 19:29:50 Removing intermediate container cf89dd7ba4a1 19:29:50 ---> 85247ba5f723 19:29:50 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 19:29:50 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 19:29:51 ---> 77ca4610ea6a 19:29:51 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:29:52 ---> Running in d5cfba7ab61a 19:29:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:29:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } 19:29:53 $ docker stop --time=1 d2f244d5dccdcf614084ce1c6a06cec992b2a75147264b050df054ebcbc7ad33 19:29:53 (1/33) Installing libbz2 (1.0.8-r1) 19:29:53 (2/33) Installing expat (2.2.9-r1) 19:29:53 (3/33) Installing libffi (3.3-r2) 19:29:53 (4/33) Installing gdbm (1.13-r1) 19:29:53 (5/33) Installing xz-libs (5.2.5-r0) 19:29:53 (6/33) Installing sqlite-libs (3.32.1-r0) 19:29:54 (7/33) Installing python3 (3.8.5-r0) 19:29:56 $ docker rm -f d2f244d5dccdcf614084ce1c6a06cec992b2a75147264b050df054ebcbc7ad33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:29:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:29:58 19:29:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:29:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:29:58 latest: Pulling from edgex-devops/edgex-compose-arm64 19:29:58 29e5d40040c1: Pulling fs layer 19:29:58 1ce36da41761: Pulling fs layer 19:29:58 25b303627fd3: Pulling fs layer 19:29:59 (8/33) Installing py3-appdirs (1.4.4-r1) 19:29:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:29:59 (10/33) Installing py3-parsing (2.4.7-r0) 19:29:59 (11/33) Installing py3-six (1.15.0-r0) 19:29:59 (12/33) Installing py3-packaging (20.4-r0) 19:29:59 29e5d40040c1: Verifying Checksum 19:29:59 29e5d40040c1: Download complete 19:29:59 (13/33) Installing py3-setuptools (47.0.0-r0) 19:29:59 (14/33) Installing py3-chardet (3.0.4-r4) 19:30:00 1ce36da41761: Verifying Checksum 19:30:00 1ce36da41761: Download complete 19:30:00 Removing intermediate container d5cfba7ab61a 19:30:00 ---> a295afebbc65 19:30:00 Step 24/29 : RUN chmod 755 security-secrets-setup 19:30:00 (15/33) Installing py3-idna (2.9-r0) 19:30:00 29e5d40040c1: Pull complete 19:30:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:30:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:30:01 (18/33) Installing py3-requests (2.23.0-r0) 19:30:01 (19/33) Installing py3-msgpack (1.0.0-r0) 19:30:01 ---> Running in 96e92fce1adc 19:30:01 (20/33) Installing py3-lockfile (0.12.2-r3) 19:30:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:30:01 (22/33) Installing py3-colorama (0.4.3-r0) 19:30:01 (23/33) Installing py3-distlib (0.3.0-r0) 19:30:01 1ce36da41761: Pull complete 19:30:01 25b303627fd3: Verifying Checksum 19:30:01 25b303627fd3: Download complete 19:30:02 (24/33) Installing py3-distro (1.5.0-r1) 19:30:02 (25/33) Installing py3-webencodings (0.5.1-r3) 19:30:02 (26/33) Installing py3-html5lib (1.0.1-r4) 19:30:03 (27/33) Installing py3-pytoml (0.1.21-r0) 19:30:03 (28/33) Installing py3-pep517 (0.8.2-r0) 19:30:03 (29/33) Installing py3-progress (1.5-r0) 19:30:03 (30/33) Installing py3-toml (0.10.1-r0) 19:30:03 (31/33) Installing py3-retrying (1.3.3-r0) 19:30:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:30:03 (33/33) Installing py3-pip (20.1.1-r0) 19:30:03 Executing busybox-1.31.1-r19.trigger 19:30:03 OK: 71 MiB in 55 packages 19:30:09 Removing intermediate container 96e92fce1adc 19:30:09 ---> 8e4dfb0b25f5 19:30:09 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 19:30:09 ---> Running in 193ddfe6681d 19:30:10 Removing intermediate container 193ddfe6681d 19:30:10 ---> 366bea23b379 19:30:10 Step 26/29 : CMD [ "generate" ] 19:30:11 ---> Running in dcaa73e032cf 19:30:11 25b303627fd3: Pull complete 19:30:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:30:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:30:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:30:12 prd-ubuntu18.04-docker-arm64-4c-16g-15125 does not seem to be running inside a container 19:30:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:30:12 Removing intermediate container dcaa73e032cf 19:30:12 ---> 1bdfa08b4dd7 19:30:12 Step 27/29 : LABEL arch=x86_64 19:30:13 ---> Running in 5fc4afb02a8a 19:30:14 Removing intermediate container 5fc4afb02a8a 19:30:14 ---> b0b9f2def1af 19:30:14 Step 28/29 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:30:14 ---> Running in 74c02432caa5 19:30:15 $ docker top 8505ba83d6c37dbc2ff33cac02edc3310261d77701b7a63cb0fd46be3887f7f4 -eo pid,comm 19:30:15 Removing intermediate container 74c02432caa5 19:30:15 ---> a064351d42b8 19:30:15 Step 29/29 : LABEL version=0.0.0 [Pipeline] { [Pipeline] sh 19:30:15 ---> Running in ae477126c865 19:30:16 + grep parallel 19:30:16 + docker-compose build --help 19:30:17 Removing intermediate container ae477126c865 19:30:17 ---> aa56e5c6b494 19:30:17 19:30:19 Successfully built aa56e5c6b494 19:30:19 Successfully tagged docker-security-secrets-setup-go:latest 19:30:19  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go 19:30:19 --parallel Build images in parallel. [Pipeline] } 19:30:19 $ docker stop --time=1 8505ba83d6c37dbc2ff33cac02edc3310261d77701b7a63cb0fd46be3887f7f4 19:30:21 $ docker rm -f 8505ba83d6c37dbc2ff33cac02edc3310261d77701b7a63cb0fd46be3887f7f4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:30:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:30:22 . [Pipeline] withDockerContainer 19:30:23 prd-ubuntu18.04-docker-arm64-4c-16g-15125 does not seem to be running inside a container 19:30:23 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:30:24 $ docker top 33e937dbfcf361260cae9b3f38676b1af4b901557141b20afe8ff65ba5a00c95 -eo pid,comm [Pipeline] { [Pipeline] sh 19:30:25 + docker-compose -f ./docker-compose-build.yml build --parallel 19:30:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 19:30:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:30:27 ---> 8b831bfd25e4 19:30:27 Step 3/23 : WORKDIR /edgex-go 19:30:27 ---> Using cache 19:30:27 ---> b03137053feb 19:30:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:27 ---> Using cache 19:30:27 ---> 9b8e93b22148 19:30:27 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 19:30:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 19:30:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:30:27 ---> 8b831bfd25e4 19:30:27 Step 3/24 : WORKDIR /edgex-go 19:30:27 ---> Using cache 19:30:27 ---> b03137053feb 19:30:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:27 ---> Using cache 19:30:27 ---> 9b8e93b22148 19:30:27 Step 5/24 : RUN apk update && apk add make git 19:30:27 ---> Using cache 19:30:27 ---> fab1e700ff6e 19:30:27 Step 6/24 : COPY go.mod . 19:30:27 ---> Using cache 19:30:27 ---> f874a9ddf4e0 19:30:27 Step 7/24 : RUN go mod download 19:30:27 ---> Using cache 19:30:27 ---> 6ee13b75f1f4 19:30:27 Step 8/24 : COPY . . 19:30:27 ---> Using cache 19:30:27 ---> 64c10cd5caa3 19:30:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:30:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 19:30:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:30:27 ---> 8b831bfd25e4 19:30:27 Step 3/21 : WORKDIR /edgex-go 19:30:27 ---> Using cache 19:30:27 ---> b03137053feb 19:30:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:27 ---> Using cache 19:30:27 ---> 9b8e93b22148 19:30:27 Step 5/21 : RUN apk update && apk add make git 19:30:27 ---> Using cache 19:30:27 ---> fab1e700ff6e 19:30:27 Step 6/21 : COPY go.mod . 19:30:27 ---> Using cache 19:30:27 ---> f874a9ddf4e0 19:30:27 Step 7/21 : RUN go mod download 19:30:27 ---> Using cache 19:30:27 ---> 6ee13b75f1f4 19:30:27 Step 8/21 : COPY . . 19:30:28 ---> Using cache 19:30:28 ---> 64c10cd5caa3 19:30:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:30:29 ---> Running in 3721d3b5b677 19:30:29 ---> Running in 5d8bd66941a7 19:30:29 ---> Running in 14d338845bca 19:30:29 Building docker-core-command-go ... 19:30:29 Building docker-core-data-go ... 19:30:29 Building docker-core-metadata-go ... 19:30:29 Building docker-security-bootstrap-redis-go ... 19:30:29 Building docker-security-proxy-setup-go ... 19:30:29 Building docker-security-secrets-setup-go ... 19:30:29 Building docker-security-secretstore-setup-go ... 19:30:29 Building docker-support-notifications-go ... 19:30:29 Building docker-support-scheduler-go ... 19:30:29 Building docker-sys-mgmt-agent-go ... 19:30:29 Building docker-core-command-go 19:30:29 Building docker-support-scheduler-go 19:30:29 Building docker-security-secrets-setup-go 19:30:29 Building docker-core-metadata-go 19:30:29 Building docker-core-data-go 19:30:33 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 19:30:33 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 19:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:30:34 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:30:34 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:30:34 OK: 12745 distinct packages available 19:30:35 OK: 233 MiB in 51 packages 19:30:40 Removing intermediate container 14d338845bca 19:30:40 ---> 6adfee18fb26 19:30:40 Step 6/23 : COPY go.mod . 19:30:41 ---> 124cde899a24 19:30:41 Step 7/23 : RUN go mod download 19:30:42 ---> Running in 9bef484f3964 19:30:47 Removing intermediate container 0da21b92b5b1 19:30:47 ---> 7cad792c3a6c 19:30:47 Step 21/27 : RUN pip install docker-compose==1.23.2 19:30:50 ---> Running in 934407b2017e 19:30:53 Removing intermediate container 9bef484f3964 19:30:53 ---> 3fc4d178b63b 19:30:53 Step 8/23 : COPY . . 19:31:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 19:31:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:31:00 ---> 8b831bfd25e4 19:31:00 Step 3/24 : WORKDIR /edgex-go 19:31:00 ---> Using cache 19:31:00 ---> b03137053feb 19:31:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:00 ---> Using cache 19:31:00 ---> 9b8e93b22148 19:31:00 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 19:31:02 ---> Running in 1df32d58476a 19:31:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:31:04 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 19:31: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 19:31:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:31:06 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:31:06 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:31:06 OK: 12745 distinct packages available 19:31:06 Collecting docker-compose==1.23.2 19:31:06 OK: 233 MiB in 51 packages 19:31:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:31:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:31:07 Collecting PyYAML<4,>=3.10 19:31:07 Downloading PyYAML-3.13.tar.gz (270 kB) 19:31:11 Removing intermediate container 1df32d58476a 19:31:11 ---> 85ca764eb6ef 19:31:11 Step 6/24 : COPY go.mod . 19:31:12 Collecting dockerpty<0.5,>=0.4.1 19:31:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:31:12 ---> 9e47191a16be 19:31:12 Step 7/24 : RUN go mod download 19:31:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:31:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:31:13 ---> Running in 69a51f3eaa94 19:31:13 Collecting jsonschema<3,>=2.5.1 19:31:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:31:14 Collecting docopt<0.7,>=0.6.1 19:31:14 Downloading docopt-0.6.2.tar.gz (25 kB) 19:31:15 Collecting texttable<0.10,>=0.9.0 19:31:15 Downloading texttable-0.9.1.tar.gz (11 kB) 19:31:17 Collecting docker<4.0,>=3.6.0 19:31:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:31:18 Collecting websocket-client<1.0,>=0.32.0 19:31:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:31:19 Collecting cached-property<2,>=1.2.0 19:31:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:31:19 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) 19:31:20 Collecting idna<2.8,>=2.5 19:31:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:31:20 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) 19:31:20 Removing intermediate container 5d8bd66941a7 19:31:20 ---> 976db5432ad3 19:31:20 19:31:20 Step 10/24 : FROM alpine:3.10 19:31:20 ---> be4e4bea2c2e 19:31:20 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 19:31:20 ---> Using cache 19:31:20 ---> 15cd9861cd92 19:31:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:31:20 Removing intermediate container 69a51f3eaa94 19:31:20 ---> 81fbb37709d8 19:31:20 Step 8/24 : COPY . . 19:31:20 Collecting urllib3<1.25,>=1.21.1 19:31:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:31:21 ---> Running in bddff199967c 19:31:21 Collecting docker-pycreds>=0.4.0 19:31:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:31:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:31:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:31:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:31:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:31:22 Removing intermediate container 3721d3b5b677 19:31:22 ---> ec1b917df032 19:31:22 19:31:22 Step 10/21 : FROM alpine 19:31:22 ---> d6e46aa2470d 19:31:22 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 19:31:22 Installing collected packages: PyYAML, dockerpty, idna, urllib3, requests, jsonschema, docopt, texttable, websocket-client, docker-pycreds, docker, cached-property, docker-compose 19:31:23 Running setup.py install for PyYAML: started 19:31:24 Removing intermediate container bddff199967c 19:31:24 ---> 0dbb78b4bb65 19:31:24 Step 13/24 : WORKDIR / 19:31:24 ---> Running in b360bb1f1320 19:31:25 ---> Running in a405a9793670 19:31:25 Running setup.py install for PyYAML: finished with status 'done' 19:31:25 Running setup.py install for dockerpty: started 19:31:27 Removing intermediate container a405a9793670 19:31:27 ---> 319b7da4406a 19:31:27 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:31:27 Running setup.py install for dockerpty: finished with status 'done' 19:31:27 Attempting uninstall: idna 19:31:27 Found existing installation: idna 2.9 19:31:27 Uninstalling idna-2.9: 19:31:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:31:27 Successfully uninstalled idna-2.9 19:31:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:31:28 v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 19:31:28 v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 19:31:28 OK: 12746 distinct packages available 19:31:28 (1/4) Installing ca-certificates (20191127-r4) 19:31:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:31:29 (3/4) Installing libcurl (7.69.1-r1) 19:31:29 (4/4) Installing curl (7.69.1-r1) 19:31:29 Executing busybox-1.31.1-r19.trigger 19:31:29 Executing ca-certificates-20191127-r4.trigger 19:31:29 Attempting uninstall: urllib3 19:31:29 Found existing installation: urllib3 1.25.9 19:31:29 Uninstalling urllib3-1.25.9: 19:31:29 OK: 7 MiB in 18 packages 19:31:30 ---> d99c70af8c68 19:31:30 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:31:31 Successfully uninstalled urllib3-1.25.9 19:31:33 Attempting uninstall: requests 19:31:33 Found existing installation: requests 2.23.0 19:31:33 Uninstalling requests-2.23.0: 19:31:34 Successfully uninstalled requests-2.23.0 19:31:34 ---> 0ae5cf2fe554 19:31:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:31:35 ---> f74185f4ff7b 19:31:35 Step 9/23 : RUN make cmd/core-data/core-data 19:31:35 Running setup.py install for docopt: started 19:31:35 Removing intermediate container b360bb1f1320 19:31:35 ---> 99ab30d4e91f 19:31:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:31:36 ---> a26874402e5a 19:31:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:31:36 ---> Running in 5bcc0102b737 19:31:36 ---> Running in 51bdea63e661 19:31:37 Running setup.py install for docopt: finished with status 'done' 19:31:38 Running setup.py install for texttable: started 19:31:39 Removing intermediate container 51bdea63e661 19:31:39 ---> 52fbfea48ad4 19:31:39 Step 13/21 : WORKDIR /edgex 19:31:39 ---> Running in 4c354035b9f0 19:31:39 ---> c76b0b670f75 19:31:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:31:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:31:39 Running setup.py install for texttable: finished with status 'done' 19:31:41 Removing intermediate container 4c354035b9f0 19:31:41 ---> 61b315f7d8d8 19:31:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:31:41 ---> 1c4578f5c1df 19:31:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:31:42 ---> 9e2e7dbb31f6 19:31:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:31:44 ---> 85f1f7e6f97f 19:31:44 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:31:45 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 19:31:46 ---> Running in c09e3fdad761 19:31:46 ---> 3bb008530e79 19:31:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:31:49 ---> b8bf3cddd0b8 19:31:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:31:49 ---> Running in a43529ffaf44 19:31:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 19:31:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:31:51 ---> 7791dcf9aa4b 19:31:51 Step 3/22 : WORKDIR /edgex-go 19:31:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 19:31:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:31:51 ---> 7791dcf9aa4b 19:31:51 Step 3/22 : WORKDIR /edgex-go 19:31:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 19:31:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:31:51 ---> 7791dcf9aa4b 19:31:51 Step 3/21 : WORKDIR /edgex-go 19:31:51 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 19:31:51 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 19:31:51 ---> 7791dcf9aa4b 19:31:51 Step 3/29 : WORKDIR /edgex-go 19:31:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 19:31:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:31:51 ---> 7791dcf9aa4b 19:31:51 Step 3/23 : WORKDIR /edgex-go 19:31:51 ---> Running in 76e7a1565aff 19:31:51 ---> Running in 2e1ccf737ad1 19:31:51 ---> Running in a81452691564 19:31:51 ---> Running in 0083f8d6cf64 19:31:51 ---> Running in 0675e99175ac 19:31:51 Removing intermediate container 0083f8d6cf64 19:31:51 ---> 9d4ad914636c 19:31:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:51 Removing intermediate container a81452691564 19:31:51 ---> 649033d9c643 19:31:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:51 Removing intermediate container 76e7a1565aff 19:31:51 ---> bcf601702a3e 19:31:51 Step 4/29 : RUN apk update && apk add make git 19:31:51 Removing intermediate container 2e1ccf737ad1 19:31:51 ---> 3a017afa8365 19:31:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 0675e99175ac 19:31:51 ---> 1cd025c84402 19:31:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:51 19:31:51 ---> Running in e9a5c8834cb6 19:31:51 ---> Running in 74c8ac13298d 19:31:51 ---> Running in bdef23956714 19:31:51 ---> Running in b4ef531bd308 19:31:51 ---> Running in 3c1d488e1a40 19:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:31:51 Removing intermediate container 74c8ac13298d 19:31:51 ---> 5a893e082747 19:31:51 Step 5/22 : RUN apk update && apk add make git 19:31:51 Removing intermediate container bdef23956714 19:31:51 ---> 185b3ffce70c 19:31:51 Step 5/22 : RUN apk update && apk add make git 19:31:51 ---> Running in 4d16c65bce26 19:31:51 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:31:51 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:31:51 OK: 12616 distinct packages available 19:31:51 Removing intermediate container b4ef531bd308 19:31:51 ---> 8370ba765a2e 19:31:51 Step 5/21 : RUN apk update && apk add make git 19:31:51 ---> Running in 684912dfb333 19:31:51 ---> Running in aa8f476f4315 19:31:51 Removing intermediate container 3c1d488e1a40 19:31:51 ---> 3150218dcdd4 19:31:51 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 19:31:51 ---> Running in 8adcd9be9ab2 19:31:51 OK: 217 MiB in 51 packages 19:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:31:51 Removing intermediate container e9a5c8834cb6 19:31:51 ---> 1c851082cec7 19:31:51 Step 5/29 : COPY go.mod . 19:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:31:51 ---> 8279a6d4ccec 19:31:51 Step 6/29 : RUN go mod download 19:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:31:51 ---> Running in 62d9f1ff46cc 19:31:52 Removing intermediate container a43529ffaf44 19:31:52 ---> 03a8d7f85d52 19:31:52 Step 18/21 : CMD ["--init=true"] 19:31:52 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:31:52 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:31:52 OK: 12616 distinct packages available 19:31:52 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:31:52 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:31:52 OK: 12616 distinct packages available 19:31:52 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:31:52 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:31:52 OK: 12616 distinct packages available 19:31:53 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:31:53 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:31:53 OK: 12616 distinct packages available 19:31:53 ---> Running in 9675e455b074 19:31:53 Removing intermediate container c09e3fdad761 19:31:53 ---> b555c5ae40bd 19:31:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:31:53 OK: 217 MiB in 51 packages 19:31:53 OK: 217 MiB in 51 packages 19:31:53 OK: 217 MiB in 51 packages 19:31:53 OK: 217 MiB in 51 packages 19:31:55 Removing intermediate container 684912dfb333 19:31:55 ---> 0c6633da172f 19:31:55 Step 6/22 : COPY go.mod . 19:31:55 Removing intermediate container 62d9f1ff46cc 19:31:55 ---> ab6b82b9591c 19:31:55 Step 7/29 : COPY . . 19:31:55 Removing intermediate container 8adcd9be9ab2 19:31:55 ---> 4713f3d1ff2a 19:31:55 Step 6/23 : COPY go.mod . 19:31:55 Removing intermediate container 4d16c65bce26 19:31:55 ---> f803c60cd9f9 19:31:55 Step 6/22 : COPY go.mod . 19:31:55 Removing intermediate container aa8f476f4315 19:31:55 ---> 9385e74fa612 19:31:55 Step 6/21 : COPY go.mod . 19:31:55 ---> Running in 24039534aecd 19:31:56 Removing intermediate container 9675e455b074 19:31:56 ---> 05ec4e7f2f02 19:31:56 Step 19/21 : LABEL arch=x86_64 19:31:56 ---> d3502e936a1b 19:31:56 Step 7/22 : RUN go mod download 19:31:56 ---> Running in daee9fa97615 19:31:56 ---> Running in cc5e4770be9e 19:31:56 Removing intermediate container 24039534aecd 19:31:56 ---> 6c59229c6f36 19:31:56 Step 22/24 : LABEL arch=x86_64 19:31:57 Removing intermediate container 934407b2017e 19:31:57 ---> c5bacf774d5a 19:31:57 Step 22/27 : RUN apk --no-cache add curl 19:31:57 ---> cc3dfb45f53c 19:31:57 Step 7/23 : RUN go mod download 19:31:57 ---> Running in fa9ed317bcce 19:31:57 ---> 0736b7af1349 19:31:57 Step 7/22 : RUN go mod download 19:31:57 ---> 815cb780615d 19:31:57 ---> Running in f39cb9e103d3 19:31:57 Removing intermediate container cc5e4770be9e 19:31:57 ---> d92793dba123 19:31:57 Step 20/21 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:31:57 Step 7/21 : RUN go mod download 19:31:57 ---> Running in f94e28cfd8ba 19:31:58 ---> Running in 986eb71d9fd7 19:31:58 ---> Running in b6b1589aa14d 19:31:58 ---> Running in 04442d4e7ab4 19:31:58 Removing intermediate container fa9ed317bcce 19:31:58 ---> 8a213cc931bb 19:31:58 Step 23/24 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:31:58 ---> Running in ff5ce32ebb99 19:32:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:32:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:32:00 Removing intermediate container 04442d4e7ab4 19:32:00 ---> 8a3e765dcb1b 19:32:00 Step 21/21 : LABEL version=0.0.0 19:32:00 Removing intermediate container ff5ce32ebb99 19:32:00 ---> f340559bb75e 19:32:00 Step 24/24 : LABEL version=0.0.0 19:32:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:32:00 (2/3) Installing libcurl (7.69.1-r1) 19:32:00 (3/3) Installing curl (7.69.1-r1) 19:32:00 Executing busybox-1.31.1-r19.trigger 19:32:00 OK: 72 MiB in 58 packages 19:32:01 ---> Running in 71bdbb19378e 19:32:01 ---> Running in 13c0801d3ad2 19:32:02 Removing intermediate container daee9fa97615 19:32:02 ---> e841155063b4 19:32:02 Step 8/22 : COPY . . 19:32:02 Removing intermediate container f94e28cfd8ba 19:32:02 ---> 46a9f715d025 19:32:02 Step 8/23 : COPY . . 19:32:02 ---> 59f7cc90a4e6 19:32:02 Step 9/24 : RUN make cmd/support-notifications/support-notifications 19:32:02 Removing intermediate container 13c0801d3ad2 19:32:02 ---> a62202fe93e0 19:32:02 19:32:03 Removing intermediate container 71bdbb19378e 19:32:03 ---> 067c562f9c00 19:32:03 19:32:03 ---> Running in 8d18de159c88 19:32:03 Removing intermediate container b6b1589aa14d 19:32:03 ---> ecb065d27054 19:32:03 Step 8/21 : COPY . . 19:32:03 Removing intermediate container 986eb71d9fd7 19:32:03 ---> 63800b5aed4f 19:32:03 Step 8/22 : COPY . . 19:32:03 Removing intermediate container f39cb9e103d3 19:32:03 ---> 5f1f61846f5a 19:32:03 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 19:32:03 Successfully built a62202fe93e0 19:32:04 Successfully tagged docker-security-secretstore-setup-go:latest 19:32:04  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 19:32:04 Successfully built 067c562f9c00 19:32:04 Successfully tagged docker-security-proxy-setup-go:latest 19:32:04  Building docker-security-proxy-setup-go ... done  ---> Running in a33d4cdfc6fe 19:32:05 Removing intermediate container a33d4cdfc6fe 19:32:05 ---> 2a95763e5fe2 19:32:05 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:32: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 19:32:05 ---> Running in 2241042f13cb 19:32:06 Removing intermediate container 2241042f13cb 19:32:06 ---> 7c96f30adceb 19:32:06 Step 25/27 : LABEL arch=x86_64 19:32:06 ---> Running in afc2b3c15b05 19:32:07 Removing intermediate container afc2b3c15b05 19:32:07 ---> 785c04ad6067 19:32:07 Step 26/27 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:32:07 ---> Running in 97564af09c8e 19:32:08 Removing intermediate container 97564af09c8e 19:32:08 ---> 57ac24e57000 19:32:08 Step 27/27 : LABEL version=0.0.0 19:32:08 ---> Running in 188b650ad004 19:32:09 Removing intermediate container 188b650ad004 19:32:09 ---> 80c3baee080b 19:32:09 19:32:11 Successfully built 80c3baee080b 19:32:12 Successfully tagged docker-sys-mgmt-agent-go:latest 19:32:26 ---> bebaa28007a2 19:32:26 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 19:32:26 ---> Running in 9c0a9dd61a4a 19:32:26 ---> b2138bd5ab87 19:32:26 Step 9/23 : RUN make cmd/core-data/core-data ---> d9698eedf135 19:32:26 19:32:26 Step 9/22 : RUN make cmd/core-metadata/core-metadata 19:32:26 ---> Running in bd362fedb308 19:32:26 ---> Running in 5dc30ba0ea66 19:32:26 ---> 1f11c20a33d0 19:32:26 ---> 61f10ef15be8 19:32:26 Step 9/21 : RUN make cmd/support-scheduler/support-schedulerStep 9/22 : RUN make cmd/core-command/core-command 19:32:26 19:32:26 ---> Running in 053d227b33d6 19:32:26 ---> Running in c0b8c4e22adc 19:32:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 19:32:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:32:27 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 19:32:28 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 19:32:28 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 19:32:40  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5bcc0102b737 19:32:40 ---> eec0c4edece1 19:32:40 19:32:40 Step 10/23 : FROM alpine 19:32:40 ---> d6e46aa2470d 19:32:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:32:40 ---> Running in aa38061d18f2 19:32:40 Removing intermediate container aa38061d18f2 19:32:40 ---> eea17ac2b590 19:32:40 Step 12/23 : ENV APP_PORT=48080 19:32:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 19:32:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:32:40 ---> 8b831bfd25e4 19:32:40 Step 3/22 : WORKDIR /edgex-go 19:32:40 ---> Using cache 19:32:40 ---> b03137053feb 19:32:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:40 ---> Using cache 19:32:40 ---> 9b8e93b22148 19:32:40 Step 5/22 : RUN apk update && apk add make git 19:32:40 ---> Using cache 19:32:40 ---> fab1e700ff6e 19:32:40 Step 6/22 : COPY go.mod . 19:32:40 ---> Using cache 19:32:40 ---> f874a9ddf4e0 19:32:40 Step 7/22 : RUN go mod download 19:32:40 ---> Using cache 19:32:40 ---> 6ee13b75f1f4 19:32:40 Step 8/22 : COPY . . 19:32:40 ---> Using cache 19:32:40 ---> 64c10cd5caa3 19:32:40 Step 9/22 : RUN make cmd/core-command/core-command 19:32:40 ---> Running in 88572c3c9b37 19:32:40 ---> Running in 0cf4ccbaec32 19:32:40 Removing intermediate container 0cf4ccbaec32 19:32:40 ---> 06b6b5134f54 19:32:40 Step 13/23 : EXPOSE $APP_PORT 19:32:40 ---> Running in 141f7eaa9714 19:32:40 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 19:32:40 Removing intermediate container 141f7eaa9714 19:32:40 ---> c7d18a28343d 19:32:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:41 ---> Running in 1cddd7ff0e20 19:32:41 Removing intermediate container 8d18de159c88 19:32:41 ---> da5e6538da4e 19:32:41 19:32:41 Step 10/24 : FROM scratch 19:32:41 ---> 19:32:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:32:44 Removing intermediate container 1cddd7ff0e20 19:32:44 ---> d4d166cf67d8 19:32:44 Step 15/23 : RUN apk --no-cache add zeromq 19:32:44 ---> Running in 1a283a73dcfe 19:32:44 ---> Running in 95aa9a89bf72 19:32:45 Removing intermediate container 1a283a73dcfe 19:32:45 ---> 2f66350cb977 19:32:45 Step 12/24 : ENV APP_PORT=48060 19:32:45 ---> Running in b71179169107 19:32:45 Removing intermediate container b71179169107 19:32:45 ---> b39e9c7e5538 19:32:45 Step 13/24 : EXPOSE $APP_PORT 19:32:45 ---> Running in 770b5b2c7d30 19:32:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:32:46 Removing intermediate container 770b5b2c7d30 19:32:46 ---> 1704e526092e 19:32:46 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 19:32:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:32:46 ---> caf4929cd329 19:32:46 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 19:32:47 (1/5) Installing libgcc (9.3.0-r2) 19:32:47 (2/5) Installing libsodium (1.0.18-r0) 19:32:47 (3/5) Installing libstdc++ (9.3.0-r2) 19:32:47 (4/5) Installing libzmq (4.3.3-r0) 19:32:48 (5/5) Installing zeromq (4.3.3-r0) 19:32:48 Executing busybox-1.31.1-r19.trigger 19:32:48 OK: 8 MiB in 19 packages 19:32:48 ---> f4b56db0714f 19:32:48 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 19:32:50 Removing intermediate container 95aa9a89bf72 19:32:50 ---> b4ed6438f7f9 19:32:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 19:32:51 ---> fbb73276b886 19:32:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 19:32:52 ---> ec15e7fd03df 19:32:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:32:52 ---> a696a8451043 19:32:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:32:54 ---> ba6384700b4b 19:32:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:32:54 ---> 0c4dc8703786 19:32:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:32:55 ---> ed73ad7528cb 19:32:55 Step 20/24 : ENTRYPOINT ["/support-notifications"] 19:32:56 ---> Running in 25f0a02444e3 19:32:56 ---> 6186ce080650 19:32:56 Step 19/23 : ENTRYPOINT ["/core-data"] 19:32:56 ---> Running in 97055594fcbb 19:32:56 Removing intermediate container 25f0a02444e3 19:32:56 ---> a50c1bc99001 19:32:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:32:56 ---> Running in 77ffdf4a7b7e 19:32:57 Removing intermediate container 97055594fcbb 19:32:57 ---> fbb653cfc308 19:32:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:32:57 Removing intermediate container 77ffdf4a7b7e 19:32:57 ---> d24223f231e3 19:32:57 Step 22/24 : LABEL arch=x86_64 19:32:58 ---> Running in 9220798bccdc 19:32:58 ---> Running in 6564002a4646 19:32:58 Removing intermediate container 9220798bccdc 19:32:58 ---> 84cc006cec42 19:32:58 Step 21/23 : LABEL arch=x86_64 19:32:58 Removing intermediate container 6564002a4646 19:32:58 ---> 087c99fd4bb5 19:32:58 Step 23/24 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:32:58 ---> Running in 43db664a4053 19:32:59 ---> Running in fbd94f709b2f 19:32:59 Removing intermediate container fbd94f709b2f 19:32:59 ---> 28f984ec03b4 19:32:59 Step 24/24 : LABEL version=0.0.0 19:32:59 Removing intermediate container 43db664a4053 19:32:59 ---> 8e4a26ecfd3b 19:32:59 Step 22/23 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:32:59 ---> Running in 2dd30c8e202e 19:32:59 ---> Running in 310e0bb11010 19:33:00 Removing intermediate container 2dd30c8e202e 19:33:00 ---> bac17cd77a8f 19:33:00 Step 23/23 : LABEL version=0.0.0 19:33:00 Removing intermediate container 310e0bb11010 19:33:00 ---> f760156abd10 19:33:00 19:33:00 ---> Running in 027a9cf35f19 19:33:00 Successfully built f760156abd10 19:33:00 Successfully tagged docker-support-notifications-go:latest 19:33:00  Building docker-support-notifications-go ... done Removing intermediate container 027a9cf35f19 19:33:00 ---> c0281063fcda 19:33:00 19:33:00 Successfully built c0281063fcda 19:33:01 Successfully tagged docker-core-data-go:latest 19:33:05  Building docker-core-data-go ... done Removing intermediate container 88572c3c9b37 19:33:05 ---> 7d051c2c9af4 19:33:05 19:33:05 Step 10/22 : FROM scratch 19:33:05 ---> 19:33:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:33:05 ---> Using cache 19:33:05 ---> e62da0987a3f 19:33:05 Step 12/22 : ENV APP_PORT=48082 19:33:05 ---> Running in 6d494c8887db 19:33:05 Removing intermediate container 6d494c8887db 19:33:05 ---> ddb178918ecf 19:33:05 Step 13/22 : EXPOSE $APP_PORT 19:33:05 ---> Running in 8cbca57cbb32 19:33:05 Removing intermediate container 8cbca57cbb32 19:33:05 ---> aa511ca64501 19:33:05 Step 14/22 : WORKDIR / 19:33:05 ---> Running in 232d07fc34fe 19:33:06 Removing intermediate container 232d07fc34fe 19:33:06 ---> cd693214bb4f 19:33:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 19:33:06 ---> 35a7d2164cbd 19:33:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:33:07 ---> b7426f3a9d51 19:33:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:33:08 ---> 59b652090291 19:33:08 Step 18/22 : ENTRYPOINT ["/core-command"] 19:33:08 ---> Running in fb40220ac527 19:33:08 Removing intermediate container fb40220ac527 19:33:08 ---> d12355c553c8 19:33:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:33:08 ---> Running in 000e27a9f8b1 19:33:08 Removing intermediate container 000e27a9f8b1 19:33:08 ---> 98044aa27995 19:33:08 Step 20/22 : LABEL arch=x86_64 19:33:08 ---> Running in 53e5d98627b1 19:33:08 Removing intermediate container 53e5d98627b1 19:33:08 ---> 89311a47a5cf 19:33:08 Step 21/22 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:33:08 ---> Running in e296d7aa770d 19:33:09 Removing intermediate container e296d7aa770d 19:33:09 ---> a1b54d8331c6 19:33:09 Step 22/22 : LABEL version=0.0.0 19:33:09 ---> Running in 7d31afe06675 19:33:09 Removing intermediate container 7d31afe06675 19:33:09 ---> c769cf7d8efa 19:33:09 19:33:09 Successfully built c769cf7d8efa 19:33:09 Successfully tagged docker-core-command-go:latest 19:33:10  Building docker-core-command-go ... done  [Pipeline] } 19:33:10 $ docker stop --time=1 421d99bc067e472ec6f87749613a6da218ba021c439e42300b09f5c0164bca8e 19:33:12 $ docker rm -f 421d99bc067e472ec6f87749613a6da218ba021c439e42300b09f5c0164bca8e [Pipeline] // withDockerContainer [Pipeline] sh 19:33:13 + grep docker 19:33:13 + docker images 19:33:14 docker-core-command-go latest c769cf7d8efa 4 seconds ago 12.2MB 19:33:14 docker-core-data-go latest c0281063fcda 13 seconds ago 23.7MB 19:33:14 docker-support-notifications-go latest f760156abd10 14 seconds ago 13.6MB 19:33:14 docker-sys-mgmt-agent-go latest 80c3baee080b About a minute ago 293MB 19:33:14 docker-security-secretstore-setup-go latest a62202fe93e0 About a minute ago 24.7MB 19:33:14 docker-security-proxy-setup-go latest 067c562f9c00 About a minute ago 24.6MB 19:33:14 docker-security-secrets-setup-go latest aa56e5c6b494 2 minutes ago 23.9MB 19:33:14 docker-security-bootstrap-redis-go latest 8a0e57075e9d 3 minutes ago 15.8MB 19:33:14 docker-core-metadata-go latest 22e439b1ead6 3 minutes ago 14.5MB 19:33:14 docker-support-scheduler-go latest d7fa6f0c3f5b 3 minutes ago 12.3MB 19:33:14 docker latest b0757c55a1fd 6 days ago 220MB [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 19:33:30 Still waiting to schedule task 19:33:30 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:33:50 Removing intermediate container 9c0a9dd61a4a 19:33:50 ---> 34a89b41ee24 19:33:50 19:33:50 Step 9/29 : FROM alpine:latest 19:33:50 latest: Pulling from library/alpine 19:33:50 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 19:33:50 Status: Downloaded newer image for alpine:latest 19:33:50 ---> 2e77e061c27f 19:33:50 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 19:33:50 ---> Running in d2ec8d5fe001 19:33:50 Removing intermediate container d2ec8d5fe001 19:33:50 ---> 1fe3f79ef4c2 19:33:50 Step 11/29 : USER root 19:33:50 ---> Running in ae217ebd0cd4 19:33:50 Removing intermediate container ae217ebd0cd4 19:33:50 ---> 52f11d1b2385 19:33:50 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 19:33:50 ---> Running in 0d6af322c5ef 19:33:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:33:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:33:50 v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 19:33:50 v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 19:33:50 OK: 12617 distinct packages available 19:33:51 (1/2) Installing ca-certificates (20191127-r4) 19:33:51 (2/2) Installing dumb-init (1.2.2-r1) 19:33:51 Executing busybox-1.31.1-r19.trigger 19:33:51 Executing ca-certificates-20191127-r4.trigger 19:33:52 OK: 6 MiB in 16 packages 19:33:55 Removing intermediate container 0d6af322c5ef 19:33:55 ---> 9f5ce75cdd64 19:33:55 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 19:33:55 ---> Running in f0170e52a5ae 19:33:56 Removing intermediate container f0170e52a5ae 19:33:56 ---> 7c748f4a0232 19:33:56 Step 14/29 : WORKDIR $BASE_DIR 19:33:56 ---> Running in b0d3ceceb499 19:33:56 Removing intermediate container b0d3ceceb499 19:33:56 ---> 481569a4744d 19:33:56 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 19:33:56 ---> Running in f397844441a8 19:34:00 Removing intermediate container f397844441a8 19:34:00 ---> 2c3b53d85593 19:34:00 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 19:34:02 ---> 4cadbe47f252 19:34:02 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 19:34:03 ---> ada0af7c411b 19:34:03 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 19:34:04 ---> 638f5055d634 19:34:04 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 19:34:05 ---> 93d611d4c536 19:34:05 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 19:34:06 ---> 7e20f46280bc 19:34:06 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 19:34:06 ---> Running in 7e1b9754effa 19:34:11 Removing intermediate container 7e1b9754effa 19:34:11 ---> 133b6f750516 19:34:11 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 19:34:11 ---> 45c565355570 19:34:11 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:34:12 ---> Running in 3bf8c41a027d 19:34:15 Removing intermediate container 3bf8c41a027d 19:34:15 ---> 65801c5b329b 19:34:15 Step 24/29 : RUN chmod 755 security-secrets-setup 19:34:15 ---> Running in f1d2088da351 19:34:19 Running on prd-ubuntu18.04-docker-8c-8g-15126 in /w/workspace/edgexfoundry_edgex-go_PR-2930 [Pipeline] { [Pipeline] ws 19:34:19 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 19:34:20 Removing intermediate container f1d2088da351 19:34:20 ---> b9ba149c9ce5 19:34:20 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 19:34:20 ---> Running in 5b761226908d 19:34:21 Removing intermediate container 5b761226908d 19:34:21 ---> b637c7b8b69a 19:34:21 Step 26/29 : CMD [ "generate" ] 19:34:21 ---> Running in ac4835a323f8 19:34:22 using credential edgex-jenkins-ssh 19:34:22 Cloning the remote Git repository 19:34:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:34:22 > git init /w/workspace/edgex-go/3 # timeout=10 19:34:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:34:22 > git --version # timeout=10 19:34:22 > git --version # 'git version 2.17.1' 19:34:22 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:22 Removing intermediate container ac4835a323f8 19:34:22 ---> 2c334729bc07 19:34:22 Step 27/29 : LABEL arch=arm64 19:34:23 ---> Running in 7c0d73a315b0 19:34:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:24 Removing intermediate container 7c0d73a315b0 19:34:24 ---> 8e529c90ef65 19:34:24 Step 28/29 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:34:25 ---> Running in 76830cf8ecc5 19:34:26 Removing intermediate container 76830cf8ecc5 19:34:26 ---> 5d84de1ddb42 19:34:26 Step 29/29 : LABEL version=0.0.0 19:34:26 Removing intermediate container 053d227b33d6 19:34:26 ---> 8c824610bc6e 19:34:26 19:34:26 Step 10/21 : FROM scratch 19:34:26 ---> 19:34:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:34:27 ---> Running in 92baad819141 19:34:27 ---> Running in 4caae3d62af4 19:34:28 Removing intermediate container 92baad819141 19:34:28 ---> 14472b3b7389 19:34:28 19:34:28 Removing intermediate container 4caae3d62af4 19:34:28 ---> 48d31a60376e 19:34:28 Step 12/21 : ENV APP_PORT=48085 19:34:29 ---> Running in e74bc50e87c4 19:34:29 Removing intermediate container c0b8c4e22adc 19:34:29 ---> d2de618248ba 19:34:29 19:34:29 Step 10/22 : FROM scratch 19:34:29 ---> 19:34:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:34:29 ---> Using cache 19:34:29 ---> 48d31a60376e 19:34:29 Step 12/22 : ENV APP_PORT=48082 19:34:29 Successfully built 14472b3b7389 19:34:29 Successfully tagged docker-security-secrets-setup-go-arm64:latest 19:34:29  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go 19:34:29 ---> Running in 6b9770cefab2 19:34:29 Removing intermediate container e74bc50e87c4 19:34:29 ---> 00525b00b09a 19:34:29 Step 13/21 : EXPOSE $APP_PORT 19:34:30 ---> Running in 7f3741f0a9dd 19:34:30 Removing intermediate container 6b9770cefab2 19:34:30 ---> bcc7175dbbd5 19:34:30 Step 13/22 : EXPOSE $APP_PORT 19:34:30 ---> Running in 7ef55c5f073e 19:34:31 Removing intermediate container 7f3741f0a9dd 19:34:31 ---> f7d76afdfd2d 19:34:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 19:34:31 Removing intermediate container 7ef55c5f073e 19:34:31 ---> 6e63ac0a56ce 19:34:31 Step 14/22 : WORKDIR / 19:34:31 ---> Running in 8b6580c78211 19:34:32 ---> 78c6d140515c 19:34:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:34:33 Removing intermediate container 8b6580c78211 19:34:33 ---> 5acebece4a81 19:34:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 19:34:35 ---> cf3156cddb6a 19:34:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:34:35 ---> 6388945c8e58 19:34:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:34:37 ---> 5530cdb44086 19:34:37 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 19:34:37 ---> f101be0df912 19:34:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:34:37 ---> Running in 55c838f47f22 19:34:38 Removing intermediate container 55c838f47f22 19:34:38 ---> 138fa94a89ec 19:34:38 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:34:38 ---> d15123e41ec7 19:34:38 Step 18/22 : ENTRYPOINT ["/core-command"] 19:34:38 ---> Running in 47eeb8c8ed8b 19:34:39 ---> Running in 8a8c6e5c3d86 19:34:39 Removing intermediate container 47eeb8c8ed8b 19:34:39 ---> e46e3d66b321 19:34:39 Step 19/21 : LABEL arch=arm64 19:34:40 Removing intermediate container 8a8c6e5c3d86 19:34:40 ---> b88cd82d2318 19:34:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:34:40 ---> Running in 9cee83e4b1b5 19:34:40 ---> Running in 57e864b9759b 19:34:41 Removing intermediate container 9cee83e4b1b5 19:34:41 ---> 600c5bbe9a21 19:34:41 Step 20/21 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:34:41 Removing intermediate container 57e864b9759b 19:34:41 ---> f5b6535cf424 19:34:41 Step 20/22 : LABEL arch=arm64 19:34:42 ---> Running in 1c8e0e778a32 19:34:42 ---> Running in 22e0b9fbfb42 19:34:43 Removing intermediate container 1c8e0e778a32 19:34:43 ---> 37f1d4775c1d 19:34:43 Step 21/21 : LABEL version=0.0.0 19:34:43 Removing intermediate container 22e0b9fbfb42 19:34:43 ---> d42b934bd52b 19:34:43 Step 21/22 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:34:43 ---> Running in da7e2d2c2078 19:34:44 ---> Running in c175f4c35134 19:34:45 Removing intermediate container da7e2d2c2078 19:34:45 ---> 0e52e8dbb2af 19:34:45 19:34:45 Successfully built 0e52e8dbb2af 19:34:45 Successfully tagged docker-support-scheduler-go-arm64:latest 19:34:45  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 19:34:45 Removing intermediate container c175f4c35134 19:34:45 ---> fa7dbaef1126 19:34:45 Step 22/22 : LABEL version=0.0.0 19:34:46 Removing intermediate container bd362fedb308 19:34:46 ---> 72c939812611 19:34:46 19:34:46 Step 10/22 : FROM scratch 19:34:46 ---> 19:34:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:34:46 ---> Using cache 19:34:46 ---> 48d31a60376e 19:34:46 Step 12/22 : ENV APP_PORT=48081 19:34:46 ---> Running in f7e1d501a489 19:34:46 ---> Running in 640ceb0237a2 19:34:47 Removing intermediate container f7e1d501a489 19:34:47 ---> 676b96dc05dc 19:34:47 19:34:47 Removing intermediate container 640ceb0237a2 19:34:47 ---> c90ee51b3b92 19:34:47 Step 13/22 : EXPOSE $APP_PORT 19:34:47 ---> Running in 7ba9afc8c83b 19:34:47 Successfully built 676b96dc05dc 19:34:47 Successfully tagged docker-core-command-go-arm64:latest 19:34:47  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go 19:34:48 Removing intermediate container 7ba9afc8c83b 19:34:48 ---> e17c0775b043 19:34:48 Step 14/22 : WORKDIR / 19:34:48 ---> Running in 3a6ef4674041 19:34:49 Merging remotes/origin/master commit 34dce4612a631976cf4327d6db635ffc5909a851 into PR head commit 0f334072fc1b34e624dc20b353904d004c4fda5b 19:34:49 Merge succeeded, producing 0f334072fc1b34e624dc20b353904d004c4fda5b 19:34:49 Checking out Revision 0f334072fc1b34e624dc20b353904d004c4fda5b (PR-2930) 19:34:49 Removing intermediate container 3a6ef4674041 19:34:49 ---> 2ca968f5ec91 19:34:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 19:34:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:34:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:34:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:34:48 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2930/head:refs/remotes/origin/PR-2930 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:34:49 > git config core.sparsecheckout # timeout=10 19:34:49 > git checkout -f 0f334072fc1b34e624dc20b353904d004c4fda5b # timeout=10 19:34:49 > git remote # timeout=10 19:34:49 > git config --get remote.origin.url # timeout=10 19:34:49 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:49 > git merge 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 19:34:49 > git rev-parse HEAD^{commit} # timeout=10 19:34:49 > git config core.sparsecheckout # timeout=10 19:34:49 > git checkout -f 0f334072fc1b34e624dc20b353904d004c4fda5b # timeout=10 19:34:51 ---> f31cca99bf8b 19:34:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:34:53 Commit message: "docs(security): Update the secrets-config README" 19:34:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 19:34:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:34:53 ---> 7791dcf9aa4b 19:34:53 Step 3/24 : WORKDIR /edgex-go 19:34:53 ---> Using cache 19:34:53 ---> 1cd025c84402 19:34:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:53 ---> Using cache 19:34:53 ---> 3150218dcdd4 19:34:53 Step 5/24 : RUN apk update && apk add make bash git ca-certificates [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:34:54 + echo snap-build.sh 19:34:54 snap-build.sh 19:34:54 + SNAP_BASE_DIR=. 19:34:54 + '[' '!' -z /w/workspace/edgex-go/3 ']' 19:34:54 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 19:34:54 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 19:34:54 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 19:34:54 + cd /w/workspace/edgex-go/3 19:34:54 + sudo apt-get remove -qy --purge lxd lxd-client 19:34:54 Reading package lists... 19:34:54 Building dependency tree... 19:34:54 Reading state information... 19:34:54 The following packages were automatically installed and are no longer required: 19:34:54 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:34:54 uidmap xdelta3 19:34:54 Use 'sudo apt autoremove' to remove them. 19:34:54 The following packages will be REMOVED: 19:34:54 lxd* lxd-client* 19:34:55 ---> Running in a305d726dcbf 19:34:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:34:55 After this operation, 31.7 MB disk space will be freed. 19:34:55 Removing intermediate container 5dc30ba0ea66 19:34:55 ---> 9b03e15dea88 19:34:55 19:34:55 Step 10/23 : FROM alpine 19:34:55 ---> 2e77e061c27f 19:34:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:34:55 ---> 72b2a1c98775 19:34:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:34:56 (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.) 19:34:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:34:56 ---> Running in 9392924d86cf 19:34:57 Removing lxd dnsmasq configuration 19:34:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:34:57 ---> 52b16163a8d6 19:34:57 Step 18/22 : ENTRYPOINT ["/core-metadata"] 19:34:57 Removing intermediate container 9392924d86cf 19:34:57 ---> 982ee428a6a0 19:34:57 Step 12/23 : ENV APP_PORT=48080 19:34:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:34:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:34:57 ---> Running in 9b6904973642 19:34:57 ---> Running in eb5637446a6f 19:34:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:34:58 Removing intermediate container 9b6904973642 19:34:58 ---> a874b0d14f5b 19:34:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:34:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:34:58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 19:34:58 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:34:58 Removing intermediate container eb5637446a6f 19:34:58 ---> 95f46f9b8529 19:34:58 Step 13/23 : EXPOSE $APP_PORT 19:34:58 ---> Running in 801de279fc94 19:34:59 ---> Running in 9994f65db056 19:34:59 Removing intermediate container 801de279fc94 19:34:59 ---> 63120c8afa2c 19:34:59 Step 20/22 : LABEL arch=arm64 19:34:59 Removing intermediate container 9994f65db056 19:34:59 ---> 021d5809c59b 19:34:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in 0acda77f6d58 19:34:59 19:34:59 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:34:59 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:34:59 OK: 12616 distinct packages available 19:34:59 ---> Running in 5f0ba5acc9c6 19:35:00 Processing triggers for systemd (237-3ubuntu10.42) ... 19:35:00 Processing triggers for ureadahead (0.100.0-21) ... 19:35:00 Removing intermediate container 0acda77f6d58 19:35:00 ---> 42de3a58b0a8 19:35:00 Step 21/22 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:35:00 OK: 217 MiB in 51 packages 19:35:00 ---> Running in 6aec5ea158eb 19:35:01 Removing intermediate container 6aec5ea158eb 19:35:01 ---> 7d9b5ed86079 19:35:01 Step 22/22 : LABEL version=0.0.0 19:35:01 + sudo snap remove --purge lxd 19:35:01 snap "lxd" is not installed 19:35:01 + sudo groupadd --force --system lxd 19:35:01 ++ whoami 19:35:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:35:01 ---> Running in b76fa52be855 19:35:02 + newgrp - lxd 19:35:02 + sudo snap install lxd 19:35:03 Removing intermediate container b76fa52be855 19:35:03 ---> a46b2d284ba7 19:35:03 19:35:03 Removing intermediate container a305d726dcbf 19:35:03 ---> 775fb7b94dde 19:35:03 Step 6/24 : COPY go.mod . 19:35:03 Removing intermediate container 5f0ba5acc9c6 19:35:03 ---> 39c40e81da13 19:35:03 Step 15/23 : RUN apk --no-cache add zeromq 19:35:03 Successfully built a46b2d284ba7 19:35:04 Successfully tagged docker-core-metadata-go-arm64:latest 19:35:04  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 19:35:04 ---> Running in 5f60f738d48d 19:35:04 ---> 61222e06187e 19:35:04 Step 7/24 : RUN go mod download 19:35:04 ---> Running in 0a9c0e4f8399 19:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:35:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:35:07 (1/5) Installing libgcc (9.3.0-r2) 19:35:07 (2/5) Installing libsodium (1.0.18-r0) 19:35:07 (3/5) Installing libstdc++ (9.3.0-r2) 19:35:08 (4/5) Installing libzmq (4.3.3-r0) 19:35:08 (5/5) Installing zeromq (4.3.3-r0) 19:35:08 Executing busybox-1.31.1-r19.trigger 19:35:08 OK: 8 MiB in 19 packages 19:35:09 Removing intermediate container 0a9c0e4f8399 19:35:09 ---> 18dc4f1d6868 19:35:09 Step 8/24 : COPY . . 19:35:11 Removing intermediate container 5f60f738d48d 19:35:11 ---> 4c6c84f53433 19:35:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 19:35:12 2020-12-08T19:35:09Z INFO Waiting for automatic snapd restart... 19:35:14 ---> afeb9c995f23 19:35:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:35:18 ---> 0e9783d7ae15 19:35:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:35:20 ---> e78fc5f1cd28 19:35:20 Step 19/23 : ENTRYPOINT ["/core-data"] 19:35:20 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 19:35:20 Step 2/27 : FROM ${BUILDER_BASE} AS builder 19:35:20 ---> 7791dcf9aa4b 19:35:20 Step 3/27 : WORKDIR /edgex-go 19:35:20 ---> Using cache 19:35:20 ---> 1cd025c84402 19:35:20 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:20 ---> Using cache 19:35:20 ---> 3150218dcdd4 19:35:20 Step 5/27 : RUN apk update && apk add make bash git 19:35:20 ---> Running in 403a7c39c9eb 19:35:20 ---> Running in 760df855b862 19:35:21 Removing intermediate container 403a7c39c9eb 19:35:21 ---> dac67460c95c 19:35:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:35:22 ---> Running in 215cb15100b4 19:35:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:35:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 19:35:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:35:23 ---> 7791dcf9aa4b 19:35:23 Step 3/22 : WORKDIR /edgex-go 19:35:23 ---> Using cache 19:35:23 ---> 1cd025c84402 19:35:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:23 ---> Using cache 19:35:23 ---> 3150218dcdd4 19:35:23 Step 5/22 : RUN apk update && apk add make git 19:35:23 Removing intermediate container 215cb15100b4 19:35:23 ---> 3dc724c25ceb 19:35:23 Step 21/23 : LABEL arch=arm64 19:35:23 ---> Running in f2e40e91b150 19:35:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:35:24 ---> Running in e3615cc7c3f2 19:35:24 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:35:24 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:35:24 OK: 12616 distinct packages available 19:35:25 OK: 217 MiB in 51 packages 19:35:26 Removing intermediate container e3615cc7c3f2 19:35:26 ---> ed912ffbffb9 19:35:26 Step 22/23 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:35:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:35:27 ---> Running in 6b5b6d685f00 19:35:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:35:27 Removing intermediate container 6b5b6d685f00 19:35:27 ---> d20947939d48 19:35:27 Step 23/23 : LABEL version=0.0.0 19:35:28 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 19:35:28 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 19:35:28 OK: 12616 distinct packages available 19:35:28 ---> Running in 4beb60a7b29b 19:35:28 Removing intermediate container 760df855b862 19:35:28 ---> 6b96b7a150dd 19:35:28 Step 6/27 : COPY go.mod . 19:35:29 OK: 217 MiB in 51 packages 19:35:30 Removing intermediate container 4beb60a7b29b 19:35:30 ---> 155749df31d4 19:35:30 19:35:30 ---> 92e87a6f2cd4 19:35:30 Step 9/24 : RUN make cmd/support-notifications/support-notifications 19:35:30 lxd 4.8 from Canonical* installed 19:35:30 + sudo lxd init --auto 19:35:30 ---> 394facd4ff4e 19:35:30 Step 7/27 : RUN go mod download 19:35:30 Successfully built 155749df31d4 19:35:30 Successfully tagged docker-core-data-go-arm64:latest 19:35:30 Building docker-security-secretstore-setup-go 19:35:30  Building docker-core-data-go ... done  ---> Running in b7be731a8cb0 19:35:30 ---> Running in 5ba76a26958b 19:35:31 Removing intermediate container f2e40e91b150 19:35:31 ---> acd86510dca1 19:35:31 Step 6/22 : COPY go.mod . 19:35:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:35:32 ---> 7c50f8e98939 19:35:32 Step 7/22 : RUN go mod download 19:35:33 ---> Running in c3bac29c08c2 19:35:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 19:35:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:35:35 ---> 7791dcf9aa4b 19:35:35 Step 3/21 : WORKDIR /edgex-go 19:35:35 ---> Using cache 19:35:35 ---> 1cd025c84402 19:35:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:35 ---> Using cache 19:35:35 ---> 3150218dcdd4 19:35:35 Step 5/21 : RUN apk update && apk add make git 19:35:35 ---> Using cache 19:35:35 ---> acd86510dca1 19:35:35 Step 6/21 : COPY go.mod . 19:35:35 ---> Using cache 19:35:35 ---> 7c50f8e98939 19:35:35 Step 7/21 : RUN go mod download 19:35:36 ---> Running in 7e467218943e 19:35:36 Removing intermediate container 5ba76a26958b 19:35:36 ---> 4e72cd9837f6 19:35:36 Step 8/27 : COPY . . 19:35:36 + sudo snap install --classic snapcraft 19:35:39 Removing intermediate container c3bac29c08c2 19:35:39 ---> 3401e51a5786 19:35:39 Step 8/22 : COPY . . 19:35:42 Removing intermediate container 7e467218943e 19:35:42 ---> a23b79f8433e 19:35:42 Step 8/21 : COPY . . 19:35:43 snapcraft 4.4.4 from Canonical* installed 19:35:43 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 19:35:43 + patch --verbose -p1 19:35:43 Hmm... Looks like a unified diff to me... 19:35:43 The text leading up to this was: 19:35:43 -------------------------- 19:35:43 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 19:35:43 |From: Tony Espy 19:35:43 |Date: Wed, 2 Dec 2020 17:38:31 -0500 19:35:43 |Subject: [PATCH] optimize snap build for pipeline CI check 19:35:43 | 19:35:43 |This patch is used by the EdgeX CI pipeline builds to 19:35:43 |optimize the snap CI check run for pull requests. When 19:35:43 |applied, it essentially strips out everything (apps and 19:35:43 |parts) from the snapcraft.yaml file except those required 19:35:43 |to build edgex-go, as the whole idea of the CI check is to 19:35:43 |catch changes to edgex-go that break the snap build. 19:35:43 | 19:35:43 |In general, anyone updating snapcraft.yaml will also need 19:35:43 |to update this patch file, otherwise it may fail to apply, 19:35:43 |resulting in a failed snap build CI check in the associated 19:35:43 |pull request. 19:35:43 | 19:35:43 |Note - in addition to applying this patch, the pipeline also 19:35:43 |only primes the snap (e.g. `snapcraft prime`), as there's no 19:35:43 |need to build the finally binary .snap file (and it won't 19:35:43 |work with the patch applied). This further reduces the build 19:35:43 |time. 19:35:43 |--- 19:35:43 | snap/snapcraft.yaml | 466 +------------------------------------------- 19:35:43 | 1 file changed, 2 insertions(+), 464 deletions(-) 19:35:43 | 19:35:43 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 19:35:43 |index b265277c..d7e1de37 100644 19:35:43 |--- a/snap/snapcraft.yaml 19:35:43 |+++ b/snap/snapcraft.yaml 19:35:43 -------------------------- 19:35:43 patching file snap/snapcraft.yaml 19:35:43 Using Plan A... 19:35:43 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 19:35:43 Hunk #2 succeeded at 81 (offset -3 lines). 19:35:43 Hunk #3 succeeded at 211 (offset -7 lines). 19:35:43 Hunk #4 succeeded at 226 (offset -7 lines). 19:35:43 Hunk #5 succeeded at 234 (offset -7 lines). 19:35:43 Hunk #6 succeeded at 241 (offset -7 lines). 19:35:43 Hunk #7 succeeded at 268 (offset -7 lines). 19:35:43 Hunk #8 succeeded at 302 (offset -7 lines). 19:35:43 Hunk #9 succeeded at 358 (offset -7 lines). 19:35:43 Hmm... Ignoring the trailing garbage. 19:35:43 done 19:35:43 + sudo snapcraft prime --use-lxd 19:35:43 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:35: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: 19:35:43 - README.md 19:35:43 - snapcraft.yaml.orig 19:35:43 19:35:43 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:35:44 Launching a container. 19:35:59 Waiting for container to be ready 19:35:59 To start your first instance, try: lxc launch ubuntu:18.04 19:35:59 19:36:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 19:36:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:36:00 ---> 7791dcf9aa4b 19:36:00 Step 3/24 : WORKDIR /edgex-go 19:36:00 ---> Using cache 19:36:00 ---> 1cd025c84402 19:36:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:36:00 ---> Using cache 19:36:00 ---> 3150218dcdd4 19:36:00 Step 5/24 : RUN apk update && apk add make git 19:36:00 ---> Using cache 19:36:00 ---> acd86510dca1 19:36:00 Step 6/24 : COPY go.mod . 19:36:00 ---> Using cache 19:36:00 ---> 7c50f8e98939 19:36:00 Step 7/24 : RUN go mod download 19:36:00 ---> Using cache 19:36:00 ---> a23b79f8433e 19:36:00 Step 8/24 : COPY . . 19:36:01 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:36:01 Waiting for network to be ready... 19:36:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:36:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 19:36:03 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:36:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 19:36:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 19:36:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 19:36:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] 19:36:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] 19:36:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1092 kB] 19:36:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 19:36:03 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:36:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:36:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:36:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:36:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:36:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:36:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:36:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:36:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:36:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 19:36:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 19:36:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] 19:36:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] 19:36:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 19:36:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] 19:36:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1695 kB] 19:36:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 19:36:08 Fetched 23.5 MB in 6s (3929 kB/s) 19:36:09 Reading package lists... 19:36:09 Reading package lists... 19:36:09 Building dependency tree... 19:36:09 Reading state information... 19:36:09 The following additional packages will be installed: 19:36:09 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:36:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:36:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:36:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:36:09 Suggested packages: 19:36:09 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:36:09 Recommended packages: 19:36:09 gnupg libsasl2-modules 19:36:09 The following NEW packages will be installed: 19:36:09 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:36:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:36:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:36:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:36:09 The following packages will be upgraded: 19:36:09 gpg gpg-agent gpgconf libudev1 19:36:09 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 19:36:09 Need to get 3531 kB of archives. 19:36:09 After this operation, 13.3 MB of additional disk space will be used. 19:36:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 19:36:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 19:36:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 19:36:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 19:36:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 19:36:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 19:36:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 19:36:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 19:36:09 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 19:36:10 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 19:36:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:36:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:36:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:36:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:36:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:36:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:36:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:36:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:36:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:36:10 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:36:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:36:10 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:36:11 debconf: delaying package configuration, since apt-utils is not installed 19:36:11 Fetched 3531 kB in 1s (3538 kB/s) 19:36:11 (Reading database ... 12511 files and directories currently installed.) 19:36:11 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 19:36:11 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:36:11 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 19:36:11 Selecting previously unselected package udev. 19:36:11 (Reading database ... 12511 files and directories currently installed.) 19:36:11 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 19:36:11 Unpacking udev (237-3ubuntu10.43) ... 19:36:11 Selecting previously unselected package libfuse2:amd64. 19:36:11 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:36:11 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:36:11 Selecting previously unselected package fuse. 19:36:11 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:36:11 Unpacking fuse (2.9.7-1ubuntu1) ... 19:36:11 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 19:36:11 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:36:12 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 19:36:12 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:36:12 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 19:36:12 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:36:12 Selecting previously unselected package libksba8:amd64. 19:36:12 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:36:12 Unpacking libksba8:amd64 (1.3.5-2) ... 19:36:12 Selecting previously unselected package libroken18-heimdal:amd64. 19:36:12 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:36:12 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:12 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:36:12 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:36:12 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:12 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:36:12 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:36:12 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:12 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:36:12 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:36:12 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:12 Selecting previously unselected package libwind0-heimdal:amd64. 19:36:12 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:36:12 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:12 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:36:12 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:36:12 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:12 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:36:12 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:36:12 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:13 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:36:13 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:36:13 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:13 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:36:13 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:36:13 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:13 Selecting previously unselected package libsasl2-modules-db:amd64. 19:36:13 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 19:36:13 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 19:36:13 Selecting previously unselected package libsasl2-2:amd64. 19:36:13 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 19:36:13 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 19:36:13 Selecting previously unselected package libldap-common. 19:36:13 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 19:36:13 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 19:36:13 Selecting previously unselected package libldap-2.4-2:amd64. 19:36:13 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 19:36:13 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 19:36:13 Selecting previously unselected package dirmngr. 19:36:13 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 19:36:13 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 19:36:13 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 19:36:13 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 19:36:13 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:36:13 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 19:36:13 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 19:36:13 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 19:36:13 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:13 Setting up libksba8:amd64 (1.3.5-2) ... 19:36:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:36:14 Setting up udev (237-3ubuntu10.43) ... 19:36:14 invoke-rc.d: policy-rc.d denied execution of start. 19:36:14 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:14 Processing triggers for systemd (237-3ubuntu10) ... 19:36:14 Setting up fuse (2.9.7-1ubuntu1) ... 19:36:14 Setting up gpg (2.2.4-1ubuntu1.3) ... 19:36:14 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:14 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:14 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:14 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:14 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:14 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:14 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:36:14 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 19:36:14 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 19:36:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:36:15 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:36:15 settings in the [Install] section, and DefaultInstance for template units). 19:36:15 This means they are not meant to be enabled using systemctl. 19:36:15 Possible reasons for having this kind of units are: 19:36:15 1) A unit may be statically enabled by being symlinked from another unit's 19:36:15 .wants/ or .requires/ directory. 19:36:15 2) A unit's purpose may be to act as a helper for some other unit which has 19:36:15 a requirement dependency on it. 19:36:15 3) A unit may be started when needed via activation (socket, path, timer, 19:36:15 D-Bus, udev, scripted systemctl call, ...). 19:36:15 4) In case of template units, the unit is meant to be enabled with some 19:36:15 instance name specified. 19:36:16 Reading package lists... 19:36:16 Building dependency tree... 19:36:16 Reading state information... 19:36:16 The following additional packages will be installed: 19:36:16 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:36:16 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:36:16 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:36:16 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:36:16 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:36:16 Suggested packages: 19:36:16 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:36:16 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:36:16 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:36:16 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:36:16 systemd-container policykit-1 19:36:16 Recommended packages: 19:36:16 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:36:16 The following NEW packages will be installed: 19:36:16 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:36:16 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:36:16 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:36:16 multiarch-support openssh-client python3 python3-minimal python3.6 19:36:16 python3.6-minimal snapd squashfs-tools sudo 19:36:16 The following packages will be upgraded: 19:36:16 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:36:16 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 19:36:16 Need to get 35.2 MB of archives. 19:36:16 After this operation, 141 MB of additional disk space will be used. 19:36:16 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 19:36:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.1 [807 kB] 19:36:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.1 [1201 kB] 19:36:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 19:36:17 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 19:36:17 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:36:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:36:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:36:17 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:36:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:36:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 19:36:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:36:17 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 19:36:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 19:36:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:36:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 19:36:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:36:17 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 19:36:17 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 19:36:17 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:36:17 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:36:17 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:36:17 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:36:17 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:36:17 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:36:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:36:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 19:36:17 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:36:17 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 19:36:17 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:36:18 debconf: delaying package configuration, since apt-utils is not installed 19:36:18 Fetched 35.2 MB in 2s (14.9 MB/s) 19:36:19 (Reading database ... 12757 files and directories currently installed.) 19:36:19 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 19:36:19 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:36:19 ---> 31d9be3e3be1 19:36:19 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:36:19 ---> Running in e0751488f6f2 19:36:19 ---> 42a822024c00 19:36:19 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 19:36:19 ---> Running in 2a684168d541 19:36:19 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 19:36:19 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:36:19 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 19:36:19 (Reading database ... 12757 files and directories currently installed.) 19:36:19 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.1_amd64.deb ... 19:36:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:36:20 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) over (1.6.1) ... 19:36:20 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) ... 19:36:20 (Reading database ... 12757 files and directories currently installed.) 19:36:20 Preparing to unpack .../apt_1.6.12ubuntu0.1_amd64.deb ... 19:36:20 Unpacking apt (1.6.12ubuntu0.1) over (1.6.1) ... 19:36:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 19:36:20 Setting up apt (1.6.12ubuntu0.1) ... 19:36:20 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:36:21 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:36:21 ---> f29c514d69d7 19:36:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:36:21 (Reading database ... 12764 files and directories currently installed.) 19:36:21 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:36:21 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:36:21 Selecting previously unselected package libpython3.6-minimal:amd64. 19:36:21 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:36:21 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:36:21 Selecting previously unselected package libexpat1:amd64. 19:36:21 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:36:21 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:36:21 ---> Running in ab0f4c218eb0 19:36:22 Selecting previously unselected package python3.6-minimal. 19:36:22 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:36:22 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 19:36:22 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 19:36:22 Checking for services that may need to be restarted...done. 19:36:22 Checking for services that may need to be restarted...done. 19:36:22 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:36:22 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:36:22 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 19:36:23 Selecting previously unselected package python3-minimal. 19:36:23 (Reading database ... 13012 files and directories currently installed.) 19:36:23 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:36:23 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:36:23 Selecting previously unselected package mime-support. 19:36:23 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:36:23 Unpacking mime-support (3.60ubuntu1) ... 19:36:23 Selecting previously unselected package libmpdec2:amd64. 19:36:23 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:36:23 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:36:23 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:36:23 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:36:23 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:36:23 Selecting previously unselected package python3.6. 19:36:23 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:36:23 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:36:23 Selecting previously unselected package libpython3-stdlib:amd64. 19:36:23 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:36:23 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:36:24 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 19:36:24 Setting up python3-minimal (3.6.7-1~18.04) ... 19:36:25 Selecting previously unselected package python3. 19:36:25 (Reading database ... 13442 files and directories currently installed.) 19:36:25 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:36:25 Unpacking python3 (3.6.7-1~18.04) ... 19:36:25 Selecting previously unselected package multiarch-support. 19:36:25 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 19:36:25 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 19:36:25 Setting up multiarch-support (2.27-3ubuntu1.3) ... 19:36:25 Selecting previously unselected package liblzo2-2:amd64. 19:36:25 (Reading database ... 13479 files and directories currently installed.) 19:36:25 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:36:25 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:36:25 Selecting previously unselected package libbsd0:amd64. 19:36:25 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:36:25 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:36:25 Selecting previously unselected package sudo. 19:36:25 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 19:36:25 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 19:36:25 Selecting previously unselected package apparmor. 19:36:25 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:36:25 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:36:25 Selecting previously unselected package libedit2:amd64. 19:36:25 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:36:25 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:36:25 Selecting previously unselected package libkrb5support0:amd64. 19:36:25 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:36:25 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:36:26 Selecting previously unselected package libk5crypto3:amd64. 19:36:26 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:36:26 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:36:26 Selecting previously unselected package libkeyutils1:amd64. 19:36:26 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:36:26 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:36:26 Selecting previously unselected package libkrb5-3:amd64. 19:36:26 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:36:26 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:36:26 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:36:26 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:36:26 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:36:26 Selecting previously unselected package libssl1.0.0:amd64. 19:36:26 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 19:36:26 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:36:26 Selecting previously unselected package openssh-client. 19:36:26 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:36:26 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:36:26 Selecting previously unselected package squashfs-tools. 19:36:26 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:36:26 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:36:26 Selecting previously unselected package snapd. 19:36:26 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 19:36:26 Unpacking snapd (2.48+18.04) ... 19:36:27 Removing intermediate container b7be731a8cb0 19:36:27 ---> 6b6a781aab5b 19:36:27 19:36:27 Step 10/24 : FROM scratch 19:36:27 ---> 19:36:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:36:27 ---> Running in 0443396eeff6 19:36:28 Removing intermediate container 0443396eeff6 19:36:28 ---> 3201bc29c2d6 19:36:28 Step 12/24 : ENV APP_PORT=48060 19:36:28 ---> Running in dcdc6b491462 19:36:29 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:36:29 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:36:29 Setting up mime-support (3.60ubuntu1) ... 19:36:29 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 19:36:29 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:36:29 Removing intermediate container dcdc6b491462 19:36:29 ---> de1eb30934fb 19:36:29 Step 13/24 : EXPOSE $APP_PORT 19:36:29 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:36:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:36:29 Setting up systemd (237-3ubuntu10.43) ... 19:36:29 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:36:29 ---> Running in e6d3d2a27bf5 19:36:30 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:36:30 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:36:30 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:36:30 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:36:30 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:36:30 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:36:30 Removing intermediate container e6d3d2a27bf5 19:36:30 ---> 7ae1292b73e3 19:36:30 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 19:36:31 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:36:31 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:36:31 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:36:31 Setting up python3 (3.6.7-1~18.04) ... 19:36:31 running python rtupdate hooks for python3.6... 19:36:31 running python post-rtupdate hooks for python3.6... 19:36:31 Setting up apparmor (2.12-4ubuntu5.1) ... 19:36:32 ---> a9329699a289 19:36:32 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 19:36:32 ---> 589705e8f832 19:36:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:36:32 ---> Running in 786d850e644e 19:36:34 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:36:34 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:36:34 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:36:34 Setting up snapd (2.48+18.04) ... 19:36:34 ---> 82df27aa3231 19:36:34 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 19:36:35 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 19:36:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:36:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:36:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:36:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:36:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:36:35 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:36:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:36:36 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:36:36 ---> cfe15f575b11 19:36:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 19:36:36 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:36:36 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:36:36 /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' 19:36:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:36:36 Processing triggers for systemd (237-3ubuntu10.43) ... 19:36:37 ---> 4e6b9bd49f66 19:36:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:36:38 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:36:38 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:36:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:36:39 ---> 9e06a4fec576 19:36:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:36:39 Reading package lists... 19:36:39 Reading package lists... 19:36:39 Building dependency tree... 19:36:39 Reading state information... 19:36:39 Calculating upgrade... 19:36:40 The following packages will be upgraded: 19:36:40 advancecomp base-files bash binutils binutils-common 19:36:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:36:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:36:40 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 19:36:40 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 19:36:40 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 19:36:40 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 19:36:40 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 19:36:40 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 19:36:40 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 19:36:40 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 19:36:40 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 19:36:40 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 19:36:40 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:36:40 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:36:40 Need to get 63.5 MB of archives. 19:36:40 After this operation, 5191 kB of additional disk space will be used. 19:36:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] 19:36:40 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 19:36:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:36:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:36:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:36:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:36:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:36:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:36:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:36:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:36:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:36:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:36:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:36:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:36:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:36:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:36:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:36:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:36:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:36:40 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:36:40 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:36:40 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:36:40 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:36:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:36:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:36:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:36:40 ---> 2ef459f2abc9 19:36:40 Step 20/24 : ENTRYPOINT ["/support-notifications"] 19:36:40 ---> Running in ad6a14078f49 19:36:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:36:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:36:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:36:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:36:40 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:36:40 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:36:40 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:36:40 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:36:40 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 19:36:40 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 19:36:40 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:36:40 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:36:40 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 19:36:40 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 19:36:40 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:36:40 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:36:40 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:36:40 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 19:36:40 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:36:40 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:36:40 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 19:36:40 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 19:36:40 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 19:36:40 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 19:36:40 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:36:40 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:36:40 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:36:40 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:36:40 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:36:41 Removing intermediate container ad6a14078f49 19:36:41 ---> 73cfad2d2c01 19:36:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:36:41 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:36:41 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:36:41 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:36:41 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 19:36:41 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 19:36:41 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:36:41 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:36:41 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:36:41 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:36:41 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:36:41 ---> Running in 13a4ca89356b 19:36:41 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:36:41 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:36:41 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 19:36:41 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:36:41 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:36:41 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:36:41 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:36:41 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:36:41 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:36:41 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:36:41 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 19:36:41 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:36:41 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:36:41 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:36:41 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:36:41 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:36:41 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 19:36:41 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:36:41 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:36:41 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:36:41 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:36:41 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:36:41 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:36:41 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:36:41 Removing intermediate container 13a4ca89356b 19:36:41 ---> 3e329509c31d 19:36:41 Step 22/24 : LABEL arch=arm64 19:36:41 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:36:41 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:36:41 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:36:41 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:36:41 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:36:41 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:36:41 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:36:41 debconf: delaying package configuration, since apt-utils is not installed 19:36:41 Fetched 63.5 MB in 2s (34.6 MB/s) 19:36:42 ---> Running in c40ee7d93eab 19:36:42 (Reading database ... 13912 files and directories currently installed.) 19:36:42 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 19:36:42 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 19:36:42 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 19:36:42 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 19:36:42 Removing intermediate container c40ee7d93eab 19:36:42 ---> 912a2aa87d56 19:36:42 Step 23/24 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:36:43 Preparing to unpack .../2-linux-libc-dev_4.15.0-126.129_amd64.deb ... 19:36:43 Unpacking linux-libc-dev:amd64 (4.15.0-126.129) over (4.15.0-20.21) ... 19:36:43 ---> Running in c93ec7d06254 19:36:43 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:36:43 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:36:43 Removing intermediate container c93ec7d06254 19:36:43 ---> c21337f390c8 19:36:43 Step 24/24 : LABEL version=0.0.0 19:36:43 ---> Running in 27261081d7d4 19:36:43 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:36:43 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:36:43 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:36:44 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:36:44 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:36:44 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:36:44 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:36:44 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:36:44 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:36:44 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:36:44 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:36:44 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:36:44 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:36:44 Removing intermediate container 27261081d7d4 19:36:44 ---> ca7ffc573654 19:36:44 19:36:44 (Reading database ... 13911 files and directories currently installed.) 19:36:44 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:36:44 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:36:44 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:36:45 Successfully built ca7ffc573654 19:36:45 Successfully tagged docker-support-notifications-go-arm64:latest 19:36:45 (Reading database ... 13911 files and directories currently installed.) 19:36:45 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:36:45 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:36:45 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:36:45 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:36:45 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:36:45 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:36:45 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:36:45 (Reading database ... 13911 files and directories currently installed.) 19:36:45 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 19:36:46 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 19:36:46 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 19:36:46 (Reading database ... 13911 files and directories currently installed.) 19:36:46 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:36:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:36:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:36:46 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:36:47 Setting up base-files (10.1ubuntu2.10) ... 19:36:47 Installing new version of config file /etc/issue ... 19:36:47 Installing new version of config file /etc/issue.net ... 19:36:47 Installing new version of config file /etc/lsb-release ... 19:36:47 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:36:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:36:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:36:47 Removing obsolete conffile /etc/default/motd-news ... 19:36:47 (Reading database ... 13912 files and directories currently installed.) 19:36:47 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:36:47 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:36:47 Setting up bash (4.4.18-2ubuntu1.2) ... 19:36:47 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 19:36:47 (Reading database ... 13912 files and directories currently installed.) 19:36:47 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:36:47 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:36:48 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:36:48 (Reading database ... 13912 files and directories currently installed.) 19:36:48 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 19:36:48 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 19:36:48 Setting up tar (1.29b-2ubuntu0.1) ... 19:36:48 (Reading database ... 13912 files and directories currently installed.) 19:36:48 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:36:48 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:36:48 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:36:48 (Reading database ... 13912 files and directories currently installed.) 19:36:48 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:36:48 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:36:48 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:36:49 (Reading database ... 13912 files and directories currently installed.) 19:36:49 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:36:49 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:36:49 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:36:49 (Reading database ... 13912 files and directories currently installed.) 19:36:49 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:36:49 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:36:49 Setting up grep (3.1-2build1) ... 19:36:49 (Reading database ... 13912 files and directories currently installed.) 19:36:49 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:36:49 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:36:49 Setting up login (1:4.5-1ubuntu2) ... 19:36:49 (Reading database ... 13912 files and directories currently installed.) 19:36:49 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:36:50 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:36:50 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:36:50 (Reading database ... 13912 files and directories currently installed.) 19:36:50 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:36:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:36:51 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:36:51 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:36:51 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:36:51 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:36:51 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:36:51 (Reading database ... 13912 files and directories currently installed.) 19:36:51 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:36:51 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:36:53 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:36:53 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:36:53 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:36:53 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:36:53 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:36:53 (Reading database ... 13912 files and directories currently installed.) 19:36:53 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:36:53 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:36:53 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:36:53 (Reading database ... 13912 files and directories currently installed.) 19:36:53 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:36:53 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:36:53 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:36:53 (Reading database ... 13912 files and directories currently installed.) 19:36:53 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:36:53 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:36:53 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:36:53 (Reading database ... 13912 files and directories currently installed.) 19:36:53 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:36:53 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:36:53 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:36:54 (Reading database ... 13912 files and directories currently installed.) 19:36:54 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:36:54 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:36:54 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:36:54 (Reading database ... 13912 files and directories currently installed.) 19:36:54 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:36:54 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:36:54 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:36:54 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:36:54 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:36:54 (Reading database ... 13912 files and directories currently installed.) 19:36:54 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:36:54 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:36:55 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:36:55 (Reading database ... 13912 files and directories currently installed.) 19:36:55 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:36:55 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:36:55 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:36:55 (Reading database ... 13912 files and directories currently installed.) 19:36:55 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:36:55 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:36:55 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:36:55 (Reading database ... 13912 files and directories currently installed.) 19:36:55 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:36:55 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:36:56 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:36:56 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:36:57 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:36:57 (Reading database ... 13912 files and directories currently installed.) 19:36:57 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 19:36:57 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 19:36:57 Setting up libc-bin (2.27-3ubuntu1.3) ... 19:36:57 (Reading database ... 13912 files and directories currently installed.) 19:36:57 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:36:57 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:36:57 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:36:57 (Reading database ... 13914 files and directories currently installed.) 19:36:57 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:36:57 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:36:58 Setting up debconf (1.5.66ubuntu1) ... 19:36:58 (Reading database ... 13914 files and directories currently installed.) 19:36:58 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:36:58 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:36:58 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:36:58 (Reading database ... 13914 files and directories currently installed.) 19:36:58 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:36:58 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:36:58 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:36:58 (Reading database ... 13914 files and directories currently installed.) 19:36:58 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:36:59 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:36:59 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:36:59 (Reading database ... 13914 files and directories currently installed.) 19:36:59 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:36:59 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:36:59 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 19:36:59 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:36:59 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:36:59 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:36:59 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:36:59 (Reading database ... 13914 files and directories currently installed.) 19:36:59 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:37:00 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:37:00 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:37:00 (Reading database ... 13914 files and directories currently installed.) 19:37:00 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:37:00 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:37:00 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:37:00 (Reading database ... 13914 files and directories currently installed.) 19:37:00 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:37:01 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:37:01 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:37:01 (Reading database ... 13914 files and directories currently installed.) 19:37:01 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 19:37:01 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 19:37:01 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 19:37:01 (Reading database ... 13914 files and directories currently installed.) 19:37:01 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:37:01 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:37:02 Setting up passwd (1:4.5-1ubuntu2) ... 19:37:02 (Reading database ... 13914 files and directories currently installed.) 19:37:02 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 19:37:02 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:37:02 Setting up gpgv (2.2.4-1ubuntu1.3) ... 19:37:02 (Reading database ... 13914 files and directories currently installed.) 19:37:02 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:37:02 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:37:02 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:37:02 (Reading database ... 13914 files and directories currently installed.) 19:37:02 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:37:02 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:37:02 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:37:03 (Reading database ... 13914 files and directories currently installed.) 19:37:03 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:37:03 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:37:03 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:37:03 (Reading database ... 13914 files and directories currently installed.) 19:37:03 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:37:03 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:37:03 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:37:03 (Reading database ... 13914 files and directories currently installed.) 19:37:03 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:37:03 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:37:03 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:37:04 (Reading database ... 13915 files and directories currently installed.) 19:37:04 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:37:04 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:37:04 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:37:04 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:37:04 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:37:04 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:37:04 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 19:37:04 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 19:37:04 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:37:04 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:37:04 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:37:04 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:37:05 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:37:05 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:37:05 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:37:05 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:37:05 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:37:05 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:37:05 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:37:05 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:37:05 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:37:05 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:37:05 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 19:37:05 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 19:37:06 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:37:06 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:37:06 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:37:06 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:37:06 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:37:06 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:37:07 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:37:07 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:37:07 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:37:07 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:37:07 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:37:07 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:37:07 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:37:07 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:37:07 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:37:07 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:37:07 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:37:07 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:37:07 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:37:07 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:37:08 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:37:08 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:37:09 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:37:09 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:37:10 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:37:10 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:37:10 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:37:10 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:37:11 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:37:11 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:37:12 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:37:12 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:37:12 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:37:12 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:37:12 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:37:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:37:12 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:37:12 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:37:12 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:37:12 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:37:12 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:37:12 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:37:12 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:37:12 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:37:12 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:37:13 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:37:13 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:37:13 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:37:13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:37:13 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:37:13 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:37:13 Setting up tzdata (2020d-0ubuntu0.18.04) ... 19:37:13 19:37:13 Current default time zone: 'Etc/UTC' 19:37:13 Local time is now: Tue Dec 8 19:37:13 UTC 2020. 19:37:13 Universal Time is now: Tue Dec 8 19:37:13 UTC 2020. 19:37:13 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:37:13 19:37:13 Setting up systemd-sysv (237-3ubuntu10.43) ... 19:37:13 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:37:13 Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... 19:37:13 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:37:13 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:37:13 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:37:13 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:37:13 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:37:13 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:37:13 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:37:13 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:37:13 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:37:13 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:37:14 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 19:37:14 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:37:14 Setting up patch (2.7.6-2ubuntu1.1) ... 19:37:14 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:37:14 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:37:14 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 19:37:14 Installing new version of config file /etc/ssl/openssl.cnf ... 19:37:14 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:37:14 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 19:37:14 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 19:37:16 Updating certificates in /etc/ssl/certs... 19:37:16 22 added, 17 removed; done. 19:37:16 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 19:37:16 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:37:16 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:37:16 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:37:17 Setting up pkgbinarymangler (138.18.04.1) ... 19:37:17 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:37:17 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 19:37:17 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:37:17 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:37:17 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:37:17 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:37:17 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:37:17 Setting up perl (5.26.1-6ubuntu0.5) ... 19:37:17 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 19:37:17 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:37:17 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:37:17 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 19:37:17 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:37:17 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:37:17 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:37:17 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:37:17 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:37:17 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:37:17 Processing triggers for systemd (237-3ubuntu10.43) ... 19:37:17 Processing triggers for mime-support (3.60ubuntu1) ... 19:37:17 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 19:37:17 Updating certificates in /etc/ssl/certs... 19:37:18 0 added, 0 removed; done. 19:37:18 Running hooks in /etc/ca-certificates/update.d... 19:37:18 done. 19:37:19 Reading package lists... 19:37:19 Building dependency tree... 19:37:19 Reading state information... 19:37:19 The following NEW packages will be installed: 19:37:19 apt-transport-https 19:37:19 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:37:19 Need to get 1692 B of archives. 19:37:19 After this operation, 153 kB of additional disk space will be used. 19:37:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] 19:37:19 debconf: delaying package configuration, since apt-utils is not installed 19:37:19 Fetched 1692 B in 0s (8460 B/s) 19:37:20 Selecting previously unselected package apt-transport-https. 19:37:20 (Reading database ... 13929 files and directories currently installed.) 19:37:20 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... 19:37:20 Unpacking apt-transport-https (1.6.12ubuntu0.1) ... 19:37:20 Setting up apt-transport-https (1.6.12ubuntu0.1) ... 19:37:20 Waiting for network to be ready... 19:37:32  Building docker-support-notifications-go ... done 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 19:37:32 2020-12-08T19:37:28Z INFO Waiting for automatic snapd restart... 19:37:32 snapd 2.48.1 from Canonical* installed 19:37:33 "snapd" switched to the "latest/stable" channel 19:37:33 19:37:35 Removing intermediate container 2a684168d541 19:37:35 ---> e8223b42b5ac 19:37:35 19:37:35 Step 10/22 : FROM alpine:3.10 19:37:35 3.10: Pulling from library/alpine 19:37:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:37:36 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 19:37:36 Status: Downloaded newer image for alpine:3.10 19:37:36 ---> 536a684cf733 19:37:36 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 19:37:37 ---> Running in ea2fb4155df3 19:37:37 Removing intermediate container e0751488f6f2 19:37:37 ---> 9c895a684bf4 19:37:37 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:37:37 ---> Running in 4438fce2de42 19:37:38 core18 20200929 from Canonical* installed 19:37:38 "core18" switched to the "latest/stable" channel 19:37:38 19:37:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 19:37:39 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 19:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 19:37:39 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 19:37:39 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 19:37:39 OK: 10169 distinct packages available 19:37:40 (1/5) Installing ca-certificates (20191127-r2) 19:37:40 (2/5) Installing nghttp2-libs (1.39.2-r1) 19:37:40 (3/5) Installing libcurl (7.66.0-r1) 19:37:40 (4/5) Installing curl (7.66.0-r1) 19:37:40 (5/5) Installing dumb-init (1.2.2-r1) 19:37:40 Executing busybox-1.30.1-r3.trigger 19:37:40 Executing ca-certificates-20191127-r2.trigger 19:37:40 OK: 7 MiB in 19 packages 19:37:42 Removing intermediate container ab0f4c218eb0 19:37:42 ---> 7ecd578ece6f 19:37:42 19:37:42 Step 10/21 : FROM alpine 19:37:42 ---> 2e77e061c27f 19:37:42 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 19:37:43 ---> Running in b739465d4292 19:37:43 Removing intermediate container ea2fb4155df3 19:37:43 ---> b708e0e28ae0 19:37:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 19:37:43 ---> Running in ff50a3f1b766 19:37:43 Removing intermediate container 4438fce2de42 19:37:43 ---> 76abf2019f21 19:37:43 19:37:43 Step 11/27 : FROM docker:latest 19:37:43 ---> 84e3a507c27b 19:37:43 Step 12/27 : RUN apk add --no-cache bash 19:37:43 ---> Running in 1d4c4102b4d4 19:37:44 Removing intermediate container ff50a3f1b766 19:37:44 ---> 898472cc517a 19:37:44 Step 13/22 : WORKDIR / 19:37:44 snapcraft 4.4.4 from Canonical* installed 19:37:44 "snapcraft" switched to the "latest/stable" channel 19:37:44 19:37:44 ---> Running in 093fb05bf2a8 19:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:37:45 Removing intermediate container 093fb05bf2a8 19:37:45 ---> 2156aaf3bd2f 19:37:45 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 19:37:45 v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 19:37:45 v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 19:37:45 OK: 12617 distinct packages available 19:37:46 (1/2) Installing readline (8.0.4-r0) 19:37:46 (2/2) Installing bash (5.0.17-r0) 19:37:46 Executing bash-5.0.17-r0.post-install 19:37:46 Executing busybox-1.31.1-r19.trigger 19:37:46 OK: 12 MiB in 22 packages 19:37:46 Removing intermediate container 786d850e644e 19:37:46 ---> 64de7b39d564 19:37:46 19:37:46 Step 10/24 : FROM alpine:3.10 19:37:46 ---> 536a684cf733 19:37:46 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 19:37:46 ---> Using cache 19:37:46 ---> b708e0e28ae0 19:37:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:37:46 ---> Running in 848fa1ccb7c0 19:37:46 ---> fe8a6777958d 19:37:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 19:37:46 (1/4) Installing ca-certificates (20191127-r4) 19:37:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:37:46 (3/4) Installing libcurl (7.69.1-r1) 19:37:46 (4/4) Installing curl (7.69.1-r1) 19:37:46 Executing busybox-1.31.1-r19.trigger 19:37:46 Executing ca-certificates-20191127-r4.trigger 19:37:46 Removing intermediate container 848fa1ccb7c0 19:37:47 ---> a4be68e9fe88 19:37:47 Step 13/24 : WORKDIR / 19:37:47 OK: 7 MiB in 18 packages 19:37:47 ---> Running in 2f0d3a150820 19:37:47 Removing intermediate container 1d4c4102b4d4 19:37:47 ---> 6c952ce77786 19:37:47 Step 13/27 : RUN rm -rf /var/cache/apk/* 19:37:47 ---> Running in 8a6658cc71c6 19:37:48 ---> baed2f5125e7 19:37:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 19:37:48 Removing intermediate container 2f0d3a150820 19:37:48 ---> aa2551411d45 19:37:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:37:48 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: 19:37:48 - README.md 19:37:48 - snapcraft.yaml.orig 19:37:48 19:37:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:37:49 ---> 515b0460f3d1 19:37:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 19:37:49 ---> 9f20ea41c82c 19:37:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:37:49 Removing intermediate container b739465d4292 19:37:49 ---> 8281b6047f73 19:37:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:37:49 ---> Running in 5025970d4d7d 19:37:50 ---> 56d3b1f1928d 19:37:50 Step 18/22 : RUN chmod +x entrypoint.sh ---> b74a95d5281e 19:37:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:37:50 19:37:50 ---> Running in 0d4efb2a4c0c 19:37:50 Removing intermediate container 5025970d4d7d 19:37:50 ---> 32256fe1ae04 19:37:50 Step 13/21 : WORKDIR /edgex 19:37:50 ---> Running in e57dc64f92ba 19:37:50 ---> 9568b0ed2104 19:37:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:37:50 Removing intermediate container 8a6658cc71c6 19:37:50 ---> 33207d5d45ba 19:37:50 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:37:51 ---> Running in 1adbba4ec4d5 19:37:51 Removing intermediate container e57dc64f92ba 19:37:51 ---> ea50a1a75f39 19:37:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:37:51 Removing intermediate container 1adbba4ec4d5 19:37:51 ---> 69f0a004097f 19:37:51 Step 15/27 : ENV APP_PORT=48090 19:37:52 ---> Running in 4ea0fa0b85bd 19:37:52 ---> 7edd99f0344a 19:37:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:37:52 ---> 9d05f37d43d4 19:37:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:37:52 Removing intermediate container 4ea0fa0b85bd 19:37:52 ---> 03fa4c9c92cc 19:37:52 Step 16/27 : EXPOSE $APP_PORT 19:37:53 ---> Running in 73c659c44553 19:37:53 Removing intermediate container 0d4efb2a4c0c 19:37:53 ---> 1a8f338933e5 19:37:53 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 19:37:53 ---> Running in ac20dc1927d9 19:37:53 Removing intermediate container 73c659c44553 19:37:53 ---> 027972ae0d5b 19:37:53 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:37:53 ---> c10563045c63 19:37:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:37:53 ---> 593c7d074874 19:37:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:37:54 Removing intermediate container ac20dc1927d9 19:37:54 ---> 570af26eae8d 19:37:54 Step 20/22 : LABEL arch=arm64 19:37:54 ---> Running in 57ea300d23f3 19:37:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:37:54 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:37:54 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:37:54 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:37:55 ---> f5316a4f9539 19:37:55 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:37:55 Removing intermediate container 57ea300d23f3 19:37:55 ---> cfd0c5bff801 19:37:55 Step 21/22 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:37:55 ---> Running in bebd2bd221fb 19:37:55 ---> Running in eae34dc949bc 19:37:55 ---> ed57de688ad0 19:37:55 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:37:55 ---> 27831d590d84 19:37:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:37:55 ---> Running in 71d1516660af 19:37:55 Reading package lists... 19:37:56 Removing intermediate container bebd2bd221fb 19:37:56 ---> ac844efc4f98 19:37:56 Step 22/22 : LABEL version=0.0.0 19:37:56 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.10 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 19:37:56 ---> Running in 117fa520019d 19:37:56 Removing intermediate container 71d1516660af 19:37:56 ---> d743953da07d 19:37:56 Step 18/21 : CMD ["--init=true"] 19:37:56 ---> cd2b4fd19657 19:37:56 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:37:56 ---> Running in ee8617ae7864 19:37:56 Removing intermediate container 117fa520019d 19:37:56 ---> cde1b89939fb 19:37:56 19:37:57 Removing intermediate container ee8617ae7864 19:37:57 ---> b62d1e8952ee 19:37:57 Step 19/21 : LABEL arch=arm64 19:37:57 Successfully built cde1b89939fb 19:37:57 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 19:37:57  Building docker-security-bootstrap-redis-go ... done  ---> Running in eb04bc30e655 19:37:57 ---> 5eef7e77eaab 19:37:57 Step 20/27 : RUN apk --no-cache add py3-pip 19:37:58 ---> Running in 09bd3d7f8bd6 19:37:58 Removing intermediate container eb04bc30e655 19:37:58 ---> bc89e5e59e64 19:37:58 Step 20/21 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:37:58 ---> Running in ead81601aa45 19:37:58 Removing intermediate container eae34dc949bc 19:37:58 ---> 7d3a87106f87 19:37:58 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:37:58 ---> Running in 104f765b782c 19:37:58 Removing intermediate container ead81601aa45 19:37:58 ---> 4cd63383b8de 19:37:58 Step 21/21 : LABEL version=0.0.0 19:37:59 ---> Running in 9884480d22c1 19:37:59 Removing intermediate container 104f765b782c 19:37:59 ---> 34cf077d05df 19:37:59 Step 22/24 : LABEL arch=arm64 19:37:59 ---> Running in c2421f88093b 19:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:37:59 Removing intermediate container 9884480d22c1 19:37:59 ---> 4899219d4878 19:37:59 19:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:38:00 Removing intermediate container c2421f88093b 19:38:00 ---> 5cb9167e8257 19:38:00 Step 23/24 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:38:00 Successfully built 4899219d4878 19:38:00 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:38:00  Building docker-security-proxy-setup-go ... done  ---> Running in f721efc3e83a 19:38:00 (1/33) Installing libbz2 (1.0.8-r1) 19:38:00 (2/33) Installing expat (2.2.9-r1) 19:38:00 (3/33) Installing libffi (3.3-r2) 19:38:00 (4/33) Installing gdbm (1.13-r1) 19:38:00 (5/33) Installing xz-libs (5.2.5-r0) 19:38:00 (6/33) Installing sqlite-libs (3.32.1-r0) 19:38:00 (7/33) Installing python3 (3.8.5-r0) 19:38:00 Removing intermediate container f721efc3e83a 19:38:00 ---> ed122f37ac37 19:38:00 Step 24/24 : LABEL version=0.0.0 19:38:01 ---> Running in f462ae7986e0 19:38:01 Removing intermediate container f462ae7986e0 19:38:01 ---> 557fdb77074e 19:38:01 19:38:02 Successfully built 557fdb77074e 19:38:02 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:38:02  Building docker-security-secretstore-setup-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 19:38:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:38:02 (10/33) Installing py3-parsing (2.4.7-r0) 19:38:02 (11/33) Installing py3-six (1.15.0-r0) 19:38:02 (12/33) Installing py3-packaging (20.4-r0) 19:38:02 (13/33) Installing py3-setuptools (47.0.0-r0) 19:38:02 (14/33) Installing py3-chardet (3.0.4-r4) 19:38:02 (15/33) Installing py3-idna (2.9-r0) 19:38:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:38:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:38:02 (18/33) Installing py3-requests (2.23.0-r0) 19:38:02 (19/33) Installing py3-msgpack (1.0.0-r0) 19:38:02 (20/33) Installing py3-lockfile (0.12.2-r3) 19:38:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:38:02 Reading package lists... 19:38:02 Building dependency tree... 19:38:02 Reading state information... 19:38:02 Suggested packages: 19:38:02 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:38:02 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:38:02 Recommended packages: 19:38:02 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:38:02 The following NEW packages will be installed: 19:38:02 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:38:02 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:38:02 pkg-config zip 19:38:02 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:38:02 Need to get 7656 kB of archives. 19:38:02 After this operation, 43.7 MB of additional disk space will be used. 19:38:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 19:38:02 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:38:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:38:02 (22/33) Installing py3-colorama (0.4.3-r0) 19:38:02 (23/33) Installing py3-distlib (0.3.0-r0) 19:38:02 (24/33) Installing py3-distro (1.5.0-r1) 19:38:02 (25/33) Installing py3-webencodings (0.5.1-r3) 19:38:02 (26/33) Installing py3-html5lib (1.0.1-r4) 19:38:02 (27/33) Installing py3-pytoml (0.1.21-r0) 19:38:02 (28/33) Installing py3-pep517 (0.8.2-r0) 19:38:02 (29/33) Installing py3-progress (1.5-r0) 19:38:02 (30/33) Installing py3-toml (0.10.1-r0) 19:38:02 (31/33) Installing py3-retrying (1.3.3-r0) 19:38:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:38:03 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:38:03 (33/33) Installing py3-pip (20.1.1-r0) 19:38:03 Executing busybox-1.31.1-r19.trigger 19:38:03 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:38:03 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:38:03 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:38:03 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:38:03 OK: 71 MiB in 55 packages 19:38:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 19:38:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:38:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:38:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:38:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:38:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 19:38:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:38:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:38:03 debconf: delaying package configuration, since apt-utils is not installed 19:38:03 Fetched 7656 kB in 1s (7055 kB/s) 19:38:03 Selecting previously unselected package libglib2.0-0:amd64. 19:38:04 (Reading database ... 13933 files and directories currently installed.) 19:38:04 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 19:38:04 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:38:04 Selecting previously unselected package libpsl5:amd64. 19:38:04 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:38:04 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:38:04 Selecting previously unselected package libnghttp2-14:amd64. 19:38:04 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:38:04 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:38:04 Selecting previously unselected package librtmp1:amd64. 19:38:04 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:38:04 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:38:04 Selecting previously unselected package libcurl3-gnutls:amd64. 19:38:04 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 19:38:04 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 19:38:04 Selecting previously unselected package liberror-perl. 19:38:04 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:38:04 Unpacking liberror-perl (0.17025-1) ... 19:38:04 Selecting previously unselected package git-man. 19:38:04 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:38:04 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:38:04 Selecting previously unselected package git. 19:38:04 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:38:04 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:38:05 Selecting previously unselected package libnorm1:amd64. 19:38:05 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:38:05 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:38:05 Selecting previously unselected package libpgm-5.2-0:amd64. 19:38:05 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:38:06 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:38:06 Selecting previously unselected package libsodium23:amd64. 19:38:06 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:38:06 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:38:06 Selecting previously unselected package libzmq5:amd64. 19:38:06 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:38:06 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:38:06 Selecting previously unselected package libzmq3-dev:amd64. 19:38:06 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:38:06 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:38:06 Selecting previously unselected package pkg-config. 19:38:06 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:38:06 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:38:06 Selecting previously unselected package zip. 19:38:06 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:38:06 Unpacking zip (3.0-11build1) ... 19:38:06 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:38:06 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:38:06 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:38:06 Setting up liberror-perl (0.17025-1) ... 19:38:06 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:38:06 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:38:06 No schema files found: doing nothing. 19:38:06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:38:06 Setting up zip (3.0-11build1) ... 19:38:06 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:38:06 Setting up libsodium23:amd64 (1.0.16-2) ... 19:38:06 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:38:06 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:38:06 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 19:38:06 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:38:06 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:38:07 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:38:10 Removing intermediate container 09bd3d7f8bd6 19:38:10 ---> b9f381c88e7d 19:38:10 Step 21/27 : RUN pip install docker-compose==1.23.2 19:38:10 ---> Running in f946dc8431ed 19:38:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:38:13 git set to automatically installed. 19:38:13 git-man set to automatically installed. 19:38:13 libcurl3-gnutls set to automatically installed. 19:38:13 liberror-perl set to automatically installed. 19:38:13 libglib2.0-0 set to automatically installed. 19:38:13 libnghttp2-14 set to automatically installed. 19:38:13 libnorm1 set to automatically installed. 19:38:13 libpgm-5.2-0 set to automatically installed. 19:38:13 libpsl5 set to automatically installed. 19:38:13 librtmp1 set to automatically installed. 19:38:13 libsodium23 set to automatically installed. 19:38:13 libzmq3-dev set to automatically installed. 19:38:13 libzmq5 set to automatically installed. 19:38:13 pkg-config set to automatically installed. 19:38:13 zip set to automatically installed. 19:38:14 Collecting docker-compose==1.23.2 19:38:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:38:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:38:14 Collecting texttable<0.10,>=0.9.0 19:38:14 Downloading texttable-0.9.1.tar.gz (11 kB) 19:38:15 snapd is not logged in, snap install commands will use sudo 19:38:16 Collecting jsonschema<3,>=2.5.1 19:38:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:38:16 Collecting cached-property<2,>=1.2.0 19:38:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:38:17 Collecting websocket-client<1.0,>=0.32.0 19:38:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:38:17 Collecting docker<4.0,>=3.6.0 19:38:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:38:18 Collecting dockerpty<0.5,>=0.4.1 19:38:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:38:21 Collecting PyYAML<4,>=3.10 19:38:21 Downloading PyYAML-3.13.tar.gz (270 kB) 19:38:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:38:22 snap "core18" has no updates available 19:38:22 Pulling config-common 19:38:23 Pulling go-build-helper 19:38:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:38:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:38:24 Collecting docopt<0.7,>=0.6.1 19:38:24 Downloading docopt-0.6.2.tar.gz (25 kB) 19:38:26 Collecting docker-pycreds>=0.4.0 19:38:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:38: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) 19:38:27 Collecting idna<2.8,>=2.5 19:38:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:38:27 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 19:38:27 Collecting urllib3<1.25,>=1.21.1 19:38:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:38:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:38:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:38:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:38:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:38:28 Installing collected packages: texttable, jsonschema, cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, docopt, docker-compose 19:38:28 Running setup.py install for texttable: started 19:38:30 Running setup.py install for texttable: finished with status 'done' 19:38:31 Attempting uninstall: idna 19:38:31 Found existing installation: idna 2.9 19:38:31 Uninstalling idna-2.9: 19:38:31 Successfully uninstalled idna-2.9 19:38:31 Attempting uninstall: urllib3 19:38:31 Found existing installation: urllib3 1.25.9 19:38:31 Uninstalling urllib3-1.25.9: 19:38:31 Successfully uninstalled urllib3-1.25.9 19:38:32 Attempting uninstall: requests 19:38:32 Found existing installation: requests 2.23.0 19:38:32 Uninstalling requests-2.23.0: 19:38:32 Successfully uninstalled requests-2.23.0 19:38:33 Running setup.py install for dockerpty: started 19:38:35 Running setup.py install for dockerpty: finished with status 'done' 19:38:35 Running setup.py install for PyYAML: started 19:38:37 Running setup.py install for PyYAML: finished with status 'done' 19:38:37 Running setup.py install for docopt: started 19:38:39 Running setup.py install for docopt: finished with status 'done' 19:38:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 19:38:43 Removing intermediate container f946dc8431ed 19:38:43 ---> 166ebfbdac22 19:38:43 Step 22/27 : RUN apk --no-cache add curl 19:38:43 ---> Running in 686c46c5be5f 19:38:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:38:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:38:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:38:45 (2/3) Installing libcurl (7.69.1-r1) 19:38:45 (3/3) Installing curl (7.69.1-r1) 19:38:45 Executing busybox-1.31.1-r19.trigger 19:38:45 OK: 71 MiB in 58 packages 19:38:47 Removing intermediate container 686c46c5be5f 19:38:47 ---> a20d2344b36e 19:38:47 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 19:38:47 ---> Running in 552eb72ffd94 19:38:47 Removing intermediate container 552eb72ffd94 19:38:47 ---> 34d28d992c87 19:38:47 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:38:47 ---> Running in b3ee2d6b93c5 19:38:48 Removing intermediate container b3ee2d6b93c5 19:38:48 ---> b3dd59b38cd0 19:38:48 Step 25/27 : LABEL arch=arm64 19:38:48 ---> Running in e3a919b3a176 19:38:48 Removing intermediate container e3a919b3a176 19:38:48 ---> 237cec7ebcfa 19:38:48 Step 26/27 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b 19:38:48 ---> Running in 74c4e45ad0e5 19:38:49 Removing intermediate container 74c4e45ad0e5 19:38:49 ---> 7fcf8e57613b 19:38:49 Step 27/27 : LABEL version=0.0.0 19:38:49 ---> Running in 3f983d18ceb4 19:38:49 Removing intermediate container 3f983d18ceb4 19:38:49 ---> a2ecdaa242f6 19:38:49 19:38:50 Successfully built a2ecdaa242f6 19:38:50 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:38:50 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:38:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:38:50 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:38:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 19:38:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:38:50 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:38:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:38:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:38:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:38:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:38:50 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:38:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 19:38:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 19:38:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 19:38:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] 19:38:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] 19:38:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1092 kB] 19:38:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 19:38:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:38:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 19:38:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 19:38:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] 19:38:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] 19:38:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 19:38:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] 19:38:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1695 kB] 19:38:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 19:38:50 Fetched 23.5 MB in 0s (0 B/s) 19:38:50 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:38:50 Fetched 96.5 kB in 0s (0 B/s) 19:38:50 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:38:50 Fetched 279 kB in 0s (0 B/s) 19:38:50 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:38:50 Fetched 122 kB in 0s (0 B/s) 19:38:50 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:38:50 Fetched 77.8 kB in 0s (0 B/s) 19:38:50 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:38:50 Fetched 8848 B in 0s (0 B/s) 19:38:50 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:38:50 Fetched 47.8 kB in 0s (0 B/s) 19:38:50 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:38:50 Fetched 45.6 kB in 0s (0 B/s) 19:38:50 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 19:38:50 Fetched 14.8 kB in 0s (0 B/s) 19:38:50 Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] 19:38:50 Fetched 214 kB in 0s (0 B/s) 19:38:50 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 19:38:50 Fetched 155 kB in 0s (0 B/s) 19:38:50 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:38:50 Fetched 50.6 kB in 0s (0 B/s) 19:38:50 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:38:50 Fetched 14.8 kB in 0s (0 B/s) 19:38:50 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:38:50 Fetched 41.8 kB in 0s (0 B/s) 19:38:50 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:38:50 Fetched 499 kB in 0s (0 B/s) 19:38:50 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:38:50 Fetched 111 kB in 0s (0 B/s) 19:38:50 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:38:50 Fetched 240 kB in 0s (0 B/s) 19:38:50 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:38:50 Fetched 29.3 kB in 0s (0 B/s) 19:38:50 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:38:50 Fetched 85.5 kB in 0s (0 B/s) 19:38:50 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:38:50 Fetched 24.5 kB in 0s (0 B/s) 19:38:50 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 19:38:50 Fetched 49.2 kB in 0s (0 B/s) 19:38:50 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:38:50 Fetched 54.2 kB in 0s (0 B/s) 19:38:50 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:38:50 Fetched 30.8 kB in 0s (0 B/s) 19:38:50 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 19:38:50 Fetched 17.0 kB in 0s (0 B/s) 19:38:50 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:38:50 Fetched 85.9 kB in 0s (0 B/s) 19:38:50 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:38:50 Fetched 8720 B in 0s (0 B/s) 19:38:50 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:38:50 Fetched 137 kB in 0s (0 B/s) 19:38:50 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:38:50 Fetched 119 kB in 0s (0 B/s) 19:38:50 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:38:50 Fetched 109 kB in 0s (0 B/s) 19:38:50 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:38:50 Fetched 11.1 kB in 0s (0 B/s) 19:38:50 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:38:50 Fetched 645 kB in 0s (0 B/s) 19:38:50 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:38:50 Fetched 41.3 kB in 0s (0 B/s) 19:38:50 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:38:50 Fetched 17.9 kB in 0s (0 B/s) 19:38:50 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:38:50 Fetched 368 kB in 0s (0 B/s) 19:38:50 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 19:38:50 Fetched 187 kB in 0s (0 B/s) 19:38:50 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:38:50 Fetched 175 kB in 0s (0 B/s) 19:38:50 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:38:50  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:38:50 $ docker stop --time=1 33e937dbfcf361260cae9b3f38676b1af4b901557141b20afe8ff65ba5a00c95 19:38:50 Fetched 206 kB in 0s (0 B/s) 19:38:50 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 19:38:50 Fetched 1301 kB in 0s (0 B/s) 19:38:50 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:38:50 Fetched 36.2 kB in 0s (0 B/s) 19:38:50 Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] 19:38:50 Fetched 159 kB in 0s (0 B/s) 19:38:50 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:38:50 Fetched 107 kB in 0s (0 B/s) 19:38:50 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:38:50 Fetched 48.7 kB in 0s (0 B/s) 19:38:50 Pulling static-packages 19:38:51 'go115' has dependencies that need to be staged: static-packages go-build-helper 19:38:51 Skipping pull go-build-helper (already ran) 19:38:51 Skipping pull static-packages (already ran) 19:38:51 Building go-build-helper 19:38:52 $ docker rm -f 33e937dbfcf361260cae9b3f38676b1af4b901557141b20afe8ff65ba5a00c95 [Pipeline] // withDockerContainer [Pipeline] sh 19:38:53 + grep docker 19:38:53 + docker images 19:38:53 docker-sys-mgmt-agent-go-arm64 latest a2ecdaa242f6 4 seconds ago 273MB 19:38:53 docker-security-secretstore-setup-go-arm64 latest 557fdb77074e 52 seconds ago 23.5MB 19:38:53 docker-security-proxy-setup-go-arm64 latest 4899219d4878 54 seconds ago 23.4MB 19:38:53 docker-security-bootstrap-redis-go-arm64 latest cde1b89939fb 57 seconds ago 15.2MB 19:38:53 docker-support-notifications-go-arm64 latest ca7ffc573654 2 minutes ago 12.9MB 19:38:53 docker-core-data-go-arm64 latest 155749df31d4 3 minutes ago 22.3MB 19:38:53 docker-core-metadata-go-arm64 latest a46b2d284ba7 3 minutes ago 13.6MB 19:38:53 docker-core-command-go-arm64 latest 676b96dc05dc 4 minutes ago 11.4MB 19:38:53 docker-support-scheduler-go-arm64 latest 0e52e8dbb2af 4 minutes ago 11.5MB 19:38:53 docker-security-secrets-setup-go-arm64 latest 14472b3b7389 4 minutes ago 22.7MB 19:38:53 docker latest 84e3a507c27b 6 days ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:38:55 Building static-packages 19:38:58 Staging go-build-helper 19:38:59 Staging static-packages 19:39:00 Pulling go115 19:39:01 'edgex-go' has dependencies that need to be staged: go115 19:39:01 Skipping pull go115 (already ran) 19:39:01 Building go115 19:39:01 % Total % Received % Xferd Average Speed Time Time Time Current 19:39:01 Dload Upload Total Spent Left Speed 19:39:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 115M 17 20.0M 0 0 29.9M 0 0:00:03 --:--:-- 0:00:03 29.8M 52 115M 52 60.8M 0 0 36.8M 0 0:00:03 0:00:01 0:00:02 36.8M 87 115M 87 100M 0 0 37.9M 0 0:00:03 0:00:02 0:00:01 37.9M 100 115M 100 115M 0 0 38.4M 0 0:00:03 0:00:03 --:--:-- 38.4M 19:39:05 go1.15.2.linux-amd64.tar.gz: OK 19:39:10 Staging go115 19:39:16 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:39:16 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:39:16 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:39:16 Fetched 0 B in 0s (0 B/s) 19:39:16 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:39:16 Fetched 224 kB in 0s (0 B/s) 19:39:16 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:39:16 Fetched 157 kB in 0s (0 B/s) 19:39:16 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:39:16 Fetched 221 kB in 0s (0 B/s) 19:39:16 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:39:16 Fetched 143 kB in 0s (0 B/s) 19:39:16 Pulling edgex-go 19:39:17 Pulling version 19:39:19 Building config-common 19:39:21 Skipping build go-build-helper (already ran) 19:39:21 Skipping build static-packages (already ran) 19:39:21 Skipping build go115 (already ran) 19:39:21 Building edgex-go 19:39:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:39:24 go: downloading github.com/gorilla/mux v1.8.0 19:39:24 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 19:39:24 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 19:39:24 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 19:39:24 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:39:24 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:39:24 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:39:24 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:39:24 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 19:39:24 go: downloading github.com/google/uuid v1.1.2 19:39:24 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 19:39:24 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 19:39:24 go: downloading github.com/x448/float16 v0.8.4 19:39:24 go: downloading gopkg.in/yaml.v2 v2.4.0 19:39:24 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:39:24 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 19:39:24 go: downloading github.com/BurntSushi/toml v0.3.1 19:39:24 go: downloading github.com/pebbe/zmq4 v1.0.0 19:39:24 go: downloading github.com/pelletier/go-toml v1.2.0 19:39:24 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:39:24 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:39:24 go: downloading github.com/pkg/errors v0.8.1 19:39:24 go: downloading github.com/hashicorp/consul/api v1.1.0 19:39:24 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:39:24 go: downloading github.com/go-playground/universal-translator v0.17.0 19:39:24 go: downloading github.com/leodido/go-urn v1.2.0 19:39:24 go: downloading github.com/imdario/mergo v0.3.11 19:39:24 go: downloading github.com/go-playground/locales v0.13.0 19:39:24 go: downloading github.com/go-kit/kit v0.8.0 19:39:24 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:39:24 go: downloading github.com/mitchellh/copystructure v1.0.0 19:39:24 go: downloading github.com/hashicorp/serf v0.8.2 19:39:24 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:39:24 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:39:24 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:39:24 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:39:24 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:39:24 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:39:24 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:39:24 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:39:24 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:39:32 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 19:39:38 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 19:39:39 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 19:39:40 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 19:39:40 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 19:39:40 go: downloading github.com/stretchr/testify v1.5.1 19:39:41 go: downloading github.com/davecgh/go-spew v1.1.1 19:39:41 go: downloading github.com/pmezard/go-difflib v1.0.0 19:39:42 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 19:39:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:39:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:39:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 19:39:45 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 19:39:45 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:39: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 19:39:46 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 19:39:48 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 19:39:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 19:39:49 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 19:39:52 Building version 19:39:54 Staging config-common 19:39:56 Skipping stage go-build-helper (already ran) 19:39:56 Skipping stage static-packages (already ran) 19:39:56 Skipping stage go115 (already ran) 19:39:56 Staging edgex-go 19:39:57 Staging version 19:39:58 Priming config-common 19:39:59 Priming go-build-helper 19:40:00 Priming static-packages 19:40:02 Priming go115 19:40:03 Priming edgex-go 19:40:05 Priming version 19:40:06 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:40:10 provisioning config files... 19:40:10 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config117556440271246841tmp [Pipeline] { [Pipeline] sh 19:40:11 + set +x 19:40:11 + curl -s https://codecov.io/bash 19:40:11 + bash -s -- 19:40:12 19:40:12 _____ _ 19:40:12 / ____| | | 19:40:12 | | ___ __| | ___ ___ _____ __ 19:40:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:40:12 | |___| (_) | (_| | __/ (_| (_) \ V / 19:40:12 \_____\___/ \__,_|\___|\___\___/ \_/ 19:40:12 Bash-20201130-cc6d3fe 19:40:12 19:40:12 19:40:12 ==> Jenkins CI detected. 19:40:12 project root: . 19:40:12 --> token set from env 19:40:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:40:12 ==> Running gcov in . (disable via -X gcov) 19:40:12 ==> Python coveragepy not found 19:40:12 ==> Searching for coverage reports in: 19:40:12 + . 19:40:12 -> Found 1 reports 19:40:12 ==> Detecting git/mercurial file structure 19:40:12 ==> Reading reports 19:40:12 + ./coverage.out bytes=569035 19:40:12 ==> Appending adjustments 19:40:12 https://docs.codecov.io/docs/fixing-reports 19:40:17 + Found adjustments 19:40:17 ==> Gzipping contents 19:40:17 88K /tmp/codecov.5hVvRu.gz 19:40:17 ==> Uploading reports 19:40:17 url: https://codecov.io 19:40:17 query: branch=PR-2930&commit=0f334072fc1b34e624dc20b353904d004c4fda5b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2930%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2930&job=&cmd_args= 19:40:17 -> Pinging Codecov 19:40:17 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2930&commit=0f334072fc1b34e624dc20b353904d004c4fda5b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2930%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2930&job=&cmd_args= 19:40:17 -> Uploading to 19:40:17 https://storage.googleapis.com/codecov/v4/raw/2020-12-08/00271124DB129430A58F1EEE437C3FCB/0f334072fc1b34e624dc20b353904d004c4fda5b/19d4fedb-bf79-474b-a64c-148a7541b8f9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201208T194017Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f517ed649d56547903219c778234b88605bd0e2ecbcd2c21705090607698ce61 19:40:17 % Total % Received % Xferd Average Speed Time Time Time Current 19:40:17 Dload Upload Total Spent Left Speed 19:40:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88000 0 0 100 88000 0 120k --:--:-- --:--:-- --:--:-- 120k 19:40:18 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0f334072fc1b34e624dc20b353904d004c4fda5b [Pipeline] } 19:40:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:40:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:40:22 ---> package-listing.sh 19:40:22 ++ tr '[:upper:]' '[:lower:]' 19:40:22 ++ facter osfamily 19:40:22 + OS_FAMILY=redhat 19:40:22 + workspace=/w/workspace/edgex-go/3 19:40:22 + START_PACKAGES=/tmp/packages_start.txt 19:40:22 + END_PACKAGES=/tmp/packages_end.txt 19:40:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:40:22 + PACKAGES=/tmp/packages_start.txt 19:40:22 + '[' /w/workspace/edgex-go/3 ']' 19:40:22 + PACKAGES=/tmp/packages_end.txt 19:40:22 + case "${OS_FAMILY}" in 19:40:22 + rpm -qa 19:40:22 + sort 19:40:29 + '[' -f /tmp/packages_start.txt ']' 19:40:29 + '[' -f /tmp/packages_end.txt ']' 19:40:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:40:29 + '[' /w/workspace/edgex-go/3 ']' 19:40:29 + mkdir -p /w/workspace/edgex-go/3/archives/ 19:40:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 19:40:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:40:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:40:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:40:30 19:40:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:40:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:40:31 alpine: Pulling from edgex-lftools-log-publisher 19:40:31 df20fa9351a1: Pulling fs layer 19:40:31 36b3adc4ff6f: Pulling fs layer 19:40:31 8ad3a11d3b57: Pulling fs layer 19:40:31 46f8f816bc3b: Pulling fs layer 19:40:31 93b61091891f: Pulling fs layer 19:40:31 93b9cdb0e59b: Pulling fs layer 19:40:31 5e14af77c1be: Pulling fs layer 19:40:31 01666e4c0597: Pulling fs layer 19:40:31 aa168da1d23b: Pulling fs layer 19:40:31 46f8f816bc3b: Waiting 19:40:31 93b61091891f: Waiting 19:40:31 93b9cdb0e59b: Waiting 19:40:31 5e14af77c1be: Waiting 19:40:31 01666e4c0597: Waiting 19:40:31 aa168da1d23b: Waiting 19:40:31 36b3adc4ff6f: Verifying Checksum 19:40:31 36b3adc4ff6f: Download complete 19:40:31 46f8f816bc3b: Verifying Checksum 19:40:31 46f8f816bc3b: Download complete 19:40:31 df20fa9351a1: Verifying Checksum 19:40:31 df20fa9351a1: Download complete 19:40:31 93b9cdb0e59b: Verifying Checksum 19:40:31 93b9cdb0e59b: Download complete 19:40:32 5e14af77c1be: Verifying Checksum 19:40:32 5e14af77c1be: Download complete 19:40:32 01666e4c0597: Verifying Checksum 19:40:32 01666e4c0597: Download complete 19:40:32 93b61091891f: Verifying Checksum 19:40:32 93b61091891f: Download complete 19:40:32 8ad3a11d3b57: Verifying Checksum 19:40:32 8ad3a11d3b57: Download complete 19:40:32 df20fa9351a1: Pull complete 19:40:33 36b3adc4ff6f: Pull complete 19:40:35 8ad3a11d3b57: Pull complete 19:40:35 46f8f816bc3b: Pull complete 19:40:37 aa168da1d23b: Verifying Checksum 19:40:37 93b61091891f: Pull complete 19:40:37 93b9cdb0e59b: Pull complete 19:40:37 5e14af77c1be: Pull complete 19:40:38 01666e4c0597: Pull complete 19:40:53 aa168da1d23b: Pull complete 19:40:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:40:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:40:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:40:53 prd-centos7-docker-4c-2g-15124 does not seem to be running inside a container 19:40:53 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:40:58 $ docker top 40de1b9e748c69b1f3ff4474b42f75c1fdfe4d01fd03abe399153d03b0e24b10 -eo pid,comm [Pipeline] { [Pipeline] sh 19:40:59 + touch /tmp/pre-build-complete [Pipeline] sh 19:41:00 + mkdir -p /var/log/sa [Pipeline] sh 19:41:00 + ls /var/log/sa-host 19:41:00 + sadf -c /var/log/sa-host/sa08 19:41:00 file_magic: OK 19:41:00 HZ: Using current value: 100 19:41:00 file_header: OK 19:41:00 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 19:41:00 Statistics: 19:41:00 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... 19:41:00 File successfully converted to sysstat format version 12.2.1 19:41:00 + sadf -c /var/log/sa-host/sa23 19:41:00 file_magic: OK 19:41:00 HZ: Using current value: 100 19:41:00 file_header: OK 19:41:00 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 19:41:00 Statistics: 19:41:00 Hnuu...uuuununununu... 19:41:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:41:01 provisioning config files... 19:41:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5934893455444782705tmp [Pipeline] { [Pipeline] echo 19:41:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:41:02 ---> create-netrc.sh [Pipeline] } 19:41:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:41:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:41:02 ---> python-tools-install.sh [Pipeline] echo 19:41:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:41:03 ---> sudo-logs.sh 19:41:03 Archiving 'sudo' log.. [Pipeline] echo 19:41:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:41:03 ---> job-cost.sh 19:41:03 lf-activate-venv: SKIPPING 19:41:03 INFO: No Stack... 19:41:05 INFO: Retrieving Pricing Info for: v1-standard-2 19:41:05 INFO: Archiving Costs [Pipeline] echo 19:41:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:41:06 ---> logs-deploy.sh 19:41:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2930/3 19:41:06 INFO: archiving workspace using pattern(s): 19:41:08 Archives upload complete. 19:41:08 INFO: archiving logs to Nexus 19:41:10 ---> uname -a: 19:41:10 Linux prd-centos7-docker-4c-2g-15124.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:41:10 19:41:10 19:41:10 ---> lscpu: 19:41:10 Architecture: x86_64 19:41:10 CPU op-mode(s): 32-bit, 64-bit 19:41:10 Byte Order: Little Endian 19:41:10 Address sizes: 40 bits physical, 48 bits virtual 19:41:10 CPU(s): 4 19:41:10 On-line CPU(s) list: 0-3 19:41:10 Thread(s) per core: 1 19:41:10 Core(s) per socket: 1 19:41:10 Socket(s): 4 19:41:10 NUMA node(s): 1 19:41:10 Vendor ID: GenuineIntel 19:41:10 CPU family: 6 19:41:10 Model: 44 19:41:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:41:10 Stepping: 1 19:41:10 CPU MHz: 2933.438 19:41:10 BogoMIPS: 5866.87 19:41:10 Virtualization: VT-x 19:41:10 Hypervisor vendor: KVM 19:41:10 Virtualization type: full 19:41:10 L1d cache: 128 KiB 19:41:10 L1i cache: 128 KiB 19:41:10 L2 cache: 16 MiB 19:41:10 L3 cache: 64 MiB 19:41:10 NUMA node0 CPU(s): 0-3 19:41:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:41:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:41:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:41:10 Vulnerability Meltdown: Mitigation; PTI 19:41:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:41:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:41:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:41:10 Vulnerability Srbds: Not affected 19:41:10 Vulnerability Tsx async abort: Not affected 19:41:10 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 19:41:10 19:41:10 19:41:10 ---> nproc: 19:41:10 4 19:41:10 19:41:10 19:41:10 ---> df -h: 19:41:10 Filesystem Size Used Available Use% Mounted on 19:41:10 overlay 50.0G 11.9G 38.1G 24% / 19:41:10 tmpfs 64.0M 0 64.0M 0% /dev 19:41:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:41:10 shm 64.0M 0 64.0M 0% /dev/shm 19:41:10 /dev/vda1 50.0G 11.9G 38.1G 24% /facter-os 19:41:10 /dev/vda1 50.0G 11.9G 38.1G 24% /etc/resolv.conf 19:41:10 /dev/vda1 50.0G 11.9G 38.1G 24% /etc/hostname 19:41:10 /dev/vda1 50.0G 11.9G 38.1G 24% /etc/hosts 19:41:10 /dev/vda1 50.0G 11.9G 38.1G 24% /run/cloud-init/result.json 19:41:10 /dev/vda1 50.0G 11.9G 38.1G 24% /var/log/sa-host 19:41:10 /dev/vda1 50.0G 11.9G 38.1G 24% /var/log/secure 19:41:10 /dev/vda1 50.0G 11.9G 38.1G 24% /var/log/auth.log 19:41:10 /dev/vda1 50.0G 11.9G 38.1G 24% /w/workspace/edgex-go/3 19:41:10 /dev/vda1 50.0G 11.9G 38.1G 24% /w/workspace/edgex-go/3@tmp 19:41:10 19:41:10 19:41:10 ---> free -m: 19:41:10 total used free shared buff/cache available 19:41:10 Mem: 1837 678 147 0 1011 1072 19:41:10 Swap: 1023 107 916 19:41:10 19:41:10 19:41:10 ---> ip addr: 19:41:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:41:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:41:10 inet 127.0.0.1/8 scope host lo 19:41:10 valid_lft forever preferred_lft forever 19:41:10 inet6 ::1/128 scope host 19:41:10 valid_lft forever preferred_lft forever 19:41:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:41:10 link/ether fa:16:3e:1c:d5:9b brd ff:ff:ff:ff:ff:ff 19:41:10 inet 10.30.122.144/23 brd 10.30.123.255 scope global dynamic eth0 19:41:10 valid_lft 85021sec preferred_lft 85021sec 19:41:10 inet6 fe80::f816:3eff:fe1c:d59b/64 scope link 19:41:10 valid_lft forever preferred_lft forever 19:41:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:41:10 link/ether 02:42:18:ea:f2:9e brd ff:ff:ff:ff:ff:ff 19:41:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:41:10 valid_lft forever preferred_lft forever 19:41:10 inet6 fe80::42:18ff:feea:f29e/64 scope link 19:41:10 valid_lft forever preferred_lft forever 19:41:10 19:41:10 19:41:10 ---> sar -b -r -n DEV: 19:41:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) 19:41:10 19:41:10 19:17:59 LINUX RESTART (4 CPU) 19:41:10 19:41:10 19:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:41:10 19:20:01 67.09 16.86 50.23 0.00 5022.50 13145.27 0.00 19:41:10 19:21:01 199.92 96.45 103.47 0.00 5829.14 38790.38 0.00 19:41:10 19:22:01 191.06 39.01 152.05 0.00 3746.93 31321.55 0.00 19:41:10 19:23:02 164.40 104.41 59.99 0.00 3658.98 6578.55 0.00 19:41:10 19:24:01 54.14 15.64 38.51 0.00 549.70 4253.43 0.00 19:41:10 19:25:01 131.89 78.22 53.67 0.00 3194.15 4442.18 0.00 19:41:10 19:26:01 38.69 7.78 30.91 0.00 899.24 10166.05 0.00 19:41:10 19:27:02 318.94 119.62 199.31 0.00 58869.53 126314.90 0.00 19:41:10 19:28:06 2176.58 1919.30 257.28 0.00 112816.17 121175.18 0.00 19:41:10 19:29:02 1216.97 1058.84 158.13 0.00 65027.71 73080.14 0.00 19:41:10 19:30:02 394.04 125.37 268.67 0.00 25013.06 70879.83 0.00 19:41:10 19:31:02 1509.85 1252.86 257.00 0.00 90116.58 92755.28 0.00 19:41:10 19:32:01 1327.69 1027.10 300.59 0.00 61994.55 67160.29 0.00 19:41:10 19:33:02 813.10 621.62 191.47 0.00 36041.19 45995.23 0.00 19:41:10 19:34:01 41.61 18.19 23.42 0.00 2993.57 3296.94 0.00 19:41:10 19:35:01 1.63 0.20 1.43 0.00 2.00 21.29 0.00 19:41:10 19:36:01 0.32 0.02 0.30 0.00 0.13 4.24 0.00 19:41:10 19:37:01 0.43 0.03 0.40 0.00 0.93 5.36 0.00 19:41:10 19:38:01 0.96 0.67 0.30 0.00 8.38 5.21 0.00 19:41:10 19:39:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 19:41:10 19:40:01 0.32 0.00 0.32 0.00 0.00 4.76 0.00 19:41:10 Average: 414.45 311.87 102.57 0.00 22818.86 33996.01 0.00 19:41:10 19:41:10 19:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:41:10 19:20:01 64008 0 747104 39.71 2620 1067812 1437204 49.05 646504 966456 20 19:41:10 19:21:01 116936 0 769540 40.90 1676 993392 1975984 67.44 587748 936088 32 19:41:10 19:22:01 286912 0 734460 39.03 816 859356 1436668 49.03 519368 809068 48 19:41:10 19:23:02 251104 0 793724 42.18 536 836180 1677804 57.26 640072 716304 37092 19:41:10 19:24:01 250600 0 784976 41.72 380 845588 1462632 49.92 666456 688148 55432 19:41:10 19:25:01 134384 0 881360 46.84 380 865420 1503084 51.30 707196 752840 57868 19:41:10 19:26:01 271184 0 774444 41.16 364 835552 1590624 54.29 610000 732300 47720 19:41:10 19:27:02 72260 0 843964 44.85 76 965244 2263884 77.26 773216 828172 15360 19:41:10 19:28:06 75668 0 861840 45.80 76 943960 2386384 81.44 765704 806564 46604 19:41:10 19:29:02 74656 0 1294960 68.82 76 511852 3511684 119.85 856016 684260 32560 19:41:10 19:30:02 68916 0 807768 42.93 76 1004784 2080612 71.01 749464 815952 18248 19:41:10 19:31:02 59212 0 798604 42.44 76 1023652 2363060 80.65 557688 1013360 73672 19:41:10 19:32:01 255928 0 696432 37.01 76 929108 1829624 62.44 647676 737168 2132 19:41:10 19:33:02 437744 0 639632 34.00 76 804092 1369032 46.72 463236 737580 11884 19:41:10 19:34:01 698924 0 591896 31.46 76 590648 1217208 41.54 412788 538336 12 19:41:10 19:35:01 701000 0 589804 31.35 76 590664 1192620 40.70 411252 537968 16 19:41:10 19:36:01 702524 0 588284 31.27 76 590660 1183272 40.38 410488 537908 8 19:41:10 19:37:01 702440 0 588360 31.27 76 590668 1183272 40.38 410372 537940 8 19:41:10 19:38:01 702480 0 588308 31.27 76 590680 1183272 40.38 410380 538196 8 19:41:10 19:39:01 702088 0 588696 31.29 76 590684 1183356 40.39 410460 538192 12 19:41:10 19:40:01 702396 0 588380 31.27 76 590692 1183264 40.38 410396 538192 12 19:41:10 Average: 349113 0 740597 39.36 373 791461 1676883 57.23 574594 713857 18988 19:41:10 19:41:10 19:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:41:10 19:20:01 vetha1379d4 696.00 603.25 70.73 2644.58 0.00 0.00 0.00 0.00 19:41:10 19:20:01 eth0 1190.11 1056.85 5745.90 143.13 0.00 0.00 0.00 0.00 19:41:10 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:20:01 docker0 696.00 603.12 61.21 2644.57 0.00 0.00 0.00 0.00 19:41:10 19:21:01 veth430d520 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:21:01 eth0 289.43 244.03 2832.72 26.74 0.00 0.00 0.00 0.00 19:41:10 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:21:01 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:22:01 eth0 363.08 197.62 1950.68 26.84 0.00 0.00 0.00 0.00 19:41:10 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:22:01 veth33f60ac 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 19:41:10 19:22:01 docker0 121.61 190.93 8.87 844.73 0.00 0.00 0.00 0.00 19:41:10 19:23:02 eth0 30.48 26.72 20.23 69.15 0.00 0.00 0.00 0.00 19:41:10 19:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:23:02 veth1980740 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:41:10 19:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:24:01 eth0 27.15 20.08 20.64 11.39 0.00 0.00 0.00 0.00 19:41:10 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:24:01 veth1980740 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:25:01 eth0 13.35 9.41 11.84 6.48 0.00 0.00 0.00 0.00 19:41:10 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:25:01 veth1980740 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:26:01 eth0 108.75 88.56 777.87 74.88 0.00 0.00 0.00 0.00 19:41:10 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:27:02 eth0 92.92 72.64 917.25 13.77 0.00 0.00 0.00 0.00 19:41:10 19:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:27:02 veth1ea378c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:41:10 19:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:28:06 eth0 52.40 34.09 152.29 57.82 0.00 0.00 0.00 0.00 19:41:10 19:28:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:28:06 veth1ea378c 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 19:41:10 19:28:06 docker0 11.03 23.66 0.58 137.79 0.00 0.00 0.00 0.00 19:41:10 19:29:02 vethd6da115 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 19:41:10 19:29:02 vethccdbf16 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 19:41:10 19:29:02 vethdf7d562 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 19:41:10 19:29:02 eth0 7.38 5.31 7.50 2.97 0.00 0.00 0.00 0.00 19:41:10 19:30:02 eth0 111.78 56.10 476.07 16.52 0.00 0.00 0.00 0.00 19:41:10 19:30:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:41:10 19:30:02 veth2f94703 16.18 53.45 1.11 298.77 0.00 0.00 0.00 0.00 19:41:10 19:30:02 veth1ea378c 0.00 0.60 0.00 0.03 0.00 0.00 0.00 0.00 19:41:10 19:31:02 veth81ed563 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:41:10 19:31:02 vethc08754e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:41:10 19:31:02 vetha73e355 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:31:02 eth0 54.10 41.79 67.08 79.60 0.00 0.00 0.00 0.00 19:41:10 19:32:01 eth0 78.56 57.52 162.07 79.29 0.00 0.00 0.00 0.00 19:41:10 19:32:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:41:10 19:32:01 veth4e4ad27 2.09 4.80 0.14 36.13 0.00 0.00 0.00 0.00 19:41:10 19:32:01 veth33d3b37 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:41:10 19:33:02 veth4397178 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:41:10 19:33:02 eth0 40.81 27.14 70.13 14.38 0.00 0.00 0.00 0.00 19:41:10 19:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:33:02 veth1ea378c 0.00 1.01 0.00 0.05 0.00 0.00 0.00 0.00 19:41:10 19:34:01 eth0 11.08 8.25 8.84 4.34 0.00 0.00 0.00 0.00 19:41:10 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:34:01 docker0 889.94 942.26 74.78 4320.59 0.00 0.00 0.00 0.00 19:41:10 19:35:01 eth0 0.68 0.55 0.68 0.22 0.00 0.00 0.00 0.00 19:41:10 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:36:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:41:10 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:37:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:41:10 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:38:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:39:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 19:41:10 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:40:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 Average: eth0 118.20 93.08 632.47 30.08 0.00 0.00 0.00 0.00 19:41:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:10 Average: docker0 41.75 44.20 3.51 202.68 0.00 0.00 0.00 0.00 19:41:10 19:41:10 19:41:10 ---> sar -P ALL: 19:41:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) 19:41:10 19:41:10 19:17:59 LINUX RESTART (4 CPU) 19:41:10 19:41:10 19:19:01 CPU %user %nice %system %iowait %steal %idle 19:41:10 19:20:01 all 7.84 0.00 4.32 1.49 18.75 67.61 19:41:10 19:20:01 0 8.30 0.00 5.68 4.58 21.01 60.44 19:41:10 19:20:01 1 6.84 0.00 3.26 0.27 19.32 70.32 19:41:10 19:20:01 2 7.45 0.00 4.07 1.07 15.80 71.61 19:41:10 19:20:01 3 8.83 0.00 4.35 0.12 18.88 67.82 19:41:10 19:21:01 all 6.83 0.00 4.35 1.03 21.81 65.99 19:41:10 19:21:01 0 5.90 0.00 3.96 0.73 23.29 66.11 19:41:10 19:21:01 1 6.59 0.00 4.31 1.15 21.38 66.58 19:41:10 19:21:01 2 6.71 0.00 4.74 1.18 21.75 65.62 19:41:10 19:21:01 3 8.12 0.00 4.42 1.05 20.79 65.62 19:41:10 19:22:01 all 5.46 0.00 5.62 4.31 18.08 66.52 19:41:10 19:22:01 0 5.47 0.00 6.85 5.14 19.11 63.42 19:41:10 19:22:01 1 4.39 0.00 4.94 3.39 17.74 69.54 19:41:10 19:22:01 2 5.82 0.00 5.15 4.71 17.67 66.65 19:41:10 19:22:01 3 6.19 0.00 5.56 4.04 17.84 66.37 19:41:10 19:23:02 all 32.57 0.00 10.32 3.82 26.64 26.65 19:41:10 19:23:02 0 33.44 0.00 10.45 3.03 26.79 26.29 19:41:10 19:23:02 1 30.07 0.00 9.25 6.24 27.77 26.67 19:41:10 19:23:02 2 30.71 0.00 10.48 2.82 26.90 29.08 19:41:10 19:23:02 3 36.27 0.00 11.12 3.17 25.04 24.41 19:41:10 19:24:01 all 42.46 0.00 11.38 2.02 25.14 19.00 19:41:10 19:24:01 0 45.32 0.00 10.61 1.27 25.83 16.96 19:41:10 19:24:01 1 39.62 0.00 12.48 1.82 25.45 20.63 19:41:10 19:24:01 2 46.47 0.00 11.18 2.10 22.86 17.39 19:41:10 19:24:01 3 38.64 0.00 11.20 2.88 26.37 20.91 19:41:10 19:25:01 all 33.98 0.00 14.23 3.80 19.46 28.52 19:41:10 19:25:01 0 36.07 0.00 15.04 3.69 18.76 26.43 19:41:10 19:25:01 1 34.38 0.00 13.70 4.13 19.43 28.36 19:41:10 19:25:01 2 32.39 0.00 13.95 3.63 20.33 29.70 19:41:10 19:25:01 3 33.09 0.00 14.24 3.75 19.31 29.61 19:41:10 19:26:01 all 17.66 0.00 9.10 0.56 23.01 49.67 19:41:10 19:26:01 0 16.38 0.00 9.12 0.48 25.92 48.10 19:41:10 19:26:01 1 15.91 0.00 8.14 0.82 23.28 51.84 19:41:10 19:26:01 2 20.33 0.00 9.93 0.10 20.89 48.75 19:41:10 19:26:01 3 18.08 0.00 9.22 0.83 21.93 49.94 19:41:10 19:27:02 all 10.55 0.00 12.52 3.79 27.71 45.43 19:41:10 19:27:02 0 8.70 0.00 11.39 4.82 28.39 46.71 19:41:10 19:27:02 1 11.30 0.00 12.79 4.07 27.24 44.60 19:41:10 19:27:02 2 10.16 0.00 12.91 3.06 27.61 46.26 19:41:10 19:27:02 3 12.10 0.00 13.02 3.18 27.59 44.11 19:41:10 19:28:06 all 11.67 0.00 15.64 20.11 27.40 25.18 19:41:10 19:28:06 0 11.29 0.00 13.74 20.79 27.23 26.95 19:41:10 19:28:06 1 12.07 0.00 15.57 19.67 26.62 26.08 19:41:10 19:28:06 2 11.99 0.00 17.14 20.70 27.60 22.58 19:41:10 19:28:06 3 11.34 0.00 16.21 19.27 28.17 25.01 19:41:10 19:29:02 all 45.15 0.00 15.18 10.50 17.26 11.91 19:41:10 19:29:02 0 42.52 0.00 14.64 10.45 18.80 13.59 19:41:10 19:29:02 1 47.46 0.00 15.60 10.01 15.05 11.89 19:41:10 19:29:02 2 45.30 0.00 16.11 10.98 17.14 10.48 19:41:10 19:29:02 3 45.31 0.00 14.37 10.59 18.06 11.66 19:41:10 19:30:02 all 32.30 0.00 16.63 12.18 19.98 18.91 19:41:10 19:30:02 0 32.48 0.00 15.76 7.84 19.33 24.59 19:41:10 19:30:02 1 31.48 0.00 16.70 14.62 21.17 16.03 19:41:10 19:30:02 2 33.80 0.00 17.19 14.33 19.02 15.66 19:41:10 19:30:02 3 31.43 0.00 16.89 12.01 20.39 19.27 19:41:10 19:41:10 19:30:02 CPU %user %nice %system %iowait %steal %idle 19:41:10 19:31:02 all 28.65 0.00 17.43 14.86 25.67 13.39 19:41:10 19:31:02 0 28.06 0.00 14.71 15.01 27.63 14.60 19:41:10 19:31:02 1 27.64 0.00 18.59 13.98 25.22 14.57 19:41:10 19:31:02 2 30.26 0.00 17.78 14.75 24.10 13.10 19:41:10 19:31:02 3 28.64 0.00 18.73 15.69 25.70 11.23 19:41:10 19:32:01 all 25.14 0.00 15.95 21.13 21.71 16.07 19:41:10 19:32:01 0 22.74 0.00 14.02 21.06 23.33 18.86 19:41:10 19:32:01 1 24.75 0.00 17.35 24.06 22.13 11.72 19:41:10 19:32:01 2 29.23 0.00 17.36 21.88 19.34 12.20 19:41:10 19:32:01 3 23.97 0.00 15.11 17.54 22.00 21.37 19:41:10 19:33:02 all 37.84 0.00 16.60 9.72 20.72 15.12 19:41:10 19:33:02 0 38.04 0.00 16.84 12.61 20.67 11.84 19:41:10 19:33:02 1 39.60 0.00 17.76 9.95 20.53 12.17 19:41:10 19:33:02 2 39.76 0.00 16.62 9.36 19.21 15.05 19:41:10 19:33:02 3 34.01 0.00 15.22 6.98 22.44 21.36 19:41:10 19:34:01 all 0.88 0.00 1.65 1.33 3.06 93.07 19:41:10 19:34:01 0 0.96 0.00 2.01 1.20 2.71 93.13 19:41:10 19:34:01 1 0.73 0.00 1.76 0.78 2.99 93.74 19:41:10 19:34:01 2 0.79 0.00 1.64 1.39 3.28 92.91 19:41:10 19:34:01 3 1.03 0.00 1.22 1.97 3.27 92.51 19:41:10 19:35:01 all 0.10 0.00 0.05 0.00 0.41 99.44 19:41:10 19:35:01 0 0.12 0.00 0.03 0.00 0.45 99.40 19:41:10 19:35:01 1 0.03 0.00 0.07 0.00 0.41 99.49 19:41:10 19:35:01 2 0.22 0.00 0.07 0.00 0.25 99.47 19:41:10 19:35:01 3 0.05 0.00 0.03 0.00 0.53 99.39 19:41:10 19:36:01 all 0.05 0.00 0.15 0.00 0.79 99.01 19:41:10 19:36:01 0 0.02 0.00 0.25 0.00 0.58 99.15 19:41:10 19:36:01 1 0.03 0.00 0.18 0.00 1.03 98.76 19:41:10 19:36:01 2 0.13 0.00 0.03 0.00 0.90 98.94 19:41:10 19:36:01 3 0.02 0.00 0.15 0.00 0.65 99.19 19:41:10 19:37:01 all 0.06 0.00 0.06 0.00 0.32 99.55 19:41:10 19:37:01 0 0.02 0.00 0.05 0.00 0.07 99.87 19:41:10 19:37:01 1 0.05 0.00 0.05 0.00 0.73 99.17 19:41:10 19:37:01 2 0.15 0.00 0.02 0.00 0.40 99.43 19:41:10 19:37:01 3 0.02 0.00 0.13 0.00 0.10 99.75 19:41:10 19:38:01 all 0.13 0.00 0.16 0.02 0.40 99.28 19:41:10 19:38:01 0 0.07 0.00 0.18 0.05 0.40 99.30 19:41:10 19:38:01 1 0.05 0.00 0.18 0.00 0.47 99.30 19:41:10 19:38:01 2 0.38 0.00 0.10 0.00 0.43 99.09 19:41:10 19:38:01 3 0.03 0.00 0.17 0.05 0.32 99.44 19:41:10 19:39:01 all 0.09 0.00 0.04 0.00 0.34 99.53 19:41:10 19:39:01 0 0.02 0.00 0.02 0.00 0.12 99.85 19:41:10 19:39:01 1 0.03 0.00 0.05 0.00 0.40 99.52 19:41:10 19:39:01 2 0.30 0.00 0.07 0.00 0.68 98.95 19:41:10 19:39:01 3 0.02 0.00 0.02 0.00 0.17 99.80 19:41:10 19:40:01 all 0.11 0.00 0.04 0.00 0.27 99.58 19:41:10 19:40:01 0 0.02 0.00 0.05 0.00 0.30 99.63 19:41:10 19:40:01 1 0.03 0.00 0.05 0.00 0.28 99.63 19:41:10 19:40:01 2 0.37 0.00 0.05 0.00 0.37 99.22 19:41:10 19:40:01 3 0.02 0.00 0.02 0.00 0.13 99.83 19:41:10 Average: all 15.38 0.00 7.92 5.12 14.98 56.60 19:41:10 Average: 0 15.23 0.00 7.68 5.28 15.57 56.25 19:41:10 Average: 1 15.06 0.00 7.96 5.29 15.01 56.68 19:41:10 Average: 2 15.95 0.00 8.14 5.15 14.38 56.37 19:41:10 Average: 3 15.28 0.00 7.91 4.75 14.95 57.11 19:41:10 19:41:10 19:41:10