Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0d048c99a2e689bcffe87ab7e4893f9cb34f024e+ba3f575de95cda6ffdeb8943f6d6d62c3955065b (30c88a231032de60d9f8463e76dc0b3b278a33c6) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-21668 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 0d048c99a2e689bcffe87ab7e4893f9cb34f024e Merge succeeded, producing 0d048c99a2e689bcffe87ab7e4893f9cb34f024e Checking out Revision 0d048c99a2e689bcffe87ab7e4893f9cb34f024e (PR-3027) > git config core.sparsecheckout # timeout=10 > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # 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 ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk 16cc25e94c27377845b649f3af051c6a69a82b9b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:01:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:01:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:01:21 ========================================================= 21:01:21 EdgeX Global Pipelines Version Info 21:01:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:01:23 ------------------- 21:01:23 stable info: 21:01:23 ------------------- 21:01:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:01:23 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:01:23 Message: update stable to v1.0.179 21:01:24 ------------------- 21:01:24 experimental info: 21:01:24 ------------------- 21:01:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:01:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:01:24 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:01:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:01:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:01:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:01:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:01:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:01:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:01:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:01:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:01:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:01:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:01:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:01:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:01:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:01:26 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:01:26 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:01:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo 21:01:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo 21:01:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0d048c99a2e689bcffe87ab7e4893f9cb34f024e [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0d048c9 [Pipeline] echo 21:01:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:01:27 provisioning config files... 21:01:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config7804196339207976852tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:01:27 ---> docker-login.sh 21:01:27 nexus3.edgexfoundry.org:10001 21:01:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:28 Configure a credential helper to remove this warning. See 21:01:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:28 21:01:28 Login Succeeded 21:01:28 nexus3.edgexfoundry.org:10002 21:01:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:28 Configure a credential helper to remove this warning. See 21:01:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:28 21:01:28 Login Succeeded 21:01:28 nexus3.edgexfoundry.org:10003 21:01:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:28 Configure a credential helper to remove this warning. See 21:01:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:28 21:01:28 Login Succeeded 21:01:28 nexus3.edgexfoundry.org:10004 21:01:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:28 Configure a credential helper to remove this warning. See 21:01:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:28 21:01:28 Login Succeeded 21:01:28 docker.io 21:01:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:29 Configure a credential helper to remove this warning. See 21:01:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:29 21:01:29 Login Succeeded 21:01:29 ---> docker-login.sh ends [Pipeline] } 21:01:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:01: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-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:01:29 + for file in '`ls cmd/**/Dockerfile`' 21:01:29 ++ dirname cmd/core-command/Dockerfile 21:01:29 ++ cut -d/ -f2 21:01:29 + echo core-command,cmd/core-command/Dockerfile 21:01:29 + for file in '`ls cmd/**/Dockerfile`' 21:01:29 ++ dirname cmd/core-data/Dockerfile 21:01:29 ++ cut -d/ -f2 21:01:29 + echo core-data,cmd/core-data/Dockerfile 21:01:29 + for file in '`ls cmd/**/Dockerfile`' 21:01:29 ++ dirname cmd/core-metadata/Dockerfile 21:01:29 ++ cut -d/ -f2 21:01:29 + echo core-metadata,cmd/core-metadata/Dockerfile 21:01:29 + for file in '`ls cmd/**/Dockerfile`' 21:01:29 ++ dirname cmd/security-bootstrap-redis/Dockerfile 21:01:29 ++ cut -d/ -f2 21:01:29 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 21:01:29 + for file in '`ls cmd/**/Dockerfile`' 21:01:29 ++ dirname cmd/security-proxy-setup/Dockerfile 21:01:29 ++ cut -d/ -f2 21:01:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:01:29 + for file in '`ls cmd/**/Dockerfile`' 21:01:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:01:29 ++ cut -d/ -f2 21:01:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:01:29 + for file in '`ls cmd/**/Dockerfile`' 21:01:29 ++ dirname cmd/support-notifications/Dockerfile 21:01:29 ++ cut -d/ -f2 21:01:29 + echo support-notifications,cmd/support-notifications/Dockerfile 21:01:29 + for file in '`ls cmd/**/Dockerfile`' 21:01:29 ++ dirname cmd/support-scheduler/Dockerfile 21:01:29 ++ cut -d/ -f2 21:01:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:01:29 + for file in '`ls cmd/**/Dockerfile`' 21:01:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:01:29 ++ cut -d/ -f2 21:01:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:01: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-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 21:01:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:01:31 21:01:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:01:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:01:31 latest: Pulling from edgex-devops/git-semver 21:01:31 31603596830f: Pulling fs layer 21:01:31 2a8b12db71e7: Pulling fs layer 21:01:31 6ca5941a6612: Pulling fs layer 21:01:31 ecc8261a40a4: Pulling fs layer 21:01:31 ecc8261a40a4: Waiting 21:01:31 2a8b12db71e7: Download complete 21:01:31 31603596830f: Verifying Checksum 21:01:31 31603596830f: Download complete 21:01:31 ecc8261a40a4: Verifying Checksum 21:01:31 ecc8261a40a4: Download complete 21:01:31 6ca5941a6612: Download complete 21:01:31 31603596830f: Pull complete 21:01:31 2a8b12db71e7: Pull complete 21:01:32 6ca5941a6612: Pull complete 21:01:33 ecc8261a40a4: Pull complete 21:01:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:01:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:01:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:01:33 prd-centos7-docker-4c-2g-21668 does not seem to be running inside a container 21:01:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:10004/edgex-devops/git-semver:latest cat 21:01:35 $ docker top 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:01:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:01:36 [ssh-agent] Looking for ssh-agent implementation... 21:01:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:01:36 $ docker exec 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 ssh-agent 21:01:36 SSH_AUTH_SOCK=/tmp/ssh-ofqcdSRfYzTJ/agent.12 21:01:36 SSH_AGENT_PID=18 21:01:36 Running ssh-add (command line suppressed) 21:01:36 Identity added: /w/workspace/edgex-go/18@tmp/private_key_576452245259476204.key (/w/workspace/edgex-go/18@tmp/private_key_576452245259476204.key) 21:01:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:01:37 + git tag --points-at HEAD [Pipeline] } 21:01:37 $ docker exec --env ******** --env ******** 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 ssh-agent -k 21:01:37 unset SSH_AUTH_SOCK; 21:01:37 unset SSH_AGENT_PID; 21:01:37 echo Agent pid 18 killed; 21:01:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:01:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:01:37 [ssh-agent] Looking for ssh-agent implementation... 21:01:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:01:37 $ docker exec 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 ssh-agent 21:01:38 SSH_AUTH_SOCK=/tmp/ssh-alhvNYHVPt0m/agent.47 21:01:38 SSH_AGENT_PID=52 21:01:38 Running ssh-add (command line suppressed) 21:01:38 Identity added: /w/workspace/edgex-go/18@tmp/private_key_4075840302367433339.key (/w/workspace/edgex-go/18@tmp/private_key_4075840302367433339.key) 21:01:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:01:38 + git semver init 21:01:38 # -> Open(): unable to determine branch for HEAD 21:01:38 # $GIT_DIR = /w/workspace/edgex-go/18/.git 21:01:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/18 21:01:38 # $SEMVER_REMOTE_NAME = origin 21:01:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:01:38 # $SEMVER_USER_NAME = edgex-jenkins 21:01:38 # $SEMVER_BRANCH = PR-3027 21:01:38 # $SEMVER_TEMP = /tmp/semver-767684987 21:01:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:01:56 # '/tmp/semver-767684987' -> '/w/workspace/edgex-go/18/.semver' 21:01:56 # -> Force: false 21:01:56 # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } 21:01:56 $ docker exec --env ******** --env ******** 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 ssh-agent -k 21:01:57 unset SSH_AUTH_SOCK; 21:01:57 unset SSH_AGENT_PID; 21:01:57 echo Agent pid 52 killed; 21:01:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:01:57 + git semver [Pipeline] } 21:01:57 $ docker stop --time=1 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 21:01:59 $ docker rm -f 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 [Pipeline] // withDockerContainer [Pipeline] sh 21:01:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:02:00 Stashed 1 file(s) [Pipeline] echo 21:02: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 21:02:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:02:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:02:02 + sudo service docker restart 21:02:02 + true 21:02:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:02:03 ========================================================= 21:02:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:02:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:02:03 + 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 . 21:02:06 Sending build context to Docker daemon 327.1MB 21:02:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:02:06 Step 2/6 : FROM ${BASE} 21:02:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:02:06 188c0c94c7c5: Pulling fs layer 21:02:06 0ef7d3d256c8: Pulling fs layer 21:02:06 de9db76c5a1d: Pulling fs layer 21:02:06 bca2f99d35d6: Pulling fs layer 21:02:06 93359f2a8cfa: Pulling fs layer 21:02:06 7c6f9722023f: Pulling fs layer 21:02:06 a35cf1a2eb13: Pulling fs layer 21:02:06 93359f2a8cfa: Waiting 21:02:06 7c6f9722023f: Waiting 21:02:06 a35cf1a2eb13: Waiting 21:02:06 bca2f99d35d6: Waiting 21:02:07 de9db76c5a1d: Verifying Checksum 21:02:07 de9db76c5a1d: Download complete 21:02:07 0ef7d3d256c8: Verifying Checksum 21:02:07 0ef7d3d256c8: Download complete 21:02:07 93359f2a8cfa: Verifying Checksum 21:02:07 93359f2a8cfa: Download complete 21:02:07 7c6f9722023f: Verifying Checksum 21:02:07 7c6f9722023f: Download complete 21:02:07 188c0c94c7c5: Verifying Checksum 21:02:07 188c0c94c7c5: Download complete 21:02:07 188c0c94c7c5: Pull complete 21:02:07 0ef7d3d256c8: Pull complete 21:02:07 de9db76c5a1d: Pull complete 21:02:09 a35cf1a2eb13: Verifying Checksum 21:02:09 a35cf1a2eb13: Download complete 21:02:09 bca2f99d35d6: Verifying Checksum 21:02:09 bca2f99d35d6: Download complete 21:02:15 bca2f99d35d6: Pull complete 21:02:15 93359f2a8cfa: Pull complete 21:02:15 7c6f9722023f: Pull complete 21:02:15 Still waiting to schedule task 21:02:15 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:02:20 a35cf1a2eb13: Pull complete 21:02:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:02:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:02:20 ---> a62c8e92a672 21:02:20 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:02:20 ---> Running in 52f5c321e1a0 21:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:22 (1/12) Installing libmagic (5.38-r0) 21:02:22 (2/12) Installing file (5.38-r0) 21:02:22 (3/12) Installing libc-dev (0.7.2-r3) 21:02:22 (4/12) Installing g++ (9.3.0-r2) 21:02:26 (5/12) Installing fortify-headers (1.1-r0) 21:02:26 (6/12) Installing patch (2.7.6-r6) 21:02:26 (7/12) Installing build-base (0.5-r2) 21:02:26 (8/12) Installing libsodium (1.0.18-r0) 21:02:26 (9/12) Installing pkgconf (1.7.2-r0) 21:02:26 (10/12) Installing libsodium-dev (1.0.18-r0) 21:02:26 (11/12) Installing libzmq (4.3.3-r0) 21:02:26 (12/12) Installing zeromq-dev (4.3.3-r0) 21:02:26 Executing busybox-1.31.1-r19.trigger 21:02:26 OK: 233 MiB in 51 packages 21:02:30 Removing intermediate container 52f5c321e1a0 21:02:30 ---> d2857eab336c 21:02:30 Step 4/6 : WORKDIR /edgex-go 21:02:30 ---> Running in ee7d2e300ca4 21:02:30 Removing intermediate container ee7d2e300ca4 21:02:30 ---> 3902c1d921f8 21:02:30 Step 5/6 : COPY go.mod . 21:02:30 ---> 16ad9db07f6f 21:02:30 Step 6/6 : RUN go mod download 21:02:30 ---> Running in 698d3a0bcd33 21:02:52 Removing intermediate container 698d3a0bcd33 21:02:52 ---> 8e9bb40ac389 21:02:53 Successfully built 8e9bb40ac389 21:02:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:02:53 + docker inspect -f . ci-base-image-x86_64 21:02:53 . [Pipeline] withDockerContainer 21:02:53 prd-centos7-docker-4c-2g-21668 does not seem to be running inside a container 21:02:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 ******** ci-base-image-x86_64 cat 21:02:54 $ docker top 765edc182fccc6febaecc53c0efe8157dac544d2bf34d8d33d64c43edb5ff854 -eo pid,comm [Pipeline] { [Pipeline] sh 21:02:55 + go version 21:02:55 go version go1.15.5 linux/amd64 [Pipeline] } 21:02:55 $ docker stop --time=1 765edc182fccc6febaecc53c0efe8157dac544d2bf34d8d33d64c43edb5ff854 21:02:56 $ docker rm -f 765edc182fccc6febaecc53c0efe8157dac544d2bf34d8d33d64c43edb5ff854 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:02:57 + docker inspect -f . ci-base-image-x86_64 21:02:57 . [Pipeline] withDockerContainer 21:02:57 prd-centos7-docker-4c-2g-21668 does not seem to be running inside a container 21:02:57 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 ******** ci-base-image-x86_64 cat 21:02:58 $ docker top 92dcb04a16dff62feb23aeed77f9fcce2685d13f89fcfb214ab1946e2d0967e0 -eo pid,comm [Pipeline] { [Pipeline] echo 21:02:58 ========================================================= 21:02:58 [edgeXBuildGoParallel] Running Tests and Build... 21:02:58 ========================================================= [Pipeline] sh 21:02:58 + make test 21:02:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:03:08 ? github.com/edgexfoundry/edgex-go [no test files] 21:03:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:03:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:03:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:03:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:03:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:03:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:03:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:03:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:03:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:03:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:03:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:03:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:03:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:03:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 46.6% of statements 21:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:03:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.257s coverage: 27.0% of statements 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:03:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:03:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:03:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.130s coverage: 67.9% of statements 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:03:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.443s coverage: 82.3% of statements 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.378s coverage: 28.6% of statements 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 78.3% of statements 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:03:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.491s coverage: 92.8% of statements 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:03:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:03:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:03:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:03:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 75.5% of statements 21:03:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:03:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 21:03:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 21:03:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 21:03:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.121s coverage: 91.4% of statements 21:03:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:03:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 63.5% of statements 21:03:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:03:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:03:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 21:03:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements 21:03:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements 21:03:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 21:03:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 21:03:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 68.9% of statements 21:03:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:03:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:03:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:03:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:03:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:03:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.135s coverage: 37.0% of statements 21:03:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:03:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:03:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.322s coverage: 84.0% of statements 21:03:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements 21:03:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.146s coverage: 47.1% of statements 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:03:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.076s coverage: 100.0% of statements 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:03:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.759s coverage: 29.1% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.071s coverage: 87.9% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 21:03:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 21:03:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 21:03:54 GO111MODULE=on go vet ./... 21:04:22 gofmt -l . 21:04:22 [ "`gofmt -l .`" = "" ] 21:04:22 ./bin/test-go-mod-tidy.sh 21:04:22 ./bin/test-attribution-txt.sh [Pipeline] sh 21:04:22 + ls -al . 21:04:22 total 656 21:04:22 drwxrwxr-x 10 1001 1001 4096 Jan 20 21:04 . 21:04:22 drwxr-xr-x 4 root root 30 Jan 20 21:02 .. 21:04:22 -rw-rw-r-- 1 1001 1001 11 Jan 20 21:01 .dockerignore 21:04:22 drwxrwxr-x 8 1001 1001 179 Jan 20 21:01 .git 21:04:22 drwxrwxr-x 3 1001 1001 125 Jan 20 21:01 .github 21:04:22 -rw-rw-r-- 1 1001 1001 824 Jan 20 21:01 .gitignore 21:04:22 drwx------ 3 1001 1001 47 Jan 20 21:01 .semver 21:04:22 -rw-rw-r-- 1 1001 1001 166 Jan 20 21:01 .sonarcloud.properties 21:04:22 -rw-rw-r-- 1 1001 1001 7759 Jan 20 21:01 Attribution.txt 21:04:22 -rw-rw-r-- 1 1001 1001 3804 Jan 20 21:01 CONTRIBUTING.md 21:04:22 -rw-rw-r-- 1 1001 1001 931 Jan 20 21:01 Dockerfile.build 21:04:22 -rw-rw-r-- 1 1001 1001 863 Jan 20 21:01 Jenkinsfile 21:04:22 -rw-rw-r-- 1 1001 1001 10775 Jan 20 21:01 LICENSE 21:04:22 -rw-rw-r-- 1 1001 1001 5750 Jan 20 21:01 Makefile 21:04:22 -rw-rw-r-- 1 1001 1001 6524 Jan 20 21:01 README.md 21:04:22 -rw-rw-r-- 1 1001 1001 6744 Jan 20 21:01 SECURITY.md 21:04:22 -rw-rw-r-- 1 1001 1001 5 Jan 20 21:02 VERSION 21:04:22 -rw-rw-r-- 1 1001 1001 4131 Jan 20 21:01 ZMQWindows.md 21:04:22 drwxrwxr-x 2 1001 1001 117 Jan 20 21:01 bin 21:04:22 drwxrwxr-x 14 1001 1001 4096 Jan 20 21:01 cmd 21:04:22 -rw-r--r-- 1 root root 550280 Jan 20 21:03 coverage.out 21:04:22 -rw-r--r-- 1 root root 1027 Jan 20 21:04 go.mod 21:04:22 -rw-r--r-- 1 root root 18815 Jan 20 21:04 go.sum 21:04:22 drwxrwxr-x 8 1001 1001 127 Jan 20 21:01 internal 21:04:22 drwxrwxr-x 4 1001 1001 26 Jan 20 21:01 openapi 21:04:22 drwxrwxr-x 4 1001 1001 71 Jan 20 21:01 snap 21:04:22 -rw-rw-r-- 1 1001 1001 168 Jan 20 21:01 version.go [Pipeline] sh 21:04:22 + '[' -e coverage.out ] 21:04:22 + chown 1001:1001 coverage.out [Pipeline] stash 21:04:23 Stashed 1 file(s) [Pipeline] sh 21:04:23 + make build 21:04:23 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 21:04:28 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 21:04:35 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 21:04:36 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 21:04:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:04:39 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 21:04:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:04:42 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 21:04:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:04:44 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 21:04:45 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 21:04:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 21:04:48 $ docker stop --time=1 92dcb04a16dff62feb23aeed77f9fcce2685d13f89fcfb214ab1946e2d0967e0 21:04:49 $ docker rm -f 92dcb04a16dff62feb23aeed77f9fcce2685d13f89fcfb214ab1946e2d0967e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:04:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:04:51 21:04:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:04:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:04:52 latest: Pulling from edgex-devops/edgex-compose 21:04:52 cbdbe7a5bc2a: Pulling fs layer 21:04:52 ca9280d653b3: Pulling fs layer 21:04:52 7e9c9ca2126c: Pulling fs layer 21:04:52 cbdbe7a5bc2a: Download complete 21:04:52 cbdbe7a5bc2a: Pull complete 21:04:52 ca9280d653b3: Verifying Checksum 21:04:52 ca9280d653b3: Download complete 21:04:53 ca9280d653b3: Pull complete 21:04:54 7e9c9ca2126c: Download complete 21:05:00 7e9c9ca2126c: Pull complete 21:05:00 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:05:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:05:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:05:01 prd-centos7-docker-4c-2g-21668 does not seem to be running inside a container 21:05:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:latest cat 21:05:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21671 in /w/workspace/edgexfoundry_edgex-go_PR-3027 21:05:04 $ docker top d87384b0e5e0455c05df86c024de3fe3191aa89adb9a457426869285e2b88b04 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 21:05:04 Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout 21:05:04 + docker-compose build --help 21:05:04 + grep parallel 21:05:05 --parallel Build images in parallel. [Pipeline] } 21:05:06 $ docker stop --time=1 d87384b0e5e0455c05df86c024de3fe3191aa89adb9a457426869285e2b88b04 21:05:07 $ docker rm -f d87384b0e5e0455c05df86c024de3fe3191aa89adb9a457426869285e2b88b04 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:05:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:05:08 . [Pipeline] withDockerContainer 21:05:08 prd-centos7-docker-4c-2g-21668 does not seem to be running inside a container 21:05:08 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:05:09 $ docker top 5a7867650cc3c6ecf7c44c6bcda4408309ab94d62f4c812cf73d1ba5656f33c9 -eo pid,comm [Pipeline] { [Pipeline] sh 21:05:09 using credential edgex-jenkins-ssh 21:05:09 Cloning the remote Git repository 21:05:09 + docker-compose -f ./docker-compose-build.yml build --parallel 21:05:10 Building docker-core-command-go ... 21:05:10 Building docker-core-data-go ... 21:05:10 Building docker-core-metadata-go ... 21:05:10 Building docker-security-bootstrap-redis-go ... 21:05:10 Building docker-security-proxy-setup-go ... 21:05:10 Building docker-security-secretstore-setup-go ... 21:05:10 Building docker-support-notifications-go ... 21:05:10 Building docker-support-scheduler-go ... 21:05:10 Building docker-sys-mgmt-agent-go ... 21:05:10 Building docker-core-data-go 21:05:10 Building docker-security-bootstrap-redis-go 21:05:10 Building docker-support-scheduler-go 21:05:10 Building docker-security-secretstore-setup-go 21:05:10 Building docker-support-notifications-go 21:05:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:05:09 > git init /w/workspace/edgex-go/18 # timeout=10 21:05:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:05:09 > git --version # timeout=10 21:05:09 > git --version # 'git version 2.17.1' 21:05:09 using GIT_SSH to set credentials SSH Credentials for GitHub 21:05:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:05:28 Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:05:28 Merge succeeded, producing 0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:05:28 Checking out Revision 0d048c99a2e689bcffe87ab7e4893f9cb34f024e (PR-3027) 21:05:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:05:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:05:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:05:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:05:27 using GIT_SSH to set credentials SSH Credentials for GitHub 21:05:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:05:28 > git config core.sparsecheckout # timeout=10 21:05:28 > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 21:05:28 > git remote # timeout=10 21:05:28 > git config --get remote.origin.url # timeout=10 21:05:28 using GIT_SSH to set credentials SSH Credentials for GitHub 21:05:28 > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 21:05:28 > git rev-parse HEAD^{commit} # timeout=10 21:05:28 > git config core.sparsecheckout # timeout=10 21:05:28 > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 21:05:33 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:05:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:05:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:05:35 + true 21:05:35 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:05:38 provisioning config files... 21:05:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config3828216899371969046tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:05:38 ---> docker-login.sh 21:05:38 nexus3.edgexfoundry.org:10001 21:05:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:05:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:05:40 Configure a credential helper to remove this warning. See 21:05:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:05:40 21:05:40 Login Succeeded 21:05:40 nexus3.edgexfoundry.org:10002 21:05:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:05:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:05:40 Configure a credential helper to remove this warning. See 21:05:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:05:40 21:05:40 Login Succeeded 21:05:40 nexus3.edgexfoundry.org:10003 21:05:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:05:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:05:41 Configure a credential helper to remove this warning. See 21:05:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:05:41 21:05:41 Login Succeeded 21:05:41 nexus3.edgexfoundry.org:10004 21:05:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:05:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:05:41 Configure a credential helper to remove this warning. See 21:05:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:05:41 21:05:41 Login Succeeded 21:05:41 docker.io 21:05:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:05:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:05:42 Configure a credential helper to remove this warning. See 21:05:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:05:42 21:05:42 Login Succeeded 21:05:42 ---> docker-login.sh ends [Pipeline] } 21:05:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 21:05:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:05:43 ---> 8e9bb40ac389 21:05:43 Step 3/23 : WORKDIR /edgex-go [Pipeline] echo 21:05:43 ========================================================= 21:05:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:05:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:05:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:05:43 ---> 8e9bb40ac389 21:05:43 Step 3/22 : WORKDIR /edgex-go 21:05:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:05:43 ---> 8e9bb40ac389 21:05:43 Step 3/24 : WORKDIR /edgex-go 21:05:43 + 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 . 21:05:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:05:43 ---> 8e9bb40ac389 21:05:43 Step 3/21 : WORKDIR /edgex-go 21:05:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:05:43 ---> 8e9bb40ac389 21:05:43 Step 3/24 : WORKDIR /edgex-go 21:05:44 ---> Running in e89e6b41bf77 21:05:44 ---> Running in d29322261e83 21:05:44 ---> Running in c1f3a75ca773 21:05:44 ---> Running in c9ae63c56c8b 21:05:44 ---> Running in 51dc3153b062 21:05:45 Removing intermediate container d29322261e83 21:05:45 ---> 321a2f82cc3d 21:05:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:45 Removing intermediate container c1f3a75ca773 21:05:45 ---> 69e7b7ea7cdc 21:05:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:45 Removing intermediate container c9ae63c56c8b 21:05:45 ---> 55ea912cfe1b 21:05:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:45 Removing intermediate container 51dc3153b062 21:05:45 ---> a58d28c3a8bd 21:05:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:45 Removing intermediate container e89e6b41bf77 21:05:45 ---> 4a1b04cfa459 21:05:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:45 ---> Running in 9488dd942313 21:05:45 ---> Running in 363dfe841f7c 21:05:45 ---> Running in 08768a0017e4 21:05:45 ---> Running in c2a7ff15287c 21:05:45 ---> Running in 0fad54846217 21:05:46 Sending build context to Docker daemon 166MB 21:05:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:05:46 Step 2/6 : FROM ${BASE} 21:05:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:05:46 5f621e34cdf4: Pulling fs layer 21:05:46 a4357932f1b6: Pulling fs layer 21:05:46 18c013af1878: Pulling fs layer 21:05:46 00ac8860ef70: Pulling fs layer 21:05:46 63d7cb157983: Pulling fs layer 21:05:46 b116817d02f9: Pulling fs layer 21:05:46 745a02a5169b: Pulling fs layer 21:05:46 00ac8860ef70: Waiting 21:05:46 63d7cb157983: Waiting 21:05:46 b116817d02f9: Waiting 21:05:46 745a02a5169b: Waiting 21:05:46 18c013af1878: Verifying Checksum 21:05:46 18c013af1878: Download complete 21:05:46 a4357932f1b6: Verifying Checksum 21:05:46 a4357932f1b6: Download complete 21:05:46 63d7cb157983: Verifying Checksum 21:05:46 63d7cb157983: Download complete 21:05:46 b116817d02f9: Download complete 21:05:46 5f621e34cdf4: Verifying Checksum 21:05:46 5f621e34cdf4: Download complete 21:05:47 5f621e34cdf4: Pull complete 21:05:47 a4357932f1b6: Pull complete 21:05:48 18c013af1878: Pull complete 21:05:48 Removing intermediate container 9488dd942313 21:05:48 ---> b2dff8cb71b6 21:05:48 Step 5/22 : RUN apk add --update --no-cache make git 21:05:48 Removing intermediate container 363dfe841f7c 21:05:48 ---> 9ce133a9f540 21:05:48 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 21:05:48 ---> Running in 39f061d6f623 21:05:48 Removing intermediate container 08768a0017e4 21:05:48 ---> 5f7e354919a2 21:05:48 Step 5/24 : RUN apk add --update --no-cache make git 21:05:48 Removing intermediate container 0fad54846217 21:05:48 ---> 559c2c2f09cd 21:05:48 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:05:48 Removing intermediate container c2a7ff15287c 21:05:48 ---> a54e04ef8e91 21:05:48 Step 5/21 : RUN apk add --update --no-cache make git 21:05:48 ---> Running in 2faea7f5aaf7 21:05:48 ---> Running in d095fb5bc1fe 21:05:48 ---> Running in 205ae2de040f 21:05:48 ---> Running in 28d44128e553 21:05:48 745a02a5169b: Verifying Checksum 21:05:48 745a02a5169b: Download complete 21:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:50 00ac8860ef70: Verifying Checksum 21:05:50 00ac8860ef70: Download complete 21:05:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:50 OK: 233 MiB in 51 packages 21:05:50 OK: 233 MiB in 51 packages 21:05:50 OK: 233 MiB in 51 packages 21:05:50 OK: 233 MiB in 51 packages 21:05:51 Removing intermediate container 39f061d6f623 21:05:51 ---> c082c8dcf353 21:05:51 Step 6/22 : COPY go.mod . 21:05:51 Removing intermediate container 2faea7f5aaf7 21:05:51 ---> 434dd69a5453 21:05:51 Step 6/24 : COPY go.mod . 21:05:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:51 ---> 18085238d146 21:05:51 Step 7/22 : RUN go mod download 21:05:51 Removing intermediate container 205ae2de040f 21:05:51 ---> 5270911efdaf 21:05:51 Step 6/23 : COPY go.mod . 21:05:51 ---> Running in 2c27ef9eb694 21:05:51 ---> 8e02fbeffcbf 21:05:51 Step 7/24 : RUN go mod download 21:05:51 Removing intermediate container d095fb5bc1fe 21:05:51 ---> 75fd666efeb1 21:05:51 Step 6/24 : COPY go.mod . 21:05:52 ---> Running in 33af816e67e1 21:05:52 ---> afa7579e6f64 21:05:52 Step 7/23 : RUN go mod download 21:05:52 ---> 1f893e190bdb 21:05:52 Step 7/24 : RUN go mod download 21:05:52 ---> Running in 93a59920cc4a 21:05:52 ---> Running in 17b9e4157527 21:05:53 OK: 233 MiB in 51 packages 21:05:54 Removing intermediate container 28d44128e553 21:05:54 ---> 0a97b4d6f684 21:05:54 Step 6/21 : COPY go.mod . 21:05:54 Removing intermediate container 93a59920cc4a 21:05:54 ---> 00bc88c68814 21:05:54 Step 8/23 : COPY . . 21:05:54 Removing intermediate container 33af816e67e1 21:05:54 ---> 6151740591b2 21:05:54 Step 8/24 : COPY . . 21:05:54 Removing intermediate container 2c27ef9eb694 21:05:54 ---> 7ac5f5281394 21:05:54 Step 8/22 : COPY . . 21:05:54 Removing intermediate container 17b9e4157527 21:05:54 ---> c166fbf61b30 21:05:54 Step 8/24 : COPY . . 21:05:57 ---> ddbad7ce7a34 21:05:57 Step 7/21 : RUN go mod download 21:05:59 ---> Running in 7a5e36cba30c 21:06:00 00ac8860ef70: Pull complete 21:06:00 63d7cb157983: Pull complete 21:06:00 b116817d02f9: Pull complete 21:06:04 745a02a5169b: Pull complete 21:06:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:06:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:06:04 ---> b7e6874047d6 21:06:04 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:06:08 Removing intermediate container 7a5e36cba30c 21:06:08 ---> b7835edb8b24 21:06:08 Step 8/21 : COPY . . 21:06:08 ---> Running in e78eef14976c 21:06:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:11 (1/12) Installing libmagic (5.38-r0) 21:06:11 (2/12) Installing file (5.38-r0) 21:06:11 (3/12) Installing libc-dev (0.7.2-r3) 21:06:11 (4/12) Installing g++ (9.3.0-r2) 21:06:16 (5/12) Installing fortify-headers (1.1-r0) 21:06:16 (6/12) Installing patch (2.7.6-r6) 21:06:16 (7/12) Installing build-base (0.5-r2) 21:06:16 (8/12) Installing libsodium (1.0.18-r0) 21:06:16 (9/12) Installing pkgconf (1.7.2-r0) 21:06:16 (10/12) Installing libsodium-dev (1.0.18-r0) 21:06:16 (11/12) Installing libzmq (4.3.3-r0) 21:06:17 (12/12) Installing zeromq-dev (4.3.3-r0) 21:06:17 Executing busybox-1.31.1-r19.trigger 21:06:17 OK: 217 MiB in 51 packages 21:06:21 Removing intermediate container e78eef14976c 21:06:21 ---> e6bbf53baeb4 21:06:21 Step 4/6 : WORKDIR /edgex-go 21:06:21 ---> Running in 0f3dbb36dce1 21:06:21 Removing intermediate container 0f3dbb36dce1 21:06:21 ---> c3793060e8d4 21:06:21 Step 5/6 : COPY go.mod . 21:06:22 ---> ccf53e40c592 21:06:22 Step 6/6 : RUN go mod download 21:06:22 ---> Running in 319ce4bfb380 21:06:35 ---> b31915eb5e3a 21:06:35 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:06:35 ---> 770ab50f45b6 21:06:35 Step 9/23 : RUN make cmd/core-data/core-data 21:06:35 ---> 6401e1e44ea3 21:06:35 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:06:35 ---> 12af4e2f4aa5 21:06:35 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:06:35 ---> Running in d1798338b18a 21:06:35 ---> Running in 5a6b4b7ef7bf 21:06:35 ---> Running in 1162aef2c5be 21:06:35 ---> Running in 7a74340f8c99 21:06:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:06:35 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 21:06:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:06:35 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 21:06:35 ---> 91686616697a 21:06:35 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:06:35 ---> Running in 077bc1d912ea 21:06:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:06:55 Removing intermediate container 319ce4bfb380 21:06:55 ---> 0d0b50e4a0ab 21:06:55 Successfully built 0d0b50e4a0ab 21:06:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:06:55 + docker inspect -f . ci-base-image-arm64 21:06:55 . [Pipeline] withDockerContainer 21:06:55 prd-ubuntu18.04-docker-arm64-4c-16g-21671 does not seem to be running inside a container 21:06:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 ******** ci-base-image-arm64 cat 21:06:57 $ docker top 269c32b0ad8dbee157617e6782be5960882b25c8006cc6ef5d1ce5957c399560 -eo pid,comm [Pipeline] { [Pipeline] sh 21:06:58 + go version 21:06:58 go version go1.15.5 linux/arm64 [Pipeline] } 21:06:58 $ docker stop --time=1 269c32b0ad8dbee157617e6782be5960882b25c8006cc6ef5d1ce5957c399560 21:07:00 $ docker rm -f 269c32b0ad8dbee157617e6782be5960882b25c8006cc6ef5d1ce5957c399560 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:07:01 + docker inspect -f . ci-base-image-arm64 21:07:01 . [Pipeline] withDockerContainer 21:07:01 prd-ubuntu18.04-docker-arm64-4c-16g-21671 does not seem to be running inside a container 21:07:02 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 ******** ci-base-image-arm64 cat 21:07:03 $ docker top 2dd012eed5d7bcd0e5aceeab5bd385e52a72b3ac9bcb06cba2ebe7293ee869a2 -eo pid,comm 21:07:03 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 [Pipeline] { [Pipeline] echo 21:07:03 ========================================================= 21:07:03 [edgeXBuildGoParallel] Running Tests and Build... 21:07:03 ========================================================= [Pipeline] sh 21:07:04 + make test 21:07:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:07:06 Removing intermediate container d1798338b18a 21:07:06 ---> 8c3e31d841b8 21:07:06 21:07:06 Step 10/22 : FROM alpine:3.12 21:07:06 3.12: Pulling from library/alpine 21:07:07 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:07:07 Status: Downloaded newer image for alpine:3.12 21:07:07 ---> 389fef711851 21:07:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:07:11 ---> Running in 48bf036f6c74 21:07:11 Removing intermediate container 1162aef2c5be 21:07:11 ---> a9e5c7500a1a 21:07:11 21:07:11 Step 10/24 : FROM scratch 21:07:11 ---> 21:07:11 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:07:11 ---> Running in 7c11f198987c 21:07:11 Removing intermediate container 7c11f198987c 21:07:11 ---> 357d04232738 21:07:11 Step 12/24 : ENV APP_PORT=48060 21:07:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:07:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:07:11 (1/5) Installing ca-certificates (20191127-r4) 21:07:11 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:07:11 (3/5) Installing libcurl (7.69.1-r3) 21:07:11 (4/5) Installing curl (7.69.1-r3) 21:07:11 (5/5) Installing dumb-init (1.2.2-r1) 21:07:11 Executing busybox-1.31.1-r19.trigger 21:07:11 Executing ca-certificates-20191127-r4.trigger 21:07:12 OK: 7 MiB in 19 packages 21:07:12 ---> Running in e0da5451e9f8 21:07:13 Removing intermediate container 7a74340f8c99 21:07:13 ---> 3de73ea382cd 21:07:13 21:07:13 Step 10/24 : FROM alpine:3.12 21:07:13 ---> 389fef711851 21:07:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:07:13 Removing intermediate container e0da5451e9f8 21:07:13 ---> f09f7a737d92 21:07:13 Step 13/24 : EXPOSE $APP_PORT 21:07:14 ---> Running in 8e28ba37a3bd 21:07:14 ---> Running in 600499d60979 21:07:14 Removing intermediate container 077bc1d912ea 21:07:14 ---> a8b06bcf1f62 21:07:14 21:07:14 Step 10/21 : FROM scratch 21:07:14 ---> 21:07:14 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:07:14 ---> Running in d78b51f5d60c 21:07:14 Removing intermediate container 8e28ba37a3bd 21:07:14 ---> ca492e8e89a5 21:07:14 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:07:14 Removing intermediate container d78b51f5d60c 21:07:14 ---> c101fa9e525a 21:07:14 Step 12/21 : ENV APP_PORT=48085 21:07:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:07:14 Removing intermediate container 48bf036f6c74 21:07:14 ---> 021f9e674814 21:07:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:07:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:07:15 ---> Running in 2b6f65ad635c 21:07:15 ---> Running in d2152a1cce11 21:07:15 (1/5) Installing ca-certificates (20191127-r4) 21:07:15 ---> 9da0f7892920 21:07:15 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:07:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:07:15 (3/5) Installing libcurl (7.69.1-r3) 21:07:15 (4/5) Installing curl (7.69.1-r3) 21:07:15 (5/5) Installing dumb-init (1.2.2-r1) 21:07:15 Executing busybox-1.31.1-r19.trigger 21:07:15 Executing ca-certificates-20191127-r4.trigger 21:07:15 OK: 7 MiB in 19 packages 21:07:15 Removing intermediate container 2b6f65ad635c 21:07:15 ---> f353979a622b 21:07:15 Step 13/21 : EXPOSE $APP_PORT 21:07:18 ---> Running in e3efe736b91d 21:07:18 Removing intermediate container d2152a1cce11 21:07:18 ---> d47275a5d6a1 21:07:18 Step 13/22 : WORKDIR / 21:07:18 ---> 4b323cff7a47 21:07:18 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:07:18 ---> Running in 0fcc748c0105 21:07:18 Removing intermediate container 5a6b4b7ef7bf 21:07:18 ---> 709fc8590d34 21:07:18 21:07:18 Step 10/23 : FROM alpine:3.12 21:07:18 ---> 389fef711851 21:07:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:07:18 Removing intermediate container e3efe736b91d 21:07:18 ---> 29ea23a632a3 21:07:18 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 21:07:18 ---> Running in 75b9c215045f 21:07:18 Removing intermediate container 0fcc748c0105 21:07:18 ---> 4fb5708b8a37 21:07:18 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:07:19 ---> e2b04cd7533e 21:07:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:07:19 Removing intermediate container 600499d60979 21:07:19 ---> 1ab61107e5e2 21:07:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:07:19 ---> ce1e68f1b644 21:07:19 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:07:19 Removing intermediate container 75b9c215045f 21:07:19 ---> 1ef6c0788b8a 21:07:19 Step 12/23 : ENV APP_PORT=48080 21:07:19 ---> Running in d8c1cfdbac06 21:07:19 ---> Running in 0ed60a423589 21:07:19 ---> 3920070888a5 21:07:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:07:19 Removing intermediate container d8c1cfdbac06 21:07:19 ---> ceb2627c63de 21:07:19 Step 13/24 : WORKDIR / 21:07:19 ---> Running in f07e1511e248 21:07:19 ---> ab59b537d5e0 21:07:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:07:19 Removing intermediate container 0ed60a423589 21:07:19 ---> 194d52751857 21:07:19 Step 13/23 : EXPOSE $APP_PORT 21:07:20 ---> a8e404e8e5e3 21:07:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:07:20 ---> Running in 1330b05462c8 21:07:20 ---> 7e5a19f5be98 21:07:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:07:20 Removing intermediate container f07e1511e248 21:07:20 ---> d1367ecd59b3 21:07:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:07:20 ---> 132b6aa3924c 21:07:20 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:07:20 Removing intermediate container 1330b05462c8 21:07:20 ---> 81a2c8494f37 21:07:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:07:20 ---> Running in 5429a191b15a 21:07:20 ---> Running in 5f5e3f504ac8 21:07:20 ---> 4206443052a3 21:07:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:07:20 ---> f7112b287bf5 21:07:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:07:20 ---> 61e7b4a87f5f 21:07:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:07:21 Removing intermediate container 5f5e3f504ac8 21:07:21 ---> 84ed2910de02 21:07:21 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:07:21 ---> 96de1d4da30f 21:07:21 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:07:21 ---> Running in e68210af2f07 21:07:22 ---> 487885364706 21:07:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:07:22 ---> bf757f580418 21:07:22 Step 18/22 : RUN chmod +x entrypoint.sh 21:07:22 ---> Running in 11cb0cf4aa7d 21:07:22 Removing intermediate container e68210af2f07 21:07:22 ---> 8adef0d84bda 21:07:22 Step 19/21 : LABEL arch=x86_64 21:07:22 ---> Running in edbbd04cf342 21:07:22 ---> Running in 72d530176ce5 21:07:22 Removing intermediate container 11cb0cf4aa7d 21:07:22 ---> f2ced1439fd8 21:07:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:07:22 ---> d348176ba4ae 21:07:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:07:22 ---> Running in 19b790535381 21:07:23 Removing intermediate container 72d530176ce5 21:07:23 ---> fbcaa75edf57 21:07:23 Step 20/21 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:07:23 ---> Running in 8ad95f119e64 21:07:23 Removing intermediate container 19b790535381 21:07:23 ---> f1fa6b047b8b 21:07:23 Step 22/24 : LABEL arch=x86_64 21:07:23 ---> 43d2c2914c13 21:07:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:07:23 ---> Running in c27ab7b3cb5f 21:07:23 Removing intermediate container 5429a191b15a 21:07:23 ---> 6215d209eb9a 21:07:23 Step 15/23 : RUN apk add --update --no-cache zeromq 21:07:23 Removing intermediate container 8ad95f119e64 21:07:23 ---> 9f38432fb8f7 21:07:23 Step 21/21 : LABEL version=0.0.0 21:07:23 ---> Running in f2eac429e8f1 21:07:23 ---> Running in f916fac7aff6 21:07:24 Removing intermediate container c27ab7b3cb5f 21:07:24 ---> 2d661a2428e7 21:07:24 Step 23/24 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:07:24 ---> 30a6a180d945 21:07:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:07:24 Removing intermediate container f916fac7aff6 21:07:24 ---> 341742936f30 21:07:24 21:07:24 ---> Running in 56114b521ca9 21:07:24 Successfully built 341742936f30 21:07:24 Removing intermediate container edbbd04cf342 21:07:24 ---> f406fda26e31 21:07:24 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:07:24 Successfully tagged docker-support-scheduler-go:latest 21:07:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:07:24 Building docker-sys-mgmt-agent-go 21:07:24  Building docker-support-scheduler-go ... done  ---> Running in e0ba86b19577 21:07:24 Removing intermediate container 56114b521ca9 21:07:24 ---> be317d6cb5ae 21:07:24 Step 24/24 : LABEL version=0.0.0 21:07:24 ---> ee1d4fea600a 21:07:24 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:07:24 ---> Running in 0ed0e9de6a1f 21:07:24 ---> Running in 7023cda19b14 21:07:25 Removing intermediate container e0ba86b19577 21:07:25 ---> 416d35461079 21:07:25 Step 20/22 : LABEL arch=x86_64 21:07:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:07:25 ---> Running in 8d6a79567f9f 21:07:25 Removing intermediate container 0ed0e9de6a1f 21:07:25 ---> 26cf3c5017e2 21:07:25 21:07:25 Successfully built 26cf3c5017e2 21:07:25 Successfully tagged docker-support-notifications-go:latest 21:07:25  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 21:07:25 (1/5) Installing libgcc (9.3.0-r2) 21:07:25 (2/5) Installing libsodium (1.0.18-r0) 21:07:25 (3/5) Installing libstdc++ (9.3.0-r2) 21:07:25 (4/5) Installing libzmq (4.3.3-r0) 21:07:26 (5/5) Installing zeromq (4.3.3-r0) 21:07:26 Removing intermediate container 8d6a79567f9f 21:07:26 ---> 38dd0941b6f2 21:07:26 Step 21/22 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:07:26 Executing busybox-1.31.1-r19.trigger 21:07:26 OK: 8 MiB in 19 packages 21:07:28 ---> Running in b218025fef99 21:07:31 ? github.com/edgexfoundry/edgex-go [no test files] 21:07:31 Removing intermediate container b218025fef99 21:07:31 ---> 1309333c1570 21:07:31 Step 22/22 : LABEL version=0.0.0 21:07:31 ---> Running in 9850434e4982 21:07:32 Removing intermediate container 9850434e4982 21:07:32 ---> 12ac039c3f53 21:07:32 21:07:32 Removing intermediate container 7023cda19b14 21:07:32 ---> 20bcd58d7220 21:07:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:07:32 Removing intermediate container f2eac429e8f1 21:07:32 ---> e9836ce68394 21:07:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:07:32 ---> Running in d2acec324a25 21:07:32 Successfully built 12ac039c3f53 21:07:32 Successfully tagged docker-security-bootstrap-redis-go:latest 21:07:32  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go 21:07:34 Removing intermediate container d2acec324a25 21:07:34 ---> ecf9e9cb52ec 21:07:34 Step 22/24 : LABEL arch=x86_64 21:07:34 ---> d67060c9e58b 21:07:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:07:35 ---> Running in 790e40738dde 21:07:35 Removing intermediate container 790e40738dde 21:07:35 ---> 81e3ab65889b 21:07:35 Step 23/24 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:07:38 ---> Running in 345e62dda85f 21:07:39 ---> ca4ca4452b78 21:07:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:07:39 Removing intermediate container 345e62dda85f 21:07:39 ---> 22d9c3e22c67 21:07:39 Step 24/24 : LABEL version=0.0.0 21:07:41 ---> Running in b8b4c66a1e7c 21:07:41 ---> a423df893fc5 21:07:41 Step 19/23 : ENTRYPOINT ["/core-data"] 21:07:42 ---> Running in 17a3c2cbafbd 21:07:42 Removing intermediate container b8b4c66a1e7c 21:07:42 ---> 6bfce537d57f 21:07:42 21:07:42 Successfully built 6bfce537d57f 21:07:43 Successfully tagged docker-security-secretstore-setup-go:latest 21:07:43 Building docker-core-command-go 21:07:43  Building docker-security-secretstore-setup-go ... done Removing intermediate container 17a3c2cbafbd 21:07:43 ---> 48a4c9dcb0e0 21:07:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:07:43 ---> Running in b5c123e6b805 21:07:44 Removing intermediate container b5c123e6b805 21:07:44 ---> d5ecaed7104e 21:07:44 Step 21/23 : LABEL arch=x86_64 21:07:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:07:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:07:44 ---> 8e9bb40ac389 21:07:44 Step 3/21 : WORKDIR /edgex-go 21:07:44 ---> Using cache 21:07:44 ---> 4a1b04cfa459 21:07:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:07:44 ---> Using cache 21:07:44 ---> 559c2c2f09cd 21:07:44 Step 5/21 : RUN apk add --update --no-cache make git 21:07:44 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:07:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:07:44 ---> 8e9bb40ac389 21:07:44 Step 3/26 : WORKDIR /edgex-go 21:07:44 ---> Using cache 21:07:44 ---> 4a1b04cfa459 21:07:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:07:44 ---> Using cache 21:07:44 ---> 559c2c2f09cd 21:07:44 Step 5/26 : RUN apk add --update --no-cache make bash git 21:07:46 ---> Running in 80d6bac018c5 21:07:47 ---> Running in 6e6f777641c1 21:07:47 ---> Running in 7d67494c3dda 21:07:48 Removing intermediate container 80d6bac018c5 21:07:48 ---> c4b01a8a6629 21:07:48 Step 22/23 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:07:48 ---> Running in 6a599ed040e4 21:07:49 Removing intermediate container 6a599ed040e4 21:07:49 ---> 872ad8b51c05 21:07:49 Step 23/23 : LABEL version=0.0.0 21:07:50 ---> Running in c6eb17c674f1 21:07:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:07:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:07:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:07:50 Removing intermediate container c6eb17c674f1 21:07:50 ---> 6d305cd97541 21:07:50 21:07:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:07:50 Successfully built 6d305cd97541 21:07:50 Successfully tagged docker-core-data-go:latest 21:07:50  Building docker-core-data-go ... done OK: 233 MiB in 51 packages 21:07:51 OK: 233 MiB in 51 packages 21:07:53 Removing intermediate container 6e6f777641c1 21:07:53 ---> c5964387f906 21:07:53 Step 6/26 : COPY go.mod . 21:07:53 Removing intermediate container 7d67494c3dda 21:07:53 ---> 74f581fa8617 21:07:53 Step 6/21 : COPY go.mod . 21:07:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:07:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:07:54 ---> 8e9bb40ac389 21:07:54 Step 3/22 : WORKDIR /edgex-go 21:07:54 ---> Using cache 21:07:54 ---> 4a1b04cfa459 21:07:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:07:54 ---> Using cache 21:07:54 ---> 559c2c2f09cd 21:07:54 Step 5/22 : RUN apk add --update --no-cache make git 21:07:54 ---> Using cache 21:07:54 ---> 74f581fa8617 21:07:54 Step 6/22 : COPY go.mod . 21:07:54 ---> Using cache 21:07:54 ---> e6f8dc5e4185 21:07:54 Step 7/22 : RUN go mod download 21:07:55 ---> 1855a6f52cdb 21:07:55 Step 7/26 : RUN go mod download 21:07:55 ---> e6f8dc5e4185 21:07:55 Step 7/21 : RUN go mod download 21:07:55 ---> Running in 9796272d81d1 21:07:55 ---> Running in 1a05d3a19554 21:07:55 ---> Running in a7a2455180c9 21:08:01 Removing intermediate container 1a05d3a19554 21:08:01 ---> 497629904e97 21:08:01 Step 8/26 : COPY . . 21:08:01 Removing intermediate container a7a2455180c9 21:08:01 ---> 45c098230f6a 21:08:01 Step 8/21 : COPY . . 21:08:01 Removing intermediate container 9796272d81d1 21:08:01 ---> bda8fb03caf8 21:08:01 Step 8/22 : COPY . . 21:08:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:08:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:08:03 ---> 8e9bb40ac389 21:08:03 Step 3/22 : WORKDIR /edgex-go 21:08:03 ---> Using cache 21:08:03 ---> 4a1b04cfa459 21:08:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:03 ---> Using cache 21:08:03 ---> 559c2c2f09cd 21:08:03 Step 5/22 : RUN apk add --update --no-cache make git 21:08:03 ---> Using cache 21:08:03 ---> 74f581fa8617 21:08:03 Step 6/22 : COPY go.mod . 21:08:03 ---> Using cache 21:08:03 ---> e6f8dc5e4185 21:08:03 Step 7/22 : RUN go mod download 21:08:03 ---> Using cache 21:08:03 ---> bda8fb03caf8 21:08:03 Step 8/22 : COPY . . 21:08:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:08:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:08:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:08:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:08:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:08:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:08:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:08:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:08:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:08:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:08:36 ---> 9366865377a0 21:08:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:08:36 ---> 6525d3c3e0f1 21:08:36 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:08:36 ---> Running in a5237cbb7ce9 21:08:36 ---> Running in 19e478c3a834 21:08:36 ---> 3ad3783355a7 21:08:36 Step 9/22 : RUN make cmd/core-command/core-command 21:08:36 ---> Running in a2c8147234a6 21:08:36 ---> 6e58571c366a 21:08:36 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:08:36 ---> Running in 2cb3c56da866 21:08:36 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 21:08:36 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 21:08: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 21:08:36 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 21:08:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:08:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:08:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:08:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.368s coverage: 46.6% of statements 21:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:08:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.565s coverage: 27.0% of statements 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:08:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:08:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:08:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.291s coverage: 67.9% of statements 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:08:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.433s coverage: 82.3% of statements 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:08:59 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 21:09:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.322s coverage: 28.6% of statements 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:09:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.174s coverage: 100.0% of statements 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:09:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:09:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.354s coverage: 86.7% of statements 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:09:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.387s coverage: 97.5% of statements 21:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:09:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements 21:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:09:05 Removing intermediate container a2c8147234a6 21:09:05 ---> a66dd3b24a0e 21:09:05 21:09:05 Step 10/22 : FROM scratch 21:09:05 ---> 21:09:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:09:05 Removing intermediate container a5237cbb7ce9 21:09:05 ---> 1f045f720e32 21:09:05 21:09:05 Step 10/21 : FROM alpine:3.12 21:09:05 ---> 389fef711851 21:09:05 Step 11/21 : RUN apk add --update --no-cache curl 21:09:05 Removing intermediate container 19e478c3a834 21:09:05 ---> 8764b2acc432 21:09:05 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:09:05 ---> Running in c6fb750a8a57 21:09:05 ---> Running in 698e5106a941 21:09:05 ---> Using cache 21:09:05 ---> c101fa9e525a 21:09:05 Step 12/22 : ENV APP_PORT=48082 21:09: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 21:09:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:09:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:09:06 (1/4) Installing ca-certificates (20191127-r4) 21:09:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:09:06 (3/4) Installing libcurl (7.69.1-r3) 21:09:06 (4/4) Installing curl (7.69.1-r3) 21:09:06 Executing busybox-1.31.1-r19.trigger 21:09:06 Executing ca-certificates-20191127-r4.trigger 21:09:06 ---> Running in b21e19521bf6 21:09:06 OK: 7 MiB in 18 packages 21:09:07 Removing intermediate container 2cb3c56da866 21:09:07 ---> 45b40942717a 21:09:07 21:09:07 Step 10/22 : FROM scratch 21:09:07 ---> 21:09:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:09:07 ---> Using cache 21:09:07 ---> c101fa9e525a 21:09:07 Step 12/22 : ENV APP_PORT=48081 21:09:07 Removing intermediate container b21e19521bf6 21:09:07 ---> eb598cbbba24 21:09:07 Step 13/22 : EXPOSE $APP_PORT 21:09:08 ---> Running in 56c5e94129da 21:09:08 ---> Running in 188b12985d74 21:09:08 Removing intermediate container 56c5e94129da 21:09:08 ---> d77ad688aaae 21:09:08 Step 13/22 : EXPOSE $APP_PORT 21:09:08 Removing intermediate container 188b12985d74 21:09:08 ---> d49c7b8c6839 21:09:08 Step 14/22 : WORKDIR / 21:09:08 ---> Running in 32bd66cf6913 21:09:10 ---> Running in 175b1157c595 21:09:10 Removing intermediate container 698e5106a941 21:09:10 ---> 0fb2f54dfc88 21:09:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:09:10 Removing intermediate container c6fb750a8a57 21:09:10 ---> ba4fadce0293 21:09:10 21:09:10 Step 11/26 : FROM docker:20.10.0 21:09:10 Removing intermediate container 32bd66cf6913 21:09:10 ---> 3f102807a6d1 21:09:10 Step 14/22 : WORKDIR / 21:09:10 20.10.0: Pulling from library/docker 21:09:10 ---> Running in 528089d2e04c 21:09:10 ---> Running in 1dab31300ffa 21:09:10 Removing intermediate container 175b1157c595 21:09:10 ---> c72ec4ca6439 21:09:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:11 Removing intermediate container 528089d2e04c 21:09:11 ---> c8861796697b 21:09:11 Step 13/21 : WORKDIR /edgex 21:09:11 ---> Running in 06b23c3422ef 21:09:11 Removing intermediate container 1dab31300ffa 21:09:11 ---> c94f6ce19da0 21:09:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:11 ---> e6b8a3c9a382 21:09:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:09:12 ---> 6af022491835 21:09:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:09:12 Removing intermediate container 06b23c3422ef 21:09:12 ---> c317af0b54dd 21:09:12 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:09:12 ---> 9496ca256d1b 21:09:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:09:12 ---> 375a76444c6f 21:09:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:09:12 ---> 9f9b0945bc70 21:09:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:09:12 ---> 2e9c5ab7b737 21:09:12 Step 18/22 : ENTRYPOINT ["/core-command"] 21:09:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.317s coverage: 92.8% of statements 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:09:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:09:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.299s coverage: 0.1% of statements 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.097s coverage: 100.0% of statements 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.144s coverage: 75.5% of statements 21:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.084s coverage: 80.8% of statements 21:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.177s coverage: 87.2% of statements 21:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.186s coverage: 84.2% of statements 21:09:13 ---> 728dcdce0408 21:09:13 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:09:13 ---> Running in 1719c0f15757 21:09:13 ---> Running in 78331c66996e 21:09:13 ---> dcce44b0a864 21:09:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:09:13 Removing intermediate container 1719c0f15757 21:09:13 ---> 70f0c9dc6871 21:09:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:13 ---> Running in 3f5d88390e18 21:09:13 Removing intermediate container 78331c66996e 21:09:13 ---> e5e48ad64709 21:09:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:13 ---> Running in 02a33c795d09 21:09:13 Removing intermediate container 3f5d88390e18 21:09:13 ---> 264ddcf4c95c 21:09:13 Step 20/22 : LABEL arch=x86_64 21:09:13 ---> Running in 872d70f8628b 21:09:14 Removing intermediate container 02a33c795d09 21:09:14 ---> 6f9f3b667a2b 21:09:14 Step 20/22 : LABEL arch=x86_64 21:09:14 ---> 234c570a9d62 21:09:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:09:14 ---> Running in d19dad04cf30 21:09:14 Removing intermediate container 872d70f8628b 21:09:14 ---> Running in e3393d805061 21:09:14 ---> 91e84574c59e 21:09:14 Step 21/22 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:09:14 ---> Running in 31a785743356 21:09:14 Removing intermediate container d19dad04cf30 21:09:14 ---> a92bf02770d0 21:09:14 Step 21/22 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:09:14 Removing intermediate container e3393d805061 21:09:14 ---> f7294ca1c0ed 21:09:14 Step 18/21 : CMD ["--init=true"] 21:09:14 ---> Running in 715a7c72e0f4 21:09:14 Removing intermediate container 31a785743356 21:09:14 ---> fb7dae548898 21:09:14 Step 22/22 : LABEL version=0.0.0 21:09:14 ---> Running in 1cdeb17f6e5d 21:09:15 ---> Running in 3fad915b2de0 21:09:15 Removing intermediate container 715a7c72e0f4 21:09:15 ---> 5a7d4f34fe94 21:09:15 Step 22/22 : LABEL version=0.0.0 21:09:15 Removing intermediate container 1cdeb17f6e5d 21:09:15 ---> 3f528cffa8df 21:09:15 Step 19/21 : LABEL arch=x86_64 21:09:15 ---> Running in e85a4a7b7126 21:09:15 ---> Running in b684b5c5f5f0 21:09:15 Removing intermediate container 3fad915b2de0 21:09:15 ---> 6285849860c3 21:09:15 21:09:15 Removing intermediate container e85a4a7b7126 21:09:15 ---> 5d10d60fcb56 21:09:15 21:09:15 Successfully built 6285849860c3 21:09:15 Successfully tagged docker-core-command-go:latest 21:09:15  Building docker-core-command-go ... done Removing intermediate container b684b5c5f5f0 21:09:15 ---> 9a0cbd0bdad6 21:09:15 Step 20/21 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:09:16 Successfully built 5d10d60fcb56 21:09:16 Successfully tagged docker-core-metadata-go:latest 21:09:16  Building docker-core-metadata-go ... done  ---> Running in 67b6c7ea8822 21:09:16 Removing intermediate container 67b6c7ea8822 21:09:16 ---> 5b60c117e0f4 21:09:16 Step 21/21 : LABEL version=0.0.0 21:09:16 ---> Running in 4e38336b01ba 21:09:16 Removing intermediate container 4e38336b01ba 21:09:16 ---> f15966cd0870 21:09:16 21:09:16 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.201s coverage: 91.4% of statements 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:09:16 Status: Downloaded newer image for docker:20.10.0 21:09:16 ---> aefe523efa57 21:09:16 Step 12/26 : RUN apk add --no-cache bash 21:09:16 Successfully built f15966cd0870 21:09:16 Successfully tagged docker-security-proxy-setup-go:latest 21:09:16  Building docker-security-proxy-setup-go ... done  ---> Running in 63679d54dd9d 21:09:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:09:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:09:17 (1/2) Installing readline (8.0.4-r0) 21:09:17 (2/2) Installing bash (5.0.17-r0) 21:09:17 Executing bash-5.0.17-r0.post-install 21:09:17 Executing busybox-1.31.1-r19.trigger 21:09:17 OK: 12 MiB in 22 packages 21:09:18 Removing intermediate container 63679d54dd9d 21:09:18 ---> 319ca2125bfb 21:09:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:09:18 ---> Running in ad077eadaf35 21:09:18 Removing intermediate container ad077eadaf35 21:09:18 ---> 7106196b856c 21:09:18 Step 14/26 : ENV APP_PORT=48090 21:09:18 ---> Running in da276d858213 21:09:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.647s coverage: 63.5% of statements 21:09:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:09:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:09:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.094s coverage: 100.0% of statements 21:09:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 91.3% of statements 21:09:19 Removing intermediate container da276d858213 21:09:19 ---> ae1a0839c1bc 21:09:19 Step 15/26 : EXPOSE $APP_PORT 21:09:19 ---> Running in 520d0f1258eb 21:09:19 Removing intermediate container 520d0f1258eb 21:09:19 ---> 8429d1af7dd0 21:09:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements 21:09:19 ---> 7fc50d615b94 21:09:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:09:19 ---> f0ed478e8a6b 21:09:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:09:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements 21:09:20 ---> 4febdc610eea 21:09:20 Step 19/26 : RUN apk --no-cache add py3-pip 21:09:20 ---> Running in 00caf87dd78c 21:09:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:09:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:09:21 (1/33) Installing libbz2 (1.0.8-r1) 21:09:21 (2/33) Installing expat (2.2.9-r1) 21:09:21 (3/33) Installing libffi (3.3-r2) 21:09:21 (4/33) Installing gdbm (1.13-r1) 21:09:21 (5/33) Installing xz-libs (5.2.5-r0) 21:09:21 (6/33) Installing sqlite-libs (3.32.1-r0) 21:09:21 (7/33) Installing python3 (3.8.5-r0) 21:09:22 (8/33) Installing py3-appdirs (1.4.4-r1) 21:09:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:09:22 (10/33) Installing py3-parsing (2.4.7-r0) 21:09:22 (11/33) Installing py3-six (1.15.0-r0) 21:09:22 (12/33) Installing py3-packaging (20.4-r0) 21:09:22 (13/33) Installing py3-setuptools (47.0.0-r0) 21:09:22 (14/33) Installing py3-chardet (3.0.4-r4) 21:09:23 (15/33) Installing py3-idna (2.9-r0) 21:09:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:09:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:09:23 (18/33) Installing py3-requests (2.23.0-r0) 21:09:23 (19/33) Installing py3-msgpack (1.0.0-r0) 21:09:23 (20/33) Installing py3-lockfile (0.12.2-r3) 21:09:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:09:23 (22/33) Installing py3-colorama (0.4.3-r0) 21:09:23 (23/33) Installing py3-distlib (0.3.0-r0) 21:09:23 (24/33) Installing py3-distro (1.5.0-r1) 21:09:23 (25/33) Installing py3-webencodings (0.5.1-r3) 21:09:23 (26/33) Installing py3-html5lib (1.0.1-r4) 21:09:23 (27/33) Installing py3-pytoml (0.1.21-r0) 21:09:23 (28/33) Installing py3-pep517 (0.8.2-r0) 21:09:23 (29/33) Installing py3-progress (1.5-r0) 21:09:23 (30/33) Installing py3-toml (0.10.1-r0) 21:09:23 (31/33) Installing py3-retrying (1.3.3-r0) 21:09:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:09:23 (33/33) Installing py3-pip (20.1.1-r0) 21:09:23 Executing busybox-1.31.1-r19.trigger 21:09:23 OK: 71 MiB in 55 packages 21:09:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.903s coverage: 68.9% of statements 21:09:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:09:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:09:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:09:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:09:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:09:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.381s coverage: 37.0% of statements 21:09:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:09:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:09:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.874s coverage: 84.0% of statements 21:09:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements 21:09:32 Removing intermediate container 00caf87dd78c 21:09:32 ---> fc6a53dcf63c 21:09:32 Step 20/26 : RUN pip install docker-compose==1.23.2 21:09:32 ---> Running in de172d61be40 21:09:33 Collecting docker-compose==1.23.2 21:09:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:09:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.335s coverage: 47.1% of statements 21:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:09:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements 21:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:09:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements 21:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:09:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:09:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:09:33 Collecting docker<4.0,>=3.6.0 21:09:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:09:33 Collecting websocket-client<1.0,>=0.32.0 21:09:33 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:09:34 Collecting texttable<0.10,>=0.9.0 21:09:34 Downloading texttable-0.9.1.tar.gz (11 kB) 21:09:34 Collecting docopt<0.7,>=0.6.1 21:09:34 Downloading docopt-0.6.2.tar.gz (25 kB) 21:09:35 Collecting dockerpty<0.5,>=0.4.1 21:09:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:09:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:09:35 Collecting PyYAML<4,>=3.10 21:09:35 Downloading PyYAML-3.13.tar.gz (270 kB) 21:09:36 Collecting cached-property<2,>=1.2.0 21:09:36 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:09:36 Collecting jsonschema<3,>=2.5.1 21:09:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:09:36 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) 21:09:36 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) 21:09:37 Collecting urllib3<1.25,>=1.21.1 21:09:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:09:37 Collecting idna<2.8,>=2.5 21:09:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:09:37 Collecting docker-pycreds>=0.4.0 21:09:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:09:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:09:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:09:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:09:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:09:37 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, docopt, dockerpty, PyYAML, cached-property, jsonschema, docker-compose 21:09:37 Attempting uninstall: urllib3 21:09:37 Found existing installation: urllib3 1.25.9 21:09:37 Uninstalling urllib3-1.25.9: 21:09:37 Successfully uninstalled urllib3-1.25.9 21:09:37 Attempting uninstall: idna 21:09:37 Found existing installation: idna 2.9 21:09:37 Uninstalling idna-2.9: 21:09:37 Successfully uninstalled idna-2.9 21:09:37 Attempting uninstall: requests 21:09:37 Found existing installation: requests 2.23.0 21:09:37 Uninstalling requests-2.23.0: 21:09:37 Successfully uninstalled requests-2.23.0 21:09:38 Running setup.py install for texttable: started 21:09:39 Running setup.py install for texttable: finished with status 'done' 21:09:39 Running setup.py install for docopt: started 21:09:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.669s coverage: 29.1% of statements 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:09:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:09:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:09:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:09:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:09:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:09:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 21:09:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements 21:09:40 Running setup.py install for docopt: finished with status 'done' 21:09:40 Running setup.py install for dockerpty: started 21:09:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements 21:09:40 Running setup.py install for dockerpty: finished with status 'done' 21:09:40 Running setup.py install for PyYAML: started 21:09:41 Running setup.py install for PyYAML: finished with status 'done' 21:09:41 GO111MODULE=on go vet ./... 21:09:41 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 21:09:45 Removing intermediate container de172d61be40 21:09:45 ---> aff188ed980f 21:09:45 Step 21/26 : RUN apk --no-cache add curl 21:09:45 ---> Running in cf4c21d94da5 21:09:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:09:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:09:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:09:45 (2/3) Installing libcurl (7.69.1-r3) 21:09:45 (3/3) Installing curl (7.69.1-r3) 21:09:45 Executing busybox-1.31.1-r19.trigger 21:09:45 OK: 72 MiB in 58 packages 21:09:46 Removing intermediate container cf4c21d94da5 21:09:46 ---> ab5fd23da54d 21:09:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:09:46 ---> Running in 411e94cf2e3b 21:09:46 Removing intermediate container 411e94cf2e3b 21:09:46 ---> af3ddeb72774 21:09:46 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:46 ---> Running in b3dc6efbc085 21:09:46 Removing intermediate container b3dc6efbc085 21:09:46 ---> 281d0dae58d0 21:09:46 Step 24/26 : LABEL arch=x86_64 21:09:46 ---> Running in 80640170888e 21:09:46 Removing intermediate container 80640170888e 21:09:46 ---> 03fe2403c5e2 21:09:46 Step 25/26 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:09:46 ---> Running in 49716db731a6 21:09:47 Removing intermediate container 49716db731a6 21:09:47 ---> 87eea4c1e008 21:09:47 Step 26/26 : LABEL version=0.0.0 21:09:47 ---> Running in f1c9b5098099 21:09:47 Removing intermediate container f1c9b5098099 21:09:47 ---> 6d859010975e 21:09:47 21:09:47 Successfully built 6d859010975e 21:09:47 Successfully tagged docker-sys-mgmt-agent-go:latest 21:09:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:09:48 $ docker stop --time=1 5a7867650cc3c6ecf7c44c6bcda4408309ab94d62f4c812cf73d1ba5656f33c9 21:09:50 $ docker rm -f 5a7867650cc3c6ecf7c44c6bcda4408309ab94d62f4c812cf73d1ba5656f33c9 [Pipeline] // withDockerContainer [Pipeline] sh 21:09:50 + docker images 21:09:50 + grep docker 21:09:50 docker-sys-mgmt-agent-go latest 6d859010975e 3 seconds ago 313MB 21:09:50 docker-security-proxy-setup-go latest f15966cd0870 34 seconds ago 24.4MB 21:09:50 docker-core-metadata-go latest 5d10d60fcb56 35 seconds ago 13.1MB 21:09:50 docker-core-command-go latest 6285849860c3 35 seconds ago 10.6MB 21:09:50 docker-core-data-go latest 6d305cd97541 2 minutes ago 22.3MB 21:09:50 docker-security-secretstore-setup-go latest 6bfce537d57f 2 minutes ago 24.6MB 21:09:50 docker-security-bootstrap-redis-go latest 12ac039c3f53 2 minutes ago 15.8MB 21:09:50 docker-support-notifications-go latest 26cf3c5017e2 2 minutes ago 12MB 21:09:50 docker-support-scheduler-go latest 341742936f30 2 minutes ago 10.7MB 21:09:50 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:10:06 Still waiting to schedule task 21:10:06 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:10:58 Running on prd-ubuntu18.04-docker-8c-8g-21676 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 21:10:58 Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout 21:11:00 using credential edgex-jenkins-ssh 21:11:00 Cloning the remote Git repository 21:11:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:11:00 > git init /w/workspace/edgex-go/18 # timeout=10 21:11:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:11:00 > git --version # timeout=10 21:11:00 > git --version # 'git version 2.17.1' 21:11:00 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:11:03 gofmt -l . 21:11:03 [ "`gofmt -l .`" = "" ] 21:11:03 ./bin/test-go-mod-tidy.sh 21:11:03 ./bin/test-attribution-txt.sh [Pipeline] sh 21:11:04 + ls -al . 21:11:04 total 684 21:11:04 drwxrwxr-x 9 1001 1001 4096 Jan 20 21:11 . 21:11:04 drwxr-xr-x 4 root root 4096 Jan 20 21:07 .. 21:11:04 -rw-rw-r-- 1 1001 1001 11 Jan 20 21:05 .dockerignore 21:11:04 drwxrwxr-x 8 1001 1001 4096 Jan 20 21:05 .git 21:11:04 drwxrwxr-x 3 1001 1001 4096 Jan 20 21:05 .github 21:11:04 -rw-rw-r-- 1 1001 1001 824 Jan 20 21:05 .gitignore 21:11:04 -rw-rw-r-- 1 1001 1001 166 Jan 20 21:05 .sonarcloud.properties 21:11:04 -rw-rw-r-- 1 1001 1001 7759 Jan 20 21:05 Attribution.txt 21:11:04 -rw-rw-r-- 1 1001 1001 3804 Jan 20 21:05 CONTRIBUTING.md 21:11:04 -rw-rw-r-- 1 1001 1001 931 Jan 20 21:05 Dockerfile.build 21:11:04 -rw-rw-r-- 1 1001 1001 863 Jan 20 21:05 Jenkinsfile 21:11:04 -rw-rw-r-- 1 1001 1001 10775 Jan 20 21:05 LICENSE 21:11:04 -rw-rw-r-- 1 1001 1001 5750 Jan 20 21:05 Makefile 21:11:04 -rw-rw-r-- 1 1001 1001 6524 Jan 20 21:05 README.md 21:11:04 -rw-rw-r-- 1 1001 1001 6744 Jan 20 21:05 SECURITY.md 21:11:04 -rw-rw-r-- 1 1001 1001 5 Jan 20 21:02 VERSION 21:11:04 -rw-rw-r-- 1 1001 1001 4131 Jan 20 21:05 ZMQWindows.md 21:11:04 drwxrwxr-x 2 1001 1001 4096 Jan 20 21:05 bin 21:11:04 drwxrwxr-x 14 1001 1001 4096 Jan 20 21:05 cmd 21:11:04 -rw-r--r-- 1 root root 550280 Jan 20 21:09 coverage.out 21:11:04 -rw-r--r-- 1 root root 1027 Jan 20 21:11 go.mod 21:11:04 -rw-r--r-- 1 root root 18815 Jan 20 21:11 go.sum 21:11:04 drwxrwxr-x 8 1001 1001 4096 Jan 20 21:05 internal 21:11:04 drwxrwxr-x 4 1001 1001 4096 Jan 20 21:05 openapi 21:11:04 drwxrwxr-x 4 1001 1001 4096 Jan 20 21:05 snap 21:11:04 -rw-rw-r-- 1 1001 1001 168 Jan 20 21:05 version.go [Pipeline] sh 21:11:04 + '[' -e coverage.out ] 21:11:04 + chown 1001:1001 coverage.out [Pipeline] stash 21:11:04 Warning: overwriting stash ‘coverage-report’ 21:11:06 Stashed 1 file(s) [Pipeline] sh 21:11:06 + make build 21:11:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:11:08 Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:11:08 Merge succeeded, producing 0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:11:08 Checking out Revision 0d048c99a2e689bcffe87ab7e4893f9cb34f024e (PR-3027) 21:11:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:11:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:11:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:11:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:11:07 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:11:08 > git config core.sparsecheckout # timeout=10 21:11:08 > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 21:11:08 > git remote # timeout=10 21:11:08 > git config --get remote.origin.url # timeout=10 21:11:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:08 > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 21:11:08 > git rev-parse HEAD^{commit} # timeout=10 21:11:08 > git config core.sparsecheckout # timeout=10 21:11:08 > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 21:11:11 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:11:12 + echo snap-build.sh 21:11:12 snap-build.sh 21:11:12 + SNAP_BASE_DIR=. 21:11:12 + '[' '!' -z /w/workspace/edgex-go/18 ']' 21:11:12 + SNAP_BASE_DIR=/w/workspace/edgex-go/18 21:11:12 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/18]' 21:11:12 [snap-build] Building snap in dir [/w/workspace/edgex-go/18] 21:11:12 + cd /w/workspace/edgex-go/18 21:11:12 + sudo apt-get remove -qy --purge lxd lxd-client 21:11:12 Reading package lists... 21:11:13 Building dependency tree... 21:11:13 Reading state information... 21:11:13 The following packages were automatically installed and are no longer required: 21:11:13 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:11:13 uidmap xdelta3 21:11:13 Use 'sudo apt autoremove' to remove them. 21:11:13 The following packages will be REMOVED: 21:11:13 lxd* lxd-client* 21:11:13 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:11:13 After this operation, 31.7 MB disk space will be freed. 21:11:14 (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.) 21:11:14 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:11:15 Removing lxd dnsmasq configuration 21:11:15 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:11:15 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:11:16 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:11:16 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 21:11:17 (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.) 21:11:17 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:11:18 Processing triggers for systemd (237-3ubuntu10.42) ... 21:11:18 Processing triggers for ureadahead (0.100.0-21) ... 21:11:19 + sudo snap remove --purge lxd 21:11:19 snap "lxd" is not installed 21:11:19 + sudo groupadd --force --system lxd 21:11:19 ++ whoami 21:11:19 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:11:19 + newgrp - lxd 21:11:19 + sudo snap install lxd 21:11:28 2021-01-20T21:11:25Z INFO Waiting for automatic snapd restart... 21:11:43 lxd 4.10 from Canonical* installed 21:11:43 + sudo lxd init --auto 21:11:43 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 21:11:49 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 21:11:49 + sudo snap install --classic snapcraft 21:11:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:11:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:11:57 snapcraft 4.4.4 from Canonical* installed 21:11:57 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:11:57 + patch --verbose -p1 21:11:57 Hmm... Looks like a unified diff to me... 21:11:57 The text leading up to this was: 21:11:57 -------------------------- 21:11:57 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 21:11:57 |From: Tony Espy 21:11:57 |Date: Wed, 16 Dec 2020 16:34:55 -0500 21:11:57 |Subject: [PATCH] optimize snap build for pipeline CI check 21:11:57 | 21:11:57 |This patch is used by the EdgeX CI pipeline builds to 21:11:57 |optimize the snap CI check run for pull requests. When 21:11:57 |applied, it essentially strips out everything (apps and 21:11:57 |parts) from the snapcraft.yaml file except those required 21:11:57 |to build edgex-go, as the whole idea of the CI check is to 21:11:57 |catch changes to edgex-go that break the snap build. 21:11:57 | 21:11:57 |In general, anyone updating snapcraft.yaml will also need 21:11:57 |to update this patch file, otherwise it may fail to apply, 21:11:57 |resulting in a failed snap build CI check in the associated 21:11:57 |pull request. 21:11:57 | 21:11:57 |Note - in addition to applying this patch, the pipeline also 21:11:57 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:11:57 |need to build the finally binary .snap file (and it won't 21:11:57 |work with the patch applied). This further reduces the build 21:11:57 |time. 21:11:57 |--- 21:11:57 | snap/snapcraft.yaml | 461 +------------------------------------------- 21:11:57 | 1 file changed, 2 insertions(+), 459 deletions(-) 21:11:57 | 21:11:57 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:11:57 |index 1e537489..faf42425 100644 21:11:57 |--- a/snap/snapcraft.yaml 21:11:57 |+++ b/snap/snapcraft.yaml 21:11:57 -------------------------- 21:11:57 patching file snap/snapcraft.yaml 21:11:57 Using Plan A... 21:11:57 Hunk #1 succeeded at 73. 21:11:57 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 21:11:57 Hunk #3 succeeded at 214 (offset -1 lines). 21:11:57 Hunk #4 succeeded at 222 (offset -1 lines). 21:11:57 Hunk #5 succeeded at 229 (offset -1 lines). 21:11:57 Hunk #6 succeeded at 256 (offset -1 lines). 21:11:57 Hunk #7 succeeded at 290 (offset -1 lines). 21:11:57 Hunk #8 succeeded at 342. 21:11:57 Hmm... Ignoring the trailing garbage. 21:11:57 done 21:11:57 + sudo snapcraft prime --use-lxd 21:11:57 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:11:58 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: 21:11:58 - README.md 21:11:58 - snapcraft.yaml.orig 21:11:58 21:11:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:11:58 Launching a container. 21:12:01 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 21:12:05 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 21:12:08 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 21:12:10 Waiting for container to be ready 21:12:10 To start your first instance, try: lxc launch ubuntu:18.04 21:12:10 21:12:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:12:13 Waiting for network to be ready... 21:12:14 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 21:12:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:12:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 21:12:14 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:12:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 21:12:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 21:12:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 21:12:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 21:12:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 21:12:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 21:12:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 21:12:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:12:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:12:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:12:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:12:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:12:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:12:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:12:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:12:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:12:16 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 21:12:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 21:12:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 21:12:16 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 21:12:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 21:12:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 21:12:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 21:12:16 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 21:12:18 Fetched 23.8 MB in 4s (5836 kB/s) 21:12:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:12:19 Reading package lists... 21:12:19 Reading package lists... 21:12:19 Building dependency tree... 21:12:19 Reading state information... 21:12:19 The following additional packages will be installed: 21:12:19 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:12:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:12:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:12:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:12:19 Suggested packages: 21:12:19 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:12:19 Recommended packages: 21:12:19 gnupg libsasl2-modules 21:12:19 The following NEW packages will be installed: 21:12:19 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:12:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:12:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:12:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:12:19 The following packages will be upgraded: 21:12:19 gpg gpg-agent gpgconf libudev1 21:12:19 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 21:12:19 Need to get 3533 kB of archives. 21:12:19 After this operation, 13.3 MB of additional disk space will be used. 21:12:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 21:12:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 21:12:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 21:12:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 21:12:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 21:12:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 21:12:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 21:12:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 21:12:20 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 21:12:20 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 21:12:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:12:21 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:12:21 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:12:21 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:12:21 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:12:21 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:12:21 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:12:21 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:12:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:12:21 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:12:21 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:12:21 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:12:21 debconf: delaying package configuration, since apt-utils is not installed 21:12:21 Fetched 3533 kB in 2s (2291 kB/s) 21:12:21 (Reading database ... 12511 files and directories currently installed.) 21:12:21 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 21:12:21 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:12:21 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 21:12:21 Selecting previously unselected package udev. 21:12:21 (Reading database ... 12511 files and directories currently installed.) 21:12:21 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 21:12:21 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 21:12:22 Unpacking udev (237-3ubuntu10.44) ... 21:12:22 Selecting previously unselected package libfuse2:amd64. 21:12:22 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:12:22 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:12:22 Selecting previously unselected package fuse. 21:12:22 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:12:22 Unpacking fuse (2.9.7-1ubuntu1) ... 21:12:22 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 21:12:22 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:12:22 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 21:12:22 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:12:22 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 21:12:22 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:12:22 Selecting previously unselected package libksba8:amd64. 21:12:22 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:12:22 Unpacking libksba8:amd64 (1.3.5-2) ... 21:12:22 Selecting previously unselected package libroken18-heimdal:amd64. 21:12:22 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:12:22 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:22 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:12:22 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:12:22 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:23 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:12:23 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:12:23 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:23 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:12:23 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:12:23 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:23 Selecting previously unselected package libwind0-heimdal:amd64. 21:12:23 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:12:23 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:23 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:12:23 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:12:23 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:23 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:12:23 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:12:23 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:23 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:12:23 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:12:23 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:23 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:12:23 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:12:23 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:23 Selecting previously unselected package libsasl2-modules-db:amd64. 21:12:23 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:12:23 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:12:23 Selecting previously unselected package libsasl2-2:amd64. 21:12:23 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:12:23 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:12:23 Selecting previously unselected package libldap-common. 21:12:23 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 21:12:24 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:12:24 Selecting previously unselected package libldap-2.4-2:amd64. 21:12:24 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 21:12:24 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:12:24 Selecting previously unselected package dirmngr. 21:12:24 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 21:12:24 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 21:12:24 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:12:24 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 21:12:24 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:12:24 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:12:24 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:12:24 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 21:12:24 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:24 Setting up libksba8:amd64 (1.3.5-2) ... 21:12:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:12:24 Setting up udev (237-3ubuntu10.44) ... 21:12:24 invoke-rc.d: policy-rc.d denied execution of start. 21:12:25 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:25 Processing triggers for systemd (237-3ubuntu10) ... 21:12:25 Setting up fuse (2.9.7-1ubuntu1) ... 21:12:25 Setting up gpg (2.2.4-1ubuntu1.3) ... 21:12:25 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:25 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:25 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:25 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:25 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:25 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:25 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:12:25 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:12:25 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 21:12:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:12:26 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:12:26 settings in the [Install] section, and DefaultInstance for template units). 21:12:26 This means they are not meant to be enabled using systemctl. 21:12:26 Possible reasons for having this kind of units are: 21:12:26 1) A unit may be statically enabled by being symlinked from another unit's 21:12:26 .wants/ or .requires/ directory. 21:12:26 2) A unit's purpose may be to act as a helper for some other unit which has 21:12:26 a requirement dependency on it. 21:12:26 3) A unit may be started when needed via activation (socket, path, timer, 21:12:26 D-Bus, udev, scripted systemctl call, ...). 21:12:26 4) In case of template units, the unit is meant to be enabled with some 21:12:26 instance name specified. [Pipeline] } 21:12:26 $ docker stop --time=1 2dd012eed5d7bcd0e5aceeab5bd385e52a72b3ac9bcb06cba2ebe7293ee869a2 21:12:26 Reading package lists... 21:12:26 Building dependency tree... 21:12:26 Reading state information... 21:12:26 The following additional packages will be installed: 21:12:26 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:12:26 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:12:26 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:12:26 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:12:26 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:12:26 Suggested packages: 21:12:26 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:12:26 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:12:26 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:12:26 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:12:26 systemd-container policykit-1 21:12:26 Recommended packages: 21:12:26 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:12:26 The following NEW packages will be installed: 21:12:26 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:12:26 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:12:26 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:12:26 multiarch-support openssh-client python3 python3-minimal python3.6 21:12:26 python3.6-minimal snapd squashfs-tools sudo 21:12:26 The following packages will be upgraded: 21:12:26 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:12:26 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 21:12:26 Need to get 35.2 MB of archives. 21:12:26 After this operation, 141 MB of additional disk space will be used. 21:12:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:12:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:12:27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 21:12:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 21:12:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 21:12:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:12:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 21:12:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 21:12:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 21:12:27 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:12:27 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:12:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:12:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:12:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:12:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:12:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 21:12:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:12:28 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 21:12:28 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:12:28 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:12:28 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:12:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:12:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:12:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:12:28 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:12:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 21:12:28 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:12:28 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:12:28 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:12:28 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 21:12:28 $ docker rm -f 2dd012eed5d7bcd0e5aceeab5bd385e52a72b3ac9bcb06cba2ebe7293ee869a2 21:12:29 debconf: delaying package configuration, since apt-utils is not installed 21:12:29 Fetched 35.2 MB in 2s (14.7 MB/s) 21:12:29 (Reading database ... 12757 files and directories currently installed.) 21:12:29 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 21:12:29 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 21:12:30 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 21:12:30 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:12:30 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 21:12:30 (Reading database ... 12757 files and directories currently installed.) 21:12:30 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [Pipeline] isUnix [Pipeline] sh 21:12:30 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:12:30 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:12:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:12:30 21:12:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:12:30 (Reading database ... 12757 files and directories currently installed.) 21:12:30 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:12:30 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:12:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:12:31 latest: Pulling from edgex-devops/edgex-compose-arm64 21:12:31 29e5d40040c1: Pulling fs layer 21:12:31 1ce36da41761: Pulling fs layer 21:12:31 25b303627fd3: Pulling fs layer 21:12:31 Setting up apt (1.6.12ubuntu0.2) ... 21:12:31 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:12:31 29e5d40040c1: Verifying Checksum 21:12:31 29e5d40040c1: Download complete 21:12:31 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:12:31 (Reading database ... 12764 files and directories currently installed.) 21:12:31 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:12:31 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:12:31 Selecting previously unselected package libpython3.6-minimal:amd64. 21:12:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:12:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:12:31 1ce36da41761: Verifying Checksum 21:12:31 1ce36da41761: Download complete 21:12:31 29e5d40040c1: Pull complete 21:12:32 Selecting previously unselected package libexpat1:amd64. 21:12:32 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:12:32 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:12:32 Selecting previously unselected package python3.6-minimal. 21:12:32 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:12:32 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:12:32 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 21:12:32 Checking for services that may need to be restarted...done. 21:12:32 Checking for services that may need to be restarted...done. 21:12:32 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:12:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:12:32 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:12:33 Selecting previously unselected package python3-minimal. 21:12:33 (Reading database ... 13012 files and directories currently installed.) 21:12:33 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:12:33 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:12:33 Selecting previously unselected package mime-support. 21:12:33 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:12:33 Unpacking mime-support (3.60ubuntu1) ... 21:12:33 1ce36da41761: Pull complete 21:12:33 25b303627fd3: Verifying Checksum 21:12:33 25b303627fd3: Download complete 21:12:33 Selecting previously unselected package libmpdec2:amd64. 21:12:33 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:12:33 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:12:33 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:12:33 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:12:33 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:12:33 Selecting previously unselected package python3.6. 21:12:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:12:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:12:33 Selecting previously unselected package libpython3-stdlib:amd64. 21:12:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:12:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:12:33 Setting up python3-minimal (3.6.7-1~18.04) ... 21:12:34 Selecting previously unselected package python3. 21:12:34 (Reading database ... 13442 files and directories currently installed.) 21:12:34 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:12:34 Unpacking python3 (3.6.7-1~18.04) ... 21:12:34 Selecting previously unselected package multiarch-support. 21:12:34 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:12:34 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:12:34 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:12:34 Selecting previously unselected package liblzo2-2:amd64. 21:12:34 (Reading database ... 13479 files and directories currently installed.) 21:12:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:12:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:12:34 Selecting previously unselected package libbsd0:amd64. 21:12:34 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:12:34 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:12:34 Selecting previously unselected package sudo. 21:12:34 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 21:12:34 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 21:12:34 Selecting previously unselected package apparmor. 21:12:34 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:12:35 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:12:35 Selecting previously unselected package libedit2:amd64. 21:12:35 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:12:35 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:12:35 Selecting previously unselected package libkrb5support0:amd64. 21:12:35 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:12:35 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:12:35 Selecting previously unselected package libk5crypto3:amd64. 21:12:35 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:12:35 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:12:35 Selecting previously unselected package libkeyutils1:amd64. 21:12:35 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:12:35 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:12:35 Selecting previously unselected package libkrb5-3:amd64. 21:12:35 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:12:35 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:12:35 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:12:35 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:12:35 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:12:35 Selecting previously unselected package libssl1.0.0:amd64. 21:12:35 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 21:12:35 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:12:36 Selecting previously unselected package openssh-client. 21:12:36 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:12:36 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:12:36 Selecting previously unselected package squashfs-tools. 21:12:36 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:12:36 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:12:36 Selecting previously unselected package snapd. 21:12:36 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 21:12:36 Unpacking snapd (2.48+18.04) ... 21:12:38 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:12:38 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:12:38 Setting up mime-support (3.60ubuntu1) ... 21:12:38 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 21:12:38 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:12:38 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:12:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:12:38 Setting up systemd (237-3ubuntu10.44) ... 21:12:38 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:12:39 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:12:39 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:12:39 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:12:39 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:12:39 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:12:39 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:12:40 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:12:40 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:12:40 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:12:40 Setting up python3 (3.6.7-1~18.04) ... 21:12:40 running python rtupdate hooks for python3.6... 21:12:40 running python post-rtupdate hooks for python3.6... 21:12:40 Setting up apparmor (2.12-4ubuntu5.1) ... 21:12:41 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:12:41 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:12:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:12:42 Setting up snapd (2.48+18.04) ... 21:12:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:12:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:12:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:12:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:12:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:12:43 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:12:43 25b303627fd3: Pull complete 21:12:43 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:12:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:12:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:12:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:12:43 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:12:43 prd-ubuntu18.04-docker-arm64-4c-16g-21671 does not seem to be running inside a container 21:12:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 21:12:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:12:44 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:12:44 /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' 21:12:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:12:44 Processing triggers for systemd (237-3ubuntu10.44) ... 21:12:45 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:12:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:12:45 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:12:46 Reading package lists... 21:12:46 Reading package lists... 21:12:46 $ docker top 204a975d53f8385df566f32af710d68952988a09ec90d15aabb7708ef476a515 -eo pid,comm 21:12:46 Building dependency tree... 21:12:46 Reading state information... 21:12:46 Calculating upgrade... 21:12:47 The following packages will be upgraded: 21:12:47 advancecomp base-files bash binutils binutils-common 21:12:47 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:12:47 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:12:47 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 21:12:47 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 21:12:47 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 21:12:47 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 21:12:47 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 21:12:47 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 21:12:47 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 21:12:47 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 21:12:47 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 21:12:47 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 21:12:47 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 21:12:47 ubuntu-keyring util-linux [Pipeline] { [Pipeline] sh 21:12:47 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:12:47 Need to get 63.7 MB of archives. 21:12:47 After this operation, 5203 kB of additional disk space will be used. 21:12:47 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:12:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:12:47 + grep parallel 21:12:47 + docker-compose build --help 21:12:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:12:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:12:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:12:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:12:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:12:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:12:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:12:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:12:48 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:12:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:12:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:12:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:12:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:12:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:12:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:12:48 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:12:48 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 21:12:48 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:12:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:12:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:12:48 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:12:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:12:48 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:12:48 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:12:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:12:48 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:12:48 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:12:48 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:12:48 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:12:48 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:12:48 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:12:48 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:12:48 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:12:48 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:12:48 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:12:48 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:12:48 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:12:48 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:12:48 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:12:48 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:12:48 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:12:48 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:12:48 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:12:48 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:12:48 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:12:48 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:12:48 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 21:12:48 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:12:48 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:12:48 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:12:48 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:12:48 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:12:48 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:12:48 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:12:48 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 21:12:48 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 21:12:48 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:12:48 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:12:48 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:12:48 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:12:48 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 21:12:48 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:12:48 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:12:48 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:12:48 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:12:48 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:12:48 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:12:48 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:12:48 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:12:48 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 21:12:48 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:12:48 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:12:48 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:12:48 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 21:12:48 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:12:48 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:12:48 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:12:48 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:12:48 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 21:12:49 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 21:12:49 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 21:12:49 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 21:12:49 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:12:49 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:12:49 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:12:49 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:12:49 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:12:49 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:12:49 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:12:50 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:12:50 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:12:50 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:12:50 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:12:50 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:12:50 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:12:50 debconf: delaying package configuration, since apt-utils is not installed 21:12:50 Fetched 63.7 MB in 3s (20.2 MB/s) 21:12:50 (Reading database ... 13912 files and directories currently installed.) 21:12:50 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:12:50 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:12:51 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:12:51 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:12:51 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 21:12:51 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 21:12:52 --parallel Build images in parallel. [Pipeline] } 21:12:52 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:12:52 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:12:52 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:12:52 $ docker stop --time=1 204a975d53f8385df566f32af710d68952988a09ec90d15aabb7708ef476a515 21:12:52 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:12:52 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:12:52 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:12:52 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:12:52 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:12:52 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:12:52 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:12:53 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:12:53 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:12:53 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:12:53 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:12:53 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:12:53 (Reading database ... 13911 files and directories currently installed.) 21:12:53 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:12:53 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:12:53 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:12:53 (Reading database ... 13911 files and directories currently installed.) 21:12:53 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:12:53 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:12:53 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:12:53 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:12:53 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:12:53 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:12:54 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:12:54 (Reading database ... 13911 files and directories currently installed.) 21:12:54 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:12:54 $ docker rm -f 204a975d53f8385df566f32af710d68952988a09ec90d15aabb7708ef476a515 21:12:54 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer 21:12:54 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:12:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:12:55 . 21:12:55 (Reading database ... 13911 files and directories currently installed.) 21:12:55 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:12:55 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:12:55 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:12:55 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [Pipeline] withDockerContainer 21:12:55 prd-ubuntu18.04-docker-arm64-4c-16g-21671 does not seem to be running inside a container 21:12:55 Setting up base-files (10.1ubuntu2.10) ... 21:12:55 Installing new version of config file /etc/issue ... 21:12:55 Installing new version of config file /etc/issue.net ... 21:12:55 Installing new version of config file /etc/lsb-release ... 21:12:55 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:12:55 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:12:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:12:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:12:55 Removing obsolete conffile /etc/default/motd-news ... 21:12:55 (Reading database ... 13912 files and directories currently installed.) 21:12:55 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:12:55 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:12:55 Setting up bash (4.4.18-2ubuntu1.2) ... 21:12:56 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 21:12:56 (Reading database ... 13912 files and directories currently installed.) 21:12:56 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:12:56 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:12:56 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:12:56 (Reading database ... 13912 files and directories currently installed.) 21:12:56 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:12:56 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:12:56 Setting up tar (1.29b-2ubuntu0.2) ... 21:12:56 (Reading database ... 13912 files and directories currently installed.) 21:12:56 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:12:56 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:12:56 $ docker top dede929c7ddf2fb25bde2c342398bdc33f044667a138786e4c8b2d1e405d0f8a -eo pid,comm 21:12:56 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:12:57 (Reading database ... 13912 files and directories currently installed.) 21:12:57 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:12:57 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:12:57 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [Pipeline] { [Pipeline] sh 21:12:57 (Reading database ... 13912 files and directories currently installed.) 21:12:57 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:12:57 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:12:57 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:12:57 (Reading database ... 13912 files and directories currently installed.) 21:12:57 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:12:57 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:12:57 Setting up grep (3.1-2build1) ... 21:12:57 + docker-compose -f ./docker-compose-build.yml build --parallel 21:12:58 (Reading database ... 13912 files and directories currently installed.) 21:12:58 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:12:58 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:12:58 Setting up login (1:4.5-1ubuntu2) ... 21:12:58 (Reading database ... 13912 files and directories currently installed.) 21:12:58 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:12:58 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:12:58 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:12:58 (Reading database ... 13912 files and directories currently installed.) 21:12:58 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:12:58 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:12:59 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:12:59 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:12:59 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:12:59 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:12:59 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:12:59 (Reading database ... 13912 files and directories currently installed.) 21:12:59 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:12:59 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:13:01 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:13:01 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:13:01 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:13:01 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:13:01 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:13:01 (Reading database ... 13912 files and directories currently installed.) 21:13:01 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:13:01 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:13:01 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:13:01 (Reading database ... 13912 files and directories currently installed.) 21:13:01 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:13:01 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:13:02 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:13:02 (Reading database ... 13912 files and directories currently installed.) 21:13:02 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:13:02 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:13:02 Building docker-core-command-go ... 21:13:02 Building docker-core-data-go ... 21:13:02 Building docker-core-metadata-go ... 21:13:02 Building docker-security-bootstrap-redis-go ... 21:13:02 Building docker-security-proxy-setup-go ... 21:13:02 Building docker-security-secretstore-setup-go ... 21:13:02 Building docker-support-notifications-go ... 21:13:02 Building docker-support-scheduler-go ... 21:13:02 Building docker-sys-mgmt-agent-go ... 21:13:02 Building docker-support-scheduler-go 21:13:02 Building docker-security-bootstrap-redis-go 21:13:02 Building docker-core-data-go 21:13:02 Building docker-support-notifications-go 21:13:02 Building docker-security-secretstore-setup-go 21:13:02 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:13:02 (Reading database ... 13912 files and directories currently installed.) 21:13:02 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:13:02 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:13:02 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:13:02 (Reading database ... 13912 files and directories currently installed.) 21:13:02 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:13:02 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:13:03 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:13:03 (Reading database ... 13912 files and directories currently installed.) 21:13:03 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:13:03 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:13:03 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:13:03 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:13:03 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:13:03 (Reading database ... 13912 files and directories currently installed.) 21:13:03 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:13:03 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:13:03 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:13:03 (Reading database ... 13912 files and directories currently installed.) 21:13:03 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:13:03 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:13:03 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:13:03 (Reading database ... 13912 files and directories currently installed.) 21:13:03 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:13:03 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:13:04 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:13:04 (Reading database ... 13912 files and directories currently installed.) 21:13:04 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:13:04 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:13:04 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:13:05 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:13:05 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:13:05 (Reading database ... 13912 files and directories currently installed.) 21:13:05 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:13:05 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:13:05 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:13:06 (Reading database ... 13912 files and directories currently installed.) 21:13:06 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:13:06 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:13:06 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:13:06 (Reading database ... 13914 files and directories currently installed.) 21:13:06 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:13:06 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:13:06 Setting up debconf (1.5.66ubuntu1) ... 21:13:06 (Reading database ... 13914 files and directories currently installed.) 21:13:06 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:13:06 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:13:06 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:13:06 (Reading database ... 13914 files and directories currently installed.) 21:13:06 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:13:06 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:13:07 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:13:07 (Reading database ... 13914 files and directories currently installed.) 21:13:07 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:13:07 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:13:07 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:13:07 (Reading database ... 13914 files and directories currently installed.) 21:13:07 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:13:07 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:13:07 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 21:13:07 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:13:07 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:13:07 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:13:07 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:13:08 (Reading database ... 13914 files and directories currently installed.) 21:13:08 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:13:08 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:13:08 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:13:08 (Reading database ... 13914 files and directories currently installed.) 21:13:08 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:13:08 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:13:08 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:13:08 (Reading database ... 13914 files and directories currently installed.) 21:13:08 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:13:08 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:13:08 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:13:08 (Reading database ... 13914 files and directories currently installed.) 21:13:08 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 21:13:08 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 21:13:09 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 21:13:09 (Reading database ... 13914 files and directories currently installed.) 21:13:09 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:13:09 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:13:09 Setting up passwd (1:4.5-1ubuntu2) ... 21:13:09 (Reading database ... 13914 files and directories currently installed.) 21:13:09 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 21:13:09 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:13:09 Setting up gpgv (2.2.4-1ubuntu1.3) ... 21:13:09 (Reading database ... 13914 files and directories currently installed.) 21:13:09 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:13:09 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:13:10 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:13:10 (Reading database ... 13914 files and directories currently installed.) 21:13:10 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:13:10 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:13:10 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:13:10 (Reading database ... 13914 files and directories currently installed.) 21:13:10 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:13:10 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:13:10 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:13:10 (Reading database ... 13914 files and directories currently installed.) 21:13:10 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:13:10 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:13:10 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:13:11 (Reading database ... 13914 files and directories currently installed.) 21:13:11 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:13:11 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:13:11 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:13:11 (Reading database ... 13914 files and directories currently installed.) 21:13:11 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:13:11 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:13:11 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:13:11 (Reading database ... 13915 files and directories currently installed.) 21:13:11 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:13:11 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:13:11 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:13:11 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:13:11 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:13:11 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:13:12 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 21:13:12 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 21:13:12 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:13:12 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:13:12 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:13:12 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:13:12 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:13:12 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:13:12 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:13:12 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:13:12 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:13:12 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:13:12 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:13:12 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:13:12 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:13:12 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:13:13 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 21:13:13 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 21:13:14 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:13:14 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:13:14 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:13:14 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:13:14 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:13:14 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:13:14 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:13:15 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:13:15 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:13:15 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:13:15 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:13:15 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:13:15 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:13:15 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:13:15 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:13:15 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:13:15 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:13:15 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:13:15 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:13:15 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:13:17 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:13:17 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:13:17 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:13:17 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:13:18 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:13:18 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:13:19 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:13:19 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:13:20 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:13:20 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:13:20 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:13:20 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:13:20 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:13:20 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:13:20 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:13:20 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:13:20 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:13:20 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:13:20 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:13:21 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:13:21 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:13:21 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:13:21 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:13:21 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:13:21 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:13:21 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:13:21 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:13:21 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:13:21 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:13:21 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:13:21 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:13:21 Setting up tzdata (2020f-0ubuntu0.18.04) ... 21:13:21 21:13:21 Current default time zone: 'Etc/UTC' 21:13:21 Local time is now: Wed Jan 20 21:13:21 UTC 2021. 21:13:21 Universal Time is now: Wed Jan 20 21:13:21 UTC 2021. 21:13:21 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:13:21 21:13:21 Setting up systemd-sysv (237-3ubuntu10.44) ... 21:13:21 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:13:21 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 21:13:21 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:13:21 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:13:21 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:13:21 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:13:21 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:13:22 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:13:22 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:13:22 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:13:22 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:13:22 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:13:22 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 21:13:22 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:13:22 Setting up patch (2.7.6-2ubuntu1.1) ... 21:13:22 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:13:22 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:13:22 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 21:13:22 Installing new version of config file /etc/ssl/openssl.cnf ... 21:13:22 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:13:22 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:13:22 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 21:13:24 Updating certificates in /etc/ssl/certs... 21:13:25 22 added, 17 removed; done. 21:13:25 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:13:25 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:13:25 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:13:25 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:13:25 Setting up pkgbinarymangler (138.18.04.1) ... 21:13:25 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:13:26 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 21:13:26 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:13:26 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:13:26 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:13:26 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:13:26 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:13:26 Setting up perl (5.26.1-6ubuntu0.5) ... 21:13:26 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 21:13:26 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:13:26 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:13:26 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 21:13:26 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:13:26 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:13:26 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:13:26 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:13:26 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:13:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:13:26 Processing triggers for systemd (237-3ubuntu10.44) ... 21:13:26 Processing triggers for mime-support (3.60ubuntu1) ... 21:13:26 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 21:13:26 Updating certificates in /etc/ssl/certs... 21:13:27 0 added, 0 removed; done. 21:13:27 Running hooks in /etc/ca-certificates/update.d... 21:13:27 done. 21:13:27 Reading package lists... 21:13:27 Building dependency tree... 21:13:27 Reading state information... 21:13:28 The following NEW packages will be installed: 21:13:28 apt-transport-https 21:13:28 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:13:28 Need to get 1696 B of archives. 21:13:28 After this operation, 153 kB of additional disk space will be used. 21:13:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:13:28 debconf: delaying package configuration, since apt-utils is not installed 21:13:28 Fetched 1696 B in 0s (21.9 kB/s) 21:13:28 Selecting previously unselected package apt-transport-https. 21:13:28 (Reading database ... 13929 files and directories currently installed.) 21:13:28 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:13:28 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:13:28 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:13:28 Waiting for network to be ready... 21:13:35 2021-01-20T21:13:31Z INFO Waiting for automatic snapd restart... 21:13:35 snapd 2.48.2 from Canonical* installed 21:13:36 "snapd" switched to the "latest/stable" channel 21:13:36 21:13:39 core18 20201210 from Canonical* installed 21:13:39 "core18" switched to the "latest/stable" channel 21:13:39 21:13:42 snapcraft 4.4.4 from Canonical* installed 21:13:42 "snapcraft" switched to the "latest/stable" channel 21:13:42 21:13:46 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: 21:13:46 - README.md 21:13:46 - snapcraft.yaml.orig 21:13:46 21:13:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:13:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:13:52 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:13:52 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:13:52 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:13:53 Reading package lists... 21:13:54 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 21:14:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:14:01 Reading package lists... 21:14:01 Building dependency tree... 21:14:01 Reading state information... 21:14:01 Suggested packages: 21:14:01 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:14:01 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:14:01 Recommended packages: 21:14:01 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:14:01 The following NEW packages will be installed: 21:14:01 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:14:01 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:14:01 pkg-config zip 21:14:01 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:14:01 Need to get 7655 kB of archives. 21:14:01 After this operation, 43.7 MB of additional disk space will be used. 21:14:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 21:14:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:14:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:14:01 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:14:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 21:14:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:14:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:14:01 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:14:01 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:14:01 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:14:01 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:14:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:14:01 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:14:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:14:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:14:01 debconf: delaying package configuration, since apt-utils is not installed 21:14:01 Fetched 7655 kB in 1s (9780 kB/s) 21:14:01 Selecting previously unselected package libglib2.0-0:amd64. 21:14:01 (Reading database ... 13933 files and directories currently installed.) 21:14:01 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 21:14:01 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:14:01 Selecting previously unselected package libpsl5:amd64. 21:14:01 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:14:01 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:14:02 Selecting previously unselected package libnghttp2-14:amd64. 21:14:02 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:14:02 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:14:02 Selecting previously unselected package librtmp1:amd64. 21:14:02 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:14:02 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:14:02 Selecting previously unselected package libcurl3-gnutls:amd64. 21:14:02 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:14:02 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:14:02 Selecting previously unselected package liberror-perl. 21:14:02 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:14:02 Unpacking liberror-perl (0.17025-1) ... 21:14:02 Selecting previously unselected package git-man. 21:14:02 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:14:02 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:14:02 Selecting previously unselected package git. 21:14:02 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 21:14:02 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:14:03 Selecting previously unselected package libnorm1:amd64. 21:14:03 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:14:03 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:14:03 Selecting previously unselected package libpgm-5.2-0:amd64. 21:14:03 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:14:03 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:14:03 Selecting previously unselected package libsodium23:amd64. 21:14:03 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:14:03 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:14:03 Selecting previously unselected package libzmq5:amd64. 21:14:03 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:14:03 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:14:03 Selecting previously unselected package libzmq3-dev:amd64. 21:14:03 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:14:03 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:14:03 Selecting previously unselected package pkg-config. 21:14:03 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:14:03 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:14:04 Selecting previously unselected package zip. 21:14:04 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:14:04 Unpacking zip (3.0-11build1) ... 21:14:04 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:14:04 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:14:04 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:14:04 Setting up liberror-perl (0.17025-1) ... 21:14:04 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:14:04 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:14:04 No schema files found: doing nothing. 21:14:04 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:14:04 Setting up zip (3.0-11build1) ... 21:14:04 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:14:04 Setting up libsodium23:amd64 (1.0.16-2) ... 21:14:04 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:14:04 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:14:04 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:14:04 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:14:04 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:14:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:14:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:14:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:14:10 ---> 0d0b50e4a0ab 21:14:10 Step 3/22 : WORKDIR /edgex-go 21:14:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:14:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:14:10 ---> 0d0b50e4a0ab 21:14:10 Step 3/21 : WORKDIR /edgex-go 21:14:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:14:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:14:10 ---> 0d0b50e4a0ab 21:14:10 Step 3/24 : WORKDIR /edgex-go 21:14:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:14:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:14:10 ---> 0d0b50e4a0ab 21:14:10 Step 3/24 : WORKDIR /edgex-go 21:14:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:14:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:14:10 ---> 0d0b50e4a0ab 21:14:10 Step 3/23 : WORKDIR /edgex-go 21:14:10 ---> Running in 69dc50073c85 21:14:10 ---> Running in 204658367f1d 21:14:10 ---> Running in 62d315020d6d 21:14:10 ---> Running in 725b87573dd8 21:14:10 ---> Running in 7b65ed43cebe 21:14:10 Removing intermediate container 69dc50073c85 21:14:10 ---> e4c1b19aebe0 21:14:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:11 Removing intermediate container 62d315020d6d 21:14:11 ---> 61edef156518 21:14:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:11 Removing intermediate container 204658367f1d 21:14:11 ---> 2ad8335e7546 21:14:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:11 Removing intermediate container 725b87573dd8 21:14:11 ---> d90e45cf7042 21:14:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:11 ---> Running in fe2fd84b4e63 21:14:11 Removing intermediate container 7b65ed43cebe 21:14:11 ---> 8150151eda56 21:14:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:14:11 git set to automatically installed. 21:14:11 git-man set to automatically installed. 21:14:11 libcurl3-gnutls set to automatically installed. 21:14:11 liberror-perl set to automatically installed. 21:14:11 libglib2.0-0 set to automatically installed. 21:14:11 libnghttp2-14 set to automatically installed. 21:14:11 libnorm1 set to automatically installed. 21:14:11 libpgm-5.2-0 set to automatically installed. 21:14:11 libpsl5 set to automatically installed. 21:14:11 librtmp1 set to automatically installed. 21:14:11 libsodium23 set to automatically installed. 21:14:11 libzmq3-dev set to automatically installed. 21:14:11 libzmq5 set to automatically installed. 21:14:11 pkg-config set to automatically installed. 21:14:11 zip set to automatically installed. 21:14:11 ---> Running in ef46cf84fdef 21:14:11 ---> Running in 85d783819380 21:14:11 ---> Running in da673853efa5 21:14:11 ---> Running in 8aac52dd2c01 21:14:13 snapd is not logged in, snap install commands will use sudo 21:14:15 Removing intermediate container fe2fd84b4e63 21:14:15 ---> 4a2007272b3e 21:14:15 Step 5/22 : RUN apk add --update --no-cache make git 21:14:15 ---> Running in 0c2e476117d6 21:14:15 Removing intermediate container ef46cf84fdef 21:14:15 ---> bd8b0d3f3e10 21:14:15 Step 5/21 : RUN apk add --update --no-cache make git 21:14:15 Removing intermediate container da673853efa5 21:14:15 ---> 1a38626282b4 21:14:15 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 21:14:15 ---> Running in c3817fa2788f 21:14:15 ---> Running in 696fad0a2715 21:14:15 Removing intermediate container 85d783819380 21:14:15 ---> 9c7c2ca3437c 21:14:15 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:14:15 Removing intermediate container 8aac52dd2c01 21:14:15 ---> dc3261d0b279 21:14:15 Step 5/24 : RUN apk add --update --no-cache make git 21:14:16 ---> Running in 665d899e7fbe 21:14:16 ---> Running in 3887e9747d08 21:14:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:18 OK: 217 MiB in 51 packages 21:14:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:19 OK: 217 MiB in 51 packages 21:14:19 OK: 217 MiB in 51 packages 21:14:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:14:19 snap "core18" has no updates available 21:14:19 OK: 217 MiB in 51 packages 21:14:19 OK: 217 MiB in 51 packages 21:14:20 Removing intermediate container 0c2e476117d6 21:14:20 ---> 84241382e4ea 21:14:20 Step 6/22 : COPY go.mod . 21:14:20 Pulling config-common 21:14:21 Removing intermediate container c3817fa2788f 21:14:21 ---> d446a481f867 21:14:21 Step 6/21 : COPY go.mod . 21:14:21 Removing intermediate container 696fad0a2715 21:14:21 ---> 8318bc766b98 21:14:21 Step 6/24 : COPY go.mod . 21:14:21 ---> 402e466c8e14 21:14:21 Step 7/22 : RUN go mod download 21:14:21 Removing intermediate container 3887e9747d08 21:14:21 ---> f2dfa1d99706 21:14:21 Step 6/24 : COPY go.mod . 21:14:21 ---> Running in a48128f3fa2b 21:14:21 Pulling go-build-helper 21:14:21 Removing intermediate container 665d899e7fbe 21:14:21 ---> 9f7436e9ab55 21:14:21 Step 6/23 : COPY go.mod . 21:14:22 ---> 2a912e77c10e 21:14:22 Step 7/21 : RUN go mod download 21:14:22 ---> 76e75c5eb2a7 21:14:22 Step 7/24 : RUN go mod download 21:14:22 ---> Running in 7c68083be833 21:14:22 ---> Running in dceb04391eb9 21:14:22 ---> e701f54e3488 21:14:22 Step 7/24 : RUN go mod download 21:14:22 ---> Running in fe670f9ec5d2 21:14:23 ---> a1e7736faa0e 21:14:23 Step 7/23 : RUN go mod download 21:14:23 ---> Running in c153f73077e2 21:14:25 Removing intermediate container a48128f3fa2b 21:14:25 ---> a07003d40eff 21:14:25 Step 8/22 : COPY . . 21:14:26 Removing intermediate container 7c68083be833 21:14:26 ---> 4d0191f9be85 21:14:26 Step 8/21 : COPY . . 21:14:28 Removing intermediate container dceb04391eb9 21:14:28 ---> b922f8cc5f4f 21:14:28 Step 8/24 : COPY . . 21:14:28 Removing intermediate container fe670f9ec5d2 21:14:28 ---> c9a90817bb70 21:14:28 Step 8/24 : COPY . . 21:14:28 Removing intermediate container c153f73077e2 21:14:28 ---> 1b81972d505c 21:14:28 Step 8/23 : COPY . . 21:14:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:14:43 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:14:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 21:14:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 21:14:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 21:14:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 21:14:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 21:14:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 21:14:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 21:14:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 21:14:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:14:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:14:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:14:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:14:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:14:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:14:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:14:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:14:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:14:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 21:14:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 21:14:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 21:14:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 21:14:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 21:14:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 21:14:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 21:14:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 21:14:43 Fetched 23.8 MB in 0s (0 B/s) 21:14:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:14:43 Fetched 96.5 kB in 0s (0 B/s) 21:14:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:14:43 Fetched 279 kB in 0s (0 B/s) 21:14:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:14:43 Fetched 122 kB in 0s (0 B/s) 21:14:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:14:43 Fetched 77.8 kB in 0s (0 B/s) 21:14:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:14:43 Fetched 8848 B in 0s (0 B/s) 21:14:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:14:43 Fetched 47.8 kB in 0s (0 B/s) 21:14:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:14:43 Fetched 45.6 kB in 0s (0 B/s) 21:14:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:14:43 Fetched 15.0 kB in 0s (0 B/s) 21:14:43 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:14:43 Fetched 214 kB in 0s (0 B/s) 21:14:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 21:14:43 Fetched 155 kB in 0s (0 B/s) 21:14:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:14:43 Fetched 50.6 kB in 0s (0 B/s) 21:14:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:14:43 Fetched 14.8 kB in 0s (0 B/s) 21:14:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:14:43 Fetched 41.8 kB in 0s (0 B/s) 21:14:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:14:43 Fetched 499 kB in 0s (0 B/s) 21:14:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:14:43 Fetched 111 kB in 0s (0 B/s) 21:14:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:14:43 Fetched 240 kB in 0s (0 B/s) 21:14:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:14:43 Fetched 29.3 kB in 0s (0 B/s) 21:14:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:14:43 Fetched 85.5 kB in 0s (0 B/s) 21:14:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:14:43 Fetched 24.5 kB in 0s (0 B/s) 21:14:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:14:43 Fetched 49.2 kB in 0s (0 B/s) 21:14:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:14:43 Fetched 54.2 kB in 0s (0 B/s) 21:14:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:14:43 Fetched 30.8 kB in 0s (0 B/s) 21:14:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 21:14:43 Fetched 17.0 kB in 0s (0 B/s) 21:14:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:14:43 Fetched 85.9 kB in 0s (0 B/s) 21:14:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:14:43 Fetched 8720 B in 0s (0 B/s) 21:14:43 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:14:43 Fetched 137 kB in 0s (0 B/s) 21:14:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:14:43 Fetched 119 kB in 0s (0 B/s) 21:14:43 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:14:43 Fetched 109 kB in 0s (0 B/s) 21:14:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:14:43 Fetched 11.1 kB in 0s (0 B/s) 21:14:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:14:43 Fetched 645 kB in 0s (0 B/s) 21:14:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:14:43 Fetched 41.3 kB in 0s (0 B/s) 21:14:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:14:43 Fetched 17.9 kB in 0s (0 B/s) 21:14:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:14:43 Fetched 368 kB in 0s (0 B/s) 21:14:43 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:14:43 Fetched 187 kB in 0s (0 B/s) 21:14:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:14:43 Fetched 175 kB in 0s (0 B/s) 21:14:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:14:46 Fetched 206 kB in 0s (0 B/s) 21:14:46 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 21:14:46 Fetched 1301 kB in 0s (0 B/s) 21:14:46 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:14:46 Fetched 36.2 kB in 0s (0 B/s) 21:14:46 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:14:46 Fetched 159 kB in 0s (0 B/s) 21:14:46 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:14:46 Fetched 107 kB in 0s (0 B/s) 21:14:46 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:14:46 Fetched 48.7 kB in 0s (0 B/s) 21:14:46 Pulling static-packages 21:14:47 'go115' has dependencies that need to be staged: go-build-helper static-packages 21:14:47 Skipping pull go-build-helper (already ran) 21:14:47 Skipping pull static-packages (already ran) 21:14:47 Building go-build-helper 21:14:52 Building static-packages 21:14:53 Staging go-build-helper 21:14:54 Staging static-packages 21:14:55 ---> f1aa880e3556 21:14:55 Step 9/23 : RUN make cmd/core-data/core-data 21:14:55 ---> 32408a650af3 21:14:55 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:14:55 ---> edebcc41cd6a 21:14:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:14:55 ---> 6aabea351333 21:14:55 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:14:55 ---> cd77a19e4b19 21:14:55 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:14:55 ---> Running in da01227b6bef 21:14:55 ---> Running in 2ac17e6dd2ff 21:14:55 ---> Running in c54103b3afe9 21:14:55 ---> Running in ce3baec6b2fb 21:14:55 ---> Running in 788ba5fb326b 21:14:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:14:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:14:55 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 21:14:55 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 21:14:55 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 21:14:55 Pulling go115 21:14:56 'edgex-go' has dependencies that need to be staged: go115 21:14:56 Skipping pull go115 (already ran) 21:14:56 Building go115 21:14:56 % Total % Received % Xferd Average Speed Time Time Time Current 21:14:56 Dload Upload Total Spent Left Speed 21:15:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 17.6M 0 0 16.7M 0 0:00:06 0:00:01 0:00:05 16.7M 45 115M 45 52.5M 0 0 25.5M 0 0:00:04 0:00:02 0:00:02 25.5M 73 115M 73 85.4M 0 0 27.9M 0 0:00:04 0:00:03 0:00:01 27.9M 100 115M 100 115M 0 0 29.3M 0 0:00:03 0:00:03 --:--:-- 29.3M 21:15:01 go1.15.2.linux-amd64.tar.gz: OK 21:15:05 Staging go115 21:15:10 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:15:10 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:15:10 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:15:10 Fetched 0 B in 0s (0 B/s) 21:15:10 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:15:10 Fetched 224 kB in 0s (0 B/s) 21:15:10 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:15:10 Fetched 157 kB in 0s (0 B/s) 21:15:10 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:15:10 Fetched 221 kB in 0s (0 B/s) 21:15:10 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:15:10 Fetched 143 kB in 0s (0 B/s) 21:15:10 Pulling edgex-go 21:15:12 Pulling version 21:15:13 Building config-common 21:15:15 Skipping build go-build-helper (already ran) 21:15:15 Skipping build static-packages (already ran) 21:15:15 Skipping build go115 (already ran) 21:15:15 Building edgex-go 21:15:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:15:18 go: downloading github.com/gorilla/mux v1.8.0 21:15:18 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 21:15:18 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:15:18 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 21:15:18 go: downloading github.com/google/uuid v1.1.5 21:15:18 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 21:15:18 go: downloading github.com/imdario/mergo v0.3.11 21:15:18 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 21:15:18 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 21:15:18 go: downloading github.com/x448/float16 v0.8.4 21:15:18 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:15:18 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:15:18 go: downloading github.com/BurntSushi/toml v0.3.1 21:15:18 go: downloading gopkg.in/yaml.v2 v2.4.0 21:15:18 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:15:18 go: downloading github.com/go-kit/kit v0.8.0 21:15:18 go: downloading github.com/pkg/errors v0.8.1 21:15:18 go: downloading github.com/pelletier/go-toml v1.2.0 21:15:18 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:15:18 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 21:15:18 go: downloading github.com/hashicorp/consul/api v1.1.0 21:15:18 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:15:18 go: downloading github.com/pebbe/zmq4 v1.2.2 21:15:18 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:15:18 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:15:18 go: downloading github.com/go-playground/universal-translator v0.17.0 21:15:18 go: downloading github.com/leodido/go-urn v1.2.0 21:15:18 go: downloading github.com/hashicorp/serf v0.8.2 21:15:18 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 21:15:18 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:15:18 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:15:18 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:15:18 go: downloading github.com/mitchellh/copystructure v1.0.0 21:15:18 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:15:18 go: downloading github.com/go-playground/locales v0.13.0 21:15:18 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:15:18 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:15:18 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:15:18 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:15:18 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:15:25 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 21:15: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 21:15:31 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 21:15:32 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 21:15:33 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 21:15:33 go: downloading github.com/stretchr/testify v1.7.0 21:15:33 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:15:33 go: downloading github.com/pmezard/go-difflib v1.0.0 21:15:33 go: downloading github.com/davecgh/go-spew v1.1.1 21:15:35 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 21:15:35 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:15:35 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:15:36 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 21:15:37 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 21:15:37 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:15:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:15:40 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 21:15:41 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 21:15:41 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:15:44 Building version 21:15:46 Staging config-common 21:15:47 Skipping stage go-build-helper (already ran) 21:15:47 Skipping stage static-packages (already ran) 21:15:47 Skipping stage go115 (already ran) 21:15:47 Staging edgex-go 21:15:48 Staging version 21:15:49 Priming config-common 21:15:49 Priming go-build-helper 21:15:50 Priming static-packages 21:15:53 Priming go115 21:15:54 Priming edgex-go 21:15:55 Priming version 21:15:56 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:16:17 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 21:16:27 Removing intermediate container 2ac17e6dd2ff 21:16:27 ---> 0bf32afd26e5 21:16:27 21:16:27 Step 10/24 : FROM alpine:3.12 21:16:27 3.12: Pulling from library/alpine 21:16:27 Removing intermediate container 788ba5fb326b 21:16:27 ---> 5edd8e5509e5 21:16:27 21:16:27 Step 10/22 : FROM alpine:3.12 21:16:27 3.12: Pulling from library/alpine 21:16:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:16:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:16:27 Status: Downloaded newer image for alpine:3.12 21:16:27 ---> afeebe901d6b 21:16:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:16:27 Status: Downloaded newer image for alpine:3.12 21:16:27 ---> afeebe901d6b 21:16:27 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:16:28 ---> Running in a772296c0e86 21:16:29 ---> Running in c235ce68f768 21:16:31 Removing intermediate container ce3baec6b2fb 21:16:31 ---> 88e2eef0b2de 21:16:31 21:16:31 Step 10/24 : FROM scratch 21:16:31 ---> 21:16:31 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:16:31 Removing intermediate container da01227b6bef 21:16:31 ---> 5826ec7cdb0f 21:16:31 21:16:31 Step 10/21 : FROM scratch 21:16:31 ---> 21:16:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:16:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:31 ---> Running in 7e465ac6939f 21:16:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:31 ---> Running in 9fc90dddbbdd 21:16:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:32 (1/5) Installing ca-certificates (20191127-r4) 21:16:32 Removing intermediate container 7e465ac6939f 21:16:32 ---> 5fb5445b7216 21:16:32 Step 12/24 : ENV APP_PORT=48060 21:16:32 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:16:32 (3/5) Installing libcurl (7.69.1-r3) 21:16:32 Removing intermediate container 9fc90dddbbdd 21:16:32 ---> 0804a9ea06d4 21:16:32 Step 12/21 : ENV APP_PORT=48085 21:16:32 ---> Running in 51aa44739750 21:16:32 (4/5) Installing curl (7.69.1-r3) 21:16:32 (5/5) Installing dumb-init (1.2.2-r1) 21:16:32 Executing busybox-1.31.1-r19.trigger 21:16:32 (1/5) Installing ca-certificates (20191127-r4) 21:16:32 Executing ca-certificates-20191127-r4.trigger 21:16:32 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:16:32 (3/5) Installing libcurl (7.69.1-r3) 21:16:32 ---> Running in cfe90abb65df 21:16:32 (4/5) Installing curl (7.69.1-r3) 21:16:32 (5/5) Installing dumb-init (1.2.2-r1) 21:16:32 Executing busybox-1.31.1-r19.trigger 21:16:32 Executing ca-certificates-20191127-r4.trigger 21:16:32 OK: 7 MiB in 19 packages 21:16:32 OK: 7 MiB in 19 packages 21:16:32 Removing intermediate container 51aa44739750 21:16:32 ---> 323f1c36de80 21:16:32 Step 13/24 : EXPOSE $APP_PORT 21:16:33 ---> Running in 83889c0fd2f9 21:16:33 Removing intermediate container cfe90abb65df 21:16:33 ---> bfe42b4bd925 21:16:33 Step 13/21 : EXPOSE $APP_PORT 21:16:33 ---> Running in 954c85cef0e5 21:16:34 Removing intermediate container 83889c0fd2f9 21:16:34 ---> bfeae6c41f9c 21:16:34 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:16:34 Removing intermediate container 954c85cef0e5 21:16:34 ---> ed2e40b8e8f6 21:16:34 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 21:16:35 Removing intermediate container c235ce68f768 21:16:35 ---> 1c02d0948f81 21:16:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:16:35 ---> Running in 544963bb3c0d 21:16:36 Removing intermediate container a772296c0e86 21:16:36 ---> 6d15411db7e3 21:16:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:16:36 ---> 2a3fdd53ce4b 21:16:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:16:36 ---> 3f035809b1e8 21:16:36 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:16:36 ---> Running in 75172c6d55d7 21:16:36 Removing intermediate container 544963bb3c0d 21:16:36 ---> 7de423a613f2 21:16:36 Step 13/22 : WORKDIR / 21:16:36 ---> Running in 1e3ff086d4db 21:16:37 Removing intermediate container 75172c6d55d7 21:16:37 ---> b5bdd9f74e2a 21:16:37 Step 13/24 : WORKDIR / 21:16:37 ---> Running in 57ac51f7aba7 21:16:38 Removing intermediate container 1e3ff086d4db 21:16:38 ---> 45b82e2e190d 21:16:38 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:16:38 ---> ff7e6c11e1b8 21:16:38 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:16:38 Removing intermediate container 57ac51f7aba7 21:16:38 ---> 2acf574619e8 21:16:38 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:16:38 ---> 64f642971742 21:16:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:16:39 ---> e57ccc9382cd 21:16:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:16:40 ---> 496ea0582f57 21:16:40 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:16:40 ---> Running in e934a2fd19ce 21:16:40 ---> 84e1f3172e31 21:16:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:16:40 ---> d03496188143 21:16:40 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:16:41 ---> e2d143a0c03e 21:16:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:16:41 Removing intermediate container e934a2fd19ce 21:16:41 ---> e03879ac48cf 21:16:41 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:16:41 ---> Running in d8f7e626c533 21:16:41 ---> 9301b8e51033 21:16:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:16:42 ---> 7b4567f75890 21:16:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:16:42 Removing intermediate container d8f7e626c533 21:16:42 ---> 8bc7caacfd86 21:16:42 Step 19/21 : LABEL arch=arm64 21:16:42 ---> Running in 4f5843bb6ee3 21:16:42 ---> a12e4d2705f4 21:16:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:16:43 ---> 53187206d69f 21:16:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:16:43 Removing intermediate container 4f5843bb6ee3 21:16:43 ---> b09b7572f95a 21:16:43 Step 20/21 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:16:43 ---> Running in cb8aa0ea5957 21:16:43 ---> 174cb7890f24 21:16:43 Step 18/22 : RUN chmod +x entrypoint.sh 21:16:43 ---> e2dba67b0c9f 21:16:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:16:43 ---> Running in cd8fc88b0987 21:16:44 Removing intermediate container cb8aa0ea5957 21:16:44 ---> c6c445a88e37 21:16:44 Step 21/21 : LABEL version=0.0.0 21:16:44 ---> Running in 1a7320403b2e 21:16:44 ---> 6db9ce86b764 21:16:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:16:45 ---> ac873adf66e7 21:16:45 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:16:45 ---> Running in cab66e3fa4ea 21:16:45 Removing intermediate container 1a7320403b2e 21:16:45 ---> 2ae421413db4 21:16:45 21:16:45 Removing intermediate container cab66e3fa4ea 21:16:45 ---> ec192b1b669c 21:16:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:16:46 Successfully built 2ae421413db4 21:16:46 Successfully tagged docker-support-scheduler-go-arm64:latest 21:16:46  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 21:16:46 ---> Running in 5a8c8a023a02 21:16:46 ---> 80a963c02bdf 21:16:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:16:47 Removing intermediate container 5a8c8a023a02 21:16:47 ---> 931f5979ba54 21:16:47 Step 22/24 : LABEL arch=arm64 21:16:47 ---> Running in 7d5c346326b4 21:16:47 Removing intermediate container cd8fc88b0987 21:16:47 ---> 97154e55710c 21:16:47 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:16:48 ---> 35bff9e97dc7 21:16:48 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:16:48 ---> Running in bff4e6b9d4b1 21:16:49 ---> Running in a60a0685c386 21:16:49 Removing intermediate container 7d5c346326b4 21:16:49 ---> 41e2d2b21a2d 21:16:49 Step 23/24 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:16:49 Removing intermediate container c54103b3afe9 21:16:49 ---> 13d6159a25a3 21:16:49 21:16:49 Step 10/23 : FROM alpine:3.12 21:16:49 ---> afeebe901d6b 21:16:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:16:49 Removing intermediate container bff4e6b9d4b1 21:16:49 ---> 718a348259f8 21:16:49 Step 20/22 : LABEL arch=arm64 21:16:49 ---> Running in d9ab3812675f 21:16:49 ---> Running in b2e27782bb41 21:16:49 ---> Running in 541c0de9351f 21:16:50 Removing intermediate container b2e27782bb41 21:16:50 ---> 3a3d80c79f7b 21:16:50 Step 12/23 : ENV APP_PORT=48080 21:16:50 Removing intermediate container d9ab3812675f 21:16:50 ---> 0051b6e955e3 21:16:50 Step 24/24 : LABEL version=0.0.0 21:16:50 Removing intermediate container 541c0de9351f 21:16:50 ---> 045c94b4f094 21:16:50 Step 21/22 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:16:51 ---> Running in e23574e66ce9 21:16:51 ---> Running in daddf64babc3 21:16:51 ---> Running in b2b74a4d4a0c 21:16:51 Removing intermediate container e23574e66ce9 21:16:51 ---> 3945f4e41f3c 21:16:51 Step 13/23 : EXPOSE $APP_PORT 21:16:51 Removing intermediate container daddf64babc3 21:16:51 ---> 36439551dfac 21:16:51 21:16:51 Removing intermediate container b2b74a4d4a0c 21:16:51 ---> 8e6acb355d70 21:16:51 Step 22/22 : LABEL version=0.0.0 21:16:52 ---> Running in 619911cab2ed 21:16:52 ---> Running in fba983e0d8e4 21:16:52 Removing intermediate container a60a0685c386 21:16:52 ---> c1d381aed488 21:16:52 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:16:52 Successfully built 36439551dfac 21:16:52 Successfully tagged docker-support-notifications-go-arm64:latest 21:16:52 Building docker-security-proxy-setup-go 21:16:52  Building docker-support-notifications-go ... done  ---> Running in 9c272fe6ba1e 21:16:52 Removing intermediate container 619911cab2ed 21:16:52 ---> 4eb63db420ba 21:16:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:53 Removing intermediate container fba983e0d8e4 21:16:53 ---> e0a5339a9d7d 21:16:53 21:16:53 ---> Running in f8db97cac8b7 21:16:53 Removing intermediate container 9c272fe6ba1e 21:16:53 ---> 418793360918 21:16:53 Step 22/24 : LABEL arch=arm64 21:16:53 Successfully built e0a5339a9d7d 21:16:53 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 21:16:53  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go 21:16:53 ---> Running in abaa29e1da3b 21:16:53 Removing intermediate container abaa29e1da3b 21:16:53 ---> 558d96aed489 21:16:53 Step 23/24 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:16:54 ---> Running in 9bc95660af59 21:16:54 Removing intermediate container 9bc95660af59 21:16:54 ---> 5e9d2d167553 21:16:54 Step 24/24 : LABEL version=0.0.0 21:16:55 ---> Running in d3329ada2757 21:16:55 Removing intermediate container d3329ada2757 21:16:55 ---> 8eaa835529a7 21:16:55 21:16:56 Successfully built 8eaa835529a7 21:16:56 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:16:56  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 21:16:56 Removing intermediate container f8db97cac8b7 21:16:56 ---> 5e57cc733ae0 21:16:56 Step 15/23 : RUN apk add --update --no-cache zeromq 21:16:56 ---> Running in 3f964c702d9c 21:16:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:59 (1/5) Installing libgcc (9.3.0-r2) 21:16:59 (2/5) Installing libsodium (1.0.18-r0) 21:17:00 (3/5) Installing libstdc++ (9.3.0-r2) 21:17:00 (4/5) Installing libzmq (4.3.3-r0) 21:17:00 (5/5) Installing zeromq (4.3.3-r0) 21:17:00 Executing busybox-1.31.1-r19.trigger 21:17:00 OK: 8 MiB in 19 packages 21:17:04 Removing intermediate container 3f964c702d9c 21:17:04 ---> 44c0c65bed02 21:17:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:17:04 ---> d3c14a42cd54 21:17:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:17:06 ---> 032751433933 21:17:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:17:07 ---> c797ea7ef04b 21:17:07 Step 19/23 : ENTRYPOINT ["/core-data"] 21:17:07 ---> Running in ab5ec4386502 21:17:08 Removing intermediate container ab5ec4386502 21:17:08 ---> b9e2899dc9cb 21:17:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:17:08 ---> Running in 88d889908ede 21:17:09 Removing intermediate container 88d889908ede 21:17:09 ---> cb3d0d68afe9 21:17:09 Step 21/23 : LABEL arch=arm64 21:17:10 ---> Running in 63d1fbd61584 21:17:10 Removing intermediate container 63d1fbd61584 21:17:10 ---> f5bcfda1db20 21:17:10 Step 22/23 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:17:10 ---> Running in 076e6616ef43 21:17:11 Removing intermediate container 076e6616ef43 21:17:11 ---> 58a5f316ceb5 21:17:11 Step 23/23 : LABEL version=0.0.0 21:17:11 ---> Running in 1b40c092b78c 21:17:12 Removing intermediate container 1b40c092b78c 21:17:12 ---> 859b669b81fc 21:17:12 21:17:12 Successfully built 859b669b81fc 21:17:12 Successfully tagged docker-core-data-go-arm64:latest 21:17:30  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:17:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:17:30 ---> 0d0b50e4a0ab 21:17:30 Step 3/26 : WORKDIR /edgex-go 21:17:30 ---> Using cache 21:17:30 ---> 8150151eda56 21:17:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:30 ---> Using cache 21:17:30 ---> dc3261d0b279 21:17:30 Step 5/26 : RUN apk add --update --no-cache make bash git 21:17:31 ---> Running in 55a78d0f8475 21:17:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:17:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:17:34 OK: 217 MiB in 51 packages 21:17:36 Removing intermediate container 55a78d0f8475 21:17:36 ---> 6015a997360f 21:17:36 Step 6/26 : COPY go.mod . 21:17:37 ---> e14b583d00f8 21:17:37 Step 7/26 : RUN go mod download 21:17:38 ---> Running in bbcffe81168a 21:17:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:17:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:17:41 ---> 0d0b50e4a0ab 21:17:41 Step 3/21 : WORKDIR /edgex-go 21:17:41 ---> Using cache 21:17:41 ---> 8150151eda56 21:17:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:41 ---> Using cache 21:17:41 ---> dc3261d0b279 21:17:41 Step 5/21 : RUN apk add --update --no-cache make git 21:17:41 ---> Using cache 21:17:41 ---> f2dfa1d99706 21:17:41 Step 6/21 : COPY go.mod . 21:17:41 ---> Using cache 21:17:41 ---> e701f54e3488 21:17:41 Step 7/21 : RUN go mod download 21:17:41 ---> Using cache 21:17:41 ---> c9a90817bb70 21:17:41 Step 8/21 : COPY . . 21:17:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:17:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:17:41 ---> 0d0b50e4a0ab 21:17:41 Step 3/22 : WORKDIR /edgex-go 21:17:41 ---> Using cache 21:17:41 ---> 8150151eda56 21:17:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:41 ---> Using cache 21:17:41 ---> dc3261d0b279 21:17:41 Step 5/22 : RUN apk add --update --no-cache make git 21:17:41 ---> Using cache 21:17:41 ---> f2dfa1d99706 21:17:41 Step 6/22 : COPY go.mod . 21:17:41 ---> Using cache 21:17:41 ---> e701f54e3488 21:17:41 Step 7/22 : RUN go mod download 21:17:41 ---> Using cache 21:17:41 ---> c9a90817bb70 21:17:41 Step 8/22 : COPY . . 21:17:41 ---> Using cache 21:17:41 ---> edebcc41cd6a 21:17:41 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:17:41 ---> Using cache 21:17:41 ---> edebcc41cd6a 21:17:41 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:17:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:17:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:17:41 ---> 0d0b50e4a0ab 21:17:41 Step 3/22 : WORKDIR /edgex-go 21:17:41 ---> Using cache 21:17:41 ---> 8150151eda56 21:17:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:41 ---> Using cache 21:17:41 ---> dc3261d0b279 21:17:41 Step 5/22 : RUN apk add --update --no-cache make git 21:17:41 ---> Using cache 21:17:41 ---> f2dfa1d99706 21:17:41 Step 6/22 : COPY go.mod . 21:17:41 ---> Using cache 21:17:41 ---> e701f54e3488 21:17:41 Step 7/22 : RUN go mod download 21:17:41 ---> Using cache 21:17:41 ---> c9a90817bb70 21:17:41 Step 8/22 : COPY . . 21:17:41 ---> Using cache 21:17:41 ---> edebcc41cd6a 21:17:41 Step 9/22 : RUN make cmd/core-command/core-command 21:17:41 ---> Running in 01c946f4c786 21:17:41 ---> Running in d011c273291f 21:17:42 ---> Running in fb3c166f8b36 21:17:42 Removing intermediate container bbcffe81168a 21:17:42 ---> c32f27eff0d5 21:17:42 Step 8/26 : COPY . . 21:17: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 21:17:43 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 21:17:43 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 21:18:02 ---> 98a3839ded86 21:18:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:18:02 ---> Running in 8353b2dfe49f 21:18:03 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 21:18:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:19:05 Removing intermediate container 01c946f4c786 21:19:05 ---> c12cdac39afc 21:19:05 21:19:05 Step 10/21 : FROM alpine:3.12 21:19:05 ---> afeebe901d6b 21:19:05 Step 11/21 : RUN apk add --update --no-cache curl 21:19:05 ---> Running in 2e840b2906d0 21:19:05 Removing intermediate container fb3c166f8b36 21:19:05 ---> 02985961f09d 21:19:05 21:19:05 Step 10/22 : FROM scratch 21:19:05 ---> 21:19:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:19:05 ---> Using cache 21:19:05 ---> 0804a9ea06d4 21:19:05 Step 12/22 : ENV APP_PORT=48082 21:19:05 ---> Running in af7b57899088 21:19:05 Removing intermediate container af7b57899088 21:19:05 ---> 94d455b3fe97 21:19:05 Step 13/22 : EXPOSE $APP_PORT 21:19:06 ---> Running in c9b9823f71ee 21:19:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:06 Removing intermediate container c9b9823f71ee 21:19:06 ---> dea9b289e10b 21:19:06 Step 14/22 : WORKDIR / 21:19:06 ---> Running in b754aa4de380 21:19:06 (1/4) Installing ca-certificates (20191127-r4) 21:19:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:19:07 (3/4) Installing libcurl (7.69.1-r3) 21:19:07 (4/4) Installing curl (7.69.1-r3) 21:19:07 Executing busybox-1.31.1-r19.trigger 21:19:07 Executing ca-certificates-20191127-r4.trigger 21:19:07 OK: 7 MiB in 18 packages 21:19:07 Removing intermediate container b754aa4de380 21:19:07 ---> d0b1b9ae69e0 21:19:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:09 ---> d04425e9b11e 21:19:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:19:10 Removing intermediate container 2e840b2906d0 21:19:10 ---> b55fdcf542aa 21:19:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:19:10 ---> Running in a769e719aa1f 21:19:11 ---> 3c97d1065934 21:19:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:19:11 Removing intermediate container a769e719aa1f 21:19:11 ---> 0d8879392e8c 21:19:11 Step 13/21 : WORKDIR /edgex 21:19:11 ---> Running in 36761af83e6d 21:19:11 ---> bcbf8e7ba2d6 21:19:11 Step 18/22 : ENTRYPOINT ["/core-command"] 21:19:12 ---> Running in 1885f098a291 21:19:12 Removing intermediate container 36761af83e6d 21:19:12 ---> 6807c1fe8ace 21:19:12 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:19:13 Removing intermediate container 1885f098a291 21:19:13 ---> 3cc4e7e62706 21:19:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:19:14 ---> Running in c25afd177d53 21:19:14 ---> 8786303295ab 21:19:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:19:14 Removing intermediate container 8353b2dfe49f 21:19:14 ---> beb7f6003320 21:19:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:19:14 ---> Running in b1b75c7409c0 21:19:15 Removing intermediate container c25afd177d53 21:19:15 ---> 7cb2c248a0a6 21:19:15 Step 20/22 : LABEL arch=arm64 21:19:15 ---> Running in ceebf8a6f36f 21:19:15 ---> 72e7e82e2f23 21:19:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:19:16 Removing intermediate container ceebf8a6f36f 21:19:16 ---> cad4672636f5 21:19:16 Step 21/22 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:19:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:19:17 ---> Running in b19e8d8eca67 21:19:17 ---> 782674491a21 21:19:17 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:19:17 ---> Running in 83edd1a1476e 21:19:18 Removing intermediate container b19e8d8eca67 21:19:18 ---> af2eac2b536a 21:19:18 Step 22/22 : LABEL version=0.0.0 21:19:18 Removing intermediate container d011c273291f 21:19:18 ---> b27a15779077 21:19:18 21:19:18 Step 10/22 : FROM scratch 21:19:18 ---> 21:19:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:19:18 ---> Using cache 21:19:18 ---> 0804a9ea06d4 21:19:18 Step 12/22 : ENV APP_PORT=48081 21:19:18 ---> Running in 6fb0abc77b7a 21:19:18 ---> Running in 25259a315519 21:19:19 Removing intermediate container 83edd1a1476e 21:19:19 ---> f8f31adb1d79 21:19:19 Step 18/21 : CMD ["--init=true"] 21:19:19 ---> Running in 87f476b4b16e 21:19:19 Removing intermediate container 6fb0abc77b7a 21:19:19 ---> 2e81a4f62ca4 21:19:19 21:19:19 Removing intermediate container 25259a315519 21:19:19 ---> d286144b09b1 21:19:19 Step 13/22 : EXPOSE $APP_PORT 21:19:19 ---> Running in 26be50022a67 21:19:19 Removing intermediate container 87f476b4b16e 21:19:19 ---> f60f16c2502c 21:19:19 Step 19/21 : LABEL arch=arm64 21:19:19 Successfully built 2e81a4f62ca4 21:19:19 Successfully tagged docker-core-command-go-arm64:latest 21:19:20  Building docker-core-command-go ... done  ---> Running in daa41bed17ab 21:19:20 Removing intermediate container b1b75c7409c0 21:19:20 ---> fff6ab690beb 21:19:20 21:19:20 Step 11/26 : FROM docker:20.10.0 21:19:20 Removing intermediate container 26be50022a67 21:19:20 ---> 5d87b844be77 21:19:20 Step 14/22 : WORKDIR / 21:19:20 20.10.0: Pulling from library/docker 21:19:20 ---> Running in 1a14599c589a 21:19:20 Removing intermediate container daa41bed17ab 21:19:20 ---> 9aee3aba79fe 21:19:20 Step 20/21 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:19:20 ---> Running in e848570e10b3 21:19:20 Removing intermediate container 1a14599c589a 21:19:20 ---> 76b7e168ca56 21:19:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:21 Removing intermediate container e848570e10b3 21:19:21 ---> b3e1c5adddec 21:19:21 Step 21/21 : LABEL version=0.0.0 21:19:22 ---> Running in e48db61e8758 21:19:22 ---> 63ccb2951416 21:19:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:19:23 Removing intermediate container e48db61e8758 21:19:23 ---> 8b339a45cd6f 21:19:23 21:19:23 Successfully built 8b339a45cd6f 21:19:23 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:19:24  Building docker-security-proxy-setup-go ... done  ---> 143834d0d45f 21:19:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:19:25 ---> 2ca203e3a7bb 21:19:25 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:19:25 ---> Running in b0ad46d00092 21:19:26 Removing intermediate container b0ad46d00092 21:19:26 ---> d4a8db407418 21:19:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:19:27 ---> Running in fe29bcf7505f 21:19:28 Removing intermediate container fe29bcf7505f 21:19:28 ---> 0c27565b57af 21:19:28 Step 20/22 : LABEL arch=arm64 21:19:28 ---> Running in 7bd11268ede8 21:19:28 Removing intermediate container 7bd11268ede8 21:19:28 ---> 7084cd13d489 21:19:28 Step 21/22 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:19:28 ---> Running in b0de4bc98467 21:19:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:19:29 Removing intermediate container b0de4bc98467 21:19:29 ---> daceb9838a62 21:19:29 Step 22/22 : LABEL version=0.0.0 21:19:29 Status: Downloaded newer image for docker:20.10.0 21:19:29 ---> eeaf43b92773 21:19:29 Step 12/26 : RUN apk add --no-cache bash 21:19:29 ---> Running in 99baa23b91ea 21:19:29 ---> Running in ff6133a170b8 21:19:30 Removing intermediate container 99baa23b91ea 21:19:30 ---> 26bcaac1f20e 21:19:30 21:19:30 Successfully built 26bcaac1f20e 21:19:30 Successfully tagged docker-core-metadata-go-arm64:latest 21:19:30  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:31 (1/2) Installing readline (8.0.4-r0) 21:19:31 (2/2) Installing bash (5.0.17-r0) 21:19:31 Executing bash-5.0.17-r0.post-install 21:19:31 Executing busybox-1.31.1-r19.trigger 21:19:31 OK: 12 MiB in 22 packages 21:19:33 Removing intermediate container ff6133a170b8 21:19:33 ---> 9431330e4605 21:19:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:19:33 ---> Running in c682b705ddab 21:19:33 Removing intermediate container c682b705ddab 21:19:33 ---> 9f10b5902eba 21:19:33 Step 14/26 : ENV APP_PORT=48090 21:19:33 ---> Running in 406973732fd4 21:19:34 Removing intermediate container 406973732fd4 21:19:34 ---> d86be5f2332c 21:19:34 Step 15/26 : EXPOSE $APP_PORT 21:19:34 ---> Running in 6a773fa2b3ee 21:19:34 Removing intermediate container 6a773fa2b3ee 21:19:34 ---> cf48b79314ee 21:19:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:19:36 ---> 0934265dd963 21:19:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:19:36 ---> ea506d9739a3 21:19:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:19:37 ---> 95bd4f2e1c81 21:19:37 Step 19/26 : RUN apk --no-cache add py3-pip 21:19:37 ---> Running in f60db78879ce 21:19:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:39 (1/33) Installing libbz2 (1.0.8-r1) 21:19:39 (2/33) Installing expat (2.2.9-r1) 21:19:39 (3/33) Installing libffi (3.3-r2) 21:19:39 (4/33) Installing gdbm (1.13-r1) 21:19:39 (5/33) Installing xz-libs (5.2.5-r0) 21:19:39 (6/33) Installing sqlite-libs (3.32.1-r0) 21:19:39 (7/33) Installing python3 (3.8.5-r0) 21:19:41 (8/33) Installing py3-appdirs (1.4.4-r1) 21:19:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:19:41 (10/33) Installing py3-parsing (2.4.7-r0) 21:19:41 (11/33) Installing py3-six (1.15.0-r0) 21:19:41 (12/33) Installing py3-packaging (20.4-r0) 21:19:41 (13/33) Installing py3-setuptools (47.0.0-r0) 21:19:41 (14/33) Installing py3-chardet (3.0.4-r4) 21:19:41 (15/33) Installing py3-idna (2.9-r0) 21:19:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:19:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:19:41 (18/33) Installing py3-requests (2.23.0-r0) 21:19:41 (19/33) Installing py3-msgpack (1.0.0-r0) 21:19:41 (20/33) Installing py3-lockfile (0.12.2-r3) 21:19:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:19:41 (22/33) Installing py3-colorama (0.4.3-r0) 21:19:41 (23/33) Installing py3-distlib (0.3.0-r0) 21:19:41 (24/33) Installing py3-distro (1.5.0-r1) 21:19:41 (25/33) Installing py3-webencodings (0.5.1-r3) 21:19:41 (26/33) Installing py3-html5lib (1.0.1-r4) 21:19:41 (27/33) Installing py3-pytoml (0.1.21-r0) 21:19:41 (28/33) Installing py3-pep517 (0.8.2-r0) 21:19:41 (29/33) Installing py3-progress (1.5-r0) 21:19:41 (30/33) Installing py3-toml (0.10.1-r0) 21:19:41 (31/33) Installing py3-retrying (1.3.3-r0) 21:19:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:19:41 (33/33) Installing py3-pip (20.1.1-r0) 21:19:42 Executing busybox-1.31.1-r19.trigger 21:19:42 OK: 71 MiB in 55 packages 21:19:48 Removing intermediate container f60db78879ce 21:19:48 ---> 5fb2d78ef426 21:19:48 Step 20/26 : RUN pip install docker-compose==1.23.2 21:19:48 ---> Running in 78e24078ee07 21:19:53 Collecting docker-compose==1.23.2 21:19:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:19:54 Collecting docopt<0.7,>=0.6.1 21:19:54 Downloading docopt-0.6.2.tar.gz (25 kB) 21:19:56 Collecting cached-property<2,>=1.2.0 21:19:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:19:56 Collecting websocket-client<1.0,>=0.32.0 21:19:56 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:19:56 Collecting texttable<0.10,>=0.9.0 21:19:56 Downloading texttable-0.9.1.tar.gz (11 kB) 21:19:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:19:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:19:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:20:00 Collecting jsonschema<3,>=2.5.1 21:20:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:20:00 Collecting dockerpty<0.5,>=0.4.1 21:20:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:20:02 Collecting PyYAML<4,>=3.10 21:20:02 Downloading PyYAML-3.13.tar.gz (270 kB) 21:20:06 Collecting docker<4.0,>=3.6.0 21:20:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:20:06 Collecting idna<2.8,>=2.5 21:20:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:20:06 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) 21:20:06 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) 21:20:07 Collecting urllib3<1.25,>=1.21.1 21:20:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:20:07 Collecting docker-pycreds>=0.4.0 21:20:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:20:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:20:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:20:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:20:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:20:08 Installing collected packages: docopt, cached-property, websocket-client, texttable, idna, urllib3, requests, jsonschema, dockerpty, PyYAML, docker-pycreds, docker, docker-compose 21:20:08 Running setup.py install for docopt: started 21:20:10 Running setup.py install for docopt: finished with status 'done' 21:20:10 Running setup.py install for texttable: started 21:20:12 Running setup.py install for texttable: finished with status 'done' 21:20:12 Attempting uninstall: idna 21:20:12 Found existing installation: idna 2.9 21:20:12 Uninstalling idna-2.9: 21:20:12 Successfully uninstalled idna-2.9 21:20:13 Attempting uninstall: urllib3 21:20:13 Found existing installation: urllib3 1.25.9 21:20:13 Uninstalling urllib3-1.25.9: 21:20:13 Successfully uninstalled urllib3-1.25.9 21:20:13 Attempting uninstall: requests 21:20:13 Found existing installation: requests 2.23.0 21:20:13 Uninstalling requests-2.23.0: 21:20:13 Successfully uninstalled requests-2.23.0 21:20:14 Running setup.py install for dockerpty: started 21:20:16 Running setup.py install for dockerpty: finished with status 'done' 21:20:16 Running setup.py install for PyYAML: started 21:20:18 Running setup.py install for PyYAML: finished with status 'done' 21:20:19 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 21:20:24 Removing intermediate container 78e24078ee07 21:20:24 ---> 70263af1eb23 21:20:24 Step 21/26 : RUN apk --no-cache add curl 21:20:24 ---> Running in 47e822b1198b 21:20:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:20:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:20:25 (2/3) Installing libcurl (7.69.1-r3) 21:20:25 (3/3) Installing curl (7.69.1-r3) 21:20:25 Executing busybox-1.31.1-r19.trigger 21:20:25 OK: 71 MiB in 58 packages 21:20:27 Removing intermediate container 47e822b1198b 21:20:27 ---> d3904b3f25c5 21:20:27 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:20:27 ---> Running in 4b168f40bd20 21:20:27 Removing intermediate container 4b168f40bd20 21:20:27 ---> 7c9f0a568375 21:20:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:20:27 ---> Running in 9722ab4c85ca 21:20:27 Removing intermediate container 9722ab4c85ca 21:20:27 ---> de93ee5e977d 21:20:27 Step 24/26 : LABEL arch=arm64 21:20:28 ---> Running in 743b17265836 21:20:28 Removing intermediate container 743b17265836 21:20:28 ---> b2c60ae2afba 21:20:28 Step 25/26 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e 21:20:28 ---> Running in 2a428fd3b2d6 21:20:29 Removing intermediate container 2a428fd3b2d6 21:20:29 ---> 41ebf193cb45 21:20:29 Step 26/26 : LABEL version=0.0.0 21:20:29 ---> Running in 6b0c05ac5be2 21:20:29 Removing intermediate container 6b0c05ac5be2 21:20:29 ---> 91da4b4adeef 21:20:29 21:20:30 Successfully built 91da4b4adeef 21:20:30 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:20:30  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:20:30 $ docker stop --time=1 dede929c7ddf2fb25bde2c342398bdc33f044667a138786e4c8b2d1e405d0f8a 21:20:32 $ docker rm -f dede929c7ddf2fb25bde2c342398bdc33f044667a138786e4c8b2d1e405d0f8a [Pipeline] // withDockerContainer [Pipeline] sh 21:20:33 + docker images 21:20:33 + grep docker 21:20:33 docker-sys-mgmt-agent-go-arm64 latest 91da4b4adeef 4 seconds ago 300MB 21:20:33 docker-core-metadata-go-arm64 latest 26bcaac1f20e About a minute ago 12.3MB 21:20:33 docker-security-proxy-setup-go-arm64 latest 8b339a45cd6f About a minute ago 23.2MB 21:20:33 docker-core-command-go-arm64 latest 2e81a4f62ca4 About a minute ago 9.98MB 21:20:33 docker-core-data-go-arm64 latest 859b669b81fc 3 minutes ago 21MB 21:20:33 docker-security-secretstore-setup-go-arm64 latest 8eaa835529a7 3 minutes ago 23.4MB 21:20:33 docker-security-bootstrap-redis-go-arm64 latest e0a5339a9d7d 3 minutes ago 15.1MB 21:20:33 docker-support-notifications-go-arm64 latest 36439551dfac 3 minutes ago 11.4MB 21:20:33 docker-support-scheduler-go-arm64 latest 2ae421413db4 3 minutes ago 10.1MB 21:20:33 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:20:35 provisioning config files... 21:20:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config4831335272127020410tmp [Pipeline] { [Pipeline] sh 21:20:35 + set +x 21:20:35 + curl -s https://codecov.io/bash 21:20:35 + bash -s -- 21:20:36 21:20:36 _____ _ 21:20:36 / ____| | | 21:20:36 | | ___ __| | ___ ___ _____ __ 21:20:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:20:36 | |___| (_) | (_| | __/ (_| (_) \ V / 21:20:36 \_____\___/ \__,_|\___|\___\___/ \_/ 21:20:36 Bash-20210115-cec3c92 21:20:36 21:20:36 21:20:36 ==> git version 2.24.3 found 21:20:36 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 21:20:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:20:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:20:36 ==> Jenkins CI detected. 21:20:36 project root: . 21:20:36 --> token set from env 21:20:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:20:36 ==> Running gcov in . (disable via -X gcov) 21:20:36 ==> Python coveragepy not found 21:20:36 ==> Searching for coverage reports in: 21:20:36 + . 21:20:36 -> Found 1 reports 21:20:36 ==> Detecting git/mercurial file structure 21:20:36 ==> Reading reports 21:20:36 + ./coverage.out bytes=550280 21:20:36 ==> Appending adjustments 21:20:36 https://docs.codecov.io/docs/fixing-reports 21:20:39 + Found adjustments 21:20:39 ==> Gzipping contents 21:20:39 84K /tmp/codecov.145Rm6.gz 21:20:39 ==> Uploading reports 21:20:39 url: https://codecov.io 21:20:39 query: branch=PR-3027&commit=0d048c99a2e689bcffe87ab7e4893f9cb34f024e&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 21:20:39 -> Pinging Codecov 21:20:39 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3027&commit=0d048c99a2e689bcffe87ab7e4893f9cb34f024e&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 21:20:39 -> Uploading to 21:20:39 https://storage.googleapis.com/codecov/v4/raw/2021-01-20/00271124DB129430A58F1EEE437C3FCB/0d048c99a2e689bcffe87ab7e4893f9cb34f024e/41f37436-c6ac-4d48-aae2-790b3697bfb2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T212039Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f0505e8407672550c18b6f654ae4e37895dcee7f8561fc2b49be56b5c4812abd 21:20:39 % Total % Received % Xferd Average Speed Time Time Time Current 21:20:39 Dload Upload Total Spent Left Speed 21:20:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83316 0 0 100 83316 0 114k --:--:-- --:--:-- --:--:-- 114k 100 83316 0 0 100 83316 0 114k --:--:-- --:--:-- --:--:-- 114k 21:20:40 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0d048c99a2e689bcffe87ab7e4893f9cb34f024e [Pipeline] } 21:20:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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 21:20:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:20:44 ---> package-listing.sh 21:20:44 ++ facter osfamily 21:20:44 ++ tr '[:upper:]' '[:lower:]' 21:20:44 + OS_FAMILY=redhat 21:20:44 + workspace=/w/workspace/edgex-go/18 21:20:44 + START_PACKAGES=/tmp/packages_start.txt 21:20:44 + END_PACKAGES=/tmp/packages_end.txt 21:20:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:20:44 + PACKAGES=/tmp/packages_start.txt 21:20:44 + '[' /w/workspace/edgex-go/18 ']' 21:20:44 + PACKAGES=/tmp/packages_end.txt 21:20:44 + case "${OS_FAMILY}" in 21:20:44 + rpm -qa 21:20:44 + sort 21:20:49 + '[' -f /tmp/packages_start.txt ']' 21:20:49 + '[' -f /tmp/packages_end.txt ']' 21:20:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:20:49 + '[' /w/workspace/edgex-go/18 ']' 21:20:49 + mkdir -p /w/workspace/edgex-go/18/archives/ 21:20:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] echo 21:20:49 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/18/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:20:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:20:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:20:50 21:20:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:20:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:20:50 alpine: Pulling from edgex-lftools-log-publisher 21:20:50 df20fa9351a1: Pulling fs layer 21:20:50 36b3adc4ff6f: Pulling fs layer 21:20:50 8ad3a11d3b57: Pulling fs layer 21:20:50 46f8f816bc3b: Pulling fs layer 21:20:50 93b61091891f: Pulling fs layer 21:20:50 93b9cdb0e59b: Pulling fs layer 21:20:50 5e14af77c1be: Pulling fs layer 21:20:50 01666e4c0597: Pulling fs layer 21:20:50 aa168da1d23b: Pulling fs layer 21:20:50 01666e4c0597: Waiting 21:20:50 aa168da1d23b: Waiting 21:20:50 46f8f816bc3b: Waiting 21:20:50 93b61091891f: Waiting 21:20:50 93b9cdb0e59b: Waiting 21:20:50 5e14af77c1be: Waiting 21:20:50 36b3adc4ff6f: Download complete 21:20:50 46f8f816bc3b: Verifying Checksum 21:20:50 46f8f816bc3b: Download complete 21:20:50 df20fa9351a1: Verifying Checksum 21:20:50 df20fa9351a1: Download complete 21:20:50 93b9cdb0e59b: Verifying Checksum 21:20:50 93b9cdb0e59b: Download complete 21:20:50 5e14af77c1be: Verifying Checksum 21:20:50 5e14af77c1be: Download complete 21:20:50 01666e4c0597: Download complete 21:20:50 93b61091891f: Verifying Checksum 21:20:50 93b61091891f: Download complete 21:20:51 df20fa9351a1: Pull complete 21:20:51 36b3adc4ff6f: Pull complete 21:20:51 8ad3a11d3b57: Verifying Checksum 21:20:51 8ad3a11d3b57: Download complete 21:20:52 8ad3a11d3b57: Pull complete 21:20:52 46f8f816bc3b: Pull complete 21:20:53 aa168da1d23b: Download complete 21:20:53 93b61091891f: Pull complete 21:20:54 93b9cdb0e59b: Pull complete 21:20:54 5e14af77c1be: Pull complete 21:20:54 01666e4c0597: Pull complete 21:21:02 aa168da1d23b: Pull complete 21:21:02 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:21:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:21:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:21:02 prd-centos7-docker-4c-2g-21668 does not seem to be running inside a container 21:21:02 $ 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/18/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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-lftools-log-publisher:alpine cat 21:21:07 $ docker top ac3204ea171d36e55b07571beba29ed9d2da2564f6680434b3047237a5f5bf5c -eo pid,comm [Pipeline] { [Pipeline] sh 21:21:07 + touch /tmp/pre-build-complete [Pipeline] sh 21:21:08 + mkdir -p /var/log/sa [Pipeline] sh 21:21:08 + ls /var/log/sa-host 21:21:08 + sadf -c /var/log/sa-host/sa20 21:21:08 file_magic: OK 21:21:08 HZ: Using current value: 100 21:21:08 file_header: OK 21:21:08 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 21:21:08 Statistics: 21:21:08 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... 21:21:08 File successfully converted to sysstat format version 12.2.1 21:21:08 + sadf -c /var/log/sa-host/sa23 21:21:08 file_magic: OK 21:21:08 HZ: Using current value: 100 21:21:08 file_header: OK 21:21:08 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 21:21:08 Statistics: 21:21:08 Hnuu...uuuununununu... 21:21:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:21:08 provisioning config files... 21:21:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config8040831541410448231tmp [Pipeline] { [Pipeline] echo 21:21:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:21:09 ---> create-netrc.sh [Pipeline] } 21:21:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:21:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:21:09 ---> python-tools-install.sh [Pipeline] echo 21:21:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:21:09 ---> sudo-logs.sh 21:21:09 Archiving 'sudo' log.. [Pipeline] echo 21:21:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:21:10 ---> job-cost.sh 21:21:10 lf-activate-venv: SKIPPING 21:21:10 INFO: No Stack... 21:21:11 INFO: Retrieving Pricing Info for: v1-standard-2 21:21:11 INFO: Archiving Costs [Pipeline] echo 21:21:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:21:11 ---> logs-deploy.sh 21:21:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/18 21:21:11 INFO: archiving workspace using pattern(s): 21:21:13 Archives upload complete. 21:21:13 INFO: archiving logs to Nexus 21:21:14 ---> uname -a: 21:21:14 Linux prd-centos7-docker-4c-2g-21668.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:21:14 21:21:14 21:21:14 ---> lscpu: 21:21:14 Architecture: x86_64 21:21:14 CPU op-mode(s): 32-bit, 64-bit 21:21:14 Byte Order: Little Endian 21:21:14 Address sizes: 40 bits physical, 48 bits virtual 21:21:14 CPU(s): 4 21:21:14 On-line CPU(s) list: 0-3 21:21:14 Thread(s) per core: 1 21:21:14 Core(s) per socket: 1 21:21:14 Socket(s): 4 21:21:14 NUMA node(s): 1 21:21:14 Vendor ID: GenuineIntel 21:21:14 CPU family: 6 21:21:14 Model: 44 21:21:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:21:14 Stepping: 1 21:21:14 CPU MHz: 2933.436 21:21:14 BogoMIPS: 5866.87 21:21:14 Virtualization: VT-x 21:21:14 Hypervisor vendor: KVM 21:21:14 Virtualization type: full 21:21:14 L1d cache: 128 KiB 21:21:14 L1i cache: 128 KiB 21:21:14 L2 cache: 16 MiB 21:21:14 L3 cache: 64 MiB 21:21:14 NUMA node0 CPU(s): 0-3 21:21:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:21:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:21:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:21:14 Vulnerability Meltdown: Mitigation; PTI 21:21:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:21:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:21:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:21:14 Vulnerability Srbds: Not affected 21:21:14 Vulnerability Tsx async abort: Not affected 21:21:14 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 21:21:14 21:21:14 21:21:14 ---> nproc: 21:21:14 4 21:21:14 21:21:14 21:21:14 ---> df -h: 21:21:14 Filesystem Size Used Available Use% Mounted on 21:21:14 overlay 50.0G 12.0G 38.0G 24% / 21:21:14 tmpfs 64.0M 0 64.0M 0% /dev 21:21:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:21:14 shm 64.0M 0 64.0M 0% /dev/shm 21:21:14 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 21:21:14 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 21:21:14 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 21:21:14 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 21:21:14 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 21:21:14 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 21:21:14 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 21:21:14 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 21:21:14 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/18@tmp 21:21:14 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/18 21:21:14 21:21:14 21:21:14 ---> free -m: 21:21:14 total used free shared buff/cache available 21:21:14 Mem: 1837 744 187 0 904 1010 21:21:14 Swap: 1023 66 957 21:21:14 21:21:14 21:21:14 ---> ip addr: 21:21:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:21:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:21:14 inet 127.0.0.1/8 scope host lo 21:21:14 valid_lft forever preferred_lft forever 21:21:14 inet6 ::1/128 scope host 21:21:14 valid_lft forever preferred_lft forever 21:21:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:21:14 link/ether fa:16:3e:fb:00:ca brd ff:ff:ff:ff:ff:ff 21:21:14 inet 10.30.123.0/23 brd 10.30.123.255 scope global dynamic eth0 21:21:14 valid_lft 85146sec preferred_lft 85146sec 21:21:14 inet6 fe80::f816:3eff:fefb:ca/64 scope link 21:21:14 valid_lft forever preferred_lft forever 21:21:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:21:14 link/ether 02:42:3c:41:70:ab brd ff:ff:ff:ff:ff:ff 21:21:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:21:14 valid_lft forever preferred_lft forever 21:21:14 inet6 fe80::42:3cff:fe41:70ab/64 scope link 21:21:14 valid_lft forever preferred_lft forever 21:21:14 21:21:14 21:21:14 ---> sar -b -r -n DEV: 21:21:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 21:21:14 21:21:14 21:00:08 LINUX RESTART (4 CPU) 21:21:14 21:21:14 21:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:21:14 21:02:01 103.18 41.80 61.37 0.00 7565.32 18834.50 0.00 21:21:14 21:03:01 334.70 142.32 192.38 0.00 6063.68 51099.53 0.00 21:21:14 21:04:02 175.09 78.66 96.42 0.00 2940.16 9720.22 0.00 21:21:14 21:05:01 149.98 41.11 108.88 0.00 2863.75 22653.67 0.00 21:21:14 21:06:03 1701.20 1403.64 297.56 0.00 126924.61 182464.68 0.00 21:21:14 21:07:01 1968.09 1711.60 256.49 0.00 111215.90 121304.32 0.00 21:21:14 21:08:03 1870.69 1511.15 359.55 0.00 106424.75 139486.29 0.00 21:21:14 21:09:02 1943.37 1692.60 250.78 0.00 104327.30 125059.65 0.00 21:21:14 21:10:01 206.48 32.97 173.51 0.00 3714.42 26786.27 0.00 21:21:14 21:11:01 5.35 0.47 4.88 0.00 29.44 151.02 0.00 21:21:14 21:12:01 0.32 0.05 0.27 0.00 0.40 3.40 0.00 21:21:14 21:13:01 0.25 0.00 0.25 0.00 0.00 3.13 0.00 21:21:14 21:14:01 0.28 0.03 0.25 0.00 0.27 2.73 0.00 21:21:14 21:15:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 21:21:14 21:16:01 1.55 1.38 0.17 0.00 47.55 1.63 0.00 21:21:14 21:17:01 0.82 0.03 0.78 0.00 0.80 15.86 0.00 21:21:14 21:18:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 21:21:14 21:19:01 0.25 0.02 0.23 0.00 0.13 3.55 0.00 21:21:14 21:20:01 0.20 0.02 0.18 0.00 0.13 2.05 0.00 21:21:14 21:21:01 124.31 69.48 54.83 0.00 6234.43 15270.71 0.00 21:21:14 Average: 429.78 336.57 93.21 0.00 24004.47 35809.75 0.00 21:21:14 21:21:14 21:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:21:14 21:02:01 365612 0 609992 32.42 2608 903332 1125264 38.40 464592 849616 136 21:21:14 21:03:01 197736 0 802228 42.64 1380 880200 1605508 54.79 579168 824564 3772 21:21:14 21:04:02 279352 0 814392 43.28 824 786976 1775156 60.58 598380 717604 73264 21:21:14 21:05:01 203352 0 766880 40.76 660 910652 1310596 44.73 550896 834524 264 21:21:14 21:06:03 63736 0 841516 44.72 104 976188 2348876 80.16 724400 875192 67692 21:21:14 21:07:01 343732 0 987224 52.47 104 550484 3374964 115.18 618044 654396 45260 21:21:14 21:08:03 162492 0 773148 41.09 104 945800 1966052 67.10 579876 914672 13876 21:21:14 21:09:02 255760 0 728844 38.74 104 896836 1624756 55.45 624912 746892 85460 21:21:14 21:10:01 120836 0 663364 35.26 104 1097240 1223212 41.75 547408 959956 20 21:21:14 21:11:01 123244 0 660096 35.08 104 1098100 1198528 40.90 545664 960308 12 21:21:14 21:12:01 123528 0 659812 35.07 104 1098100 1198576 40.91 545936 960316 8 21:21:14 21:13:01 124160 0 659168 35.03 104 1098112 1191332 40.66 545352 960108 8 21:21:14 21:14:01 123672 0 659652 35.06 104 1098116 1191488 40.66 545968 960112 8 21:21:14 21:15:01 124776 0 658540 35.00 104 1098124 1191332 40.66 545236 960116 8 21:21:14 21:16:01 122656 0 659908 35.07 104 1098876 1191404 40.66 545676 960836 16 21:21:14 21:17:01 122756 0 659804 35.07 104 1098880 1191424 40.66 545764 960836 8 21:21:14 21:18:01 122172 0 660380 35.10 104 1098888 1191464 40.66 545896 960844 8 21:21:14 21:19:01 123288 0 659260 35.04 104 1098892 1191332 40.66 545304 960844 8 21:21:14 21:20:01 123396 0 659140 35.03 104 1098904 1191332 40.66 545312 960848 8 21:21:14 21:21:01 249804 0 707100 37.58 104 924536 1193084 40.72 512664 823052 94268 21:21:14 Average: 173803 0 714522 37.98 357 992862 1473784 50.30 562822 890282 19205 21:21:14 21:21:14 21:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:21:14 21:02:01 eth0 1107.07 999.90 4403.00 140.55 0.00 0.00 0.00 0.00 21:21:14 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:02:01 docker0 725.13 673.47 63.25 2666.17 0.00 0.00 0.00 0.00 21:21:14 21:03:01 eth0 478.16 388.44 3673.51 43.06 0.00 0.00 0.00 0.00 21:21:14 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:03:01 veth81e515b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 21:21:14 21:03:01 docker0 131.73 174.41 9.74 824.80 0.00 0.00 0.00 0.00 21:21:14 21:04:02 eth0 47.08 31.73 27.07 84.27 0.00 0.00 0.00 0.00 21:21:14 21:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:04:02 veth81e515b 0.43 0.47 0.04 0.04 0.00 0.00 0.00 0.00 21:21:14 21:04:02 docker0 0.43 0.43 0.03 0.04 0.00 0.00 0.00 0.00 21:21:14 21:05:01 eth0 175.66 139.07 1709.99 22.68 0.00 0.00 0.00 0.00 21:21:14 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:06:03 veth5cf1ba2 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:06:03 eth0 81.27 62.32 175.01 68.42 0.00 0.00 0.00 0.00 21:21:14 21:06:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:06:03 veth1a18945 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 21:21:14 21:07:01 veth1c28c2d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:21:14 21:07:01 veth8a6931c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:21:14 21:07:01 veth400a41e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:21:14 21:07:01 veth6bf899a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:21:14 21:08:03 eth0 2430.21 1947.83 11872.42 429.24 0.00 0.00 0.00 0.00 21:21:14 21:08:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 21:21:14 21:08:03 veth1a18945 0.00 0.72 0.00 0.03 0.00 0.00 0.00 0.00 21:21:14 21:08:03 docker0 873.32 884.90 73.33 3697.20 0.00 0.00 0.00 0.00 21:21:14 21:09:02 eth0 28.07 23.20 10.69 83.89 0.00 0.00 0.00 0.00 21:21:14 21:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:09:02 vethd8ae022 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:21:14 21:09:02 veth1a18945 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:10:01 eth0 232.48 156.06 1719.32 26.94 0.00 0.00 0.00 0.00 21:21:14 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:10:01 docker0 964.84 1016.35 79.88 4331.69 0.00 0.00 0.00 0.00 21:21:14 21:11:01 eth0 0.70 0.17 0.13 0.10 0.00 0.00 0.00 0.00 21:21:14 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:12:01 eth0 1.08 0.68 0.71 0.22 0.00 0.00 0.00 0.00 21:21:14 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:13:01 eth0 0.67 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:21:14 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:14:01 eth0 0.53 0.33 0.27 0.20 0.00 0.00 0.00 0.00 21:21:14 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:15:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:21:14 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:16:01 eth0 0.85 0.23 0.18 0.07 0.00 0.00 0.00 0.00 21:21:14 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:17:01 eth0 1.20 0.33 0.34 0.20 0.00 0.00 0.00 0.00 21:21:14 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:18:01 eth0 0.55 0.37 0.28 0.20 0.00 0.00 0.00 0.00 21:21:14 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:19:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:20:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:21:14 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:21:01 eth0 235.51 199.68 2176.76 79.36 0.00 0.00 0.00 0.00 21:21:14 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 Average: eth0 124.27 102.68 707.56 28.86 0.00 0.00 0.00 0.00 21:21:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:14 Average: docker0 47.50 50.03 3.93 213.24 0.00 0.00 0.00 0.00 21:21:14 21:21:14 21:21:14 ---> sar -P ALL: 21:21:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 21:21:14 21:21:14 21:00:08 LINUX RESTART (4 CPU) 21:21:14 21:21:14 21:01:01 CPU %user %nice %system %iowait %steal %idle 21:21:14 21:02:01 all 12.55 0.00 5.86 1.92 0.12 79.55 21:21:14 21:02:01 0 12.81 0.00 6.87 0.83 0.09 79.40 21:21:14 21:02:01 1 15.45 0.00 6.32 0.95 0.08 77.19 21:21:14 21:02:01 2 8.97 0.00 5.75 4.55 0.20 80.53 21:21:14 21:02:01 3 12.98 0.00 4.52 1.34 0.12 81.05 21:21:14 21:03:01 all 13.27 0.00 10.94 6.36 0.31 69.13 21:21:14 21:03:01 0 13.80 0.00 11.86 5.44 0.26 68.63 21:21:14 21:03:01 1 12.35 0.00 9.93 5.41 0.29 72.01 21:21:14 21:03:01 2 14.11 0.00 10.44 8.31 0.38 66.76 21:21:14 21:03:01 3 12.83 0.00 11.52 6.27 0.29 69.10 21:21:14 21:04:02 all 62.45 0.00 15.47 4.38 0.24 17.45 21:21:14 21:04:02 0 63.81 0.00 15.13 2.93 0.23 17.89 21:21:14 21:04:02 1 62.38 0.00 14.81 6.59 0.28 15.94 21:21:14 21:04:02 2 60.95 0.00 16.15 6.46 0.23 16.21 21:21:14 21:04:02 3 62.65 0.00 15.80 1.55 0.23 19.77 21:21:14 21:05:01 all 38.53 0.00 13.84 3.33 0.25 44.05 21:21:14 21:05:01 0 38.47 0.00 14.38 3.78 0.25 43.13 21:21:14 21:05:01 1 38.21 0.00 13.43 2.85 0.33 45.17 21:21:14 21:05:01 2 39.34 0.00 13.42 2.72 0.25 44.28 21:21:14 21:05:01 3 38.10 0.00 14.12 3.99 0.18 43.61 21:21:14 21:06:03 all 21.07 0.00 29.87 12.92 0.73 35.41 21:21:14 21:06:03 0 21.31 0.00 29.39 13.08 0.76 35.46 21:21:14 21:06:03 1 22.35 0.00 29.26 11.87 0.69 35.83 21:21:14 21:06:03 2 20.97 0.00 29.71 14.79 0.88 33.65 21:21:14 21:06:03 3 19.66 0.00 31.11 11.94 0.58 36.71 21:21:14 21:07:01 all 51.52 0.00 23.41 13.41 0.57 11.10 21:21:14 21:07:01 0 49.60 0.00 23.36 14.08 0.56 12.40 21:21:14 21:07:01 1 51.87 0.00 23.13 12.71 0.67 11.62 21:21:14 21:07:01 2 51.95 0.00 23.86 13.98 0.53 9.68 21:21:14 21:07:01 3 52.67 0.00 23.29 12.85 0.50 10.68 21:21:14 21:08:03 all 25.98 0.00 27.59 21.34 0.58 24.52 21:21:14 21:08:03 0 24.83 0.00 25.00 18.10 0.67 31.40 21:21:14 21:08:03 1 26.70 0.00 27.50 23.23 0.56 22.01 21:21:14 21:08:03 2 26.44 0.00 28.97 21.60 0.59 22.40 21:21:14 21:08:03 3 25.97 0.00 28.91 22.46 0.51 22.15 21:21:14 21:09:02 all 47.35 0.00 24.32 13.46 0.33 14.54 21:21:14 21:09:02 0 47.07 0.00 22.48 12.79 0.29 17.37 21:21:14 21:09:02 1 46.60 0.00 25.89 14.80 0.40 12.31 21:21:14 21:09:02 2 47.55 0.00 23.52 13.76 0.36 14.81 21:21:14 21:09:02 3 48.20 0.00 25.41 12.46 0.27 13.66 21:21:14 21:10:01 all 10.43 0.00 8.30 9.28 0.16 71.83 21:21:14 21:10:01 0 12.65 0.00 9.57 8.63 0.14 69.00 21:21:14 21:10:01 1 9.21 0.00 7.86 12.13 0.14 70.66 21:21:14 21:10:01 2 9.90 0.00 7.47 7.23 0.21 75.19 21:21:14 21:10:01 3 9.98 0.00 8.30 9.14 0.14 72.45 21:21:14 21:11:01 all 0.15 0.00 0.05 0.00 0.00 99.78 21:21:14 21:11:01 0 0.02 0.00 0.05 0.00 0.00 99.93 21:21:14 21:11:01 1 0.02 0.00 0.05 0.00 0.00 99.93 21:21:14 21:11:01 2 0.52 0.00 0.03 0.02 0.00 99.43 21:21:14 21:11:01 3 0.07 0.00 0.08 0.00 0.02 99.83 21:21:14 21:12:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:21:14 21:12:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:21:14 21:12:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:21:14 21:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 21:21:14 21:12:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:21:14 21:21:14 21:12:01 CPU %user %nice %system %iowait %steal %idle 21:21:14 21:13:01 all 0.15 0.00 0.03 0.00 0.01 99.81 21:21:14 21:13:01 0 0.02 0.00 0.05 0.00 0.00 99.93 21:21:14 21:13:01 1 0.05 0.00 0.05 0.00 0.02 99.88 21:21:14 21:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:21:14 21:13:01 3 0.50 0.00 0.02 0.00 0.02 99.47 21:21:14 21:14:01 all 0.15 0.00 0.04 0.00 0.01 99.80 21:21:14 21:14:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:21:14 21:14:01 1 0.02 0.00 0.03 0.00 0.02 99.93 21:21:14 21:14:01 2 0.03 0.00 0.05 0.02 0.02 99.88 21:21:14 21:14:01 3 0.50 0.00 0.03 0.00 0.00 99.47 21:21:14 21:15:01 all 0.15 0.00 0.03 0.00 0.02 99.80 21:21:14 21:15:01 0 0.03 0.00 0.07 0.00 0.02 99.88 21:21:14 21:15:01 1 0.35 0.00 0.02 0.00 0.02 99.62 21:21:14 21:15:01 2 0.05 0.00 0.02 0.00 0.02 99.92 21:21:14 21:15:01 3 0.18 0.00 0.02 0.00 0.02 99.78 21:21:14 21:16:01 all 0.16 0.00 0.07 0.02 0.00 99.75 21:21:14 21:16:01 0 0.05 0.00 0.07 0.00 0.00 99.88 21:21:14 21:16:01 1 0.07 0.00 0.12 0.08 0.00 99.73 21:21:14 21:16:01 2 0.00 0.00 0.03 0.00 0.00 99.97 21:21:14 21:16:01 3 0.52 0.00 0.07 0.00 0.00 99.42 21:21:14 21:17:01 all 0.12 0.00 0.03 0.00 0.01 99.85 21:21:14 21:17:01 0 0.07 0.00 0.02 0.00 0.00 99.92 21:21:14 21:17:01 1 0.07 0.00 0.02 0.00 0.02 99.90 21:21:14 21:17:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:21:14 21:17:01 3 0.32 0.00 0.05 0.00 0.02 99.62 21:21:14 21:18:01 all 0.12 0.00 0.04 0.00 0.00 99.84 21:21:14 21:18:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:21:14 21:18:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:21:14 21:18:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:21:14 21:18:01 3 0.40 0.00 0.05 0.00 0.00 99.55 21:21:14 21:19:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:21:14 21:19:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:21:14 21:19:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:21:14 21:19:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:21:14 21:19:01 3 0.50 0.00 0.02 0.00 0.02 99.47 21:21:14 21:20:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:21:14 21:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:21:14 21:20:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:21:14 21:20:01 2 0.05 0.00 0.05 0.00 0.02 99.88 21:21:14 21:20:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:21:14 21:21:01 all 6.75 0.00 5.18 1.95 0.11 86.01 21:21:14 21:21:01 0 5.29 0.00 4.66 0.36 0.10 89.59 21:21:14 21:21:01 1 6.72 0.00 5.54 1.50 0.14 86.10 21:21:14 21:21:01 2 6.59 0.00 5.06 2.44 0.10 85.81 21:21:14 21:21:01 3 8.39 0.00 5.46 3.49 0.12 82.53 21:21:14 Average: all 14.06 0.00 8.01 4.28 0.17 73.48 21:21:14 Average: 0 14.02 0.00 7.93 3.88 0.16 74.00 21:21:14 Average: 1 14.13 0.00 7.96 4.47 0.18 73.27 21:21:14 Average: 2 13.86 0.00 7.99 4.66 0.18 73.31 21:21:14 Average: 3 14.22 0.00 8.16 4.13 0.15 73.34 21:21:14 21:21:14 21:21:14