Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 24b7634453227e8df51ea6aa002a7fed098fab96+8905b2aeb998c2429dd3dac7113c428985f887cf (6a349ff8879b95055608e484c7e7e26500b815a7) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15977 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit 24b7634453227e8df51ea6aa002a7fed098fab96 Merge succeeded, producing ee536852e21e767ea5f8c26f76da8c31d7e315f4 Checking out Revision ee536852e21e767ea5f8c26f76da8c31d7e315f4 (PR-2944) > 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/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24b7634453227e8df51ea6aa002a7fed098fab96 # 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 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ee536852e21e767ea5f8c26f76da8c31d7e315f4 # timeout=10 Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" > git rev-list --no-walk 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:20 ========================================================= 00:30:20 EdgeX Global Pipelines Version Info 00:30:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:22 ------------------- 00:30:22 stable info: 00:30:22 ------------------- 00:30:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:22 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:30:22 Message: update stable to v1.0.172 00:30:23 ------------------- 00:30:23 experimental info: 00:30:23 ------------------- 00:30:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:23 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:30:23 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2944 [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2944 [Pipeline] echo 00:30:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2944 [Pipeline] echo 00:30:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ee536852e21e767ea5f8c26f76da8c31d7e315f4 [Pipeline] echo 00:30:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ee53685 [Pipeline] echo 00:30:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:26 provisioning config files... 00:30:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1707051658809323379tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:26 ---> docker-login.sh 00:30:26 nexus3.edgexfoundry.org:10001 00:30:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:27 Configure a credential helper to remove this warning. See 00:30:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:27 00:30:27 Login Succeeded 00:30:27 nexus3.edgexfoundry.org:10002 00:30:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:27 Configure a credential helper to remove this warning. See 00:30:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:27 00:30:27 Login Succeeded 00:30:27 nexus3.edgexfoundry.org:10003 00:30:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:27 Configure a credential helper to remove this warning. See 00:30:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:27 00:30:27 Login Succeeded 00:30:27 nexus3.edgexfoundry.org:10004 00:30:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:27 Configure a credential helper to remove this warning. See 00:30:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:27 00:30:27 Login Succeeded 00:30:27 docker.io 00:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:28 Configure a credential helper to remove this warning. See 00:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:28 00:30:28 Login Succeeded 00:30:28 ---> docker-login.sh ends [Pipeline] } 00:30:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:29 ++ 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 00:30:29 + for file in '`ls cmd/**/Dockerfile`' 00:30:29 ++ dirname cmd/core-command/Dockerfile 00:30:29 ++ cut -d/ -f2 00:30:29 + echo core-command,cmd/core-command/Dockerfile 00:30:29 + for file in '`ls cmd/**/Dockerfile`' 00:30:29 ++ dirname cmd/core-data/Dockerfile 00:30:29 ++ cut -d/ -f2 00:30:29 + echo core-data,cmd/core-data/Dockerfile 00:30:29 + for file in '`ls cmd/**/Dockerfile`' 00:30:29 ++ dirname cmd/core-metadata/Dockerfile 00:30:29 ++ cut -d/ -f2 00:30:29 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:29 + for file in '`ls cmd/**/Dockerfile`' 00:30:29 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:30:29 ++ cut -d/ -f2 00:30:29 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:30:29 + for file in '`ls cmd/**/Dockerfile`' 00:30:29 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:29 ++ cut -d/ -f2 00:30:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:29 + for file in '`ls cmd/**/Dockerfile`' 00:30:29 ++ dirname cmd/security-secrets-setup/Dockerfile 00:30:29 ++ cut -d/ -f2 00:30:29 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:30:29 + for file in '`ls cmd/**/Dockerfile`' 00:30:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:29 ++ cut -d/ -f2 00:30:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:29 + for file in '`ls cmd/**/Dockerfile`' 00:30:29 ++ dirname cmd/support-notifications/Dockerfile 00:30:29 ++ cut -d/ -f2 00:30:29 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:29 + for file in '`ls cmd/**/Dockerfile`' 00:30:29 ++ dirname cmd/support-scheduler/Dockerfile 00:30:29 ++ cut -d/ -f2 00:30:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:29 + for file in '`ls cmd/**/Dockerfile`' 00:30:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:29 ++ cut -d/ -f2 00:30:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:29 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 00:30:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:30 00:30:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:30 latest: Pulling from edgex-devops/git-semver 00:30:30 31603596830f: Pulling fs layer 00:30:30 2a8b12db71e7: Pulling fs layer 00:30:30 6ca5941a6612: Pulling fs layer 00:30:30 ecc8261a40a4: Pulling fs layer 00:30:30 ecc8261a40a4: Waiting 00:30:30 2a8b12db71e7: Verifying Checksum 00:30:30 2a8b12db71e7: Download complete 00:30:30 31603596830f: Verifying Checksum 00:30:30 31603596830f: Download complete 00:30:30 ecc8261a40a4: Verifying Checksum 00:30:30 ecc8261a40a4: Download complete 00:30:30 6ca5941a6612: Verifying Checksum 00:30:30 6ca5941a6612: Download complete 00:30:31 31603596830f: Pull complete 00:30:31 2a8b12db71e7: Pull complete 00:30:32 6ca5941a6612: Pull complete 00:30:32 ecc8261a40a4: Pull complete 00:30:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:32 prd-centos7-docker-4c-2g-15977 does not seem to be running inside a container 00:30:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:35 $ docker top 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:35 [ssh-agent] Looking for ssh-agent implementation... 00:30:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:36 $ docker exec 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 ssh-agent 00:30:36 SSH_AUTH_SOCK=/tmp/ssh-cH6PZVfiVDwu/agent.11 00:30:36 SSH_AGENT_PID=16 00:30:36 Running ssh-add (command line suppressed) 00:30:36 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6057142142392577609.key (/w/workspace/edgex-go/2@tmp/private_key_6057142142392577609.key) 00:30:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:36 + git tag --points-at HEAD [Pipeline] } 00:30:36 $ docker exec --env ******** --env ******** 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 ssh-agent -k 00:30:36 unset SSH_AUTH_SOCK; 00:30:36 unset SSH_AGENT_PID; 00:30:36 echo Agent pid 16 killed; 00:30:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:37 [ssh-agent] Looking for ssh-agent implementation... 00:30:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:37 $ docker exec 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 ssh-agent 00:30:37 SSH_AUTH_SOCK=/tmp/ssh-lQNM117nIhTw/agent.45 00:30:37 SSH_AGENT_PID=50 00:30:37 Running ssh-add (command line suppressed) 00:30:37 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6146800298665947074.key (/w/workspace/edgex-go/2@tmp/private_key_6146800298665947074.key) 00:30:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:38 + git semver init 00:30:38 # -> Open(): unable to determine branch for HEAD 00:30:38 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:30:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:30:38 # $SEMVER_REMOTE_NAME = origin 00:30:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:38 # $SEMVER_USER_NAME = edgex-jenkins 00:30:38 # $SEMVER_BRANCH = PR-2944 00:30:38 # $SEMVER_TEMP = /tmp/semver-051961814 00:30:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:30:56 # '/tmp/semver-051961814' -> '/w/workspace/edgex-go/2/.semver' 00:30:56 # -> Force: false 00:30:56 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:30:56 $ docker exec --env ******** --env ******** 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 ssh-agent -k 00:30:56 unset SSH_AUTH_SOCK; 00:30:56 unset SSH_AGENT_PID; 00:30:56 echo Agent pid 50 killed; 00:30:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:57 + git semver [Pipeline] } 00:30:57 $ docker stop --time=1 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 00:30:59 $ docker rm -f 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 [Pipeline] // withDockerContainer [Pipeline] sh 00:30:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:00 Stashed 1 file(s) [Pipeline] echo 00:31:00 [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 00:31:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:02 + sudo service docker restart 00:31:02 + true 00:31:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:02 ========================================================= 00:31:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:02 + 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 . 00:31:06 Sending build context to Docker daemon 326.4MB 00:31:06 Step 1/7 : ARG BASE=golang:1.15-alpine 00:31:06 Step 2/7 : FROM ${BASE} 00:31:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:06 188c0c94c7c5: Pulling fs layer 00:31:06 0ef7d3d256c8: Pulling fs layer 00:31:06 de9db76c5a1d: Pulling fs layer 00:31:06 bca2f99d35d6: Pulling fs layer 00:31:06 93359f2a8cfa: Pulling fs layer 00:31:06 7c6f9722023f: Pulling fs layer 00:31:06 a35cf1a2eb13: Pulling fs layer 00:31:06 bca2f99d35d6: Waiting 00:31:06 93359f2a8cfa: Waiting 00:31:06 7c6f9722023f: Waiting 00:31:06 a35cf1a2eb13: Waiting 00:31:06 de9db76c5a1d: Verifying Checksum 00:31:06 de9db76c5a1d: Download complete 00:31:06 0ef7d3d256c8: Verifying Checksum 00:31:06 0ef7d3d256c8: Download complete 00:31:06 93359f2a8cfa: Verifying Checksum 00:31:06 93359f2a8cfa: Download complete 00:31:06 7c6f9722023f: Verifying Checksum 00:31:06 7c6f9722023f: Download complete 00:31:06 188c0c94c7c5: Verifying Checksum 00:31:06 188c0c94c7c5: Download complete 00:31:07 188c0c94c7c5: Pull complete 00:31:07 0ef7d3d256c8: Pull complete 00:31:08 de9db76c5a1d: Pull complete 00:31:08 a35cf1a2eb13: Verifying Checksum 00:31:08 a35cf1a2eb13: Download complete 00:31:09 bca2f99d35d6: Verifying Checksum 00:31:09 bca2f99d35d6: Download complete 00:31:15 Still waiting to schedule task 00:31:15 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-15973’ 00:31:15 bca2f99d35d6: Pull complete 00:31:15 93359f2a8cfa: Pull complete 00:31:15 7c6f9722023f: Pull complete 00:31:19 a35cf1a2eb13: Pull complete 00:31:19 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:19 ---> a62c8e92a672 00:31:19 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 00:31:19 ---> Running in 5923b40aab14 00:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:21 (1/12) Installing libmagic (5.38-r0) 00:31:21 (2/12) Installing file (5.38-r0) 00:31:21 (3/12) Installing libc-dev (0.7.2-r3) 00:31:21 (4/12) Installing g++ (9.3.0-r2) 00:31:36 (5/12) Installing fortify-headers (1.1-r0) 00:31:36 (6/12) Installing patch (2.7.6-r6) 00:31:36 (7/12) Installing build-base (0.5-r2) 00:31:36 (8/12) Installing libsodium (1.0.18-r0) 00:31:36 (9/12) Installing pkgconf (1.7.2-r0) 00:31:36 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:36 (11/12) Installing libzmq (4.3.3-r0) 00:31:36 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:36 Executing busybox-1.31.1-r19.trigger 00:31:36 OK: 233 MiB in 51 packages 00:31:41 Removing intermediate container 5923b40aab14 00:31:41 ---> 11ddc629eaba 00:31:41 Step 4/7 : WORKDIR /edgex-go 00:31:41 ---> Running in 32663ecc19de 00:31:41 Removing intermediate container 32663ecc19de 00:31:41 ---> 022190930e7f 00:31:41 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:31:41 latest: Pulling from library/docker 00:31:41 05e7bc50f07f: Pulling fs layer 00:31:41 6db28d0fdbf6: Pulling fs layer 00:31:41 292df0bc6bf3: Pulling fs layer 00:31:41 2e060f4bd70b: Pulling fs layer 00:31:41 80e8d568a223: Pulling fs layer 00:31:41 8dc6ef1a942a: Pulling fs layer 00:31:41 2312dd95470a: Pulling fs layer 00:31:41 8dc6ef1a942a: Waiting 00:31:41 2312dd95470a: Waiting 00:31:41 2e060f4bd70b: Waiting 00:31:41 80e8d568a223: Waiting 00:31:41 292df0bc6bf3: Download complete 00:31:41 05e7bc50f07f: Download complete 00:31:41 6db28d0fdbf6: Verifying Checksum 00:31:41 6db28d0fdbf6: Download complete 00:31:41 80e8d568a223: Verifying Checksum 00:31:41 80e8d568a223: Download complete 00:31:41 8dc6ef1a942a: Verifying Checksum 00:31:41 8dc6ef1a942a: Download complete 00:31:41 05e7bc50f07f: Pull complete 00:31:41 2312dd95470a: Verifying Checksum 00:31:41 2312dd95470a: Download complete 00:31:41 6db28d0fdbf6: Pull complete 00:31:42 292df0bc6bf3: Pull complete 00:31:43 2e060f4bd70b: Verifying Checksum 00:31:43 2e060f4bd70b: Download complete 00:31:46 2e060f4bd70b: Pull complete 00:31:46 80e8d568a223: Pull complete 00:31:46 8dc6ef1a942a: Pull complete 00:31:46 2312dd95470a: Pull complete 00:31:46 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 00:31:46 Status: Downloaded newer image for docker:latest 00:31:48 ---> 652e6010b7be 00:31:48 Step 6/7 : COPY go.mod . 00:31:48 ---> c78d40234619 00:31:48 Step 7/7 : RUN go mod download 00:31:48 ---> Running in 48ac1f74549a 00:32:10 Removing intermediate container 48ac1f74549a 00:32:10 ---> 47043bab2144 00:32:10 Successfully built 47043bab2144 00:32:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:10 + docker inspect -f . ci-base-image-x86_64 00:32:10 . [Pipeline] withDockerContainer 00:32:11 prd-centos7-docker-4c-2g-15977 does not seem to be running inside a container 00:32:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:11 $ docker top ba50204e42e5d7d58241346c34658bd4b18ed08a9e5039166ddf5fce6c85c5f7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:12 + go version 00:32:12 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:12 $ docker stop --time=1 ba50204e42e5d7d58241346c34658bd4b18ed08a9e5039166ddf5fce6c85c5f7 00:32:13 $ docker rm -f ba50204e42e5d7d58241346c34658bd4b18ed08a9e5039166ddf5fce6c85c5f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:14 + docker inspect -f . ci-base-image-x86_64 00:32:14 . [Pipeline] withDockerContainer 00:32:14 prd-centos7-docker-4c-2g-15977 does not seem to be running inside a container 00:32:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:15 $ docker top ad699fa2c44e89376fcb9a164644693a16a3d7ea9306381da19ed7295e53d5de -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:15 ========================================================= 00:32:15 [edgeXBuildGoParallel] Running Tests and Build... 00:32:15 ========================================================= [Pipeline] sh 00:32:16 + make test 00:32:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:26 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:52 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 46.6% of statements 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.1% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 68.2% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.418s coverage: 82.6% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.341s coverage: 28.6% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.362s coverage: 93.8% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 75.5% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.4% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 63.5% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 55.9% of statements 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.050s coverage: 86.3% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.108s coverage: 72.2% of statements 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.444s coverage: 72.1% of statements 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.041s coverage: 82.4% of statements 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.039s coverage: 48.4% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 37.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.331s coverage: 84.0% of statements 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.046s coverage: 100.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.028s coverage: 32.1% of statements 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 00:33:15 GO111MODULE=on go vet ./... 00:33:42 gofmt -l . 00:33:42 [ "`gofmt -l .`" = "" ] 00:33:42 ./bin/test-go-mod-tidy.sh 00:33:42 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:44 + ls -al . 00:33:44 total 668 00:33:44 drwxrwxr-x 10 1001 1001 4096 Dec 15 00:33 . 00:33:44 drwxr-xr-x 4 root root 28 Dec 15 00:32 .. 00:33:44 -rw-rw-r-- 1 1001 1001 11 Dec 15 00:30 .dockerignore 00:33:44 drwxrwxr-x 8 1001 1001 179 Dec 15 00:30 .git 00:33:44 drwxrwxr-x 3 1001 1001 125 Dec 15 00:30 .github 00:33:44 -rw-rw-r-- 1 1001 1001 943 Dec 15 00:30 .gitignore 00:33:44 drwx------ 3 1001 1001 47 Dec 15 00:30 .semver 00:33:44 -rw-rw-r-- 1 1001 1001 166 Dec 15 00:30 .sonarcloud.properties 00:33:44 -rw-rw-r-- 1 1001 1001 3804 Dec 15 00:30 CONTRIBUTING.md 00:33:44 -rw-rw-r-- 1 1001 1001 1035 Dec 15 00:30 Dockerfile.build 00:33:44 -rw-rw-r-- 1 1001 1001 863 Dec 15 00:30 Jenkinsfile 00:33:44 -rw-rw-r-- 1 1001 1001 10775 Dec 15 00:30 LICENSE 00:33:44 -rw-rw-r-- 1 1001 1001 6318 Dec 15 00:30 Makefile 00:33:44 -rw-rw-r-- 1 1001 1001 6447 Dec 15 00:30 README.md 00:33:44 -rw-rw-r-- 1 1001 1001 7286 Dec 15 00:30 SECURITY.md 00:33:44 -rw-rw-r-- 1 1001 1001 5 Dec 15 00:30 VERSION 00:33:44 -rw-rw-r-- 1 1001 1001 4131 Dec 15 00:30 ZMQWindows.md 00:33:44 drwxrwxr-x 2 1001 1001 117 Dec 15 00:30 bin 00:33:44 drwxrwxr-x 15 1001 1001 4096 Dec 15 00:30 cmd 00:33:44 -rw-r--r-- 1 root root 572038 Dec 15 00:33 coverage.out 00:33:44 -rw-r--r-- 1 root root 1041 Dec 15 00:33 go.mod 00:33:44 -rw-r--r-- 1 root root 18959 Dec 15 00:33 go.sum 00:33:44 drwxrwxr-x 8 1001 1001 127 Dec 15 00:30 internal 00:33:44 drwxrwxr-x 4 1001 1001 26 Dec 15 00:30 openapi 00:33:44 drwxrwxr-x 4 1001 1001 71 Dec 15 00:30 snap 00:33:44 -rw-rw-r-- 1 1001 1001 168 Dec 15 00:30 version.go [Pipeline] sh 00:33:45 + '[' -e coverage.out ] 00:33:45 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:45 Stashed 1 file(s) [Pipeline] sh 00:33:45 + make build 00:33:45 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 00:33:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:33:58 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 00:33:59 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 00:34:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:01 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 00:34:03 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 00:34:05 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 00:34:06 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 00:34:07 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 00:34:09 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 00:34:10 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 00:34:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:34:13 $ docker stop --time=1 ad699fa2c44e89376fcb9a164644693a16a3d7ea9306381da19ed7295e53d5de 00:34:14 $ docker rm -f ad699fa2c44e89376fcb9a164644693a16a3d7ea9306381da19ed7295e53d5de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:34:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15986 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws 00:34:19 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh 00:34:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:19 00:34:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:19 latest: Pulling from edgex-devops/edgex-compose 00:34:19 cbdbe7a5bc2a: Pulling fs layer 00:34:19 ca9280d653b3: Pulling fs layer 00:34:19 7e9c9ca2126c: Pulling fs layer 00:34:20 cbdbe7a5bc2a: Download complete 00:34:20 cbdbe7a5bc2a: Pull complete 00:34:20 ca9280d653b3: Verifying Checksum 00:34:20 ca9280d653b3: Download complete 00:34:23 ca9280d653b3: Pull complete 00:34:23 7e9c9ca2126c: Verifying Checksum 00:34:23 7e9c9ca2126c: Download complete 00:34:25 using credential edgex-jenkins-ssh 00:34:25 Cloning the remote Git repository 00:34:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:26 > git init /w/workspace/edgex-go/2 # timeout=10 00:34:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:26 > git --version # timeout=10 00:34:26 > git --version # 'git version 2.17.1' 00:34:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:28 7e9c9ca2126c: Pull complete 00:34:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:28 prd-centos7-docker-4c-2g-15977 does not seem to be running inside a container 00:34:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:31 $ docker top 453116dd2ce1ed926d370c2e7b1c7eb5cdf90a4cf71622bff7b62894a2705ba3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:32 + docker-compose build --help 00:34:32 + grep parallel 00:34:33 --parallel Build images in parallel. [Pipeline] } 00:34:33 $ docker stop --time=1 453116dd2ce1ed926d370c2e7b1c7eb5cdf90a4cf71622bff7b62894a2705ba3 00:34:34 $ docker rm -f 453116dd2ce1ed926d370c2e7b1c7eb5cdf90a4cf71622bff7b62894a2705ba3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:35 . [Pipeline] withDockerContainer 00:34:35 prd-centos7-docker-4c-2g-15977 does not seem to be running inside a container 00:34:35 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:36 $ docker top 23d8e32e3cc283d6e892864d81111b8e8e82ef6d3bc7db61508f79310f08d15c -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:37 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:38 Building docker-core-command-go ... 00:34:38 Building docker-core-data-go ... 00:34:38 Building docker-core-metadata-go ... 00:34:38 Building docker-security-bootstrap-redis-go ... 00:34:38 Building docker-security-proxy-setup-go ... 00:34:38 Building docker-security-secrets-setup-go ... 00:34:38 Building docker-security-secretstore-setup-go ... 00:34:38 Building docker-support-notifications-go ... 00:34:38 Building docker-support-scheduler-go ... 00:34:38 Building docker-sys-mgmt-agent-go ... 00:34:38 Building docker-core-data-go 00:34:38 Building docker-security-secrets-setup-go 00:34:38 Building docker-support-scheduler-go 00:34:38 Building docker-support-notifications-go 00:34:38 Building docker-security-proxy-setup-go 00:34:47 Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit 24b7634453227e8df51ea6aa002a7fed098fab96 00:34:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:47 > git config core.sparsecheckout # timeout=10 00:34:47 > git checkout -f 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 00:34:47 > git remote # timeout=10 00:34:47 > git config --get remote.origin.url # timeout=10 00:34:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:47 > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 00:34:48 Merge succeeded, producing c3c85ab652bdd22dec6b30722aaf9264926335be 00:34:48 Checking out Revision c3c85ab652bdd22dec6b30722aaf9264926335be (PR-2944) 00:34:48 > git rev-parse HEAD^{commit} # timeout=10 00:34:48 > git config core.sparsecheckout # timeout=10 00:34:48 > git checkout -f c3c85ab652bdd22dec6b30722aaf9264926335be # timeout=10 00:34:52 Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" 00:34:52 > git rev-list --no-walk 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:54 + true 00:34:54 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:57 provisioning config files... 00:34:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4287590010447626074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:58 ---> docker-login.sh 00:34:58 nexus3.edgexfoundry.org:10001 00:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:59 Configure a credential helper to remove this warning. See 00:34:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:59 00:34:59 Login Succeeded 00:34:59 nexus3.edgexfoundry.org:10002 00:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:59 Configure a credential helper to remove this warning. See 00:34:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:59 00:34:59 Login Succeeded 00:34:59 nexus3.edgexfoundry.org:10003 00:35:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:00 Configure a credential helper to remove this warning. See 00:35:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:00 00:35:00 Login Succeeded 00:35:00 nexus3.edgexfoundry.org:10004 00:35:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:00 Configure a credential helper to remove this warning. See 00:35:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:00 00:35:00 Login Succeeded 00:35:00 docker.io 00:35:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:01 Configure a credential helper to remove this warning. See 00:35:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:01 00:35:01 Login Succeeded 00:35:01 ---> docker-login.sh ends [Pipeline] } 00:35:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:02 ========================================================= 00:35:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:02 + 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 . 00:35:05 Sending build context to Docker daemon 165.7MB 00:35:05 Step 1/7 : ARG BASE=golang:1.15-alpine 00:35:05 Step 2/7 : FROM ${BASE} 00:35:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:05 5f621e34cdf4: Pulling fs layer 00:35:05 a4357932f1b6: Pulling fs layer 00:35:05 18c013af1878: Pulling fs layer 00:35:05 00ac8860ef70: Pulling fs layer 00:35:05 63d7cb157983: Pulling fs layer 00:35:05 b116817d02f9: Pulling fs layer 00:35:05 745a02a5169b: Pulling fs layer 00:35:05 b116817d02f9: Waiting 00:35:05 00ac8860ef70: Waiting 00:35:05 745a02a5169b: Waiting 00:35:05 18c013af1878: Verifying Checksum 00:35:05 18c013af1878: Download complete 00:35:05 a4357932f1b6: Download complete 00:35:05 63d7cb157983: Download complete 00:35:05 b116817d02f9: Verifying Checksum 00:35:05 b116817d02f9: Download complete 00:35:05 5f621e34cdf4: Verifying Checksum 00:35:05 5f621e34cdf4: Download complete 00:35:06 5f621e34cdf4: Pull complete 00:35:06 a4357932f1b6: Pull complete 00:35:06 18c013af1878: Pull complete 00:35:07 745a02a5169b: Verifying Checksum 00:35:07 745a02a5169b: Download complete 00:35:09 00ac8860ef70: Verifying Checksum 00:35:09 00ac8860ef70: Download complete 00:35:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:17 ---> 47043bab2144 00:35:17 Step 3/21 : WORKDIR /edgex-go 00:35:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:17 ---> 47043bab2144 00:35:17 Step 3/23 : WORKDIR /edgex-go 00:35:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:17 ---> 47043bab2144 00:35:17 Step 3/21 : WORKDIR /edgex-go 00:35:17 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:17 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:35:17 ---> 47043bab2144 00:35:17 Step 3/29 : WORKDIR /edgex-go 00:35:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:17 ---> 47043bab2144 00:35:17 Step 3/24 : WORKDIR /edgex-go 00:35:17 ---> Running in 379b34f09ffa 00:35:17 ---> Running in 3ffc38b5b6e8 00:35:17 ---> Running in 4ba2884cdd19 00:35:17 ---> Running in 7eecff9cfebd 00:35:17 ---> Running in ced8da5f324f 00:35:17 Removing intermediate container 7eecff9cfebd 00:35:17 ---> ba7432a33045 00:35:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:17 Removing intermediate container 3ffc38b5b6e8 00:35:17 ---> 27ae51f658b2 00:35:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:17 Removing intermediate container 379b34f09ffa 00:35:17 ---> d6844b0aa0d2 00:35:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:17 Removing intermediate container 4ba2884cdd19 00:35:17 ---> b548e7a243e9 00:35:17 Step 4/29 : RUN apk update && apk add make git 00:35:17 Removing intermediate container ced8da5f324f 00:35:17 ---> 2f8d877f3e69 00:35:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:17 ---> Running in be8615010c2d 00:35:17 ---> Running in 5dd52d2bbdc5 00:35:17 ---> Running in c0808874f088 00:35:17 ---> Running in 5d1c75003dfa 00:35:17 ---> Running in f08489bcc3e4 00:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:18 Removing intermediate container 5dd52d2bbdc5 00:35:18 ---> 1c8914cdebde 00:35:18 Step 5/21 : RUN apk update && apk add make git 00:35:18 Removing intermediate container be8615010c2d 00:35:18 ---> cd59c9dc7746 00:35:18 Step 5/21 : RUN apk update && apk add make git 00:35:18 Removing intermediate container c0808874f088 00:35:18 ---> 3e590a6d7c99 00:35:18 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:35:18 ---> Running in 75074ab3b74b 00:35:18 ---> Running in 4207a9d7d135 00:35:18 ---> Running in 270cda9218d6 00:35:18 Removing intermediate container f08489bcc3e4 00:35:18 ---> c58d2558a363 00:35:18 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:18 ---> Running in 4c16a9b2a467 00:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:19 00ac8860ef70: Pull complete 00:35:19 63d7cb157983: Pull complete 00:35:19 b116817d02f9: Pull complete 00:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:20 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:20 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:20 OK: 12750 distinct packages available 00:35:20 OK: 233 MiB in 51 packages 00:35:20 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:20 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:20 OK: 12750 distinct packages available 00:35:20 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:20 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:20 OK: 12750 distinct packages available 00:35:20 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:20 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:20 OK: 12750 distinct packages available 00:35:21 OK: 233 MiB in 51 packages 00:35:21 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:21 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:21 OK: 12750 distinct packages available 00:35:21 OK: 233 MiB in 51 packages 00:35:21 OK: 233 MiB in 51 packages 00:35:21 OK: 233 MiB in 51 packages 00:35:21 Removing intermediate container 5d1c75003dfa 00:35:21 ---> a4729b2538c5 00:35:21 Step 5/29 : COPY go.mod . 00:35:21 Removing intermediate container 4207a9d7d135 00:35:21 ---> bf02a8d5960f 00:35:21 Step 6/21 : COPY go.mod . 00:35:22 ---> 0e938701eeda 00:35:22 Step 6/29 : RUN go mod download 00:35:22 Removing intermediate container 270cda9218d6 00:35:22 ---> 9f9508694219 00:35:22 Step 6/23 : COPY go.mod . 00:35:22 ---> efa1dbedc837 00:35:22 Step 7/21 : RUN go mod download 00:35:22 ---> Running in 1a7ac3738c2e 00:35:22 ---> Running in 613823a0840a 00:35:22 Removing intermediate container 75074ab3b74b 00:35:22 ---> 37a26aee553c 00:35:22 Step 6/21 : COPY go.mod . 00:35:22 ---> d9c2f1943410 00:35:22 Step 7/23 : RUN go mod download 00:35:22 Removing intermediate container 4c16a9b2a467 00:35:22 ---> ebc020634120 00:35:22 Step 6/24 : COPY go.mod . 00:35:22 ---> Running in 03fb97f7485e 00:35:22 ---> c4818d02544b 00:35:22 Step 7/21 : RUN go mod download 00:35:23 745a02a5169b: Pull complete 00:35:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:23 ---> b7e6874047d6 00:35:23 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 00:35:23 ---> ad15ae2bfb22 00:35:23 Step 7/24 : RUN go mod download 00:35:23 ---> Running in 1145cc2b41c4 00:35:23 ---> Running in 5881d915b1a0 00:35:25 Removing intermediate container 613823a0840a 00:35:25 ---> d15ca196395e 00:35:25 Step 8/21 : COPY . . 00:35:25 Removing intermediate container 03fb97f7485e 00:35:25 ---> 19f73bb1e3ca 00:35:25 Step 8/23 : COPY . . 00:35:25 Removing intermediate container 1a7ac3738c2e 00:35:25 ---> 60e48f7a5852 00:35:25 Step 7/29 : COPY . . 00:35:27 ---> Running in 16433e4c3491 00:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:28 Removing intermediate container 5881d915b1a0 00:35:28 ---> 5eaf872a1cb6 00:35:28 Step 8/24 : COPY . . 00:35:29 Removing intermediate container 1145cc2b41c4 00:35:29 ---> ff96e0e9ec43 00:35:29 Step 8/21 : COPY . . 00:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:30 (1/12) Installing libmagic (5.38-r0) 00:35:31 (2/12) Installing file (5.38-r0) 00:35:31 (3/12) Installing libc-dev (0.7.2-r3) 00:35:31 (4/12) Installing g++ (9.3.0-r2) 00:35:49 (5/12) Installing fortify-headers (1.1-r0) 00:35:49 (6/12) Installing patch (2.7.6-r6) 00:35:49 (7/12) Installing build-base (0.5-r2) 00:35:49 (8/12) Installing libsodium (1.0.18-r0) 00:35:49 (9/12) Installing pkgconf (1.7.2-r0) 00:35:49 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:49 (11/12) Installing libzmq (4.3.3-r0) 00:35:49 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:49 Executing busybox-1.31.1-r19.trigger 00:35:49 OK: 217 MiB in 51 packages 00:35:54 Removing intermediate container 16433e4c3491 00:35:54 ---> a8293ddf4eaa 00:35:54 Step 4/7 : WORKDIR /edgex-go 00:35:54 ---> Running in d850d934e13d 00:35:54 Removing intermediate container d850d934e13d 00:35:54 ---> 5e4dd8990c53 00:35:54 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:35:54 latest: Pulling from library/docker 00:35:54 a3cc7d3b244e: Pulling fs layer 00:35:54 02a3295e0d61: Pulling fs layer 00:35:54 0f4f2e6d8100: Pulling fs layer 00:35:54 330b718f631f: Pulling fs layer 00:35:54 a93816041522: Pulling fs layer 00:35:54 bdb6da89ff94: Pulling fs layer 00:35:54 2a70c0c122f4: Pulling fs layer 00:35:54 a93816041522: Waiting 00:35:54 bdb6da89ff94: Waiting 00:35:54 2a70c0c122f4: Waiting 00:35:54 330b718f631f: Waiting 00:35:55 0f4f2e6d8100: Verifying Checksum 00:35:55 0f4f2e6d8100: Download complete 00:35:55 02a3295e0d61: Verifying Checksum 00:35:55 02a3295e0d61: Download complete 00:35:55 a3cc7d3b244e: Verifying Checksum 00:35:55 a93816041522: Verifying Checksum 00:35:55 a93816041522: Download complete 00:35:55 bdb6da89ff94: Verifying Checksum 00:35:55 bdb6da89ff94: Download complete 00:35:55 2a70c0c122f4: Verifying Checksum 00:35:55 2a70c0c122f4: Download complete 00:35:56 a3cc7d3b244e: Pull complete 00:35:56 02a3295e0d61: Pull complete 00:35:57 330b718f631f: Verifying Checksum 00:35:57 330b718f631f: Download complete 00:35:57 0f4f2e6d8100: Pull complete 00:36:00 330b718f631f: Pull complete 00:36:00 a93816041522: Pull complete 00:36:00 bdb6da89ff94: Pull complete 00:36:01 2a70c0c122f4: Pull complete 00:36:01 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 00:36:01 Status: Downloaded newer image for docker:latest 00:36:04 ---> ae309fbe7a12 00:36:04 Step 6/7 : COPY go.mod . 00:36:05 ---> a768d1aeab80 00:36:05 Step 7/7 : RUN go mod download 00:36:05 ---> Running in 32cbcaa0f2c5 00:36:08 ---> 4a2d438c846a 00:36:08 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:36:08 ---> 455ecc7efad9 00:36:08 Step 9/23 : RUN make cmd/core-data/core-data 00:36:08 ---> 4744cab9b039 00:36:08 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:36:08 ---> Running in 03fa87697920 00:36:08 ---> abb7ba8a9cdb 00:36:08 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:36:08 ---> Running in 75db9577b262 00:36:08 ---> c265bd469f27 00:36:08 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:36:08 ---> Running in 583a426de5b1 00:36:08 ---> Running in c004ea2b4436 00:36:08 ---> Running in 4c81579d134f 00:36:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:08 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 00:36:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:36:08 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 00:36:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:36:32 Removing intermediate container 32cbcaa0f2c5 00:36:32 ---> 52b81dd3fdb8 00:36:32 Successfully built 52b81dd3fdb8 00:36:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:33 + docker inspect -f . ci-base-image-arm64 00:36:33 . [Pipeline] withDockerContainer 00:36:33 prd-ubuntu18.04-docker-arm64-4c-16g-15986 does not seem to be running inside a container 00:36:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:34 $ docker top 6956ca8b176be6a92a47ed47de701d2546d185e4f1854c8d70b820bad89b9e7f -eo pid,comm 00:36:34 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] { [Pipeline] sh 00:36:35 + go version 00:36:35 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:35 $ docker stop --time=1 6956ca8b176be6a92a47ed47de701d2546d185e4f1854c8d70b820bad89b9e7f 00:36:37 $ docker rm -f 6956ca8b176be6a92a47ed47de701d2546d185e4f1854c8d70b820bad89b9e7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:38 + docker inspect -f . ci-base-image-arm64 00:36:38 . [Pipeline] withDockerContainer 00:36:39 prd-ubuntu18.04-docker-arm64-4c-16g-15986 does not seem to be running inside a container 00:36:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:40 $ docker top 2906e2dcc94df47e7f0a2a9da61a497d014b44617124b11beed65c2ff7647f9b -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:40 ========================================================= 00:36:40 [edgeXBuildGoParallel] Running Tests and Build... 00:36:40 ========================================================= [Pipeline] sh 00:36:41 + make test 00:36:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:41 Removing intermediate container 583a426de5b1 00:36:41 ---> 5592f6b233a2 00:36:41 00:36:41 Step 9/29 : FROM alpine:latest 00:36:41 latest: Pulling from library/alpine 00:36:41 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:36:41 Status: Downloaded newer image for alpine:latest 00:36:41 ---> b14afc6dfb98 00:36:41 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:36:41 ---> Running in 9e143a78d7ff 00:36:41 Removing intermediate container 9e143a78d7ff 00:36:41 ---> 31f62fb3fccb 00:36:41 Step 11/29 : USER root 00:36:41 ---> Running in ad74740d984c 00:36:42 Removing intermediate container ad74740d984c 00:36:42 ---> 8d1e7981062d 00:36:42 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:36:42 ---> Running in 00b2b205fe1d 00:36:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:43 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:36:43 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:36:43 OK: 12747 distinct packages available 00:36:44 (1/2) Installing ca-certificates (20191127-r4) 00:36:44 (2/2) Installing dumb-init (1.2.2-r1) 00:36:44 Executing busybox-1.31.1-r19.trigger 00:36:44 Executing ca-certificates-20191127-r4.trigger 00:36:44 OK: 6 MiB in 16 packages 00:36:45 Removing intermediate container 4c81579d134f 00:36:45 ---> c0ada5e3ca03 00:36:45 00:36:45 Step 10/21 : FROM alpine 00:36:45 ---> b14afc6dfb98 00:36:45 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:36:46 ---> Running in ed85d68eb5dd 00:36:47 Removing intermediate container 00b2b205fe1d 00:36:47 ---> baf7f6c16565 00:36:47 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:36:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:50 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:36:50 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:36:50 OK: 12747 distinct packages available 00:36:50 ---> Running in 2d092f8ccdb2 00:36:50 Removing intermediate container c004ea2b4436 00:36:50 ---> 342958f5435c 00:36:50 00:36:50 Step 10/24 : FROM scratch 00:36:50 ---> 00:36:50 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:36:50 (1/4) Installing ca-certificates (20191127-r4) 00:36:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:36:51 (3/4) Installing libcurl (7.69.1-r3) 00:36:51 (4/4) Installing curl (7.69.1-r3) 00:36:51 Executing busybox-1.31.1-r19.trigger 00:36:51 Removing intermediate container 03fa87697920 00:36:51 ---> 38f6ae6e69b0 00:36:51 00:36:51 Step 10/21 : FROM scratch 00:36:51 ---> 00:36:51 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:51 Executing ca-certificates-20191127-r4.trigger 00:36:51 OK: 7 MiB in 18 packages 00:36:51 Removing intermediate container 2d092f8ccdb2 00:36:51 ---> 9191985ca3c0 00:36:51 Step 14/29 : WORKDIR $BASE_DIR 00:36:51 ---> Running in c28e5737c504 00:36:51 ---> Running in 48998d51452d 00:36:51 ---> Running in 80d580643fb4 00:36:51 Removing intermediate container c28e5737c504 00:36:51 ---> f6bd9f0bfc34 00:36:51 Step 12/24 : ENV APP_PORT=48060 00:36:51 Removing intermediate container 48998d51452d 00:36:51 ---> 8fe644d8ddbe 00:36:51 Step 12/21 : ENV APP_PORT=48085 00:36:52 ---> Running in 23106a6d0e58 00:36:52 ---> Running in 0c4ad00fce92 00:36:52 Removing intermediate container 80d580643fb4 00:36:52 ---> 4afd341096d8 00:36:52 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:36:54 Removing intermediate container ed85d68eb5dd 00:36:54 ---> 6c6a972bfd48 00:36:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:54 Removing intermediate container 23106a6d0e58 00:36:54 ---> 7a78dea1a187 00:36:54 Step 13/24 : EXPOSE $APP_PORT 00:36:54 ---> Running in a24f7186f967 00:36:54 Removing intermediate container 0c4ad00fce92 00:36:54 ---> 52d3b63e96f4 00:36:54 Step 13/21 : EXPOSE $APP_PORT 00:36:54 ---> Running in a43ec35dc7cf 00:36:54 Removing intermediate container 75db9577b262 00:36:54 ---> 7704a2c6d126 00:36:54 00:36:54 Step 10/23 : FROM alpine 00:36:54 ---> b14afc6dfb98 00:36:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:54 ---> Running in 35898dcf8942 00:36:54 ---> Running in 11a158d5ee8d 00:36:55 ---> Running in c0dbc20739cd 00:36:55 Removing intermediate container a43ec35dc7cf 00:36:55 ---> 2c0dcef88ad8 00:36:55 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:36:55 Removing intermediate container 11a158d5ee8d 00:36:55 ---> 420a05889934 00:36:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:36:55 Removing intermediate container 35898dcf8942 00:36:55 ---> bf865111f3de 00:36:55 Step 13/21 : WORKDIR /edgex 00:36:55 ---> Running in 7a3f8e4678de 00:36:55 Removing intermediate container c0dbc20739cd 00:36:55 ---> e50bb20b0c79 00:36:55 Step 12/23 : ENV APP_PORT=48080 00:36:56 ---> Running in 9b9d16689b2f 00:36:56 ---> c24f34546689 00:36:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:36:56 ---> dc5913c55163 00:36:56 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:36:56 Removing intermediate container 7a3f8e4678de 00:36:56 ---> 20ab9ca2beab 00:36:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:36:56 Removing intermediate container 9b9d16689b2f 00:36:56 ---> b7e00c2ad24e 00:36:56 Step 13/23 : EXPOSE $APP_PORT 00:36:56 ---> Running in 1d06b2d6159a 00:36:57 ---> f26aa685f467 00:36:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:36:57 ---> 52988ee8428d 00:36:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:36:57 ---> b8f55152a833 00:36:57 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:36:57 Removing intermediate container a24f7186f967 00:36:57 ---> 214a8c4eb53c 00:36:57 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:36:57 Removing intermediate container 1d06b2d6159a 00:36:57 ---> e8dda0d12ccb 00:36:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:57 ---> Running in 4c99b6a2878c 00:36:57 ---> ccad3ea72465 00:36:57 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:36:58 ---> Running in 6f2f233b2276 00:36:58 ---> 841aa38323f2 00:36:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:36:58 ---> bdc042417087 00:36:58 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:36:58 ---> bb476097779b 00:36:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:36:58 Removing intermediate container 6f2f233b2276 00:36:58 ---> ee620e52b8b2 00:36:58 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:59 ---> Running in 2ae6ec6df823 00:36:59 ---> 9be10cc6bfcf 00:36:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:36:59 ---> 15162963f498 00:36:59 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:36:59 ---> fd5608e3660e 00:36:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:36:59 Removing intermediate container 2ae6ec6df823 00:36:59 ---> 45f2e699e005 00:36:59 Step 19/21 : LABEL arch=x86_64 00:36:59 ---> Running in 54d27a4a6992 00:36:59 ---> Running in cfa5762a728e 00:36:59 Removing intermediate container 4c99b6a2878c 00:36:59 ---> 76b987b6b9a3 00:36:59 Step 15/23 : RUN apk --no-cache add zeromq 00:36:59 ---> 0a282015b70e 00:36:59 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:37:00 ---> Running in 7bf7592d60c7 00:37:00 Removing intermediate container 54d27a4a6992 00:37:00 ---> 58a3e68e397a 00:37:00 Step 18/21 : CMD ["--init=true"] 00:37:00 ---> c75db05659e8 00:37:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:00 Removing intermediate container cfa5762a728e 00:37:00 ---> 6920f3b2bbea 00:37:00 Step 20/21 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:37:00 ---> Running in 311b6549dc19 00:37:00 ---> Running in e62d3d821772 00:37:00 ---> 3c2d0bfdaf91 00:37:00 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:37:00 ---> dfcf101b63a1 00:37:00 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:37:01 ---> Running in 56bf73533b78 00:37:01 Removing intermediate container 311b6549dc19 00:37:01 ---> 17f77fb5d48c 00:37:01 Step 19/21 : LABEL arch=x86_64 00:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:01 Removing intermediate container e62d3d821772 00:37:01 ---> b181d8e9e560 00:37:01 Step 21/21 : LABEL version=0.0.0 00:37:01 ---> 9dab5200726a 00:37:01 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:37:01 ---> Running in 3fcc9d8674b7 00:37:01 ---> Running in ca368f603954 00:37:01 ---> Running in 81fee1e49751 00:37:01 Removing intermediate container 56bf73533b78 00:37:01 ---> 9781142450fc 00:37:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:01 ---> Running in 89d239d15cbe 00:37:01 Removing intermediate container 3fcc9d8674b7 00:37:01 ---> 67babc3a31ac 00:37:01 Step 20/21 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:37:01 Removing intermediate container ca368f603954 00:37:01 ---> de5c8eb81fc6 00:37:01 00:37:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:02 Successfully built de5c8eb81fc6 00:37:02 Successfully tagged docker-support-scheduler-go:latest 00:37:02  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 00:37:02 ---> Running in 89f9fb306751 00:37:02 Removing intermediate container 89d239d15cbe 00:37:02 ---> a82b8bd6d16f 00:37:02 Step 22/24 : LABEL arch=x86_64 00:37:02 ---> Running in 31854eb5072f 00:37:02 (1/5) Installing libgcc (9.3.0-r2) 00:37:02 Removing intermediate container 89f9fb306751 00:37:02 ---> 2e7754e4ff01 00:37:02 Step 21/21 : LABEL version=0.0.0 00:37:03 ---> Running in 0415bcab712b 00:37:03 Removing intermediate container 31854eb5072f 00:37:03 ---> 485fa28737f7 00:37:03 Step 23/24 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:37:03 ---> Running in ad0e8bbd489b 00:37:03 (2/5) Installing libsodium (1.0.18-r0) 00:37:03 Removing intermediate container 0415bcab712b 00:37:03 ---> 439eb77da5d3 00:37:03 00:37:03 (3/5) Installing libstdc++ (9.3.0-r2) 00:37:03 Removing intermediate container ad0e8bbd489b 00:37:03 ---> 1573726fe30d 00:37:03 Step 24/24 : LABEL version=0.0.0 00:37:03 Successfully built 439eb77da5d3 00:37:03 Successfully tagged docker-security-proxy-setup-go:latest 00:37:03 Building docker-core-command-go 00:37:04  Building docker-security-proxy-setup-go ... done  ---> Running in ec9925b90d86 00:37:04 Removing intermediate container 81fee1e49751 00:37:04 ---> 4306922e8d4b 00:37:04 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:37:04 Removing intermediate container ec9925b90d86 00:37:04 ---> f2cd9b96b9ce 00:37:04 00:37:04 (4/5) Installing libzmq (4.3.3-r0) 00:37:06 Successfully built f2cd9b96b9ce 00:37:06 (5/5) Installing zeromq (4.3.3-r0) 00:37:06 Executing busybox-1.31.1-r19.trigger 00:37:07 Successfully tagged docker-support-notifications-go:latest 00:37:07 Building docker-sys-mgmt-agent-go 00:37:07  Building docker-support-notifications-go ... done OK: 8 MiB in 19 packages 00:37:08 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:12 ---> e6aeb2d3aea6 00:37:12 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:12 ---> Running in 43771d97b84a 00:37:12 Removing intermediate container 7bf7592d60c7 00:37:12 ---> 11403dd41a47 00:37:12 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:37:13 ---> a0ff92c25df5 00:37:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:37:16 Removing intermediate container 43771d97b84a 00:37:16 ---> 43d1fb9699dc 00:37:16 Step 24/29 : RUN chmod 755 security-secrets-setup 00:37:18 ---> 538ae241854d 00:37:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:37:18 ---> Running in aa19e7e29161 00:37:21 ---> adc125da0011 00:37:21 Step 19/23 : ENTRYPOINT ["/core-data"] 00:37:22 ---> Running in 1e558ad8cf46 00:37:23 Removing intermediate container aa19e7e29161 00:37:23 ---> 6aba151f5b95 00:37:23 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:37:23 Removing intermediate container 1e558ad8cf46 00:37:23 ---> 3a3777ca75fe 00:37:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:23 ---> Running in a5624ea2f4eb 00:37:24 ---> Running in a70d35f67a4b 00:37:24 Removing intermediate container a5624ea2f4eb 00:37:24 ---> d13e8f01fbf0 00:37:24 Step 26/29 : CMD [ "generate" ] 00:37:24 Removing intermediate container a70d35f67a4b 00:37:24 ---> 6c5026347ad8 00:37:24 Step 21/23 : LABEL arch=x86_64 00:37:24 ---> Running in 56c8edc576bb 00:37:25 ---> Running in ad363bae3492 00:37:26 Removing intermediate container 56c8edc576bb 00:37:26 ---> 724cb7aad9bc 00:37:26 Step 27/29 : LABEL arch=x86_64 00:37:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:26 ---> 47043bab2144 00:37:26 Step 3/22 : WORKDIR /edgex-go 00:37:26 ---> Using cache 00:37:26 ---> 2f8d877f3e69 00:37:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:26 ---> Using cache 00:37:26 ---> c58d2558a363 00:37:26 Step 5/22 : RUN apk update && apk add make git 00:37:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:27 ---> 47043bab2144 00:37:27 Step 3/22 : WORKDIR /edgex-go 00:37:27 ---> Using cache 00:37:27 ---> 2f8d877f3e69 00:37:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:27 ---> Using cache 00:37:27 ---> c58d2558a363 00:37:27 Step 5/22 : RUN apk update && apk add make git 00:37:28 Removing intermediate container ad363bae3492 00:37:28 ---> eeff99d8395f 00:37:28 Step 22/23 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:37:28 ---> Running in f41eee6bd6cd 00:37:28 ---> Running in cdf204f48598 00:37:28 ---> Running in 844da76ac97f 00:37:28 ---> Running in 2121bfae6488 00:37:28 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:28 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:37:28 ---> 47043bab2144 00:37:28 Step 3/27 : WORKDIR /edgex-go 00:37:28 ---> Using cache 00:37:28 ---> 2f8d877f3e69 00:37:28 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:28 ---> Using cache 00:37:28 ---> c58d2558a363 00:37:28 Step 5/27 : RUN apk update && apk add make bash git 00:37:29 Removing intermediate container f41eee6bd6cd 00:37:29 ---> 8bd8a89a5bfd 00:37:29 Step 28/29 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:37:29 ---> Running in 76c9d3de5708 00:37:29 ---> Running in c73f0463c562 00:37:29 Removing intermediate container 2121bfae6488 00:37:29 ---> f3012efa245e 00:37:29 Step 23/23 : LABEL version=0.0.0 00:37:30 ---> Running in 2802a555f719 00:37:30 Removing intermediate container c73f0463c562 00:37:30 ---> 54711db42b33 00:37:30 Step 29/29 : LABEL version=0.0.0 00:37:30 ---> Running in 453977d176cc 00:37:30 Removing intermediate container 2802a555f719 00:37:30 ---> 07da8be1f773 00:37:30 00:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:30 Removing intermediate container 453977d176cc 00:37:30 ---> a1db237c9efd 00:37:30 00:37:30 Successfully built 07da8be1f773 00:37:30 Successfully tagged docker-core-data-go:latest 00:37:30  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go 00:37:30 Successfully built a1db237c9efd 00:37:30 Successfully tagged docker-security-secrets-setup-go:latest 00:37:30 Building docker-core-metadata-go 00:37:30  Building docker-security-secrets-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:32 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:32 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:32 OK: 12750 distinct packages available 00:37:33 OK: 233 MiB in 51 packages 00:37:33 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:33 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:33 OK: 12750 distinct packages available 00:37:33 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:33 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:33 OK: 12750 distinct packages available 00:37:33 OK: 233 MiB in 51 packages 00:37:33 OK: 233 MiB in 51 packages 00:37:35 Removing intermediate container 844da76ac97f 00:37:35 ---> 3891583774d6 00:37:35 Step 6/22 : COPY go.mod . 00:37:36 Removing intermediate container cdf204f48598 00:37:36 ---> 20bae9051868 00:37:36 Step 6/22 : COPY go.mod . 00:37:36 Removing intermediate container 76c9d3de5708 00:37:36 ---> e831013f42fc 00:37:36 Step 6/27 : COPY go.mod . 00:37:36 ---> e9de4145db46 00:37:36 Step 7/22 : RUN go mod download 00:37:36 ---> f3b6eafc2713 00:37:36 Step 7/22 : RUN go mod download 00:37:36 ---> fe79790d0f33 00:37:36 Step 7/27 : RUN go mod download 00:37:36 ---> Running in 8a49bb0cbc3a 00:37:36 ---> Running in f2e34e860356 00:37:36 ---> Running in f4c02788e1aa 00:37:42 Removing intermediate container f2e34e860356 00:37:42 ---> 69cfa36edfba 00:37:42 Step 8/22 : COPY . . 00:37:42 Removing intermediate container f4c02788e1aa 00:37:42 ---> 0ae1d1afcef8 00:37:42 Step 8/27 : COPY . . 00:37:42 Removing intermediate container 8a49bb0cbc3a 00:37:42 ---> a350c4e948e2 00:37:42 Step 8/22 : COPY . . 00:37:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:51 ---> 47043bab2144 00:37:51 Step 3/24 : WORKDIR /edgex-go 00:37:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:51 ---> 47043bab2144 00:37:51 Step 3/22 : WORKDIR /edgex-go 00:37:51 ---> Using cache 00:37:51 ---> 2f8d877f3e69 00:37:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:51 ---> Using cache 00:37:51 ---> 2f8d877f3e69 00:37:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:51 ---> Using cache 00:37:51 ---> c58d2558a363 00:37:51 ---> Using cache 00:37:51 Step 5/22 : RUN apk update && apk add make git 00:37:51 ---> c58d2558a363 00:37:51 Step 5/24 : RUN apk update && apk add make git 00:37:51 ---> Using cache 00:37:51 ---> 20bae9051868 00:37:51 Step 6/24 : COPY go.mod . 00:37:51 ---> Using cache 00:37:51 ---> 20bae9051868 00:37:51 Step 6/22 : COPY go.mod . 00:37:51 ---> Using cache 00:37:51 ---> Using cache 00:37:51 ---> f3b6eafc2713 00:37:51 ---> f3b6eafc2713 00:37:51 Step 7/22 : RUN go mod downloadStep 7/24 : RUN go mod download 00:37:51 00:37:51 ---> Using cache 00:37:51 ---> 69cfa36edfba 00:37:51 Step 8/22 : COPY . . 00:37:51 ---> Using cache 00:37:51 ---> 69cfa36edfba 00:37:51 Step 8/24 : COPY . . 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:22 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.079s 00:38:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:31 ---> 3af9bfc64430 00:38:31 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:31 ---> 7074d918d396 00:38:31 Step 9/22 : RUN make cmd/core-command/core-command 00:38:31 ---> d729d7d9ec2a 00:38:31 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:38:31 ---> Running in 109dbe5eff41 00:38:31 ---> cb024396b282 00:38:31 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:31 ---> 1273557e6886 00:38:31 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:38:31 ---> Running in cf17eb2c4666 00:38:31 ---> Running in 17c67e4835f1 00:38:31 ---> Running in 0d5c51fdc4cd 00:38:31 ---> Running in 36d9291179e6 00:38: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 00:38:31 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 00:38:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:31 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 00:38:31 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 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.263s coverage: 46.6% of statements 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.720s coverage: 27.1% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.545s coverage: 68.9% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.765s coverage: 82.6% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.292s coverage: 28.6% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.185s coverage: 100.0% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.341s coverage: 86.7% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.384s coverage: 97.5% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.155s coverage: 78.3% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.084s coverage: 93.8% of statements 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.096s coverage: 58.8% of statements 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.185s coverage: 0.1% of statements 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.093s coverage: 100.0% of statements 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.107s coverage: 75.5% of statements 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 80.8% of statements 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.2% of statements 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.254s coverage: 91.4% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:05 Removing intermediate container 17c67e4835f1 00:39:05 ---> 66607b362027 00:39:05 00:39:05 Step 10/22 : FROM alpine:3.10 00:39:05 Removing intermediate container 109dbe5eff41 00:39:05 ---> d399ad13b2ac 00:39:05 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:05 3.10: Pulling from library/alpine 00:39:05 ---> Running in 33935ed63bcb 00:39:06 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 00:39:06 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:39:06 Status: Downloaded newer image for alpine:3.10 00:39:06 ---> be4e4bea2c2e 00:39:06 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:39:09 ---> Running in 15f2119e0eca 00:39:09 Removing intermediate container cf17eb2c4666 00:39:09 ---> 71471bbf1859 00:39:09 00:39:09 Step 10/22 : FROM scratch 00:39:09 ---> 00:39:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:09 Removing intermediate container 0d5c51fdc4cd 00:39:09 ---> da389a6ac823 00:39:09 00:39:09 Step 10/24 : FROM alpine:3.10 00:39:09 ---> be4e4bea2c2e 00:39:09 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:39:09 ---> Running in 463e3fab2fdd 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.831s coverage: 63.5% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.084s coverage: 100.0% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements 00:39:09 ---> Using cache 00:39:09 ---> 8fe644d8ddbe 00:39:09 Step 12/22 : ENV APP_PORT=48082 00:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.120s coverage: 73.7% of statements 00:39:10 ---> Running in 82d0a5bfe873 00:39:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:39:10 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:39:10 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:39:10 OK: 10348 distinct packages available 00:39:10 (1/5) Installing ca-certificates (20191127-r2) 00:39:10 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:39:10 (3/5) Installing libcurl (7.66.0-r3) 00:39:10 (4/5) Installing curl (7.66.0-r3) 00:39:10 (5/5) Installing dumb-init (1.2.2-r1) 00:39:10 Executing busybox-1.30.1-r3.trigger 00:39:10 Executing ca-certificates-20191127-r2.trigger 00:39:10 OK: 7 MiB in 19 packages 00:39:11 Removing intermediate container 33935ed63bcb 00:39:11 ---> 359884a39454 00:39:11 00:39:11 Step 11/27 : FROM docker:latest 00:39:11 ---> aefe523efa57 00:39:11 Step 12/27 : RUN apk add --no-cache bash 00:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 00:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:39:11 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:39:11 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:39:11 OK: 10348 distinct packages available 00:39:11 (1/5) Installing ca-certificates (20191127-r2) 00:39:12 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:39:12 (3/5) Installing libcurl (7.66.0-r3) 00:39:12 (4/5) Installing curl (7.66.0-r3) 00:39:12 (5/5) Installing dumb-init (1.2.2-r1) 00:39:12 Executing busybox-1.30.1-r3.trigger 00:39:12 Executing ca-certificates-20191127-r2.trigger 00:39:12 OK: 7 MiB in 19 packages 00:39:13 Removing intermediate container 82d0a5bfe873 00:39:13 ---> e3c0ae83cbe3 00:39:13 Step 13/22 : EXPOSE $APP_PORT 00:39:13 ---> Running in 4ddde6e2aba8 00:39:13 ---> Running in e585e699e773 00:39:13 Removing intermediate container 36d9291179e6 00:39:13 ---> 788a24570c0a 00:39:13 00:39:13 Step 10/22 : FROM scratch 00:39:13 ---> 00:39:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:13 ---> Using cache 00:39:13 ---> 8fe644d8ddbe 00:39:13 Step 12/22 : ENV APP_PORT=48081 00:39:14 ---> Running in 7fd353189c3c 00:39:15 Removing intermediate container e585e699e773 00:39:15 ---> 86e63c3549a2 00:39:15 Step 14/22 : WORKDIR / 00:39:15 Removing intermediate container 463e3fab2fdd 00:39:15 ---> 93d2eb009ddd 00:39:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:15 Removing intermediate container 15f2119e0eca 00:39:15 ---> 72de672011cc 00:39:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:39:15 ---> Running in f2e101038f3d 00:39:15 ---> Running in 50183098e1c2 00:39:15 ---> Running in 4bcf769f7dc9 00:39:15 Removing intermediate container 7fd353189c3c 00:39:15 ---> 0a743f0b60b6 00:39:15 Step 13/22 : EXPOSE $APP_PORT 00:39:15 ---> Running in 599060739a7b 00:39:15 Removing intermediate container f2e101038f3d 00:39:15 ---> adcc15d92dad 00:39:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:39:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:15 Removing intermediate container 50183098e1c2 00:39:15 ---> b6da10c8f408 00:39:15 Step 13/24 : WORKDIR / 00:39:15 Removing intermediate container 4bcf769f7dc9 00:39:15 ---> 8b2c1a4319bb 00:39:15 Step 13/22 : WORKDIR / 00:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:16 (1/2) Installing readline (8.0.4-r0) 00:39:16 (2/2) Installing bash (5.0.17-r0) 00:39:16 Executing bash-5.0.17-r0.post-install 00:39:16 Executing busybox-1.31.1-r19.trigger 00:39:16 OK: 12 MiB in 22 packages 00:39:16 ---> Running in 985112f84a2c 00:39:16 Removing intermediate container 599060739a7b 00:39:16 ---> fd6d559eb088 00:39:16 Step 14/22 : WORKDIR / 00:39:16 ---> Running in 4baf0dfa4679 00:39:16 ---> b6d202af48f4 00:39:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:16 ---> Running in 0d24006f40b1 00:39:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.920s coverage: 55.9% of statements 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:39:16 Removing intermediate container 985112f84a2c 00:39:16 ---> 1cddec7b35a0 00:39:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:16 Removing intermediate container 4baf0dfa4679 00:39:16 ---> f0d62da4496d 00:39:16 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:39:16 Removing intermediate container 0d24006f40b1 00:39:16 ---> 12dbb709bd8f 00:39:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:39:16 ---> c4fefc5d6c4d 00:39:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:17 Removing intermediate container 4ddde6e2aba8 00:39:17 ---> db4a07c50a07 00:39:17 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:39:17 ---> 39625cd6a2d5 00:39:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:17 ---> 3b5ac9937416 00:39:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:39:17 ---> 348ed666df89 00:39:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:17 ---> Running in 884f5a0ec449 00:39:17 ---> 6d3df8e5a0db 00:39:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:17 ---> dbb2e7105d52 00:39:17 Step 18/22 : ENTRYPOINT ["/core-command"] 00:39:18 ---> Running in 6c54efeca6af 00:39:18 ---> 0ad33b0737df 00:39:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:18 ---> 071d62e50ad9 00:39:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:39:18 ---> 381914de7b38 00:39:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:18 Removing intermediate container 6c54efeca6af 00:39:18 ---> 0aed6d8b5431 00:39:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:19 ---> Running in dabee0487cce 00:39:19 ---> 23c833c33b99 00:39:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:19 ---> 0a1aef263c3b 00:39:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:39:19 ---> c67b02b3e3cb 00:39:19 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:39:19 ---> Running in 88de783c7caf 00:39:19 Removing intermediate container dabee0487cce 00:39:19 ---> fa4df651638d 00:39:19 Step 20/22 : LABEL arch=x86_64 00:39:19 Removing intermediate container 884f5a0ec449 00:39:19 ---> c0347ac205e2 00:39:19 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:20 ---> Running in 2052d243c452 00:39:20 ---> 3c1ff113b077 00:39:20 Step 18/22 : RUN chmod +x entrypoint.sh 00:39:20 Removing intermediate container 88de783c7caf 00:39:20 ---> 1b69308d1517 00:39:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:20 ---> Running in 313a14726c35 00:39:20 ---> Running in 59619b06fdcc 00:39:20 ---> eb5c36024c28 00:39:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:20 ---> Running in 5c090a25510d 00:39:20 Removing intermediate container 2052d243c452 00:39:20 ---> 105754fcba57 00:39:20 Step 21/22 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:39:20 Removing intermediate container 313a14726c35 00:39:20 ---> 47147049e80c 00:39:20 Step 15/27 : ENV APP_PORT=48090 00:39:20 ---> Running in 75cf9ccb0658 00:39:20 Removing intermediate container 5c090a25510d 00:39:20 ---> 95884a18ebe5 00:39:20 Step 20/22 : LABEL arch=x86_64 00:39:20 ---> 94c8aeee6776 00:39:20 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:39:20 ---> Running in dbeefdb0594c 00:39:20 ---> Running in 88ab1982a41f 00:39:20 ---> Running in ef65598c76ad 00:39:20 Removing intermediate container 75cf9ccb0658 00:39:20 ---> 2053416546be 00:39:20 Step 22/22 : LABEL version=0.0.0 00:39:21 ---> Running in 8cf977e54000 00:39:21 Removing intermediate container dbeefdb0594c 00:39:21 ---> 894d583b1092 00:39:21 Step 16/27 : EXPOSE $APP_PORT 00:39:21 Removing intermediate container 88ab1982a41f 00:39:21 ---> 2ed8393285fc 00:39:21 Step 21/22 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:39:21 ---> Running in 4b855c7250f9 00:39:21 ---> Running in acc4b2eb2b76 00:39:21 Removing intermediate container 8cf977e54000 00:39:21 ---> 2c54559a3a31 00:39:21 00:39:22 Successfully built 2c54559a3a31 00:39:22 Removing intermediate container acc4b2eb2b76 00:39:22 ---> a7e44006e0a6 00:39:22 Step 22/22 : LABEL version=0.0.0 00:39:22 Successfully tagged docker-core-command-go:latest 00:39:22  Building docker-core-command-go ... done Removing intermediate container 4b855c7250f9 00:39:22 ---> 582dcc0f2af0 00:39:22 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:22 Removing intermediate container 59619b06fdcc 00:39:22 ---> 0d12259c83bc 00:39:22 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:39:22 ---> Running in c9f86ae277d0 00:39:22 ---> Running in f73e8cb82730 00:39:22 Removing intermediate container ef65598c76ad 00:39:22 ---> d260b6437393 00:39:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:22 ---> 247e6360c46d 00:39:22 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:22 Removing intermediate container f73e8cb82730 00:39:22 ---> c1307f4d2ccc 00:39:22 Step 20/22 : LABEL arch=x86_64 00:39:22 Removing intermediate container c9f86ae277d0 00:39:22 ---> 92d03b273ee4 00:39:22 00:39:22 ---> Running in ac89dfea8764 00:39:22 ---> Running in b0ff219d6381 00:39:23 Successfully built 92d03b273ee4 00:39:23 Removing intermediate container ac89dfea8764 00:39:23 ---> fe8c74b1a77d 00:39:23 Step 22/24 : LABEL arch=x86_64 00:39:23 Successfully tagged docker-core-metadata-go:latest 00:39:23  Building docker-core-metadata-go ... done  ---> 16bb52b4c38b 00:39:23 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:23 Removing intermediate container b0ff219d6381 00:39:23 ---> 1f48c9c8453a 00:39:23 Step 21/22 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:39:23 ---> Running in cf37b85acca0 00:39:23 ---> Running in aab80ac86bed 00:39:23 Removing intermediate container cf37b85acca0 00:39:23 ---> acbcf36f6982 00:39:23 Step 23/24 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:39:23 Removing intermediate container aab80ac86bed 00:39:23 ---> 9095053f3976 00:39:23 Step 22/22 : LABEL version=0.0.0 00:39:23 ---> Running in dd8819c67b56 00:39:23 ---> e9cc7c8f8047 00:39:23 Step 20/27 : RUN apk --no-cache add py3-pip 00:39:23 ---> Running in 06fc2f09f7b6 00:39:23 ---> Running in 0e8e494593af 00:39:24 Removing intermediate container dd8819c67b56 00:39:24 ---> ff647b8b429c 00:39:24 Step 24/24 : LABEL version=0.0.0 00:39:24 ---> Running in d3e689969a57 00:39:24 Removing intermediate container 06fc2f09f7b6 00:39:24 ---> eeb97d07ffd3 00:39:24 00:39:24 Successfully built eeb97d07ffd3 00:39:24 Successfully tagged docker-security-bootstrap-redis-go:latest 00:39:24  Building docker-security-bootstrap-redis-go ... done Removing intermediate container d3e689969a57 00:39:24 ---> 43406894baa3 00:39:24 00:39:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:24 Successfully built 43406894baa3 00:39:24 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:24  Building docker-security-secretstore-setup-go ... done (1/33) Installing libbz2 (1.0.8-r1) 00:39:24 (2/33) Installing expat (2.2.9-r1) 00:39:24 (3/33) Installing libffi (3.3-r2) 00:39:24 (4/33) Installing gdbm (1.13-r1) 00:39:24 (5/33) Installing xz-libs (5.2.5-r0) 00:39:24 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:24 (7/33) Installing python3 (3.8.5-r0) 00:39:27 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:27 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:27 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:27 (11/33) Installing py3-six (1.15.0-r0) 00:39:27 (12/33) Installing py3-packaging (20.4-r0) 00:39:27 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:27 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:27 (15/33) Installing py3-idna (2.9-r0) 00:39:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:27 (18/33) Installing py3-requests (2.23.0-r0) 00:39:27 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:27 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:27 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:28 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:28 (24/33) Installing py3-distro (1.5.0-r1) 00:39:28 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:28 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:28 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:28 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:28 (29/33) Installing py3-progress (1.5-r0) 00:39:28 (30/33) Installing py3-toml (0.10.1-r0) 00:39:28 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:28 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:28 (33/33) Installing py3-pip (20.1.1-r0) 00:39:29 Executing busybox-1.31.1-r19.trigger 00:39:29 OK: 71 MiB in 55 packages 00:39:37 Removing intermediate container 0e8e494593af 00:39:37 ---> eb5083f26968 00:39:37 Step 21/27 : RUN pip install docker-compose==1.23.2 00:39:37 ---> Running in 73c5a4cc5050 00:39:39 Collecting docker-compose==1.23.2 00:39:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:39 Collecting docker<4.0,>=3.6.0 00:39:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:39 Collecting texttable<0.10,>=0.9.0 00:39:39 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:40 Collecting cached-property<2,>=1.2.0 00:39:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:40 Collecting dockerpty<0.5,>=0.4.1 00:39:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:41 Collecting jsonschema<3,>=2.5.1 00:39:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:41 Collecting websocket-client<1.0,>=0.32.0 00:39:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:41 Collecting PyYAML<4,>=3.10 00:39:41 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:42 Collecting docopt<0.7,>=0.6.1 00:39:42 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:43 Collecting docker-pycreds>=0.4.0 00:39:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:43 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) 00:39:43 Collecting urllib3<1.25,>=1.21.1 00:39:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:43 Collecting idna<2.8,>=2.5 00:39:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:43 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) 00:39:43 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:43 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:43 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:43 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:43 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, cached-property, dockerpty, jsonschema, PyYAML, docopt, docker-compose 00:39:43 Attempting uninstall: urllib3 00:39:43 Found existing installation: urllib3 1.25.9 00:39:43 Uninstalling urllib3-1.25.9: 00:39:44 Successfully uninstalled urllib3-1.25.9 00:39:44 Attempting uninstall: idna 00:39:44 Found existing installation: idna 2.9 00:39:44 Uninstalling idna-2.9: 00:39:44 Successfully uninstalled idna-2.9 00:39:44 Attempting uninstall: requests 00:39:44 Found existing installation: requests 2.23.0 00:39:44 Uninstalling requests-2.23.0: 00:39:44 Successfully uninstalled requests-2.23.0 00:39:44 Running setup.py install for texttable: started 00:39:45 Running setup.py install for texttable: finished with status 'done' 00:39:45 Running setup.py install for dockerpty: started 00:39:45 Running setup.py install for dockerpty: finished with status 'done' 00:39:46 Running setup.py install for PyYAML: started 00:39:46 Running setup.py install for PyYAML: finished with status 'done' 00:39:46 Running setup.py install for docopt: started 00:39:47 Running setup.py install for docopt: finished with status 'done' 00:39:47 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 00:39:51 Removing intermediate container 73c5a4cc5050 00:39:51 ---> 68161fe11855 00:39:51 Step 22/27 : RUN apk --no-cache add curl 00:39:51 ---> Running in 21b52a5233bd 00:39:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:51 (2/3) Installing libcurl (7.69.1-r3) 00:39:51 (3/3) Installing curl (7.69.1-r3) 00:39:51 Executing busybox-1.31.1-r19.trigger 00:39:51 OK: 72 MiB in 58 packages 00:39:52 Removing intermediate container 21b52a5233bd 00:39:52 ---> bc6dfe9a3fd5 00:39:52 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:52 ---> Running in c07f20c00661 00:39:52 Removing intermediate container c07f20c00661 00:39:52 ---> 9596280530fe 00:39:52 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:52 ---> Running in ddd655dd7333 00:39:52 Removing intermediate container ddd655dd7333 00:39:52 ---> 2887cb62aaee 00:39:52 Step 25/27 : LABEL arch=x86_64 00:39:52 ---> Running in 3b418d69682d 00:39:53 Removing intermediate container 3b418d69682d 00:39:53 ---> 80f4edaf92f4 00:39:53 Step 26/27 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:39:53 ---> Running in b25e5d9d31f0 00:39:53 Removing intermediate container b25e5d9d31f0 00:39:53 ---> 9053ff8abdce 00:39:53 Step 27/27 : LABEL version=0.0.0 00:39:53 ---> Running in 6025dd029ea4 00:39:53 Removing intermediate container 6025dd029ea4 00:39:53 ---> f68198dfc27a 00:39:53 00:39:53 Successfully built f68198dfc27a 00:39:53 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:39:54 $ docker stop --time=1 23d8e32e3cc283d6e892864d81111b8e8e82ef6d3bc7db61508f79310f08d15c 00:39:55 $ docker rm -f 23d8e32e3cc283d6e892864d81111b8e8e82ef6d3bc7db61508f79310f08d15c 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 37.158s coverage: 86.3% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 5.155s coverage: 72.2% of statements 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.947s coverage: 72.1% of statements 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.106s coverage: 82.4% of statements 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.068s coverage: 48.4% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.096s coverage: 28.8% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.109s coverage: 96.8% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.404s coverage: 37.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.805s coverage: 84.0% of statements 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.099s coverage: 100.0% of statements 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.485s coverage: 47.1% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.057s coverage: 100.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.153s coverage: 100.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.794s coverage: 29.1% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.125s coverage: 100.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.063s coverage: 0.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 00:39:56 GO111MODULE=on go vet ./... [Pipeline] // withDockerContainer [Pipeline] sh 00:39:56 + docker images 00:39:56 + grep docker 00:39:56 docker-sys-mgmt-agent-go latest f68198dfc27a 3 seconds ago 313MB 00:39:56 docker-security-secretstore-setup-go latest 43406894baa3 32 seconds ago 24.7MB 00:39:56 docker-security-bootstrap-redis-go latest eeb97d07ffd3 33 seconds ago 15.9MB 00:39:56 docker-core-metadata-go latest 92d03b273ee4 34 seconds ago 14.5MB 00:39:56 docker-core-command-go latest 2c54559a3a31 35 seconds ago 12.2MB 00:39:56 docker-security-secrets-setup-go latest a1db237c9efd 2 minutes ago 23.9MB 00:39:56 docker-core-data-go latest 07da8be1f773 2 minutes ago 23.8MB 00:39:56 docker-support-notifications-go latest f2cd9b96b9ce 2 minutes ago 13.6MB 00:39:56 docker-security-proxy-setup-go latest 439eb77da5d3 2 minutes ago 24.6MB 00:39:56 docker-support-scheduler-go latest de5c8eb81fc6 2 minutes ago 12.3MB 00:39:56 docker latest aefe523efa57 3 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:13 Still waiting to schedule task 00:40:13 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:41:11 Running on prd-ubuntu18.04-docker-8c-8g-15995 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws 00:41:11 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:41:13 using credential edgex-jenkins-ssh 00:41:13 Cloning the remote Git repository 00:41:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:13 > git init /w/workspace/edgex-go/2 # timeout=10 00:41:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:14 > git --version # timeout=10 00:41:14 > git --version # 'git version 2.17.1' 00:41:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:18 gofmt -l . 00:41:20 [ "`gofmt -l .`" = "" ] 00:41:23 ./bin/test-go-mod-tidy.sh 00:41:24 ./bin/test-attribution-txt.sh 00:41:27 Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit 24b7634453227e8df51ea6aa002a7fed098fab96 00:41:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:27 > git config core.sparsecheckout # timeout=10 00:41:27 > git checkout -f 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 00:41:27 > git remote # timeout=10 00:41:27 > git config --get remote.origin.url # timeout=10 00:41:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:27 > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 00:41:27 Merge succeeded, producing 4f6d3622ab3f79991744036c69e9aa9759c4cead 00:41:27 Checking out Revision 4f6d3622ab3f79991744036c69e9aa9759c4cead (PR-2944) [Pipeline] sh 00:41:27 > git rev-parse HEAD^{commit} # timeout=10 00:41:27 > git config core.sparsecheckout # timeout=10 00:41:27 > git checkout -f 4f6d3622ab3f79991744036c69e9aa9759c4cead # timeout=10 00:41:29 + ls -al . 00:41:29 total 696 00:41:29 drwxrwxr-x 9 1001 1001 4096 Dec 15 00:41 . 00:41:29 drwxr-xr-x 4 root root 4096 Dec 15 00:36 .. 00:41:29 -rw-rw-r-- 1 1001 1001 11 Dec 15 00:34 .dockerignore 00:41:29 drwxrwxr-x 8 1001 1001 4096 Dec 15 00:34 .git 00:41:29 drwxrwxr-x 3 1001 1001 4096 Dec 15 00:34 .github 00:41:29 -rw-rw-r-- 1 1001 1001 943 Dec 15 00:34 .gitignore 00:41:29 -rw-rw-r-- 1 1001 1001 166 Dec 15 00:34 .sonarcloud.properties 00:41:29 -rw-rw-r-- 1 1001 1001 3804 Dec 15 00:34 CONTRIBUTING.md 00:41:29 -rw-rw-r-- 1 1001 1001 1035 Dec 15 00:34 Dockerfile.build 00:41:29 -rw-rw-r-- 1 1001 1001 863 Dec 15 00:34 Jenkinsfile 00:41:29 -rw-rw-r-- 1 1001 1001 10775 Dec 15 00:34 LICENSE 00:41:29 -rw-rw-r-- 1 1001 1001 6318 Dec 15 00:34 Makefile 00:41:29 -rw-rw-r-- 1 1001 1001 6447 Dec 15 00:34 README.md 00:41:29 -rw-rw-r-- 1 1001 1001 7286 Dec 15 00:34 SECURITY.md 00:41:29 -rw-rw-r-- 1 1001 1001 5 Dec 15 00:30 VERSION 00:41:29 -rw-rw-r-- 1 1001 1001 4131 Dec 15 00:34 ZMQWindows.md 00:41:29 drwxrwxr-x 2 1001 1001 4096 Dec 15 00:34 bin 00:41:29 drwxrwxr-x 15 1001 1001 4096 Dec 15 00:34 cmd 00:41:29 -rw-r--r-- 1 root root 572038 Dec 15 00:39 coverage.out 00:41:29 -rw-r--r-- 1 root root 1041 Dec 15 00:41 go.mod 00:41:29 -rw-r--r-- 1 root root 18959 Dec 15 00:41 go.sum 00:41:29 drwxrwxr-x 8 1001 1001 4096 Dec 15 00:34 internal 00:41:29 drwxrwxr-x 4 1001 1001 4096 Dec 15 00:34 openapi 00:41:29 drwxrwxr-x 4 1001 1001 4096 Dec 15 00:34 snap 00:41:29 -rw-rw-r-- 1 1001 1001 168 Dec 15 00:34 version.go [Pipeline] sh 00:41:30 + '[' -e coverage.out ] 00:41:30 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:30 Warning: overwriting stash ‘coverage-report’ 00:41:31 Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" 00:41:31 > git rev-list --no-walk 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 00:41:31 Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource 00:41:32 + make build 00:41:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] sh 00:41:32 + echo snap-build.sh 00:41:32 snap-build.sh 00:41:32 + SNAP_BASE_DIR=. 00:41:32 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:41:32 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:41:32 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:41:32 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:41:32 + cd /w/workspace/edgex-go/2 00:41:32 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:32 Reading package lists... 00:41:32 Building dependency tree... 00:41:32 Reading state information... 00:41:33 The following packages were automatically installed and are no longer required: 00:41:33 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:33 uidmap xdelta3 00:41:33 Use 'sudo apt autoremove' to remove them. 00:41:33 The following packages will be REMOVED: 00:41:33 lxd* lxd-client* 00:41:34 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:34 After this operation, 31.7 MB disk space will be freed. 00:41:35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:41:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:36 Removing lxd dnsmasq configuration 00:41:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:41:37 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:39 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:39 Processing triggers for ureadahead (0.100.0-21) ... 00:41:41 + sudo snap remove --purge lxd 00:41:41 snap "lxd" is not installed 00:41:41 + sudo groupadd --force --system lxd 00:41:41 ++ whoami 00:41:41 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:41 + newgrp - lxd 00:41:41 + sudo snap install lxd 00:41:44 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 00:42:04 2020-12-15T00:42:01Z INFO Waiting for automatic snapd restart... 00:42:16 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 00:42:20 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 00:42: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 00:42:28 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 00:42:33 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 00:42:36 lxd 4.8 from Canonical* installed 00:42:36 + sudo lxd init --auto 00:42:39 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 00:42:43 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 00:42:46 + sudo snap install --classic snapcraft 00:42:47 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 00:42:54 snapcraft 4.4.4 from Canonical* installed 00:42:54 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:54 + patch --verbose -p1 00:42:54 Hmm... Looks like a unified diff to me... 00:42:54 The text leading up to this was: 00:42:54 -------------------------- 00:42:54 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 00:42:54 |From: Tony Espy 00:42:54 |Date: Wed, 2 Dec 2020 17:38:31 -0500 00:42:54 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:54 | 00:42:54 |This patch is used by the EdgeX CI pipeline builds to 00:42:54 |optimize the snap CI check run for pull requests. When 00:42:54 |applied, it essentially strips out everything (apps and 00:42:54 |parts) from the snapcraft.yaml file except those required 00:42:54 |to build edgex-go, as the whole idea of the CI check is to 00:42:54 |catch changes to edgex-go that break the snap build. 00:42:54 | 00:42:54 |In general, anyone updating snapcraft.yaml will also need 00:42:54 |to update this patch file, otherwise it may fail to apply, 00:42:54 |resulting in a failed snap build CI check in the associated 00:42:54 |pull request. 00:42:54 | 00:42:54 |Note - in addition to applying this patch, the pipeline also 00:42:54 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:54 |need to build the finally binary .snap file (and it won't 00:42:54 |work with the patch applied). This further reduces the build 00:42:54 |time. 00:42:54 |--- 00:42:54 | snap/snapcraft.yaml | 466 +------------------------------------------- 00:42:54 | 1 file changed, 2 insertions(+), 464 deletions(-) 00:42:54 | 00:42:54 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:54 |index b265277c..d7e1de37 100644 00:42:54 |--- a/snap/snapcraft.yaml 00:42:54 |+++ b/snap/snapcraft.yaml 00:42:54 -------------------------- 00:42:54 patching file snap/snapcraft.yaml 00:42:54 Using Plan A... 00:42:54 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 00:42:54 Hunk #2 succeeded at 81 (offset -3 lines). 00:42:54 Hunk #3 succeeded at 211 (offset -7 lines). 00:42:54 Hunk #4 succeeded at 226 (offset -7 lines). 00:42:54 Hunk #5 succeeded at 234 (offset -7 lines). 00:42:54 Hunk #6 succeeded at 241 (offset -7 lines). 00:42:54 Hunk #7 succeeded at 268 (offset -7 lines). 00:42:54 Hunk #8 succeeded at 302 (offset -7 lines). 00:42:54 Hunk #9 succeeded at 358 (offset -7 lines). 00:42:54 Hmm... Ignoring the trailing garbage. 00:42:54 done 00:42:54 + sudo snapcraft prime --use-lxd 00:42:56 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 00:42:56 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:42:56 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: 00:42:56 - README.md 00:42:56 - snapcraft.yaml.orig 00:42:56 00:42:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:42:57 Launching a container. 00:42:59 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 00:43:05 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] } 00:43:10 $ docker stop --time=1 2906e2dcc94df47e7f0a2a9da61a497d014b44617124b11beed65c2ff7647f9b 00:43:12 Waiting for container to be ready 00:43:12 To start your first instance, try: lxc launch ubuntu:18.04 00:43:12 00:43:13 $ docker rm -f 2906e2dcc94df47e7f0a2a9da61a497d014b44617124b11beed65c2ff7647f9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:15 00:43:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:16 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:43:16 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:16 29e5d40040c1: Pulling fs layer 00:43:16 1ce36da41761: Pulling fs layer 00:43:16 25b303627fd3: Pulling fs layer 00:43:16 Waiting for network to be ready... 00:43:16 29e5d40040c1: Verifying Checksum 00:43:16 29e5d40040c1: Download complete 00:43:17 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:43:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:17 1ce36da41761: Verifying Checksum 00:43:17 1ce36da41761: Download complete 00:43:17 29e5d40040c1: Pull complete 00:43:17 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] 00:43:17 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:43:17 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:43:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:43:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:43:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:43:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:43:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:43:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:43:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:43:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:43:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:43:18 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:43:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:43:18 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:43:18 1ce36da41761: Pull complete 00:43:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:43:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 00:43:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:43:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:43:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:43:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:43:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:43:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:43:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:43:19 25b303627fd3: Verifying Checksum 00:43:19 25b303627fd3: Download complete 00:43:23 Fetched 23.5 MB in 6s (3650 kB/s) 00:43:24 Reading package lists... 00:43:24 Reading package lists... 00:43:25 Building dependency tree... 00:43:25 Reading state information... 00:43:25 The following additional packages will be installed: 00:43:25 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:25 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:25 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:25 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:43:25 Suggested packages: 00:43:25 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:43:25 Recommended packages: 00:43:25 gnupg libsasl2-modules 00:43:25 The following NEW packages will be installed: 00:43:25 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:25 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:25 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:25 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:43:25 The following packages will be upgraded: 00:43:25 gpg gpg-agent gpgconf libudev1 00:43:25 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 00:43:25 Need to get 3531 kB of archives. 00:43:25 After this operation, 13.3 MB of additional disk space will be used. 00:43:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:43:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:43:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:43:25 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] 00:43:25 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] 00:43:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:43:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:43:25 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:43:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:43:25 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:43:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:43:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:43:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:43:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:43:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:43:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:43:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:43:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:43:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:43:26 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:43:26 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:43:26 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:43:26 debconf: delaying package configuration, since apt-utils is not installed 00:43:26 Fetched 3531 kB in 1s (3490 kB/s) 00:43:26 (Reading database ... 12511 files and directories currently installed.) 00:43:26 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:43:26 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:43:26 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:43:26 Selecting previously unselected package udev. 00:43:26 (Reading database ... 12511 files and directories currently installed.) 00:43:26 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:43:26 Unpacking udev (237-3ubuntu10.43) ... 00:43:27 Selecting previously unselected package libfuse2:amd64. 00:43:27 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:43:27 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:27 Selecting previously unselected package fuse. 00:43:27 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:43:27 Unpacking fuse (2.9.7-1ubuntu1) ... 00:43:27 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:27 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:27 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:27 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:27 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:27 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:27 Selecting previously unselected package libksba8:amd64. 00:43:27 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:43:27 Unpacking libksba8:amd64 (1.3.5-2) ... 00:43:27 Selecting previously unselected package libroken18-heimdal:amd64. 00:43:28 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:28 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:28 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:43:28 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:28 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:28 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:43:28 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:28 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:28 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:43:28 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:28 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:28 Selecting previously unselected package libwind0-heimdal:amd64. 00:43:28 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:28 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:28 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:43:28 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:28 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:28 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:43:28 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:28 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:29 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:43:29 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:29 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:29 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:43:29 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:29 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:29 Selecting previously unselected package libsasl2-modules-db:amd64. 00:43:29 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:43:29 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:43:29 Selecting previously unselected package libsasl2-2:amd64. 00:43:29 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:43:29 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:43:29 Selecting previously unselected package libldap-common. 00:43:29 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:43:29 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:29 Selecting previously unselected package libldap-2.4-2:amd64. 00:43:29 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:43:29 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:29 Selecting previously unselected package dirmngr. 00:43:29 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:29 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:43:29 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:29 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:43:29 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:29 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:43:29 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:43:29 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:43:29 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:29 Setting up libksba8:amd64 (1.3.5-2) ... 00:43:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:30 Setting up udev (237-3ubuntu10.43) ... 00:43:30 25b303627fd3: Pull complete 00:43:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:30 prd-ubuntu18.04-docker-arm64-4c-16g-15986 does not seem to be running inside a container 00:43:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:30 invoke-rc.d: policy-rc.d denied execution of start. 00:43:30 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:30 Processing triggers for systemd (237-3ubuntu10) ... 00:43:30 Setting up fuse (2.9.7-1ubuntu1) ... 00:43:30 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:43:30 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:30 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:30 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:30 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:30 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:31 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:31 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:31 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:31 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:43:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:32 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:43:32 settings in the [Install] section, and DefaultInstance for template units). 00:43:32 This means they are not meant to be enabled using systemctl. 00:43:32 Possible reasons for having this kind of units are: 00:43:32 1) A unit may be statically enabled by being symlinked from another unit's 00:43:32 .wants/ or .requires/ directory. 00:43:32 2) A unit's purpose may be to act as a helper for some other unit which has 00:43:32 a requirement dependency on it. 00:43:32 3) A unit may be started when needed via activation (socket, path, timer, 00:43:32 D-Bus, udev, scripted systemctl call, ...). 00:43:32 4) In case of template units, the unit is meant to be enabled with some 00:43:32 instance name specified. 00:43:32 Reading package lists... 00:43:32 Building dependency tree... 00:43:32 Reading state information... 00:43:32 The following additional packages will be installed: 00:43:32 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:43:32 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:43:32 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:43:32 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:43:32 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:43:32 Suggested packages: 00:43:32 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:43:32 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:43:32 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:43:32 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:43:32 systemd-container policykit-1 00:43:32 Recommended packages: 00:43:32 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:43:32 The following NEW packages will be installed: 00:43:32 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:43:32 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:43:32 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:43:32 multiarch-support openssh-client python3 python3-minimal python3.6 00:43:32 python3.6-minimal snapd squashfs-tools sudo 00:43:32 The following packages will be upgraded: 00:43:32 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:43:33 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 00:43:33 Need to get 35.2 MB of archives. 00:43:33 After this operation, 141 MB of additional disk space will be used. 00:43:33 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:43:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:43:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:43:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:43:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:43:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:43:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:43:34 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:43:34 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:43:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:43:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:43:34 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:43:34 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:43:34 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 00:43:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:43:34 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:43:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:43:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:43:34 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:43:34 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:43:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:43:34 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:43:34 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:43:34 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:43:34 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:43:34 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:43:34 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:43:34 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:43:34 $ docker top e6deba3f04d980d1ca7f3420a22ae6a52832f0f59fdf64ef5741b4daaae187ec -eo pid,comm 00:43:34 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:43:34 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [Pipeline] { [Pipeline] sh 00:43:35 debconf: delaying package configuration, since apt-utils is not installed 00:43:35 Fetched 35.2 MB in 2s (14.8 MB/s) 00:43:35 + docker-compose build --help 00:43:35 + grep parallel 00:43:35 (Reading database ... 12757 files and directories currently installed.) 00:43:35 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:43:35 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:43:36 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:43:36 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:43:36 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:43:37 (Reading database ... 12757 files and directories currently installed.) 00:43:37 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:43:37 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:37 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:43:37 (Reading database ... 12757 files and directories currently installed.) 00:43:37 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:43:38 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:38 Setting up apt (1.6.12ubuntu0.2) ... 00:43:38 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:43:39 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:43:39 (Reading database ... 12764 files and directories currently installed.) 00:43:39 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:39 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:39 Selecting previously unselected package libpython3.6-minimal:amd64. 00:43:39 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:39 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:39 Selecting previously unselected package libexpat1:amd64. 00:43:39 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:43:39 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:39 Selecting previously unselected package python3.6-minimal. 00:43:39 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:39 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:40 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:40 Checking for services that may need to be restarted...done. 00:43:40 Checking for services that may need to be restarted...done. 00:43:40 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:40 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:40 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:40 --parallel Build images in parallel. [Pipeline] } 00:43:40 $ docker stop --time=1 e6deba3f04d980d1ca7f3420a22ae6a52832f0f59fdf64ef5741b4daaae187ec 00:43:41 Selecting previously unselected package python3-minimal. 00:43:41 (Reading database ... 13012 files and directories currently installed.) 00:43:41 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:43:41 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:43:41 Selecting previously unselected package mime-support. 00:43:41 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:43:41 Unpacking mime-support (3.60ubuntu1) ... 00:43:41 Selecting previously unselected package libmpdec2:amd64. 00:43:41 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:43:41 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:41 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:43:41 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:41 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:41 Selecting previously unselected package python3.6. 00:43:41 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:41 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:41 Selecting previously unselected package libpython3-stdlib:amd64. 00:43:41 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:43:41 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:42 Setting up python3-minimal (3.6.7-1~18.04) ... 00:43:42 Selecting previously unselected package python3. 00:43:42 (Reading database ... 13442 files and directories currently installed.) 00:43:42 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:43:42 Unpacking python3 (3.6.7-1~18.04) ... 00:43:42 Selecting previously unselected package multiarch-support. 00:43:42 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 00:43:42 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 00:43:42 $ docker rm -f e6deba3f04d980d1ca7f3420a22ae6a52832f0f59fdf64ef5741b4daaae187ec 00:43:42 Setting up multiarch-support (2.27-3ubuntu1.3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile 00:43:43 Selecting previously unselected package liblzo2-2:amd64. 00:43:43 (Reading database ... 13479 files and directories currently installed.) 00:43:43 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:43:43 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:43:43 Selecting previously unselected package libbsd0:amd64. 00:43:43 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:43:43 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:43 Selecting previously unselected package sudo. 00:43:43 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:43:43 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:43:43 Selecting previously unselected package apparmor. 00:43:43 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:43:43 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:43:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:43 . [Pipeline] withDockerContainer 00:43:43 Selecting previously unselected package libedit2:amd64. 00:43:43 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:43:43 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:43:43 Selecting previously unselected package libkrb5support0:amd64. 00:43:43 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:43:43 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:43 prd-ubuntu18.04-docker-arm64-4c-16g-15986 does not seem to be running inside a container 00:43:43 Selecting previously unselected package libk5crypto3:amd64. 00:43:43 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:43:43 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:43 Selecting previously unselected package libkeyutils1:amd64. 00:43:43 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:43:43 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:43 Selecting previously unselected package libkrb5-3:amd64. 00:43:43 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:43:43 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:44 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:44 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:43:44 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:43:44 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:44 Selecting previously unselected package libssl1.0.0:amd64. 00:43:44 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:43:44 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:44 Selecting previously unselected package openssh-client. 00:43:44 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:43:44 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:44 Selecting previously unselected package squashfs-tools. 00:43:44 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:43:44 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:44 Selecting previously unselected package snapd. 00:43:44 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:43:45 Unpacking snapd (2.48+18.04) ... 00:43:45 $ docker top 9369c2bb02b231e38f9f4d1159430beba0b960840fdfdd98878e9eaefaa31d0a -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:46 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:47 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:43:47 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:47 Setting up mime-support (3.60ubuntu1) ... 00:43:47 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:43:47 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:47 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:48 Setting up systemd (237-3ubuntu10.43) ... 00:43:48 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:43:49 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:49 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:49 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:43:49 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:49 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:49 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:50 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:50 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:50 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:50 Setting up python3 (3.6.7-1~18.04) ... 00:43:50 running python rtupdate hooks for python3.6... 00:43:50 running python post-rtupdate hooks for python3.6... 00:43:50 Setting up apparmor (2.12-4ubuntu5.1) ... 00:43:52 Building docker-core-command-go ... 00:43:52 Building docker-core-data-go ... 00:43:52 Building docker-core-metadata-go ... 00:43:52 Building docker-security-bootstrap-redis-go ... 00:43:52 Building docker-security-proxy-setup-go ... 00:43:52 Building docker-security-secrets-setup-go ... 00:43:52 Building docker-security-secretstore-setup-go ... 00:43:52 Building docker-support-notifications-go ... 00:43:52 Building docker-support-scheduler-go ... 00:43:52 Building docker-sys-mgmt-agent-go ... 00:43:52 Building docker-core-data-go 00:43:52 Building docker-support-scheduler-go 00:43:52 Building docker-core-metadata-go 00:43:52 Building docker-security-bootstrap-redis-go 00:43:52 Building docker-security-secretstore-setup-go 00:43:52 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:43:52 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:52 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:52 Setting up snapd (2.48+18.04) ... 00:43:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:43:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:43:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:43:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:43:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:53 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:43:54 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:43:54 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:43:55 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:43:55 /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' 00:43:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:55 Processing triggers for systemd (237-3ubuntu10.43) ... 00:43:56 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:56 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:56 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:59 Reading package lists... 00:43:59 Reading package lists... 00:43:59 Building dependency tree... 00:43:59 Reading state information... 00:43:59 Calculating upgrade... 00:43:59 The following packages will be upgraded: 00:43:59 advancecomp base-files bash binutils binutils-common 00:43:59 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:43:59 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:43:59 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:43:59 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:43:59 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:43:59 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:43:59 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:43:59 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 00:43:59 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 00:43:59 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 00:43:59 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 00:43:59 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 00:43:59 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:44:00 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:44:00 Need to get 63.5 MB of archives. 00:44:00 After this operation, 5191 kB of additional disk space will be used. 00:44:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 00:44:00 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 00:44:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:44:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:44:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:44:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:44:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:44:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:44:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:44:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:44:00 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:44:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:44:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:44:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:44:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:44:00 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:44:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:44:00 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:44:00 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:44:00 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:44:00 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:44:00 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:44:00 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:44:00 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:44:00 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:44:00 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:44:00 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:44:00 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:44:00 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:44:00 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:44:00 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:44:00 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:44:00 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:44:00 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:44:00 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:44:00 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:44:00 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:44:00 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:44:00 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:44:00 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:44:00 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:44:00 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:44:00 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:44:00 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 00:44:00 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:44:00 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:44:00 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] 00:44:00 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:44:00 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:44:00 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:44:00 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:44:00 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:44:00 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:44:00 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:44:00 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:44:00 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:44:00 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:44:00 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:44:01 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 00:44:01 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 00:44:01 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:44:01 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:44:01 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:44:01 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:44:01 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:44:01 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:44:01 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:44:01 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:44:01 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:44:01 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:44:01 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:44:01 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:44:01 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:44:01 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:44:01 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:44:01 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 00:44:01 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:44:01 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:44:01 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:44:01 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] 00:44:01 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:44:01 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:44:01 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] 00:44:01 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:44:01 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:44:01 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:44:01 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:44:01 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:44:01 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:44:01 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] 00:44:01 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:44:01 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:44:01 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:44:01 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:44:01 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:44:01 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:44:02 debconf: delaying package configuration, since apt-utils is not installed 00:44:02 Fetched 63.5 MB in 2s (36.3 MB/s) 00:44:02 (Reading database ... 13912 files and directories currently installed.) 00:44:02 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 00:44:02 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:44:02 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 00:44:02 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:44:02 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 00:44:02 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 00:44:03 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:03 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:03 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:03 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:04 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:04 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:04 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:04 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:04 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:04 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:04 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:04 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:04 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:04 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:04 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:04 (Reading database ... 13911 files and directories currently installed.) 00:44:04 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:04 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:44:04 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:44:04 (Reading database ... 13911 files and directories currently installed.) 00:44:04 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:04 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:05 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:05 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:05 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:05 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:05 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:05 (Reading database ... 13911 files and directories currently installed.) 00:44:05 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 00:44:06 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:44:06 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 00:44:06 (Reading database ... 13911 files and directories currently installed.) 00:44:06 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:44:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:44:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:44:06 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:44:07 Setting up base-files (10.1ubuntu2.10) ... 00:44:07 Installing new version of config file /etc/issue ... 00:44:07 Installing new version of config file /etc/issue.net ... 00:44:07 Installing new version of config file /etc/lsb-release ... 00:44:07 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:44:07 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:44:07 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:44:07 Removing obsolete conffile /etc/default/motd-news ... 00:44:07 (Reading database ... 13912 files and directories currently installed.) 00:44:07 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:44:07 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:44:07 Setting up bash (4.4.18-2ubuntu1.2) ... 00:44:07 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 00:44:08 (Reading database ... 13912 files and directories currently installed.) 00:44:08 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:08 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:44:08 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:44:08 (Reading database ... 13912 files and directories currently installed.) 00:44:08 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:44:08 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:44:08 Setting up tar (1.29b-2ubuntu0.1) ... 00:44:08 (Reading database ... 13912 files and directories currently installed.) 00:44:08 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:44:08 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:09 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:09 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:09 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:09 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:09 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:44:09 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:44:09 Setting up grep (3.1-2build1) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:10 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:10 Setting up login (1:4.5-1ubuntu2) ... 00:44:10 (Reading database ... 13912 files and directories currently installed.) 00:44:10 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:10 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:10 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:44:10 (Reading database ... 13912 files and directories currently installed.) 00:44:10 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:10 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:11 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:11 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:11 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:11 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:12 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:12 (Reading database ... 13912 files and directories currently installed.) 00:44:12 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:12 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:13 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:13 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:13 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:13 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:13 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:44:13 (Reading database ... 13912 files and directories currently installed.) 00:44:13 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:44:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:44:14 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:14 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:14 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:14 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:14 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:14 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:14 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:14 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:14 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:15 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:15 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:15 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:15 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:15 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:15 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:15 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:15 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:15 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:16 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:44:16 (Reading database ... 13912 files and directories currently installed.) 00:44:16 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:16 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:16 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:44:17 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:44:17 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:44:17 (Reading database ... 13912 files and directories currently installed.) 00:44:17 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 00:44:17 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:44:18 Setting up libc-bin (2.27-3ubuntu1.3) ... 00:44:18 (Reading database ... 13912 files and directories currently installed.) 00:44:18 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:44:18 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:18 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:44:18 (Reading database ... 13914 files and directories currently installed.) 00:44:18 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:44:18 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:44:18 Setting up debconf (1.5.66ubuntu1) ... 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:19 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:19 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:19 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:20 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:20 (Reading database ... 13914 files and directories currently installed.) 00:44:20 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:20 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:20 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:20 (Reading database ... 13914 files and directories currently installed.) 00:44:20 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:20 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:20 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:44:20 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:44:20 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:20 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:21 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:21 (Reading database ... 13914 files and directories currently installed.) 00:44:21 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:44:21 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:44:21 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:44:21 (Reading database ... 13914 files and directories currently installed.) 00:44:21 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:44:21 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:21 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:22 (Reading database ... 13914 files and directories currently installed.) 00:44:22 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:22 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:22 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:22 (Reading database ... 13914 files and directories currently installed.) 00:44:22 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:44:22 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:44:22 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:44:22 (Reading database ... 13914 files and directories currently installed.) 00:44:22 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:22 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:22 Setting up passwd (1:4.5-1ubuntu2) ... 00:44:22 (Reading database ... 13914 files and directories currently installed.) 00:44:22 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:22 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:23 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:44:23 (Reading database ... 13914 files and directories currently installed.) 00:44:23 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:44:23 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:44:23 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:44:23 (Reading database ... 13914 files and directories currently installed.) 00:44:23 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:44:23 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:44:23 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:44:23 (Reading database ... 13914 files and directories currently installed.) 00:44:23 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:44:23 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:44:23 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:44:23 (Reading database ... 13914 files and directories currently installed.) 00:44:23 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:44:23 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:44:24 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:44:24 (Reading database ... 13914 files and directories currently installed.) 00:44:24 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:44:24 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:44:24 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:44:24 (Reading database ... 13915 files and directories currently installed.) 00:44:24 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:24 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:24 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:24 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:24 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:44:24 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:44:24 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:44:25 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:44:25 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:44:25 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:44:25 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:44:25 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:44:25 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:44:25 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:44:25 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:44:25 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:44:25 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:44:25 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:44:25 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:44:25 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:44:25 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:44:25 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:44:26 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 00:44:26 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 00:44:27 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:44:27 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:44:27 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:44:27 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:44:27 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:27 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:28 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:28 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:28 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:28 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:28 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:28 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:28 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:28 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:28 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:28 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:28 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:28 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:28 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:28 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:30 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:30 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:31 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:31 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:32 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:32 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:32 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:32 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:33 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:33 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:33 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:33 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:33 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:33 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:34 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:34 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:34 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:34 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:44:34 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:34 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:34 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:34 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:34 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:44:34 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:44:34 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:34 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:34 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:34 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:34 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:34 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:44:35 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:44:35 Setting up tzdata (2020d-0ubuntu0.18.04) ... 00:44:35 00:44:35 Current default time zone: 'Etc/UTC' 00:44:35 Local time is now: Tue Dec 15 00:44:35 UTC 2020. 00:44:35 Universal Time is now: Tue Dec 15 00:44:35 UTC 2020. 00:44:35 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:44:35 00:44:35 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:44:35 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:35 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 00:44:35 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:44:35 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:44:35 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:44:35 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:35 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:44:35 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:44:35 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:44:35 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:35 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:44:36 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:36 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:36 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:36 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:36 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:36 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:44:36 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:44:36 Installing new version of config file /etc/ssl/openssl.cnf ... 00:44:36 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:44:36 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 00:44:36 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:44:38 Updating certificates in /etc/ssl/certs... 00:44:39 22 added, 17 removed; done. 00:44:39 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 00:44:39 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:39 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:44:39 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:44:39 Setting up pkgbinarymangler (138.18.04.1) ... 00:44:39 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:39 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:39 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:39 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:39 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:40 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:40 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:40 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:40 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:44:40 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:40 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:40 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:44:40 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:40 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:40 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:40 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:40 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:40 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:44:40 Processing triggers for systemd (237-3ubuntu10.43) ... 00:44:40 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:40 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:44:40 Updating certificates in /etc/ssl/certs... 00:44:41 0 added, 0 removed; done. 00:44:41 Running hooks in /etc/ca-certificates/update.d... 00:44:41 done. 00:44:42 Reading package lists... 00:44:42 Building dependency tree... 00:44:42 Reading state information... 00:44:42 The following NEW packages will be installed: 00:44:42 apt-transport-https 00:44:42 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:44:42 Need to get 1696 B of archives. 00:44:42 After this operation, 153 kB of additional disk space will be used. 00:44:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:44:43 debconf: delaying package configuration, since apt-utils is not installed 00:44:43 Fetched 1696 B in 0s (36.7 kB/s) 00:44:43 Selecting previously unselected package apt-transport-https. 00:44:43 (Reading database ... 13929 files and directories currently installed.) 00:44:43 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:44:43 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:44:43 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:44:43 Waiting for network to be ready... 00:45:05 2020-12-15T00:44:58Z INFO Waiting for automatic snapd restart... 00:45:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:13 ---> 52b81dd3fdb8 00:45:13 Step 3/22 : WORKDIR /edgex-go 00:45:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:13 ---> 52b81dd3fdb8 00:45:13 Step 3/23 : WORKDIR /edgex-go 00:45:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:13 ---> 52b81dd3fdb8 00:45:13 Step 3/21 : WORKDIR /edgex-go 00:45:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:13 ---> 52b81dd3fdb8 00:45:13 Step 3/22 : WORKDIR /edgex-go 00:45:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:13 ---> 52b81dd3fdb8 00:45:13 Step 3/24 : WORKDIR /edgex-go 00:45:13 ---> Running in 4db10e604ecf 00:45:13 ---> Running in 8acb402917a3 00:45:13 ---> Running in 4ede267408e2 00:45:13 ---> Running in adb8947924ad 00:45:13 ---> Running in 316bd10dbc00 00:45:13 Removing intermediate container 8acb402917a3 00:45:13 ---> 80645aee1098 00:45:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:13 Removing intermediate container 316bd10dbc00 00:45:13 ---> f7dffee52084 00:45:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:13 Removing intermediate container adb8947924ad 00:45:13 ---> 053dce4a7e89 00:45:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:13 Removing intermediate container 4ede267408e2 00:45:13 ---> 621596454c13 00:45:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:13 Removing intermediate container 4db10e604ecf 00:45:13 ---> 8c8f3a03e33e 00:45:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:13 ---> Running in 67f6351df67d 00:45:13 ---> Running in 0f958627fc12 00:45:13 ---> Running in 50a7b55f9a87 00:45:13 ---> Running in 85ada1f2af55 00:45:13 ---> Running in 24e3ce3456df 00:45:13 Removing intermediate container 0f958627fc12 00:45:13 ---> bfa53f85daf6 00:45:13 Step 5/24 : RUN apk update && apk add make git 00:45:13 ---> Running in 7f41359730ae 00:45:13 Removing intermediate container 67f6351df67d 00:45:13 ---> 7ca18eed4794 00:45:13 Step 5/22 : RUN apk update && apk add make git 00:45:13 ---> Running in ecadd351db2c 00:45:13 Removing intermediate container 85ada1f2af55 00:45:13 ---> b353f6958e64 00:45:13 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:45:13 Removing intermediate container 24e3ce3456df 00:45:13 ---> b70f6af98540 00:45:13 Step 5/22 : RUN apk update && apk add make git 00:45:13 Removing intermediate container 50a7b55f9a87 00:45:13 ---> 83dd66d660bb 00:45:13 Step 5/21 : RUN apk update && apk add make git 00:45:13 ---> Running in 983de0c9948c 00:45:13 ---> Running in 5a19de144451 00:45:13 ---> Running in 8f11a8852ae6 00:45:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:15 snapd 2.48.1 from Canonical* installed 00:45:15 "snapd" switched to the "latest/stable" channel 00:45:15 00:45:16 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:16 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:16 OK: 12620 distinct packages available 00:45:16 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:16 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:16 OK: 12620 distinct packages available 00:45:16 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:16 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:16 OK: 12620 distinct packages available 00:45:16 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:16 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:16 OK: 12620 distinct packages available 00:45:17 OK: 217 MiB in 51 packages 00:45:17 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:17 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:17 OK: 12620 distinct packages available 00:45:17 OK: 217 MiB in 51 packages 00:45:17 OK: 217 MiB in 51 packages 00:45:17 OK: 217 MiB in 51 packages 00:45:18 OK: 217 MiB in 51 packages 00:45:19 Removing intermediate container 7f41359730ae 00:45:19 ---> 7a4aad82d796 00:45:19 Step 6/24 : COPY go.mod . 00:45:19 Removing intermediate container ecadd351db2c 00:45:19 ---> 2ffc270a87f1 00:45:19 Step 6/22 : COPY go.mod . 00:45:20 Removing intermediate container 983de0c9948c 00:45:20 ---> e63a803e2d86 00:45:20 Step 6/23 : COPY go.mod . 00:45:20 Removing intermediate container 8f11a8852ae6 00:45:20 ---> 5817a5b72d48 00:45:20 Step 6/22 : COPY go.mod . 00:45:20 Removing intermediate container 5a19de144451 00:45:20 ---> 8fca66fdbae4 00:45:20 Step 6/21 : COPY go.mod . 00:45:20 ---> 62fa70871250 00:45:20 Step 7/24 : RUN go mod download 00:45:20 ---> 93e3b063293e 00:45:20 Step 7/22 : RUN go mod download 00:45:20 ---> Running in 49fedeb2c18d 00:45:20 ---> Running in 0aa069e95673 00:45:20 ---> 99e4317da242 00:45:20 Step 7/23 : RUN go mod download 00:45:21 ---> 555f75ea4cf9 00:45:21 Step 7/22 : RUN go mod download 00:45:21 ---> Running in 4e366bcd6f75 00:45:21 ---> 4d152a485529 00:45:21 Step 7/21 : RUN go mod download 00:45:21 ---> Running in 5a0ac3c29272 00:45:21 ---> Running in 4363766ef592 00:45:22 core18 20200929 from Canonical* installed 00:45:22 "core18" switched to the "latest/stable" channel 00:45:22 00:45:25 Removing intermediate container 49fedeb2c18d 00:45:25 ---> 3c962f79e863 00:45:25 Step 8/22 : COPY . . 00:45:25 Removing intermediate container 0aa069e95673 00:45:25 ---> 24f82185543c 00:45:25 Step 8/24 : COPY . . 00:45:25 Removing intermediate container 4e366bcd6f75 00:45:25 ---> 666c0b780704 00:45:25 Step 8/23 : COPY . . 00:45:26 Removing intermediate container 5a0ac3c29272 00:45:26 ---> cf29b9f4b70a 00:45:26 Step 8/22 : COPY . . 00:45:26 Removing intermediate container 4363766ef592 00:45:26 ---> 7ec26596a0b6 00:45:26 Step 8/21 : COPY . . 00:45:29 snapcraft 4.4.4 from Canonical* installed 00:45:29 "snapcraft" switched to the "latest/stable" channel 00:45:29 00:45:33 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: 00:45:33 - README.md 00:45:33 - snapcraft.yaml.orig 00:45:33 00:45:33 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:40 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:42 Reading package lists... 00:45:43 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:45:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:50 Reading package lists... 00:45:50 Building dependency tree... 00:45:50 Reading state information... 00:45:50 Suggested packages: 00:45:50 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:50 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:45:50 Recommended packages: 00:45:50 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:45:50 The following NEW packages will be installed: 00:45:50 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:45:50 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:45:50 pkg-config zip 00:45:50 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:45:50 Need to get 7655 kB of archives. 00:45:50 After this operation, 43.7 MB of additional disk space will be used. 00:45:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:45:50 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:45:50 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:45:50 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:45:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:50 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:45:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:45:51 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:45:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:51 debconf: delaying package configuration, since apt-utils is not installed 00:45:51 Fetched 7655 kB in 1s (6908 kB/s) 00:45:51 Selecting previously unselected package libglib2.0-0:amd64. 00:45:51 (Reading database ... 13933 files and directories currently installed.) 00:45:51 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:45:51 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:51 Selecting previously unselected package libpsl5:amd64. 00:45:51 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:45:51 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:45:51 Selecting previously unselected package libnghttp2-14:amd64. 00:45:51 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:45:51 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:51 Selecting previously unselected package librtmp1:amd64. 00:45:51 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:45:51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:52 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:52 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:45:52 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:52 Selecting previously unselected package liberror-perl. 00:45:52 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:52 Unpacking liberror-perl (0.17025-1) ... 00:45:52 Selecting previously unselected package git-man. 00:45:52 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:45:52 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:45:52 Selecting previously unselected package git. 00:45:52 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:45:52 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:45:53 ---> 6b004f5d476c 00:45:53 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:45:53 ---> a5e6bed17dc3 00:45:53 Step 9/23 : RUN make cmd/core-data/core-data 00:45:53 ---> 8fcf3c0bcc19 00:45:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:53 ---> Running in 31327f197774 00:45:53 ---> 3bac2bcb7fa2 00:45:53 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:45:53 ---> Running in 46757512e2fa 00:45:53 ---> 0257046862ab 00:45:53 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:45:53 ---> Running in e6aed6b0620c 00:45:53 ---> Running in f6256fe86473 00:45:53 ---> Running in b12e189a95b4 00:45:53 Selecting previously unselected package libnorm1:amd64. 00:45:53 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:53 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:53 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:53 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:53 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:53 Selecting previously unselected package libsodium23:amd64. 00:45:53 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:53 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:53 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 00:45:53 Selecting previously unselected package libzmq5:amd64. 00:45:53 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:53 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:53 Selecting previously unselected package libzmq3-dev:amd64. 00:45:53 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:53 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:54 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 00:45:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:45:54 Selecting previously unselected package pkg-config. 00:45:54 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:54 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:54 Selecting previously unselected package zip. 00:45:54 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:54 Unpacking zip (3.0-11build1) ... 00:45:54 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:54 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 00:45:54 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:45:54 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:54 Setting up liberror-perl (0.17025-1) ... 00:45:54 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:45:54 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:54 No schema files found: doing nothing. 00:45:54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:54 Setting up zip (3.0-11build1) ... 00:45:54 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:54 Setting up libsodium23:amd64 (1.0.16-2) ... 00:45:54 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 00:45:54 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:45:54 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:54 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:54 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:54 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:45:54 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:46:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:01 git set to automatically installed. 00:46:01 git-man set to automatically installed. 00:46:01 libcurl3-gnutls set to automatically installed. 00:46:01 liberror-perl set to automatically installed. 00:46:01 libglib2.0-0 set to automatically installed. 00:46:01 libnghttp2-14 set to automatically installed. 00:46:01 libnorm1 set to automatically installed. 00:46:01 libpgm-5.2-0 set to automatically installed. 00:46:01 libpsl5 set to automatically installed. 00:46:01 librtmp1 set to automatically installed. 00:46:01 libsodium23 set to automatically installed. 00:46:01 libzmq3-dev set to automatically installed. 00:46:01 libzmq5 set to automatically installed. 00:46:01 pkg-config set to automatically installed. 00:46:01 zip set to automatically installed. 00:46:03 snapd is not logged in, snap install commands will use sudo 00:46:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:11 snap "core18" has no updates available 00:46:12 Pulling config-common 00:46:14 Pulling go-build-helper 00:46:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:40 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] 00:46:40 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:46:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:46:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:46:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:46:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:46:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:46:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:46:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:46:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:46:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:46:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:46:40 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:46:40 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:46:40 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:46:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:46:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 00:46:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:46:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:46:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:46:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:46:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:46:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:46:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:46:40 Fetched 23.5 MB in 6s (3876 kB/s) 00:46:40 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:46:40 Fetched 96.5 kB in 0s (0 B/s) 00:46:40 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:46:40 Fetched 279 kB in 0s (0 B/s) 00:46:40 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:46:40 Fetched 122 kB in 0s (0 B/s) 00:46:40 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:46:40 Fetched 77.8 kB in 0s (0 B/s) 00:46:40 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:46:40 Fetched 8848 B in 0s (0 B/s) 00:46:40 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:46:40 Fetched 47.8 kB in 0s (0 B/s) 00:46:40 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:46:40 Fetched 45.6 kB in 0s (0 B/s) 00:46:40 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 00:46:40 Fetched 14.8 kB in 0s (0 B/s) 00:46:40 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:46:40 Fetched 214 kB in 0s (0 B/s) 00:46:40 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:46:40 Fetched 155 kB in 0s (0 B/s) 00:46:40 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:46:40 Fetched 50.6 kB in 0s (0 B/s) 00:46:40 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:46:40 Fetched 14.8 kB in 0s (0 B/s) 00:46:40 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:46:40 Fetched 41.8 kB in 0s (0 B/s) 00:46:40 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:46:40 Fetched 499 kB in 0s (0 B/s) 00:46:40 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:46:40 Fetched 111 kB in 0s (0 B/s) 00:46:40 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:46:40 Fetched 240 kB in 0s (0 B/s) 00:46:40 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:46:40 Fetched 29.3 kB in 0s (0 B/s) 00:46:40 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:46:40 Fetched 85.5 kB in 0s (0 B/s) 00:46:40 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:46:40 Fetched 24.5 kB in 0s (0 B/s) 00:46:40 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 00:46:40 Fetched 49.2 kB in 0s (0 B/s) 00:46:40 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:46:40 Fetched 54.2 kB in 0s (0 B/s) 00:46:40 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:46:40 Fetched 30.8 kB in 0s (0 B/s) 00:46:40 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:46:40 Fetched 17.0 kB in 0s (0 B/s) 00:46:40 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:46:40 Fetched 85.9 kB in 0s (0 B/s) 00:46:40 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:46:40 Fetched 8720 B in 0s (0 B/s) 00:46:40 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:46:40 Fetched 137 kB in 0s (0 B/s) 00:46:40 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:46:40 Fetched 119 kB in 0s (0 B/s) 00:46:40 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:46:40 Fetched 109 kB in 0s (0 B/s) 00:46:40 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:46:40 Fetched 11.1 kB in 0s (0 B/s) 00:46:40 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:46:40 Fetched 645 kB in 0s (0 B/s) 00:46:40 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:46:40 Fetched 41.3 kB in 0s (0 B/s) 00:46:40 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:46:40 Fetched 17.9 kB in 0s (0 B/s) 00:46:40 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:46:40 Fetched 368 kB in 0s (0 B/s) 00:46:40 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 00:46:40 Fetched 187 kB in 0s (0 B/s) 00:46:40 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:46:40 Fetched 175 kB in 0s (0 B/s) 00:46:40 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:46:44 Fetched 206 kB in 0s (0 B/s) 00:46:44 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:46:44 Fetched 1301 kB in 0s (0 B/s) 00:46:44 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:46:44 Fetched 36.2 kB in 0s (0 B/s) 00:46:44 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:46:44 Fetched 159 kB in 0s (0 B/s) 00:46:44 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:46:44 Fetched 107 kB in 0s (0 B/s) 00:46:44 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:46:44 Fetched 48.7 kB in 0s (0 B/s) 00:46:44 Pulling static-packages 00:46:45 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:46:45 Skipping pull go-build-helper (already ran) 00:46:45 Skipping pull static-packages (already ran) 00:46:45 Building go-build-helper 00:46:50 Building static-packages 00:46:52 Staging go-build-helper 00:46:54 Staging static-packages 00:46:55 Pulling go115 00:46:57 'edgex-go' has dependencies that need to be staged: go115 00:46:57 Skipping pull go115 (already ran) 00:46:57 Building go115 00:46:57 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:57 Dload Upload Total Spent Left Speed 00:47:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 151k 0 0 1239k 0 0:01:35 --:--:-- 0:01:35 1229k 33 115M 33 38.6M 0 0 34.4M 0 0:00:03 0:00:01 0:00:02 34.4M 71 115M 71 82.0M 0 0 38.6M 0 0:00:02 0:00:02 --:--:-- 38.6M 100 115M 100 115M 0 0 38.8M 0 0:00:02 0:00:02 --:--:-- 38.8M 00:47:00 go1.15.2.linux-amd64.tar.gz: OK 00:47:07 Staging go115 00:47:14 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:14 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:14 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:14 Fetched 0 B in 0s (0 B/s) 00:47:14 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:47:14 Fetched 224 kB in 0s (0 B/s) 00:47:14 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:47:14 Fetched 157 kB in 0s (0 B/s) 00:47:14 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:47:14 Fetched 221 kB in 0s (0 B/s) 00:47:14 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:47:14 Fetched 143 kB in 0s (0 B/s) 00:47:14 Pulling edgex-go 00:47:16 Pulling version 00:47:17 Building config-common 00:47:20 Skipping build go-build-helper (already ran) 00:47:20 Skipping build static-packages (already ran) 00:47:20 Skipping build go115 (already ran) 00:47:20 Building edgex-go 00:47: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 00:47:23 go: downloading github.com/gorilla/mux v1.8.0 00:47:23 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 00:47:23 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:47:23 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 00:47:23 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 00:47:23 go: downloading github.com/pebbe/zmq4 v1.0.0 00:47:23 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 00:47:23 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:47:23 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:47:23 go: downloading github.com/pelletier/go-toml v1.2.0 00:47:23 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:47:23 go: downloading github.com/imdario/mergo v0.3.11 00:47:23 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:47:23 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:47:23 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:47:23 go: downloading github.com/go-kit/kit v0.8.0 00:47:23 go: downloading github.com/google/uuid v1.1.2 00:47:23 go: downloading github.com/BurntSushi/toml v0.3.1 00:47:23 go: downloading github.com/x448/float16 v0.8.4 00:47:23 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:47:23 go: downloading gopkg.in/yaml.v2 v2.4.0 00:47:23 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:47:23 go: downloading github.com/pkg/errors v0.8.1 00:47:23 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:47:23 go: downloading github.com/leodido/go-urn v1.2.0 00:47:23 go: downloading github.com/go-playground/universal-translator v0.17.0 00:47:23 go: downloading github.com/hashicorp/consul/api v1.1.0 00:47:23 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:47:23 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:47:23 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:47:23 go: downloading github.com/go-playground/locales v0.13.0 00:47:23 go: downloading github.com/mitchellh/copystructure v1.0.0 00:47:23 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:47:23 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:47:23 go: downloading github.com/hashicorp/serf v0.8.2 00:47:23 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:47:23 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:47:23 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:47:24 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:47:24 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:47:24 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:47:31 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 00:47:36 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 00:47:41 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 00:47:42 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 00:47:44 Removing intermediate container 31327f197774 00:47:44 ---> 95660760a404 00:47:44 00:47:44 Step 10/22 : FROM alpine:3.10 00:47:44 3.10: Pulling from library/alpine 00:47:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:44 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:47:44 Status: Downloaded newer image for alpine:3.10 00:47:44 ---> 536a684cf733 00:47:44 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:47:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:44 go: downloading github.com/stretchr/testify v1.5.1 00:47:45 go: downloading github.com/pmezard/go-difflib v1.0.0 00:47:45 go: downloading github.com/davecgh/go-spew v1.1.1 00:47:45 ---> Running in a21263e8b85e 00:47:45 Removing intermediate container e6aed6b0620c 00:47:45 ---> bcdc227e418d 00:47:45 00:47:45 Step 10/24 : FROM alpine:3.10 00:47:45 ---> 536a684cf733 00:47:45 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:47:45 ---> Running in b3ccd8ca4cd6 00:47:46 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 00:47:46 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:47:46 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:47:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:47:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:47:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:47:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:47:48 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 00:47:48 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:47:48 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:47:48 OK: 10169 distinct packages available 00:47:48 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:47:48 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:47:48 OK: 10169 distinct packages available 00:47:49 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 00:47:49 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:47:49 (1/5) Installing ca-certificates (20191127-r2) 00:47:49 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:47:49 (3/5) Installing libcurl (7.66.0-r3) 00:47:49 (4/5) Installing curl (7.66.0-r3) 00:47:49 (5/5) Installing dumb-init (1.2.2-r1) 00:47:49 Executing busybox-1.30.1-r3.trigger 00:47:49 Executing ca-certificates-20191127-r2.trigger 00:47:49 (1/5) Installing ca-certificates (20191127-r2) 00:47:49 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:47:49 (3/5) Installing libcurl (7.66.0-r3) 00:47:50 (4/5) Installing curl (7.66.0-r3) 00:47:50 (5/5) Installing dumb-init (1.2.2-r1) 00:47:50 Executing busybox-1.30.1-r3.trigger 00:47:50 Executing ca-certificates-20191127-r2.trigger 00:47:50 OK: 7 MiB in 19 packages 00:47:50 OK: 7 MiB in 19 packages 00:47:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:50 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:47:52 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 00:47:53 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 00:47:54 Removing intermediate container a21263e8b85e 00:47:54 ---> 8622950641d0 00:47:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:47:54 Removing intermediate container b3ccd8ca4cd6 00:47:54 ---> c6bb61d48370 00:47:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:54 ---> Running in 1b7d13da3760 00:47:54 ---> Running in 1ae4a8a88569 00:47:54 Removing intermediate container 1b7d13da3760 00:47:54 ---> c38bff9c1abe 00:47:54 Step 13/22 : WORKDIR / 00:47:54 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 00:47:54 ---> Running in 48362ab5a0bb 00:47:54 Removing intermediate container 1ae4a8a88569 00:47:54 ---> f756b8744693 00:47:54 Step 13/24 : WORKDIR / 00:47:55 ---> Running in 954864b21d9e 00:47:55 Removing intermediate container 48362ab5a0bb 00:47:55 ---> 9107e7e941eb 00:47:55 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:47:55 Removing intermediate container 954864b21d9e 00:47:55 ---> 888a095861fe 00:47:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:47:56 ---> a022bebbf237 00:47:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:47:57 ---> b6ba3dbfd87a 00:47:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:47:58 ---> dec71bfc5bba 00:47:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:58 Building version 00:47:58 ---> 67fe4631c7e5 00:47:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:47:59 ---> bb1897dd6fb2 00:47:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:00 ---> ceb7fcfd6b5d 00:48:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:48:01 Staging config-common 00:48:02 ---> 250dc44b5394 00:48:02 Step 18/22 : RUN chmod +x entrypoint.sh 00:48:02 ---> 5698ef75f19f 00:48:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:02 ---> Running in f2fcca719f9b 00:48:02 Skipping stage go-build-helper (already ran) 00:48:02 Skipping stage static-packages (already ran) 00:48:02 Skipping stage go115 (already ran) 00:48:02 Staging edgex-go 00:48:04 Staging version 00:48:05 Priming config-common 00:48:05 ---> 0f986ebfdf0a 00:48:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:06 Priming go-build-helper 00:48:06 ---> 0370bfe5ba7c 00:48:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:48:06 Removing intermediate container f2fcca719f9b 00:48:06 ---> 919e9c7ebf5c 00:48:06 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:48:06 ---> Running in 5cf1a7b375f3 00:48:07 ---> Running in 4ea9d2b6e008 00:48:08 Priming static-packages 00:48:08 Removing intermediate container 4ea9d2b6e008 00:48:08 ---> c04b66827170 00:48:08 Step 20/22 : LABEL arch=arm64 00:48:08 ---> Running in f3f227654a72 00:48:09 Removing intermediate container f3f227654a72 00:48:09 ---> d1e1462378be 00:48:09 Step 21/22 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:48:10 ---> Running in 8d9182b768e1 00:48:11 Priming go115 00:48:11 Removing intermediate container 8d9182b768e1 00:48:11 ---> 1486008d6db2 00:48:11 Step 22/22 : LABEL version=0.0.0 00:48:12 Removing intermediate container 5cf1a7b375f3 00:48:12 ---> 504c7644ef05 00:48:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:12 Priming edgex-go 00:48:12 ---> Running in 430744ebb85f 00:48:12 Removing intermediate container f6256fe86473 00:48:12 ---> ec14a0d0d73c 00:48:12 00:48:12 Step 10/21 : FROM scratch 00:48:12 ---> 00:48:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:12 ---> Running in 24b049b8b828 00:48:13 ---> Running in e020cdef52c3 00:48:13 Removing intermediate container 430744ebb85f 00:48:13 ---> 3c287fb7998f 00:48:13 00:48:13 Removing intermediate container 24b049b8b828 00:48:13 ---> 9718d1be000a 00:48:13 Step 22/24 : LABEL arch=arm64 00:48:13 Removing intermediate container e020cdef52c3 00:48:13 ---> 4f11716a07e1 00:48:13 Step 12/21 : ENV APP_PORT=48085 00:48:13 ---> Running in 9999b502cb41 00:48:14 ---> Running in 4e5982c39177 00:48:14 Priming version 00:48:14 Successfully built 3c287fb7998f 00:48:14 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:48:14  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go 00:48:15 Removing intermediate container 4e5982c39177 00:48:15 Removing intermediate container 9999b502cb41 00:48:15 ---> a9a141074466 00:48:15 Step 13/21 : EXPOSE $APP_PORT 00:48:15 ---> a3f7436eb7f8 00:48:15 Step 23/24 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:48:15 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:48:15 ---> Running in f80992d359c5 00:48:15 ---> Running in 76a44c9a6084 00:48:16 Removing intermediate container f80992d359c5 00:48:16 ---> 7d4556ed9521 00:48:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:48:16 Removing intermediate container 76a44c9a6084 00:48:16 ---> c6186ee7b16a 00:48:16 Step 24/24 : LABEL version=0.0.0 00:48:17 ---> Running in e1192026fd91 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 00:48:17 ---> 08a60f4e840b 00:48:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:48:18 Removing intermediate container e1192026fd91 00:48:18 ---> 3b2bc1906b4d 00:48:18 00:48:18 Successfully built 3b2bc1906b4d 00:48:18 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:18  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 00:48:19 ---> f1d2adab3284 00:48:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:21 ---> 289c4f6d23c9 00:48:21 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:48:22 ---> Running in 9347d0312587 00:48:23 Removing intermediate container 9347d0312587 00:48:23 ---> 3976be3003f4 00:48:23 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:24 ---> Running in 3cb78edb5895 00:48:25 Removing intermediate container 3cb78edb5895 00:48:25 ---> 00cfcda21318 00:48:25 Step 19/21 : LABEL arch=arm64 00:48:26 ---> Running in 046309b92b59 00:48:27 Removing intermediate container 046309b92b59 00:48:27 ---> de60849c16e0 00:48:27 Step 20/21 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:48:28 ---> Running in b5b5568ab4e6 00:48:29 Removing intermediate container b12e189a95b4 00:48:29 ---> 7cfa525710ff 00:48:29 00:48:29 Step 10/22 : FROM scratch 00:48:29 ---> 00:48:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:29 ---> Using cache 00:48:29 ---> 4f11716a07e1 00:48:29 Step 12/22 : ENV APP_PORT=48081 00:48:29 Removing intermediate container b5b5568ab4e6 00:48:29 ---> 7b548e687b9e 00:48:29 Step 21/21 : LABEL version=0.0.0 00:48:30 ---> Running in 06a892177a92 00:48:30 ---> Running in 845a5297d2dc 00:48:31 Removing intermediate container 06a892177a92 00:48:31 ---> 205ad1f3d371 00:48:31 Step 13/22 : EXPOSE $APP_PORT 00:48:31 ---> Running in b9e23155b150 00:48:31 Removing intermediate container 845a5297d2dc 00:48:31 ---> 8690b5df6ff0 00:48:31 00:48:32 Successfully built 8690b5df6ff0 00:48:32 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:32 Building docker-sys-mgmt-agent-go 00:48:32  Building docker-support-scheduler-go ... done Removing intermediate container b9e23155b150 00:48:32 ---> 721f61e2b775 00:48:32 Step 14/22 : WORKDIR / 00:48:32 ---> Running in 3eef4c8c3541 00:48:33 Removing intermediate container 3eef4c8c3541 00:48:33 ---> 6bf652ff7145 00:48:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:48:34 ---> e197d06d2ec5 00:48:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:38 ---> c1d0375f5d9b 00:48:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:39 Removing intermediate container 46757512e2fa 00:48:39 ---> 8ad83f1222ca 00:48:39 00:48:39 Step 10/23 : FROM alpine 00:48:39 latest: Pulling from library/alpine 00:48:40 ---> 30ade34acdd1 00:48:40 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:48:40 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:48:40 Status: Downloaded newer image for alpine:latest 00:48:40 ---> dd36a01c3f31 00:48:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:41 ---> Running in 2a1030cb3af2 00:48:41 ---> Running in 00aefafc9e42 00:48:42 Removing intermediate container 2a1030cb3af2 00:48:42 ---> 134a8c6b8cdf 00:48:42 Step 12/23 : ENV APP_PORT=48080 00:48:42 Removing intermediate container 00aefafc9e42 00:48:42 ---> 644c90a76e88 00:48:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:42 ---> Running in 05b350827850 00:48:42 ---> Running in 6aa9cdc7df2b 00:48:43 Removing intermediate container 6aa9cdc7df2b 00:48:43 ---> 8efc954852d2 00:48:43 Step 20/22 : LABEL arch=arm64 00:48:43 Removing intermediate container 05b350827850 00:48:43 ---> ecfd269ba744 00:48:43 Step 13/23 : EXPOSE $APP_PORT 00:48:44 ---> Running in af233d1a12bf 00:48:44 ---> Running in 74f8e54f13ca 00:48:45 Removing intermediate container af233d1a12bf 00:48:45 Removing intermediate container 74f8e54f13ca 00:48:45 ---> 7f1a02bec961 00:48:45 Step 21/22 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:48:45 ---> 74d0ea1ccc82 00:48:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:45 ---> Running in d944fd197396 00:48:45 ---> Running in 968b2f21f1d4 00:48:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:48:46 ---> 52b81dd3fdb8 00:48:46 Step 3/24 : WORKDIR /edgex-go 00:48:46 ---> Using cache 00:48:46 ---> 8c8f3a03e33e 00:48:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:46 ---> Using cache 00:48:46 ---> b70f6af98540 00:48:46 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:48:47 ---> Running in ca8fc870471b 00:48:47 Removing intermediate container d944fd197396 00:48:47 ---> 45fdae6c5d97 00:48:47 Step 22/22 : LABEL version=0.0.0 00:48:47 ---> Running in 4821dca13b0b 00:48:48 Removing intermediate container 4821dca13b0b 00:48:48 ---> edb453963719 00:48:48 00:48:48 Successfully built edb453963719 00:48:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:49 Removing intermediate container 968b2f21f1d4 00:48:49 ---> f70a662bc939 00:48:49 Step 15/23 : RUN apk --no-cache add zeromq 00:48:49 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:49 Building docker-core-command-go 00:48:49  Building docker-core-metadata-go ... done  ---> Running in 3341e260de44 00:48:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:51 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:51 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:51 OK: 12620 distinct packages available 00:48:52 (1/5) Installing libgcc (9.3.0-r2) 00:48:52 (2/5) Installing libsodium (1.0.18-r0) 00:48:52 (3/5) Installing libstdc++ (9.3.0-r2) 00:48:52 OK: 217 MiB in 51 packages 00:48:52 (4/5) Installing libzmq (4.3.3-r0) 00:48:52 (5/5) Installing zeromq (4.3.3-r0) 00:48:52 Executing busybox-1.31.1-r19.trigger 00:48:52 OK: 8 MiB in 19 packages 00:48:56 Removing intermediate container ca8fc870471b 00:48:56 ---> 739a74016627 00:48:56 Step 6/24 : COPY go.mod . 00:48:56 Removing intermediate container 3341e260de44 00:48:56 ---> 74d6655449ca 00:48:56 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:48:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:57 ---> 52b81dd3fdb8 00:48:57 Step 3/21 : WORKDIR /edgex-go 00:48:57 ---> Using cache 00:48:57 ---> 8c8f3a03e33e 00:48:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:57 ---> Using cache 00:48:57 ---> b70f6af98540 00:48:57 Step 5/21 : RUN apk update && apk add make git 00:48:57 ---> Using cache 00:48:57 ---> 5817a5b72d48 00:48:57 Step 6/21 : COPY go.mod . 00:48:57 ---> Using cache 00:48:57 ---> 555f75ea4cf9 00:48:57 Step 7/21 : RUN go mod download 00:48:57 ---> Using cache 00:48:57 ---> cf29b9f4b70a 00:48:57 Step 8/21 : COPY . . 00:48:57 ---> 0e0a1b825af7 00:48:57 Step 7/24 : RUN go mod download 00:48:57 ---> Using cache 00:48:57 ---> 0257046862ab 00:48:57 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:48:58 ---> Running in 5742005b323f 00:48:58 ---> Running in 2b8c81476102 00:48:58 ---> 07770e6a1202 00:48:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:00 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 00:49:03 ---> 13881dbf9470 00:49:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:04 Removing intermediate container 5742005b323f 00:49:04 ---> fc636a3d04cf 00:49:04 Step 8/24 : COPY . . 00:49:05 ---> 81e7e365100f 00:49:05 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:05 ---> Running in 418731b2e324 00:49:06 Removing intermediate container 418731b2e324 00:49:06 ---> b143021134e9 00:49:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:07 ---> Running in 94d7336227a1 00:49:09 Removing intermediate container 94d7336227a1 00:49:09 ---> 8faa27f077ec 00:49:09 Step 21/23 : LABEL arch=arm64 00:49:09 ---> Running in 58826e83d7b5 00:49:11 Removing intermediate container 58826e83d7b5 00:49:11 ---> 98128b789924 00:49:11 Step 22/23 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:49:11 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:11 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:49:11 ---> 52b81dd3fdb8 00:49:11 Step 3/27 : WORKDIR /edgex-go 00:49:11 ---> Using cache 00:49:11 ---> 8c8f3a03e33e 00:49:11 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:11 ---> Using cache 00:49:11 ---> b70f6af98540 00:49:11 Step 5/27 : RUN apk update && apk add make bash git 00:49:12 ---> Running in a3564b90d8d8 00:49:12 ---> Running in 47e1c0db5efe 00:49:14 Removing intermediate container a3564b90d8d8 00:49:14 ---> efd1cfe0bc9c 00:49:14 Step 23/23 : LABEL version=0.0.0 00:49:14 ---> Running in a3cb645b8c34 00:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:16 Removing intermediate container a3cb645b8c34 00:49:16 ---> b4ca1b3b393f 00:49:16 00:49:17 Successfully built b4ca1b3b393f 00:49:17 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:17 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:17 OK: 12620 distinct packages available 00:49:17 Successfully tagged docker-core-data-go-arm64:latest 00:49:17  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 00:49:18 OK: 217 MiB in 51 packages 00:49:23 Removing intermediate container 47e1c0db5efe 00:49:23 ---> 7efa8e014d0d 00:49:23 Step 6/27 : COPY go.mod . 00:49:25 ---> 3e49808c9ba4 00:49:25 Step 7/27 : RUN go mod download 00:49:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:25 ---> 52b81dd3fdb8 00:49:25 Step 3/22 : WORKDIR /edgex-go 00:49:25 ---> Using cache 00:49:25 ---> 8c8f3a03e33e 00:49:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:25 ---> Using cache 00:49:25 ---> b70f6af98540 00:49:25 Step 5/22 : RUN apk update && apk add make git 00:49:25 ---> Using cache 00:49:25 ---> 5817a5b72d48 00:49:25 Step 6/22 : COPY go.mod . 00:49:25 ---> Using cache 00:49:25 ---> 555f75ea4cf9 00:49:25 Step 7/22 : RUN go mod download 00:49:25 ---> Using cache 00:49:25 ---> cf29b9f4b70a 00:49:25 Step 8/22 : COPY . . 00:49:25 ---> Using cache 00:49:25 ---> 0257046862ab 00:49:25 Step 9/22 : RUN make cmd/core-command/core-command 00:49:27 ---> Running in 8008893e0eb9 00:49:27 ---> Running in dea87cd3aef6 00:49:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:49:35 Removing intermediate container dea87cd3aef6 00:49:35 ---> 02d00093102c 00:49:35 Step 8/27 : COPY . . 00:49:36 ---> d47c7e85bf6b 00:49:36 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:49:37 ---> Running in 777c165e6d9c 00:49:40 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 00:49:48 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:48 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:49:48 ---> 52b81dd3fdb8 00:49:48 Step 3/29 : WORKDIR /edgex-go 00:49:48 ---> Using cache 00:49:48 ---> 8c8f3a03e33e 00:49:48 Step 4/29 : RUN apk update && apk add make git 00:49:50 ---> Running in 9e1ee382a381 00:49:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:56 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:56 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:56 OK: 12620 distinct packages available 00:49:57 OK: 217 MiB in 51 packages 00:50:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:50:01 ---> 9795a59d6d1b 00:50:01 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:01 Removing intermediate container 9e1ee382a381 00:50:01 ---> 16e09167c9cc 00:50:01 Step 5/29 : COPY go.mod . 00:50:01 ---> Running in 0b0a0d624195 00:50:03 ---> c3a8f35e0d1c 00:50:03 Step 6/29 : RUN go mod download 00:50:03 ---> Running in a58bb7239685 00:50:04 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 00:50:09 Removing intermediate container a58bb7239685 00:50:09 ---> 0b96c9211915 00:50:09 Step 7/29 : COPY . . 00:50:27 Removing intermediate container 2b8c81476102 00:50:27 ---> a0fcfbfbb0d6 00:50:27 00:50:27 Step 10/21 : FROM alpine 00:50:27 ---> dd36a01c3f31 00:50:27 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:50:27 ---> Running in abb1842a9d7c 00:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:31 ---> 2ed9e4c7aff8 00:50:31 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:50:31 ---> Running in 235c5f5684df 00:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:32 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:50:32 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:50:32 OK: 12617 distinct packages available 00:50:33 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 00:50:33 (1/4) Installing ca-certificates (20191127-r4) 00:50:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:33 (3/4) Installing libcurl (7.69.1-r3) 00:50:33 (4/4) Installing curl (7.69.1-r3) 00:50:33 Executing busybox-1.31.1-r19.trigger 00:50:33 Executing ca-certificates-20191127-r4.trigger 00:50:34 OK: 7 MiB in 18 packages 00:50:37 Removing intermediate container abb1842a9d7c 00:50:37 ---> 18dbb2b55f67 00:50:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:37 ---> Running in a68a78f2cd82 00:50:37 Removing intermediate container a68a78f2cd82 00:50:37 ---> fbc44fdf855c 00:50:37 Step 13/21 : WORKDIR /edgex 00:50:38 ---> Running in 2f2dbf8ee7a2 00:50:38 Removing intermediate container 2f2dbf8ee7a2 00:50:38 ---> f9c7bd878b98 00:50:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:39 ---> c1cec7832028 00:50:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:41 ---> fae5ea42347b 00:50:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:43 ---> e74ec747caa4 00:50:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:43 ---> Running in a2c9fd78faad 00:50:44 Removing intermediate container a2c9fd78faad 00:50:44 ---> bb7ae8d98148 00:50:44 Step 18/21 : CMD ["--init=true"] 00:50:44 ---> Running in c15935719775 00:50:45 Removing intermediate container c15935719775 00:50:45 ---> 4f196ccd5684 00:50:45 Step 19/21 : LABEL arch=arm64 00:50:45 ---> Running in 8530b2a51173 00:50:46 Removing intermediate container 8530b2a51173 00:50:46 ---> cae3d5870b25 00:50:46 Step 20/21 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:50:46 ---> Running in 2938872fccdf 00:50:47 Removing intermediate container 2938872fccdf 00:50:47 ---> a2d01e0ea673 00:50:47 Step 21/21 : LABEL version=0.0.0 00:50:47 ---> Running in 18f61c6abb2f 00:50:48 Removing intermediate container 18f61c6abb2f 00:50:48 ---> 6c5f1d127105 00:50:48 00:50:48 Successfully built 6c5f1d127105 00:50:48 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:45  Building docker-security-proxy-setup-go ... done Removing intermediate container 8008893e0eb9 00:51:45 ---> 5d2fc55f0e6f 00:51:45 00:51:45 Step 10/22 : FROM scratch 00:51:45 ---> 00:51:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:45 ---> Using cache 00:51:45 ---> 4f11716a07e1 00:51:45 Step 12/22 : ENV APP_PORT=48082 00:51:45 ---> Running in 0d086fbaa425 00:51:45 Removing intermediate container 0d086fbaa425 00:51:45 ---> 7e6aab66a5d6 00:51:45 Step 13/22 : EXPOSE $APP_PORT 00:51:45 ---> Running in 30da8aba8baa 00:51:45 Removing intermediate container 30da8aba8baa 00:51:45 ---> cf631548de62 00:51:45 Step 14/22 : WORKDIR / 00:51:45 ---> Running in e0962aa3a9ea 00:51:45 Removing intermediate container e0962aa3a9ea 00:51:45 ---> 58d1e38e375b 00:51:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:51:45 ---> 19d9b244d955 00:51:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:51:45 ---> 703c1e4227ff 00:51:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:51:45 ---> 02ddf95a9007 00:51:45 Step 18/22 : ENTRYPOINT ["/core-command"] 00:51:45 ---> Running in 91d200592554 00:51:45 Removing intermediate container 0b0a0d624195 00:51:45 ---> e57f1fe12530 00:51:45 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:45 ---> Running in 99ea3f32cf4e 00:51:45 Removing intermediate container 91d200592554 00:51:45 ---> 28f96b5d2c83 00:51:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:45 ---> Running in 9f31ceadb441 00:51:46 Removing intermediate container 777c165e6d9c 00:51:46 ---> e64a87682e46 00:51:46 00:51:46 Step 10/24 : FROM scratch 00:51:46 ---> 00:51:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:51:46 Removing intermediate container 9f31ceadb441 00:51:46 ---> d09ab0dc2c7e 00:51:46 Step 20/22 : LABEL arch=arm64 00:51:46 ---> Running in 45b767657c35 00:51:46 ---> Running in a3d5314d06f8 00:51:46 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 00:51:47 Removing intermediate container 45b767657c35 00:51:47 ---> 955e2db3e870 00:51:47 Step 21/22 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:51:47 Removing intermediate container a3d5314d06f8 00:51:47 ---> 0d35a1b54c9a 00:51:47 Step 12/24 : ENV APP_PORT=48060 00:51:47 ---> Running in 140de39e9dbd 00:51:47 ---> Running in 6dcccaaa2160 00:51:48 Removing intermediate container 140de39e9dbd 00:51:48 ---> 59d47a6d5195 00:51:48 Step 13/24 : EXPOSE $APP_PORT 00:51:48 Removing intermediate container 6dcccaaa2160 00:51:48 ---> 048016e9ad6f 00:51:48 Step 22/22 : LABEL version=0.0.0 00:51:48 ---> Running in 2a62473b121d 00:51:48 ---> Running in 6bae2ff02804 00:51:49 Removing intermediate container 2a62473b121d 00:51:49 ---> 3f968e2cd1ef 00:51:49 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:51:49 Removing intermediate container 6bae2ff02804 00:51:49 ---> 4da2fcd6354f 00:51:49 00:51:49 Removing intermediate container 235c5f5684df 00:51:49 ---> 635c92800e41 00:51:49 00:51:49 Step 9/29 : FROM alpine:latest 00:51:49 ---> dd36a01c3f31 00:51:49 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:51:49 ---> Running in 46a7f7d64283 00:51:50 Successfully built 4da2fcd6354f 00:51:50 Successfully tagged docker-core-command-go-arm64:latest 00:51:50  Building docker-core-command-go ... done Removing intermediate container 99ea3f32cf4e 00:51:50 ---> 751904b4bf91 00:51:50 00:51:50 Step 11/27 : FROM docker:latest 00:51:50 ---> eeaf43b92773 00:51:50 Step 12/27 : RUN apk add --no-cache bash 00:51:50 ---> 25355b5968e2 00:51:50 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:51:50 ---> Running in f7ad261319ed 00:51:50 Removing intermediate container 46a7f7d64283 00:51:50 ---> c995be51d162 00:51:50 Step 11/29 : USER root 00:51:51 ---> Running in 872a89872b77 00:51:51 Removing intermediate container 872a89872b77 00:51:51 ---> 7040eb72ad74 00:51:51 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:51:52 ---> Running in 446e457fb773 00:51:52 ---> 65172f57c7e2 00:51:52 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:51:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:53 (1/2) Installing readline (8.0.4-r0) 00:51:53 (2/2) Installing bash (5.0.17-r0) 00:51:53 Executing bash-5.0.17-r0.post-install 00:51:53 Executing busybox-1.31.1-r19.trigger 00:51:53 OK: 12 MiB in 22 packages 00:51:53 ---> 7e9251086baa 00:51:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:51:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:54 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:51:54 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:51:54 OK: 12617 distinct packages available 00:51:54 ---> 3846e18e7df4 00:51:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:54 Removing intermediate container f7ad261319ed 00:51:54 ---> b384459c9c10 00:51:54 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:51:55 (1/2) Installing ca-certificates (20191127-r4) 00:51:55 (2/2) Installing dumb-init (1.2.2-r1) 00:51:55 Executing busybox-1.31.1-r19.trigger 00:51:55 Executing ca-certificates-20191127-r4.trigger 00:51:55 ---> Running in 54d0a2ad1c37 00:51:55 OK: 6 MiB in 16 packages 00:51:55 ---> 9d5d62b9c741 00:51:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:56 ---> dcee7845cfa5 00:51:56 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:51:56 ---> Running in d7466b2b0aa3 00:51:57 Removing intermediate container d7466b2b0aa3 00:51:57 ---> 257cdf1d0454 00:51:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:57 Removing intermediate container 446e457fb773 00:51:57 ---> b9e172c4a3f8 00:51:57 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:51:57 ---> Running in 5c603b15e121 00:51:57 ---> Running in 1b049dee3d5f 00:51:58 Removing intermediate container 54d0a2ad1c37 00:51:58 ---> e8605e0e05a1 00:51:58 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:58 Removing intermediate container 5c603b15e121 00:51:58 ---> 6627d1ad453d 00:51:58 Step 14/29 : WORKDIR $BASE_DIR 00:51:58 Removing intermediate container 1b049dee3d5f 00:51:58 ---> 669a461b0e71 00:51:58 Step 22/24 : LABEL arch=arm64 00:51:58 ---> Running in dab64db493a6 00:51:58 ---> Running in f7f587dc63a5 00:51:58 ---> Running in b173df6087c0 00:51:59 Removing intermediate container dab64db493a6 00:51:59 ---> dd67759ed627 00:51:59 Step 15/27 : ENV APP_PORT=48090 00:51:59 Removing intermediate container f7f587dc63a5 00:51:59 ---> a2ecd6f8c0e4 00:51:59 Step 23/24 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:51:59 Removing intermediate container b173df6087c0 00:51:59 ---> a8400cbb32e7 00:51:59 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:51:59 ---> Running in f2abc0532651 00:51:59 ---> Running in ae1b3a98eea9 00:51:59 ---> Running in 3f368d6ad035 00:51:59 Removing intermediate container f2abc0532651 00:51:59 ---> 13ada3b004da 00:51:59 Step 16/27 : EXPOSE $APP_PORT 00:51:59 Removing intermediate container ae1b3a98eea9 00:51:59 ---> 63a3cb6278f7 00:51:59 Step 24/24 : LABEL version=0.0.0 00:51:59 ---> Running in 80e6f1b3728f 00:52:00 ---> Running in ccb03dc03d8b 00:52:00 Removing intermediate container 80e6f1b3728f 00:52:00 ---> a289b72de6f7 00:52:00 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:00 Removing intermediate container ccb03dc03d8b 00:52:00 ---> e20092b0b1b4 00:52:00 00:52:01 Successfully built e20092b0b1b4 00:52:01 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:02  Building docker-support-notifications-go ... done  ---> f55643f6a9a6 00:52:02 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:02 Removing intermediate container 3f368d6ad035 00:52:02 ---> 5a2a4260e042 00:52:02 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:52:03 ---> c5fdf8d19c35 00:52:03 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:03 ---> be9993dc85b7 00:52:03 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:52:03 ---> d0e179b9afb7 00:52:03 Step 20/27 : RUN apk --no-cache add py3-pip 00:52:04 ---> Running in f48b1b9275f0 00:52:04 ---> 20445364383a 00:52:04 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:52:05 ---> 95dd0e7a1b4b 00:52:05 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:52:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:06 ---> 8655ce99561d 00:52:06 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:52:06 (1/33) Installing libbz2 (1.0.8-r1) 00:52:06 (2/33) Installing expat (2.2.9-r1) 00:52:06 (3/33) Installing libffi (3.3-r2) 00:52:06 (4/33) Installing gdbm (1.13-r1) 00:52:06 (5/33) Installing xz-libs (5.2.5-r0) 00:52:06 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:06 (7/33) Installing python3 (3.8.5-r0) 00:52:07 ---> af5f054b1b07 00:52:07 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:52:07 ---> Running in 4cf8cb043cb8 00:52:08 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:08 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:08 (11/33) Installing py3-six (1.15.0-r0) 00:52:09 (12/33) Installing py3-packaging (20.4-r0) 00:52:09 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:09 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:09 (15/33) Installing py3-idna (2.9-r0) 00:52:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:09 (18/33) Installing py3-requests (2.23.0-r0) 00:52:09 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:09 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:09 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:09 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:09 (24/33) Installing py3-distro (1.5.0-r1) 00:52:09 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:09 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:09 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:09 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:09 (29/33) Installing py3-progress (1.5-r0) 00:52:09 (30/33) Installing py3-toml (0.10.1-r0) 00:52:09 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:09 (33/33) Installing py3-pip (20.1.1-r0) 00:52:09 Executing busybox-1.31.1-r19.trigger 00:52:09 OK: 71 MiB in 55 packages 00:52:10 Removing intermediate container 4cf8cb043cb8 00:52:10 ---> a36f3ad44de5 00:52:10 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:52:12 ---> 5931b4a7c8f7 00:52:12 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:52:12 ---> Running in 5d98d91488b9 00:52:15 Removing intermediate container 5d98d91488b9 00:52:15 ---> e15c9111d2d0 00:52:15 Step 24/29 : RUN chmod 755 security-secrets-setup 00:52:15 ---> Running in 4ce052f5a4fd 00:52:16 Removing intermediate container f48b1b9275f0 00:52:16 ---> 85fab72bf4ac 00:52:16 Step 21/27 : RUN pip install docker-compose==1.23.2 00:52:16 ---> Running in 3765bb684557 00:52:17 Removing intermediate container 4ce052f5a4fd 00:52:17 ---> 25b65a004285 00:52:17 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:52:18 ---> Running in 3cf1537e4642 00:52:18 Removing intermediate container 3cf1537e4642 00:52:18 ---> 88c74de63bcf 00:52:18 Step 26/29 : CMD [ "generate" ] 00:52:18 ---> Running in e01b7bc52f5f 00:52:19 Removing intermediate container e01b7bc52f5f 00:52:19 ---> 71cfcdac4c48 00:52:19 Step 27/29 : LABEL arch=arm64 00:52:19 ---> Running in 5090cb24c4f1 00:52:19 Removing intermediate container 5090cb24c4f1 00:52:19 ---> d741bb2f679a 00:52:19 Step 28/29 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:52:20 ---> Running in d33dea74b02b 00:52:20 Removing intermediate container d33dea74b02b 00:52:20 ---> aebbee757c46 00:52:20 Step 29/29 : LABEL version=0.0.0 00:52:20 ---> Running in e807096337ba 00:52:21 Removing intermediate container e807096337ba 00:52:21 ---> 20c3604aec2c 00:52:21 00:52:22 Successfully built 20c3604aec2c 00:52:22 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:52:24  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 00:52:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:25 Collecting dockerpty<0.5,>=0.4.1 00:52:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:29 Collecting websocket-client<1.0,>=0.32.0 00:52:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:29 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:29 Collecting docker<4.0,>=3.6.0 00:52:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:33 Collecting jsonschema<3,>=2.5.1 00:52:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:34 Collecting PyYAML<4,>=3.10 00:52:34 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:40 Collecting docopt<0.7,>=0.6.1 00:52:40 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:42 Collecting cached-property<2,>=1.2.0 00:52:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:43 Collecting texttable<0.10,>=0.9.0 00:52:43 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:46 Collecting docker-pycreds>=0.4.0 00:52:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:46 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:52:46 Collecting idna<2.8,>=2.5 00:52:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:46 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) 00:52:47 Collecting urllib3<1.25,>=1.21.1 00:52:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:49 Installing collected packages: dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, PyYAML, docopt, cached-property, texttable, docker-compose 00:52:49 Running setup.py install for dockerpty: started 00:52:52 Running setup.py install for dockerpty: finished with status 'done' 00:52:53 Attempting uninstall: idna 00:52:53 Found existing installation: idna 2.9 00:52:53 Uninstalling idna-2.9: 00:52:53 Successfully uninstalled idna-2.9 00:52:54 Attempting uninstall: urllib3 00:52:54 Found existing installation: urllib3 1.25.9 00:52:54 Uninstalling urllib3-1.25.9: 00:52:54 Successfully uninstalled urllib3-1.25.9 00:52:54 Attempting uninstall: requests 00:52:54 Found existing installation: requests 2.23.0 00:52:54 Uninstalling requests-2.23.0: 00:52:55 Successfully uninstalled requests-2.23.0 00:52:57 Running setup.py install for PyYAML: started 00:52:59 Running setup.py install for PyYAML: finished with status 'done' 00:52:59 Running setup.py install for docopt: started 00:53:02 Running setup.py install for docopt: finished with status 'done' 00:53:02 Running setup.py install for texttable: started 00:53:05 Running setup.py install for texttable: finished with status 'done' 00:53:06 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:53:12 Removing intermediate container 3765bb684557 00:53:12 ---> 4db736a35073 00:53:12 Step 22/27 : RUN apk --no-cache add curl 00:53:12 ---> Running in 73f669744884 00:53:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:13 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:13 (2/3) Installing libcurl (7.69.1-r3) 00:53:13 (3/3) Installing curl (7.69.1-r3) 00:53:13 Executing busybox-1.31.1-r19.trigger 00:53:13 OK: 71 MiB in 58 packages 00:53:15 Removing intermediate container 73f669744884 00:53:15 ---> 6ba0bb66f7e4 00:53:15 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:15 ---> Running in 61e6e29ce993 00:53:15 Removing intermediate container 61e6e29ce993 00:53:15 ---> 57f0600b3c55 00:53:15 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:15 ---> Running in 28a91c29c23d 00:53:16 Removing intermediate container 28a91c29c23d 00:53:16 ---> 9b235690fcf6 00:53:16 Step 25/27 : LABEL arch=arm64 00:53:16 ---> Running in 56d45be77bc1 00:53:16 Removing intermediate container 56d45be77bc1 00:53:16 ---> dea9d889b3b8 00:53:16 Step 26/27 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 00:53:16 ---> Running in d8144feec2cd 00:53:17 Removing intermediate container d8144feec2cd 00:53:17 ---> 374fe9dfc278 00:53:17 Step 27/27 : LABEL version=0.0.0 00:53:17 ---> Running in 6ed3f5a508e0 00:53:18 Removing intermediate container 6ed3f5a508e0 00:53:18 ---> acbdab430eb8 00:53:18 00:53:18 Successfully built acbdab430eb8 00:53:18 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:19  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:19 $ docker stop --time=1 9369c2bb02b231e38f9f4d1159430beba0b960840fdfdd98878e9eaefaa31d0a 00:53:21 $ docker rm -f 9369c2bb02b231e38f9f4d1159430beba0b960840fdfdd98878e9eaefaa31d0a [Pipeline] // withDockerContainer [Pipeline] sh 00:53:22 + + dockergrep images docker 00:53:22 00:53:22 docker-sys-mgmt-agent-go-arm64 latest acbdab430eb8 5 seconds ago 300MB 00:53:22 docker-security-secrets-setup-go-arm64 latest 20c3604aec2c About a minute ago 22.7MB 00:53:22 docker-support-notifications-go-arm64 latest e20092b0b1b4 About a minute ago 12.9MB 00:53:22 docker-core-command-go-arm64 latest 4da2fcd6354f About a minute ago 11.4MB 00:53:22 docker-security-proxy-setup-go-arm64 latest 6c5f1d127105 2 minutes ago 23.4MB 00:53:22 docker-core-data-go-arm64 latest b4ca1b3b393f 4 minutes ago 22.4MB 00:53:22 docker-core-metadata-go-arm64 latest edb453963719 4 minutes ago 13.6MB 00:53:22 docker-support-scheduler-go-arm64 latest 8690b5df6ff0 4 minutes ago 11.5MB 00:53:22 docker-security-secretstore-setup-go-arm64 latest 3b2bc1906b4d 5 minutes ago 23.5MB 00:53:22 docker-security-bootstrap-redis-go-arm64 latest 3c287fb7998f 5 minutes ago 15.2MB 00:53:22 docker latest eeaf43b92773 3 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:53:24 provisioning config files... 00:53:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7232890884468614886tmp [Pipeline] { [Pipeline] sh 00:53:24 + set +x 00:53:24 + curl -s https://codecov.io/bash 00:53:24 + bash -s -- 00:53:24 00:53:24 _____ _ 00:53:24 / ____| | | 00:53:24 | | ___ __| | ___ ___ _____ __ 00:53:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:53:24 | |___| (_) | (_| | __/ (_| (_) \ V / 00:53:24 \_____\___/ \__,_|\___|\___\___/ \_/ 00:53:24 Bash-20201130-cc6d3fe 00:53:24 00:53:24 00:53:24 ==> Jenkins CI detected. 00:53:24 project root: . 00:53:24 --> token set from env 00:53:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:53:25 ==> Running gcov in . (disable via -X gcov) 00:53:25 ==> Python coveragepy not found 00:53:25 ==> Searching for coverage reports in: 00:53:25 + . 00:53:25 -> Found 1 reports 00:53:25 ==> Detecting git/mercurial file structure 00:53:25 ==> Reading reports 00:53:25 + ./coverage.out bytes=572038 00:53:25 ==> Appending adjustments 00:53:25 https://docs.codecov.io/docs/fixing-reports 00:53:28 + Found adjustments 00:53:28 ==> Gzipping contents 00:53:28 88K /tmp/codecov.RAwQwA.gz 00:53:28 ==> Uploading reports 00:53:28 url: https://codecov.io 00:53:28 query: branch=PR-2944&commit=ee536852e21e767ea5f8c26f76da8c31d7e315f4&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2944%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2944&job=&cmd_args= 00:53:28 -> Pinging Codecov 00:53:28 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2944&commit=ee536852e21e767ea5f8c26f76da8c31d7e315f4&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2944%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2944&job=&cmd_args= 00:53:28 -> Uploading to 00:53:28 https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/ee536852e21e767ea5f8c26f76da8c31d7e315f4/1022adef-4f01-40c2-b8bd-ded35d4e94a5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T005328Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=62f5aee5f827e3eae7bbe15fc2b6109272d742f5f6d6762c265551134e9d68c8 00:53:28 % Total % Received % Xferd Average Speed Time Time Time Current 00:53:28 Dload Upload Total Spent Left Speed 00:53:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88319 0 0 100 88319 0 142k --:--:-- --:--:-- --:--:-- 142k 00:53:29 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ee536852e21e767ea5f8c26f76da8c31d7e315f4 [Pipeline] } 00:53:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:53:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:32 ---> package-listing.sh 00:53:32 ++ facter osfamily 00:53:32 ++ tr '[:upper:]' '[:lower:]' 00:53:32 + OS_FAMILY=redhat 00:53:32 + workspace=/w/workspace/edgex-go/2 00:53:32 + START_PACKAGES=/tmp/packages_start.txt 00:53:32 + END_PACKAGES=/tmp/packages_end.txt 00:53:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:32 + PACKAGES=/tmp/packages_start.txt 00:53:32 + '[' /w/workspace/edgex-go/2 ']' 00:53:32 + PACKAGES=/tmp/packages_end.txt 00:53:32 + case "${OS_FAMILY}" in 00:53:32 + rpm -qa 00:53:32 + sort 00:53:37 + '[' -f /tmp/packages_start.txt ']' 00:53:37 + '[' -f /tmp/packages_end.txt ']' 00:53:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:37 + '[' /w/workspace/edgex-go/2 ']' 00:53:37 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:53:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:53:37 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:38 00:53:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:39 alpine: Pulling from edgex-lftools-log-publisher 00:53:39 df20fa9351a1: Pulling fs layer 00:53:39 36b3adc4ff6f: Pulling fs layer 00:53:39 8ad3a11d3b57: Pulling fs layer 00:53:39 46f8f816bc3b: Pulling fs layer 00:53:39 93b61091891f: Pulling fs layer 00:53:39 93b9cdb0e59b: Pulling fs layer 00:53:39 5e14af77c1be: Pulling fs layer 00:53:39 01666e4c0597: Pulling fs layer 00:53:39 aa168da1d23b: Pulling fs layer 00:53:39 46f8f816bc3b: Waiting 00:53:39 93b61091891f: Waiting 00:53:39 93b9cdb0e59b: Waiting 00:53:39 5e14af77c1be: Waiting 00:53:39 01666e4c0597: Waiting 00:53:39 aa168da1d23b: Waiting 00:53:39 36b3adc4ff6f: Verifying Checksum 00:53:39 36b3adc4ff6f: Download complete 00:53:39 46f8f816bc3b: Download complete 00:53:39 df20fa9351a1: Verifying Checksum 00:53:39 93b9cdb0e59b: Verifying Checksum 00:53:39 93b9cdb0e59b: Download complete 00:53:39 5e14af77c1be: Verifying Checksum 00:53:39 5e14af77c1be: Download complete 00:53:39 93b61091891f: Verifying Checksum 00:53:39 93b61091891f: Download complete 00:53:39 01666e4c0597: Verifying Checksum 00:53:39 01666e4c0597: Download complete 00:53:39 8ad3a11d3b57: Verifying Checksum 00:53:39 8ad3a11d3b57: Download complete 00:53:39 df20fa9351a1: Pull complete 00:53:39 36b3adc4ff6f: Pull complete 00:53:41 aa168da1d23b: Verifying Checksum 00:53:41 aa168da1d23b: Download complete 00:53:41 8ad3a11d3b57: Pull complete 00:53:42 46f8f816bc3b: Pull complete 00:53:42 93b61091891f: Pull complete 00:53:42 93b9cdb0e59b: Pull complete 00:53:42 5e14af77c1be: Pull complete 00:53:42 01666e4c0597: Pull complete 00:53:53 aa168da1d23b: Pull complete 00:53:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:53:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:53 prd-centos7-docker-4c-2g-15977 does not seem to be running inside a container 00:53:53 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:53:57 $ docker top 8743b5e3169fb63047f6540108daad46f4236654c916a6ca9df7cf0664937669 -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:58 + touch /tmp/pre-build-complete [Pipeline] sh 00:53:58 + mkdir -p /var/log/sa [Pipeline] sh 00:53:59 + ls /var/log/sa-host 00:53:59 + sadf -c /var/log/sa-host/sa15 00:53:59 file_magic: OK 00:53:59 HZ: Using current value: 100 00:53:59 file_header: OK 00:53:59 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 00:53:59 Statistics: 00:53:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:53:59 File successfully converted to sysstat format version 12.2.1 00:53:59 + sadf -c /var/log/sa-host/sa23 00:53:59 file_magic: OK 00:53:59 HZ: Using current value: 100 00:53:59 file_header: OK 00:53:59 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 00:53:59 Statistics: 00:53:59 Hnuu...uuuununununu... 00:53:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:59 provisioning config files... 00:53:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2179842740596875267tmp [Pipeline] { [Pipeline] echo 00:53:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:59 ---> create-netrc.sh [Pipeline] } 00:53:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:53:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:00 ---> python-tools-install.sh [Pipeline] echo 00:54:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:00 ---> sudo-logs.sh 00:54:00 Archiving 'sudo' log.. [Pipeline] echo 00:54:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:01 ---> job-cost.sh 00:54:01 lf-activate-venv: SKIPPING 00:54:01 INFO: No Stack... 00:54:02 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:02 INFO: Archiving Costs [Pipeline] echo 00:54:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:03 ---> logs-deploy.sh 00:54:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2944/2 00:54:03 INFO: archiving workspace using pattern(s): 00:54:04 Archives upload complete. 00:54:04 INFO: archiving logs to Nexus 00:54:06 ---> uname -a: 00:54:06 Linux prd-centos7-docker-4c-2g-15977.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:54:06 00:54:06 00:54:06 ---> lscpu: 00:54:06 Architecture: x86_64 00:54:06 CPU op-mode(s): 32-bit, 64-bit 00:54:06 Byte Order: Little Endian 00:54:06 Address sizes: 40 bits physical, 48 bits virtual 00:54:06 CPU(s): 4 00:54:06 On-line CPU(s) list: 0-3 00:54:06 Thread(s) per core: 1 00:54:06 Core(s) per socket: 1 00:54:06 Socket(s): 4 00:54:06 NUMA node(s): 1 00:54:06 Vendor ID: GenuineIntel 00:54:06 CPU family: 6 00:54:06 Model: 44 00:54:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:54:06 Stepping: 1 00:54:06 CPU MHz: 2933.436 00:54:06 BogoMIPS: 5866.87 00:54:06 Virtualization: VT-x 00:54:06 Hypervisor vendor: KVM 00:54:06 Virtualization type: full 00:54:06 L1d cache: 128 KiB 00:54:06 L1i cache: 128 KiB 00:54:06 L2 cache: 16 MiB 00:54:06 L3 cache: 64 MiB 00:54:06 NUMA node0 CPU(s): 0-3 00:54:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:54:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:54:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:54:06 Vulnerability Meltdown: Mitigation; PTI 00:54:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:54:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:54:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:54:06 Vulnerability Srbds: Not affected 00:54:06 Vulnerability Tsx async abort: Not affected 00:54:06 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 00:54:06 00:54:06 00:54:06 ---> nproc: 00:54:06 4 00:54:06 00:54:06 00:54:06 ---> df -h: 00:54:06 Filesystem Size Used Available Use% Mounted on 00:54:06 overlay 50.0G 13.6G 36.4G 27% / 00:54:06 tmpfs 64.0M 0 64.0M 0% /dev 00:54:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:54:06 shm 64.0M 0 64.0M 0% /dev/shm 00:54:06 /dev/vda1 50.0G 13.6G 36.4G 27% /facter-os 00:54:06 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/resolv.conf 00:54:06 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hostname 00:54:06 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hosts 00:54:06 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/secure 00:54:06 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/auth.log 00:54:06 /dev/vda1 50.0G 13.6G 36.4G 27% /run/cloud-init/result.json 00:54:06 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/sa-host 00:54:06 /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/2 00:54:06 /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/2@tmp 00:54:06 00:54:06 00:54:06 ---> free -m: 00:54:06 total used free shared buff/cache available 00:54:06 Mem: 1837 726 120 0 990 1030 00:54:06 Swap: 1023 65 958 00:54:06 00:54:06 00:54:06 ---> ip addr: 00:54:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:54:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:54:06 inet 127.0.0.1/8 scope host lo 00:54:06 valid_lft forever preferred_lft forever 00:54:06 inet6 ::1/128 scope host 00:54:06 valid_lft forever preferred_lft forever 00:54:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:54:06 link/ether fa:16:3e:55:d3:e9 brd ff:ff:ff:ff:ff:ff 00:54:06 inet 10.30.122.89/23 brd 10.30.123.255 scope global dynamic eth0 00:54:06 valid_lft 84936sec preferred_lft 84936sec 00:54:06 inet6 fe80::f816:3eff:fe55:d3e9/64 scope link 00:54:06 valid_lft forever preferred_lft forever 00:54:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:54:06 link/ether 02:42:37:a2:3b:ce brd ff:ff:ff:ff:ff:ff 00:54:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:54:06 valid_lft forever preferred_lft forever 00:54:06 inet6 fe80::42:37ff:fea2:3bce/64 scope link 00:54:06 valid_lft forever preferred_lft forever 00:54:06 00:54:06 00:54:06 ---> sar -b -r -n DEV: 00:54:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 00:54:06 00:54:06 00:29:29 LINUX RESTART (4 CPU) 00:54:06 00:54:06 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:54:06 00:31:01 105.12 40.87 64.26 0.00 8048.22 19642.43 0.00 00:54:06 00:32:01 246.17 69.37 176.80 0.00 4210.61 58639.81 0.00 00:54:06 00:33:01 247.56 127.18 120.38 0.00 5300.33 16510.32 0.00 00:54:06 00:34:02 141.64 72.67 68.97 0.00 3078.72 8539.53 0.00 00:54:06 00:35:01 310.90 119.55 191.35 0.00 53797.64 125128.85 0.00 00:54:06 00:36:02 3113.13 2767.48 345.66 0.00 179366.35 197020.26 0.00 00:54:06 00:37:01 418.02 207.59 210.43 0.00 17808.48 29415.79 0.00 00:54:06 00:38:03 1795.22 1385.47 409.75 0.00 183081.27 223595.51 0.00 00:54:06 00:39:01 1480.90 1262.87 218.02 0.00 77197.67 91179.96 0.00 00:54:06 00:40:01 225.69 28.59 197.10 0.00 3791.55 22246.69 0.00 00:54:06 00:41:01 6.06 0.03 6.03 0.00 0.67 183.53 0.00 00:54:06 00:42:02 1.02 0.52 0.50 0.00 17.05 4.73 0.00 00:54:06 00:43:01 0.61 0.25 0.36 0.00 2.71 5.27 0.00 00:54:06 00:44:01 0.27 0.02 0.25 0.00 0.13 2.51 0.00 00:54:06 00:45:01 1.50 1.33 0.17 0.00 50.22 1.52 0.00 00:54:06 00:46:01 1.28 0.42 0.87 0.00 157.87 15.55 0.00 00:54:06 00:47:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 00:54:06 00:48:01 0.27 0.02 0.25 0.00 0.13 3.26 0.00 00:54:06 00:49:01 0.27 0.02 0.25 0.00 0.27 2.91 0.00 00:54:06 00:50:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 00:54:06 00:51:01 0.28 0.02 0.27 0.00 0.27 2.81 0.00 00:54:06 00:52:01 0.23 0.02 0.22 0.00 0.27 2.23 0.00 00:54:06 00:53:01 0.35 0.00 0.35 0.00 0.00 3.56 0.00 00:54:06 Average: 353.64 265.80 87.84 0.00 23506.19 34682.44 0.00 00:54:06 00:54:06 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:54:06 00:31:01 361868 0 564008 29.98 2620 953048 1097292 37.45 445416 873168 152 00:54:06 00:32:01 72608 0 731188 38.86 1492 1076256 1507380 51.44 656264 876672 59924 00:54:06 00:33:01 194248 0 844628 44.89 532 842136 1743684 59.51 746976 660144 39152 00:54:06 00:34:02 222912 0 736792 39.16 492 921348 1424860 48.63 656656 711916 43028 00:54:06 00:35:01 89980 0 824208 43.80 72 967284 2255140 76.96 646628 936640 78660 00:54:06 00:36:02 76164 0 840348 44.66 0 965032 2329296 79.50 777956 801244 29224 00:54:06 00:37:01 451128 0 719124 38.22 0 711292 1664580 56.81 529628 651272 0 00:54:06 00:38:03 76336 0 816044 43.37 0 989164 2340444 79.88 661520 919168 49616 00:54:06 00:39:01 234800 0 894036 47.52 0 752708 2557252 87.27 693636 683872 54008 00:54:06 00:40:01 295724 0 648836 34.48 0 936984 1205896 41.16 538656 784688 20 00:54:06 00:41:01 301260 0 643292 34.19 0 936992 1186208 40.48 536464 783944 8 00:54:06 00:42:02 300640 0 643508 34.20 0 937396 1184200 40.41 536796 784452 8 00:54:06 00:43:01 300532 0 643628 34.21 0 937384 1184260 40.42 537168 784456 8 00:54:06 00:44:01 300696 0 643436 34.20 0 937412 1184200 40.41 536780 784536 8 00:54:06 00:45:01 300268 0 642992 34.17 0 938284 1179012 40.24 536276 785068 24 00:54:06 00:46:01 295116 0 643424 34.20 0 943004 1179092 40.24 539664 786968 8 00:54:06 00:47:01 295664 0 642872 34.17 0 943008 1179012 40.24 539120 786976 8 00:54:06 00:48:01 294820 0 643704 34.21 0 943020 1179120 40.24 539708 786980 8 00:54:06 00:49:01 295648 0 642808 34.16 0 943088 1179012 40.24 539292 787008 28 00:54:06 00:50:01 295300 0 643208 34.19 0 943036 1179012 40.24 539120 786988 8 00:54:06 00:51:01 295180 0 643328 34.19 0 943036 1179084 40.24 539520 786988 8 00:54:06 00:52:01 294908 0 643584 34.21 0 943052 1179120 40.24 539720 787004 8 00:54:06 00:53:01 295604 0 642884 34.17 0 943056 1179012 40.24 539272 787004 8 00:54:06 Average: 258322 0 694864 36.93 226 928131 1455486 49.67 580532 787702 15388 00:54:06 00:54:06 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:54:06 00:31:01 eth0 1656.41 1441.05 6334.28 199.29 0.00 0.00 0.00 0.00 00:54:06 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:31:01 docker0 801.61 664.21 67.33 2663.54 0.00 0.00 0.00 0.00 00:54:06 00:32:01 eth0 607.78 488.56 4886.87 48.34 0.00 0.00 0.00 0.00 00:54:06 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:32:01 docker0 138.50 174.34 9.75 833.27 0.00 0.00 0.00 0.00 00:54:06 00:33:01 eth0 56.38 42.31 33.96 70.18 0.00 0.00 0.00 0.00 00:54:06 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:33:01 vethab5c325 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:06 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:34:02 eth0 28.01 14.26 23.21 12.26 0.00 0.00 0.00 0.00 00:54:06 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:34:02 vethab5c325 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:35:01 veth554c49d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:06 00:35:01 eth0 211.46 168.25 1710.78 91.20 0.00 0.00 0.00 0.00 00:54:06 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:36:02 veth554c49d 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 00:54:06 00:36:02 eth0 49.98 35.27 160.09 9.55 0.00 0.00 0.00 0.00 00:54:06 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:36:02 docker0 26.19 30.55 1.63 145.96 0.00 0.00 0.00 0.00 00:54:06 00:37:01 veth962a556 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:37:01 veth554c49d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:54:06 00:37:01 eth0 39.36 23.36 95.30 12.20 0.00 0.00 0.00 0.00 00:54:06 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:38:03 veth554c49d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:54:06 00:38:03 eth0 80.80 63.53 156.74 77.42 0.00 0.00 0.00 0.00 00:54:06 00:38:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:38:03 docker0 965.21 877.33 77.99 3733.94 0.00 0.00 0.00 0.00 00:54:06 00:39:01 veth259dce8 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:54:06 00:39:01 veth554c49d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:39:01 eth0 9.00 6.88 7.21 3.95 0.00 0.00 0.00 0.00 00:54:06 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:40:01 eth0 132.66 106.41 546.89 94.09 0.00 0.00 0.00 0.00 00:54:06 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:40:01 docker0 1055.29 981.61 83.92 4313.93 0.00 0.00 0.00 0.00 00:54:06 00:41:01 eth0 0.95 0.40 0.55 0.12 0.00 0.00 0.00 0.00 00:54:06 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:42:02 eth0 1.03 0.30 0.32 0.20 0.00 0.00 0.00 0.00 00:54:06 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:43:01 eth0 2.05 0.58 0.74 0.43 0.00 0.00 0.00 0.00 00:54:06 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:44:01 eth0 0.83 0.40 0.45 0.32 0.00 0.00 0.00 0.00 00:54:06 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:45:01 eth0 0.27 0.10 0.02 0.04 0.00 0.00 0.00 0.00 00:54:06 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:46:01 eth0 0.33 0.27 0.14 0.08 0.00 0.00 0.00 0.00 00:54:06 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:47:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:54:06 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:48:01 eth0 0.85 0.27 0.31 0.16 0.00 0.00 0.00 0.00 00:54:06 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:49:01 eth0 0.17 0.10 0.01 0.04 0.00 0.00 0.00 0.00 00:54:06 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:50:01 eth0 0.13 0.07 0.01 0.00 0.00 0.00 0.00 0.00 00:54:06 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:51:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 00:54:06 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:52:01 eth0 0.60 0.30 0.41 0.19 0.00 0.00 0.00 0.00 00:54:06 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:53:01 eth0 0.08 0.07 0.00 0.01 0.00 0.00 0.00 0.00 00:54:06 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 Average: eth0 125.44 104.25 607.72 27.08 0.00 0.00 0.00 0.00 00:54:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 Average: docker0 45.96 42.75 3.65 187.87 0.00 0.00 0.00 0.00 00:54:06 00:54:06 00:54:06 ---> sar -P ALL: 00:54:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 00:54:06 00:54:06 00:29:29 LINUX RESTART (4 CPU) 00:54:06 00:54:06 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:54:06 00:31:01 all 21.51 0.00 7.10 1.59 0.20 69.59 00:54:06 00:31:01 0 22.76 0.00 9.80 2.58 0.14 64.73 00:54:06 00:31:01 1 21.43 0.00 6.03 0.68 0.24 71.62 00:54:06 00:31:01 2 22.71 0.00 6.79 2.06 0.17 68.27 00:54:06 00:31:01 3 19.15 0.00 5.83 1.08 0.24 73.70 00:54:06 00:32:01 all 12.92 0.00 10.01 4.45 0.52 72.10 00:54:06 00:32:01 0 12.31 0.00 9.99 2.86 0.47 74.36 00:54:06 00:32:01 1 13.14 0.00 9.16 5.45 0.47 71.78 00:54:06 00:32:01 2 12.39 0.00 9.91 4.26 0.55 72.88 00:54:06 00:32:01 3 13.84 0.00 10.98 5.21 0.57 69.40 00:54:06 00:33:01 all 48.57 0.00 13.40 4.90 0.33 32.80 00:54:06 00:33:01 0 46.81 0.00 13.40 5.42 0.26 34.11 00:54:06 00:33:01 1 48.73 0.00 13.49 5.78 0.38 31.62 00:54:06 00:33:01 2 48.54 0.00 13.63 5.10 0.33 32.39 00:54:06 00:33:01 3 50.21 0.00 13.06 3.31 0.35 33.07 00:54:06 00:34:02 all 56.67 0.00 15.15 2.61 0.34 25.23 00:54:06 00:34:02 0 56.77 0.00 14.08 1.75 0.33 27.07 00:54:06 00:34:02 1 57.10 0.00 15.33 3.81 0.35 23.42 00:54:06 00:34:02 2 56.10 0.00 15.00 2.73 0.31 25.86 00:54:06 00:34:02 3 56.71 0.00 16.21 2.18 0.35 24.56 00:54:06 00:35:01 all 21.01 0.00 18.60 4.47 2.39 53.52 00:54:06 00:35:01 0 20.96 0.00 18.10 4.04 2.31 54.59 00:54:06 00:35:01 1 19.96 0.00 18.54 5.04 2.48 53.97 00:54:06 00:35:01 2 20.70 0.00 18.99 3.99 2.31 54.01 00:54:06 00:35:01 3 22.44 0.00 18.79 4.81 2.45 51.52 00:54:06 00:36:02 all 24.41 0.00 29.41 22.49 2.63 21.05 00:54:06 00:36:02 0 24.10 0.00 28.72 21.82 2.69 22.68 00:54:06 00:36:02 1 24.02 0.00 29.28 24.90 2.50 19.30 00:54:06 00:36:02 2 25.28 0.00 28.96 22.93 2.78 20.05 00:54:06 00:36:02 3 24.24 0.00 30.71 20.29 2.57 22.19 00:54:06 00:37:01 all 58.93 0.00 17.07 10.15 0.82 13.03 00:54:06 00:37:01 0 58.53 0.00 17.53 8.16 0.99 14.79 00:54:06 00:37:01 1 56.75 0.00 17.76 12.18 0.88 12.43 00:54:06 00:37:01 2 59.70 0.00 16.10 11.43 0.73 12.05 00:54:06 00:37:01 3 60.73 0.00 16.89 8.86 0.69 12.83 00:54:06 00:38:03 all 21.29 0.00 28.92 22.99 2.41 24.40 00:54:06 00:38:03 0 20.65 0.00 27.54 20.60 2.61 28.60 00:54:06 00:38:03 1 21.97 0.00 29.40 23.93 2.39 22.31 00:54:06 00:38:03 2 21.19 0.00 29.58 24.69 2.31 22.23 00:54:06 00:38:03 3 21.35 0.00 29.16 22.73 2.33 24.43 00:54:06 00:39:01 all 59.54 0.00 19.86 9.39 1.88 9.33 00:54:06 00:39:01 0 58.31 0.00 20.83 9.53 1.86 9.46 00:54:06 00:39:01 1 60.10 0.00 19.50 9.28 1.80 9.33 00:54:06 00:39:01 2 58.67 0.00 20.07 9.36 2.22 9.69 00:54:06 00:39:01 3 61.12 0.00 19.02 9.38 1.66 8.83 00:54:06 00:40:01 all 14.64 0.00 10.85 12.28 0.57 61.65 00:54:06 00:40:01 0 16.62 0.00 11.10 9.61 0.57 62.09 00:54:06 00:40:01 1 13.12 0.00 11.21 10.66 0.50 64.52 00:54:06 00:40:01 2 15.06 0.00 10.28 15.96 0.59 58.10 00:54:06 00:40:01 3 13.76 0.00 10.83 12.88 0.64 61.90 00:54:06 00:41:01 all 0.16 0.00 0.04 0.00 0.02 99.78 00:54:06 00:41:01 0 0.05 0.00 0.03 0.00 0.02 99.90 00:54:06 00:41:01 1 0.05 0.00 0.05 0.00 0.02 99.88 00:54:06 00:41:01 2 0.50 0.00 0.03 0.00 0.02 99.45 00:54:06 00:41:01 3 0.03 0.00 0.05 0.00 0.03 99.88 00:54:06 00:54:06 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:54:06 00:42:02 all 0.18 0.00 0.03 0.01 0.01 99.77 00:54:06 00:42:02 0 0.03 0.00 0.02 0.00 0.00 99.95 00:54:06 00:42:02 1 0.07 0.00 0.02 0.02 0.02 99.88 00:54:06 00:42:02 2 0.53 0.00 0.02 0.03 0.02 99.40 00:54:06 00:42:02 3 0.07 0.00 0.07 0.00 0.00 99.87 00:54:06 00:43:01 all 0.17 0.00 0.03 0.01 0.00 99.78 00:54:06 00:43:01 0 0.05 0.00 0.02 0.00 0.00 99.93 00:54:06 00:43:01 1 0.05 0.00 0.07 0.00 0.02 99.86 00:54:06 00:43:01 2 0.54 0.00 0.03 0.00 0.00 99.42 00:54:06 00:43:01 3 0.03 0.00 0.02 0.03 0.00 99.92 00:54:06 00:44:01 all 0.08 0.00 0.06 0.00 0.00 99.86 00:54:06 00:44:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:54:06 00:44:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:54:06 00:44:01 2 0.18 0.00 0.12 0.00 0.00 99.70 00:54:06 00:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:54:06 00:45:01 all 0.05 0.00 0.07 0.03 0.01 99.84 00:54:06 00:45:01 0 0.02 0.00 0.07 0.00 0.00 99.92 00:54:06 00:45:01 1 0.03 0.00 0.10 0.12 0.02 99.73 00:54:06 00:45:01 2 0.13 0.00 0.07 0.00 0.00 99.80 00:54:06 00:45:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:54:06 00:46:01 all 0.14 0.00 0.04 0.00 0.00 99.82 00:54:06 00:46:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:54:06 00:46:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:54:06 00:46:01 2 0.50 0.00 0.02 0.00 0.00 99.48 00:54:06 00:46:01 3 0.00 0.00 0.05 0.02 0.00 99.93 00:54:06 00:47:01 all 0.16 0.00 0.03 0.00 0.01 99.80 00:54:06 00:47:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:54:06 00:47:01 1 0.05 0.00 0.03 0.00 0.02 99.90 00:54:06 00:47:01 2 0.52 0.00 0.03 0.00 0.02 99.43 00:54:06 00:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:54:06 00:48:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:54:06 00:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:54:06 00:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:54:06 00:48:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:54:06 00:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:54:06 00:49:01 all 0.17 0.00 0.02 0.00 0.00 99.80 00:54:06 00:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 00:54:06 00:49:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:54:06 00:49:01 2 0.57 0.00 0.03 0.00 0.00 99.40 00:54:06 00:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:54:06 00:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:54:06 00:50:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:54:06 00:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:54:06 00:50:01 2 0.52 0.00 0.02 0.00 0.02 99.45 00:54:06 00:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:54:06 00:51:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:54:06 00:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:54:06 00:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:54:06 00:51:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:54:06 00:51:01 3 0.03 0.00 0.05 0.00 0.02 99.90 00:54:06 00:52:01 all 0.10 0.00 0.03 0.00 0.00 99.87 00:54:06 00:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:54:06 00:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:54:06 00:52:01 2 0.32 0.00 0.05 0.00 0.00 99.63 00:54:06 00:52:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:54:06 00:54:06 00:52:01 CPU %user %nice %system %iowait %steal %idle 00:54:06 00:53:01 all 0.03 0.00 0.04 0.00 0.00 99.92 00:54:06 00:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:54:06 00:53:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:54:06 00:53:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:54:06 00:53:01 3 0.05 0.00 0.05 0.00 0.00 99.90 00:54:06 Average: all 14.35 0.00 7.19 4.01 0.51 73.94 00:54:06 Average: 0 14.25 0.00 7.23 3.64 0.52 74.37 00:54:06 Average: 1 14.15 0.00 7.17 4.28 0.51 73.89 00:54:06 Average: 2 14.56 0.00 7.16 4.33 0.52 73.44 00:54:06 Average: 3 14.44 0.00 7.22 3.81 0.50 74.04 00:54:06 00:54:06 00:54:06