Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 935bb1b5206e0b220cf69bafdb738a98e8fd784d+261101cd65b57382b3139275d947e2afb77006cd (04f00ad73ff6eec6d1d3bdd6e60e1e42048e626a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25226 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit 935bb1b5206e0b220cf69bafdb738a98e8fd784d Merge succeeded, producing 935bb1b5206e0b220cf69bafdb738a98e8fd784d Checking out Revision 935bb1b5206e0b220cf69bafdb738a98e8fd784d (PR-3109) > 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 935bb1b5206e0b220cf69bafdb738a98e8fd784d # 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 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 935bb1b5206e0b220cf69bafdb738a98e8fd784d # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:38:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:38:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:38:33 ========================================================= 07:38:33 EdgeX Global Pipelines Version Info 07:38:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e8083b633316085ae65a12fce58fe8483c90e2a2 # timeout=10 07:38:35 ------------------- 07:38:35 stable info: 07:38:35 ------------------- 07:38:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:38:35 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:38:35 Message: update stable to v1.0.179 07:38:36 ------------------- 07:38:36 experimental info: 07:38:36 ------------------- 07:38:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:38:36 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:38:36 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:38:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:38:36 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:38:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:38:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:38:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:38:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:38:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 935bb1b5206e0b220cf69bafdb738a98e8fd784d [Pipeline] echo 07:38:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 935bb1b [Pipeline] echo 07:38:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:38:39 provisioning config files... 07:38:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config4068856647922820437tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:38:39 ---> docker-login.sh 07:38:39 nexus3.edgexfoundry.org:10001 07:38:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:40 Configure a credential helper to remove this warning. See 07:38:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:40 07:38:40 Login Succeeded 07:38:40 nexus3.edgexfoundry.org:10002 07:38:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:40 Configure a credential helper to remove this warning. See 07:38:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:40 07:38:40 Login Succeeded 07:38:40 nexus3.edgexfoundry.org:10003 07:38:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:40 Configure a credential helper to remove this warning. See 07:38:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:40 07:38:40 Login Succeeded 07:38:40 nexus3.edgexfoundry.org:10004 07:38:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:41 Configure a credential helper to remove this warning. See 07:38:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:41 07:38:41 Login Succeeded 07:38:41 docker.io 07:38:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:41 Configure a credential helper to remove this warning. See 07:38:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:41 07:38:41 Login Succeeded 07:38:41 ---> docker-login.sh ends [Pipeline] } 07:38:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:38:41 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 07:38:41 + for file in '`ls cmd/**/Dockerfile`' 07:38:41 ++ dirname cmd/core-command/Dockerfile 07:38:41 ++ cut -d/ -f2 07:38:41 + echo core-command,cmd/core-command/Dockerfile 07:38:41 + for file in '`ls cmd/**/Dockerfile`' 07:38:41 ++ dirname cmd/core-data/Dockerfile 07:38:41 ++ cut -d/ -f2 07:38:41 + echo core-data,cmd/core-data/Dockerfile 07:38:41 + for file in '`ls cmd/**/Dockerfile`' 07:38:41 ++ dirname cmd/core-metadata/Dockerfile 07:38:41 ++ cut -d/ -f2 07:38:41 + echo core-metadata,cmd/core-metadata/Dockerfile 07:38:41 + for file in '`ls cmd/**/Dockerfile`' 07:38:41 ++ dirname cmd/security-bootstrapper/Dockerfile 07:38:41 ++ cut -d/ -f2 07:38:41 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:38:41 + for file in '`ls cmd/**/Dockerfile`' 07:38:41 ++ dirname cmd/security-proxy-setup/Dockerfile 07:38:41 ++ cut -d/ -f2 07:38:41 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:38:41 + for file in '`ls cmd/**/Dockerfile`' 07:38:41 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:38:41 ++ cut -d/ -f2 07:38:41 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:38:41 + for file in '`ls cmd/**/Dockerfile`' 07:38:41 ++ dirname cmd/support-notifications/Dockerfile 07:38:41 ++ cut -d/ -f2 07:38:41 + echo support-notifications,cmd/support-notifications/Dockerfile 07:38:41 + for file in '`ls cmd/**/Dockerfile`' 07:38:41 ++ dirname cmd/support-scheduler/Dockerfile 07:38:41 ++ cut -d/ -f2 07:38:41 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:38:41 + for file in '`ls cmd/**/Dockerfile`' 07:38:41 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:38:41 ++ cut -d/ -f2 07:38:41 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:38:41 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 07:38:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:38:42 07:38:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:38:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:38:43 latest: Pulling from edgex-devops/git-semver 07:38:43 31603596830f: Pulling fs layer 07:38:43 2a8b12db71e7: Pulling fs layer 07:38:43 6ca5941a6612: Pulling fs layer 07:38:43 ecc8261a40a4: Pulling fs layer 07:38:43 ecc8261a40a4: Waiting 07:38:43 2a8b12db71e7: Verifying Checksum 07:38:43 2a8b12db71e7: Download complete 07:38:43 31603596830f: Verifying Checksum 07:38:43 31603596830f: Download complete 07:38:43 ecc8261a40a4: Verifying Checksum 07:38:43 ecc8261a40a4: Download complete 07:38:43 6ca5941a6612: Verifying Checksum 07:38:43 6ca5941a6612: Download complete 07:38:43 31603596830f: Pull complete 07:38:43 2a8b12db71e7: Pull complete 07:38:44 6ca5941a6612: Pull complete 07:38:44 ecc8261a40a4: Pull complete 07:38:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:38:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:38:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:38:45 prd-centos7-docker-4c-2g-25226 does not seem to be running inside a container 07:38:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 07:38:47 $ docker top b1b2eff8cd4cc86390b0a362c5ecc8c145a9c0a31970d2ff93f8d7f58bcd19d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:38:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:38:47 [ssh-agent] Looking for ssh-agent implementation... 07:38:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:38:48 $ docker exec b1b2eff8cd4cc86390b0a362c5ecc8c145a9c0a31970d2ff93f8d7f58bcd19d9 ssh-agent 07:38:48 SSH_AUTH_SOCK=/tmp/ssh-qU0RIx85Vy6D/agent.11 07:38:48 SSH_AGENT_PID=17 07:38:48 Running ssh-add (command line suppressed) 07:38:48 Identity added: /w/workspace/edgex-go/15@tmp/private_key_4039983779042465060.key (/w/workspace/edgex-go/15@tmp/private_key_4039983779042465060.key) 07:38:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:38:48 + git tag --points-at HEAD [Pipeline] } 07:38:48 $ docker exec --env ******** --env ******** b1b2eff8cd4cc86390b0a362c5ecc8c145a9c0a31970d2ff93f8d7f58bcd19d9 ssh-agent -k 07:38:49 unset SSH_AUTH_SOCK; 07:38:49 unset SSH_AGENT_PID; 07:38:49 echo Agent pid 17 killed; 07:38:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:38:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:38:49 [ssh-agent] Looking for ssh-agent implementation... 07:38:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:38:49 $ docker exec b1b2eff8cd4cc86390b0a362c5ecc8c145a9c0a31970d2ff93f8d7f58bcd19d9 ssh-agent 07:38:49 SSH_AUTH_SOCK=/tmp/ssh-nSJkQWN0MEOs/agent.47 07:38:49 SSH_AGENT_PID=52 07:38:49 Running ssh-add (command line suppressed) 07:38:49 Identity added: /w/workspace/edgex-go/15@tmp/private_key_8741640786547089777.key (/w/workspace/edgex-go/15@tmp/private_key_8741640786547089777.key) 07:38:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:38:50 + git semver init 07:38:50 # -> Open(): unable to determine branch for HEAD 07:38:50 # $GIT_DIR = /w/workspace/edgex-go/15/.git 07:38:50 # $GIT_WORK_TREE = /w/workspace/edgex-go/15 07:38:50 # $SEMVER_REMOTE_NAME = origin 07:38:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:38:50 # $SEMVER_USER_NAME = edgex-jenkins 07:38:50 # $SEMVER_BRANCH = PR-3109 07:38:50 # $SEMVER_TEMP = /tmp/semver-884034330 07:38:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:39:16 # '/tmp/semver-884034330' -> '/w/workspace/edgex-go/15/.semver' 07:39:18 # -> Force: false 07:39:18 # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } 07:39:18 $ docker exec --env ******** --env ******** b1b2eff8cd4cc86390b0a362c5ecc8c145a9c0a31970d2ff93f8d7f58bcd19d9 ssh-agent -k 07:39:18 unset SSH_AUTH_SOCK; 07:39:18 unset SSH_AGENT_PID; 07:39:18 echo Agent pid 52 killed; 07:39:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:39:18 + git semver [Pipeline] } 07:39:18 $ docker stop --time=1 b1b2eff8cd4cc86390b0a362c5ecc8c145a9c0a31970d2ff93f8d7f58bcd19d9 07:39:20 $ docker rm -f b1b2eff8cd4cc86390b0a362c5ecc8c145a9c0a31970d2ff93f8d7f58bcd19d9 [Pipeline] // withDockerContainer [Pipeline] sh 07:39:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:39:21 Stashed 1 file(s) [Pipeline] echo 07:39:21 [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 07:39:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:39:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:39:23 + sudo service docker restart 07:39:23 + true 07:39:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:39:23 ========================================================= 07:39:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:39:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:39:24 + 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 . 07:39:28 Sending build context to Docker daemon 327.6MB 07:39:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:39:28 Step 2/6 : FROM ${BASE} 07:39:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:39:28 188c0c94c7c5: Pulling fs layer 07:39:28 0ef7d3d256c8: Pulling fs layer 07:39:28 de9db76c5a1d: Pulling fs layer 07:39:28 bca2f99d35d6: Pulling fs layer 07:39:28 93359f2a8cfa: Pulling fs layer 07:39:28 7c6f9722023f: Pulling fs layer 07:39:28 a35cf1a2eb13: Pulling fs layer 07:39:28 bca2f99d35d6: Waiting 07:39:28 7c6f9722023f: Waiting 07:39:28 93359f2a8cfa: Waiting 07:39:28 de9db76c5a1d: Verifying Checksum 07:39:28 de9db76c5a1d: Download complete 07:39:28 0ef7d3d256c8: Verifying Checksum 07:39:28 0ef7d3d256c8: Download complete 07:39:28 93359f2a8cfa: Verifying Checksum 07:39:28 93359f2a8cfa: Download complete 07:39:28 7c6f9722023f: Verifying Checksum 07:39:28 7c6f9722023f: Download complete 07:39:28 188c0c94c7c5: Verifying Checksum 07:39:28 188c0c94c7c5: Download complete 07:39:29 188c0c94c7c5: Pull complete 07:39:29 0ef7d3d256c8: Pull complete 07:39:29 de9db76c5a1d: Pull complete 07:39:30 a35cf1a2eb13: Verifying Checksum 07:39:30 a35cf1a2eb13: Download complete 07:39:31 bca2f99d35d6: Verifying Checksum 07:39:31 bca2f99d35d6: Download complete 07:39:36 bca2f99d35d6: Pull complete 07:39:36 93359f2a8cfa: Pull complete 07:39:36 7c6f9722023f: Pull complete 07:39:37 Still waiting to schedule task 07:39:37 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:39:40 a35cf1a2eb13: Pull complete 07:39:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:39:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:39:40 ---> a62c8e92a672 07:39:40 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 07:39:41 ---> Running in adc0d473d4cc 07:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:39:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:39:44 (1/12) Installing libmagic (5.38-r0) 07:39:44 (2/12) Installing file (5.38-r0) 07:39:44 (3/12) Installing libc-dev (0.7.2-r3) 07:39:44 (4/12) Installing g++ (9.3.0-r2) 07:39:59 (5/12) Installing fortify-headers (1.1-r0) 07:39:59 (6/12) Installing patch (2.7.6-r6) 07:39:59 (7/12) Installing build-base (0.5-r2) 07:39:59 (8/12) Installing libsodium (1.0.18-r0) 07:39:59 (9/12) Installing pkgconf (1.7.2-r0) 07:39:59 (10/12) Installing libsodium-dev (1.0.18-r0) 07:39:59 (11/12) Installing libzmq (4.3.3-r0) 07:39:59 (12/12) Installing zeromq-dev (4.3.3-r0) 07:39:59 Executing busybox-1.31.1-r19.trigger 07:39:59 OK: 233 MiB in 51 packages 07:40:01 Removing intermediate container adc0d473d4cc 07:40:01 ---> 146ce7d5352d 07:40:01 Step 4/6 : WORKDIR /edgex-go 07:40:01 ---> Running in de7408b54f4a 07:40:01 Removing intermediate container de7408b54f4a 07:40:01 ---> 8767c5ef95ce 07:40:01 Step 5/6 : COPY go.mod . 07:40:01 ---> 4ef44a9faaf3 07:40:01 Step 6/6 : RUN go mod download 07:40:01 ---> Running in cdeb1b2367a8 07:40:23 Removing intermediate container cdeb1b2367a8 07:40:23 ---> 20a24e071100 07:40:23 Successfully built 20a24e071100 07:40:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:40:24 + docker inspect -f . ci-base-image-x86_64 07:40:24 . [Pipeline] withDockerContainer 07:40:24 prd-centos7-docker-4c-2g-25226 does not seem to be running inside a container 07:40:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 07:40:25 $ docker top 9e2bb3cc51c0ac1c93012d4cf4b3bccb7405ca0d37309f590cbcd0710c60648e -eo pid,comm [Pipeline] { [Pipeline] sh 07:40:25 + go version 07:40:25 go version go1.15.5 linux/amd64 [Pipeline] } 07:40:25 $ docker stop --time=1 9e2bb3cc51c0ac1c93012d4cf4b3bccb7405ca0d37309f590cbcd0710c60648e 07:40:27 $ docker rm -f 9e2bb3cc51c0ac1c93012d4cf4b3bccb7405ca0d37309f590cbcd0710c60648e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:40:27 + docker inspect -f . ci-base-image-x86_64 07:40:27 . [Pipeline] withDockerContainer 07:40:27 prd-centos7-docker-4c-2g-25226 does not seem to be running inside a container 07:40:27 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 07:40:28 $ docker top a3a46c2fdb0c49f365eada3c0e8c0583d3a89ffa9806b27d835a9bec3e6fcda7 -eo pid,comm [Pipeline] { [Pipeline] echo 07:40:28 ========================================================= 07:40:28 [edgeXBuildGoParallel] Running Tests and Build... 07:40:28 ========================================================= [Pipeline] sh 07:40:29 + make test 07:40:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:40:39 ? github.com/edgexfoundry/edgex-go [no test files] 07:40:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:40:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:40:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:40:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:40:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:41:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:41:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:41:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:41:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:41:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:41:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:41:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:41:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:41:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 45.6% of statements 07:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 07:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.066s coverage: 100.0% of statements 07:41:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.200s coverage: 27.1% of statements 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:41:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:41:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:41:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 65.8% of statements 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:41:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.447s coverage: 82.3% of statements 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:41:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.388s coverage: 28.6% of statements 07:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:41:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements 07:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:41:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements 07:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:41:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements 07:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:41:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements 07:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 07:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:41:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.474s coverage: 92.8% of statements 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:41:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:41:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:41:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 45.5% of statements 07:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.036s coverage: 79.5% of statements 07:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.032s coverage: 94.1% of statements 07:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.042s coverage: 96.3% of statements 07:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements 07:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.037s coverage: 94.4% of statements 07:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.064s coverage: 92.9% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.5% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.300s coverage: 68.9% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 37.0% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.287s coverage: 84.0% of statements 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.079s coverage: 85.3% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.059s coverage: 100.0% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:41:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 07:41:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 07:41:40 GO111MODULE=on go vet ./... 07:42:06 gofmt -l . 07:42:06 [ "`gofmt -l .`" = "" ] 07:42:07 ./bin/test-go-mod-tidy.sh 07:42:07 ./bin/test-attribution-txt.sh [Pipeline] sh 07:42:08 + ls -al . 07:42:08 total 688 07:42:08 drwxrwxr-x 10 1001 1001 4096 Feb 5 07:42 . 07:42:08 drwxr-xr-x 4 root root 30 Feb 5 07:40 .. 07:42:08 -rw-rw-r-- 1 1001 1001 11 Feb 5 07:38 .dockerignore 07:42:08 drwxrwxr-x 8 1001 1001 179 Feb 5 07:38 .git 07:42:08 drwxrwxr-x 3 1001 1001 125 Feb 5 07:38 .github 07:42:08 -rw-rw-r-- 1 1001 1001 872 Feb 5 07:38 .gitignore 07:42:08 drwx------ 3 1001 1001 60 Feb 5 07:39 .semver 07:42:08 -rw-rw-r-- 1 1001 1001 166 Feb 5 07:38 .sonarcloud.properties 07:42:08 -rw-rw-r-- 1 1001 1001 7859 Feb 5 07:38 Attribution.txt 07:42:08 -rw-rw-r-- 1 1001 1001 3804 Feb 5 07:38 CONTRIBUTING.md 07:42:08 -rw-rw-r-- 1 1001 1001 931 Feb 5 07:38 Dockerfile.build 07:42:08 -rw-rw-r-- 1 1001 1001 863 Feb 5 07:38 Jenkinsfile 07:42:08 -rw-rw-r-- 1 1001 1001 10775 Feb 5 07:38 LICENSE 07:42:08 -rw-rw-r-- 1 1001 1001 6001 Feb 5 07:38 Makefile 07:42:08 -rw-rw-r-- 1 1001 1001 6524 Feb 5 07:38 README.md 07:42:08 -rw-rw-r-- 1 1001 1001 6755 Feb 5 07:38 SECURITY.md 07:42:08 -rw-rw-r-- 1 1001 1001 5 Feb 5 07:39 VERSION 07:42:08 -rw-rw-r-- 1 1001 1001 4131 Feb 5 07:38 ZMQWindows.md 07:42:08 drwxrwxr-x 2 1001 1001 117 Feb 5 07:38 bin 07:42:08 drwxrwxr-x 15 1001 1001 4096 Feb 5 07:38 cmd 07:42:08 -rw-r--r-- 1 root root 585363 Feb 5 07:41 coverage.out 07:42:08 -rw-r--r-- 1 root root 1054 Feb 5 07:42 go.mod 07:42:08 -rw-r--r-- 1 root root 19518 Feb 5 07:42 go.sum 07:42:08 drwxrwxr-x 8 1001 1001 127 Feb 5 07:38 internal 07:42:08 drwxrwxr-x 4 1001 1001 26 Feb 5 07:38 openapi 07:42:08 drwxrwxr-x 4 1001 1001 71 Feb 5 07:38 snap 07:42:08 -rw-rw-r-- 1 1001 1001 168 Feb 5 07:38 version.go [Pipeline] sh 07:42:08 + '[' -e coverage.out ] 07:42:08 + chown 1001:1001 coverage.out [Pipeline] stash 07:42:09 Stashed 1 file(s) [Pipeline] sh 07:42:09 + make build 07:42:09 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 07:42:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25231 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 07:42:09 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 07:42:12 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 07:42:14 using credential edgex-jenkins-ssh 07:42:14 Cloning the remote Git repository 07:42:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:42:14 > git init /w/workspace/edgex-go/15 # timeout=10 07:42:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:42:14 > git --version # timeout=10 07:42:14 > git --version # 'git version 2.17.1' 07:42:14 using GIT_SSH to set credentials SSH Credentials for GitHub 07:42:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:42:20 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 07:42:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:42:23 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 07:42:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:42:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:42:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:42:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:42:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:42:30 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 07:42:30 Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit 935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:42:31 Merge succeeded, producing 935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:42:31 Checking out Revision 935bb1b5206e0b220cf69bafdb738a98e8fd784d (PR-3109) 07:42:31 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 07:42:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:42:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:42:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:42:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:42:30 using GIT_SSH to set credentials SSH Credentials for GitHub 07:42:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:42:30 > git config core.sparsecheckout # timeout=10 07:42:30 > git checkout -f 935bb1b5206e0b220cf69bafdb738a98e8fd784d # timeout=10 07:42:31 > git remote # timeout=10 07:42:31 > git config --get remote.origin.url # timeout=10 07:42:31 using GIT_SSH to set credentials SSH Credentials for GitHub 07:42:31 > git merge 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 07:42:31 > git rev-parse HEAD^{commit} # timeout=10 07:42:31 > git config core.sparsecheckout # timeout=10 07:42:31 > git checkout -f 935bb1b5206e0b220cf69bafdb738a98e8fd784d # timeout=10 07:42:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 07:42:34 $ docker stop --time=1 a3a46c2fdb0c49f365eada3c0e8c0583d3a89ffa9806b27d835a9bec3e6fcda7 07:42:35 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" 07:42:36 $ docker rm -f a3a46c2fdb0c49f365eada3c0e8c0583d3a89ffa9806b27d835a9bec3e6fcda7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 07:42:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:42:38 07:42:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:42:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 07:42:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:42:39 latest: Pulling from edgex-devops/edgex-compose 07:42:39 cbdbe7a5bc2a: Pulling fs layer 07:42:39 ca9280d653b3: Pulling fs layer 07:42:39 7e9c9ca2126c: Pulling fs layer [Pipeline] sh 07:42:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:42:39 cbdbe7a5bc2a: Download complete 07:42:39 + true 07:42:39 + sudo service docker restart 07:42:39 ca9280d653b3: Verifying Checksum 07:42:39 ca9280d653b3: Download complete 07:42:39 cbdbe7a5bc2a: Pull complete 07:42:40 7e9c9ca2126c: Download complete 07:42:40 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:42:41 provisioning config files... 07:42:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config3579136264102134762tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:42:42 ---> docker-login.sh 07:42:42 nexus3.edgexfoundry.org:10001 07:42:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:42:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:42:43 Configure a credential helper to remove this warning. See 07:42:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:42:43 07:42:43 Login Succeeded 07:42:43 nexus3.edgexfoundry.org:10002 07:42:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:42:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:42:44 Configure a credential helper to remove this warning. See 07:42:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:42:44 07:42:44 Login Succeeded 07:42:44 nexus3.edgexfoundry.org:10003 07:42:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:42:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:42:44 Configure a credential helper to remove this warning. See 07:42:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:42:44 07:42:44 Login Succeeded 07:42:44 nexus3.edgexfoundry.org:10004 07:42:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:42:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:42:45 Configure a credential helper to remove this warning. See 07:42:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:42:45 07:42:45 Login Succeeded 07:42:45 docker.io 07:42:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:42:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:42:45 Configure a credential helper to remove this warning. See 07:42:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:42:45 07:42:45 Login Succeeded 07:42:45 ---> docker-login.sh ends [Pipeline] } 07:42:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:42:46 ========================================================= 07:42:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:42:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:42:46 + 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 . 07:42:47 7e9c9ca2126c: Pull complete 07:42:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:42:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:42:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:42:47 prd-centos7-docker-4c-2g-25226 does not seem to be running inside a container 07:42:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 07:42:49 Sending build context to Docker daemon 166.1MB 07:42:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:42:49 Step 2/6 : FROM ${BASE} 07:42:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:42:49 5f621e34cdf4: Pulling fs layer 07:42:49 a4357932f1b6: Pulling fs layer 07:42:49 18c013af1878: Pulling fs layer 07:42:49 00ac8860ef70: Pulling fs layer 07:42:49 63d7cb157983: Pulling fs layer 07:42:49 b116817d02f9: Pulling fs layer 07:42:49 745a02a5169b: Pulling fs layer 07:42:49 00ac8860ef70: Waiting 07:42:49 63d7cb157983: Waiting 07:42:49 b116817d02f9: Waiting 07:42:49 745a02a5169b: Waiting 07:42:49 18c013af1878: Verifying Checksum 07:42:49 18c013af1878: Download complete 07:42:49 a4357932f1b6: Verifying Checksum 07:42:49 a4357932f1b6: Download complete 07:42:49 63d7cb157983: Verifying Checksum 07:42:49 63d7cb157983: Download complete 07:42:49 b116817d02f9: Verifying Checksum 07:42:49 b116817d02f9: Download complete 07:42:49 5f621e34cdf4: Verifying Checksum 07:42:49 5f621e34cdf4: Download complete 07:42:49 5f621e34cdf4: Pull complete 07:42:50 a4357932f1b6: Pull complete 07:42:50 18c013af1878: Pull complete 07:42:50 $ docker top 2e1db1ea584a3ab1e91c31f3798cee08ac7691238a19a1637344466754bc6e98 -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:51 + docker-compose build --help 07:42:51 + grep parallel 07:42:51 745a02a5169b: Verifying Checksum 07:42:51 745a02a5169b: Download complete 07:42:52 --parallel Build images in parallel. [Pipeline] } 07:42:52 $ docker stop --time=1 2e1db1ea584a3ab1e91c31f3798cee08ac7691238a19a1637344466754bc6e98 07:42:53 00ac8860ef70: Verifying Checksum 07:42:53 00ac8860ef70: Download complete 07:42:53 $ docker rm -f 2e1db1ea584a3ab1e91c31f3798cee08ac7691238a19a1637344466754bc6e98 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:42:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:42:54 . [Pipeline] withDockerContainer 07:42:54 prd-centos7-docker-4c-2g-25226 does not seem to be running inside a container 07:42:54 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 07:42:55 $ docker top e7b8806e4644ad298903f1687cf1df4f9794318390347ee3cac2e5355118a590 -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:55 + docker-compose -f ./docker-compose-build.yml build --parallel 07:42:56 Building docker-core-command-go ... 07:42:56 Building docker-core-data-go ... 07:42:56 Building docker-core-metadata-go ... 07:42:56 Building docker-security-bootstrapper-go ... 07:42:56 Building docker-security-proxy-setup-go ... 07:42:56 Building docker-security-secretstore-setup-go ... 07:42:56 Building docker-support-notifications-go ... 07:42:56 Building docker-support-scheduler-go ... 07:42:56 Building docker-sys-mgmt-agent-go ... 07:42:56 Building docker-core-metadata-go 07:42:56 Building docker-security-proxy-setup-go 07:42:56 Building docker-support-scheduler-go 07:42:56 Building docker-sys-mgmt-agent-go 07:42:56 Building docker-security-bootstrapper-go 07:43:03 00ac8860ef70: Pull complete 07:43:03 63d7cb157983: Pull complete 07:43:03 b116817d02f9: Pull complete 07:43:07 745a02a5169b: Pull complete 07:43:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:43:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:43:07 ---> b7e6874047d6 07:43:07 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 07:43:10 ---> Running in d56a62a7766c 07:43:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:43:14 (1/12) Installing libmagic (5.38-r0) 07:43:14 (2/12) Installing file (5.38-r0) 07:43:14 (3/12) Installing libc-dev (0.7.2-r3) 07:43:14 (4/12) Installing g++ (9.3.0-r2) 07:43:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:43:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:43:29 ---> 20a24e071100 07:43:29 Step 3/21 : WORKDIR /edgex-go 07:43:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:43:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:43:29 ---> 20a24e071100 07:43:29 Step 3/22 : WORKDIR /edgex-go 07:43:29 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:43:29 Step 2/31 : FROM ${BUILDER_BASE} AS builder 07:43:29 ---> 20a24e071100 07:43:29 Step 3/31 : WORKDIR /edgex-go 07:43:29 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:43:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:43:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 20a24e071100 07:43:29 07:43:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:43:29 ---> 20a24e071100 07:43:29 Step 3/23 : WORKDIR /edgex-go 07:43:29 Step 3/26 : WORKDIR /edgex-go 07:43:29 (5/12) Installing fortify-headers (1.1-r0) 07:43:29 (6/12) Installing patch (2.7.6-r6) 07:43:29 (7/12) Installing build-base (0.5-r2) 07:43:29 (8/12) Installing libsodium (1.0.18-r0) 07:43:29 (9/12) Installing pkgconf (1.7.2-r0) 07:43:29 (10/12) Installing libsodium-dev (1.0.18-r0) 07:43:29 (11/12) Installing libzmq (4.3.3-r0) 07:43:29 (12/12) Installing zeromq-dev (4.3.3-r0) 07:43:29 Executing busybox-1.31.1-r19.trigger 07:43:29 OK: 217 MiB in 51 packages 07:43:30 ---> Running in 726e45d850d5 07:43:30 ---> Running in ce82a8e7859c 07:43:30 ---> Running in bb8f26d20474 07:43:30 ---> Running in efd603c33cf9 07:43:30 ---> Running in cc448011d6bc 07:43:30 Removing intermediate container efd603c33cf9 07:43:30 ---> 1c23c5fd175e 07:43:30 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:43:30 Removing intermediate container bb8f26d20474 07:43:30 ---> f3faa533bff8 07:43:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:43:30 Removing intermediate container 726e45d850d5 07:43:30 ---> 815d5fe43aa8 07:43:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:43:30 Removing intermediate container ce82a8e7859c 07:43:30 ---> 8144151184f0 07:43:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:43:30 Removing intermediate container cc448011d6bc 07:43:30 ---> a06dbcb9774c 07:43:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:43:30 ---> Running in eeda7c44887c 07:43:30 ---> Running in 1127aec98d69 07:43:30 ---> Running in 31768fe8983f 07:43:30 ---> Running in ab89ebc53d20 07:43:30 ---> Running in 627516c54a9b 07:43:32 Removing intermediate container eeda7c44887c 07:43:32 ---> 53f116c5ff60 07:43:32 Step 5/31 : RUN apk add --update --no-cache make git 07:43:32 ---> Running in 30d111c3e922 07:43:32 Removing intermediate container 1127aec98d69 07:43:32 ---> 35e0edb8bbe3 07:43:32 Step 5/26 : RUN apk add --update --no-cache make bash git 07:43:33 Removing intermediate container 31768fe8983f 07:43:33 ---> 7af8ebc8abff 07:43:33 Step 5/21 : RUN apk add --update --no-cache make git 07:43:33 Removing intermediate container ab89ebc53d20 07:43:33 ---> 7df9f9a936fa 07:43:33 Step 5/23 : RUN apk add --update --no-cache make git 07:43:33 ---> Running in 309c5d9f2a3d 07:43:33 Removing intermediate container d56a62a7766c 07:43:33 ---> 9f2f71b6102b 07:43:33 Step 4/6 : WORKDIR /edgex-go 07:43:33 ---> Running in 4cf5d413da96 07:43:33 ---> Running in 4b7b782862c3 07:43:33 ---> Running in 4dc1dd2c3242 07:43:33 Removing intermediate container 627516c54a9b 07:43:33 ---> 9b4b49be1c76 07:43:33 Step 5/22 : RUN apk add --update --no-cache make git 07:43:33 Removing intermediate container 4cf5d413da96 07:43:33 ---> 273739321b04 07:43:33 Step 5/6 : COPY go.mod . 07:43:33 ---> Running in 11ffd3227603 07:43:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:43:34 ---> 915102536901 07:43:34 Step 6/6 : RUN go mod download 07:43:34 ---> Running in db8ce7fe23f7 07:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:43:36 OK: 233 MiB in 51 packages 07:43:37 OK: 233 MiB in 51 packages 07:43:37 Removing intermediate container 309c5d9f2a3d 07:43:37 ---> 6fc4c93f9815 07:43:37 Step 6/26 : COPY go.mod . 07:43:37 OK: 233 MiB in 51 packages 07:43:37 OK: 233 MiB in 51 packages 07:43:37 ---> 702dc81f1a33 07:43:37 Step 7/26 : RUN go mod download 07:43:37 ---> Running in e29c476fa7cd 07:43:37 Removing intermediate container 30d111c3e922 07:43:37 ---> 78fdbe94ea80 07:43:37 Step 6/31 : COPY go.mod . 07:43:38 OK: 233 MiB in 51 packages 07:43:38 Removing intermediate container 4b7b782862c3 07:43:38 ---> eba30a4ddc62 07:43:38 Step 6/21 : COPY go.mod . 07:43:38 ---> 31f929978cb0 07:43:38 Step 7/31 : RUN go mod download 07:43:38 ---> Running in 2fe01a133e21 07:43:38 Removing intermediate container 4dc1dd2c3242 07:43:38 ---> 7329c8a43e7c 07:43:38 Step 6/23 : COPY go.mod . 07:43:38 ---> acaa9f1138f5 07:43:38 Step 7/21 : RUN go mod download 07:43:38 ---> Running in e634b32b3a06 07:43:38 ---> b1842e0f94f8 07:43:38 Step 7/23 : RUN go mod download 07:43:39 ---> Running in f95d4c32d4cc 07:43:39 Removing intermediate container 11ffd3227603 07:43:39 ---> 42d2511cadbe 07:43:39 Step 6/22 : COPY go.mod . 07:43:39 ---> d8154d63122c 07:43:39 Step 7/22 : RUN go mod download 07:43:39 ---> Running in 3320f729dba5 07:43:39 Removing intermediate container e29c476fa7cd 07:43:39 ---> ae7850676168 07:43:39 Step 8/26 : COPY . . 07:43:41 Removing intermediate container 2fe01a133e21 07:43:41 ---> 12f581cb55e6 07:43:41 Step 8/31 : COPY . . 07:43:46 Removing intermediate container e634b32b3a06 07:43:46 ---> 35918af336ab 07:43:46 Step 8/21 : COPY . . 07:43:46 Removing intermediate container f95d4c32d4cc 07:43:46 ---> 5de412170dcc 07:43:46 Step 8/23 : COPY . . 07:43:53 Removing intermediate container 3320f729dba5 07:43:53 ---> 004c39044022 07:43:53 Step 8/22 : COPY . . 07:44:01 Removing intermediate container db8ce7fe23f7 07:44:01 ---> 84cd314e848e 07:44:01 Successfully built 84cd314e848e 07:44:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:44:01 + docker inspect -f . ci-base-image-arm64 07:44:01 . [Pipeline] withDockerContainer 07:44:02 prd-ubuntu18.04-docker-arm64-4c-16g-25231 does not seem to be running inside a container 07:44:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:44:03 $ docker top 5a392a76771318128a7b4e69bbc4935809eaf6a8f40f5006a0f382bc504a34bc -eo pid,comm [Pipeline] { [Pipeline] sh 07:44:04 + go version 07:44:04 go version go1.15.5 linux/arm64 [Pipeline] } 07:44:04 $ docker stop --time=1 5a392a76771318128a7b4e69bbc4935809eaf6a8f40f5006a0f382bc504a34bc 07:44:06 $ docker rm -f 5a392a76771318128a7b4e69bbc4935809eaf6a8f40f5006a0f382bc504a34bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:44:07 + docker inspect -f . ci-base-image-arm64 07:44:07 . [Pipeline] withDockerContainer 07:44:07 prd-ubuntu18.04-docker-arm64-4c-16g-25231 does not seem to be running inside a container 07:44:08 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:44:09 $ docker top a172b2109e2da68f1ef18f9440170889b28a887bcf4838d9080278f19dd580a6 -eo pid,comm [Pipeline] { [Pipeline] echo 07:44:09 ========================================================= 07:44:09 [edgeXBuildGoParallel] Running Tests and Build... 07:44:09 ========================================================= [Pipeline] sh 07:44:10 + make test 07:44:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:44:25 ---> 8a7a07537d74 07:44:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:44:25 ---> eccfc68ece74 07:44:25 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 07:44:25 ---> dfd6310c80e9 07:44:25 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:44:27 ---> Running in 5a65af28b061 07:44:27 ---> Running in 6f8998ce1422 07:44:27 ---> Running in 8b651a55c826 07:44:27 ---> b4683216acda 07:44:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:44:27 ---> Running in 809ed7519391 07:44:27 ---> 230d9d92e53a 07:44:27 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:44:28 ---> Running in c1181f3e3959 07:44:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:44:28 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 07:44:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:44: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 07:44:29 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 07:44:37 ? github.com/edgexfoundry/edgex-go [no test files] 07:44:55 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 07:44:56 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 07:45:01 Removing intermediate container 5a65af28b061 07:45:01 ---> 8e666ba6498d 07:45:01 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:45:01 ---> Running in 888e90f43fa3 07:45:02 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 07:45:05 Removing intermediate container 6f8998ce1422 07:45:05 ---> d6905e4c702d 07:45:05 07:45:05 Step 10/21 : FROM alpine:3.12 07:45:05 3.12: Pulling from library/alpine 07:45:07 Removing intermediate container c1181f3e3959 07:45:07 ---> 20e625bc99d6 07:45:07 07:45:07 Step 10/22 : FROM alpine:3.12 07:45:07 3.12: Pulling from library/alpine 07:45:07 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:45:07 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:45:07 Status: Downloaded newer image for alpine:3.12 07:45:07 Status: Downloaded newer image for alpine:3.12 07:45:07 ---> 389fef711851 07:45:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:45:07 ---> 389fef711851 07:45:07 Step 11/21 : RUN apk add --update --no-cache curl 07:45:07 Removing intermediate container 8b651a55c826 07:45:07 ---> f9692741b7b0 07:45:07 07:45:07 Step 10/31 : FROM alpine:3.12 07:45:07 ---> 389fef711851 07:45:07 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:45:07 ---> Running in fdd83d2fbabc 07:45:07 ---> Running in f85dc16ee452 07:45:07 ---> Running in d478bfa3ad84 07:45:09 Removing intermediate container 888e90f43fa3 07:45:09 ---> 74fa1fbf212a 07:45:09 07:45:09 Step 11/26 : FROM docker:20.10.0 07:45:09 20.10.0: Pulling from library/docker 07:45:10 Removing intermediate container d478bfa3ad84 07:45:10 ---> 9f24e352f888 07:45:10 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 07:45:10 Removing intermediate container 809ed7519391 07:45:10 ---> c918d9ebfd95 07:45:10 07:45:10 Step 10/23 : FROM alpine:3.12 07:45:10 ---> 389fef711851 07:45:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:45:10 ---> Running in d2678afa9a61 07:45:10 ---> Running in d30a82f92054 07:45:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:11 (1/1) Installing dumb-init (1.2.2-r1) 07:45:11 Executing busybox-1.31.1-r19.trigger 07:45:11 OK: 6 MiB in 15 packages 07:45:11 (1/4) Installing ca-certificates (20191127-r4) 07:45:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:45:11 (3/4) Installing libcurl (7.69.1-r3) 07:45:11 (4/4) Installing curl (7.69.1-r3) 07:45:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:11 Executing busybox-1.31.1-r19.trigger 07:45:11 Executing ca-certificates-20191127-r4.trigger 07:45:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:11 OK: 7 MiB in 18 packages 07:45:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:12 (1/2) Installing dumb-init (1.2.2-r1) 07:45:12 (2/2) Installing su-exec (0.2-r1) 07:45:12 Executing busybox-1.31.1-r19.trigger 07:45:12 (1/1) Installing dumb-init (1.2.2-r1) 07:45:12 Executing busybox-1.31.1-r19.trigger 07:45:12 OK: 6 MiB in 15 packages 07:45:12 OK: 6 MiB in 16 packages 07:45:15 Removing intermediate container fdd83d2fbabc 07:45:15 ---> 35a834e72f2d 07:45:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:45:15 ---> Running in c7c94577cf11 07:45:15 Removing intermediate container d2678afa9a61 07:45:15 ---> df1f3a11221e 07:45:15 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 07:45:15 Removing intermediate container d30a82f92054 07:45:15 ---> d05a46f77124 07:45:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:45:15 Removing intermediate container f85dc16ee452 07:45:15 ---> 1925004148b6 07:45:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:45:16 ---> Running in 8fd5b0620cb1 07:45:16 ---> Running in c29bd581d8c0 07:45:16 ---> Running in a26cbce64117 07:45:16 Removing intermediate container c7c94577cf11 07:45:16 ---> e8f67405d0ea 07:45:16 Step 13/22 : ENV APP_PORT=48085 07:45:16 ---> Running in cca1fa05560f 07:45:16 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:45:16 Removing intermediate container c29bd581d8c0 07:45:16 ---> dfc3823de269 07:45:16 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:45:16 Status: Downloaded newer image for docker:20.10.0 07:45:16 ---> aefe523efa57 07:45:16 Step 12/26 : RUN apk add --no-cache bash 07:45:16 Removing intermediate container 8fd5b0620cb1 07:45:16 ---> 12c572528ef5 07:45:16 Step 13/23 : ENV APP_PORT=48081 07:45:16 Removing intermediate container a26cbce64117 07:45:16 ---> 1b365982e6f8 07:45:16 Step 13/21 : WORKDIR /edgex 07:45:16 Removing intermediate container cca1fa05560f 07:45:16 ---> 023d8ebb4cb1 07:45:16 Step 14/22 : EXPOSE $APP_PORT 07:45:16 ---> Running in 30aa1a4bdce9 07:45:16 ---> Running in 5e74fa35370f 07:45:16 ---> Running in 43199b973d33 07:45:16 ---> Running in adba287e4519 07:45:16 ---> Running in e148c704bcd6 07:45:17 Removing intermediate container 30aa1a4bdce9 07:45:17 ---> 50fff1a28f82 07:45:17 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:45:17 Removing intermediate container adba287e4519 07:45:17 ---> 8b3e42ab5ab9 07:45:17 Step 14/23 : EXPOSE $APP_PORT 07:45:17 Removing intermediate container e148c704bcd6 07:45:17 ---> 60eea09088db 07:45:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:17 Removing intermediate container 43199b973d33 07:45:17 ---> e16cffd3820a 07:45:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:45:17 ---> Running in d0f791a676dc 07:45:17 ---> Running in c565ba0f12bb 07:45:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:17 (1/2) Installing readline (8.0.4-r0) 07:45:17 (2/2) Installing bash (5.0.17-r0) 07:45:17 Executing bash-5.0.17-r0.post-install 07:45:17 Executing busybox-1.31.1-r19.trigger 07:45:17 OK: 12 MiB in 22 packages 07:45:17 ---> d4f5f307a96f 07:45:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:45:17 Removing intermediate container d0f791a676dc 07:45:17 ---> 0a0576728606 07:45:17 Step 15/23 : WORKDIR / 07:45:17 ---> 58db7b59da09 07:45:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:45:18 ---> Running in 7d9cbae8b8cd 07:45:18 Removing intermediate container 7d9cbae8b8cd 07:45:18 ---> 04456b8f127d 07:45:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:18 ---> 6cb68d54e448 07:45:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:45:18 ---> c42ab3de9520 07:45:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:45:18 Removing intermediate container 5e74fa35370f 07:45:18 ---> 44c4548ae5a2 07:45:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:45:18 Removing intermediate container c565ba0f12bb 07:45:18 ---> 7815bb1848de 07:45:18 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 07:45:18 ---> Running in e8d57d8b1937 07:45:19 ---> ceebfab124dd 07:45:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:45:19 ---> Running in 2d016a3105c3 07:45:19 ---> cbbc65990729 07:45:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:45:19 ---> caa39d874f1a 07:45:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:45:19 Removing intermediate container e8d57d8b1937 07:45:19 ---> a67b78c8bef3 07:45:19 Step 14/26 : ENV APP_PORT=48090 07:45:19 ---> Running in 9f1e72c3d086 07:45:19 ---> Running in 773bd4d17c3a 07:45:19 ---> Running in 78260610f132 07:45:19 Removing intermediate container 9f1e72c3d086 07:45:19 ---> 1720551d3990 07:45:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:45:19 Removing intermediate container 2d016a3105c3 07:45:19 ---> b97d43e0f02d 07:45:19 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:45:19 ---> 0d57c07462ff 07:45:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:45:20 ---> Running in 3af1a06f0cbe 07:45:20 Removing intermediate container 773bd4d17c3a 07:45:20 ---> 0eeb09f004bb 07:45:20 Step 18/21 : CMD ["--init=true"] 07:45:20 Removing intermediate container 78260610f132 07:45:20 ---> e5f385ec0e4d 07:45:20 Step 15/26 : EXPOSE $APP_PORT 07:45:20 ---> Running in a64006d468e5 07:45:20 ---> Running in 120bf055d253 07:45:20 ---> 27f15a331422 07:45:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:45:20 Removing intermediate container 3af1a06f0cbe 07:45:20 ---> 555aabdf3b51 07:45:20 Step 20/22 : LABEL arch=x86_64 07:45:20 ---> a21161731ea0 07:45:20 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:45:20 ---> Running in 51186e6096fd 07:45:20 ---> Running in 856536c6f6d8 07:45:20 ---> Running in 1010ecc05a78 07:45:21 Removing intermediate container 120bf055d253 07:45:21 ---> feaab4d5af35 07:45:21 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:45:21 Removing intermediate container a64006d468e5 07:45:21 ---> 61be60bedfa8 07:45:21 Step 19/21 : LABEL arch=x86_64 07:45:21 Removing intermediate container 51186e6096fd 07:45:21 ---> 64e29a64037c 07:45:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:45:21 ---> Running in 2bf42686220b 07:45:21 Removing intermediate container 856536c6f6d8 07:45:21 ---> eeaf6438096d 07:45:21 Step 21/22 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:45:21 ---> Running in 29ffbba45807 07:45:21 ---> 796572c7c0dd 07:45:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:45:21 ---> Running in b6853910bc32 07:45:21 Removing intermediate container 2bf42686220b 07:45:21 ---> dacceeeca418 07:45:21 Step 20/21 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:45:22 ---> Running in c9dbb363631e 07:45:22 Removing intermediate container 29ffbba45807 07:45:22 ---> 935531cb3ac4 07:45:22 Step 21/23 : LABEL arch=x86_64 07:45:22 Removing intermediate container b6853910bc32 07:45:22 ---> acdc07e1124d 07:45:22 Step 22/22 : LABEL version=0.0.0 07:45:22 ---> Running in 14e94395e1fe 07:45:22 ---> 626707496200 07:45:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:45:22 Removing intermediate container c9dbb363631e 07:45:22 ---> dd750dd1ce50 07:45:22 Step 21/21 : LABEL version=0.0.0 07:45:22 ---> Running in 855b3bda6966 07:45:22 ---> Running in f026fe255f11 07:45:22 Removing intermediate container 14e94395e1fe 07:45:22 ---> 00e55341abdd 07:45:22 Step 22/23 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:45:22 ---> 0da11ba1e6f1 07:45:22 Step 19/26 : RUN apk --no-cache add py3-pip 07:45:22 Removing intermediate container 855b3bda6966 07:45:22 ---> b45ba031555c 07:45:22 07:45:23 ---> Running in 848cdc4d4190 07:45:23 Successfully built b45ba031555c 07:45:23 ---> Running in d2068fbf50a0 07:45:23 Successfully tagged docker-support-scheduler-go:latest 07:45:23 Building docker-support-notifications-go 07:45:23  Building docker-support-scheduler-go ... done Removing intermediate container 1010ecc05a78 07:45:23 ---> 064405556c84 07:45:23 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:23 Removing intermediate container f026fe255f11 07:45:23 ---> a430485ddc5a 07:45:23 07:45:23 Removing intermediate container 848cdc4d4190 07:45:23 ---> 29024e26cd74 07:45:23 Step 23/23 : LABEL version=0.0.0 07:45:23 Successfully built a430485ddc5a 07:45:23 Successfully tagged docker-security-proxy-setup-go:latest 07:45:23  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 07:45:23 ---> Running in d7190f72d573 07:45:23 ---> 32af2f916313 07:45:23 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:45:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:23 Removing intermediate container d7190f72d573 07:45:23 ---> 5ad5074bc7e7 07:45:23 07:45:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:24 (1/33) Installing libbz2 (1.0.8-r1) 07:45:24 (2/33) Installing expat (2.2.9-r1) 07:45:24 (3/33) Installing libffi (3.3-r2) 07:45:24 (4/33) Installing gdbm (1.13-r1) 07:45:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:45:25 (5/33) Installing xz-libs (5.2.5-r0) 07:45:25 (6/33) Installing sqlite-libs (3.32.1-r0) 07:45:25 (7/33) Installing python3 (3.8.5-r0) 07:45:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:45:31 Successfully built 5ad5074bc7e7 07:45:31 Successfully tagged docker-core-metadata-go:latest 07:45:31  Building docker-core-metadata-go ... done Building docker-core-data-go 07:45:31 (8/33) Installing py3-appdirs (1.4.4-r1) 07:45:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:45:31 (10/33) Installing py3-parsing (2.4.7-r0) 07:45:31 (11/33) Installing py3-six (1.15.0-r0) 07:45:31 (12/33) Installing py3-packaging (20.4-r0) 07:45:32 (13/33) Installing py3-setuptools (47.0.0-r0) 07:45:34 (14/33) Installing py3-chardet (3.0.4-r4) 07:45:34 (15/33) Installing py3-idna (2.9-r0) 07:45:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:45:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:45:35 ---> dc74e577899a 07:45:35 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:45:35 (18/33) Installing py3-requests (2.23.0-r0) 07:45:36 (19/33) Installing py3-msgpack (1.0.0-r0) 07:45:36 (20/33) Installing py3-lockfile (0.12.2-r3) 07:45:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:45:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:45:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:45:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:45:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:45:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:45:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:45:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:45:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:45:39 (22/33) Installing py3-colorama (0.4.3-r0) 07:45:39 (23/33) Installing py3-distlib (0.3.0-r0) 07:45:39 (24/33) Installing py3-distro (1.5.0-r1) 07:45:39 (25/33) Installing py3-webencodings (0.5.1-r3) 07:45:39 (26/33) Installing py3-html5lib (1.0.1-r4) 07:45:39 ---> 60770d99e397 07:45:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:45:39 (27/33) Installing py3-pytoml (0.1.21-r0) 07:45:39 (28/33) Installing py3-pep517 (0.8.2-r0) 07:45:39 (29/33) Installing py3-progress (1.5-r0) 07:45:39 (30/33) Installing py3-toml (0.10.1-r0) 07:45:40 (31/33) Installing py3-retrying (1.3.3-r0) 07:45:40 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:45:40 (33/33) Installing py3-pip (20.1.1-r0) 07:45:40 Executing busybox-1.31.1-r19.trigger 07:45:40 OK: 71 MiB in 55 packages 07:45:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:45:45 ---> 992df77d168f 07:45:45 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:45:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:45:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:45:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:45:54 ---> 25663f4d7c2b 07:45:54 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 07:45:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:45:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:45:54 ---> 20a24e071100 07:45:54 Step 3/22 : WORKDIR /edgex-go 07:45:54 ---> Using cache 07:45:54 ---> a06dbcb9774c 07:45:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:54 ---> Using cache 07:45:54 ---> 9b4b49be1c76 07:45:54 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:45:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:45:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:45:54 ---> 20a24e071100 07:45:54 Step 3/23 : WORKDIR /edgex-go 07:45:54 ---> Using cache 07:45:54 ---> a06dbcb9774c 07:45:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:54 ---> Using cache 07:45:54 ---> 9b4b49be1c76 07:45:54 Step 5/23 : RUN apk add --update --no-cache make git 07:45:54 ---> Using cache 07:45:54 ---> 42d2511cadbe 07:45:54 Step 6/23 : COPY go.mod . 07:45:54 ---> Using cache 07:45:54 ---> d8154d63122c 07:45:54 Step 7/23 : RUN go mod download 07:45:54 ---> Using cache 07:45:54 ---> 004c39044022 07:45:54 Step 8/23 : COPY . . 07:45:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.323s coverage: 45.6% of statements 07:45:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:45:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:45:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:45:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:45:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:45:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:45:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 07:45:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.167s coverage: 100.0% of statements 07:45:55 ---> Using cache 07:45:55 ---> 230d9d92e53a 07:45:55 Step 9/23 : RUN make cmd/core-command/core-command 07:45:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:45:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:45:55 ---> 20a24e071100 07:45:55 Step 3/23 : WORKDIR /edgex-go 07:45:55 ---> Using cache 07:45:55 ---> a06dbcb9774c 07:45:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:55 ---> Using cache 07:45:55 ---> 9b4b49be1c76 07:45:55 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:45:56 ---> Running in dd15df9f3e9e 07:45:56 ---> Running in f9aded2e1ba3 07:45:56 ---> Running in fbddcc6620ff 07:45:56 ---> Running in 3a3b4fce9ce5 07:45:57 Removing intermediate container 3a3b4fce9ce5 07:45:57 ---> fe469d1cde6c 07:45:57 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:45:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:45:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:59 OK: 233 MiB in 51 packages 07:45:59 ---> 4e4e8807c593 07:45:59 Step 26/31 : RUN chmod +x /entrypoint.sh 07:45:59 OK: 233 MiB in 51 packages 07:46:01 ---> Running in f94248d13efe 07:46:02 Removing intermediate container f9aded2e1ba3 07:46:02 ---> e7dab51b6e9f 07:46:02 Step 6/22 : COPY go.mod . 07:46:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.563s coverage: 27.1% of statements 07:46:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:46:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:46:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:46:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:46:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:46:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:46:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements 07:46:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:46:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 07:46:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:46:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:46:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.270s coverage: 65.8% of statements 07:46:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:46:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:46:03 Removing intermediate container dd15df9f3e9e 07:46:03 ---> 3accc896f910 07:46:03 Step 6/23 : COPY go.mod . 07:46:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.712s coverage: 82.3% of statements 07:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:46:04 Removing intermediate container d2068fbf50a0 07:46:04 ---> 5fc81a0ed187 07:46:04 Step 20/26 : RUN pip install docker-compose==1.23.2 07:46:04 ---> a0ddd826246b 07:46:04 Step 7/22 : RUN go mod download 07:46:04 ---> Running in 60516acd8ffd 07:46:05 ---> Running in bbf57e7ebecb 07:46:05 ---> ae66ea4d94c6 07:46:05 Step 7/23 : RUN go mod download 07:46:05 ---> Running in c107a0dcb567 07:46:06 Removing intermediate container f94248d13efe 07:46:06 ---> 9e02a5e51b63 07:46:06 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 07:46:06 ---> Running in e7a36c5c940c 07:46:06 Removing intermediate container e7a36c5c940c 07:46:06 ---> 71cbb971f364 07:46:06 Step 28/31 : CMD ["gate"] 07:46:06 ---> Running in 390a0cfea6c2 07:46:07 Removing intermediate container 390a0cfea6c2 07:46:07 ---> 566564cbef5c 07:46:07 Step 29/31 : LABEL arch=x86_64 07:46:07 ---> Running in 3e520dbd8eb2 07:46:07 Collecting docker-compose==1.23.2 07:46:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:46:07 Removing intermediate container 3e520dbd8eb2 07:46:07 ---> cab768095c39 07:46:07 Step 30/31 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:46:08 Removing intermediate container c107a0dcb567 07:46:08 ---> 6e0267a0fcaf 07:46:08 Step 8/23 : COPY . . 07:46:08 Collecting websocket-client<1.0,>=0.32.0 07:46:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:46:08 ---> Running in bcf08595fbff 07:46:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:46:08 Collecting jsonschema<3,>=2.5.1 07:46:08 Removing intermediate container bbf57e7ebecb 07:46:08 ---> 1258349509d8 07:46:08 Step 8/22 : COPY . . 07:46:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:46:09 Collecting PyYAML<4,>=3.10 07:46:09 Downloading PyYAML-3.13.tar.gz (270 kB) 07:46:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.119s coverage: 28.6% of statements 07:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:46:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.206s coverage: 100.0% of statements 07:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:46:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements 07:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:46:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.297s coverage: 86.7% of statements 07:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:46:12 Removing intermediate container bcf08595fbff 07:46:12 ---> f3989803c163 07:46:12 Step 31/31 : LABEL version=0.0.0 07:46:13 Collecting docker<4.0,>=3.6.0 07:46:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.381s coverage: 97.5% of statements 07:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.183s coverage: 78.3% of statements 07:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:46:16 Collecting docopt<0.7,>=0.6.1 07:46:16 Downloading docopt-0.6.2.tar.gz (25 kB) 07:46:18 ---> Running in b45579a35228 07:46:20 Collecting cached-property<2,>=1.2.0 07:46:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:46:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.358s coverage: 92.8% of statements 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:46:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:46:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.201s coverage: 0.1% of statements 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:46:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:46:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 45.5% of statements 07:46:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements 07:46:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.090s coverage: 94.1% of statements 07:46:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements 07:46:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements 07:46:22 Collecting texttable<0.10,>=0.9.0 07:46:22 Downloading texttable-0.9.1.tar.gz (11 kB) 07:46:22 Removing intermediate container b45579a35228 07:46:22 ---> e159f6ec0304 07:46:22 07:46:22 Successfully built e159f6ec0304 07:46:23 Successfully tagged docker-security-bootstrapper-go:latest 07:46:23 Building docker-security-secretstore-setup-go 07:46:23  Building docker-security-bootstrapper-go ... done Collecting dockerpty<0.5,>=0.4.1 07:46:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:46:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:46:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:46:28 Collecting docker-pycreds>=0.4.0 07:46:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:46:28 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) 07:46:28 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) 07:46:29 Collecting idna<2.8,>=2.5 07:46:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:46:31 Collecting urllib3<1.25,>=1.21.1 07:46:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:46:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:46:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:46:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:46:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:46:32 Installing collected packages: websocket-client, jsonschema, PyYAML, docker-pycreds, idna, urllib3, requests, docker, docopt, cached-property, texttable, dockerpty, docker-compose 07:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements 07:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements 07:46:36 Running setup.py install for PyYAML: started 07:46:38 Running setup.py install for PyYAML: finished with status 'done' 07:46:40 Attempting uninstall: idna 07:46:40 Found existing installation: idna 2.9 07:46:40 Uninstalling idna-2.9: 07:46:40 Successfully uninstalled idna-2.9 07:46:44 Attempting uninstall: urllib3 07:46:44 Found existing installation: urllib3 1.25.9 07:46:44 Uninstalling urllib3-1.25.9: 07:46:45 Successfully uninstalled urllib3-1.25.9 07:46:46 ---> 99945c4af3b1 07:46:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:46:46 ---> c4df24d028d5 07:46:46 Step 9/23 : RUN make cmd/core-data/core-data 07:46:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:46:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:46:46 ---> 20a24e071100 07:46:46 Step 3/24 : WORKDIR /edgex-go 07:46:46 ---> Using cache 07:46:46 ---> a06dbcb9774c 07:46:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:46:46 ---> Using cache 07:46:46 ---> 9b4b49be1c76 07:46:46 Step 5/24 : RUN apk add --update --no-cache make git 07:46:46 ---> Using cache 07:46:46 ---> 42d2511cadbe 07:46:46 Step 6/24 : COPY go.mod . 07:46:46 ---> Using cache 07:46:46 ---> d8154d63122c 07:46:46 Step 7/24 : RUN go mod download 07:46:46 ---> Using cache 07:46:46 ---> 004c39044022 07:46:46 Step 8/24 : COPY . . 07:46:47 ---> Using cache 07:46:47 ---> 230d9d92e53a 07:46:47 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:46:47 Attempting uninstall: requests 07:46:47 Found existing installation: requests 2.23.0 07:46:47 Uninstalling requests-2.23.0: 07:46:47 Successfully uninstalled requests-2.23.0 07:46:47 Removing intermediate container fbddcc6620ff 07:46:47 ---> 04a21dd49546 07:46:47 07:46:47 Step 10/23 : FROM alpine:3.12 07:46:47 ---> 389fef711851 07:46:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:46:47 ---> Using cache 07:46:47 ---> d05a46f77124 07:46:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:46:47 ---> Using cache 07:46:47 ---> 12c572528ef5 07:46:47 Step 13/23 : ENV APP_PORT=48082 07:46:47 ---> Running in c1204094ea30 07:46:47 ---> Running in 2a5da8517fa8 07:46:47 ---> Running in 634d43032fa3 07:46:47 ---> Running in f8eddc317a1b 07:46:48 Running setup.py install for docopt: started 07:46:49 Removing intermediate container f8eddc317a1b 07:46:49 ---> 431333392397 07:46:49 Step 14/23 : EXPOSE $APP_PORT 07:46:49 Running setup.py install for docopt: finished with status 'done' 07:46:49 Running setup.py install for texttable: started 07:46:49 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 07:46:49 ---> Running in 65f12a956bab 07:46:49 Removing intermediate container 65f12a956bab 07:46:49 ---> 9a9a30fd6627 07:46:49 Step 15/23 : WORKDIR / 07:46:49 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 07:46: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 07:46:49 Running setup.py install for texttable: finished with status 'done' 07:46:49 Running setup.py install for dockerpty: started 07:46:49 ---> Running in 20cbf4b74186 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.4% of statements 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.618s coverage: 63.5% of statements 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 07:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.824s coverage: 68.9% of statements 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:46:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:46:49 Removing intermediate container 20cbf4b74186 07:46:49 ---> 99720d132407 07:46:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:46:49 Running setup.py install for dockerpty: finished with status 'done' 07:46:50 ---> 6d68d65891d1 07:46:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:46:50 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 07:46:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.360s coverage: 37.0% of statements 07:46:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:46:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:46:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.772s coverage: 84.0% of statements 07:46:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.092s coverage: 100.0% of statements 07:46:51 ---> ff67eb04484e 07:46:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:46:55 ---> 38eaa8d843b9 07:46:55 Step 19/23 : ENTRYPOINT ["/core-command"] 07:46:55 Removing intermediate container 60516acd8ffd 07:46:55 ---> 3e39878072eb 07:46:55 Step 21/26 : RUN apk --no-cache add curl 07:46:55 ---> Running in 3b8f845e95e8 07:46:55 ---> Running in 61098e77397b 07:46:55 Removing intermediate container 3b8f845e95e8 07:46:55 ---> 0a69c1f22012 07:46:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:46:56 ---> Running in ce0fa52ca578 07:46:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:46:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:46:57 Removing intermediate container ce0fa52ca578 07:46:57 ---> c571b740283e 07:46:57 Step 21/23 : LABEL arch=x86_64 07:46:57 ---> Running in 85f998296d47 07:46:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:46:57 (2/3) Installing libcurl (7.69.1-r3) 07:46:57 (3/3) Installing curl (7.69.1-r3) 07:46:57 Executing busybox-1.31.1-r19.trigger 07:46:57 OK: 72 MiB in 58 packages 07:46:58 Removing intermediate container 85f998296d47 07:46:58 ---> 994b0c9e2084 07:46:58 Step 22/23 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:46:58 ---> Running in e6947e10fac9 07:46:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.447s coverage: 47.0% of statements 07:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:46:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.167s coverage: 100.0% of statements 07:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:46:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 07:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 07:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 07:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 07:46:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.218s coverage: 85.3% of statements 07:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 07:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 07:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 07:46:58 Removing intermediate container e6947e10fac9 07:46:58 ---> 97157f054142 07:46:58 Step 23/23 : LABEL version=0.0.0 07:46:58 ---> Running in 84d7ede1e01e 07:46:58 Removing intermediate container 61098e77397b 07:46:58 ---> 2e362f6b38ca 07:46:58 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:46:58 ---> Running in b47dfe914273 07:46:58 Removing intermediate container 84d7ede1e01e 07:46:58 ---> 1a18e814c7ad 07:46:58 07:46:59 Removing intermediate container b47dfe914273 07:46:59 ---> 641741b3a8e2 07:46:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:46:59 ---> Running in 2978abe00aa9 07:46:59 Successfully built 1a18e814c7ad 07:46:59 Successfully tagged docker-core-command-go:latest 07:47:01  Building docker-core-command-go ... done Removing intermediate container 2978abe00aa9 07:47:01 ---> 609826fa0170 07:47:01 Step 24/26 : LABEL arch=x86_64 07:47:01 ---> Running in 02593152d125 07:47:01 Removing intermediate container 02593152d125 07:47:01 ---> b94f56b33c88 07:47:01 Step 25/26 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:47:01 ---> Running in e348c1d27151 07:47:02 Removing intermediate container e348c1d27151 07:47:02 ---> 411451b57875 07:47:02 Step 26/26 : LABEL version=0.0.0 07:47:02 ---> Running in 54d0036efd99 07:47:02 Removing intermediate container 54d0036efd99 07:47:02 ---> 64da5df7e3b8 07:47:02 07:47:02 Successfully built 64da5df7e3b8 07:47:02 Successfully tagged docker-sys-mgmt-agent-go:latest 07:47:08  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:47:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.265s coverage: 29.1% of statements 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:47:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.237s coverage: 99.0% of statements 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:47:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:47:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.203s coverage: 100.0% of statements 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:47:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.061s coverage: 0.0% of statements 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:47:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:47:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:47:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:47:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 07:47:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 07:47:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 07:47:09 GO111MODULE=on go vet ./... 07:47:16 Removing intermediate container 2a5da8517fa8 07:47:16 ---> 4bbb264e4565 07:47:16 07:47:16 Step 10/22 : FROM alpine:3.12 07:47:16 ---> 389fef711851 07:47:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:47:16 Removing intermediate container 634d43032fa3 07:47:16 ---> 4771dd95da17 07:47:16 07:47:16 Step 10/24 : FROM alpine:3.12 07:47:16 ---> 389fef711851 07:47:16 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:47:16 ---> Running in 5778e9fd56d6 07:47:16 ---> Running in 1691cec903cf 07:47:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:47:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:47:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:47:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:47:17 (1/2) Installing ca-certificates (20191127-r4) 07:47:17 (1/5) Installing ca-certificates (20191127-r4) 07:47:17 (2/2) Installing dumb-init (1.2.2-r1) 07:47:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:47:17 Executing busybox-1.31.1-r19.trigger 07:47:17 (3/5) Installing libcurl (7.69.1-r3) 07:47:17 (4/5) Installing curl (7.69.1-r3) 07:47:17 (5/5) Installing dumb-init (1.2.2-r1) 07:47:17 Executing busybox-1.31.1-r19.trigger 07:47:17 Executing ca-certificates-20191127-r4.trigger 07:47:17 Executing ca-certificates-20191127-r4.trigger 07:47:17 OK: 6 MiB in 16 packages 07:47:17 OK: 7 MiB in 19 packages 07:47:19 Removing intermediate container c1204094ea30 07:47:19 ---> 17448fb8e594 07:47:19 07:47:19 Step 10/23 : FROM alpine:3.12 07:47:19 ---> 389fef711851 07:47:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:47:19 ---> Running in 5839b7a3ead6 07:47:20 Removing intermediate container 5839b7a3ead6 07:47:20 ---> 04ac87c2de8f 07:47:20 Step 12/23 : ENV APP_PORT=48080 07:47:20 Removing intermediate container 5778e9fd56d6 07:47:20 ---> 585eef5d37f1 07:47:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:47:20 ---> Running in e638e2e1c8c5 07:47:20 Removing intermediate container 1691cec903cf 07:47:20 ---> c3afa9efe829 07:47:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:47:20 ---> Running in 2c08c7cc73f1 07:47:21 ---> Running in 271a2e1db1e8 07:47:21 Removing intermediate container e638e2e1c8c5 07:47:21 ---> 26772ef941a7 07:47:21 Step 13/23 : EXPOSE $APP_PORT 07:47:21 Removing intermediate container 2c08c7cc73f1 07:47:21 ---> 1d65c46c19a3 07:47:21 Step 13/22 : ENV APP_PORT=48060 07:47:21 ---> Running in 79c2fdbdbb23 07:47:21 Removing intermediate container 271a2e1db1e8 07:47:21 ---> eeba1be669dd 07:47:21 Step 13/24 : WORKDIR / 07:47:21 ---> Running in e8bbbed31c7a 07:47:21 ---> Running in 18bd24a77b78 07:47:21 Removing intermediate container 79c2fdbdbb23 07:47:21 ---> 1c7ca9ddbd42 07:47:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:47:21 Removing intermediate container e8bbbed31c7a 07:47:21 ---> 806987696bb3 07:47:21 Step 14/22 : EXPOSE $APP_PORT 07:47:22 ---> Running in 92c67714173b 07:47:22 ---> Running in 6f454162223c 07:47:22 Removing intermediate container 18bd24a77b78 07:47:22 ---> 4b9ea648a376 07:47:22 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:47:22 Removing intermediate container 92c67714173b 07:47:22 ---> 5b8e59c40ef1 07:47:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:47:22 ---> c5288998df3f 07:47:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:47:23 ---> 6b9abd430f02 07:47:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:47:23 ---> df7145b844d7 07:47:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:47:23 ---> 5e22a59cecb9 07:47:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:47:23 Removing intermediate container 6f454162223c 07:47:23 ---> a397e659999f 07:47:23 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:47:23 ---> 5e7cd5ecc936 07:47:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:47:23 ---> Running in 9c93da709fbc 07:47:23 ---> ba59313b637f 07:47:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:47:24 ---> 61e854e6726c 07:47:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:47:24 ---> Running in 946923e082b9 07:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:47:24 Removing intermediate container 946923e082b9 07:47:24 ---> 92f65ea12014 07:47:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:47:24 ---> Running in 28511def9442 07:47:24 ---> 5079bc5961a5 07:47:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:47:24 Removing intermediate container 28511def9442 07:47:24 ---> a2b573a90a1d 07:47:24 Step 20/22 : LABEL arch=x86_64 07:47:24 ---> Running in 8e1a2bd3f927 07:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:47:24 ---> ab1f012ac7f1 07:47: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/ 07:47:25 ---> Running in 563aa147e430 07:47:25 Removing intermediate container 8e1a2bd3f927 07:47:25 ---> f828cda947a8 07:47:25 Step 21/22 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:47:25 ---> Running in 204ac46d9697 07:47:25 (1/6) Installing dumb-init (1.2.2-r1) 07:47:25 Removing intermediate container 204ac46d9697 07:47:25 ---> 9907fb15048b 07:47:25 Step 22/22 : LABEL version=0.0.0 07:47:25 (2/6) Installing libgcc (9.3.0-r2) 07:47:25 ---> Running in 9f24133f8295 07:47:25 (3/6) Installing libsodium (1.0.18-r0) 07:47:25 (4/6) Installing libstdc++ (9.3.0-r2) 07:47:25 Removing intermediate container 9f24133f8295 07:47:25 ---> ea89f9f52892 07:47:25 07:47:25 (5/6) Installing libzmq (4.3.3-r0) 07:47:25 (6/6) Installing zeromq (4.3.3-r0) 07:47:26 Executing busybox-1.31.1-r19.trigger 07:47:26 OK: 8 MiB in 20 packages 07:47:26 Successfully built ea89f9f52892 07:47:26 Successfully tagged docker-support-notifications-go:latest 07:47:26  Building docker-support-notifications-go ... done Removing intermediate container 563aa147e430 07:47:26 ---> 896f58825a7b 07:47:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:47:26 ---> Running in 49b4fe5fc6fb 07:47:26 Removing intermediate container 9c93da709fbc 07:47:26 ---> f555b10cd4e4 07:47:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:47:26 Removing intermediate container 49b4fe5fc6fb 07:47:26 ---> c8a8bff9b411 07:47:26 Step 22/24 : LABEL arch=x86_64 07:47:26 ---> Running in 767b581f1184 07:47:26 Removing intermediate container 767b581f1184 07:47:26 ---> 8c4e71d547f4 07:47:26 Step 23/24 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:47:26 ---> 744ab621afdb 07:47:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:47:26 ---> Running in 10b41d1af66d 07:47:27 Removing intermediate container 10b41d1af66d 07:47:27 ---> 804ad895ebfc 07:47:27 Step 24/24 : LABEL version=0.0.0 07:47:27 ---> Running in d0bd86e09211 07:47:27 ---> 6e5d83191310 07:47:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:47:27 Removing intermediate container d0bd86e09211 07:47:27 ---> c0850494f555 07:47:27 07:47:27 Successfully built c0850494f555 07:47:27 Successfully tagged docker-security-secretstore-setup-go:latest 07:47:27  Building docker-security-secretstore-setup-go ... done  ---> 33f34352e0b1 07:47:27 Step 19/23 : ENTRYPOINT ["/core-data"] 07:47:27 ---> Running in 7e5e5b288b32 07:47:28 Removing intermediate container 7e5e5b288b32 07:47:28 ---> f2acafc2f93b 07:47:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:47:28 ---> Running in e7c33403ad6d 07:47:28 Removing intermediate container e7c33403ad6d 07:47:28 ---> 0e5b806f23e9 07:47:28 Step 21/23 : LABEL arch=x86_64 07:47:28 ---> Running in c6fc9bcb4e26 07:47:28 Removing intermediate container c6fc9bcb4e26 07:47:28 ---> 1d81dcedc724 07:47:28 Step 22/23 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:47:28 ---> Running in 12facd524568 07:47:28 Removing intermediate container 12facd524568 07:47:28 ---> 3024102fa9a4 07:47:28 Step 23/23 : LABEL version=0.0.0 07:47:28 ---> Running in 31f51a433341 07:47:28 Removing intermediate container 31f51a433341 07:47:28 ---> afa4d2efef29 07:47:28 07:47:29 Successfully built afa4d2efef29 07:47:29 Successfully tagged docker-core-data-go:latest 07:47:29  Building docker-core-data-go ... done  [Pipeline] } 07:47:29 $ docker stop --time=1 e7b8806e4644ad298903f1687cf1df4f9794318390347ee3cac2e5355118a590 07:47:31 $ docker rm -f e7b8806e4644ad298903f1687cf1df4f9794318390347ee3cac2e5355118a590 [Pipeline] // withDockerContainer [Pipeline] sh 07:47:31 + docker images 07:47:31 + grep docker 07:47:31 docker-core-data-go latest afa4d2efef29 3 seconds ago 22.3MB 07:47:31 docker-security-secretstore-setup-go latest c0850494f555 4 seconds ago 24.6MB 07:47:31 docker-support-notifications-go latest ea89f9f52892 6 seconds ago 17.5MB 07:47:31 docker-sys-mgmt-agent-go latest 64da5df7e3b8 29 seconds ago 313MB 07:47:31 docker-core-command-go latest 1a18e814c7ad 33 seconds ago 16.9MB 07:47:31 docker-security-bootstrapper-go latest e159f6ec0304 About a minute ago 23.8MB 07:47:31 docker-core-metadata-go latest 5ad5074bc7e7 2 minutes ago 18.8MB 07:47:31 docker-security-proxy-setup-go latest a430485ddc5a 2 minutes ago 24.4MB 07:47:31 docker-support-scheduler-go latest b45ba031555c 2 minutes ago 17MB 07:47:31 docker 20.10.0 aefe523efa57 8 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 07:47:47 Still waiting to schedule task 07:47:47 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 07:48:31 gofmt -l . 07:48:31 [ "`gofmt -l .`" = "" ] 07:48:31 ./bin/test-go-mod-tidy.sh 07:48:31 ./bin/test-attribution-txt.sh [Pipeline] sh 07:48:33 + ls -al . 07:48:33 total 716 07:48:33 drwxrwxr-x 9 1001 1001 4096 Feb 5 07:48 . 07:48:33 drwxr-xr-x 4 root root 4096 Feb 5 07:44 .. 07:48:33 -rw-rw-r-- 1 1001 1001 11 Feb 5 07:42 .dockerignore 07:48:33 drwxrwxr-x 8 1001 1001 4096 Feb 5 07:42 .git 07:48:33 drwxrwxr-x 3 1001 1001 4096 Feb 5 07:42 .github 07:48:33 -rw-rw-r-- 1 1001 1001 872 Feb 5 07:42 .gitignore 07:48:33 -rw-rw-r-- 1 1001 1001 166 Feb 5 07:42 .sonarcloud.properties 07:48:33 -rw-rw-r-- 1 1001 1001 7859 Feb 5 07:42 Attribution.txt 07:48:33 -rw-rw-r-- 1 1001 1001 3804 Feb 5 07:42 CONTRIBUTING.md 07:48:33 -rw-rw-r-- 1 1001 1001 931 Feb 5 07:42 Dockerfile.build 07:48:33 -rw-rw-r-- 1 1001 1001 863 Feb 5 07:42 Jenkinsfile 07:48:33 -rw-rw-r-- 1 1001 1001 10775 Feb 5 07:42 LICENSE 07:48:33 -rw-rw-r-- 1 1001 1001 6001 Feb 5 07:42 Makefile 07:48:33 -rw-rw-r-- 1 1001 1001 6524 Feb 5 07:42 README.md 07:48:33 -rw-rw-r-- 1 1001 1001 6755 Feb 5 07:42 SECURITY.md 07:48:33 -rw-rw-r-- 1 1001 1001 5 Feb 5 07:39 VERSION 07:48:33 -rw-rw-r-- 1 1001 1001 4131 Feb 5 07:42 ZMQWindows.md 07:48:33 drwxrwxr-x 2 1001 1001 4096 Feb 5 07:42 bin 07:48:33 drwxrwxr-x 15 1001 1001 4096 Feb 5 07:42 cmd 07:48:33 -rw-r--r-- 1 root root 585363 Feb 5 07:47 coverage.out 07:48:33 -rw-r--r-- 1 root root 1054 Feb 5 07:48 go.mod 07:48:33 -rw-r--r-- 1 root root 19518 Feb 5 07:48 go.sum 07:48:33 drwxrwxr-x 8 1001 1001 4096 Feb 5 07:42 internal 07:48:33 drwxrwxr-x 4 1001 1001 4096 Feb 5 07:42 openapi 07:48:33 drwxrwxr-x 4 1001 1001 4096 Feb 5 07:42 snap 07:48:33 -rw-rw-r-- 1 1001 1001 168 Feb 5 07:42 version.go [Pipeline] sh 07:48:34 + '[' -e coverage.out ] 07:48:34 + chown 1001:1001 coverage.out [Pipeline] stash 07:48:34 Warning: overwriting stash ‘coverage-report’ 07:48:35 Stashed 1 file(s) [Pipeline] sh 07:48:36 + make build 07:48:36 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 07:48:43 Running on prd-ubuntu18.04-docker-8c-8g-25235 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 07:48:43 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 07:48:45 using credential edgex-jenkins-ssh 07:48:45 Cloning the remote Git repository 07:48:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:48:45 > git init /w/workspace/edgex-go/15 # timeout=10 07:48:46 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 07:48:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:48:45 > git --version # timeout=10 07:48:45 > git --version # 'git version 2.17.1' 07:48:45 using GIT_SSH to set credentials SSH Credentials for GitHub 07:48:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:48:53 Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit 935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:48:53 Merge succeeded, producing 935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:48:53 Checking out Revision 935bb1b5206e0b220cf69bafdb738a98e8fd784d (PR-3109) 07:48:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:48:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:48:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:48:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:48:52 using GIT_SSH to set credentials SSH Credentials for GitHub 07:48:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:48:53 > git config core.sparsecheckout # timeout=10 07:48:53 > git checkout -f 935bb1b5206e0b220cf69bafdb738a98e8fd784d # timeout=10 07:48:53 > git remote # timeout=10 07:48:53 > git config --get remote.origin.url # timeout=10 07:48:53 using GIT_SSH to set credentials SSH Credentials for GitHub 07:48:53 > git merge 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 07:48:53 > git rev-parse HEAD^{commit} # timeout=10 07:48:53 > git config core.sparsecheckout # timeout=10 07:48:53 > git checkout -f 935bb1b5206e0b220cf69bafdb738a98e8fd784d # timeout=10 07:48:56 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:48:57 + echo snap-build.sh 07:48:57 snap-build.sh 07:48:57 + SNAP_BASE_DIR=. 07:48:57 + '[' '!' -z /w/workspace/edgex-go/15 ']' 07:48:57 + SNAP_BASE_DIR=/w/workspace/edgex-go/15 07:48:57 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' 07:48:57 [snap-build] Building snap in dir [/w/workspace/edgex-go/15] 07:48:57 + cd /w/workspace/edgex-go/15 07:48:57 + sudo apt-get remove -qy --purge lxd lxd-client 07:48:57 Reading package lists... 07:48:57 Building dependency tree... 07:48:57 Reading state information... 07:48:58 The following packages were automatically installed and are no longer required: 07:48:58 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:48:58 uidmap xdelta3 07:48:58 Use 'sudo apt autoremove' to remove them. 07:48:58 The following packages will be REMOVED: 07:48:58 lxd* lxd-client* 07:48:58 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:48:58 After this operation, 31.7 MB disk space will be freed. 07:48:59 (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.) 07:48:59 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:49:00 Removing lxd dnsmasq configuration 07:49:00 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:49:00 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:49:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:49:01 (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.) 07:49:01 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 07:49:02 Processing triggers for systemd (237-3ubuntu10.42) ... 07:49:02 Processing triggers for ureadahead (0.100.0-21) ... 07:49:04 + sudo snap remove --purge lxd 07:49:04 snap "lxd" is not installed 07:49:04 + sudo groupadd --force --system lxd 07:49:04 ++ whoami 07:49:04 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:49:04 + newgrp - lxd 07:49:04 + sudo snap install lxd 07:49:13 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 07:49:14 2021-02-05T07:49:10Z INFO Waiting for automatic snapd restart... 07:49:19 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 07:49:23 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 07:49:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:49:26 lxd 4.10 from Canonical* installed 07:49:26 + sudo lxd init --auto 07:49:30 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 07:49:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:49:36 + sudo snap install --classic snapcraft 07:49:40 snapcraft 4.4.4 from Canonical* installed 07:49:40 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 07:49:40 + patch --verbose -p1 07:49:40 Hmm... Looks like a unified diff to me... 07:49:40 The text leading up to this was: 07:49:40 -------------------------- 07:49:40 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 07:49:40 |From: Tony Espy 07:49:40 |Date: Wed, 16 Dec 2020 16:34:55 -0500 07:49:40 |Subject: [PATCH] optimize snap build for pipeline CI check 07:49:40 | 07:49:40 |This patch is used by the EdgeX CI pipeline builds to 07:49:40 |optimize the snap CI check run for pull requests. When 07:49:40 |applied, it essentially strips out everything (apps and 07:49:40 |parts) from the snapcraft.yaml file except those required 07:49:40 |to build edgex-go, as the whole idea of the CI check is to 07:49:40 |catch changes to edgex-go that break the snap build. 07:49:40 | 07:49:40 |In general, anyone updating snapcraft.yaml will also need 07:49:40 |to update this patch file, otherwise it may fail to apply, 07:49:40 |resulting in a failed snap build CI check in the associated 07:49:40 |pull request. 07:49:40 | 07:49:40 |Note - in addition to applying this patch, the pipeline also 07:49:40 |only primes the snap (e.g. `snapcraft prime`), as there's no 07:49:40 |need to build the finally binary .snap file (and it won't 07:49:40 |work with the patch applied). This further reduces the build 07:49:40 |time. 07:49:40 |--- 07:49:40 | snap/snapcraft.yaml | 461 +------------------------------------------- 07:49:40 | 1 file changed, 2 insertions(+), 459 deletions(-) 07:49:40 | 07:49:40 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 07:49:40 |index 1e537489..faf42425 100644 07:49:40 |--- a/snap/snapcraft.yaml 07:49:40 |+++ b/snap/snapcraft.yaml 07:49:40 -------------------------- 07:49:40 patching file snap/snapcraft.yaml 07:49:40 Using Plan A... 07:49:40 Hunk #1 succeeded at 73. 07:49:40 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 07:49:40 Hunk #3 succeeded at 214 (offset -1 lines). 07:49:40 Hunk #4 succeeded at 222 (offset -1 lines). 07:49:40 Hunk #5 succeeded at 229 (offset -1 lines). 07:49:40 Hunk #6 succeeded at 256 (offset -1 lines). 07:49:40 Hunk #7 succeeded at 290 (offset -1 lines). 07:49:40 Hunk #8 succeeded at 342. 07:49:40 Hmm... Ignoring the trailing garbage. 07:49:40 done 07:49:40 + sudo snapcraft prime --use-lxd 07:49:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:49:41 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:49:41 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: 07:49:41 - README.md 07:49:41 - snapcraft.yaml.orig 07:49:41 07:49:41 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:49:42 Launching a container. 07:49:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:49:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:49:54 Waiting for container to be ready 07:49:54 To start your first instance, try: lxc launch ubuntu:18.04 07:49:54 07:49:56 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:49:56 Waiting for network to be ready... 07:49:56 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 07:49:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:49:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 07:49:57 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:49:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 07:49:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 07:49:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 07:49:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 07:49:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 07:49:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 07:49:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 07:49:57 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:49:57 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:49:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:49:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:49:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:49:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:49:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:49:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:49:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:49:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 07:49:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 07:49:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 07:49:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 07:49:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 07:49:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 07:49:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 07:49:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 07:50:00 Fetched 23.9 MB in 4s (5962 kB/s) 07:50:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:50:01 Reading package lists... 07:50:01 Reading package lists... 07:50:02 Building dependency tree... 07:50:02 Reading state information... 07:50:02 The following additional packages will be installed: 07:50:02 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:50:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:50:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:50:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:50:02 Suggested packages: 07:50:02 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:50:02 Recommended packages: 07:50:02 gnupg libsasl2-modules 07:50:02 The following NEW packages will be installed: 07:50:02 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:50:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:50:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:50:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:50:02 The following packages will be upgraded: 07:50:02 gpg gpg-agent gpgconf libudev1 07:50:02 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 07:50:02 Need to get 3533 kB of archives. 07:50:02 After this operation, 13.3 MB of additional disk space will be used. 07:50:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 07:50:02 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 07:50:03 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 07:50:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 07:50:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 07:50:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 07:50:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 07:50:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 07:50:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 07:50:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 07:50:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:50:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:50:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:50:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:50:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:50:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:50:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:50:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:50:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:50:03 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:50:03 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:50:03 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:50:03 debconf: delaying package configuration, since apt-utils is not installed 07:50:03 Fetched 3533 kB in 2s (2330 kB/s) 07:50:03 (Reading database ... 12511 files and directories currently installed.) 07:50:03 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 07:50:03 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:50:03 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 07:50:03 Selecting previously unselected package udev. 07:50:03 (Reading database ... 12511 files and directories currently installed.) 07:50:03 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 07:50:04 Unpacking udev (237-3ubuntu10.44) ... 07:50:04 Selecting previously unselected package libfuse2:amd64. 07:50:04 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:50:04 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:50:04 Selecting previously unselected package fuse. 07:50:04 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:50:04 Unpacking fuse (2.9.7-1ubuntu1) ... 07:50:04 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 07:50:04 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:50:04 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 07:50:04 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:50:04 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 07:50:04 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:50:04 Selecting previously unselected package libksba8:amd64. 07:50:04 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:50:04 Unpacking libksba8:amd64 (1.3.5-2) ... 07:50:04 Selecting previously unselected package libroken18-heimdal:amd64. 07:50:04 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:50:04 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:05 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:50:05 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:50:05 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:05 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:50:05 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:50:05 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:05 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:50:05 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:50:05 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:05 Selecting previously unselected package libwind0-heimdal:amd64. 07:50:05 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:50:05 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:05 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:50:05 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:50:05 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:05 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:50:05 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:50:05 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:05 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:50:05 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:50:05 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:05 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:50:05 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:50:05 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:05 Selecting previously unselected package libsasl2-modules-db:amd64. 07:50:05 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:50:05 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:50:05 Selecting previously unselected package libsasl2-2:amd64. 07:50:05 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:50:05 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:50:05 Selecting previously unselected package libldap-common. 07:50:05 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 07:50:05 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:50:06 Selecting previously unselected package libldap-2.4-2:amd64. 07:50:06 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 07:50:06 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:50:06 Selecting previously unselected package dirmngr. 07:50:06 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 07:50:06 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 07:50:06 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:50:06 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 07:50:06 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:50:06 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:50:06 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:50:06 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 07:50:06 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:06 Setting up libksba8:amd64 (1.3.5-2) ... 07:50:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:50:06 Setting up udev (237-3ubuntu10.44) ... 07:50:07 invoke-rc.d: policy-rc.d denied execution of start. 07:50:07 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:07 Processing triggers for systemd (237-3ubuntu10) ... 07:50:07 Setting up fuse (2.9.7-1ubuntu1) ... 07:50:07 Setting up gpg (2.2.4-1ubuntu1.3) ... 07:50:07 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:07 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:07 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] } 07:50:07 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:07 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:07 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:07 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:50:07 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:50:07 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 07:50:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:50:07 $ docker stop --time=1 a172b2109e2da68f1ef18f9440170889b28a887bcf4838d9080278f19dd580a6 07:50:08 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:50:08 settings in the [Install] section, and DefaultInstance for template units). 07:50:08 This means they are not meant to be enabled using systemctl. 07:50:08 Possible reasons for having this kind of units are: 07:50:08 1) A unit may be statically enabled by being symlinked from another unit's 07:50:08 .wants/ or .requires/ directory. 07:50:08 2) A unit's purpose may be to act as a helper for some other unit which has 07:50:08 a requirement dependency on it. 07:50:08 3) A unit may be started when needed via activation (socket, path, timer, 07:50:08 D-Bus, udev, scripted systemctl call, ...). 07:50:08 4) In case of template units, the unit is meant to be enabled with some 07:50:08 instance name specified. 07:50:08 Reading package lists... 07:50:08 Building dependency tree... 07:50:08 Reading state information... 07:50:08 The following additional packages will be installed: 07:50:08 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:50:08 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:50:08 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:50:08 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:50:08 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:50:08 Suggested packages: 07:50:08 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:50:08 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:50:08 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:50:08 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:50:08 systemd-container policykit-1 07:50:08 Recommended packages: 07:50:08 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:50:08 The following NEW packages will be installed: 07:50:08 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:50:08 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:50:08 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:50:08 multiarch-support openssh-client python3 python3-minimal python3.6 07:50:08 python3.6-minimal snapd squashfs-tools sudo 07:50:08 The following packages will be upgraded: 07:50:08 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:50:08 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 07:50:08 Need to get 35.2 MB of archives. 07:50:08 After this operation, 141 MB of additional disk space will be used. 07:50:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 07:50:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 07:50:08 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 07:50:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 07:50:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 07:50:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:50:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 07:50:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 07:50:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 07:50:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:50:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 07:50:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:50:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:50:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:50:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:50:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:50:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 07:50:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:50:09 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 07:50:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:50:09 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:50:09 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:50:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:50:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:50:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:50:09 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:50:09 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:50:09 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:50:09 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 07:50:09 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 07:50:10 $ docker rm -f a172b2109e2da68f1ef18f9440170889b28a887bcf4838d9080278f19dd580a6 07:50:11 debconf: delaying package configuration, since apt-utils is not installed 07:50:11 Fetched 35.2 MB in 2s (15.4 MB/s) 07:50:11 (Reading database ... 12757 files and directories currently installed.) 07:50:11 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 07:50:11 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 07:50:11 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 07:50:11 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:50:11 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:11 (Reading database ... 12757 files and directories currently installed.) 07:50:11 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 07:50:11 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 07:50:12 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 07:50:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:50:12 (Reading database ... 12757 files and directories currently installed.) 07:50:12 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 07:50:12 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 07:50:12 07:50:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:50:12 Setting up apt (1.6.12ubuntu0.2) ... 07:50:12 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:50:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:50:13 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:50:13 latest: Pulling from edgex-devops/edgex-compose-arm64 07:50:13 29e5d40040c1: Pulling fs layer 07:50:13 1ce36da41761: Pulling fs layer 07:50:13 25b303627fd3: Pulling fs layer 07:50:13 29e5d40040c1: Verifying Checksum 07:50:13 29e5d40040c1: Download complete 07:50:13 (Reading database ... 12764 files and directories currently installed.) 07:50:13 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:50:13 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:50:13 Selecting previously unselected package libpython3.6-minimal:amd64. 07:50:13 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:50:13 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:50:13 Selecting previously unselected package libexpat1:amd64. 07:50:13 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:50:13 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:50:13 1ce36da41761: Verifying Checksum 07:50:13 1ce36da41761: Download complete 07:50:13 Selecting previously unselected package python3.6-minimal. 07:50:13 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:50:13 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:50:14 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 07:50:14 Checking for services that may need to be restarted...done. 07:50:14 Checking for services that may need to be restarted...done. 07:50:14 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:50:14 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:50:14 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:50:14 29e5d40040c1: Pull complete 07:50:14 Selecting previously unselected package python3-minimal. 07:50:14 (Reading database ... 13012 files and directories currently installed.) 07:50:14 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:50:14 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:50:14 Selecting previously unselected package mime-support. 07:50:14 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:50:14 Unpacking mime-support (3.60ubuntu1) ... 07:50:14 Selecting previously unselected package libmpdec2:amd64. 07:50:14 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:50:14 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:50:14 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:50:14 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:50:14 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:50:15 Selecting previously unselected package python3.6. 07:50:15 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:50:15 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:50:15 Selecting previously unselected package libpython3-stdlib:amd64. 07:50:15 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:50:15 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:50:15 Setting up python3-minimal (3.6.7-1~18.04) ... 07:50:15 25b303627fd3: Verifying Checksum 07:50:15 25b303627fd3: Download complete 07:50:15 1ce36da41761: Pull complete 07:50:15 Selecting previously unselected package python3. 07:50:15 (Reading database ... 13442 files and directories currently installed.) 07:50:15 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:50:15 Unpacking python3 (3.6.7-1~18.04) ... 07:50:15 Selecting previously unselected package multiarch-support. 07:50:15 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:50:15 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:50:15 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:50:15 Selecting previously unselected package liblzo2-2:amd64. 07:50:15 (Reading database ... 13479 files and directories currently installed.) 07:50:15 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:50:15 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:50:15 Selecting previously unselected package libbsd0:amd64. 07:50:15 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:50:15 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:50:16 Selecting previously unselected package sudo. 07:50:16 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 07:50:16 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 07:50:16 Selecting previously unselected package apparmor. 07:50:16 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:50:16 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:50:16 Selecting previously unselected package libedit2:amd64. 07:50:16 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:50:16 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:50:16 Selecting previously unselected package libkrb5support0:amd64. 07:50:16 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:50:16 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:50:16 Selecting previously unselected package libk5crypto3:amd64. 07:50:16 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:50:16 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:50:16 Selecting previously unselected package libkeyutils1:amd64. 07:50:16 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:50:16 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:50:16 Selecting previously unselected package libkrb5-3:amd64. 07:50:16 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:50:16 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:50:17 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:50:17 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:50:17 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:50:17 Selecting previously unselected package libssl1.0.0:amd64. 07:50:17 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 07:50:17 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:50:17 Selecting previously unselected package openssh-client. 07:50:17 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:50:17 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:50:17 Selecting previously unselected package squashfs-tools. 07:50:17 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 07:50:17 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:50:17 Selecting previously unselected package snapd. 07:50:17 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 07:50:17 Unpacking snapd (2.48+18.04) ... 07:50:19 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:50:19 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:50:19 Setting up mime-support (3.60ubuntu1) ... 07:50:19 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 07:50:19 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:50:19 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:50:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:50:19 Setting up systemd (237-3ubuntu10.44) ... 07:50:19 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:50:20 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:50:20 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:50:20 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:50:20 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:50:20 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:50:20 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:50:21 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:50:21 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:50:21 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:50:21 Setting up python3 (3.6.7-1~18.04) ... 07:50:21 running python rtupdate hooks for python3.6... 07:50:21 running python post-rtupdate hooks for python3.6... 07:50:21 Setting up apparmor (2.12-4ubuntu5.1) ... 07:50:22 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:50:22 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:50:22 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:50:22 Setting up snapd (2.48+18.04) ... 07:50:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:50:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:50:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:50:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:50:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:50:23 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:50:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:50:24 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:50:24 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:50:24 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:50:24 /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' 07:50:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:50:24 Processing triggers for systemd (237-3ubuntu10.44) ... 07:50:25 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 07:50:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:50:25 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:50:25 25b303627fd3: Pull complete 07:50:25 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:50:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:50:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:50:25 prd-ubuntu18.04-docker-arm64-4c-16g-25231 does not seem to be running inside a container 07:50:25 Fetched 88.7 kB in 1s (146 kB/s) 07:50:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 07:50:26 Reading package lists... 07:50:27 Reading package lists... 07:50:27 Building dependency tree... 07:50:27 Reading state information... 07:50:27 Calculating upgrade... 07:50:27 The following packages will be upgraded: 07:50:27 advancecomp base-files bash binutils binutils-common 07:50:27 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:50:27 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:50:27 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 07:50:27 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 07:50:27 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 07:50:27 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 07:50:27 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 07:50:27 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 07:50:27 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 07:50:27 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 07:50:27 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 07:50:27 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 07:50:27 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 07:50:27 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 07:50:27 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:50:27 Need to get 63.8 MB of archives. 07:50:27 After this operation, 5188 kB of additional disk space will be used. 07:50:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 07:50:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:50:27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:50:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:50:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:50:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:50:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:50:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:50:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:50:27 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:50:27 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:50:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:50:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:50:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:50:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 07:50:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:50:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:50:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:50:27 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:50:27 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:50:27 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:50:27 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:50:27 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:50:27 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:50:27 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:50:27 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:50:27 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:50:27 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:50:27 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:50:27 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:50:27 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:50:27 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:50:27 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:50:27 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:50:27 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:50:27 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 07:50:27 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 07:50:27 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:50:27 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 07:50:27 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 07:50:27 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 07:50:27 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 07:50:27 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:50:27 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:50:27 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:50:27 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 07:50:27 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:50:27 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:50:27 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 07:50:27 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 07:50:27 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 07:50:27 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 07:50:27 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:50:27 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:50:27 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:50:27 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:50:28 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:50:28 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:50:28 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:50:28 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:50:28 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:50:28 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:50:28 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:50:28 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:50:28 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:50:28 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:50:28 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:50:28 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:50:28 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:50:28 $ docker top 58035cfa72d80898e711533b6b4fda4967d79fcec0e17e1c1894473a62a7846e -eo pid,comm 07:50:28 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:50:28 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:50:28 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:50:28 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:50:28 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:50:28 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:50:28 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:50:28 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:50:28 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:50:28 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:50:28 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 07:50:28 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 07:50:28 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 07:50:28 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 07:50:28 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 07:50:28 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 07:50:28 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [Pipeline] { [Pipeline] sh 07:50:29 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:50:29 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:50:29 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:50:29 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 07:50:29 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:50:29 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:50:29 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:50:29 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:50:29 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:50:29 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:50:29 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:50:29 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:50:29 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:50:29 debconf: delaying package configuration, since apt-utils is not installed 07:50:29 Fetched 63.8 MB in 2s (31.8 MB/s) 07:50:29 (Reading database ... 13912 files and directories currently installed.) 07:50:29 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:50:29 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:50:29 + docker-compose build --help 07:50:29 + grep parallel 07:50:30 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:50:30 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:50:30 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 07:50:30 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 07:50:31 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:50:31 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:50:31 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:50:31 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:50:31 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:50:31 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:50:31 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:50:31 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:50:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:50:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:50:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:50:32 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:50:32 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:50:32 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:50:32 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:50:32 (Reading database ... 13911 files and directories currently installed.) 07:50:32 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:50:32 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:50:32 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:50:32 (Reading database ... 13911 files and directories currently installed.) 07:50:32 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:50:32 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:50:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:50:33 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:50:33 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:50:33 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:50:33 --parallel Build images in parallel. [Pipeline] } 07:50:33 $ docker stop --time=1 58035cfa72d80898e711533b6b4fda4967d79fcec0e17e1c1894473a62a7846e 07:50:33 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:50:33 (Reading database ... 13911 files and directories currently installed.) 07:50:33 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:50:33 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:50:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:50:34 (Reading database ... 13911 files and directories currently installed.) 07:50:34 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:50:34 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:50:34 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:50:34 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:50:34 Setting up base-files (10.1ubuntu2.10) ... 07:50:34 Installing new version of config file /etc/issue ... 07:50:34 Installing new version of config file /etc/issue.net ... 07:50:34 Installing new version of config file /etc/lsb-release ... 07:50:34 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:50:35 $ docker rm -f 58035cfa72d80898e711533b6b4fda4967d79fcec0e17e1c1894473a62a7846e 07:50:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:50:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:50:35 Removing obsolete conffile /etc/default/motd-news ... 07:50:35 (Reading database ... 13912 files and directories currently installed.) 07:50:35 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [Pipeline] // withDockerContainer 07:50:35 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:50:35 Setting up bash (4.4.18-2ubuntu1.2) ... 07:50:35 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 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:35 (Reading database ... 13912 files and directories currently installed.) 07:50:35 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:50:35 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:50:35 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:50:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:50:35 . [Pipeline] withDockerContainer 07:50:35 (Reading database ... 13912 files and directories currently installed.) 07:50:35 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 07:50:35 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 07:50:35 Setting up tar (1.29b-2ubuntu0.2) ... 07:50:36 prd-ubuntu18.04-docker-arm64-4c-16g-25231 does not seem to be running inside a container 07:50:36 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:50:36 (Reading database ... 13912 files and directories currently installed.) 07:50:36 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:50:36 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:50:36 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:50:36 (Reading database ... 13912 files and directories currently installed.) 07:50:36 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:50:36 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:50:36 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:50:36 (Reading database ... 13912 files and directories currently installed.) 07:50:36 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:50:36 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:50:36 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:50:36 (Reading database ... 13912 files and directories currently installed.) 07:50:36 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:50:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:50:37 Setting up grep (3.1-2build1) ... 07:50:37 (Reading database ... 13912 files and directories currently installed.) 07:50:37 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:50:37 $ docker top 5167812a416cb79e155c04bf463efa1e71795b4c356826e7f9a2fec71a4afeaa -eo pid,comm 07:50:37 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:50:37 Setting up login (1:4.5-1ubuntu2) ... 07:50:37 (Reading database ... 13912 files and directories currently installed.) 07:50:37 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:50:37 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:50:37 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [Pipeline] { [Pipeline] sh 07:50:38 (Reading database ... 13912 files and directories currently installed.) 07:50:38 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:50:38 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:50:38 + docker-compose -f ./docker-compose-build.yml build --parallel 07:50:38 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:50:38 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:50:38 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:50:38 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:50:39 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:50:39 (Reading database ... 13912 files and directories currently installed.) 07:50:39 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:50:39 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:50:40 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:50:40 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:50:40 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:50:40 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:50:40 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:50:40 (Reading database ... 13912 files and directories currently installed.) 07:50:40 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:50:40 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:50:41 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:50:41 (Reading database ... 13912 files and directories currently installed.) 07:50:41 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:50:41 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:50:41 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:50:41 (Reading database ... 13912 files and directories currently installed.) 07:50:41 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:50:41 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:50:41 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:50:41 (Reading database ... 13912 files and directories currently installed.) 07:50:41 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:50:41 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:50:41 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:50:41 (Reading database ... 13912 files and directories currently installed.) 07:50:41 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:50:41 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:50:41 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:50:42 (Reading database ... 13912 files and directories currently installed.) 07:50:42 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:50:42 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:50:42 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:50:42 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:50:42 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:50:42 (Reading database ... 13912 files and directories currently installed.) 07:50:42 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:50:42 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:50:42 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:50:42 Building docker-core-command-go ... 07:50:42 Building docker-core-data-go ... 07:50:42 Building docker-core-metadata-go ... 07:50:42 Building docker-security-bootstrapper-go ... 07:50:42 Building docker-security-proxy-setup-go ... 07:50:42 Building docker-security-secretstore-setup-go ... 07:50:42 Building docker-support-notifications-go ... 07:50:42 Building docker-support-scheduler-go ... 07:50:42 Building docker-sys-mgmt-agent-go ... 07:50:42 Building docker-support-notifications-go 07:50:42 Building docker-core-command-go 07:50:42 Building docker-security-secretstore-setup-go 07:50:42 Building docker-security-bootstrapper-go 07:50:42 Building docker-core-data-go 07:50:42 (Reading database ... 13912 files and directories currently installed.) 07:50:42 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:50:42 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:50:42 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:50:42 (Reading database ... 13912 files and directories currently installed.) 07:50:42 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:50:42 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:50:42 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:50:42 (Reading database ... 13912 files and directories currently installed.) 07:50:42 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:50:43 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:50:43 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:50:43 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:50:43 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:50:44 (Reading database ... 13912 files and directories currently installed.) 07:50:44 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:50:44 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:50:44 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:50:44 (Reading database ... 13912 files and directories currently installed.) 07:50:44 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:50:44 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:50:44 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:50:44 (Reading database ... 13914 files and directories currently installed.) 07:50:44 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:50:44 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:50:45 Setting up debconf (1.5.66ubuntu1) ... 07:50:45 (Reading database ... 13914 files and directories currently installed.) 07:50:45 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 07:50:45 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:50:45 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 07:50:45 (Reading database ... 13914 files and directories currently installed.) 07:50:45 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 07:50:45 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:50:45 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 07:50:45 (Reading database ... 13914 files and directories currently installed.) 07:50:45 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:50:45 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:50:45 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:50:46 (Reading database ... 13914 files and directories currently installed.) 07:50:46 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:50:46 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:50:46 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 07:50:46 (Reading database ... 13914 files and directories currently installed.) 07:50:46 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:50:46 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:50:46 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:50:46 (Reading database ... 13914 files and directories currently installed.) 07:50:46 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:50:46 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:50:46 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 07:50:46 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:50:46 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:50:47 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:50:47 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:50:47 (Reading database ... 13914 files and directories currently installed.) 07:50:47 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:50:47 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:50:47 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:50:47 (Reading database ... 13914 files and directories currently installed.) 07:50:47 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 07:50:47 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:50:47 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 07:50:47 (Reading database ... 13914 files and directories currently installed.) 07:50:47 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:50:47 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:50:47 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:50:48 (Reading database ... 13914 files and directories currently installed.) 07:50:48 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 07:50:48 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 07:50:48 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 07:50:48 (Reading database ... 13914 files and directories currently installed.) 07:50:48 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:50:48 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:50:48 Setting up passwd (1:4.5-1ubuntu2) ... 07:50:48 (Reading database ... 13914 files and directories currently installed.) 07:50:48 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 07:50:48 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:50:48 Setting up gpgv (2.2.4-1ubuntu1.3) ... 07:50:48 (Reading database ... 13914 files and directories currently installed.) 07:50:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:50:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:50:49 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:50:49 (Reading database ... 13914 files and directories currently installed.) 07:50:49 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:50:49 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:50:49 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:50:49 (Reading database ... 13914 files and directories currently installed.) 07:50:49 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 07:50:49 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 07:50:49 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 07:50:49 (Reading database ... 13914 files and directories currently installed.) 07:50:49 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:50:49 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:50:50 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:50:50 (Reading database ... 13914 files and directories currently installed.) 07:50:50 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 07:50:50 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 07:50:50 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 07:50:50 (Reading database ... 13914 files and directories currently installed.) 07:50:50 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 07:50:50 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 07:50:50 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 07:50:50 (Reading database ... 13915 files and directories currently installed.) 07:50:50 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:50:50 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:50:50 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:50:50 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:50:50 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:50:50 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:50:51 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 07:50:51 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 07:50:51 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:50:51 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:50:51 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:50:51 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:50:51 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:50:51 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:50:51 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:50:51 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:50:51 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:50:51 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:50:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:50:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:50:52 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:50:52 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 07:50:52 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 07:50:52 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 07:50:53 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:50:53 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:50:53 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:50:53 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:50:53 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:50:53 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:50:53 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:50:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:50:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:50:53 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:50:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:50:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:50:54 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:50:54 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:50:54 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:50:54 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:50:54 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:50:54 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:50:54 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:50:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:50:55 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:50:55 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:50:56 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:50:56 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:50:57 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:50:57 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:50:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:50:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:50:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:50:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:50:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:50:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:50:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:50:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:50:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:50:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:50:58 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:50:58 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:50:58 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:50:58 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:50:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:50:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:50:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:50:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:50:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:50:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:50:59 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:50:59 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:50:59 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:50:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:50:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:50:59 Setting up tzdata (2021a-0ubuntu0.18.04) ... 07:50:59 07:50:59 Current default time zone: 'Etc/UTC' 07:50:59 Local time is now: Fri Feb 5 07:50:59 UTC 2021. 07:50:59 Universal Time is now: Fri Feb 5 07:50:59 UTC 2021. 07:50:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:50:59 07:50:59 Setting up systemd-sysv (237-3ubuntu10.44) ... 07:50:59 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:50:59 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 07:50:59 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:50:59 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:50:59 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:50:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:50:59 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:50:59 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:51:00 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:51:00 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:51:00 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:51:00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:51:00 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 07:51:00 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:51:00 Setting up patch (2.7.6-2ubuntu1.1) ... 07:51:00 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:51:00 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:51:00 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 07:51:00 Installing new version of config file /etc/ssl/openssl.cnf ... 07:51:00 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:51:00 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 07:51:00 Setting up ca-certificates (20210119~18.04.1) ... 07:51:02 Updating certificates in /etc/ssl/certs... 07:51:03 23 added, 27 removed; done. 07:51:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 07:51:03 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:51:03 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:51:03 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:51:03 Setting up pkgbinarymangler (138.18.04.1) ... 07:51:03 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:51:03 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 07:51:03 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:51:03 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:51:03 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:51:03 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:51:03 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:51:03 Setting up perl (5.26.1-6ubuntu0.5) ... 07:51:03 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 07:51:03 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:51:03 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:51:03 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 07:51:03 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:51:03 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:51:03 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:51:03 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:51:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:51:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:51:04 Processing triggers for systemd (237-3ubuntu10.44) ... 07:51:04 Processing triggers for mime-support (3.60ubuntu1) ... 07:51:04 Processing triggers for ca-certificates (20210119~18.04.1) ... 07:51:04 Updating certificates in /etc/ssl/certs... 07:51:04 0 added, 0 removed; done. 07:51:04 Running hooks in /etc/ca-certificates/update.d... 07:51:04 done. 07:51:05 Reading package lists... 07:51:05 Building dependency tree... 07:51:05 Reading state information... 07:51:05 The following NEW packages will be installed: 07:51:05 apt-transport-https 07:51:05 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:51:05 Need to get 1696 B of archives. 07:51:05 After this operation, 153 kB of additional disk space will be used. 07:51:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 07:51:05 debconf: delaying package configuration, since apt-utils is not installed 07:51:05 Fetched 1696 B in 0s (30.4 kB/s) 07:51:05 Selecting previously unselected package apt-transport-https. 07:51:05 (Reading database ... 13920 files and directories currently installed.) 07:51:05 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 07:51:05 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 07:51:05 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 07:51:06 Waiting for network to be ready... 07:51:12 2021-02-05T07:51:09Z INFO Waiting for automatic snapd restart... 07:51:12 snapd 2.48.2 from Canonical* installed 07:51:12 "snapd" switched to the "latest/stable" channel 07:51:12 07:51:15 core18 20201210 from Canonical* installed 07:51:15 "core18" switched to the "latest/stable" channel 07:51:15 07:51:18 snapcraft 4.4.4 from Canonical* installed 07:51:18 "snapcraft" switched to the "latest/stable" channel 07:51:18 07:51:22 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: 07:51:22 - README.md 07:51:22 - snapcraft.yaml.orig 07:51:22 07:51:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:51:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:51:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:51:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:51:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:51:29 Reading package lists... 07:51:30 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 07:51:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:51:36 Reading package lists... 07:51:36 Building dependency tree... 07:51:36 Reading state information... 07:51:36 Suggested packages: 07:51:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:51:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:51:36 Recommended packages: 07:51:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:51:36 The following NEW packages will be installed: 07:51:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:51:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:51:36 pkg-config zip 07:51:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:51:36 Need to get 7655 kB of archives. 07:51:36 After this operation, 43.7 MB of additional disk space will be used. 07:51:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 07:51:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 07:51:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:51:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 07:51:36 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:51:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:51:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:51:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:51:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:51:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:51:36 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:51:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:51:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:51:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:51:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:51:37 debconf: delaying package configuration, since apt-utils is not installed 07:51:37 Fetched 7655 kB in 1s (10.7 MB/s) 07:51:37 Selecting previously unselected package libglib2.0-0:amd64. 07:51:37 (Reading database ... 13924 files and directories currently installed.) 07:51:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 07:51:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:51:37 Selecting previously unselected package libpsl5:amd64. 07:51:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:51:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:51:37 Selecting previously unselected package libnghttp2-14:amd64. 07:51:37 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:51:37 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:51:37 Selecting previously unselected package librtmp1:amd64. 07:51:37 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:51:37 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:51:37 Selecting previously unselected package libcurl3-gnutls:amd64. 07:51:37 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 07:51:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:51:38 Selecting previously unselected package liberror-perl. 07:51:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:51:38 Unpacking liberror-perl (0.17025-1) ... 07:51:38 Selecting previously unselected package git-man. 07:51:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:51:38 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:51:38 Selecting previously unselected package git. 07:51:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 07:51:38 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:51:39 Selecting previously unselected package libnorm1:amd64. 07:51:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:51:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:51:39 Selecting previously unselected package libpgm-5.2-0:amd64. 07:51:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:51:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:51:39 Selecting previously unselected package libsodium23:amd64. 07:51:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:51:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:51:39 Selecting previously unselected package libzmq5:amd64. 07:51:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:51:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:51:39 Selecting previously unselected package libzmq3-dev:amd64. 07:51:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:51:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:51:39 Selecting previously unselected package pkg-config. 07:51:39 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:51:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:51:39 Selecting previously unselected package zip. 07:51:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:51:39 Unpacking zip (3.0-11build1) ... 07:51:39 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:51:40 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:51:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:51:40 Setting up liberror-perl (0.17025-1) ... 07:51:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:51:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:51:40 No schema files found: doing nothing. 07:51:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:51:40 Setting up zip (3.0-11build1) ... 07:51:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:51:40 Setting up libsodium23:amd64 (1.0.16-2) ... 07:51:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:51:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:51:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:51:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:51:40 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:51:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:51:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:51:47 git set to automatically installed. 07:51:47 git-man set to automatically installed. 07:51:47 libcurl3-gnutls set to automatically installed. 07:51:47 liberror-perl set to automatically installed. 07:51:47 libglib2.0-0 set to automatically installed. 07:51:47 libnghttp2-14 set to automatically installed. 07:51:47 libnorm1 set to automatically installed. 07:51:47 libpgm-5.2-0 set to automatically installed. 07:51:47 libpsl5 set to automatically installed. 07:51:47 librtmp1 set to automatically installed. 07:51:47 libsodium23 set to automatically installed. 07:51:47 libzmq3-dev set to automatically installed. 07:51:47 libzmq5 set to automatically installed. 07:51:47 pkg-config set to automatically installed. 07:51:47 zip set to automatically installed. 07:51:48 snapd is not logged in, snap install commands will use sudo 07:51:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:51:55 snap "core18" has no updates available 07:51:56 Pulling config-common 07:51:57 Pulling go-build-helper 07:52:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:52:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:52:04 ---> 84cd314e848e 07:52:04 Step 3/22 : WORKDIR /edgex-go 07:52:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:52:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:52:04 ---> 84cd314e848e 07:52:04 Step 3/23 : WORKDIR /edgex-go 07:52:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:52:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:52:04 ---> 84cd314e848e 07:52:04 Step 3/24 : WORKDIR /edgex-go 07:52:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:52:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:52:04 ---> 84cd314e848e 07:52:04 Step 3/23 : WORKDIR /edgex-go 07:52:04 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:52:04 Step 2/31 : FROM ${BUILDER_BASE} AS builder 07:52:04 ---> 84cd314e848e 07:52:04 Step 3/31 : WORKDIR /edgex-go 07:52:04 ---> Running in b61411e163d9 07:52:04 ---> Running in 79b1ceabd016 07:52:04 ---> Running in 1af734451bd9 07:52:04 ---> Running in db5618803d24 07:52:04 ---> Running in f150dd8d08e9 07:52:04 Removing intermediate container b61411e163d9 07:52:04 ---> 61937b7eff4d 07:52:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:52:04 Removing intermediate container 1af734451bd9 07:52:04 ---> 7de234534854 07:52:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:52:04 Removing intermediate container db5618803d24 07:52:04 ---> 8ecbe0300515 07:52:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:52:04 Removing intermediate container 79b1ceabd016 07:52:04 ---> 446e954eeb39 07:52:04 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:52:04 Removing intermediate container f150dd8d08e9 07:52:04 ---> 30c3edb96a41 07:52:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:52:04 ---> Running in dc3773fb248b 07:52:04 ---> Running in a768331022d2 07:52:04 ---> Running in 29b26e6ad0dc 07:52:04 ---> Running in 2705ad05bc02 07:52:04 ---> Running in 96138779595d 07:52:04 Removing intermediate container dc3773fb248b 07:52:04 ---> fba57c8e00ab 07:52:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:52:04 Removing intermediate container 29b26e6ad0dc 07:52:04 ---> cfb7d04c82e8 07:52:04 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:52:04 ---> Running in 6afb22683920 07:52:04 Removing intermediate container a768331022d2 07:52:04 ---> d32f4afd7525 07:52:04 Step 5/23 : RUN apk add --update --no-cache make git 07:52:04 ---> Running in 37a557c5170e 07:52:04 ---> Running in 94fcfecef64d 07:52:04 Removing intermediate container 2705ad05bc02 07:52:04 ---> 76f1651cb3d3 07:52:04 Step 5/31 : RUN apk add --update --no-cache make git 07:52:04 Removing intermediate container 96138779595d 07:52:04 ---> 8b0da47d1ca1 07:52:04 Step 5/24 : RUN apk add --update --no-cache make git 07:52:04 ---> Running in 83bf6a8e1b1e 07:52:04 ---> Running in 80f9c137efca 07:52:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:52:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:52:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:52:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:52:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:52:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:52:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:52:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:52:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:52:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:52:07 OK: 217 MiB in 51 packages 07:52:07 OK: 217 MiB in 51 packages 07:52:07 OK: 217 MiB in 51 packages 07:52:07 OK: 217 MiB in 51 packages 07:52:08 OK: 217 MiB in 51 packages 07:52:09 Removing intermediate container 6afb22683920 07:52:09 ---> fe4576a52d1c 07:52:09 Step 6/22 : COPY go.mod . 07:52:09 Removing intermediate container 94fcfecef64d 07:52:09 ---> 6bb475dcc1ce 07:52:09 Step 6/23 : COPY go.mod . 07:52:09 Removing intermediate container 37a557c5170e 07:52:09 ---> 18c6dc7b1f66 07:52:09 Step 6/23 : COPY go.mod . 07:52:10 Removing intermediate container 80f9c137efca 07:52:10 ---> 74804586e6fa 07:52:10 Step 6/24 : COPY go.mod . 07:52:10 Removing intermediate container 83bf6a8e1b1e 07:52:10 ---> 3ad26df9c8e3 07:52:10 Step 6/31 : COPY go.mod . 07:52:10 ---> 2a2f3834862f 07:52:10 Step 7/22 : RUN go mod download 07:52:10 ---> 729cd81839e5 07:52:10 Step 7/23 : RUN go mod download 07:52:10 ---> Running in be645f6bef99 07:52:10 ---> Running in 5f44bb29f3fb 07:52:10 ---> f5058a619bae 07:52:10 Step 7/23 : RUN go mod download 07:52:10 ---> 281e0fb4ef7f 07:52:10 Step 7/24 : RUN go mod download 07:52:10 ---> Running in 1d2d44a35ba6 07:52:11 ---> 711ec9e24de2 07:52:11 Step 7/31 : RUN go mod download 07:52:11 ---> Running in 9d59d7464c26 07:52:11 ---> Running in 55885bd3613c 07:52:14 Removing intermediate container be645f6bef99 07:52:14 ---> 98afdb73f5b8 07:52:14 Step 8/22 : COPY . . 07:52:14 Removing intermediate container 5f44bb29f3fb 07:52:14 ---> e6a47ce64368 07:52:14 Step 8/23 : COPY . . 07:52:16 Removing intermediate container 1d2d44a35ba6 07:52:16 ---> 1a71110c079f 07:52:16 Step 8/23 : COPY . . 07:52:16 Removing intermediate container 55885bd3613c 07:52:16 ---> 94e4284e6f4a 07:52:16 Step 8/31 : COPY . . 07:52:16 Removing intermediate container 9d59d7464c26 07:52:16 ---> 6f2268b0c58f 07:52:16 Step 8/24 : COPY . . 07:52:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:52:20 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:52:20 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:52:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 07:52:20 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:52:20 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:52:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 07:52:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 07:52:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 07:52:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 07:52:20 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:52:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 07:52:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:52:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 07:52:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:52:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:52:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:52:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 07:52:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:52:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 07:52:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 07:52:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 07:52:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 07:52:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 07:52:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 07:52:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 07:52:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 07:52:20 Fetched 23.9 MB in 0s (0 B/s) 07:52:20 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:52:20 Fetched 96.5 kB in 0s (0 B/s) 07:52:20 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:52:20 Fetched 279 kB in 0s (0 B/s) 07:52:20 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:52:20 Fetched 122 kB in 0s (0 B/s) 07:52:20 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:52:20 Fetched 77.8 kB in 0s (0 B/s) 07:52:20 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:52:20 Fetched 8848 B in 0s (0 B/s) 07:52:20 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:52:20 Fetched 47.8 kB in 0s (0 B/s) 07:52:20 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:52:20 Fetched 45.6 kB in 0s (0 B/s) 07:52:20 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 07:52:20 Fetched 15.0 kB in 0s (0 B/s) 07:52:20 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 07:52:20 Fetched 214 kB in 0s (0 B/s) 07:52:20 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 07:52:20 Fetched 155 kB in 0s (0 B/s) 07:52:20 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:52:20 Fetched 50.6 kB in 0s (0 B/s) 07:52:20 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:52:20 Fetched 14.8 kB in 0s (0 B/s) 07:52:20 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:52:20 Fetched 41.8 kB in 0s (0 B/s) 07:52:20 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:52:20 Fetched 499 kB in 0s (0 B/s) 07:52:20 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:52:20 Fetched 111 kB in 0s (0 B/s) 07:52:20 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:52:20 Fetched 240 kB in 0s (0 B/s) 07:52:20 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:52:20 Fetched 29.3 kB in 0s (0 B/s) 07:52:20 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:52:20 Fetched 85.5 kB in 0s (0 B/s) 07:52:20 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:52:20 Fetched 24.5 kB in 0s (0 B/s) 07:52:20 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 07:52:20 Fetched 49.2 kB in 0s (0 B/s) 07:52:20 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:52:20 Fetched 54.2 kB in 0s (0 B/s) 07:52:20 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:52:20 Fetched 30.8 kB in 0s (0 B/s) 07:52:20 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 07:52:20 Fetched 17.0 kB in 0s (0 B/s) 07:52:20 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:52:20 Fetched 85.9 kB in 0s (0 B/s) 07:52:20 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:52:20 Fetched 8720 B in 0s (0 B/s) 07:52:20 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 07:52:20 Fetched 137 kB in 0s (0 B/s) 07:52:20 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:52:20 Fetched 119 kB in 0s (0 B/s) 07:52:20 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 07:52:20 Fetched 109 kB in 0s (0 B/s) 07:52:20 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:52:20 Fetched 11.1 kB in 0s (0 B/s) 07:52:20 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:52:20 Fetched 645 kB in 0s (0 B/s) 07:52:20 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:52:20 Fetched 41.3 kB in 0s (0 B/s) 07:52:20 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:52:20 Fetched 17.9 kB in 0s (0 B/s) 07:52:20 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:52:20 Fetched 368 kB in 0s (0 B/s) 07:52:20 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 07:52:20 Fetched 187 kB in 0s (0 B/s) 07:52:20 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:52:20 Fetched 175 kB in 0s (0 B/s) 07:52:20 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:52:22 Fetched 206 kB in 0s (0 B/s) 07:52:22 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 07:52:22 Fetched 1301 kB in 0s (0 B/s) 07:52:22 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:52:22 Fetched 36.2 kB in 0s (0 B/s) 07:52:22 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 07:52:22 Fetched 159 kB in 0s (0 B/s) 07:52:22 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:52:22 Fetched 107 kB in 0s (0 B/s) 07:52:22 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:52:22 Fetched 48.7 kB in 0s (0 B/s) 07:52:22 Pulling static-packages 07:52:23 'go115' has dependencies that need to be staged: static-packages go-build-helper 07:52:23 Skipping pull go-build-helper (already ran) 07:52:23 Skipping pull static-packages (already ran) 07:52:23 Building go-build-helper 07:52:26 Building static-packages 07:52:28 Staging go-build-helper 07:52:29 Staging static-packages 07:52:30 Pulling go115 07:52:31 'edgex-go' has dependencies that need to be staged: go115 07:52:31 Skipping pull go115 (already ran) 07:52:31 Building go115 07:52:31 % Total % Received % Xferd Average Speed Time Time Time Current 07:52:31 Dload Upload Total Spent Left Speed 07:52:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 17.2M 0 0 22.0M 0 0:00:05 --:--:-- 0:00:05 22.0M 64 115M 64 74.7M 0 0 42.1M 0 0:00:02 0:00:01 0:00:01 42.1M 100 115M 100 115M 0 0 42.5M 0 0:00:02 0:00:02 --:--:-- 42.5M 07:52:34 go1.15.2.linux-amd64.tar.gz: OK 07:52:37 Staging go115 07:52:43 ---> 5dbb3f028e0a 07:52:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:52:43 ---> 15b0ff434f0e 07:52:43 Step 9/23 : RUN make cmd/core-data/core-data 07:52:43 ---> 8571adf1adcb 07:52:43 Step 9/23 : RUN make cmd/core-command/core-command 07:52:43 ---> 9a67ea279b42 07:52:43 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 07:52:43 ---> dd927673c9e8 07:52:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:52:43 ---> Running in c83fba40dc77 07:52:43 ---> Running in 4e01e0dee08c 07:52:43 ---> Running in 4941afa323ed 07:52:43 ---> Running in b39d274ed038 07:52:43 ---> Running in a68117f47fc2 07:52:43 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 07:52: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 07:52:43 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 07:52:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:52:43 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 07:52:44 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:52:44 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:52:44 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:52:44 Fetched 0 B in 0s (0 B/s) 07:52:44 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:52:44 Fetched 224 kB in 0s (0 B/s) 07:52:44 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:52:44 Fetched 157 kB in 0s (0 B/s) 07:52:44 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:52:44 Fetched 221 kB in 0s (0 B/s) 07:52:44 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:52:44 Fetched 143 kB in 0s (0 B/s) 07:52:44 Pulling edgex-go 07:52:44 Pulling version 07:52:45 Building config-common 07:52:47 Skipping build go-build-helper (already ran) 07:52:47 Skipping build static-packages (already ran) 07:52:47 Skipping build go115 (already ran) 07:52:47 Building edgex-go 07:52:47 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 07:52:48 go: downloading github.com/gorilla/mux v1.8.0 07:52:48 go: downloading github.com/OneOfOne/xxhash v1.2.8 07:52:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 07:52:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 07:52:48 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:52:48 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:52:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 07:52:48 go: downloading github.com/google/uuid v1.2.0 07:52:48 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:52:48 go: downloading github.com/imdario/mergo v0.3.11 07:52:48 go: downloading github.com/x448/float16 v0.8.4 07:52:49 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 07:52:49 go: downloading github.com/pkg/errors v0.8.1 07:52:49 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 07:52:49 go: downloading github.com/go-redis/redis/v7 v7.2.0 07:52:49 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 07:52:49 go: downloading github.com/go-playground/validator/v10 v10.3.0 07:52:49 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 07:52:49 go: downloading github.com/go-kit/kit v0.8.0 07:52:49 go: downloading github.com/BurntSushi/toml v0.3.1 07:52:49 go: downloading github.com/pebbe/zmq4 v1.2.2 07:52:49 go: downloading github.com/hashicorp/consul/api v1.1.0 07:52:49 go: downloading github.com/pelletier/go-toml v1.2.0 07:52:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:52:49 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:52:49 go: downloading github.com/go-playground/universal-translator v0.17.0 07:52:49 go: downloading github.com/leodido/go-urn v1.2.0 07:52:49 go: downloading github.com/mitchellh/copystructure v1.0.0 07:52:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:52:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:52:49 go: downloading github.com/go-playground/locales v0.13.0 07:52:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 07:52:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:52:49 go: downloading github.com/hashicorp/serf v0.8.2 07:52:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:52:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:52:49 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:52:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:52:49 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:52:56 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 07:52:56 go: downloading gopkg.in/yaml.v2 v2.4.0 07:53:00 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 07:53:01 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 07:53:02 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 07:53: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 07:53:03 go: downloading github.com/stretchr/testify v1.7.0 07:53:03 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 07:53:03 go: downloading github.com/pmezard/go-difflib v1.0.0 07:53:03 go: downloading github.com/davecgh/go-spew v1.1.1 07:53:04 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 07:53:04 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:53:04 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:53: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 07:53:06 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 07:53:06 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 07:53:07 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 07:53:08 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 07:53:09 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 07:53:09 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:53:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:53:10 go: downloading github.com/lib/pq v1.9.0 07:53:13 Building version 07:53:14 Staging config-common 07:53:15 Skipping stage go-build-helper (already ran) 07:53:15 Skipping stage static-packages (already ran) 07:53:15 Skipping stage go115 (already ran) 07:53:15 Staging edgex-go 07:53:16 Staging version 07:53:17 Priming config-common 07:53:18 Priming go-build-helper 07:53:19 Priming static-packages 07:53:21 Priming go115 07:53:22 Priming edgex-go 07:53:23 Priming version 07:53:24 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] } 07:54:05 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 07:54:05 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 07:54:17 Removing intermediate container b39d274ed038 07:54:17 ---> 942c97a4a67a 07:54:17 07:54:17 Step 10/24 : FROM alpine:3.12 07:54:17 3.12: Pulling from library/alpine 07:54:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:54:19 Status: Downloaded newer image for alpine:3.12 07:54:19 ---> afeebe901d6b 07:54:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:54:19 ---> Running in b42fd662b0d6 07:54:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:54:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:54:22 (1/5) Installing ca-certificates (20191127-r4) 07:54:22 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:54:22 (3/5) Installing libcurl (7.69.1-r3) 07:54:22 (4/5) Installing curl (7.69.1-r3) 07:54:22 (5/5) Installing dumb-init (1.2.2-r1) 07:54:22 Executing busybox-1.31.1-r19.trigger 07:54:22 Executing ca-certificates-20191127-r4.trigger 07:54:23 OK: 7 MiB in 19 packages 07:54:27 Removing intermediate container b42fd662b0d6 07:54:27 ---> 38ac3f94a8a2 07:54:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:54:27 ---> Running in 139027a8fde1 07:54:29 Removing intermediate container 139027a8fde1 07:54:29 ---> 4088707cc002 07:54:29 Step 13/24 : WORKDIR / 07:54:30 ---> Running in 1dde7958d127 07:54:30 Removing intermediate container 4941afa323ed 07:54:30 ---> e07d358b5668 07:54:30 07:54:30 Step 10/23 : FROM alpine:3.12 07:54:30 ---> afeebe901d6b 07:54:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:54:30 Removing intermediate container a68117f47fc2 07:54:30 ---> 036b4f56ca81 07:54:30 07:54:30 Step 10/31 : FROM alpine:3.12 07:54:31 ---> afeebe901d6b 07:54:31 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:54:31 ---> Running in 7b16a5b785e9 07:54:31 Removing intermediate container 1dde7958d127 07:54:31 ---> 95d2efc9dffc 07:54:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:54:31 ---> Running in ec74a7d689c8 07:54:31 Removing intermediate container c83fba40dc77 07:54:31 ---> b5c4e65f14ee 07:54:31 07:54:31 Step 10/22 : FROM alpine:3.12 07:54:31 ---> afeebe901d6b 07:54:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:54:32 ---> Running in b569dd773143 07:54:32 ---> df95939a33f7 07:54:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:54:32 Removing intermediate container ec74a7d689c8 07:54:32 ---> 2457cff1608d 07:54:32 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 07:54:33 ---> Running in 9b2363da5f50 07:54:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:54:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:54:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:54:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:54:34 (1/1) Installing dumb-init (1.2.2-r1) 07:54:35 Executing busybox-1.31.1-r19.trigger 07:54:35 OK: 5 MiB in 15 packages 07:54:35 ---> 73bc7f5ab8af 07:54:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:54:35 (1/2) Installing ca-certificates (20191127-r4) 07:54:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:54:35 (2/2) Installing dumb-init (1.2.2-r1) 07:54:35 Executing busybox-1.31.1-r19.trigger 07:54:35 Executing ca-certificates-20191127-r4.trigger 07:54:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:54:35 OK: 6 MiB in 16 packages 07:54:36 (1/2) Installing dumb-init (1.2.2-r1) 07:54:36 (2/2) Installing su-exec (0.2-r1) 07:54:36 Executing busybox-1.31.1-r19.trigger 07:54:36 OK: 5 MiB in 16 packages 07:54:36 ---> 1b3a5fc3c966 07:54:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:54:37 Removing intermediate container 7b16a5b785e9 07:54:37 ---> ad7e5166b9d6 07:54:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:54:37 ---> Running in 1fb66abf77f7 07:54:38 Removing intermediate container 1fb66abf77f7 07:54:38 ---> d88f819db584 07:54:38 Step 13/23 : ENV APP_PORT=48082 07:54:38 Removing intermediate container b569dd773143 07:54:38 ---> 097584c7d1b4 07:54:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:54:38 ---> 1b6f5ab0e9b4 07:54:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:54:38 Removing intermediate container 9b2363da5f50 07:54:38 ---> e80b234cf8ed 07:54:38 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 07:54:38 ---> Running in 9814c1b35045 07:54:38 ---> Running in 192919dffdde 07:54:38 ---> Running in f185edf3992e 07:54:39 Removing intermediate container 192919dffdde 07:54:39 ---> 01a630aec2c6 07:54:39 Step 13/22 : ENV APP_PORT=48060 07:54:39 Removing intermediate container 9814c1b35045 07:54:39 ---> 0a4d545e2a3a 07:54:39 Step 14/23 : EXPOSE $APP_PORT 07:54:39 Removing intermediate container f185edf3992e 07:54:39 ---> 00fcb9632aae 07:54:39 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:54:40 ---> Running in 790132044c37 07:54:40 ---> Running in aa8fc9e5e2e5 07:54:40 ---> Running in b76e5b2f9c0f 07:54:40 ---> 981d05558958 07:54:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:54:40 Removing intermediate container aa8fc9e5e2e5 07:54:40 ---> 8f08947991fb 07:54:40 Step 14/22 : EXPOSE $APP_PORT 07:54:40 Removing intermediate container b76e5b2f9c0f 07:54:40 Removing intermediate container 790132044c37 07:54:40 ---> aecba8f1a9a6 07:54:40 Step 15/23 : WORKDIR / 07:54:40 ---> e12e35cc593c 07:54:40 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:54:41 ---> Running in d1b230a89af9 07:54:41 ---> Running in 519ce8525d65 07:54:41 ---> Running in 7ebc689caad5 07:54:41 ---> 0ab951169fe6 07:54:41 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/ 07:54:41 ---> Running in fc897d1aaeb1 07:54:42 Removing intermediate container 7ebc689caad5 07:54:42 ---> 1f2ce8aa997a 07:54:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:54:42 Removing intermediate container d1b230a89af9 07:54:42 ---> 27939cb3150f 07:54:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:54:44 ---> 7438162cd75f 07:54:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:54:44 ---> 9bf044abd850 07:54:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:54:45 Removing intermediate container 519ce8525d65 07:54:45 ---> f3aeb10fa6cb 07:54:45 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 07:54:45 Removing intermediate container 4e01e0dee08c 07:54:45 ---> 8e3b97a07b30 07:54:45 07:54:45 Step 10/23 : FROM alpine:3.12 07:54:45 ---> afeebe901d6b 07:54:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:54:45 Removing intermediate container fc897d1aaeb1 07:54:45 ---> fea2bf5028c7 07:54:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:54:45 ---> Running in 9e53a401167b 07:54:46 ---> Running in bd78c14a6bb1 07:54:46 ---> 48f67e4b61f1 07:54:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:54:46 ---> Running in fdcc6cc4ee1e 07:54:46 ---> 3c75354df94a 07:54:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:54:46 Removing intermediate container bd78c14a6bb1 07:54:46 ---> 9e36876ecb05 07:54:46 Step 12/23 : ENV APP_PORT=48080 07:54:46 Removing intermediate container fdcc6cc4ee1e 07:54:46 ---> e44e38e18b14 07:54:46 Step 22/24 : LABEL arch=arm64 07:54:46 Removing intermediate container 9e53a401167b 07:54:46 ---> 2570540add83 07:54:46 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:54:46 ---> Running in 5f0bc96f6492 07:54:46 ---> 5baf41960ec3 07:54:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:54:46 ---> Running in 5de737913fa4 07:54:47 ---> a2c10ee9e59b 07:54:47 Step 19/23 : ENTRYPOINT ["/core-command"] 07:54:47 ---> Running in 11b6e782f351 07:54:47 ---> Running in 59568d21eca9 07:54:47 Removing intermediate container 5f0bc96f6492 07:54:47 ---> ac8ce5acabb6 07:54:47 Step 13/23 : EXPOSE $APP_PORT 07:54:47 Removing intermediate container 5de737913fa4 07:54:47 ---> 3f1e68534c57 07:54:47 Step 23/24 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:54:47 ---> Running in c85028a5d92b 07:54:47 ---> Running in d9f056e306a0 07:54:47 ---> b69ba67fb766 07:54:47 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:54:48 Removing intermediate container 11b6e782f351 07:54:48 ---> 5415b2884d67 07:54:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:54:48 Removing intermediate container 59568d21eca9 07:54:48 ---> 398eea1f46d0 07:54:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:54:48 ---> Running in 6a6b3f576e50 07:54:48 ---> Running in 4ddebdab3584 07:54:48 ---> Running in c7b2b324eef3 07:54:48 Removing intermediate container c85028a5d92b 07:54:48 ---> 97bbc3008295 07:54:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:54:48 Removing intermediate container d9f056e306a0 07:54:48 ---> 6b380e72c1fb 07:54:48 Step 24/24 : LABEL version=0.0.0 07:54:48 ---> Running in 41551368f555 07:54:48 Removing intermediate container 4ddebdab3584 07:54:48 ---> 9c8019fe3383 07:54:48 Step 20/22 : LABEL arch=arm64 07:54:49 ---> Running in 5f035d9d1d13 07:54:49 ---> Running in b49aa119a7e1 07:54:49 Removing intermediate container c7b2b324eef3 07:54:49 ---> dfee9b6c898a 07:54:49 Step 21/23 : LABEL arch=arm64 07:54:49 ---> Running in 28e4f97a4b6f 07:54:49 Removing intermediate container 5f035d9d1d13 07:54:49 ---> 7455d4bc4a9c 07:54:49 07:54:50 Removing intermediate container b49aa119a7e1 07:54:50 ---> c7dd29938cb0 07:54:50 Step 21/22 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:54:50 Successfully built 7455d4bc4a9c 07:54:50 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:54:50 Building docker-support-scheduler-go 07:54:50 ---> Running in a5c2ae09c49a 07:54:50  Building docker-security-secretstore-setup-go ... done Removing intermediate container 28e4f97a4b6f 07:54:50 ---> f1fc17b2a22d 07:54:50 Step 22/23 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:54:50 ---> Running in 1629556768a8 07:54:51 Removing intermediate container a5c2ae09c49a 07:54:51 ---> dbe68607f29b 07:54:51 Step 22/22 : LABEL version=0.0.0 07:54:51 ---> Running in 56eef6b8e03d 07:54:51 Removing intermediate container 1629556768a8 07:54:51 ---> 1ebf5c320fbd 07:54:51 Step 23/23 : LABEL version=0.0.0 07:54:51 Removing intermediate container 6a6b3f576e50 07:54:51 ---> 1725fcf6fd14 07:54:51 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 07:54:52 ---> Running in be1d8ce4ddcc 07:54:52 Removing intermediate container 56eef6b8e03d 07:54:52 ---> 84959e02dd2e 07:54:52 07:54:52 Removing intermediate container 41551368f555 07:54:52 ---> c5755e2bfa29 07:54:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:54:53 Successfully built 84959e02dd2e 07:54:53 ---> b36bc3ca36be 07:54:53 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:54:53 Successfully tagged docker-support-notifications-go-arm64:latest 07:54:53  Building docker-support-notifications-go ... done Building docker-core-metadata-go 07:54:53 ---> Running in 49da2d7568c1 07:54:53 Removing intermediate container be1d8ce4ddcc 07:54:53 ---> 40581000f94d 07:54:53 07:54:54 Successfully built 40581000f94d 07:54:54 Successfully tagged docker-core-command-go-arm64:latest 07:54:54  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 07:54:54 ---> 7cf80c6b47fb 07:54:54 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:54:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:54:55 ---> d27836fed173 07:54:55 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:54:56 (1/6) Installing dumb-init (1.2.2-r1) 07:54:56 (2/6) Installing libgcc (9.3.0-r2) 07:54:56 (3/6) Installing libsodium (1.0.18-r0) 07:54:56 (4/6) Installing libstdc++ (9.3.0-r2) 07:54:56 (5/6) Installing libzmq (4.3.3-r0) 07:54:57 (6/6) Installing zeromq (4.3.3-r0) 07:54:57 Executing busybox-1.31.1-r19.trigger 07:54:57 OK: 8 MiB in 20 packages 07:54:57 ---> 373b09bc38fa 07:54:57 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:54:58 ---> 05e4bdec34ff 07:54:58 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 07:54:59 ---> Running in ff4da66437c7 07:54:59 Removing intermediate container 49da2d7568c1 07:54:59 ---> 214335482813 07:54:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:54:59 Removing intermediate container ff4da66437c7 07:54:59 ---> fd183a6c1b97 07:54:59 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:55:00 ---> 4de2caa3f084 07:55:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:55:01 ---> 026d09dd9613 07:55:01 Step 26/31 : RUN chmod +x /entrypoint.sh 07:55:01 ---> Running in 6b4ea37df565 07:55:01 ---> 0426f3a52a2a 07:55:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:55:02 ---> 766594cc5e73 07:55:02 Step 19/23 : ENTRYPOINT ["/core-data"] 07:55:02 ---> Running in 2ed451ae0996 07:55:03 Removing intermediate container 2ed451ae0996 07:55:03 ---> 3b54c64a2a8a 07:55:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:55:03 ---> Running in f9f0ad406f8a 07:55:04 Removing intermediate container 6b4ea37df565 07:55:04 ---> 2dd0c5f64de4 07:55:04 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 07:55:04 Removing intermediate container f9f0ad406f8a 07:55:04 ---> 235aaebce72f 07:55:04 Step 21/23 : LABEL arch=arm64 07:55:04 ---> Running in 8bf50d6de74e 07:55:04 ---> Running in 563416677a48 07:55:05 Removing intermediate container 8bf50d6de74e 07:55:05 ---> 3fafafcc42b6 07:55:05 Step 28/31 : CMD ["gate"] 07:55:05 Removing intermediate container 563416677a48 07:55:05 ---> c20734fe6f2e 07:55:05 Step 22/23 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:55:06 ---> Running in 844b04b8da06 07:55:06 ---> Running in 67df19bbc78d 07:55:06 Removing intermediate container 844b04b8da06 07:55:06 ---> 38e2b468df8d 07:55:06 Step 29/31 : LABEL arch=arm64 07:55:07 Removing intermediate container 67df19bbc78d 07:55:07 ---> 3cbcef9d33b8 07:55:07 Step 23/23 : LABEL version=0.0.0 07:55:07 ---> Running in a6c7eb017605 07:55:07 ---> Running in 37946d177274 07:55:08 Removing intermediate container a6c7eb017605 07:55:08 ---> 260b5d26e835 07:55:08 Step 30/31 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:55:08 Removing intermediate container 37946d177274 07:55:08 ---> 7defbe2ca3b7 07:55:08 07:55:08 Successfully built 7defbe2ca3b7 07:55:08 ---> Running in 770db6152b35 07:55:08 Successfully tagged docker-core-data-go-arm64:latest 07:55:08  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go 07:55:09 Removing intermediate container 770db6152b35 07:55:09 ---> a74fb9739d3b 07:55:09 Step 31/31 : LABEL version=0.0.0 07:55:10 ---> Running in 77bbe7ff657d 07:55:10 Removing intermediate container 77bbe7ff657d 07:55:10 ---> b3fd90993a89 07:55:10 07:55:11 Successfully built b3fd90993a89 07:55:11 Successfully tagged docker-security-bootstrapper-go-arm64:latest 07:55:43  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:55:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:55:43 ---> 84cd314e848e 07:55:43 Step 3/22 : WORKDIR /edgex-go 07:55:43 ---> Using cache 07:55:43 ---> 30c3edb96a41 07:55:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:43 ---> Using cache 07:55:43 ---> 8b0da47d1ca1 07:55:43 Step 5/22 : RUN apk add --update --no-cache make git 07:55:43 ---> Using cache 07:55:43 ---> 74804586e6fa 07:55:43 Step 6/22 : COPY go.mod . 07:55:43 ---> Using cache 07:55:43 ---> 281e0fb4ef7f 07:55:43 Step 7/22 : RUN go mod download 07:55:43 ---> Using cache 07:55:43 ---> 6f2268b0c58f 07:55:43 Step 8/22 : COPY . . 07:55:43 ---> Using cache 07:55:43 ---> dd927673c9e8 07:55:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:55:46 ---> Running in 294a56b067f9 07:55:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:55:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:55:46 ---> 84cd314e848e 07:55:46 Step 3/23 : WORKDIR /edgex-go 07:55:46 ---> Using cache 07:55:46 ---> 30c3edb96a41 07:55:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:46 ---> Using cache 07:55:46 ---> 8b0da47d1ca1 07:55:46 Step 5/23 : RUN apk add --update --no-cache make git 07:55:46 ---> Using cache 07:55:46 ---> 74804586e6fa 07:55:46 Step 6/23 : COPY go.mod . 07:55:46 ---> Using cache 07:55:46 ---> 281e0fb4ef7f 07:55:46 Step 7/23 : RUN go mod download 07:55:46 ---> Using cache 07:55:46 ---> 6f2268b0c58f 07:55:46 Step 8/23 : COPY . . 07:55:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:55:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:55:46 ---> 84cd314e848e 07:55:46 Step 3/21 : WORKDIR /edgex-go 07:55:46 ---> Using cache 07:55:46 ---> 30c3edb96a41 07:55:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:46 ---> Using cache 07:55:46 ---> 8b0da47d1ca1 07:55:46 Step 5/21 : RUN apk add --update --no-cache make git 07:55:46 ---> Using cache 07:55:46 ---> 74804586e6fa 07:55:46 Step 6/21 : COPY go.mod . 07:55:46 ---> Using cache 07:55:46 ---> 281e0fb4ef7f 07:55:46 Step 7/21 : RUN go mod download 07:55:46 ---> Using cache 07:55:46 ---> 6f2268b0c58f 07:55:46 Step 8/21 : COPY . . 07:55:46 ---> Using cache 07:55:46 ---> dd927673c9e8 07:55:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:55:46 ---> Using cache 07:55:46 ---> dd927673c9e8 07:55:46 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:55:47 ---> Running in fdd13b1398ef 07:55:47 ---> Running in 50b514fd960c 07:55:47 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 07:55:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:55:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:55:52 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:55:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:55:52 ---> 84cd314e848e 07:55:52 Step 3/26 : WORKDIR /edgex-go 07:55:52 ---> Using cache 07:55:52 ---> 30c3edb96a41 07:55:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:52 ---> Using cache 07:55:52 ---> 8b0da47d1ca1 07:55:52 Step 5/26 : RUN apk add --update --no-cache make bash git 07:55:53 ---> Running in dbd79467b87f 07:55:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:55:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:55:57 OK: 217 MiB in 51 packages 07:55:59 Removing intermediate container dbd79467b87f 07:55:59 ---> 49beb224ffc4 07:55:59 Step 6/26 : COPY go.mod . 07:56:00 ---> 0779351e064d 07:56:00 Step 7/26 : RUN go mod download 07:56:00 ---> Running in fb4f66bbe51a 07:56:04 Removing intermediate container fb4f66bbe51a 07:56:04 ---> 18ba977187c5 07:56:04 Step 8/26 : COPY . . 07:56:26 ---> 94e0ebdf5624 07:56:26 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:56:26 ---> Running in 52739c724c1e 07:56:26 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 07:56:53 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 07:57:11 Removing intermediate container 50b514fd960c 07:57:11 ---> 02d6db658632 07:57:11 07:57:11 Step 10/21 : FROM alpine:3.12 07:57:11 ---> afeebe901d6b 07:57:11 Step 11/21 : RUN apk add --update --no-cache curl 07:57:11 ---> Running in 707a7bf92312 07:57:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:57:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:57:12 (1/4) Installing ca-certificates (20191127-r4) 07:57:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:57:12 (3/4) Installing libcurl (7.69.1-r3) 07:57:12 (4/4) Installing curl (7.69.1-r3) 07:57:12 Executing busybox-1.31.1-r19.trigger 07:57:12 Executing ca-certificates-20191127-r4.trigger 07:57:13 OK: 7 MiB in 18 packages 07:57:16 Removing intermediate container 294a56b067f9 07:57:16 ---> 6430e87ea42e 07:57:16 07:57:16 Step 10/22 : FROM alpine:3.12 07:57:16 ---> afeebe901d6b 07:57:16 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:57:16 ---> Using cache 07:57:16 ---> ad7e5166b9d6 07:57:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:57:16 ---> Using cache 07:57:16 ---> d88f819db584 07:57:16 Step 13/22 : ENV APP_PORT=48085 07:57:16 ---> Running in b176e7de428a 07:57:16 Removing intermediate container 707a7bf92312 07:57:16 ---> 5423d190d9d7 07:57:16 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:57:16 ---> Running in cf056fc5b488 07:57:17 Removing intermediate container b176e7de428a 07:57:17 ---> fb14bff185cc 07:57:17 Step 14/22 : EXPOSE $APP_PORT 07:57:17 Removing intermediate container cf056fc5b488 07:57:17 ---> 4b02548dfe6a 07:57:17 Step 13/21 : WORKDIR /edgex 07:57:17 ---> Running in d2675d9184d5 07:57:17 ---> Running in 4a3e89a17bde 07:57:18 Removing intermediate container d2675d9184d5 07:57:18 ---> 52c7a7250fa7 07:57:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:57:18 Removing intermediate container 4a3e89a17bde 07:57:18 ---> 16991d3adafb 07:57:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:57:20 ---> 09cd2e7ad05e 07:57:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:57:20 ---> 8ae17a518258 07:57:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:57:22 ---> edb5422023cd 07:57:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:57:22 ---> d934e1b54200 07:57:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:57:23 ---> d4cee666689b 07:57:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:57:24 ---> Running in da6acdc7aaa1 07:57:24 ---> 29313d77c700 07:57:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:57:24 ---> Running in 197db0ef6896 07:57:25 Removing intermediate container da6acdc7aaa1 07:57:25 ---> d17af8214b07 07:57:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:57:25 ---> Running in 9e14aa5b61a2 07:57:25 Removing intermediate container 197db0ef6896 07:57:25 ---> 39ff96ba8c1c 07:57:25 Step 18/21 : CMD ["--init=true"] 07:57:25 ---> Running in cc432782a2dc 07:57:25 Removing intermediate container fdd13b1398ef 07:57:25 ---> f9115f697c3a 07:57:25 07:57:25 Step 10/23 : FROM alpine:3.12 07:57:25 ---> afeebe901d6b 07:57:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:57:25 ---> Using cache 07:57:25 ---> ad7e5166b9d6 07:57:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:57:25 ---> Using cache 07:57:25 ---> d88f819db584 07:57:25 Step 13/23 : ENV APP_PORT=48081 07:57:25 Removing intermediate container 9e14aa5b61a2 07:57:25 ---> e26322e38f38 07:57:25 Step 20/22 : LABEL arch=arm64 07:57:26 ---> Running in 17872679b8a7 07:57:26 ---> Running in 9820e197c1cd 07:57:26 Removing intermediate container cc432782a2dc 07:57:26 ---> a1d9886020bd 07:57:26 Step 19/21 : LABEL arch=arm64 07:57:26 Removing intermediate container 17872679b8a7 07:57:26 ---> b742cf3148ad 07:57:26 Step 14/23 : EXPOSE $APP_PORT 07:57:26 ---> Running in 62bd41e53dfc 07:57:26 Removing intermediate container 9820e197c1cd 07:57:26 ---> 24f27ecb040a 07:57:26 Step 21/22 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:57:26 ---> Running in 715e2362175a 07:57:27 ---> Running in f99dbb33569d 07:57:27 Removing intermediate container 62bd41e53dfc 07:57:27 ---> 828fd501059d 07:57:27 Step 20/21 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:57:27 Removing intermediate container 715e2362175a 07:57:27 ---> 28fdb02953cc 07:57:27 Step 15/23 : WORKDIR / 07:57:27 ---> Running in 04040f546fe2 07:57:27 Removing intermediate container f99dbb33569d 07:57:27 ---> 5334b07bde86 07:57:27 Step 22/22 : LABEL version=0.0.0 07:57:27 ---> Running in 692f8d8932b7 07:57:28 ---> Running in f2d171a0e64b 07:57:28 Removing intermediate container 04040f546fe2 07:57:28 ---> 462a8ca6640c 07:57:28 Step 21/21 : LABEL version=0.0.0 07:57:28 Removing intermediate container 692f8d8932b7 07:57:28 ---> ff42bfb5fe2d 07:57:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:57:28 ---> Running in 316a833c3883 07:57:28 Removing intermediate container f2d171a0e64b 07:57:28 ---> 5ed80f88674d 07:57:28 07:57:29 Successfully built 5ed80f88674d 07:57:29 Successfully tagged docker-support-scheduler-go-arm64:latest 07:57:29  Building docker-support-scheduler-go ... done Removing intermediate container 316a833c3883 07:57:29 ---> 4a6aa945a221 07:57:29 07:57:29 ---> ddedcdb1f9c4 07:57:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:57:29 Successfully built 4a6aa945a221 07:57:29 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:57:30  Building docker-security-proxy-setup-go ... done Removing intermediate container 52739c724c1e 07:57:30 ---> be49ce5f13ef 07:57:30 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:57:30 ---> Running in c07780b0e355 07:57:30 ---> 40ef7ee215a6 07:57:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:57:31 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 07:57:31 ---> fce7cb10bd61 07:57:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:57:31 ---> Running in cccf7b2d224f 07:57:32 Removing intermediate container cccf7b2d224f 07:57:32 ---> 54127b75ebd1 07:57:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:57:32 ---> Running in b08509638ca0 07:57:32 Removing intermediate container b08509638ca0 07:57:32 ---> 3f28fcc9c9d4 07:57:32 Step 21/23 : LABEL arch=arm64 07:57:33 ---> Running in 12cef076b6df 07:57:33 Removing intermediate container 12cef076b6df 07:57:33 ---> 14cfd9d31245 07:57:33 Step 22/23 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:57:33 ---> Running in fdd4ca0c0ac7 07:57:33 Removing intermediate container c07780b0e355 07:57:33 ---> 1201419da7b1 07:57:33 07:57:33 Step 11/26 : FROM docker:20.10.0 07:57:34 20.10.0: Pulling from library/docker 07:57:34 Removing intermediate container fdd4ca0c0ac7 07:57:34 ---> c30a61ee6298 07:57:34 Step 23/23 : LABEL version=0.0.0 07:57:34 ---> Running in fa252e63764b 07:57:35 Removing intermediate container fa252e63764b 07:57:35 ---> 7d1e1294f3a2 07:57:35 07:57:36 Successfully built 7d1e1294f3a2 07:57:36 Successfully tagged docker-core-metadata-go-arm64:latest 07:57:41  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:57:41 Status: Downloaded newer image for docker:20.10.0 07:57:41 ---> eeaf43b92773 07:57:41 Step 12/26 : RUN apk add --no-cache bash 07:57:42 ---> Running in 74f49d91257a 07:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:57:44 (1/2) Installing readline (8.0.4-r0) 07:57:44 (2/2) Installing bash (5.0.17-r0) 07:57:44 Executing bash-5.0.17-r0.post-install 07:57:44 Executing busybox-1.31.1-r19.trigger 07:57:44 OK: 12 MiB in 22 packages 07:57:45 Removing intermediate container 74f49d91257a 07:57:45 ---> da8a6142f60f 07:57:45 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:57:45 ---> Running in 913f482e544e 07:57:46 Removing intermediate container 913f482e544e 07:57:46 ---> 0822a6313399 07:57:46 Step 14/26 : ENV APP_PORT=48090 07:57:46 ---> Running in 7f0ac49d5df6 07:57:47 Removing intermediate container 7f0ac49d5df6 07:57:47 ---> 46da806f334c 07:57:47 Step 15/26 : EXPOSE $APP_PORT 07:57:47 ---> Running in 5b635e23690e 07:57:47 Removing intermediate container 5b635e23690e 07:57:47 ---> c19a1421b05d 07:57:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:57:49 ---> 384546b60c8c 07:57:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:57:49 ---> 677df0a4bf66 07:57:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:57:50 ---> 653ea5183423 07:57:50 Step 19/26 : RUN apk --no-cache add py3-pip 07:57:50 ---> Running in 68bf3d723780 07:57:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:57:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:57:52 (1/33) Installing libbz2 (1.0.8-r1) 07:57:52 (2/33) Installing expat (2.2.9-r1) 07:57:52 (3/33) Installing libffi (3.3-r2) 07:57:52 (4/33) Installing gdbm (1.13-r1) 07:57:52 (5/33) Installing xz-libs (5.2.5-r0) 07:57:52 (6/33) Installing sqlite-libs (3.32.1-r0) 07:57:52 (7/33) Installing python3 (3.8.5-r0) 07:57:54 (8/33) Installing py3-appdirs (1.4.4-r1) 07:57:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:57:54 (10/33) Installing py3-parsing (2.4.7-r0) 07:57:54 (11/33) Installing py3-six (1.15.0-r0) 07:57:54 (12/33) Installing py3-packaging (20.4-r0) 07:57:54 (13/33) Installing py3-setuptools (47.0.0-r0) 07:57:54 (14/33) Installing py3-chardet (3.0.4-r4) 07:57:54 (15/33) Installing py3-idna (2.9-r0) 07:57:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:57:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:57:54 (18/33) Installing py3-requests (2.23.0-r0) 07:57:54 (19/33) Installing py3-msgpack (1.0.0-r0) 07:57:54 (20/33) Installing py3-lockfile (0.12.2-r3) 07:57:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:57:54 (22/33) Installing py3-colorama (0.4.3-r0) 07:57:54 (23/33) Installing py3-distlib (0.3.0-r0) 07:57:54 (24/33) Installing py3-distro (1.5.0-r1) 07:57:54 (25/33) Installing py3-webencodings (0.5.1-r3) 07:57:54 (26/33) Installing py3-html5lib (1.0.1-r4) 07:57:54 (27/33) Installing py3-pytoml (0.1.21-r0) 07:57:54 (28/33) Installing py3-pep517 (0.8.2-r0) 07:57:54 (29/33) Installing py3-progress (1.5-r0) 07:57:54 (30/33) Installing py3-toml (0.10.1-r0) 07:57:54 (31/33) Installing py3-retrying (1.3.3-r0) 07:57:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:57:54 (33/33) Installing py3-pip (20.1.1-r0) 07:57:54 Executing busybox-1.31.1-r19.trigger 07:57:54 OK: 71 MiB in 55 packages 07:58:01 Removing intermediate container 68bf3d723780 07:58:01 ---> 8a832d11fa49 07:58:01 Step 20/26 : RUN pip install docker-compose==1.23.2 07:58:01 ---> Running in 9580d2417b8d 07:58:05 Collecting docker-compose==1.23.2 07:58:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:58:06 Collecting PyYAML<4,>=3.10 07:58:06 Downloading PyYAML-3.13.tar.gz (270 kB) 07:58:10 Collecting jsonschema<3,>=2.5.1 07:58:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:58:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:58:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:58:11 Collecting websocket-client<1.0,>=0.32.0 07:58:11 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:58:12 Collecting docker<4.0,>=3.6.0 07:58:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:58:13 Collecting docopt<0.7,>=0.6.1 07:58:13 Downloading docopt-0.6.2.tar.gz (25 kB) 07:58:15 Collecting dockerpty<0.5,>=0.4.1 07:58:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:58:17 Collecting cached-property<2,>=1.2.0 07:58:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:58:17 Collecting texttable<0.10,>=0.9.0 07:58:17 Downloading texttable-0.9.1.tar.gz (11 kB) 07:58:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:58:19 Collecting urllib3<1.25,>=1.21.1 07:58:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:58:20 Collecting idna<2.8,>=2.5 07:58:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:58:20 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:58:20 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) 07:58:20 Collecting docker-pycreds>=0.4.0 07:58:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:58:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:58:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:58:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:58:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:58:21 Installing collected packages: PyYAML, jsonschema, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, dockerpty, cached-property, texttable, docker-compose 07:58:21 Running setup.py install for PyYAML: started 07:58:23 Running setup.py install for PyYAML: finished with status 'done' 07:58:23 Attempting uninstall: urllib3 07:58:23 Found existing installation: urllib3 1.25.9 07:58:23 Uninstalling urllib3-1.25.9: 07:58:23 Successfully uninstalled urllib3-1.25.9 07:58:24 Attempting uninstall: idna 07:58:24 Found existing installation: idna 2.9 07:58:24 Uninstalling idna-2.9: 07:58:24 Successfully uninstalled idna-2.9 07:58:25 Attempting uninstall: requests 07:58:25 Found existing installation: requests 2.23.0 07:58:25 Uninstalling requests-2.23.0: 07:58:25 Successfully uninstalled requests-2.23.0 07:58:26 Running setup.py install for docopt: started 07:58:28 Running setup.py install for docopt: finished with status 'done' 07:58:28 Running setup.py install for dockerpty: started 07:58:30 Running setup.py install for dockerpty: finished with status 'done' 07:58:30 Running setup.py install for texttable: started 07:58:31 Running setup.py install for texttable: finished with status 'done' 07:58:32 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 07:58:36 Removing intermediate container 9580d2417b8d 07:58:36 ---> 317b645e137a 07:58:36 Step 21/26 : RUN apk --no-cache add curl 07:58:36 ---> Running in 5b6e27118b35 07:58:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:38 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:58:38 (2/3) Installing libcurl (7.69.1-r3) 07:58:38 (3/3) Installing curl (7.69.1-r3) 07:58:38 Executing busybox-1.31.1-r19.trigger 07:58:38 OK: 71 MiB in 58 packages 07:58:39 Removing intermediate container 5b6e27118b35 07:58:39 ---> 691cdd25cc9c 07:58:39 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:58:39 ---> Running in 76048ad9a2db 07:58:40 Removing intermediate container 76048ad9a2db 07:58:40 ---> 51d2a777339a 07:58:40 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:58:40 ---> Running in 1b6216e5c936 07:58:40 Removing intermediate container 1b6216e5c936 07:58:40 ---> a2297a775271 07:58:40 Step 24/26 : LABEL arch=arm64 07:58:40 ---> Running in fa516455700f 07:58:41 Removing intermediate container fa516455700f 07:58:41 ---> b3361a22211f 07:58:41 Step 25/26 : LABEL git_sha=935bb1b5206e0b220cf69bafdb738a98e8fd784d 07:58:41 ---> Running in 3f1309eafccc 07:58:41 Removing intermediate container 3f1309eafccc 07:58:41 ---> c4ceee1bc16e 07:58:41 Step 26/26 : LABEL version=0.0.0 07:58:41 ---> Running in b9bb3d1c6a78 07:58:42 Removing intermediate container b9bb3d1c6a78 07:58:42 ---> 7eea8742d9eb 07:58:42 07:58:42 Successfully built 7eea8742d9eb 07:58:42 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:58:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:58:43 $ docker stop --time=1 5167812a416cb79e155c04bf463efa1e71795b4c356826e7f9a2fec71a4afeaa 07:58:45 $ docker rm -f 5167812a416cb79e155c04bf463efa1e71795b4c356826e7f9a2fec71a4afeaa [Pipeline] // withDockerContainer [Pipeline] sh 07:58:45 + docker+ images 07:58:45 grep docker 07:58:46 docker-sys-mgmt-agent-go-arm64 latest 7eea8742d9eb 3 seconds ago 300MB 07:58:46 docker-core-metadata-go-arm64 latest 7d1e1294f3a2 About a minute ago 17.8MB 07:58:46 docker-security-proxy-setup-go-arm64 latest 4a6aa945a221 About a minute ago 23.2MB 07:58:46 docker-support-scheduler-go-arm64 latest 5ed80f88674d About a minute ago 16.1MB 07:58:46 docker-security-bootstrapper-go-arm64 latest b3fd90993a89 3 minutes ago 22.6MB 07:58:46 docker-core-data-go-arm64 latest 7defbe2ca3b7 3 minutes ago 21MB 07:58:46 docker-core-command-go-arm64 latest 40581000f94d 3 minutes ago 16MB 07:58:46 docker-support-notifications-go-arm64 latest 84959e02dd2e 3 minutes ago 16.7MB 07:58:46 docker-security-secretstore-setup-go-arm64 latest 7455d4bc4a9c 3 minutes ago 23.4MB 07:58:46 docker 20.10.0 eeaf43b92773 8 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 07:58:48 provisioning config files... 07:58:48 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config8368539495396567643tmp [Pipeline] { [Pipeline] sh 07:58:48 + set +x 07:58:48 + curl -s https://codecov.io/bash 07:58:48 + bash -s -- 07:58:49 07:58:49 _____ _ 07:58:49 / ____| | | 07:58:49 | | ___ __| | ___ ___ _____ __ 07:58:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:58:49 | |___| (_) | (_| | __/ (_| (_) \ V / 07:58:49 \_____\___/ \__,_|\___|\___\___/ \_/ 07:58:49 Bash-20210129-7c25fce 07:58:49 07:58:49 07:58:49 ==> git version 2.24.3 found 07:58:49 ==> 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 07:58:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:58:49 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:58:49 ==> Jenkins CI detected. 07:58:49 project root: . 07:58:49 --> token set from env 07:58:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:58:49 ==> Running gcov in . (disable via -X gcov) 07:58:49 ==> Python coveragepy not found 07:58:49 ==> Searching for coverage reports in: 07:58:49 + . 07:58:49 -> Found 1 reports 07:58:49 ==> Detecting git/mercurial file structure 07:58:49 ==> Reading reports 07:58:49 + ./coverage.out bytes=585363 07:58:49 ==> Appending adjustments 07:58:49 https://docs.codecov.io/docs/fixing-reports 07:58:52 + Found adjustments 07:58:52 ==> Gzipping contents 07:58:52 88K /tmp/codecov.YYvzLm.gz 07:58:52 ==> Uploading reports 07:58:52 url: https://codecov.io 07:58:52 query: branch=PR-3109&commit=935bb1b5206e0b220cf69bafdb738a98e8fd784d&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 07:58:52 -> Pinging Codecov 07:58:52 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=935bb1b5206e0b220cf69bafdb738a98e8fd784d&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 07:58:52 -> Uploading to 07:58:52 https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/935bb1b5206e0b220cf69bafdb738a98e8fd784d/93dbafbf-0613-4a6e-99c3-3fbc8f6f5b7a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T075852Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=71ee8b062e18897984e0a756d8d0c7f1a970b3a2ffc636381aef8a2c46c6759d 07:58:52 % Total % Received % Xferd Average Speed Time Time Time Current 07:58:52 Dload Upload Total Spent Left Speed 07:58:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88116 0 0 100 88116 0 138k --:--:-- --:--:-- --:--:-- 138k 07:58:53 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/935bb1b5206e0b220cf69bafdb738a98e8fd784d [Pipeline] } 07:58:53 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 07:58:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:58:56 ---> package-listing.sh 07:58:56 ++ facter osfamily 07:58:56 ++ tr '[:upper:]' '[:lower:]' 07:58:56 + OS_FAMILY=redhat 07:58:56 + workspace=/w/workspace/edgex-go/15 07:58:56 + START_PACKAGES=/tmp/packages_start.txt 07:58:56 + END_PACKAGES=/tmp/packages_end.txt 07:58:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:58:56 + PACKAGES=/tmp/packages_start.txt 07:58:56 + '[' /w/workspace/edgex-go/15 ']' 07:58:56 + PACKAGES=/tmp/packages_end.txt 07:58:56 + case "${OS_FAMILY}" in 07:58:56 + rpm -qa 07:58:56 + sort 07:59:01 + '[' -f /tmp/packages_start.txt ']' 07:59:01 + '[' -f /tmp/packages_end.txt ']' 07:59:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:59:01 + '[' /w/workspace/edgex-go/15 ']' 07:59:01 + mkdir -p /w/workspace/edgex-go/15/archives/ 07:59:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo 07:59:01 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:59:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:59:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:59:02 07:59:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:59:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:59:02 alpine: Pulling from edgex-lftools-log-publisher 07:59:02 df20fa9351a1: Pulling fs layer 07:59:02 36b3adc4ff6f: Pulling fs layer 07:59:02 8ad3a11d3b57: Pulling fs layer 07:59:02 46f8f816bc3b: Pulling fs layer 07:59:02 93b61091891f: Pulling fs layer 07:59:02 93b9cdb0e59b: Pulling fs layer 07:59:02 5e14af77c1be: Pulling fs layer 07:59:02 01666e4c0597: Pulling fs layer 07:59:02 aa168da1d23b: Pulling fs layer 07:59:02 93b9cdb0e59b: Waiting 07:59:02 5e14af77c1be: Waiting 07:59:02 01666e4c0597: Waiting 07:59:02 aa168da1d23b: Waiting 07:59:02 93b61091891f: Waiting 07:59:02 46f8f816bc3b: Waiting 07:59:02 36b3adc4ff6f: Verifying Checksum 07:59:02 36b3adc4ff6f: Download complete 07:59:02 46f8f816bc3b: Verifying Checksum 07:59:02 46f8f816bc3b: Download complete 07:59:02 df20fa9351a1: Verifying Checksum 07:59:02 df20fa9351a1: Download complete 07:59:02 93b9cdb0e59b: Verifying Checksum 07:59:02 93b9cdb0e59b: Download complete 07:59:02 93b61091891f: Verifying Checksum 07:59:02 93b61091891f: Download complete 07:59:02 5e14af77c1be: Verifying Checksum 07:59:02 5e14af77c1be: Download complete 07:59:02 01666e4c0597: Verifying Checksum 07:59:02 01666e4c0597: Download complete 07:59:03 df20fa9351a1: Pull complete 07:59:03 36b3adc4ff6f: Pull complete 07:59:03 8ad3a11d3b57: Verifying Checksum 07:59:03 8ad3a11d3b57: Download complete 07:59:04 8ad3a11d3b57: Pull complete 07:59:04 46f8f816bc3b: Pull complete 07:59:05 aa168da1d23b: Verifying Checksum 07:59:05 aa168da1d23b: Download complete 07:59:06 93b61091891f: Pull complete 07:59:06 93b9cdb0e59b: Pull complete 07:59:06 5e14af77c1be: Pull complete 07:59:06 01666e4c0597: Pull complete 07:59:15 aa168da1d23b: Pull complete 07:59:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:59:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:59:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:59:15 prd-centos7-docker-4c-2g-25226 does not seem to be running inside a container 07:59:15 $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 07:59:19 $ docker top 05fe640cae5d52c697c47712eb34a53ef139c1ffc048af88e66d0a7ba7bb167d -eo pid,comm [Pipeline] { [Pipeline] sh 07:59:20 + touch /tmp/pre-build-complete [Pipeline] sh 07:59:20 + mkdir -p /var/log/sa [Pipeline] sh 07:59:20 + ls /var/log/sa-host 07:59:20 + sadf -c /var/log/sa-host/sa05 07:59:20 file_magic: OK 07:59:20 HZ: Using current value: 100 07:59:20 file_header: OK 07:59:20 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 07:59:20 Statistics: 07:59:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:59:20 File successfully converted to sysstat format version 12.2.1 07:59:20 + sadf -c /var/log/sa-host/sa23 07:59:20 file_magic: OK 07:59:20 HZ: Using current value: 100 07:59:20 file_header: OK 07:59:20 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 07:59:20 Statistics: 07:59:20 Hnuu...uuuununununu... 07:59:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:59:21 provisioning config files... 07:59:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config6148020215059307957tmp [Pipeline] { [Pipeline] echo 07:59:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:59:21 ---> create-netrc.sh [Pipeline] } 07:59:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:59:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:59:22 ---> python-tools-install.sh [Pipeline] echo 07:59:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:59:22 ---> sudo-logs.sh 07:59:22 Archiving 'sudo' log.. [Pipeline] echo 07:59:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:59:22 ---> job-cost.sh 07:59:22 lf-activate-venv: SKIPPING 07:59:22 INFO: No Stack... 07:59:23 INFO: Retrieving Pricing Info for: v1-standard-2 07:59:23 INFO: Archiving Costs [Pipeline] echo 07:59:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:59:24 ---> logs-deploy.sh 07:59:24 lf-activate-venv: SKIPPING 07:59:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/15 07:59:24 INFO: archiving workspace using pattern(s): 07:59:26 Archives upload complete. 07:59:26 INFO: archiving logs to Nexus 07:59:27 ---> uname -a: 07:59:27 Linux prd-centos7-docker-4c-2g-25226.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:59:27 07:59:27 07:59:27 ---> lscpu: 07:59:27 Architecture: x86_64 07:59:27 CPU op-mode(s): 32-bit, 64-bit 07:59:27 Byte Order: Little Endian 07:59:27 Address sizes: 40 bits physical, 48 bits virtual 07:59:27 CPU(s): 4 07:59:27 On-line CPU(s) list: 0-3 07:59:27 Thread(s) per core: 1 07:59:27 Core(s) per socket: 1 07:59:27 Socket(s): 4 07:59:27 NUMA node(s): 1 07:59:27 Vendor ID: GenuineIntel 07:59:27 CPU family: 6 07:59:27 Model: 44 07:59:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:59:27 Stepping: 1 07:59:27 CPU MHz: 2933.438 07:59:27 BogoMIPS: 5866.87 07:59:27 Virtualization: VT-x 07:59:27 Hypervisor vendor: KVM 07:59:27 Virtualization type: full 07:59:27 L1d cache: 128 KiB 07:59:27 L1i cache: 128 KiB 07:59:27 L2 cache: 16 MiB 07:59:27 L3 cache: 64 MiB 07:59:27 NUMA node0 CPU(s): 0-3 07:59:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:59:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:59:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:59:27 Vulnerability Meltdown: Mitigation; PTI 07:59:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:59:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:59:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:59:27 Vulnerability Srbds: Not affected 07:59:27 Vulnerability Tsx async abort: Not affected 07:59:27 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 07:59:27 07:59:27 07:59:27 ---> nproc: 07:59:27 4 07:59:27 07:59:27 07:59:27 ---> df -h: 07:59:27 Filesystem Size Used Available Use% Mounted on 07:59:27 overlay 50.0G 12.2G 37.8G 24% / 07:59:27 tmpfs 64.0M 0 64.0M 0% /dev 07:59:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:59:27 shm 64.0M 0 64.0M 0% /dev/shm 07:59:27 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 07:59:27 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 07:59:27 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 07:59:27 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 07:59:27 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 07:59:27 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 07:59:27 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 07:59:27 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 07:59:27 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/15 07:59:27 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/15@tmp 07:59:27 07:59:27 07:59:27 ---> free -m: 07:59:27 total used free shared buff/cache available 07:59:27 Mem: 1837 722 182 0 932 1029 07:59:27 Swap: 1023 52 971 07:59:27 07:59:27 07:59:27 ---> ip addr: 07:59:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:59:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:59:27 inet 127.0.0.1/8 scope host lo 07:59:27 valid_lft forever preferred_lft forever 07:59:27 inet6 ::1/128 scope host 07:59:27 valid_lft forever preferred_lft forever 07:59:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:59:27 link/ether fa:16:3e:d8:c4:e2 brd ff:ff:ff:ff:ff:ff 07:59:27 inet 10.30.122.217/23 brd 10.30.123.255 scope global dynamic eth0 07:59:27 valid_lft 85107sec preferred_lft 85107sec 07:59:27 inet6 fe80::f816:3eff:fed8:c4e2/64 scope link 07:59:27 valid_lft forever preferred_lft forever 07:59:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:59:27 link/ether 02:42:84:f7:47:78 brd ff:ff:ff:ff:ff:ff 07:59:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:59:27 valid_lft forever preferred_lft forever 07:59:27 inet6 fe80::42:84ff:fef7:4778/64 scope link 07:59:27 valid_lft forever preferred_lft forever 07:59:27 07:59:27 07:59:27 ---> sar -b -r -n DEV: 07:59:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 07:59:27 07:59:27 07:37:40 LINUX RESTART (4 CPU) 07:59:27 07:59:27 07:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:59:27 07:39:01 173.46 75.57 97.89 0.00 8792.21 44699.43 0.00 07:59:27 07:40:01 234.11 115.56 118.55 0.00 7678.00 48943.74 0.00 07:59:27 07:41:01 234.36 82.88 151.48 0.00 3144.55 18840.38 0.00 07:59:27 07:42:02 134.10 51.03 83.07 0.00 2141.14 10936.93 0.00 07:59:27 07:43:02 169.66 51.94 117.72 0.00 7781.34 44534.90 0.00 07:59:27 07:44:02 1621.95 1282.02 339.93 0.00 161653.21 200832.13 0.00 07:59:27 07:45:01 1604.53 1371.76 232.77 0.00 77083.82 94366.58 0.00 07:59:27 07:46:01 1107.77 762.05 345.72 0.00 72406.01 122440.59 0.00 07:59:27 07:47:01 1672.10 1341.17 330.93 0.00 100692.43 105255.90 0.00 07:59:27 07:48:01 152.26 34.57 117.69 0.00 5873.24 15734.17 0.00 07:59:27 07:49:01 1.48 0.03 1.45 0.00 0.67 23.06 0.00 07:59:27 07:50:01 1.58 1.25 0.33 0.00 94.19 4.45 0.00 07:59:27 07:51:01 0.27 0.02 0.25 0.00 0.13 2.65 0.00 07:59:27 07:52:01 0.47 0.02 0.45 0.00 0.13 4.81 0.00 07:59:27 07:53:01 1.60 1.35 0.25 0.00 47.28 3.10 0.00 07:59:27 07:54:01 1.07 0.28 0.78 0.00 101.67 15.22 0.00 07:59:27 07:55:01 0.25 0.02 0.24 0.00 0.14 3.15 0.00 07:59:27 07:56:01 0.23 0.00 0.23 0.00 0.00 3.03 0.00 07:59:27 07:57:01 0.30 0.02 0.28 0.00 0.27 3.55 0.00 07:59:27 07:58:01 0.23 0.02 0.22 0.00 0.13 2.96 0.00 07:59:27 07:59:01 64.31 64.11 0.20 0.00 5310.39 20.81 0.00 07:59:27 Average: 341.03 248.73 92.31 0.00 21523.51 33603.37 0.00 07:59:27 07:59:27 07:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:59:27 07:39:01 68596 0 661904 35.18 2620 1148424 1329444 45.37 541668 1064712 91272 07:59:27 07:40:01 172028 0 662704 35.22 2012 1044800 1341680 45.79 542812 924492 16 07:59:27 07:41:01 202560 0 712088 37.85 1492 965404 1315108 44.88 585680 808336 52852 07:59:27 07:42:02 171620 0 821308 43.65 752 887864 1734684 59.20 668124 746788 33084 07:59:27 07:43:02 75984 0 726664 38.62 264 1078632 1244792 42.48 712216 820708 65656 07:59:27 07:44:02 76132 0 844680 44.89 0 960732 2333136 79.63 736936 841008 83924 07:59:27 07:45:01 225788 0 949636 50.47 0 706120 2915216 99.49 733936 655772 34408 07:59:27 07:46:01 164676 0 764640 40.64 0 952228 2108424 71.96 608056 867164 9912 07:59:27 07:47:01 188692 0 1045920 55.59 0 646932 2659212 90.75 694908 739060 3048 07:59:27 07:48:01 512728 0 642656 34.16 0 726160 1199128 40.92 529400 597724 8 07:59:27 07:49:01 515032 0 640236 34.03 0 726276 1178556 40.22 528064 597396 8 07:59:27 07:50:01 514260 0 638180 33.92 0 729104 1167248 39.84 526760 600192 8 07:59:27 07:51:01 514260 0 638168 33.92 0 729116 1167248 39.84 526896 600196 8 07:59:27 07:52:01 514160 0 638260 33.92 0 729124 1167248 39.84 527024 600200 8 07:59:27 07:53:01 512788 0 638884 33.96 0 729872 1167296 39.84 527156 600928 16 07:59:27 07:54:01 506764 0 641892 34.12 0 732888 1167320 39.84 532808 601132 8 07:59:27 07:55:01 507168 0 641484 34.09 0 732892 1167248 39.84 532420 601136 16 07:59:27 07:56:01 507028 0 641612 34.10 0 732904 1167248 39.84 532676 601140 8 07:59:27 07:57:01 506748 0 641884 34.11 0 732912 1167248 39.84 532556 601148 16 07:59:27 07:58:01 506504 0 642120 34.13 0 732920 1167356 39.84 532964 601152 16 07:59:27 07:59:01 322164 0 667932 35.50 0 891448 1202984 41.06 571372 744932 236 07:59:27 Average: 346937 0 709660 37.72 340 824607 1479420 50.49 582116 705491 17835 07:59:27 07:59:27 07:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:59:27 07:39:01 eth0 1407.70 1106.66 5256.94 163.64 0.00 0.00 0.00 0.00 07:59:27 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:39:01 vethce5c868 525.52 482.93 50.85 1570.32 0.00 0.00 0.00 0.00 07:59:27 07:39:01 docker0 525.52 482.80 43.66 1570.31 0.00 0.00 0.00 0.00 07:59:27 07:40:01 veth1840406 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:40:01 eth0 703.53 670.77 4315.03 75.19 0.00 0.00 0.00 0.00 07:59:27 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:40:01 veth9f62cc5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:41:01 veth639c687 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:59:27 07:41:01 eth0 131.25 105.75 497.84 19.83 0.00 0.00 0.00 0.00 07:59:27 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:41:01 docker0 1001.68 951.11 79.78 3506.46 0.00 0.00 0.00 0.00 07:59:27 07:42:02 veth639c687 2.13 2.13 0.17 0.17 0.00 0.00 0.00 0.00 07:59:27 07:42:02 eth0 47.74 35.50 20.99 80.42 0.00 0.00 0.00 0.00 07:59:27 07:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:42:02 docker0 2.13 2.13 0.14 0.17 0.00 0.00 0.00 0.00 07:59:27 07:43:02 eth0 227.43 180.92 1699.10 76.57 0.00 0.00 0.00 0.00 07:59:27 07:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:43:02 vethb02aa1f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:59:27 07:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:44:02 eth0 53.59 35.61 166.10 11.68 0.00 0.00 0.00 0.00 07:59:27 07:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:44:02 vethb02aa1f 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 07:59:27 07:44:02 docker0 23.46 29.41 1.26 147.01 0.00 0.00 0.00 0.00 07:59:27 07:45:01 veth9b9fd3e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:59:27 07:45:01 veth4782e47 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:45:01 veth8cde8fd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:45:01 eth0 13.52 6.89 11.12 5.89 0.00 0.00 0.00 0.00 07:59:27 07:46:01 vetheb1ea98 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:46:01 veth84951b0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:46:01 veth0b18aaf 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:59:27 07:46:01 eth0 303.92 213.17 1859.82 103.54 0.00 0.00 0.00 0.00 07:59:27 07:47:01 veth658a61b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:59:27 07:47:01 eth0 70.24 44.11 95.83 78.26 0.00 0.00 0.00 0.00 07:59:27 07:47:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:59:27 07:47:01 vethb144db7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:59:27 07:48:01 eth0 43.97 23.45 136.07 10.71 0.00 0.00 0.00 0.00 07:59:27 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:48:01 docker0 1111.37 1129.98 86.43 4365.31 0.00 0.00 0.00 0.00 07:59:27 07:49:01 eth0 1.12 0.37 0.45 0.26 0.00 0.00 0.00 0.00 07:59:27 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:50:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:59:27 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:51:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:59:27 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:52:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:59:27 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:53:01 eth0 0.65 0.35 0.49 0.02 0.00 0.00 0.00 0.00 07:59:27 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:54:01 eth0 0.38 0.23 0.18 0.07 0.00 0.00 0.00 0.00 07:59:27 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:55:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:59:27 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:56:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:57:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:59:27 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:58:01 eth0 1.50 0.32 0.37 0.20 0.00 0.00 0.00 0.00 07:59:27 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:59:01 eth0 12.78 8.06 12.66 6.27 0.00 0.00 0.00 0.00 07:59:27 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 Average: eth0 143.97 115.98 670.75 30.15 0.00 0.00 0.00 0.00 07:59:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:27 Average: docker0 53.00 53.89 4.12 208.19 0.00 0.00 0.00 0.00 07:59:27 07:59:27 07:59:27 ---> sar -P ALL: 07:59:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 07:59:27 07:59:27 07:37:40 LINUX RESTART (4 CPU) 07:59:27 07:59:27 07:38:01 CPU %user %nice %system %iowait %steal %idle 07:59:27 07:39:01 all 17.27 0.00 10.12 5.07 0.09 67.46 07:59:27 07:39:01 0 19.54 0.00 11.81 6.18 0.09 62.39 07:59:27 07:39:01 1 16.38 0.00 8.16 4.69 0.08 70.68 07:59:27 07:39:01 2 17.70 0.00 9.17 5.73 0.09 67.31 07:59:27 07:39:01 3 15.47 0.00 11.36 3.67 0.10 69.40 07:59:27 07:40:01 all 12.92 0.00 7.67 2.29 0.07 77.05 07:59:27 07:40:01 0 16.16 0.00 7.99 3.20 0.05 72.60 07:59:27 07:40:01 1 9.53 0.00 7.85 3.29 0.09 79.25 07:59:27 07:40:01 2 13.47 0.00 6.85 1.69 0.07 77.92 07:59:27 07:40:01 3 12.58 0.00 7.98 0.99 0.07 78.38 07:59:27 07:41:01 all 35.39 0.00 11.96 8.70 0.08 43.87 07:59:27 07:41:01 0 38.03 0.00 12.18 4.55 0.10 45.14 07:59:27 07:41:01 1 33.92 0.00 11.75 12.62 0.05 41.66 07:59:27 07:41:01 2 36.17 0.00 10.98 8.27 0.09 44.49 07:59:27 07:41:01 3 33.43 0.00 12.93 9.37 0.09 44.19 07:59:27 07:42:02 all 48.47 0.00 13.79 5.50 0.07 32.17 07:59:27 07:42:02 0 49.47 0.00 13.93 4.29 0.07 32.25 07:59:27 07:42:02 1 48.24 0.00 13.63 5.39 0.09 32.65 07:59:27 07:42:02 2 47.95 0.00 13.47 7.38 0.05 31.14 07:59:27 07:42:02 3 48.22 0.00 14.13 4.93 0.09 32.64 07:59:27 07:43:02 all 27.37 0.00 12.61 5.99 0.09 53.94 07:59:27 07:43:02 0 26.90 0.00 12.45 4.98 0.07 55.60 07:59:27 07:43:02 1 27.84 0.00 12.85 5.60 0.09 53.63 07:59:27 07:43:02 2 26.92 0.00 11.99 8.16 0.10 52.83 07:59:27 07:43:02 3 27.81 0.00 13.14 5.21 0.12 53.72 07:59:27 07:44:02 all 19.08 0.00 28.13 22.08 0.18 30.53 07:59:27 07:44:02 0 18.58 0.00 26.96 19.81 0.21 34.43 07:59:27 07:44:02 1 20.18 0.00 28.39 22.86 0.18 28.40 07:59:27 07:44:02 2 18.33 0.00 28.90 20.72 0.16 31.89 07:59:27 07:44:02 3 19.21 0.00 28.28 24.95 0.18 27.39 07:59:27 07:45:01 all 55.35 0.00 19.25 13.54 0.13 11.72 07:59:27 07:45:01 0 55.58 0.00 18.70 13.58 0.16 11.99 07:59:27 07:45:01 1 54.47 0.00 19.14 13.75 0.17 12.46 07:59:27 07:45:01 2 55.11 0.00 19.78 14.10 0.12 10.89 07:59:27 07:45:01 3 56.26 0.00 19.38 12.72 0.07 11.56 07:59:27 07:46:01 all 19.71 0.00 20.17 29.12 0.11 30.90 07:59:27 07:46:01 0 19.76 0.00 20.21 24.38 0.09 35.56 07:59:27 07:46:01 1 19.88 0.00 20.53 28.79 0.09 30.72 07:59:27 07:46:01 2 19.11 0.00 18.73 33.30 0.14 28.72 07:59:27 07:46:01 3 20.08 0.00 21.20 30.02 0.12 28.57 07:59:27 07:47:01 all 36.48 0.00 21.49 27.91 0.12 14.01 07:59:27 07:47:01 0 36.08 0.00 21.46 28.15 0.12 14.19 07:59:27 07:47:01 1 36.76 0.00 21.51 25.84 0.09 15.81 07:59:27 07:47:01 2 36.81 0.00 21.35 26.73 0.16 14.96 07:59:27 07:47:01 3 36.26 0.00 21.64 30.96 0.10 11.04 07:59:27 07:48:01 all 16.37 0.00 6.69 6.75 0.06 70.13 07:59:27 07:48:01 0 17.63 0.00 6.84 4.88 0.03 70.62 07:59:27 07:48:01 1 16.25 0.00 6.95 8.59 0.05 68.15 07:59:27 07:48:01 2 15.47 0.00 6.84 5.77 0.07 71.86 07:59:27 07:48:01 3 16.14 0.00 6.15 7.74 0.07 69.90 07:59:27 07:49:01 all 0.16 0.00 0.03 0.00 0.00 99.81 07:59:27 07:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:59:27 07:49:01 1 0.53 0.00 0.03 0.00 0.00 99.43 07:59:27 07:49:01 2 0.05 0.00 0.05 0.00 0.00 99.90 07:59:27 07:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:59:27 07:59:27 07:49:01 CPU %user %nice %system %iowait %steal %idle 07:59:27 07:50:01 all 0.16 0.00 0.03 0.00 0.01 99.80 07:59:27 07:50:01 0 0.02 0.00 0.02 0.00 0.03 99.93 07:59:27 07:50:01 1 0.55 0.00 0.05 0.00 0.00 99.40 07:59:27 07:50:01 2 0.05 0.00 0.02 0.00 0.00 99.93 07:59:27 07:50:01 3 0.02 0.00 0.05 0.00 0.00 99.93 07:59:27 07:51:01 all 0.14 0.00 0.02 0.00 0.00 99.83 07:59:27 07:51:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:59:27 07:51:01 1 0.50 0.00 0.02 0.00 0.00 99.48 07:59:27 07:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:59:27 07:51:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:59:27 07:52:01 all 0.16 0.00 0.02 0.00 0.00 99.82 07:59:27 07:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:59:27 07:52:01 1 0.53 0.00 0.02 0.00 0.00 99.45 07:59:27 07:52:01 2 0.07 0.00 0.02 0.00 0.00 99.92 07:59:27 07:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:59:27 07:53:01 all 0.16 0.00 0.07 0.02 0.00 99.75 07:59:27 07:53:01 0 0.03 0.00 0.03 0.02 0.00 99.92 07:59:27 07:53:01 1 0.53 0.00 0.10 0.08 0.00 99.28 07:59:27 07:53:01 2 0.07 0.00 0.07 0.00 0.00 99.87 07:59:27 07:53:01 3 0.02 0.00 0.07 0.00 0.00 99.92 07:59:27 07:54:01 all 0.15 0.00 0.04 0.00 0.00 99.80 07:59:27 07:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:59:27 07:54:01 1 0.52 0.00 0.03 0.00 0.02 99.43 07:59:27 07:54:01 2 0.03 0.00 0.03 0.02 0.00 99.92 07:59:27 07:54:01 3 0.03 0.00 0.05 0.00 0.00 99.92 07:59:27 07:55:01 all 0.14 0.00 0.02 0.00 0.00 99.83 07:59:27 07:55:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:59:27 07:55:01 1 0.49 0.00 0.02 0.00 0.00 99.49 07:59:27 07:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:59:27 07:55:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:59:27 07:56:01 all 0.15 0.00 0.02 0.00 0.00 99.83 07:59:27 07:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:59:27 07:56:01 1 0.52 0.00 0.03 0.00 0.00 99.45 07:59:27 07:56:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:59:27 07:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:59:27 07:57:01 all 0.15 0.00 0.03 0.00 0.00 99.82 07:59:27 07:57:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:59:27 07:57:01 1 0.50 0.00 0.03 0.00 0.00 99.47 07:59:27 07:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:59:27 07:57:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:59:27 07:58:01 all 0.15 0.00 0.03 0.00 0.00 99.82 07:59:27 07:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:59:27 07:58:01 1 0.50 0.00 0.02 0.00 0.00 99.48 07:59:27 07:58:01 2 0.07 0.00 0.05 0.00 0.00 99.88 07:59:27 07:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:59:27 07:59:01 all 1.77 0.00 1.06 1.78 0.02 95.37 07:59:27 07:59:01 0 1.60 0.00 1.03 0.62 0.02 96.73 07:59:27 07:59:01 1 1.30 0.00 0.78 0.60 0.02 97.30 07:59:27 07:59:01 2 3.04 0.00 1.72 5.51 0.02 89.72 07:59:27 07:59:01 3 1.15 0.00 0.70 0.42 0.02 97.71 07:59:27 Average: all 13.62 0.00 7.13 5.97 0.05 73.23 07:59:27 Average: 0 14.01 0.00 7.17 5.33 0.05 73.44 07:59:27 Average: 1 13.54 0.00 7.07 6.13 0.05 73.22 07:59:27 Average: 2 13.57 0.00 6.98 6.38 0.05 73.02 07:59:27 Average: 3 13.36 0.00 7.30 6.05 0.05 73.25 07:59:27 07:59:27 07:59:27