Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9c707fa5c9f2bb8b3675709372ae783111037035+8244c76d4582c1e084a7074f1d4c4e33c3804ff3 (c98f431f14a3f8fe9ce1e4b78cb7f4c2fb156460) 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 ‘prd-centos7-docker-4c-2g-24949’ Running on prd-centos7-docker-4c-2g-24953 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 9c707fa5c9f2bb8b3675709372ae783111037035 Merge succeeded, producing 9c707fa5c9f2bb8b3675709372ae783111037035 Checking out Revision 9c707fa5c9f2bb8b3675709372ae783111037035 (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 9c707fa5c9f2bb8b3675709372ae783111037035 # 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 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9c707fa5c9f2bb8b3675709372ae783111037035 # 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 10:22:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 6778374181067c634be59fa5fbbb34bb40a891bb # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:22:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:22:47 ========================================================= 10:22:47 EdgeX Global Pipelines Version Info 10:22:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:22:48 ------------------- 10:22:48 stable info: 10:22:48 ------------------- 10:22:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:22:48 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:22:48 Message: update stable to v1.0.179 10:22:49 ------------------- 10:22:49 experimental info: 10:22:49 ------------------- 10:22:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:22:49 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:22:49 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:22:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:22:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:22:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:22:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:22:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:22:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:22:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:22:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:22:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:22:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:22:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:22:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:22:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:22:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:22:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:22:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:22:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:22:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:22:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:22:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:22:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:22:54 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:22:54 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:22:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo 10:22:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo 10:22:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo 10:22:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9c707fa5c9f2bb8b3675709372ae783111037035 [Pipeline] echo 10:22:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9c707fa [Pipeline] echo 10:22:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:22:56 provisioning config files... 10:22:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config6587060836704366368tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:22:56 ---> docker-login.sh 10:22:56 nexus3.edgexfoundry.org:10001 10:22:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:22:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:22:57 Configure a credential helper to remove this warning. See 10:22:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:22:57 10:22:57 Login Succeeded 10:22:57 nexus3.edgexfoundry.org:10002 10:22:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:22:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:22:57 Configure a credential helper to remove this warning. See 10:22:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:22:57 10:22:57 Login Succeeded 10:22:57 nexus3.edgexfoundry.org:10003 10:22:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:22:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:22:57 Configure a credential helper to remove this warning. See 10:22:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:22:57 10:22:57 Login Succeeded 10:22:57 nexus3.edgexfoundry.org:10004 10:22:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:22:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:22:57 Configure a credential helper to remove this warning. See 10:22:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:22:57 10:22:57 Login Succeeded 10:22:57 docker.io 10:22:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:22:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:22:58 Configure a credential helper to remove this warning. See 10:22:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:22:58 10:22:58 Login Succeeded 10:22:58 ---> docker-login.sh ends [Pipeline] } 10:22:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:22:59 ++ 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 10:22:59 + for file in '`ls cmd/**/Dockerfile`' 10:22:59 ++ dirname cmd/core-command/Dockerfile 10:22:59 ++ cut -d/ -f2 10:22:59 + echo core-command,cmd/core-command/Dockerfile 10:22:59 + for file in '`ls cmd/**/Dockerfile`' 10:22:59 ++ dirname cmd/core-data/Dockerfile 10:22:59 ++ cut -d/ -f2 10:22:59 + echo core-data,cmd/core-data/Dockerfile 10:22:59 + for file in '`ls cmd/**/Dockerfile`' 10:22:59 ++ cut -d/ -f2 10:22:59 ++ dirname cmd/core-metadata/Dockerfile 10:22:59 + echo core-metadata,cmd/core-metadata/Dockerfile 10:22:59 + for file in '`ls cmd/**/Dockerfile`' 10:22:59 ++ dirname cmd/security-bootstrapper/Dockerfile 10:22:59 ++ cut -d/ -f2 10:22:59 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:22:59 + for file in '`ls cmd/**/Dockerfile`' 10:22:59 ++ dirname cmd/security-proxy-setup/Dockerfile 10:22:59 ++ cut -d/ -f2 10:22:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:22:59 + for file in '`ls cmd/**/Dockerfile`' 10:22:59 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:22:59 ++ cut -d/ -f2 10:22:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:22:59 + for file in '`ls cmd/**/Dockerfile`' 10:22:59 ++ dirname cmd/support-notifications/Dockerfile 10:22:59 ++ cut -d/ -f2 10:22:59 + echo support-notifications,cmd/support-notifications/Dockerfile 10:22:59 + for file in '`ls cmd/**/Dockerfile`' 10:22:59 ++ dirname cmd/support-scheduler/Dockerfile 10:22:59 ++ cut -d/ -f2 10:22:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:22:59 + for file in '`ls cmd/**/Dockerfile`' 10:22:59 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:22:59 ++ cut -d/ -f2 10:22:59 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:22:59 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 10:23:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:23:00 10:23:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:23:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:23:00 latest: Pulling from edgex-devops/git-semver 10:23:00 31603596830f: Pulling fs layer 10:23:00 2a8b12db71e7: Pulling fs layer 10:23:00 6ca5941a6612: Pulling fs layer 10:23:00 ecc8261a40a4: Pulling fs layer 10:23:00 ecc8261a40a4: Waiting 10:23:00 2a8b12db71e7: Verifying Checksum 10:23:00 2a8b12db71e7: Download complete 10:23:01 31603596830f: Verifying Checksum 10:23:01 31603596830f: Download complete 10:23:01 ecc8261a40a4: Verifying Checksum 10:23:01 ecc8261a40a4: Download complete 10:23:01 6ca5941a6612: Verifying Checksum 10:23:01 6ca5941a6612: Download complete 10:23:01 31603596830f: Pull complete 10:23:01 2a8b12db71e7: Pull complete 10:23:02 6ca5941a6612: Pull complete 10:23:02 ecc8261a40a4: Pull complete 10:23:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:23:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:23:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:23:03 prd-centos7-docker-4c-2g-24953 does not seem to be running inside a container 10:23:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:23:05 $ docker top b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:23:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:23:06 [ssh-agent] Looking for ssh-agent implementation... 10:23:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:23:06 $ docker exec b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb ssh-agent 10:23:06 SSH_AUTH_SOCK=/tmp/ssh-sHq13O4zsck3/agent.11 10:23:06 SSH_AGENT_PID=17 10:23:06 Running ssh-add (command line suppressed) 10:23:06 Identity added: /w/workspace/edgex-go/8@tmp/private_key_8186202313271512382.key (/w/workspace/edgex-go/8@tmp/private_key_8186202313271512382.key) 10:23:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:23:07 + git tag --points-at HEAD [Pipeline] } 10:23:07 $ docker exec --env ******** --env ******** b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb ssh-agent -k 10:23:07 unset SSH_AUTH_SOCK; 10:23:07 unset SSH_AGENT_PID; 10:23:07 echo Agent pid 17 killed; 10:23:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:23:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:23:08 [ssh-agent] Looking for ssh-agent implementation... 10:23:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:23:08 $ docker exec b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb ssh-agent 10:23:08 SSH_AUTH_SOCK=/tmp/ssh-FSq7nIF94bC4/agent.46 10:23:08 SSH_AGENT_PID=51 10:23:08 Running ssh-add (command line suppressed) 10:23:08 Identity added: /w/workspace/edgex-go/8@tmp/private_key_5378716458001642427.key (/w/workspace/edgex-go/8@tmp/private_key_5378716458001642427.key) 10:23:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:23:09 + git semver init 10:23:09 # -> Open(): unable to determine branch for HEAD 10:23:09 # $GIT_DIR = /w/workspace/edgex-go/8/.git 10:23:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 10:23:09 # $SEMVER_REMOTE_NAME = origin 10:23:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:23:09 # $SEMVER_USER_NAME = edgex-jenkins 10:23:09 # $SEMVER_BRANCH = PR-3109 10:23:09 # $SEMVER_TEMP = /tmp/semver-336942728 10:23:09 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:23:31 # '/tmp/semver-336942728' -> '/w/workspace/edgex-go/8/.semver' 10:23:31 # -> Force: false 10:23:31 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 10:23:31 $ docker exec --env ******** --env ******** b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb ssh-agent -k 10:23:31 unset SSH_AUTH_SOCK; 10:23:31 unset SSH_AGENT_PID; 10:23:31 echo Agent pid 51 killed; 10:23:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:23:32 + git semver [Pipeline] } 10:23:32 $ docker stop --time=1 b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb 10:23:33 $ docker rm -f b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb [Pipeline] // withDockerContainer [Pipeline] sh 10:23:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:23:35 Stashed 1 file(s) [Pipeline] echo 10:23:35 [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 10:23:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:23:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:23:37 + sudo service docker restart 10:23:37 + true 10:23:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:23:37 ========================================================= 10:23:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:23:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:23:38 + 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 . 10:23:42 Sending build context to Docker daemon 327.5MB 10:23:42 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:23:42 Step 2/6 : FROM ${BASE} 10:23:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:23:42 188c0c94c7c5: Pulling fs layer 10:23:42 0ef7d3d256c8: Pulling fs layer 10:23:42 de9db76c5a1d: Pulling fs layer 10:23:42 bca2f99d35d6: Pulling fs layer 10:23:42 93359f2a8cfa: Pulling fs layer 10:23:42 7c6f9722023f: Pulling fs layer 10:23:42 a35cf1a2eb13: Pulling fs layer 10:23:42 93359f2a8cfa: Waiting 10:23:42 7c6f9722023f: Waiting 10:23:42 a35cf1a2eb13: Waiting 10:23:42 bca2f99d35d6: Waiting 10:23:42 de9db76c5a1d: Verifying Checksum 10:23:42 de9db76c5a1d: Download complete 10:23:42 0ef7d3d256c8: Download complete 10:23:42 93359f2a8cfa: Verifying Checksum 10:23:42 93359f2a8cfa: Download complete 10:23:42 188c0c94c7c5: Verifying Checksum 10:23:42 188c0c94c7c5: Download complete 10:23:42 7c6f9722023f: Verifying Checksum 10:23:42 188c0c94c7c5: Pull complete 10:23:42 0ef7d3d256c8: Pull complete 10:23:42 de9db76c5a1d: Pull complete 10:23:44 a35cf1a2eb13: Verifying Checksum 10:23:45 bca2f99d35d6: Verifying Checksum 10:23:45 bca2f99d35d6: Download complete 10:23:50 bca2f99d35d6: Pull complete 10:23:50 93359f2a8cfa: Pull complete 10:23:50 7c6f9722023f: Pull complete 10:23:50 Still waiting to schedule task 10:23:50 ‘prd-ubuntu18.04-docker-arm64-4c-16g-24957’ is offline 10:23:54 a35cf1a2eb13: Pull complete 10:23:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:23:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:23:54 ---> a62c8e92a672 10:23:54 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 10:23:54 ---> Running in 65b88e579e60 10:23:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:23:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:23:56 (1/12) Installing libmagic (5.38-r0) 10:23:57 (2/12) Installing file (5.38-r0) 10:23:57 (3/12) Installing libc-dev (0.7.2-r3) 10:23:57 (4/12) Installing g++ (9.3.0-r2) 10:24:09 (5/12) Installing fortify-headers (1.1-r0) 10:24:09 (6/12) Installing patch (2.7.6-r6) 10:24:09 (7/12) Installing build-base (0.5-r2) 10:24:09 (8/12) Installing libsodium (1.0.18-r0) 10:24:09 (9/12) Installing pkgconf (1.7.2-r0) 10:24:09 (10/12) Installing libsodium-dev (1.0.18-r0) 10:24:09 (11/12) Installing libzmq (4.3.3-r0) 10:24:09 (12/12) Installing zeromq-dev (4.3.3-r0) 10:24:09 Executing busybox-1.31.1-r19.trigger 10:24:09 OK: 233 MiB in 51 packages 10:24:13 Removing intermediate container 65b88e579e60 10:24:13 ---> c6cb3a5dc58a 10:24:13 Step 4/6 : WORKDIR /edgex-go 10:24:13 ---> Running in 5c70a9c61017 10:24:13 Removing intermediate container 5c70a9c61017 10:24:13 ---> a7f24101b309 10:24:13 Step 5/6 : COPY go.mod . 10:24:13 ---> fed5103e9949 10:24:13 Step 6/6 : RUN go mod download 10:24:13 ---> Running in f96df04c8b8c 10:24:35 Removing intermediate container f96df04c8b8c 10:24:35 ---> 295dce3f6416 10:24:35 Successfully built 295dce3f6416 10:24:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:24:36 + docker inspect -f . ci-base-image-x86_64 10:24:36 . [Pipeline] withDockerContainer 10:24:36 prd-centos7-docker-4c-2g-24953 does not seem to be running inside a container 10:24:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-x86_64 cat 10:24:37 $ docker top 4e192fd39642c50d89aa8aed459b4ac735986401a2e6b9293f1688222b250879 -eo pid,comm [Pipeline] { [Pipeline] sh 10:24:37 + go version 10:24:37 go version go1.15.5 linux/amd64 [Pipeline] } 10:24:37 $ docker stop --time=1 4e192fd39642c50d89aa8aed459b4ac735986401a2e6b9293f1688222b250879 10:24:39 $ docker rm -f 4e192fd39642c50d89aa8aed459b4ac735986401a2e6b9293f1688222b250879 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:24:40 + docker inspect -f . ci-base-image-x86_64 10:24:40 . [Pipeline] withDockerContainer 10:24:40 prd-centos7-docker-4c-2g-24953 does not seem to be running inside a container 10:24:40 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-x86_64 cat 10:24:41 $ docker top eeba049deb785592b39b783af26997ca737b0094b9dc215713dd520b85ffff5f -eo pid,comm [Pipeline] { [Pipeline] echo 10:24:42 ========================================================= 10:24:42 [edgeXBuildGoParallel] Running Tests and Build... 10:24:42 ========================================================= [Pipeline] sh 10:24:42 + make test 10:24:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:24:52 ? github.com/edgexfoundry/edgex-go [no test files] 10:25:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:25:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:25:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:25:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:25:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:25:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:25:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:25:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:25:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:25:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:25:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:25:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:25:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:25:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:25:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.456s coverage: 46.0% of statements 10:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:25:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.070s coverage: 100.0% of statements 10:25:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.265s coverage: 27.1% of statements 10:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:25:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 10:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:25:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements 10:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:25:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.117s coverage: 65.8% of statements 10:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:25:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.444s coverage: 82.3% of statements 10:25:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:25:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:25:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:25:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:25:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.374s coverage: 28.6% of statements 10:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:25:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements 10:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:25:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements 10:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:25:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 86.7% of statements 10:25:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:25:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements 10:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:25:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.107s coverage: 78.3% of statements 10:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.438s coverage: 92.8% of statements 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:25:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:25:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 45.5% of statements 10:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.040s coverage: 79.5% of statements 10:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 10:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements 10:25:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 10:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements 10:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.111s coverage: 92.9% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.028s coverage: 100.0% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.4% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.430s coverage: 68.9% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.365s coverage: 84.0% of statements 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.076s coverage: 90.4% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.868s coverage: 29.1% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.068s coverage: 100.0% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements 10:25:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 10:25:57 GO111MODULE=on go vet ./... 10:26:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24959 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 10:26:05 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 10:26:10 using credential edgex-jenkins-ssh 10:26:10 Cloning the remote Git repository 10:26:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:26:10 > git init /w/workspace/edgex-go/8 # timeout=10 10:26:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:26:11 > git --version # timeout=10 10:26:11 > git --version # 'git version 2.17.1' 10:26:11 using GIT_SSH to set credentials SSH Credentials for GitHub 10:26:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:26:29 gofmt -l . 10:26:29 [ "`gofmt -l .`" = "" ] 10:26:29 ./bin/test-go-mod-tidy.sh 10:26:29 ./bin/test-attribution-txt.sh [Pipeline] sh 10:26:30 + ls -al . 10:26:30 total 684 10:26:30 drwxrwxr-x 10 1001 1001 4096 Feb 4 10:26 . 10:26:30 drwxr-xr-x 4 root root 28 Feb 4 10:24 .. 10:26:30 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:22 .dockerignore 10:26:30 drwxrwxr-x 8 1001 1001 179 Feb 4 10:22 .git 10:26:30 drwxrwxr-x 3 1001 1001 125 Feb 4 10:22 .github 10:26:30 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:22 .gitignore 10:26:30 drwx------ 3 1001 1001 60 Feb 4 10:23 .semver 10:26:30 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:22 .sonarcloud.properties 10:26:30 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:22 Attribution.txt 10:26:30 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:22 CONTRIBUTING.md 10:26:30 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:22 Dockerfile.build 10:26:30 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:22 Jenkinsfile 10:26:30 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:22 LICENSE 10:26:30 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:22 Makefile 10:26:30 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:22 README.md 10:26:30 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:22 SECURITY.md 10:26:30 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:23 VERSION 10:26:30 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:22 ZMQWindows.md 10:26:30 drwxrwxr-x 2 1001 1001 117 Feb 4 10:22 bin 10:26:30 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:22 cmd 10:26:30 -rw-r--r-- 1 root root 580808 Feb 4 10:25 coverage.out 10:26:30 -rw-r--r-- 1 root root 1054 Feb 4 10:26 go.mod 10:26:30 -rw-r--r-- 1 root root 19517 Feb 4 10:26 go.sum 10:26:30 drwxrwxr-x 8 1001 1001 127 Feb 4 10:22 internal 10:26:30 drwxrwxr-x 4 1001 1001 26 Feb 4 10:22 openapi 10:26:30 drwxrwxr-x 4 1001 1001 71 Feb 4 10:22 snap 10:26:30 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:22 version.go [Pipeline] sh 10:26:30 + '[' -e coverage.out ] 10:26:30 + chown 1001:1001 coverage.out [Pipeline] stash 10:26:31 Stashed 1 file(s) [Pipeline] sh 10:26:31 + make build 10:26:31 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 10:26:31 Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 9c707fa5c9f2bb8b3675709372ae783111037035 10:26:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:26:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:26:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:26:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:26:30 using GIT_SSH to set credentials SSH Credentials for GitHub 10:26:31 > 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 10:26:31 > git config core.sparsecheckout # timeout=10 10:26:31 > git checkout -f 9c707fa5c9f2bb8b3675709372ae783111037035 # timeout=10 10:26:32 > git remote # timeout=10 10:26:32 > git config --get remote.origin.url # timeout=10 10:26:32 using GIT_SSH to set credentials SSH Credentials for GitHub 10:26:32 Merge succeeded, producing 9c707fa5c9f2bb8b3675709372ae783111037035 10:26:32 Checking out Revision 9c707fa5c9f2bb8b3675709372ae783111037035 (PR-3109) 10:26:32 > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 10:26:32 > git rev-parse HEAD^{commit} # timeout=10 10:26:32 > git config core.sparsecheckout # timeout=10 10:26:32 > git checkout -f 9c707fa5c9f2bb8b3675709372ae783111037035 # timeout=10 10:26:35 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 10:26:36 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:26:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:26:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:26:39 + sudo service docker+ restart 10:26:39 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:26:41 provisioning config files... 10:26:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config7393226958482494771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:26:41 ---> docker-login.sh 10:26:41 nexus3.edgexfoundry.org:10001 10:26:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:43 Configure a credential helper to remove this warning. See 10:26:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:43 10:26:43 Login Succeeded 10:26:43 nexus3.edgexfoundry.org:10002 10:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:43 Configure a credential helper to remove this warning. See 10:26:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:43 10:26:43 Login Succeeded 10:26:43 nexus3.edgexfoundry.org:10003 10:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:44 Configure a credential helper to remove this warning. See 10:26:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:44 10:26:44 Login Succeeded 10:26:44 nexus3.edgexfoundry.org:10004 10:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:44 Configure a credential helper to remove this warning. See 10:26:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:44 10:26:44 Login Succeeded 10:26:44 docker.io 10:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:45 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 10:26:45 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 10:26:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:45 Configure a credential helper to remove this warning. See 10:26:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:45 10:26:45 Login Succeeded 10:26:45 ---> docker-login.sh ends [Pipeline] } 10:26:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:26:46 ========================================================= 10:26:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:26:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:26:47 + 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 . 10:26:47 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 10:26:48 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 10:26:49 Sending build context to Docker daemon 166.1MB 10:26:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:26:49 Step 2/6 : FROM ${BASE} 10:26:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:26:49 5f621e34cdf4: Pulling fs layer 10:26:49 a4357932f1b6: Pulling fs layer 10:26:49 18c013af1878: Pulling fs layer 10:26:49 00ac8860ef70: Pulling fs layer 10:26:49 63d7cb157983: Pulling fs layer 10:26:49 b116817d02f9: Pulling fs layer 10:26:49 745a02a5169b: Pulling fs layer 10:26:49 00ac8860ef70: Waiting 10:26:49 63d7cb157983: Waiting 10:26:49 b116817d02f9: Waiting 10:26:49 745a02a5169b: Waiting 10:26:49 18c013af1878: Verifying Checksum 10:26:49 18c013af1878: Download complete 10:26:49 a4357932f1b6: Download complete 10:26:49 63d7cb157983: Verifying Checksum 10:26:49 63d7cb157983: Download complete 10:26:49 5f621e34cdf4: Verifying Checksum 10:26:49 5f621e34cdf4: Download complete 10:26:49 b116817d02f9: Download complete 10:26:49 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 10:26:50 5f621e34cdf4: Pull complete 10:26:50 a4357932f1b6: Pull complete 10:26:50 18c013af1878: Pull complete 10:26:51 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 10:26:51 745a02a5169b: Verifying Checksum 10:26:51 745a02a5169b: Download complete 10:26:52 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 10:26:53 00ac8860ef70: Verifying Checksum 10:26:53 00ac8860ef70: Download complete 10:26:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:26:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:26: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 10:26:58 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] } 10:27:00 $ docker stop --time=1 eeba049deb785592b39b783af26997ca737b0094b9dc215713dd520b85ffff5f 10:27:01 $ docker rm -f eeba049deb785592b39b783af26997ca737b0094b9dc215713dd520b85ffff5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 10:27:03 00ac8860ef70: Pull complete 10:27:03 63d7cb157983: Pull complete [Pipeline] isUnix [Pipeline] sh 10:27:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:04 10:27:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:27:04 b116817d02f9: Pull complete 10:27:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:04 latest: Pulling from edgex-devops/edgex-compose 10:27:04 cbdbe7a5bc2a: Pulling fs layer 10:27:04 ca9280d653b3: Pulling fs layer 10:27:04 7e9c9ca2126c: Pulling fs layer 10:27:04 cbdbe7a5bc2a: Verifying Checksum 10:27:04 cbdbe7a5bc2a: Download complete 10:27:05 cbdbe7a5bc2a: Pull complete 10:27:05 ca9280d653b3: Verifying Checksum 10:27:05 ca9280d653b3: Download complete 10:27:06 7e9c9ca2126c: Download complete 10:27:06 ca9280d653b3: Pull complete 10:27:07 745a02a5169b: Pull complete 10:27:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:27:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:27:07 ---> b7e6874047d6 10:27: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 10:27:11 ---> Running in e2dbf13f450b 10:27:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:27:13 7e9c9ca2126c: Pull complete 10:27:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:27:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:27:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:27:13 prd-centos7-docker-4c-2g-24953 does not seem to be running inside a container 10:27:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 10:27:14 $ docker top 3261dd92cc580f67d69bbd77164ada96621d62b720b7436e1c6a58e8c60f7ab8 -eo pid,comm [Pipeline] { 10:27:14 (1/12) Installing libmagic (5.38-r0) [Pipeline] sh 10:27:15 + docker-compose build --help 10:27:15 + grep parallel 10:27:15 (2/12) Installing file (5.38-r0) 10:27:15 (3/12) Installing libc-dev (0.7.2-r3) 10:27:15 (4/12) Installing g++ (9.3.0-r2) 10:27:16 --parallel Build images in parallel. [Pipeline] } 10:27:16 $ docker stop --time=1 3261dd92cc580f67d69bbd77164ada96621d62b720b7436e1c6a58e8c60f7ab8 10:27:17 $ docker rm -f 3261dd92cc580f67d69bbd77164ada96621d62b720b7436e1c6a58e8c60f7ab8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:27:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:18 . [Pipeline] withDockerContainer 10:27:18 prd-centos7-docker-4c-2g-24953 does not seem to be running inside a container 10:27:18 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:27:19 $ docker top 1690d76ddb85e04766a8456a3c2d1e91c6bb5ed321315eff84dbec1d418ca4d8 -eo pid,comm [Pipeline] { [Pipeline] sh 10:27:20 + docker-compose -f ./docker-compose-build.yml build --parallel 10:27:21 Building docker-core-command-go ... 10:27:21 Building docker-core-data-go ... 10:27:21 Building docker-core-metadata-go ... 10:27:21 Building docker-security-bootstrapper-go ... 10:27:21 Building docker-security-proxy-setup-go ... 10:27:21 Building docker-security-secretstore-setup-go ... 10:27:21 Building docker-support-notifications-go ... 10:27:21 Building docker-support-scheduler-go ... 10:27:21 Building docker-sys-mgmt-agent-go ... 10:27:21 Building docker-core-metadata-go 10:27:21 Building docker-support-notifications-go 10:27:21 Building docker-core-data-go 10:27:21 Building docker-core-command-go 10:27:21 Building docker-security-secretstore-setup-go 10:27:33 (5/12) Installing fortify-headers (1.1-r0) 10:27:33 (6/12) Installing patch (2.7.6-r6) 10:27:33 (7/12) Installing build-base (0.5-r2) 10:27:33 (8/12) Installing libsodium (1.0.18-r0) 10:27:33 (9/12) Installing pkgconf (1.7.2-r0) 10:27:33 (10/12) Installing libsodium-dev (1.0.18-r0) 10:27:33 (11/12) Installing libzmq (4.3.3-r0) 10:27:33 (12/12) Installing zeromq-dev (4.3.3-r0) 10:27:33 Executing busybox-1.31.1-r19.trigger 10:27:33 OK: 217 MiB in 51 packages 10:27:36 Removing intermediate container e2dbf13f450b 10:27:36 ---> a4e4e3a0c455 10:27:36 Step 4/6 : WORKDIR /edgex-go 10:27:36 ---> Running in a6406bef3692 10:27:36 Removing intermediate container a6406bef3692 10:27:36 ---> 4c4fcc2496a6 10:27:36 Step 5/6 : COPY go.mod . 10:27:37 ---> 055c5836dcaf 10:27:37 Step 6/6 : RUN go mod download 10:27:37 ---> Running in 098986fbdcc3 10:27:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:27:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:27:53 ---> 295dce3f6416 10:27:53 Step 3/23 : WORKDIR /edgex-go 10:27:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:27:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:27:53 ---> 295dce3f6416 10:27:53 Step 3/24 : WORKDIR /edgex-go 10:27:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:27:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:27:54 ---> 295dce3f6416 10:27:54 Step 3/23 : WORKDIR /edgex-go 10:27:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:27:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:27:54 ---> 295dce3f6416 10:27:54 Step 3/22 : WORKDIR /edgex-go 10:27:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:27:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:27:54 ---> 295dce3f6416 10:27:54 Step 3/23 : WORKDIR /edgex-go 10:27:55 ---> Running in f99012f472aa 10:27:55 ---> Running in f739901cd74b 10:27:55 ---> Running in f59985628486 10:27:55 ---> Running in d9c178696315 10:27:55 ---> Running in ccf65ca819c3 10:27:55 Removing intermediate container f59985628486 10:27:55 ---> b710e882a418 10:27:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:27:55 Removing intermediate container f739901cd74b 10:27:55 ---> d033b17422ca 10:27:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:27:55 Removing intermediate container d9c178696315 10:27:55 ---> 32f83d22d58d 10:27:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:27:55 Removing intermediate container f99012f472aa 10:27:55 ---> b32f31dd3477 10:27:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:27:55 Removing intermediate container ccf65ca819c3 10:27:55 ---> 50b3d8750d66 10:27:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:27:55 ---> Running in 5d7f2ecdf5de 10:27:55 ---> Running in 2767de5ffce0 10:27:55 ---> Running in 79eecc7eef17 10:27:55 ---> Running in a236ccc91756 10:27:55 ---> Running in 3329ff995f77 10:27:57 Removing intermediate container 79eecc7eef17 10:27:57 ---> 5a5fdb44de4b 10:27:57 Step 5/23 : RUN apk add --update --no-cache make git 10:27:58 ---> Running in 1ad6e246773b 10:27:58 Removing intermediate container 5d7f2ecdf5de 10:27:58 ---> ca49e13d9260 10:27:58 Step 5/24 : RUN apk add --update --no-cache make git 10:27:58 ---> Running in 9c2512a3cf50 10:27:58 Removing intermediate container 2767de5ffce0 10:27:58 ---> d1dea33b4190 10:27:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:27:58 Removing intermediate container a236ccc91756 10:27:58 ---> 5d5421c449fb 10:27:58 Step 5/23 : RUN apk add --update --no-cache make git 10:27:58 Removing intermediate container 3329ff995f77 10:27:58 ---> 929035d55b37 10:27:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:27:59 ---> Running in 0458bf850530 10:27:59 ---> Running in 9daa731074a6 10:27:59 ---> Running in 587cdb42f5e7 10:27:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:27:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:27:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:27:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:00 OK: 233 MiB in 51 packages 10:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:00 OK: 233 MiB in 51 packages 10:28:01 Removing intermediate container 1ad6e246773b 10:28:01 ---> a736f204ae36 10:28:01 Step 6/23 : COPY go.mod . 10:28:01 OK: 233 MiB in 51 packages 10:28:01 OK: 233 MiB in 51 packages 10:28:01 ---> b4da24e8b31d 10:28:01 Step 7/23 : RUN go mod download 10:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:01 Removing intermediate container 9c2512a3cf50 10:28:01 ---> c7f2e365d603 10:28:01 Step 6/24 : COPY go.mod . 10:28:02 ---> Running in 61ca8962d1eb 10:28:02 Removing intermediate container 0458bf850530 10:28:02 ---> 0d6096de160b 10:28:02 Step 6/23 : COPY go.mod . 10:28:02 ---> 2f001304bd2f 10:28:02 Step 7/24 : RUN go mod download 10:28:02 Removing intermediate container 587cdb42f5e7 10:28:02 ---> 4403b3ac455d 10:28:02 Step 6/23 : COPY go.mod . 10:28:02 ---> Running in ffea32fed6ad 10:28:02 ---> abe99dd392c6 10:28:02 Step 7/23 : RUN go mod download 10:28:02 OK: 233 MiB in 51 packages 10:28:02 ---> Running in 06de5f8e8a72 10:28:02 ---> d9a1baca909d 10:28:02 Step 7/23 : RUN go mod download 10:28:03 ---> Running in 77294fdd8861 10:28:03 Removing intermediate container 9daa731074a6 10:28:03 ---> c716fcb3e89e 10:28:03 Step 6/22 : COPY go.mod . 10:28:03 Removing intermediate container 098986fbdcc3 10:28:03 ---> fa2c1a09e746 10:28:03 Successfully built fa2c1a09e746 10:28:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:28:03 ---> ba20ad7422c0 10:28:03 Step 7/22 : RUN go mod download 10:28:04 + docker inspect -f . ci-base-image-arm64 10:28:04 . [Pipeline] withDockerContainer 10:28:04 ---> Running in 24020140e807 10:28:04 prd-ubuntu18.04-docker-arm64-4c-16g-24959 does not seem to be running inside a container 10:28:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:28:04 Removing intermediate container 61ca8962d1eb 10:28:04 ---> a2f0f2c935bf 10:28:04 Step 8/23 : COPY . . 10:28:04 Removing intermediate container ffea32fed6ad 10:28:04 ---> f4ab020527c6 10:28:04 Step 8/24 : COPY . . 10:28:06 $ docker top 8f8caefedc8a2eb03b99b4bbd0a79b0119960359b44f6045140720e3e3513a01 -eo pid,comm 10:28:06 Removing intermediate container 06de5f8e8a72 10:28:06 ---> 384621ce3543 10:28:06 Step 8/23 : COPY . . [Pipeline] { [Pipeline] sh 10:28:07 + go version 10:28:07 go version go1.15.5 linux/arm64 [Pipeline] } 10:28:07 $ docker stop --time=1 8f8caefedc8a2eb03b99b4bbd0a79b0119960359b44f6045140720e3e3513a01 10:28:07 Removing intermediate container 77294fdd8861 10:28:07 ---> 102a648ac669 10:28:07 Step 8/23 : COPY . . 10:28:09 $ docker rm -f 8f8caefedc8a2eb03b99b4bbd0a79b0119960359b44f6045140720e3e3513a01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:28:10 + docker inspect -f . ci-base-image-arm64 10:28:10 . [Pipeline] withDockerContainer 10:28:11 prd-ubuntu18.04-docker-arm64-4c-16g-24959 does not seem to be running inside a container 10:28:11 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:28:12 $ docker top 55a5dfd971dba7e99cbc2471802e7bbe9bc5d8c8240442345dc1b8a55f430152 -eo pid,comm [Pipeline] { [Pipeline] echo 10:28:12 ========================================================= 10:28:12 [edgeXBuildGoParallel] Running Tests and Build... 10:28:12 ========================================================= [Pipeline] sh 10:28:13 Removing intermediate container 24020140e807 10:28:13 ---> e14bf5edc7f4 10:28:13 Step 8/22 : COPY . . 10:28:13 + make test 10:28:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:28:35 ? github.com/edgexfoundry/edgex-go [no test files] 10:28:45 ---> 50f909f967ec 10:28:45 Step 9/23 : RUN make cmd/core-command/core-command 10:28:45 ---> 564de4642674 10:28:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:28:45 ---> ae04cb7c3873 10:28:45 Step 9/23 : RUN make cmd/core-data/core-data 10:28:45 ---> Running in d4de1a2c7378 10:28:45 ---> Running in f8db7c736d6c 10:28:45 ---> Running in 9d58fc151d3f 10:28:45 ---> 9add11138684 10:28:45 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:28:45 ---> 42115bd43d1f 10:28:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:28:46 ---> Running in 764dbcc5041f 10:28:46 ---> Running in 5ce4a80faa65 10:28:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 10:28:47 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 10:28: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 10:28:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:28:47 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 10:29:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:29:26 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 10:29:36 Removing intermediate container 9d58fc151d3f 10:29:36 ---> c10e95379516 10:29:36 10:29:36 Step 10/24 : FROM alpine:3.12 10:29:36 3.12: Pulling from library/alpine 10:29:36 Removing intermediate container 5ce4a80faa65 10:29:36 ---> 189db5cd14fe 10:29:36 10:29:36 Step 10/22 : FROM alpine:3.12 10:29:36 3.12: Pulling from library/alpine 10:29:36 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:29:36 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:29:36 Status: Downloaded newer image for alpine:3.12 10:29:36 Status: Downloaded newer image for alpine:3.12 10:29:36 ---> 389fef711851 10:29:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:29:36 ---> 389fef711851 10:29:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:29:37 Removing intermediate container d4de1a2c7378 10:29:37 ---> b25fa61ad750 10:29:37 10:29:37 Step 10/23 : FROM alpine:3.12 10:29:37 ---> 389fef711851 10:29:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:29:37 ---> Running in bb0c4e532b52 10:29:37 ---> Running in a1d23f4bfd9c 10:29:37 ---> Running in 9618f6bee2d3 10:29:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:38 (1/2) Installing ca-certificates (20191127-r4) 10:29:38 (2/2) Installing dumb-init (1.2.2-r1) 10:29:38 Executing busybox-1.31.1-r19.trigger 10:29:38 (1/5) Installing ca-certificates (20191127-r4) 10:29:38 Executing ca-certificates-20191127-r4.trigger 10:29:38 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:29:38 (3/5) Installing libcurl (7.69.1-r3) 10:29:38 (4/5) Installing curl (7.69.1-r3) 10:29:38 (5/5) Installing dumb-init (1.2.2-r1) 10:29:38 Executing busybox-1.31.1-r19.trigger 10:29:38 Executing ca-certificates-20191127-r4.trigger 10:29:38 (1/1) Installing dumb-init (1.2.2-r1) 10:29:38 Executing busybox-1.31.1-r19.trigger 10:29:38 OK: 6 MiB in 16 packages 10:29:38 OK: 6 MiB in 15 packages 10:29:38 OK: 7 MiB in 19 packages 10:29:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:29:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:29:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:29:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:29:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:29:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:29:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:29:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:29:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:29:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:29:44 Removing intermediate container f8db7c736d6c 10:29:44 ---> 4d6e852e60e3 10:29:44 10:29:44 Step 10/23 : FROM alpine:3.12 10:29:44 ---> 389fef711851 10:29:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:29:44 Removing intermediate container 764dbcc5041f 10:29:44 ---> 00f61c725118 10:29:44 10:29:44 Step 10/23 : FROM alpine:3.12 10:29:44 ---> 389fef711851 10:29:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:29:44 ---> Using cache 10:29:44 ---> 885d648ce5d6 10:29:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:29:44 Removing intermediate container 9618f6bee2d3 10:29:44 ---> 885d648ce5d6 10:29:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:29:44 ---> Running in 45ee19b7fae3 10:29:44 ---> Running in df3390b0216e 10:29:44 Removing intermediate container a1d23f4bfd9c 10:29:44 ---> b27a91163c5a 10:29:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:29:44 ---> Running in 778cab19a63c 10:29:44 Removing intermediate container bb0c4e532b52 10:29:44 ---> 920381fbf000 10:29:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:29:44 ---> Running in 50544daa69ee 10:29:44 ---> Running in ee6bbf918eb2 10:29:44 Removing intermediate container df3390b0216e 10:29:44 ---> d604919a9b25 10:29:44 Step 12/23 : ENV APP_PORT=48080 10:29:44 Removing intermediate container 45ee19b7fae3 10:29:44 ---> 300b93fdcc4a 10:29:44 Step 13/23 : ENV APP_PORT=48081 10:29:44 Removing intermediate container 778cab19a63c 10:29:44 ---> d07ff3c1edfb 10:29:44 Step 13/23 : ENV APP_PORT=48082 10:29:45 ---> Running in 561332ed1822 10:29:45 ---> Running in 3986c51e7df1 10:29:45 Removing intermediate container 50544daa69ee 10:29:45 ---> 02fe1ee9466c 10:29:45 Step 13/22 : ENV APP_PORT=48060 10:29:45 Removing intermediate container ee6bbf918eb2 10:29:45 ---> 95cd2b348dd0 10:29:45 Step 13/24 : WORKDIR / 10:29:45 ---> Running in a235328bf232 10:29:45 ---> Running in 2a96bf6f191c 10:29:45 ---> Running in bbfd5f59ba1b 10:29:45 Removing intermediate container 561332ed1822 10:29:45 ---> 65463053e690 10:29:45 Step 13/23 : EXPOSE $APP_PORT 10:29:45 Removing intermediate container 3986c51e7df1 10:29:45 ---> 6a46fe1a31ff 10:29:45 Step 14/23 : EXPOSE $APP_PORT 10:29:45 Removing intermediate container a235328bf232 10:29:45 ---> 415c6e94cf3f 10:29:45 Step 14/23 : EXPOSE $APP_PORT 10:29:46 ---> Running in d3956e87fa22 10:29:46 ---> Running in 3d8f19be23a1 10:29:46 Removing intermediate container 2a96bf6f191c 10:29:46 ---> 97d43099ff19 10:29:46 Step 14/22 : EXPOSE $APP_PORT 10:29:46 ---> Running in ca0d6103aa86 10:29:46 Removing intermediate container bbfd5f59ba1b 10:29:46 ---> fee1cbd89576 10:29:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:29:46 ---> Running in 46d9b46ba693 10:29:46 Removing intermediate container 3d8f19be23a1 10:29:46 ---> a9908341d99b 10:29:46 Step 15/23 : WORKDIR / 10:29:46 Removing intermediate container d3956e87fa22 10:29:46 ---> e97c9fbe4ef4 10:29:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:29:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:29:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:29:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:29:47 Removing intermediate container ca0d6103aa86 10:29:47 ---> 4f0015d6274f 10:29:47 Step 15/23 : WORKDIR / 10:29:47 ---> Running in ec58e371fc4c 10:29:47 ---> Running in b68dbd49c677 10:29:47 ---> Running in 2e7d6261bb07 10:29:47 Removing intermediate container 46d9b46ba693 10:29:47 ---> 1151f821b10e 10:29:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:47 ---> 40d86ae355e4 10:29:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:29:47 Removing intermediate container ec58e371fc4c 10:29:47 ---> 6e4b91a9ee83 10:29:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:47 Removing intermediate container 2e7d6261bb07 10:29:47 ---> 104e447eea83 10:29:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:47 ---> 75712deee784 10:29:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:29:47 ---> 8077c4d034ba 10:29:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:29:48 ---> 1fdee48a0509 10:29:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:29:48 ---> e1aa6d98153a 10:29:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:29:48 ---> 368272475ff3 10:29:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:29:48 ---> 7022351e44d5 10:29:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:29:49 Removing intermediate container b68dbd49c677 10:29:49 ---> 62b7b39c69f6 10:29:49 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:29:49 ---> e1a712fb4725 10:29:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:29:49 ---> Running in 2e36ba72ada8 10:29:49 ---> 3fa26afef795 10:29:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:29:49 ---> 9bc21366da02 10:29:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:29:49 ---> b54303656537 10:29:49 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:29:49 ---> Running in 6617ec322771 10:29:49 ---> 20d7e4ad5deb 10:29:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:29:49 ---> b98204a77515 10:29:49 Step 19/23 : ENTRYPOINT ["/core-command"] 10:29:49 ---> Running in 7c288d401bc2 10:29:49 ---> Running in 3e16671d3f28 10:29:49 ---> 14de62e3d6d4 10:29:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:29:49 Removing intermediate container 6617ec322771 10:29:49 ---> e4bd7c241600 10:29:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:29:50 ---> Running in 70bfa890a919 10:29:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:50 Removing intermediate container 7c288d401bc2 10:29:50 ---> 2a192bb14f31 10:29:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:29:50 Removing intermediate container 3e16671d3f28 10:29:50 ---> 429ffc8dab7c 10:29:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:29:50 ---> Running in 915f6eed63dd 10:29:50 ---> f24694533b5a 10:29:50 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/ 10:29:50 ---> Running in 4075a8a94786 10:29:50 Removing intermediate container 70bfa890a919 10:29:50 ---> eca2a823c255 10:29:50 Step 20/22 : LABEL arch=x86_64 10:29:50 ---> Running in 1e56005cb046 10:29:50 ---> Running in 94e396b02198 10:29:50 Removing intermediate container 915f6eed63dd 10:29:50 ---> 6674cdd90ffe 10:29:50 Step 21/23 : LABEL arch=x86_64 10:29:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:50 Removing intermediate container 4075a8a94786 10:29:50 ---> e739dff5e71b 10:29:50 Step 21/23 : LABEL arch=x86_64 10:29:50 ---> Running in 2515612dfa9a 10:29:50 ---> Running in 702770630dc8 10:29:51 Removing intermediate container 94e396b02198 10:29:51 ---> 77237a90f218 10:29:51 Step 21/22 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:29:51 ---> Running in 53b968207905 10:29:51 Removing intermediate container 2515612dfa9a 10:29:51 ---> 452cef63a0dd 10:29:51 Step 22/23 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:29:51 Removing intermediate container 702770630dc8 10:29:51 ---> c95b972b2c14 10:29:51 Step 22/23 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:29:51 (1/6) Installing dumb-init (1.2.2-r1) 10:29:51 ---> Running in 7884db4aa4be 10:29:51 (2/6) Installing libgcc (9.3.0-r2) 10:29:51 ---> Running in 8eadf75ba0cb 10:29:51 (3/6) Installing libsodium (1.0.18-r0) 10:29:51 Removing intermediate container 53b968207905 10:29:51 ---> 6250629a543c 10:29:51 Step 22/22 : LABEL version=0.0.0 10:29:51 (4/6) Installing libstdc++ (9.3.0-r2) 10:29:51 Removing intermediate container 7884db4aa4be 10:29:51 ---> e22dc46cd4c4 10:29:51 Step 23/23 : LABEL version=0.0.0 10:29:51 ---> Running in 42f9901135ee 10:29:51 (5/6) Installing libzmq (4.3.3-r0) 10:29:52 (6/6) Installing zeromq (4.3.3-r0) 10:29:52 Executing busybox-1.31.1-r19.trigger 10:29:52 OK: 8 MiB in 20 packages 10:29:52 Removing intermediate container 8eadf75ba0cb 10:29:52 ---> 1bcf444a4dbf 10:29:52 Step 23/23 : LABEL version=0.0.0 10:29:52 ---> Running in 92d13f2d5276 10:29:52 ---> Running in bad95c5c8387 10:29:52 Removing intermediate container 42f9901135ee 10:29:52 ---> f12a74688628 10:29:52 10:29:52 Removing intermediate container 92d13f2d5276 10:29:52 ---> 72e1cc59003e 10:29:52 10:29:52 Successfully built 72e1cc59003e 10:29:52 Successfully built f12a74688628 10:29:52 Removing intermediate container 1e56005cb046 10:29:52 ---> 232464128afa 10:29:52 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:29:52 Removing intermediate container bad95c5c8387 10:29:52 ---> b9180df94f99 10:29:52 10:29:52 Successfully tagged docker-core-metadata-go:latest 10:29:52 Successfully tagged docker-support-notifications-go:latest 10:29:52  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 10:29:52  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 10:29:53 Successfully built b9180df94f99 10:29:53 Successfully tagged docker-core-command-go:latest 10:29:53 Building docker-support-scheduler-go 10:29:53  Building docker-core-command-go ... done Removing intermediate container 2e36ba72ada8 10:29:53 ---> 99b01aeae560 10:29:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:53 ---> Running in 36cd9eb6589f 10:29:53 Removing intermediate container 36cd9eb6589f 10:29:53 ---> 8c5bc6ccd5e3 10:29:53 Step 22/24 : LABEL arch=x86_64 10:29:53 ---> cad65802123e 10:29:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:29:53 ---> Running in 66c3a45f9f25 10:29:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.362s coverage: 46.0% of statements 10:29:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:29:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:29:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:29:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:29:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:29:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:29:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:29:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.183s coverage: 100.0% of statements 10:29:53 Removing intermediate container 66c3a45f9f25 10:29:53 ---> a8dc1a8e4119 10:29:53 Step 23/24 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:29:53 ---> Running in 2cee1d24c52c 10:29:54 Removing intermediate container 2cee1d24c52c 10:29:54 ---> 3a23b12f586c 10:29:54 Step 24/24 : LABEL version=0.0.0 10:29:54 ---> bbda772bdd16 10:29:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:29:54 ---> Running in ee92c9c72b02 10:29:56 Removing intermediate container ee92c9c72b02 10:29:56 ---> fe98d77cf81a 10:29:56 10:29:57 ---> 3a6cdf9b2161 10:29:57 Step 19/23 : ENTRYPOINT ["/core-data"] 10:29:57 Successfully built fe98d77cf81a 10:29:57 Successfully tagged docker-security-secretstore-setup-go:latest 10:29:57 Building docker-security-proxy-setup-go 10:29:58  Building docker-security-secretstore-setup-go ... done  ---> Running in 51227042ed17 10:30:00 Removing intermediate container 51227042ed17 10:30:00 ---> a4f5929ce35d 10:30:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:30:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.541s coverage: 27.1% of statements 10:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:30:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements 10:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:30:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 10:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:30:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.252s coverage: 65.8% of statements 10:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:30:00 ---> Running in 555df6d5f459 10:30:01 Removing intermediate container 555df6d5f459 10:30:01 ---> 8723375d9c66 10:30:01 Step 21/23 : LABEL arch=x86_64 10:30:01 ---> Running in 24073a0b5ba4 10:30:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.658s coverage: 82.3% of statements 10:30:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:30:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:30:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:30:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:30:04 Removing intermediate container 24073a0b5ba4 10:30:04 ---> f442e551b6ee 10:30:04 Step 22/23 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:30:04 ---> Running in 46681db0f8a7 10:30:05 Removing intermediate container 46681db0f8a7 10:30:05 ---> 2750040be99e 10:30:05 Step 23/23 : LABEL version=0.0.0 10:30:05 ---> Running in b02afcc8eeb2 10:30:06 Removing intermediate container b02afcc8eeb2 10:30:06 ---> b4be935be445 10:30:06 10:30:06 Successfully built b4be935be445 10:30:06 Successfully tagged docker-core-data-go:latest 10:30:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.124s coverage: 28.6% of statements 10:30:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:30:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:30:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:30:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:30:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:30:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.197s coverage: 100.0% of statements 10:30:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:30:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.125s coverage: 100.0% of statements 10:30:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:30:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.296s coverage: 86.7% of statements 10:30:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:30:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.343s coverage: 97.5% of statements 10:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:30:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements 10:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:30:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.246s coverage: 92.8% of statements 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:30:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:30:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 0.1% of statements 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:30:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:30:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 45.5% of statements 10:30:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.094s coverage: 79.5% of statements 10:30:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements 10:30:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements 10:30:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements 10:30:21  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:30:21 ---> 295dce3f6416 10:30:21 Step 3/26 : WORKDIR /edgex-go 10:30:21 ---> Using cache 10:30:21 ---> 50b3d8750d66 10:30:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:21 ---> Using cache 10:30:21 ---> 929035d55b37 10:30:21 Step 5/26 : RUN apk add --update --no-cache make bash git 10:30:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:30:22 ---> 295dce3f6416 10:30:22 Step 3/22 : WORKDIR /edgex-go 10:30:22 ---> Using cache 10:30:22 ---> 50b3d8750d66 10:30:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:22 ---> Using cache 10:30:22 ---> 929035d55b37 10:30:22 Step 5/22 : RUN apk add --update --no-cache make git 10:30:22 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:22 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:30:22 ---> 295dce3f6416 10:30:22 Step 3/31 : WORKDIR /edgex-go 10:30:22 ---> Using cache 10:30:22 ---> 50b3d8750d66 10:30:22 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:22 ---> Using cache 10:30:22 ---> 929035d55b37 10:30:22 Step 5/31 : RUN apk add --update --no-cache make git 10:30:22 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:30:22 ---> 295dce3f6416 10:30:22 Step 3/21 : WORKDIR /edgex-go 10:30:22 ---> Using cache 10:30:22 ---> 50b3d8750d66 10:30:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:22 ---> Using cache 10:30:22 ---> 929035d55b37 10:30:22 Step 5/21 : RUN apk add --update --no-cache make git 10:30:23 ---> Running in f84f88a6e7eb 10:30:23 ---> Running in 550dfbc5a066 10:30:23 ---> Running in 0985ec76795a 10:30:23 ---> Running in 5090c8101751 10:30:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:30:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:30:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:30:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:30:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:30:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:30:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:30:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:30:26 OK: 233 MiB in 51 packages 10:30:26 OK: 233 MiB in 51 packages 10:30:26 OK: 233 MiB in 51 packages 10:30:26 OK: 233 MiB in 51 packages 10:30:27 Removing intermediate container 0985ec76795a 10:30:27 ---> 0ec56a40ad5d 10:30:27 Step 6/31 : COPY go.mod . 10:30:27 Removing intermediate container 550dfbc5a066 10:30:27 ---> 98e733eadf4a 10:30:27 Step 6/22 : COPY go.mod . 10:30:27 Removing intermediate container 5090c8101751 10:30:27 ---> e27d818aa837 10:30:27 Step 6/21 : COPY go.mod . 10:30:27 Removing intermediate container f84f88a6e7eb 10:30:27 ---> 522b2d7dbc1a 10:30:27 Step 6/26 : COPY go.mod . 10:30:27 ---> 36fd28f6032d 10:30:27 Step 7/22 : RUN go mod download 10:30:27 ---> 2e27f5721b61 10:30:27 Step 7/31 : RUN go mod download 10:30:28 ---> Running in 6020e1e48c90 10:30:28 ---> Running in 44583c4fd758 10:30:28 ---> 16043bd7e5f1 10:30:28 Step 7/21 : RUN go mod download 10:30:28 ---> 46552b283824 10:30:28 Step 7/26 : RUN go mod download 10:30:28 ---> Running in 538a68cf2ee6 10:30:28 ---> Running in 948b867a027e 10:30:30 Removing intermediate container 6020e1e48c90 10:30:30 ---> ea01c8d1a8a2 10:30:30 Step 8/22 : COPY . . 10:30:30 Removing intermediate container 948b867a027e 10:30:30 ---> 6854a0da3429 10:30:30 Step 8/26 : COPY . . 10:30:30 Removing intermediate container 44583c4fd758 10:30:30 ---> bae4776518ea 10:30:30 Step 8/31 : COPY . . 10:30:30 Removing intermediate container 538a68cf2ee6 10:30:30 ---> f7a3a48a8fa8 10:30:30 Step 8/21 : COPY . . 10:30:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.090s coverage: 94.4% of statements 10:30:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.120s coverage: 92.9% of statements 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.2% of statements 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.4% of statements 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.482s coverage: 63.5% of statements 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.843s coverage: 68.9% of statements 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.306s coverage: 37.0% of statements 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.607s coverage: 84.0% of statements 10:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.073s coverage: 100.0% of statements 10:30:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.462s coverage: 47.0% of statements 10:30:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:30:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:30:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:30:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:30:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:30:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements 10:30:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:30:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.129s coverage: 100.0% of statements 10:30:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:30:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:30:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:30:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:30:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.175s coverage: 90.4% of statements 10:30:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:30:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:30:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:31:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.948s coverage: 29.1% of statements 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:31:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.182s coverage: 99.0% of statements 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:31:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.091s coverage: 100.0% of statements 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:31:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.147s coverage: 100.0% of statements 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:31:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.079s coverage: 0.0% of statements 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:31:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:31:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:31:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 10:31:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.072s coverage: 32.1% of statements 10:31:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 10:31:03 GO111MODULE=on go vet ./... 10:31:05 ---> 99e0ada11405 10:31:05 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:31:05 ---> 2b3c59f54de7 10:31:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:31:05 ---> Running in f64f549b9fb3 10:31:05 ---> bddfb0d699f6 10:31:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:31:05 ---> 5348656429bd 10:31:05 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:31:05 ---> Running in c3fc3d8848a0 10:31:05 ---> Running in ac8a236418b9 10:31:05 ---> Running in 4123b3da7948 10:31:05 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 10:31:05 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 10:31:05 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 10:31: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 10:31:32 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 10:31:32 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 10:31:37 Removing intermediate container 4123b3da7948 10:31:37 ---> 258240f74033 10:31:37 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:31:37 ---> Running in aee5334364c4 10:31:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:31:42 Removing intermediate container c3fc3d8848a0 10:31:42 ---> 64c611845c32 10:31:42 10:31:42 Step 10/21 : FROM alpine:3.12 10:31:42 ---> 389fef711851 10:31:42 Step 11/21 : RUN apk add --update --no-cache curl 10:31:42 Removing intermediate container ac8a236418b9 10:31:42 ---> 85e9d9157694 10:31:42 10:31:42 Step 10/22 : FROM alpine:3.12 10:31:42 ---> 389fef711851 10:31:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:31:42 ---> Using cache 10:31:42 ---> 885d648ce5d6 10:31:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:31:43 ---> Using cache 10:31:43 ---> d07ff3c1edfb 10:31:43 Step 13/22 : ENV APP_PORT=48085 10:31:43 Removing intermediate container f64f549b9fb3 10:31:43 ---> 00677c567fad 10:31:43 10:31:43 Step 10/31 : FROM alpine:3.12 10:31:43 ---> 389fef711851 10:31:43 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:31:43 ---> Running in e02271eb4ac5 10:31:43 ---> Running in b04ceda18e96 10:31:43 ---> Running in 6a3f682cb868 10:31:43 Removing intermediate container aee5334364c4 10:31:43 ---> 771955d830a7 10:31:43 10:31:43 Step 11/26 : FROM docker:20.10.0 10:31:43 20.10.0: Pulling from library/docker 10:31:43 Removing intermediate container 6a3f682cb868 10:31:43 ---> 9092baf3ec7b 10:31:43 Step 14/22 : EXPOSE $APP_PORT 10:31:43 Removing intermediate container e02271eb4ac5 10:31:43 ---> 97a7ff9d5413 10:31:43 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:31:43 ---> Running in de58c81b7e33 10:31:43 ---> Running in 0f744a60c203 10:31:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:31:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:31:45 Removing intermediate container de58c81b7e33 10:31:45 ---> 9bb91586affc 10:31:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:31:45 (1/4) Installing ca-certificates (20191127-r4) 10:31:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:31:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:31:45 (3/4) Installing libcurl (7.69.1-r3) 10:31:45 (4/4) Installing curl (7.69.1-r3) 10:31:45 Executing busybox-1.31.1-r19.trigger 10:31:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:31:45 Executing ca-certificates-20191127-r4.trigger 10:31:45 OK: 7 MiB in 18 packages 10:31:45 (1/2) Installing dumb-init (1.2.2-r1) 10:31:45 (2/2) Installing su-exec (0.2-r1) 10:31:45 Executing busybox-1.31.1-r19.trigger 10:31:45 OK: 6 MiB in 16 packages 10:31:47 ---> 5de956e67b05 10:31:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:31:47 Removing intermediate container 0f744a60c203 10:31:47 ---> 6122e86e6170 10:31:47 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:31:47 Removing intermediate container b04ceda18e96 10:31:47 ---> f98bf06e262b 10:31:47 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:31:47 ---> Running in 0281ad5b0b0a 10:31:47 ---> Running in e07900e67225 10:31:47 ---> 2fd4763a82f1 10:31:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:31:48 Removing intermediate container 0281ad5b0b0a 10:31:48 ---> fff6107830d4 10:31:48 Step 13/21 : WORKDIR /edgex 10:31:48 Removing intermediate container e07900e67225 10:31:48 ---> bbc8a1604855 10:31:48 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:31:48 ---> Running in 3e71710825e6 10:31:48 ---> Running in 20b52681920f 10:31:48 ---> fff21784d3d8 10:31:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:31:48 ---> Running in bbce724109f5 10:31:48 Removing intermediate container 3e71710825e6 10:31:48 ---> 20318649c70a 10:31:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:31:48 Removing intermediate container 20b52681920f 10:31:48 ---> 9db3fd4c1bcb 10:31:48 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:31:49 Removing intermediate container bbce724109f5 10:31:49 ---> 4f6f6541aba5 10:31:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:31:49 ---> Running in 273dfe9175f2 10:31:49 ---> Running in 06826a6fead0 10:31:49 ---> 51290669c69e 10:31:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:31:49 Removing intermediate container 06826a6fead0 10:31:49 ---> 6777b9001686 10:31:49 Step 20/22 : LABEL arch=x86_64 10:31:49 ---> Running in fb2a80894b18 10:31:50 Removing intermediate container fb2a80894b18 10:31:50 ---> 82dbd5cbdecc 10:31:50 Step 21/22 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:31:50 ---> Running in c070f5fbebc2 10:31:50 ---> 42897aa6c4d8 10:31:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:31:50 Removing intermediate container 273dfe9175f2 10:31:50 ---> c5299a6d4caa 10:31:50 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:31:50 Removing intermediate container c070f5fbebc2 10:31:50 ---> cea25007fdf2 10:31:50 Step 22/22 : LABEL version=0.0.0 10:31:50 ---> Running in 9c2629e54413 10:31:50 ---> Running in 377e1dae0870 10:31:51 ---> eeaefadcb689 10:31:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:31:51 Removing intermediate container 9c2629e54413 10:31:51 ---> ab3ee0d585a1 10:31:51 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:31:51 Removing intermediate container 377e1dae0870 10:31:51 ---> 5d3d48e063cc 10:31:51 10:31:51 ---> Running in 7f7a15cba3bd 10:31:51 Removing intermediate container 7f7a15cba3bd 10:31:51 ---> fcb106860462 10:31:51 Step 18/21 : CMD ["--init=true"] 10:31:51 ---> Running in 31083a7254f9 10:31:51 ---> 33274e083d97 10:31:51 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:31:51 Successfully built 5d3d48e063cc 10:31:52 Successfully tagged docker-support-scheduler-go:latest 10:31:52  Building docker-support-scheduler-go ... done  ---> Running in cead02613b99 10:31:52 Removing intermediate container 31083a7254f9 10:31:52 ---> 2133b0c2cb8d 10:31:52 Step 19/21 : LABEL arch=x86_64 10:31:52 ---> Running in 7e14667c5ed5 10:31:52 Removing intermediate container 7e14667c5ed5 10:31:52 ---> 67d772ee37b6 10:31:52 Step 20/21 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:31:52 ---> Running in b6f27a550d46 10:31:52 Removing intermediate container b6f27a550d46 10:31:52 ---> aff2892b0213 10:31:52 Step 21/21 : LABEL version=0.0.0 10:31:53 ---> Running in 381bdde74f7c 10:31:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:31:53 Status: Downloaded newer image for docker:20.10.0 10:31:53 ---> aefe523efa57 10:31:53 Step 12/26 : RUN apk add --no-cache bash 10:31:53 Removing intermediate container 381bdde74f7c 10:31:53 ---> 51a23732fad5 10:31:53 10:31:53 ---> Running in e6426338d403 10:31:53 Successfully built 51a23732fad5 10:31:54 Successfully tagged docker-security-proxy-setup-go:latest 10:31:54  Building docker-security-proxy-setup-go ... done Removing intermediate container cead02613b99 10:31:54 ---> 2301ab077ac8 10:31:54 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:31:54 ---> 63b79ea88513 10:31:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:31:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:31:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:31:54 (1/2) Installing readline (8.0.4-r0) 10:31:54 (2/2) Installing bash (5.0.17-r0) 10:31:54 Executing bash-5.0.17-r0.post-install 10:31:54 Executing busybox-1.31.1-r19.trigger 10:31:54 OK: 12 MiB in 22 packages 10:31:55 ---> 0dd7c2036f0b 10:31:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:31:55 ---> b40738da341b 10:31:55 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:31:55 Removing intermediate container e6426338d403 10:31:55 ---> 681cd7eab5f6 10:31:55 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:31:55 ---> Running in fd324b0c2377 10:31:55 Removing intermediate container fd324b0c2377 10:31:55 ---> 7de2ebe17bf7 10:31:55 Step 14/26 : ENV APP_PORT=48090 10:31:55 ---> Running in f4081437fa51 10:31:55 ---> 03cb506d1c1c 10:31:55 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:31:56 Removing intermediate container f4081437fa51 10:31:56 ---> efc1bbf72d00 10:31:56 Step 15/26 : EXPOSE $APP_PORT 10:31:56 ---> Running in 3acc2a13293a 10:31:56 ---> fbf892c0fae2 10:31:56 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:31:56 Removing intermediate container 3acc2a13293a 10:31:56 ---> ed5d59ae30a8 10:31:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:31:56 ---> Running in f1726a3aa7ba 10:31:56 Removing intermediate container f1726a3aa7ba 10:31:56 ---> 7835285a84fd 10:31:56 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:31:57 ---> e164ec09cf38 10:31:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:31:57 ---> 9c7845bd62f0 10:31:57 Step 26/31 : RUN chmod +x /entrypoint.sh 10:31:57 ---> ccf68aa5236f 10:31:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:31:57 ---> Running in ab3b55d5e97f 10:31:58 ---> 5e887e7d465d 10:31:58 Step 19/26 : RUN apk --no-cache add py3-pip 10:31:58 ---> Running in 1e5cc114fb0c 10:31:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:31:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:31:58 Removing intermediate container ab3b55d5e97f 10:31:58 ---> 72c9713bb65b 10:31:58 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:31:58 (1/33) Installing libbz2 (1.0.8-r1) 10:31:58 (2/33) Installing expat (2.2.9-r1) 10:31:58 (3/33) Installing libffi (3.3-r2) 10:31:58 (4/33) Installing gdbm (1.13-r1) 10:31:58 (5/33) Installing xz-libs (5.2.5-r0) 10:31:59 (6/33) Installing sqlite-libs (3.32.1-r0) 10:31:59 (7/33) Installing python3 (3.8.5-r0) 10:31:59 ---> Running in 0d2d64b3bf71 10:32:01 Removing intermediate container 0d2d64b3bf71 10:32:01 ---> 27ce41699d65 10:32:01 Step 28/31 : CMD ["gate"] 10:32:02 (8/33) Installing py3-appdirs (1.4.4-r1) 10:32:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:32:02 (10/33) Installing py3-parsing (2.4.7-r0) 10:32:02 ---> Running in ee18bb77d596 10:32:02 (11/33) Installing py3-six (1.15.0-r0) 10:32:02 (12/33) Installing py3-packaging (20.4-r0) 10:32:02 (13/33) Installing py3-setuptools (47.0.0-r0) 10:32:03 (14/33) Installing py3-chardet (3.0.4-r4) 10:32:03 (15/33) Installing py3-idna (2.9-r0) 10:32:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:32:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:32:03 (18/33) Installing py3-requests (2.23.0-r0) 10:32:03 (19/33) Installing py3-msgpack (1.0.0-r0) 10:32:03 (20/33) Installing py3-lockfile (0.12.2-r3) 10:32:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:32:04 (22/33) Installing py3-colorama (0.4.3-r0) 10:32:04 Removing intermediate container ee18bb77d596 10:32:04 ---> 0f73b0507c9c 10:32:04 Step 29/31 : LABEL arch=x86_64 10:32:04 (23/33) Installing py3-distlib (0.3.0-r0) 10:32:04 (24/33) Installing py3-distro (1.5.0-r1) 10:32:04 (25/33) Installing py3-webencodings (0.5.1-r3) 10:32:04 (26/33) Installing py3-html5lib (1.0.1-r4) 10:32:04 (27/33) Installing py3-pytoml (0.1.21-r0) 10:32:04 (28/33) Installing py3-pep517 (0.8.2-r0) 10:32:04 (29/33) Installing py3-progress (1.5-r0) 10:32:04 (30/33) Installing py3-toml (0.10.1-r0) 10:32:04 (31/33) Installing py3-retrying (1.3.3-r0) 10:32:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:32:04 ---> Running in 3f20657dc3ee 10:32:04 (33/33) Installing py3-pip (20.1.1-r0) 10:32:04 Executing busybox-1.31.1-r19.trigger 10:32:04 OK: 71 MiB in 55 packages 10:32:05 Removing intermediate container 3f20657dc3ee 10:32:05 ---> 9716c1accde5 10:32:05 Step 30/31 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:32:05 ---> Running in 8578904a0a2e 10:32:05 Removing intermediate container 8578904a0a2e 10:32:05 ---> c59be428374e 10:32:05 Step 31/31 : LABEL version=0.0.0 10:32:06 ---> Running in 3bb13c776c19 10:32:10 Removing intermediate container 3bb13c776c19 10:32:10 ---> 6558e76c8c76 10:32:10 10:32:10 Successfully built 6558e76c8c76 10:32:10 Successfully tagged docker-security-bootstrapper-go:latest 10:32:10  Building docker-security-bootstrapper-go ... done Removing intermediate container 1e5cc114fb0c 10:32:10 ---> f891c24b1c66 10:32:10 Step 20/26 : RUN pip install docker-compose==1.23.2 10:32:10 ---> Running in 2c906b44b24a 10:32:12 Collecting docker-compose==1.23.2 10:32:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:32:12 Collecting docopt<0.7,>=0.6.1 10:32:12 Downloading docopt-0.6.2.tar.gz (25 kB) 10:32:13 Collecting dockerpty<0.5,>=0.4.1 10:32:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:32:13 Collecting docker<4.0,>=3.6.0 10:32:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:32:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:32:14 Collecting websocket-client<1.0,>=0.32.0 10:32:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:32:14 Collecting texttable<0.10,>=0.9.0 10:32:14 Downloading texttable-0.9.1.tar.gz (11 kB) 10:32:15 Collecting PyYAML<4,>=3.10 10:32:15 Downloading PyYAML-3.13.tar.gz (270 kB) 10:32:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:32:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:32:17 Collecting cached-property<2,>=1.2.0 10:32:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:32:17 Collecting jsonschema<3,>=2.5.1 10:32:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:32:17 Collecting docker-pycreds>=0.4.0 10:32:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:32:17 Collecting urllib3<1.25,>=1.21.1 10:32:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:32:17 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) 10:32:17 Collecting idna<2.8,>=2.5 10:32:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:32:17 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) 10:32:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:32:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:32:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:32:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:32:18 Installing collected packages: docopt, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, PyYAML, cached-property, jsonschema, docker-compose 10:32:18 Running setup.py install for docopt: started 10:32:18 Running setup.py install for docopt: finished with status 'done' 10:32:18 Running setup.py install for dockerpty: started 10:32:19 Running setup.py install for dockerpty: finished with status 'done' 10:32:19 Attempting uninstall: urllib3 10:32:19 Found existing installation: urllib3 1.25.9 10:32:19 Uninstalling urllib3-1.25.9: 10:32:19 Successfully uninstalled urllib3-1.25.9 10:32:19 Attempting uninstall: idna 10:32:19 Found existing installation: idna 2.9 10:32:19 Uninstalling idna-2.9: 10:32:19 Successfully uninstalled idna-2.9 10:32:19 Attempting uninstall: requests 10:32:19 Found existing installation: requests 2.23.0 10:32:19 Uninstalling requests-2.23.0: 10:32:19 Successfully uninstalled requests-2.23.0 10:32:20 Running setup.py install for texttable: started 10:32:20 Running setup.py install for texttable: finished with status 'done' 10:32:20 Running setup.py install for PyYAML: started 10:32:21 Running setup.py install for PyYAML: finished with status 'done' 10:32:21 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 10:32:25 Removing intermediate container 2c906b44b24a 10:32:25 ---> 1216102e7df1 10:32:25 Step 21/26 : RUN apk --no-cache add curl 10:32:25 ---> Running in fb9a93ed1766 10:32:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:32:25 gofmt -l . 10:32:25 [ "`gofmt -l .`" = "" ] 10:32:25 ./bin/test-go-mod-tidy.sh 10:32:25 ./bin/test-attribution-txt.sh [Pipeline] sh 10:32:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:32:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:32:25 (2/3) Installing libcurl (7.69.1-r3) 10:32:25 (3/3) Installing curl (7.69.1-r3) 10:32:25 Executing busybox-1.31.1-r19.trigger 10:32:25 OK: 72 MiB in 58 packages 10:32:25 + ls -al . 10:32:25 total 712 10:32:25 drwxrwxr-x 9 1001 1001 4096 Feb 4 10:32 . 10:32:25 drwxr-xr-x 4 root root 4096 Feb 4 10:28 .. 10:32:25 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:26 .dockerignore 10:32:25 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:26 .git 10:32:25 drwxrwxr-x 3 1001 1001 4096 Feb 4 10:26 .github 10:32:25 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:26 .gitignore 10:32:25 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:26 .sonarcloud.properties 10:32:25 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:26 Attribution.txt 10:32:25 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:26 CONTRIBUTING.md 10:32:25 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:26 Dockerfile.build 10:32:25 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:26 Jenkinsfile 10:32:25 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:26 LICENSE 10:32:25 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:26 Makefile 10:32:25 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:26 README.md 10:32:25 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:26 SECURITY.md 10:32:25 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:23 VERSION 10:32:25 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:26 ZMQWindows.md 10:32:25 drwxrwxr-x 2 1001 1001 4096 Feb 4 10:26 bin 10:32:25 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:26 cmd 10:32:25 -rw-r--r-- 1 root root 580808 Feb 4 10:31 coverage.out 10:32:25 -rw-r--r-- 1 root root 1054 Feb 4 10:32 go.mod 10:32:25 -rw-r--r-- 1 root root 19517 Feb 4 10:32 go.sum 10:32:25 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:26 internal 10:32:25 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:26 openapi 10:32:25 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:26 snap 10:32:25 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:26 version.go [Pipeline] sh 10:32:26 Removing intermediate container fb9a93ed1766 10:32:26 ---> e35919bae913 10:32:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:32:26 ---> Running in be9e48fcfdf3 10:32:26 Removing intermediate container be9e48fcfdf3 10:32:26 ---> 9874b92ec2c9 10:32:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:32:26 + '[' -e coverage.out ] 10:32:26 + chown 1001:1001 coverage.out [Pipeline] stash 10:32:26 Warning: overwriting stash ‘coverage-report’ 10:32:26 ---> Running in 19f1416a962d 10:32:26 Removing intermediate container 19f1416a962d 10:32:26 ---> f7613c2ded2e 10:32:26 Step 24/26 : LABEL arch=x86_64 10:32:26 ---> Running in aed3b1c7b680 10:32:26 Removing intermediate container aed3b1c7b680 10:32:26 ---> 4b71935c5b62 10:32:26 Step 25/26 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:32:26 ---> Running in 2bdb90de483f 10:32:26 Removing intermediate container 2bdb90de483f 10:32:26 ---> 057430f8a77d 10:32:26 Step 26/26 : LABEL version=0.0.0 10:32:26 ---> Running in 44b9362e3f3a 10:32:27 Removing intermediate container 44b9362e3f3a 10:32:27 ---> 1bbb69f0cefb 10:32:27 10:32:27 Successfully built 1bbb69f0cefb 10:32:27 Successfully tagged docker-sys-mgmt-agent-go:latest 10:32:27 Stashed 1 file(s) [Pipeline] sh 10:32:28 + make build 10:32:28 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 10:32:28  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:32:28 $ docker stop --time=1 1690d76ddb85e04766a8456a3c2d1e91c6bb5ed321315eff84dbec1d418ca4d8 10:32:30 $ docker rm -f 1690d76ddb85e04766a8456a3c2d1e91c6bb5ed321315eff84dbec1d418ca4d8 [Pipeline] // withDockerContainer [Pipeline] sh 10:32:30 + docker images 10:32:30 + grep docker 10:32:31 docker-sys-mgmt-agent-go latest 1bbb69f0cefb 4 seconds ago 313MB 10:32:31 docker-security-bootstrapper-go latest 6558e76c8c76 24 seconds ago 23.8MB 10:32:31 docker-security-proxy-setup-go latest 51a23732fad5 38 seconds ago 24.4MB 10:32:31 docker-support-scheduler-go latest 5d3d48e063cc 40 seconds ago 17MB 10:32:31 docker-core-data-go latest b4be935be445 2 minutes ago 22.3MB 10:32:31 docker-security-secretstore-setup-go latest fe98d77cf81a 2 minutes ago 24.6MB 10:32:31 docker-support-notifications-go latest f12a74688628 2 minutes ago 17.5MB 10:32:31 docker-core-command-go latest b9180df94f99 2 minutes ago 16.9MB 10:32:31 docker-core-metadata-go latest 72e1cc59003e 2 minutes ago 18.8MB 10:32:31 docker 20.10.0 aefe523efa57 7 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 10:32:38 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 10:32:47 Still waiting to schedule task 10:32:47 ‘prd-ubuntu18.04-docker-8c-8g-24964’ is offline 10:33: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 10:33:04 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 10:33:10 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 10:33:11 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 10:33:17 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 10:33:22 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 10:33:25 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 10:33: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 10:33:32 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 10:33:36 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 10:33:40 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] } 10:33:46 $ docker stop --time=1 55a5dfd971dba7e99cbc2471802e7bbe9bc5d8c8240442345dc1b8a55f430152 10:33:48 $ docker rm -f 55a5dfd971dba7e99cbc2471802e7bbe9bc5d8c8240442345dc1b8a55f430152 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:33:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:33:50 10:33:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:33:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:33:51 latest: Pulling from edgex-devops/edgex-compose-arm64 10:33:51 29e5d40040c1: Pulling fs layer 10:33:51 1ce36da41761: Pulling fs layer 10:33:51 25b303627fd3: Pulling fs layer 10:33:52 29e5d40040c1: Verifying Checksum 10:33:52 29e5d40040c1: Download complete 10:33:52 1ce36da41761: Verifying Checksum 10:33:52 1ce36da41761: Download complete 10:33:52 29e5d40040c1: Pull complete 10:33:53 1ce36da41761: Pull complete 10:33:54 25b303627fd3: Verifying Checksum 10:33:54 25b303627fd3: Download complete 10:33:57 Running on prd-ubuntu18.04-docker-8c-8g-24965 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 10:33:58 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 10:34:00 using credential edgex-jenkins-ssh 10:34:00 Cloning the remote Git repository 10:34:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:34:00 > git init /w/workspace/edgex-go/8 # timeout=10 10:34:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:34:00 > git --version # timeout=10 10:34:00 > git --version # 'git version 2.17.1' 10:34:00 using GIT_SSH to set credentials SSH Credentials for GitHub 10:34:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:34:04 25b303627fd3: Pull complete 10:34:04 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:34:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:34:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:34:04 prd-ubuntu18.04-docker-arm64-4c-16g-24959 does not seem to be running inside a container 10:34:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:34:07 Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 9c707fa5c9f2bb8b3675709372ae783111037035 10:34:07 Merge succeeded, producing 9c707fa5c9f2bb8b3675709372ae783111037035 10:34:07 Checking out Revision 9c707fa5c9f2bb8b3675709372ae783111037035 (PR-3109) 10:34:07 $ docker top ae8101f7f2190b40abe99e80858fe6d7c6212754db5aa934024636afddaa29a5 -eo pid,comm 10:34:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:34:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:34:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:34:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:34:07 using GIT_SSH to set credentials SSH Credentials for GitHub 10:34:07 > 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 10:34:07 > git config core.sparsecheckout # timeout=10 10:34:07 > git checkout -f 9c707fa5c9f2bb8b3675709372ae783111037035 # timeout=10 10:34:07 > git remote # timeout=10 10:34:07 > git config --get remote.origin.url # timeout=10 10:34:07 using GIT_SSH to set credentials SSH Credentials for GitHub 10:34:07 > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 10:34:07 > git rev-parse HEAD^{commit} # timeout=10 10:34:07 > git config core.sparsecheckout # timeout=10 10:34:07 > git checkout -f 9c707fa5c9f2bb8b3675709372ae783111037035 # timeout=10 [Pipeline] { [Pipeline] sh 10:34:08 + docker-compose build --help 10:34:08 + grep parallel 10:34:11 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:34:12 --parallel Build images in parallel. [Pipeline] } 10:34:12 $ docker stop --time=1 ae8101f7f2190b40abe99e80858fe6d7c6212754db5aa934024636afddaa29a5 10:34:12 + echo snap-build.sh 10:34:12 snap-build.sh 10:34:12 + SNAP_BASE_DIR=. 10:34:12 + '[' '!' -z /w/workspace/edgex-go/8 ']' 10:34:12 + SNAP_BASE_DIR=/w/workspace/edgex-go/8 10:34:12 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' 10:34:12 [snap-build] Building snap in dir [/w/workspace/edgex-go/8] 10:34:12 + cd /w/workspace/edgex-go/8 10:34:12 + sudo apt-get remove -qy --purge lxd lxd-client 10:34:12 Reading package lists... 10:34:12 Building dependency tree... 10:34:12 Reading state information... 10:34:12 The following packages were automatically installed and are no longer required: 10:34:12 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 10:34:12 uidmap xdelta3 10:34:12 Use 'sudo apt autoremove' to remove them. 10:34:12 The following packages will be REMOVED: 10:34:12 lxd* lxd-client* 10:34:13 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 10:34:13 After this operation, 31.7 MB disk space will be freed. 10:34:14 $ docker rm -f ae8101f7f2190b40abe99e80858fe6d7c6212754db5aa934024636afddaa29a5 10:34:14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 10:34:14 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:34:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:34:15 . [Pipeline] withDockerContainer 10:34:15 Removing lxd dnsmasq configuration 10:34:15 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 10:34:15 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 10:34:15 prd-ubuntu18.04-docker-arm64-4c-16g-24959 does not seem to be running inside a container 10:34:15 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 10:34:16 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 10:34:16 (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.) 10:34:16 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 10:34:17 $ docker top aa4bc9a04b29e5d0c67b1e71cb4e7945900427a9b4f4c5286c4780b443d963de -eo pid,comm [Pipeline] { [Pipeline] sh 10:34:18 Processing triggers for systemd (237-3ubuntu10.42) ... 10:34:18 Processing triggers for ureadahead (0.100.0-21) ... 10:34:18 + docker-compose -f ./docker-compose-build.yml build --parallel 10:34:19 + sudo snap remove --purge lxd 10:34:19 snap "lxd" is not installed 10:34:19 + sudo groupadd --force --system lxd 10:34:19 ++ whoami 10:34:19 + sudo /usr/sbin/usermod -G lxd -a jenkins 10:34:19 + newgrp - lxd 10:34:19 + sudo snap install lxd 10:34:21 Building docker-core-command-go ... 10:34:21 Building docker-core-data-go ... 10:34:21 Building docker-core-metadata-go ... 10:34:21 Building docker-security-bootstrapper-go ... 10:34:21 Building docker-security-proxy-setup-go ... 10:34:21 Building docker-security-secretstore-setup-go ... 10:34:21 Building docker-support-notifications-go ... 10:34:21 Building docker-support-scheduler-go ... 10:34:21 Building docker-sys-mgmt-agent-go ... 10:34:21 Building docker-support-notifications-go 10:34:21 Building docker-support-scheduler-go 10:34:21 Building docker-core-command-go 10:34:21 Building docker-security-proxy-setup-go 10:34:21 Building docker-security-bootstrapper-go 10:34:27 2021-02-04T10:34:24Z INFO Waiting for automatic snapd restart... 10:34:37 lxd 4.10 from Canonical* installed 10:34:37 + sudo lxd init --auto 10:34:47 + sudo snap install --classic snapcraft 10:34:54 snapcraft 4.4.4 from Canonical* installed 10:34:54 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 10:34:54 + patch --verbose -p1 10:34:54 Hmm... Looks like a unified diff to me... 10:34:54 The text leading up to this was: 10:34:54 -------------------------- 10:34:54 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 10:34:54 |From: Tony Espy 10:34:54 |Date: Wed, 16 Dec 2020 16:34:55 -0500 10:34:54 |Subject: [PATCH] optimize snap build for pipeline CI check 10:34:54 | 10:34:54 |This patch is used by the EdgeX CI pipeline builds to 10:34:54 |optimize the snap CI check run for pull requests. When 10:34:54 |applied, it essentially strips out everything (apps and 10:34:54 |parts) from the snapcraft.yaml file except those required 10:34:54 |to build edgex-go, as the whole idea of the CI check is to 10:34:54 |catch changes to edgex-go that break the snap build. 10:34:54 | 10:34:54 |In general, anyone updating snapcraft.yaml will also need 10:34:54 |to update this patch file, otherwise it may fail to apply, 10:34:54 |resulting in a failed snap build CI check in the associated 10:34:54 |pull request. 10:34:54 | 10:34:54 |Note - in addition to applying this patch, the pipeline also 10:34:54 |only primes the snap (e.g. `snapcraft prime`), as there's no 10:34:54 |need to build the finally binary .snap file (and it won't 10:34:54 |work with the patch applied). This further reduces the build 10:34:54 |time. 10:34:54 |--- 10:34:54 | snap/snapcraft.yaml | 461 +------------------------------------------- 10:34:54 | 1 file changed, 2 insertions(+), 459 deletions(-) 10:34:54 | 10:34:54 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 10:34:54 |index 1e537489..faf42425 100644 10:34:54 |--- a/snap/snapcraft.yaml 10:34:54 |+++ b/snap/snapcraft.yaml 10:34:54 -------------------------- 10:34:54 patching file snap/snapcraft.yaml 10:34:54 Using Plan A... 10:34:54 Hunk #1 succeeded at 73. 10:34:54 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 10:34:54 Hunk #3 succeeded at 214 (offset -1 lines). 10:34:54 Hunk #4 succeeded at 222 (offset -1 lines). 10:34:54 Hunk #5 succeeded at 229 (offset -1 lines). 10:34:54 Hunk #6 succeeded at 256 (offset -1 lines). 10:34:54 Hunk #7 succeeded at 290 (offset -1 lines). 10:34:54 Hunk #8 succeeded at 342. 10:34:54 Hmm... Ignoring the trailing garbage. 10:34:54 done 10:34:54 + sudo snapcraft prime --use-lxd 10:34:55 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 10:34:55 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: 10:34:55 - README.md 10:34:55 - snapcraft.yaml.orig 10:34:55 10:34:55 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:34:55 Launching a container. 10:35:08 Waiting for container to be ready 10:35:08 To start your first instance, try: lxc launch ubuntu:18.04 10:35:08 10:35:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 10:35:10 Waiting for network to be ready... 10:35:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:35:11 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:35:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 10:35:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 10:35:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 10:35:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 10:35:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 10:35:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 10:35:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 10:35:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 10:35:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:35:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:35:12 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:35:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:35:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:35:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:35:12 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:35:12 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:35:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:35:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 10:35:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 10:35:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 10:35:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 10:35:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 10:35:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 10:35:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 10:35:13 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 10:35:15 Fetched 23.9 MB in 4s (5673 kB/s) 10:35:16 Reading package lists... 10:35:16 Reading package lists... 10:35:16 Building dependency tree... 10:35:16 Reading state information... 10:35:16 The following additional packages will be installed: 10:35:16 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:35:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:35:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:35:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 10:35:16 Suggested packages: 10:35:16 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 10:35:16 Recommended packages: 10:35:16 gnupg libsasl2-modules 10:35:16 The following NEW packages will be installed: 10:35:16 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:35:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:35:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:35:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 10:35:16 The following packages will be upgraded: 10:35:16 gpg gpg-agent gpgconf libudev1 10:35:16 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 10:35:16 Need to get 3533 kB of archives. 10:35:16 After this operation, 13.3 MB of additional disk space will be used. 10:35:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 10:35:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 10:35:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 10:35:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 10:35:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 10:35:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 10:35:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 10:35:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 10:35:16 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 10:35:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 10:35:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 10:35:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 10:35:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 10:35:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 10:35:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 10:35:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 10:35:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 10:35:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 10:35:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 10:35:17 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 10:35:17 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 10:35:17 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 10:35:17 debconf: delaying package configuration, since apt-utils is not installed 10:35:17 Fetched 3533 kB in 1s (3565 kB/s) 10:35:17 (Reading database ... 12511 files and directories currently installed.) 10:35:17 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 10:35:17 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:35:17 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 10:35:17 Selecting previously unselected package udev. 10:35:17 (Reading database ... 12511 files and directories currently installed.) 10:35:17 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 10:35:18 Unpacking udev (237-3ubuntu10.44) ... 10:35:18 Selecting previously unselected package libfuse2:amd64. 10:35:18 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 10:35:18 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:35:18 Selecting previously unselected package fuse. 10:35:18 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 10:35:18 Unpacking fuse (2.9.7-1ubuntu1) ... 10:35:18 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 10:35:18 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:35:18 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 10:35:18 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:35:18 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 10:35:18 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:35:18 Selecting previously unselected package libksba8:amd64. 10:35:18 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 10:35:18 Unpacking libksba8:amd64 (1.3.5-2) ... 10:35:18 Selecting previously unselected package libroken18-heimdal:amd64. 10:35:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:35:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:19 Selecting previously unselected package libasn1-8-heimdal:amd64. 10:35:19 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:35:19 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:19 Selecting previously unselected package libheimbase1-heimdal:amd64. 10:35:19 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:35:19 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:19 Selecting previously unselected package libhcrypto4-heimdal:amd64. 10:35:19 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:35:19 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:19 Selecting previously unselected package libwind0-heimdal:amd64. 10:35:19 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:35:19 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:19 Selecting previously unselected package libhx509-5-heimdal:amd64. 10:35:19 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:35:19 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:19 Selecting previously unselected package libkrb5-26-heimdal:amd64. 10:35:19 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:35:19 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:19 Selecting previously unselected package libheimntlm0-heimdal:amd64. 10:35:19 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:35:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 10:35:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:35:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:19 Selecting previously unselected package libsasl2-modules-db:amd64. 10:35:19 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 10:35:19 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:35:19 Selecting previously unselected package libsasl2-2:amd64. 10:35:19 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 10:35:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:35:20 Selecting previously unselected package libldap-common. 10:35:20 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 10:35:20 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 10:35:20 Selecting previously unselected package libldap-2.4-2:amd64. 10:35:20 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 10:35:20 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 10:35:20 Selecting previously unselected package dirmngr. 10:35:20 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 10:35:20 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 10:35:20 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 10:35:20 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 10:35:20 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:35:20 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:35:20 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:35:20 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 10:35:20 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:20 Setting up libksba8:amd64 (1.3.5-2) ... 10:35:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:35:20 Setting up udev (237-3ubuntu10.44) ... 10:35:21 invoke-rc.d: policy-rc.d denied execution of start. 10:35:21 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:21 Processing triggers for systemd (237-3ubuntu10) ... 10:35:21 Setting up fuse (2.9.7-1ubuntu1) ... 10:35:21 Setting up gpg (2.2.4-1ubuntu1.3) ... 10:35:21 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:21 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:21 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:21 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:21 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:21 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:21 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:35:21 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 10:35:21 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 10:35:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:35:22 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 10:35:22 settings in the [Install] section, and DefaultInstance for template units). 10:35:22 This means they are not meant to be enabled using systemctl. 10:35:22 Possible reasons for having this kind of units are: 10:35:22 1) A unit may be statically enabled by being symlinked from another unit's 10:35:22 .wants/ or .requires/ directory. 10:35:22 2) A unit's purpose may be to act as a helper for some other unit which has 10:35:22 a requirement dependency on it. 10:35:22 3) A unit may be started when needed via activation (socket, path, timer, 10:35:22 D-Bus, udev, scripted systemctl call, ...). 10:35:22 4) In case of template units, the unit is meant to be enabled with some 10:35:22 instance name specified. 10:35:22 Reading package lists... 10:35:22 Building dependency tree... 10:35:22 Reading state information... 10:35:22 The following additional packages will be installed: 10:35:22 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 10:35:22 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 10:35:22 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 10:35:22 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 10:35:22 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 10:35:22 Suggested packages: 10:35:22 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 10:35:22 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 10:35:22 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 10:35:22 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 10:35:22 systemd-container policykit-1 10:35:22 Recommended packages: 10:35:22 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 10:35:22 The following NEW packages will be installed: 10:35:22 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 10:35:22 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 10:35:22 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 10:35:22 multiarch-support openssh-client python3 python3-minimal python3.6 10:35:22 python3.6-minimal snapd squashfs-tools sudo 10:35:22 The following packages will be upgraded: 10:35:22 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 10:35:22 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 10:35:22 Need to get 35.2 MB of archives. 10:35:22 After this operation, 141 MB of additional disk space will be used. 10:35:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 10:35:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 10:35:22 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 10:35:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 10:35:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 10:35:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 10:35:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 10:35:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 10:35:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 10:35:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 10:35:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 10:35:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 10:35:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 10:35:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 10:35:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 10:35:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 10:35:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 10:35:22 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 10:35:23 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 10:35:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 10:35:23 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 10:35:23 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 10:35:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 10:35:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 10:35:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 10:35:23 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 10:35:23 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 10:35:23 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 10:35:23 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 10:35:23 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 10:35:25 debconf: delaying package configuration, since apt-utils is not installed 10:35:25 Fetched 35.2 MB in 3s (13.3 MB/s) 10:35:25 (Reading database ... 12757 files and directories currently installed.) 10:35:25 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 10:35:25 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:35:26 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 10:35:26 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:35:26 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 10:35:26 (Reading database ... 12757 files and directories currently installed.) 10:35:26 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 10:35:26 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 10:35:26 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 10:35:26 (Reading database ... 12757 files and directories currently installed.) 10:35:26 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 10:35:26 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 10:35:27 Setting up apt (1.6.12ubuntu0.2) ... 10:35:27 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 10:35:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 10:35:27 (Reading database ... 12764 files and directories currently installed.) 10:35:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 10:35:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 10:35:27 Selecting previously unselected package libpython3.6-minimal:amd64. 10:35:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:35:28 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:35:28 Selecting previously unselected package libexpat1:amd64. 10:35:28 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 10:35:28 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:35:28 Selecting previously unselected package python3.6-minimal. 10:35:28 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:35:28 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 10:35:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 10:35:28 Checking for services that may need to be restarted...done. 10:35:28 Checking for services that may need to be restarted...done. 10:35:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:35:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:35:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 10:35:29 Selecting previously unselected package python3-minimal. 10:35:29 (Reading database ... 13012 files and directories currently installed.) 10:35:29 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 10:35:29 Unpacking python3-minimal (3.6.7-1~18.04) ... 10:35:29 Selecting previously unselected package mime-support. 10:35:29 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 10:35:29 Unpacking mime-support (3.60ubuntu1) ... 10:35:29 Selecting previously unselected package libmpdec2:amd64. 10:35:29 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 10:35:29 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:35:29 Selecting previously unselected package libpython3.6-stdlib:amd64. 10:35:29 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:35:29 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:35:29 Selecting previously unselected package python3.6. 10:35:29 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:35:29 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 10:35:29 Selecting previously unselected package libpython3-stdlib:amd64. 10:35:29 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 10:35:29 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:35:29 Setting up python3-minimal (3.6.7-1~18.04) ... 10:35:30 Selecting previously unselected package python3. 10:35:30 (Reading database ... 13442 files and directories currently installed.) 10:35:30 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 10:35:30 Unpacking python3 (3.6.7-1~18.04) ... 10:35:30 Selecting previously unselected package multiarch-support. 10:35:30 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 10:35:30 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 10:35:30 Setting up multiarch-support (2.27-3ubuntu1.4) ... 10:35:30 Selecting previously unselected package liblzo2-2:amd64. 10:35:30 (Reading database ... 13479 files and directories currently installed.) 10:35:30 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 10:35:30 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 10:35:30 Selecting previously unselected package libbsd0:amd64. 10:35:30 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 10:35:30 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:35:30 Selecting previously unselected package sudo. 10:35:30 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 10:35:30 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 10:35:30 Selecting previously unselected package apparmor. 10:35:30 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 10:35:30 Unpacking apparmor (2.12-4ubuntu5.1) ... 10:35:30 Selecting previously unselected package libedit2:amd64. 10:35:30 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 10:35:30 Unpacking libedit2:amd64 (3.1-20170329-1) ... 10:35:31 Selecting previously unselected package libkrb5support0:amd64. 10:35:31 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 10:35:31 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:35:31 Selecting previously unselected package libk5crypto3:amd64. 10:35:31 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 10:35:31 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:35:31 Selecting previously unselected package libkeyutils1:amd64. 10:35:31 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 10:35:31 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:35:31 Selecting previously unselected package libkrb5-3:amd64. 10:35:31 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 10:35:31 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:35:31 Selecting previously unselected package libgssapi-krb5-2:amd64. 10:35:31 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 10:35:31 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:35:31 Selecting previously unselected package libssl1.0.0:amd64. 10:35:31 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 10:35:31 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 10:35:32 Selecting previously unselected package openssh-client. 10:35:32 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 10:35:32 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 10:35:32 Selecting previously unselected package squashfs-tools. 10:35:32 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 10:35:32 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:35:32 Selecting previously unselected package snapd. 10:35:32 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 10:35:32 Unpacking snapd (2.48+18.04) ... 10:35:34 Setting up libedit2:amd64 (3.1-20170329-1) ... 10:35:34 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 10:35:34 Setting up mime-support (3.60ubuntu1) ... 10:35:34 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 10:35:34 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:35:34 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:35:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:35:34 Setting up systemd (237-3ubuntu10.44) ... 10:35:34 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 10:35:35 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:35:35 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:35:35 Setting up liblzo2-2:amd64 (2.08-1.2) ... 10:35:35 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:35:35 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:35:35 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 10:35:36 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:35:36 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:35:36 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:35:36 Setting up python3 (3.6.7-1~18.04) ... 10:35:36 running python rtupdate hooks for python3.6... 10:35:36 running python post-rtupdate hooks for python3.6... 10:35:36 Setting up apparmor (2.12-4ubuntu5.1) ... 10:35:38 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 10:35:38 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:35:38 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 10:35:38 Setting up snapd (2.48+18.04) ... 10:35:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 10:35:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 10:35:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 10:35:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 10:35:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:35:40 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:35:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 10:35:40 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 10:35:40 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 10:35:40 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 10:35:40 /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' 10:35:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:35:41 Processing triggers for systemd (237-3ubuntu10.44) ... 10:35:42 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 10:35:42 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:35:42 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:35:43 Reading package lists... 10:35:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:35:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:35:43 ---> fa2c1a09e746 10:35:43 Step 3/23 : WORKDIR /edgex-go 10:35:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:35:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:35:43 ---> fa2c1a09e746 10:35:43 Step 3/21 : WORKDIR /edgex-go 10:35:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:35:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:35:43 ---> fa2c1a09e746 10:35:43 Step 3/22 : WORKDIR /edgex-go 10:35:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:35:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:35:43 ---> fa2c1a09e746 10:35:43 Step 3/22 : WORKDIR /edgex-go 10:35:43 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:35:43 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:35:43 ---> fa2c1a09e746 10:35:43 Step 3/31 : WORKDIR /edgex-go 10:35:43 ---> Running in 19d5cc2cd530 10:35:43 ---> Running in 0df89a12f044 10:35:43 ---> Running in 0daa756b304f 10:35:43 ---> Running in b911e36ab598 10:35:43 ---> Running in 2bb1083392db 10:35:43 Removing intermediate container 19d5cc2cd530 10:35:43 ---> 88a19a03ff5c 10:35:43 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:43 Removing intermediate container 2bb1083392db 10:35:43 ---> e7a635185a41 10:35:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:43 Removing intermediate container 0df89a12f044 10:35:43 ---> 03b8c3fa774e 10:35:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:43 Removing intermediate container b911e36ab598 10:35:43 ---> 194209f56c69 10:35:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:43 Removing intermediate container 0daa756b304f 10:35:43 ---> 4774f31441dc 10:35:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:43 ---> Running in f76218ccbda3 10:35:43 ---> Running in d170fc515b1f 10:35:43 ---> Running in 2c33af507c0a 10:35:43 ---> Running in ba26d0619829 10:35:43 ---> Running in 7e468039a48a 10:35:43 Removing intermediate container f76218ccbda3 10:35:43 ---> 9eebf84a0576 10:35:43 Step 5/31 : RUN apk add --update --no-cache make git 10:35:43 ---> Running in 0c4460e70022 10:35:43 Removing intermediate container d170fc515b1f 10:35:43 ---> 01579fc63638 10:35:43 Step 5/23 : RUN apk add --update --no-cache make git 10:35:43 ---> Running in 46644fc3afdc 10:35:43 Removing intermediate container ba26d0619829 10:35:43 ---> dc2906564818 10:35:43 Step 5/21 : RUN apk add --update --no-cache make git 10:35:43 Removing intermediate container 2c33af507c0a 10:35:43 ---> 12cef6133582 10:35:43 Step 5/22 : RUN apk add --update --no-cache make git 10:35:43 Removing intermediate container 7e468039a48a 10:35:43 ---> e8d4fa646c03 10:35:43 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:35:43 ---> Running in 2429391ac90a 10:35:43 ---> Running in a30bfbf458df 10:35:43 ---> Running in a4791d46f604 10:35:43 Reading package lists... 10:35:43 Building dependency tree... 10:35:43 Reading state information... 10:35:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:35:43 Calculating upgrade... 10:35:43 The following packages will be upgraded: 10:35:43 advancecomp base-files bash binutils binutils-common 10:35:43 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 10:35:43 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 10:35:43 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 10:35:43 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 10:35:43 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 10:35:43 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 10:35:43 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 10:35:43 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 10:35:43 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 10:35:43 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 10:35:43 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 10:35:43 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 10:35:43 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 10:35:43 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 10:35:44 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 10:35:44 Need to get 63.8 MB of archives. 10:35:44 After this operation, 5188 kB of additional disk space will be used. 10:35:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 10:35:44 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 10:35:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:35:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 10:35:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 10:35:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 10:35:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 10:35:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 10:35:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 10:35:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 10:35:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:35:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:35:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 10:35:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 10:35:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 10:35:44 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 10:35:44 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 10:35:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 10:35:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 10:35:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 10:35:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 10:35:44 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 10:35:44 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 10:35:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 10:35:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 10:35:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 10:35:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:35:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:35:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:35:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 10:35:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 10:35:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 10:35:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 10:35:45 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 10:35:45 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 10:35:45 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 10:35:45 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 10:35:45 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 10:35:45 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 10:35:45 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 10:35:45 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 10:35:45 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 10:35:45 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 10:35:45 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 10:35:45 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 10:35:45 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 10:35:45 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 10:35:45 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 10:35:45 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 10:35:45 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 10:35:45 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 10:35:45 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 10:35:45 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 10:35:45 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 10:35:45 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 10:35:45 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 10:35:45 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 10:35:45 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 10:35:45 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 10:35:45 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 10:35:45 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 10:35:45 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 10:35:45 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 10:35:45 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 10:35:45 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 10:35:45 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 10:35:45 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 10:35:45 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 10:35:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:35:45 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 10:35:45 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 10:35:45 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 10:35:45 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 10:35:45 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 10:35:45 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 10:35:45 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 10:35:45 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 10:35:45 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 10:35:45 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 10:35:45 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 10:35:45 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 10:35:45 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 10:35:45 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 10:35:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:35:45 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 10:35:45 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 10:35:45 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 10:35:45 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 10:35:45 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 10:35:45 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 10:35:45 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 10:35:45 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 10:35:45 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 10:35:45 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 10:35:45 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 10:35:45 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 10:35:45 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 10:35:45 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 10:35:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:35:46 OK: 217 MiB in 51 packages 10:35:46 OK: 217 MiB in 51 packages 10:35:46 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 10:35:46 OK: 217 MiB in 51 packages 10:35:46 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 10:35:46 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 10:35:46 OK: 217 MiB in 51 packages 10:35:46 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 10:35:47 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 10:35:47 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 10:35:47 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 10:35:47 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 10:35:47 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 10:35:47 debconf: delaying package configuration, since apt-utils is not installed 10:35:47 Fetched 63.8 MB in 3s (18.4 MB/s) 10:35:47 (Reading database ... 13912 files and directories currently installed.) 10:35:47 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 10:35:47 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:35:47 OK: 217 MiB in 51 packages 10:35:48 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 10:35:48 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:35:48 Removing intermediate container a30bfbf458df 10:35:48 ---> 5288ead909df 10:35:48 Step 6/21 : COPY go.mod . 10:35:48 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 10:35:48 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 10:35:48 Removing intermediate container 0c4460e70022 10:35:48 ---> d1fa82874c10 10:35:48 Step 6/31 : COPY go.mod . 10:35:48 Removing intermediate container 46644fc3afdc 10:35:48 ---> 1374e1355bd0 10:35:48 Step 6/23 : COPY go.mod . 10:35:48 Removing intermediate container a4791d46f604 10:35:48 ---> 1d87c87f392e 10:35:48 Step 6/22 : COPY go.mod . 10:35:48 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:35:49 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:35:49 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:35:49 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:35:49 Removing intermediate container 2429391ac90a 10:35:49 ---> c6d8c0f9e6e1 10:35:49 Step 6/22 : COPY go.mod . 10:35:49 ---> 6125996e81d5 10:35:49 Step 7/21 : RUN go mod download 10:35:49 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:35:49 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:35:49 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:35:49 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:35:49 ---> 67e2bae7862d 10:35:49 Step 7/31 : RUN go mod download 10:35:49 ---> Running in 22e051316e68 10:35:49 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:35:49 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:35:49 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:35:49 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:35:49 ---> Running in 57891b706e21 10:35:49 ---> 242c72aa43c9 10:35:49 Step 7/23 : RUN go mod download 10:35:49 ---> 053b2d5c7aeb 10:35:49 Step 7/22 : RUN go mod download 10:35:49 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:35:49 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:35:49 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 10:35:49 (Reading database ... 13911 files and directories currently installed.) 10:35:49 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 10:35:50 ---> Running in b95144833482 10:35:50 ---> Running in b69e342161e3 10:35:50 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 10:35:50 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 10:35:50 (Reading database ... 13911 files and directories currently installed.) 10:35:50 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:35:50 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:35:50 ---> c0bcf4069150 10:35:50 Step 7/22 : RUN go mod download 10:35:50 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:35:50 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:35:50 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:35:50 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:35:50 ---> Running in f4c906715062 10:35:50 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 10:35:50 (Reading database ... 13911 files and directories currently installed.) 10:35:50 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 10:35:50 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:35:51 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 10:35:51 (Reading database ... 13911 files and directories currently installed.) 10:35:51 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 10:35:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 10:35:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 10:35:51 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 10:35:52 Setting up base-files (10.1ubuntu2.10) ... 10:35:52 Installing new version of config file /etc/issue ... 10:35:52 Installing new version of config file /etc/issue.net ... 10:35:52 Installing new version of config file /etc/lsb-release ... 10:35:52 Installing new version of config file /etc/update-motd.d/50-motd-news ... 10:35:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 10:35:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 10:35:52 Removing obsolete conffile /etc/default/motd-news ... 10:35:52 (Reading database ... 13912 files and directories currently installed.) 10:35:52 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 10:35:52 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 10:35:52 Setting up bash (4.4.18-2ubuntu1.2) ... 10:35:52 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 10:35:52 (Reading database ... 13912 files and directories currently installed.) 10:35:52 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 10:35:52 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 10:35:53 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 10:35:53 (Reading database ... 13912 files and directories currently installed.) 10:35:53 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 10:35:53 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 10:35:53 Setting up tar (1.29b-2ubuntu0.2) ... 10:35:53 (Reading database ... 13912 files and directories currently installed.) 10:35:53 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 10:35:53 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:35:53 Setting up dpkg (1.19.0.5ubuntu2.3) ... 10:35:53 (Reading database ... 13912 files and directories currently installed.) 10:35:53 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 10:35:53 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:35:54 Removing intermediate container 22e051316e68 10:35:54 ---> bb335898b362 10:35:54 Step 8/21 : COPY . . 10:35:54 Removing intermediate container 57891b706e21 10:35:54 ---> 1f70f54d46a1 10:35:54 Step 8/31 : COPY . . 10:35:54 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 10:35:54 (Reading database ... 13912 files and directories currently installed.) 10:35:54 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 10:35:54 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:35:54 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 10:35:54 (Reading database ... 13912 files and directories currently installed.) 10:35:54 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 10:35:54 Unpacking grep (3.1-2build1) over (3.1-2) ... 10:35:54 Setting up grep (3.1-2build1) ... 10:35:54 (Reading database ... 13912 files and directories currently installed.) 10:35:54 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 10:35:54 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:35:54 Setting up login (1:4.5-1ubuntu2) ... 10:35:54 (Reading database ... 13912 files and directories currently installed.) 10:35:54 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 10:35:54 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:35:55 Removing intermediate container b95144833482 10:35:55 ---> b668d9954a69 10:35:55 Step 8/23 : COPY . . 10:35:55 Removing intermediate container f4c906715062 10:35:55 ---> de86a4b7dd04 10:35:55 Step 8/22 : COPY . . 10:35:55 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 10:35:55 (Reading database ... 13912 files and directories currently installed.) 10:35:55 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 10:35:55 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:35:55 Removing intermediate container b69e342161e3 10:35:55 ---> 80920ef40952 10:35:55 Step 8/22 : COPY . . 10:35:55 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 10:35:55 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:35:56 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 10:35:56 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:35:56 Setting up perl-base (5.26.1-6ubuntu0.5) ... 10:35:56 (Reading database ... 13912 files and directories currently installed.) 10:35:56 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 10:35:56 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:35:58 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:35:58 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:35:58 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:35:58 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:35:58 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 10:35:58 (Reading database ... 13912 files and directories currently installed.) 10:35:58 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 10:35:58 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 10:35:58 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 10:35:58 (Reading database ... 13912 files and directories currently installed.) 10:35:58 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:35:58 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:35:58 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:35:58 (Reading database ... 13912 files and directories currently installed.) 10:35:58 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:35:58 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:35:58 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:35:59 (Reading database ... 13912 files and directories currently installed.) 10:35:59 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:35:59 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:35:59 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:35:59 (Reading database ... 13912 files and directories currently installed.) 10:35:59 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:35:59 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:35:59 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:35:59 (Reading database ... 13912 files and directories currently installed.) 10:35:59 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 10:35:59 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:35:59 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 10:35:59 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:35:59 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 10:35:59 (Reading database ... 13912 files and directories currently installed.) 10:35:59 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 10:35:59 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:35:59 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 10:36:00 (Reading database ... 13912 files and directories currently installed.) 10:36:00 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:36:00 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:36:00 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:36:00 (Reading database ... 13912 files and directories currently installed.) 10:36:00 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:36:00 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:36:00 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 10:36:00 (Reading database ... 13912 files and directories currently installed.) 10:36:00 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:36:00 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:36:00 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 10:36:01 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 10:36:01 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 10:36:01 (Reading database ... 13912 files and directories currently installed.) 10:36:01 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 10:36:01 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:36:01 Setting up libc-bin (2.27-3ubuntu1.4) ... 10:36:01 (Reading database ... 13912 files and directories currently installed.) 10:36:01 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 10:36:01 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:36:02 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 10:36:02 (Reading database ... 13914 files and directories currently installed.) 10:36:02 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 10:36:02 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 10:36:02 Setting up debconf (1.5.66ubuntu1) ... 10:36:02 (Reading database ... 13914 files and directories currently installed.) 10:36:02 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 10:36:02 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 10:36:02 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 10:36:02 (Reading database ... 13914 files and directories currently installed.) 10:36:02 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 10:36:02 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 10:36:02 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 10:36:03 (Reading database ... 13914 files and directories currently installed.) 10:36:03 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:36:03 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:36:03 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:36:03 (Reading database ... 13914 files and directories currently installed.) 10:36:03 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:36:03 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:36:03 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 10:36:03 (Reading database ... 13914 files and directories currently installed.) 10:36:03 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:36:03 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:36:04 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:36:04 (Reading database ... 13914 files and directories currently installed.) 10:36:04 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:36:04 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:36:04 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 10:36:04 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:36:04 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 10:36:04 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:36:04 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 10:36:04 (Reading database ... 13914 files and directories currently installed.) 10:36:04 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 10:36:04 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 10:36:04 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 10:36:04 (Reading database ... 13914 files and directories currently installed.) 10:36:04 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 10:36:04 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:36:04 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 10:36:05 (Reading database ... 13914 files and directories currently installed.) 10:36:05 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 10:36:05 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:36:05 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 10:36:05 (Reading database ... 13914 files and directories currently installed.) 10:36:05 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 10:36:05 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 10:36:05 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 10:36:05 (Reading database ... 13914 files and directories currently installed.) 10:36:05 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 10:36:05 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:36:05 Setting up passwd (1:4.5-1ubuntu2) ... 10:36:06 (Reading database ... 13914 files and directories currently installed.) 10:36:06 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 10:36:06 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:36:06 Setting up gpgv (2.2.4-1ubuntu1.3) ... 10:36:06 (Reading database ... 13914 files and directories currently installed.) 10:36:06 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 10:36:06 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 10:36:06 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 10:36:06 (Reading database ... 13914 files and directories currently installed.) 10:36:06 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 10:36:06 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 10:36:06 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 10:36:06 (Reading database ... 13914 files and directories currently installed.) 10:36:06 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 10:36:06 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 10:36:07 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 10:36:07 (Reading database ... 13914 files and directories currently installed.) 10:36:07 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 10:36:07 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 10:36:07 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 10:36:07 (Reading database ... 13914 files and directories currently installed.) 10:36:07 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 10:36:07 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 10:36:07 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 10:36:07 (Reading database ... 13914 files and directories currently installed.) 10:36:07 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 10:36:07 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 10:36:07 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 10:36:07 (Reading database ... 13915 files and directories currently installed.) 10:36:07 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:36:07 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:36:07 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:36:07 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:36:08 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 10:36:08 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 10:36:08 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 10:36:08 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 10:36:08 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 10:36:08 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 10:36:08 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 10:36:08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 10:36:09 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 10:36:09 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 10:36:09 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 10:36:09 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 10:36:09 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 10:36:09 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 10:36:09 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 10:36:09 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 10:36:09 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 10:36:09 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 10:36:09 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 10:36:09 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 10:36:10 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 10:36:10 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 10:36:10 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 10:36:10 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 10:36:11 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:36:11 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:36:11 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:36:11 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:36:11 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:36:11 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:36:11 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:36:11 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:36:11 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:36:11 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:36:11 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:36:12 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:36:12 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:36:12 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:36:12 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:36:12 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:36:13 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:36:13 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:36:14 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:36:14 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:36:15 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:36:15 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:36:15 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:36:15 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:36:16 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:36:16 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:36:16 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:36:16 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:36:16 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 10:36:16 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:36:16 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 10:36:16 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:36:16 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 10:36:16 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 10:36:16 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:36:16 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:36:17 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:36:17 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:36:17 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 10:36:17 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 10:36:17 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:36:17 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 10:36:17 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:36:17 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:36:17 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:36:17 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 10:36:17 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 10:36:17 Setting up tzdata (2021a-0ubuntu0.18.04) ... 10:36:17 10:36:17 Current default time zone: 'Etc/UTC' 10:36:17 Local time is now: Thu Feb 4 10:36:17 UTC 2021. 10:36:17 Universal Time is now: Thu Feb 4 10:36:17 UTC 2021. 10:36:17 Run 'dpkg-reconfigure tzdata' if you wish to change it. 10:36:17 10:36:17 Setting up systemd-sysv (237-3ubuntu10.44) ... 10:36:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:36:17 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 10:36:17 Setting up mount (2.31.1-0.4ubuntu3.7) ... 10:36:17 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 10:36:17 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 10:36:17 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 10:36:17 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 10:36:17 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 10:36:18 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 10:36:18 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:36:18 Setting up procps (2:3.3.12-3ubuntu1.2) ... 10:36:18 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 10:36:18 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 10:36:18 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 10:36:18 Setting up patch (2.7.6-2ubuntu1.1) ... 10:36:18 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 10:36:18 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 10:36:18 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 10:36:18 Installing new version of config file /etc/ssl/openssl.cnf ... 10:36:18 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 10:36:18 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 10:36:18 Setting up ca-certificates (20210119~18.04.1) ... 10:36:20 Updating certificates in /etc/ssl/certs... 10:36:21 23 added, 27 removed; done. 10:36:21 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 10:36:21 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:36:21 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 10:36:21 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 10:36:21 Setting up pkgbinarymangler (138.18.04.1) ... 10:36:21 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 10:36:21 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 10:36:21 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 10:36:21 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 10:36:21 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:36:21 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 10:36:21 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:36:21 Setting up perl (5.26.1-6ubuntu0.5) ... 10:36:21 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 10:36:21 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 10:36:21 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 10:36:21 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 10:36:21 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 10:36:21 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 10:36:21 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 10:36:21 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 10:36:21 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 10:36:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 10:36:21 Processing triggers for systemd (237-3ubuntu10.44) ... 10:36:21 Processing triggers for mime-support (3.60ubuntu1) ... 10:36:21 Processing triggers for ca-certificates (20210119~18.04.1) ... 10:36:22 Updating certificates in /etc/ssl/certs... 10:36:22 ---> a4cc67ed6671 10:36:22 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:36:22 ---> 22af720b4ef1 10:36:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:36:22 ---> e041e649717c 10:36:22 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:36:22 ---> d83b198aac70 10:36:22 Step 9/23 : RUN make cmd/core-command/core-command 10:36:22 ---> Running in a92da96d8ea5 10:36:22 ---> Running in a40ffafd7171 10:36:22 ---> bc75e1f2fb90 10:36:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:36:22 ---> Running in 9d9d8f1fd038 10:36:22 ---> Running in e6c54b704049 10:36:22 ---> Running in 6d329be1c3f0 10:36:22 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 10:36:22 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 10:36:22 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 10:36:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 10:36: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 10:36:22 0 added, 0 removed; done. 10:36:22 Running hooks in /etc/ca-certificates/update.d... 10:36:22 done. 10:36:22 Reading package lists... 10:36:22 Building dependency tree... 10:36:22 Reading state information... 10:36:23 The following NEW packages will be installed: 10:36:23 apt-transport-https 10:36:23 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 10:36:23 Need to get 1696 B of archives. 10:36:23 After this operation, 153 kB of additional disk space will be used. 10:36:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 10:36:23 debconf: delaying package configuration, since apt-utils is not installed 10:36:23 Fetched 1696 B in 0s (9553 B/s) 10:36:23 Selecting previously unselected package apt-transport-https. 10:36:23 (Reading database ... 13920 files and directories currently installed.) 10:36:23 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 10:36:23 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 10:36:23 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 10:36:24 Waiting for network to be ready... 10:36:29 2021-02-04T10:36:26Z INFO Waiting for automatic snapd restart... 10:36:29 snapd 2.48.2 from Canonical* installed 10:36:30 "snapd" switched to the "latest/stable" channel 10:36:30 10:36:32 core18 20201210 from Canonical* installed 10:36:32 "core18" switched to the "latest/stable" channel 10:36:32 10:36:36 snapcraft 4.4.4 from Canonical* installed 10:36:36 "snapcraft" switched to the "latest/stable" channel 10:36:36 10:36:39 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: 10:36:39 - README.md 10:36:39 - snapcraft.yaml.orig 10:36:39 10:36:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:36:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:36:46 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:36:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 10:36:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:36:47 Reading package lists... 10:36:47 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 10:36:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:36:53 Reading package lists... 10:36:53 Building dependency tree... 10:36:53 Reading state information... 10:36:53 Suggested packages: 10:36:53 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 10:36:53 git-gui gitk gitweb git-cvs git-mediawiki git-svn 10:36:53 Recommended packages: 10:36:53 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 10:36:53 The following NEW packages will be installed: 10:36:53 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 10:36:53 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 10:36:53 pkg-config zip 10:36:53 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 10:36:53 Need to get 7655 kB of archives. 10:36:53 After this operation, 43.7 MB of additional disk space will be used. 10:36:53 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 10:36:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 10:36:54 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 10:36:54 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 10:36:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 10:36:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 10:36:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 10:36:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 10:36:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 10:36:54 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 10:36:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 10:36:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 10:36:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 10:36:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 10:36:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 10:36:55 debconf: delaying package configuration, since apt-utils is not installed 10:36:55 Fetched 7655 kB in 1s (6833 kB/s) 10:36:55 Selecting previously unselected package libglib2.0-0:amd64. 10:36:55 (Reading database ... 13924 files and directories currently installed.) 10:36:55 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 10:36:55 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 10:36:55 Selecting previously unselected package libpsl5:amd64. 10:36:55 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 10:36:55 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 10:36:55 Selecting previously unselected package libnghttp2-14:amd64. 10:36:55 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 10:36:55 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:36:55 Selecting previously unselected package librtmp1:amd64. 10:36:55 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 10:36:55 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:36:55 Selecting previously unselected package libcurl3-gnutls:amd64. 10:36:55 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 10:36:55 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 10:36:55 Selecting previously unselected package liberror-perl. 10:36:55 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 10:36:55 Unpacking liberror-perl (0.17025-1) ... 10:36:55 Selecting previously unselected package git-man. 10:36:55 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 10:36:55 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 10:36:55 Selecting previously unselected package git. 10:36:55 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 10:36:55 Unpacking git (1:2.17.1-1ubuntu0.7) ... 10:36:56 Selecting previously unselected package libnorm1:amd64. 10:36:56 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 10:36:56 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:36:56 Selecting previously unselected package libpgm-5.2-0:amd64. 10:36:56 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 10:36:56 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:36:56 Selecting previously unselected package libsodium23:amd64. 10:36:56 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 10:36:56 Unpacking libsodium23:amd64 (1.0.16-2) ... 10:36:57 Selecting previously unselected package libzmq5:amd64. 10:36:57 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 10:36:57 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:36:57 Selecting previously unselected package libzmq3-dev:amd64. 10:36:57 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 10:36:57 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:36:57 Selecting previously unselected package pkg-config. 10:36:57 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 10:36:57 Unpacking pkg-config (0.29.1-0ubuntu2) ... 10:36:57 Selecting previously unselected package zip. 10:36:57 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 10:36:57 Unpacking zip (3.0-11build1) ... 10:36:57 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:36:57 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 10:36:57 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:36:57 Setting up liberror-perl (0.17025-1) ... 10:36:57 Setting up libpsl5:amd64 (0.19.1-5build1) ... 10:36:57 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 10:36:57 No schema files found: doing nothing. 10:36:57 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:36:57 Setting up zip (3.0-11build1) ... 10:36:57 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:36:57 Setting up libsodium23:amd64 (1.0.16-2) ... 10:36:57 Setting up pkg-config (0.29.1-0ubuntu2) ... 10:36:57 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:36:57 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 10:36:57 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:36:57 Setting up git (1:2.17.1-1ubuntu0.7) ... 10:36:57 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 10:37:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:37:05 git set to automatically installed. 10:37:05 git-man set to automatically installed. 10:37:05 libcurl3-gnutls set to automatically installed. 10:37:05 liberror-perl set to automatically installed. 10:37:05 libglib2.0-0 set to automatically installed. 10:37:05 libnghttp2-14 set to automatically installed. 10:37:05 libnorm1 set to automatically installed. 10:37:05 libpgm-5.2-0 set to automatically installed. 10:37:05 libpsl5 set to automatically installed. 10:37:05 librtmp1 set to automatically installed. 10:37:05 libsodium23 set to automatically installed. 10:37:05 libzmq3-dev set to automatically installed. 10:37:05 libzmq5 set to automatically installed. 10:37:05 pkg-config set to automatically installed. 10:37:05 zip set to automatically installed. 10:37:06 snapd is not logged in, snap install commands will use sudo 10:37:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:37:14 snap "core18" has no updates available 10:37:14 Pulling config-common 10:37:15 Pulling go-build-helper 10:37:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:37:37 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:37:37 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:37:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 10:37:37 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:37:37 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:37:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:37:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:37:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:37:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:37:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:37:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 10:37:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 10:37:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 10:37:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 10:37:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 10:37:37 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 10:37:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 10:37:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:37:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 10:37:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 10:37:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 10:37:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 10:37:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 10:37:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 10:37:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 10:37:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 10:37:37 Fetched 23.9 MB in 0s (0 B/s) 10:37:37 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 10:37:37 Fetched 96.5 kB in 0s (0 B/s) 10:37:37 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 10:37:37 Fetched 279 kB in 0s (0 B/s) 10:37:37 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 10:37:37 Fetched 122 kB in 0s (0 B/s) 10:37:37 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 10:37:37 Fetched 77.8 kB in 0s (0 B/s) 10:37:37 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 10:37:37 Fetched 8848 B in 0s (0 B/s) 10:37:37 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 10:37:37 Fetched 47.8 kB in 0s (0 B/s) 10:37:37 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 10:37:37 Fetched 45.6 kB in 0s (0 B/s) 10:37:37 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 10:37:37 Fetched 15.0 kB in 0s (0 B/s) 10:37:37 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 10:37:37 Fetched 214 kB in 0s (0 B/s) 10:37:37 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 10:37:37 Fetched 155 kB in 0s (0 B/s) 10:37:37 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 10:37:37 Fetched 50.6 kB in 0s (0 B/s) 10:37:37 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 10:37:37 Fetched 14.8 kB in 0s (0 B/s) 10:37:37 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 10:37:37 Fetched 41.8 kB in 0s (0 B/s) 10:37:37 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 10:37:37 Fetched 499 kB in 0s (0 B/s) 10:37:37 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 10:37:37 Fetched 111 kB in 0s (0 B/s) 10:37:37 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 10:37:37 Fetched 240 kB in 0s (0 B/s) 10:37:37 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 10:37:37 Fetched 29.3 kB in 0s (0 B/s) 10:37:37 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 10:37:37 Fetched 85.5 kB in 0s (0 B/s) 10:37:37 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 10:37:37 Fetched 24.5 kB in 0s (0 B/s) 10:37:37 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 10:37:37 Fetched 49.2 kB in 0s (0 B/s) 10:37:37 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 10:37:37 Fetched 54.2 kB in 0s (0 B/s) 10:37:37 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 10:37:37 Fetched 30.8 kB in 0s (0 B/s) 10:37:37 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 10:37:37 Fetched 17.0 kB in 0s (0 B/s) 10:37:37 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 10:37:37 Fetched 85.9 kB in 0s (0 B/s) 10:37:37 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 10:37:37 Fetched 8720 B in 0s (0 B/s) 10:37:37 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 10:37:37 Fetched 137 kB in 0s (0 B/s) 10:37:37 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 10:37:37 Fetched 119 kB in 0s (0 B/s) 10:37:37 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 10:37:37 Fetched 109 kB in 0s (0 B/s) 10:37:37 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 10:37:37 Fetched 11.1 kB in 0s (0 B/s) 10:37:37 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 10:37:37 Fetched 645 kB in 0s (0 B/s) 10:37:37 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 10:37:37 Fetched 41.3 kB in 0s (0 B/s) 10:37:37 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 10:37:37 Fetched 17.9 kB in 0s (0 B/s) 10:37:37 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 10:37:37 Fetched 368 kB in 0s (0 B/s) 10:37:37 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 10:37:37 Fetched 187 kB in 0s (0 B/s) 10:37:37 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 10:37:37 Fetched 175 kB in 0s (0 B/s) 10:37:37 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 10:37:40 Fetched 206 kB in 0s (0 B/s) 10:37:40 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 10:37:40 Fetched 1301 kB in 0s (0 B/s) 10:37:40 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 10:37:40 Fetched 36.2 kB in 0s (0 B/s) 10:37:40 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 10:37:40 Fetched 159 kB in 0s (0 B/s) 10:37:40 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 10:37:40 Fetched 107 kB in 0s (0 B/s) 10:37:40 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 10:37:40 Fetched 48.7 kB in 0s (0 B/s) 10:37:40 Pulling static-packages 10:37:41 'go115' has dependencies that need to be staged: static-packages go-build-helper 10:37:41 Skipping pull go-build-helper (already ran) 10:37:41 Skipping pull static-packages (already ran) 10:37:41 Building go-build-helper 10:37:45 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 10:37:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:37:45 Building static-packages 10:37:47 Staging go-build-helper 10:37:47 Staging static-packages 10:37:48 Pulling go115 10:37:49 'edgex-go' has dependencies that need to be staged: go115 10:37:49 Skipping pull go115 (already ran) 10:37:49 Building go115 10:37:49 % Total % Received % Xferd Average Speed Time Time Time Current 10:37:49 Dload Upload Total Spent Left Speed 10:37:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 254k 0 0 1525k 0 0:01:17 --:--:-- 0:01:17 1516k 32 115M 32 36.9M 0 0 31.2M 0 0:00:03 0:00:01 0:00:02 31.2M 67 115M 67 78.2M 0 0 35.9M 0 0:00:03 0:00:02 0:00:01 35.9M 100 115M 100 115M 0 0 40.9M 0 0:00:02 0:00:02 --:--:-- 40.9M 10:37:52 go1.15.2.linux-amd64.tar.gz: OK 10:37:55 Removing intermediate container a40ffafd7171 10:37:55 ---> b039468c7c13 10:37:55 10:37:55 Step 10/21 : FROM alpine:3.12 10:37:55 3.12: Pulling from library/alpine 10:37:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:37:55 Status: Downloaded newer image for alpine:3.12 10:37:55 ---> afeebe901d6b 10:37:55 Step 11/21 : RUN apk add --update --no-cache curl 10:37:56 ---> Running in 94ece5c8cf4f 10:37:57 Staging go115 10:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:37:59 (1/4) Installing ca-certificates (20191127-r4) 10:37:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:37:59 (3/4) Installing libcurl (7.69.1-r3) 10:37:59 (4/4) Installing curl (7.69.1-r3) 10:37:59 Executing busybox-1.31.1-r19.trigger 10:37:59 Executing ca-certificates-20191127-r4.trigger 10:37:59 OK: 7 MiB in 18 packages 10:38:02 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 10:38:02 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 10:38:02 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:38:02 Fetched 0 B in 0s (0 B/s) 10:38:02 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 10:38:02 Fetched 224 kB in 0s (0 B/s) 10:38:02 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 10:38:02 Fetched 157 kB in 0s (0 B/s) 10:38:02 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 10:38:02 Fetched 221 kB in 0s (0 B/s) 10:38:02 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 10:38:02 Fetched 143 kB in 0s (0 B/s) 10:38:02 Pulling edgex-go 10:38:03 Removing intermediate container 94ece5c8cf4f 10:38:03 ---> 7aa2ea5a8771 10:38:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:38:03 ---> Running in aa3444167aed 10:38:03 Pulling version 10:38:03 Removing intermediate container aa3444167aed 10:38:03 ---> b77d276e4d13 10:38:03 Step 13/21 : WORKDIR /edgex 10:38:04 ---> Running in 7e080bff2f7b 10:38:04 Building config-common 10:38:05 Removing intermediate container 7e080bff2f7b 10:38:05 ---> 5054af097ce6 10:38:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:38:06 Skipping build go-build-helper (already ran) 10:38:06 Skipping build static-packages (already ran) 10:38:06 Skipping build go115 (already ran) 10:38:06 Building edgex-go 10:38:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 10:38:07 ---> 177bb45f04ce 10:38:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:38:07 go: downloading github.com/gorilla/mux v1.8.0 10:38:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 10:38:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 10:38:07 go: downloading github.com/OneOfOne/xxhash v1.2.8 10:38:07 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 10:38:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 10:38:07 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 10:38:07 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 10:38:07 go: downloading github.com/google/uuid v1.2.0 10:38:07 go: downloading github.com/pelletier/go-toml v1.2.0 10:38:07 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 10:38:07 go: downloading github.com/pkg/errors v0.8.1 10:38:07 go: downloading gopkg.in/yaml.v2 v2.4.0 10:38:07 go: downloading github.com/imdario/mergo v0.3.11 10:38:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 10:38:07 go: downloading github.com/go-kit/kit v0.8.0 10:38:07 go: downloading github.com/hashicorp/consul/api v1.1.0 10:38:07 go: downloading github.com/go-playground/validator/v10 v10.3.0 10:38:07 go: downloading github.com/BurntSushi/toml v0.3.1 10:38:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 10:38:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:38:07 go: downloading github.com/pebbe/zmq4 v1.2.2 10:38:07 go: downloading github.com/go-redis/redis/v7 v7.2.0 10:38:07 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 10:38:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 10:38:07 go: downloading github.com/mitchellh/copystructure v1.0.0 10:38:07 go: downloading github.com/mitchellh/mapstructure v1.1.2 10:38:07 go: downloading github.com/hashicorp/serf v0.8.2 10:38:07 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 10:38:07 go: downloading github.com/go-playground/universal-translator v0.17.0 10:38:07 go: downloading github.com/x448/float16 v0.8.4 10:38:07 go: downloading github.com/mitchellh/reflectwalk v1.0.0 10:38:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 10:38:07 go: downloading github.com/leodido/go-urn v1.2.0 10:38:07 go: downloading github.com/go-logfmt/logfmt v0.4.0 10:38:07 go: downloading github.com/go-playground/locales v0.13.0 10:38:07 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 10:38:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:38:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 10:38:08 Removing intermediate container a92da96d8ea5 10:38:08 ---> 8a2b6866aab3 10:38:08 10:38:08 Step 10/31 : FROM alpine:3.12 10:38:08 ---> afeebe901d6b 10:38:08 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:38:08 go: downloading github.com/hashicorp/golang-lru v0.5.0 10:38:08 ---> Running in c654be7c0299 10:38:08 ---> a5aeb9f411db 10:38:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:38:09 Removing intermediate container c654be7c0299 10:38:09 ---> 44904de1ab01 10:38:09 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:38:10 ---> Running in a4548c3fc43a 10:38:11 ---> 69afd0b45db5 10:38:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:38:11 ---> Running in 6c6a764fb564 10:38:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:38:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:38:12 Removing intermediate container 6c6a764fb564 10:38:12 ---> 693b96311b4f 10:38:12 Step 18/21 : CMD ["--init=true"] 10:38:12 (1/2) Installing dumb-init (1.2.2-r1) 10:38:12 (2/2) Installing su-exec (0.2-r1) 10:38:12 Executing busybox-1.31.1-r19.trigger 10:38:12 OK: 5 MiB in 16 packages 10:38:12 ---> Running in 2cddcd25bc49 10:38:14 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 10:38:14 Removing intermediate container 2cddcd25bc49 10:38:14 ---> 37a9d76cbd79 10:38:14 Step 19/21 : LABEL arch=arm64 10:38:15 Removing intermediate container a4548c3fc43a 10:38:15 ---> f39a40293c83 10:38:15 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:38:15 ---> Running in 578ed808f91f 10:38:16 ---> Running in 9eeafc37eda7 10:38:16 Removing intermediate container e6c54b704049 10:38:16 ---> ea7f672bd288 10:38:16 10:38:16 Step 10/23 : FROM alpine:3.12 10:38:16 ---> afeebe901d6b 10:38:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:38:16 Removing intermediate container 6d329be1c3f0 10:38:16 ---> ae32acd5fc94 10:38:16 10:38:16 Step 10/22 : FROM alpine:3.12 10:38:16 ---> afeebe901d6b 10:38:16 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:38:16 Removing intermediate container 9d9d8f1fd038 10:38:16 ---> 5c23e80434a6 10:38:16 10:38:16 Step 10/22 : FROM alpine:3.12 10:38:16 ---> afeebe901d6b 10:38:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:38:16 ---> Running in 844215c06625 10:38:16 ---> Running in a625fecc8e38 10:38:16 ---> Running in 58b7fb651109 10:38:16 Removing intermediate container 578ed808f91f 10:38:16 ---> 26399711bd42 10:38:16 Step 20/21 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:38:16 Removing intermediate container 9eeafc37eda7 10:38:16 ---> 637f76693d7c 10:38:16 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:38:16 ---> Running in e5b471997e9d 10:38:16 ---> Running in 8e11379e3b12 10:38:17 Removing intermediate container 8e11379e3b12 10:38:17 Removing intermediate container e5b471997e9d 10:38:17 ---> fbed4e878daa 10:38:17 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:38:17 ---> 91c2597e41ad 10:38:17 Step 21/21 : LABEL version=0.0.0 10:38:18 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 10:38:18 ---> Running in 5ed0e8c627c6 10:38:18 ---> Running in 389f616e22d8 10:38:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:38:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:38:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:38:18 Removing intermediate container 389f616e22d8 10:38:18 ---> 4eae70b95197 10:38:18 10:38:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:38:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:38:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:38:19 (1/1) Installing dumb-init (1.2.2-r1) 10:38:19 Executing busybox-1.31.1-r19.trigger 10:38:19 OK: 5 MiB in 15 packages 10:38: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 10:38:19 (1/2) Installing ca-certificates (20191127-r4) 10:38:19 Successfully built 4eae70b95197 10:38:19 (2/2) Installing dumb-init (1.2.2-r1) 10:38:19 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:38:19 Executing busybox-1.31.1-r19.trigger 10:38:19  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 10:38:19 Executing ca-certificates-20191127-r4.trigger 10:38:19 (1/1) Installing dumb-init (1.2.2-r1) 10:38:19 Executing busybox-1.31.1-r19.trigger 10:38:19 OK: 5 MiB in 15 packages 10:38:19 OK: 6 MiB in 16 packages 10:38:20 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 10:38:20 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 10:38:20 go: downloading github.com/stretchr/testify v1.7.0 10:38:20 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 10:38:20 go: downloading github.com/pmezard/go-difflib v1.0.0 10:38:20 go: downloading github.com/davecgh/go-spew v1.1.1 10:38:21 Removing intermediate container 844215c06625 10:38:21 ---> 39e36cd2351b 10:38:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:38:22 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 10:38:22 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 10:38:22 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 10:38:22 ---> Running in 1c16bf0cccfd 10:38:23 Removing intermediate container 58b7fb651109 10:38:23 ---> 411c51b6d24d 10:38:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:38:23 Removing intermediate container 5ed0e8c627c6 10:38:23 ---> 677ec64024e9 10:38:23 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:38:23 Removing intermediate container a625fecc8e38 10:38:23 ---> d543a352c9ca 10:38:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:38:23 ---> Running in 66110310ef69 10:38:23 Removing intermediate container 1c16bf0cccfd 10:38:23 ---> 911265281395 10:38:23 Step 13/23 : ENV APP_PORT=48082 10:38:23 ---> Running in fe02820f87c3 10:38:23 ---> Running in 72aae39ceefc 10:38:23 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 10:38:23 ---> Running in 2577c1cc2b07 10:38:24 Removing intermediate container 66110310ef69 10:38:24 ---> 98467af5022c 10:38:24 Step 13/22 : ENV APP_PORT=48085 10:38:24 Removing intermediate container fe02820f87c3 10:38:24 ---> e5bfeaa2c3f9 10:38:24 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:38:24 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 10:38:24 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 10:38:24 Removing intermediate container 2577c1cc2b07 10:38:24 ---> c4757d8e6536 10:38:24 Step 14/23 : EXPOSE $APP_PORT 10:38:24 Removing intermediate container 72aae39ceefc 10:38:24 ---> bdd62facf077 10:38:24 Step 13/22 : ENV APP_PORT=48060 10:38:25 ---> Running in a8d6251f2422 10:38:25 ---> Running in d938d9dafecb 10:38:25 ---> Running in 37c2b0dd750c 10:38:25 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 10:38:25 ---> 6f2426496c53 10:38:25 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:38:25 Removing intermediate container a8d6251f2422 10:38:25 ---> 910757f3e005 10:38:25 Step 14/22 : EXPOSE $APP_PORT 10:38:26 ---> Running in c6725222652a 10:38:26 ---> Running in 02c0c79bdce3 10:38:26 Removing intermediate container 37c2b0dd750c 10:38:26 ---> bb6bcab79b38 10:38:26 Step 14/22 : EXPOSE $APP_PORT 10:38:26 Removing intermediate container d938d9dafecb 10:38:26 ---> fbb640cabfbd 10:38:26 Step 15/23 : WORKDIR / 10:38:26 ---> Running in cfaa086e0f6a 10:38:26 ---> Running in d8c18c6d4102 10:38:26 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 10:38:26 Removing intermediate container 02c0c79bdce3 10:38:26 ---> 6539eed3daf0 10:38:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:38:27 Removing intermediate container cfaa086e0f6a 10:38:27 ---> 641568d59c45 10:38:27 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 10:38:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:38:27 Removing intermediate container d8c18c6d4102 10:38:27 ---> 7eb18b2005d0 10:38:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:38:27 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 10:38: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 10:38:28 go: downloading github.com/lib/pq v1.9.0 10:38:28 ---> 08e0a42f1281 10:38:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:38:28 ---> 495ffabc0237 10:38:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:38:29 ---> 3e5c589fd12b 10:38:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:38:30 Removing intermediate container c6725222652a 10:38:30 ---> e6bbf796efd8 10:38:30 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:38:30 Building version 10:38:31 ---> c87779cba65f 10:38:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:38:31 ---> e8f42349a6c4 10:38:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:38:31 ---> 566f808458bc 10:38:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:38:31 ---> e44bd69c9fb4 10:38:31 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:38:32 ---> 6d0ed061ceb8 10:38:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:38:32 Staging config-common 10:38:33 ---> Running in eeaa6bf58637 10:38:33 ---> 4305960eea82 10:38:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:38:33 ---> b83544a87e3b 10:38:33 Step 19/23 : ENTRYPOINT ["/core-command"] 10:38:33 Skipping stage go-build-helper (already ran) 10:38:33 Skipping stage static-packages (already ran) 10:38:33 Skipping stage go115 (already ran) 10:38:33 Staging edgex-go 10:38:33 ---> Running in 30bb80ed49b2 10:38:33 ---> Running in 83771d52c7cf 10:38:34 Removing intermediate container eeaa6bf58637 10:38:34 ---> dcd1a16d38c7 10:38:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:38:34 ---> 87683434e52a 10:38:34 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:38:34 ---> Running in 96575eef1c2e 10:38:34 Staging version 10:38:34 Removing intermediate container 83771d52c7cf 10:38:34 ---> 6f4199ed1ad9 10:38:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:38:34 Removing intermediate container 30bb80ed49b2 10:38:34 ---> 7d6cafe9416f 10:38:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:38:35 ---> Running in 69509ec0a7b9 10:38:35 ---> Running in 2775f83dc253 10:38:35 Removing intermediate container 96575eef1c2e 10:38:35 ---> fd204fc9dd36 10:38:35 Step 20/22 : LABEL arch=arm64 10:38:35 Priming config-common 10:38:35 ---> 811e3396f479 10:38:35 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:38:35 ---> Running in 17b06c6c3a22 10:38:35 Removing intermediate container 2775f83dc253 10:38:35 ---> 18822492455c 10:38:35 Step 20/22 : LABEL arch=arm64 10:38:35 Removing intermediate container 69509ec0a7b9 10:38:35 ---> 6920d024e2e2 10:38:35 Step 21/23 : LABEL arch=arm64 10:38:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:38:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:38:36 ---> fa2c1a09e746 10:38:36 Step 3/24 : WORKDIR /edgex-go 10:38:36 ---> Using cache 10:38:36 ---> 4774f31441dc 10:38:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:38:36 ---> Using cache 10:38:36 ---> dc2906564818 10:38:36 Step 5/24 : RUN apk add --update --no-cache make git 10:38:36 ---> Using cache 10:38:36 ---> 5288ead909df 10:38:36 Step 6/24 : COPY go.mod . 10:38:36 ---> Using cache 10:38:36 ---> 6125996e81d5 10:38:36 Step 7/24 : RUN go mod download 10:38:36 ---> Using cache 10:38:36 ---> bb335898b362 10:38:36 Step 8/24 : COPY . . 10:38:36 ---> Using cache 10:38:36 ---> 22af720b4ef1 10:38:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:38:36 ---> Running in d890612676db 10:38:36 ---> Running in 2a5c5c88f514 10:38:36 Removing intermediate container 17b06c6c3a22 10:38:36 ---> 3a5b2379401a 10:38:36 Step 21/22 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:38:36 Priming go-build-helper 10:38:36 ---> Running in d2a0cbf29676 10:38:36 ---> Running in 064fe0a698da 10:38:37 ---> 51b248547347 10:38:37 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:38:37 Priming static-packages 10:38:37 Removing intermediate container d890612676db 10:38:37 ---> 9f3f30a345ec 10:38:37 Step 22/23 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:38:37 Removing intermediate container 2a5c5c88f514 10:38:37 ---> b4f1477e74cc 10:38:37 Step 21/22 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:38:37 Removing intermediate container 064fe0a698da 10:38:37 ---> 9dd33b82ef8a 10:38:37 Step 22/22 : LABEL version=0.0.0 10:38:37 ---> Running in 87fe494d9306 10:38:37 ---> Running in 69847d52f12c 10:38:37 ---> Running in 0a93f672fa4c 10:38:38 ---> 0b67107feffd 10:38:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:38:38 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 10:38:38 ---> Running in 09eab68bc6ff 10:38:38 Removing intermediate container 87fe494d9306 10:38:38 ---> 9b6498da168b 10:38:38 Step 23/23 : LABEL version=0.0.0 10:38:38 Removing intermediate container 69847d52f12c 10:38:38 ---> ed16e34a0f9d 10:38:38 Step 22/22 : LABEL version=0.0.0 10:38:38 Removing intermediate container 0a93f672fa4c 10:38:38 ---> 5813836e4613 10:38:38 10:38:38 ---> Running in 18918dfdef23 10:38:39 ---> Running in a68ddab94639 10:38:39 Removing intermediate container 09eab68bc6ff 10:38:39 ---> 9da7e32064ab 10:38:39 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:38:39 Successfully built 5813836e4613 10:38:39 Successfully tagged docker-support-notifications-go-arm64:latest 10:38:39  Building docker-support-notifications-go ... done Building docker-core-metadata-go 10:38:39 Removing intermediate container 18918dfdef23 10:38:39 Priming go115 10:38:39 ---> b3a44496858c 10:38:39 10:38:39 Removing intermediate container a68ddab94639 10:38:39 ---> 052671a8e14b 10:38:39 10:38:40 Priming edgex-go 10:38:40 Successfully built b3a44496858c 10:38:40 Successfully tagged docker-core-command-go-arm64:latest 10:38:40 Building docker-core-data-go 10:38:40  Building docker-core-command-go ... done Successfully built 052671a8e14b 10:38:40 Successfully tagged docker-support-scheduler-go-arm64:latest 10:38:40 Building docker-sys-mgmt-agent-go 10:38:40  Building docker-support-scheduler-go ... done  ---> ac7be40886ab 10:38:40 Step 26/31 : RUN chmod +x /entrypoint.sh 10:38:41 ---> Running in 1141ae3e2bb3 10:38:41 Priming version 10:38:42 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 10:38:45 Removing intermediate container 1141ae3e2bb3 10:38:45 ---> e0fed68c5f6f 10:38:45 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [Pipeline] } [Pipeline] // stage [Pipeline] } 10:38:47 ---> Running in f516fed661ee 10:38:48 Removing intermediate container f516fed661ee 10:38:48 ---> 9146327ae50a 10:38:48 Step 28/31 : CMD ["gate"] 10:38:49 ---> Running in 87acbb268af0 10:38:51 Removing intermediate container 87acbb268af0 10:38:51 ---> 26aedfa8ab52 10:38:51 Step 29/31 : LABEL arch=arm64 10:38:51 ---> Running in 08dd17211d57 10:38:52 Removing intermediate container 08dd17211d57 10:38:52 ---> d93e2d4748de 10:38:52 Step 30/31 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:38:53 ---> Running in 00fc664fc1dd 10:38:54 Removing intermediate container 00fc664fc1dd 10:38:54 ---> 1ad434ae52bf 10:38:54 Step 31/31 : LABEL version=0.0.0 10:38:55 ---> Running in 79817205ce24 10:38:56 Removing intermediate container 79817205ce24 10:38:56 ---> 8a1aa3684c17 10:38:56 10:38:56 Successfully built 8a1aa3684c17 10:38:56 Successfully tagged docker-security-bootstrapper-go-arm64:latest 10:39:09  Building docker-security-bootstrapper-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 10:39:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:39:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:39:19 ---> fa2c1a09e746 10:39:19 Step 3/23 : WORKDIR /edgex-go 10:39:19 ---> Using cache 10:39:19 ---> 4774f31441dc 10:39:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:39:19 ---> Using cache 10:39:19 ---> dc2906564818 10:39:19 Step 5/23 : RUN apk add --update --no-cache make git 10:39:19 ---> Using cache 10:39:19 ---> 5288ead909df 10:39:19 Step 6/23 : COPY go.mod . 10:39:19 ---> Using cache 10:39:19 ---> 6125996e81d5 10:39:19 Step 7/23 : RUN go mod download 10:39:19 ---> Using cache 10:39:19 ---> bb335898b362 10:39:19 Step 8/23 : COPY . . 10:39:19 ---> Using cache 10:39:19 ---> 22af720b4ef1 10:39:19 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:39:19 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:39:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:39:19 ---> fa2c1a09e746 10:39:19 Step 3/26 : WORKDIR /edgex-go 10:39:19 ---> Using cache 10:39:19 ---> 4774f31441dc 10:39:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:39:19 ---> Using cache 10:39:19 ---> dc2906564818 10:39:19 Step 5/26 : RUN apk add --update --no-cache make bash git 10:39:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:39:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:39:19 ---> fa2c1a09e746 10:39:19 Step 3/23 : WORKDIR /edgex-go 10:39:19 ---> Using cache 10:39:19 ---> 4774f31441dc 10:39:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:39:19 ---> Using cache 10:39:19 ---> dc2906564818 10:39:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:39:20 ---> Running in 21c61cb20a9e 10:39:20 ---> Running in 7d23ede928dd 10:39:20 ---> Running in b382d1ce68de 10:39:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:39:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:39:22 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 10:39:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:39:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:39:22 Removing intermediate container d2a0cbf29676 10:39:22 ---> f11a107796e8 10:39:22 10:39:22 Step 10/24 : FROM alpine:3.12 10:39:22 ---> afeebe901d6b 10:39:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:39:23 ---> Running in ac7e15435f75 10:39:23 OK: 217 MiB in 51 packages 10:39:24 OK: 217 MiB in 51 packages 10:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:39:25 Removing intermediate container 7d23ede928dd 10:39:25 ---> 3925c7f6cf87 10:39:25 Step 6/23 : COPY go.mod . 10:39:25 Removing intermediate container b382d1ce68de 10:39:25 ---> 5890df37cac1 10:39:25 Step 6/26 : COPY go.mod . 10:39:26 (1/5) Installing ca-certificates (20191127-r4) 10:39:26 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:39:26 (3/5) Installing libcurl (7.69.1-r3) 10:39:26 (4/5) Installing curl (7.69.1-r3) 10:39:26 (5/5) Installing dumb-init (1.2.2-r1) 10:39:26 Executing busybox-1.31.1-r19.trigger 10:39:26 Executing ca-certificates-20191127-r4.trigger 10:39:26 OK: 7 MiB in 19 packages 10:39:27 ---> 4ac20fe9b55f 10:39:27 Step 7/23 : RUN go mod download 10:39:27 ---> f879260350f6 10:39:27 Step 7/26 : RUN go mod download 10:39:27 ---> Running in cf84bec06767 10:39:28 ---> Running in bf305750d80a 10:39:30 Removing intermediate container ac7e15435f75 10:39:30 ---> 0d2b1350f8ee 10:39:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:39:30 ---> Running in 3aff4415bcfd 10:39:31 Removing intermediate container 3aff4415bcfd 10:39:31 ---> 4bd84333d7e9 10:39:31 Step 13/24 : WORKDIR / 10:39:31 ---> Running in 339ced97dbd4 10:39:32 Removing intermediate container 339ced97dbd4 10:39:32 ---> 9373c412832c 10:39:32 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:39:33 ---> 60bb2bf405c9 10:39:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:39:34 Removing intermediate container bf305750d80a 10:39:34 Removing intermediate container cf84bec06767 10:39:34 ---> f20c7e6ada61 10:39:34 Step 8/23 : COPY . . 10:39:34 ---> 638f0c1960c9 10:39:34 Step 8/26 : COPY . . 10:39:35 ---> 54a3f8fbbd5c 10:39:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:39:38 ---> ba9543f58877 10:39:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:39:42 ---> de9130fd3347 10:39:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:39:45 ---> 971516bb594c 10:39:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:39:46 ---> 859f4648f4cd 10:39:46 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/ 10:39:46 ---> Running in 03915bae0715 10:39:51 Removing intermediate container 03915bae0715 10:39:51 ---> 5ca65add7060 10:39:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:39:51 ---> Running in 616af43b6007 10:39:52 Removing intermediate container 616af43b6007 10:39:52 ---> da5767ec8332 10:39:52 Step 22/24 : LABEL arch=arm64 10:39:52 ---> Running in 561667840b86 10:39:54 Removing intermediate container 561667840b86 10:39:54 ---> 8593fd48563b 10:39:54 Step 23/24 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:39:54 ---> Running in 8f19faf775d9 10:39:56 Removing intermediate container 8f19faf775d9 10:39:56 ---> 47af4bd2312e 10:39:56 Step 24/24 : LABEL version=0.0.0 10:39:56 ---> Running in 422458d5ade0 10:39:57 Removing intermediate container 422458d5ade0 10:39:57 ---> 4bc0bf3e46a1 10:39:57 10:39:59 Successfully built 4bc0bf3e46a1 10:39:59 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:40:01  Building docker-security-secretstore-setup-go ... done  ---> 776092ce0695 10:40:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:40:02 ---> Running in bbdc9fdac257 10:40:02 ---> 1c92ce4b6329 10:40:02 Step 9/23 : RUN make cmd/core-data/core-data 10:40:02 ---> Running in ec5cadcea2b3 10:40:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:40:04 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 10:40:16 Removing intermediate container 21c61cb20a9e 10:40:16 ---> b1dd6014ca28 10:40:16 10:40:16 Step 10/23 : FROM alpine:3.12 10:40:16 ---> afeebe901d6b 10:40:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:40:16 ---> Using cache 10:40:16 ---> 411c51b6d24d 10:40:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:40:16 ---> Using cache 10:40:16 ---> 98467af5022c 10:40:16 Step 13/23 : ENV APP_PORT=48081 10:40:17 ---> Running in 995732d44f89 10:40:17 Removing intermediate container 995732d44f89 10:40:17 ---> c5de03b165e8 10:40:17 Step 14/23 : EXPOSE $APP_PORT 10:40:17 ---> Running in 286e772c9ba3 10:40:18 Removing intermediate container 286e772c9ba3 10:40:18 ---> 7733e7cae326 10:40:18 Step 15/23 : WORKDIR / 10:40:18 ---> Running in 5c66de912979 10:40:19 Removing intermediate container 5c66de912979 10:40:19 ---> 736af4383312 10:40:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:40:20 ---> aaecdd80aa8a 10:40:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:40:22 ---> 5bdaab560ecd 10:40:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:40:23 ---> 9329d9a56121 10:40:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:40:23 ---> Running in 161e4bbec49b 10:40:24 Removing intermediate container 161e4bbec49b 10:40:24 ---> 5a55339dedfd 10:40:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:40:24 ---> Running in a66c24371ee5 10:40:25 Removing intermediate container a66c24371ee5 10:40:25 ---> 258eac812aca 10:40:25 Step 21/23 : LABEL arch=arm64 10:40:25 ---> Running in 16f66a1ccf3b 10:40:26 Removing intermediate container 16f66a1ccf3b 10:40:26 ---> bbac67ee6e2b 10:40:26 Step 22/23 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:40:26 ---> Running in e0e43c76f273 10:40:27 Removing intermediate container e0e43c76f273 10:40:27 ---> de7249889697 10:40:27 Step 23/23 : LABEL version=0.0.0 10:40:27 ---> Running in 894904e54df1 10:40:28 Removing intermediate container 894904e54df1 10:40:28 ---> 04cc33b5a04f 10:40:28 10:40:28 Successfully built 04cc33b5a04f 10:40:28 Successfully tagged docker-core-metadata-go-arm64:latest 10:40:55  Building docker-core-metadata-go ... done Removing intermediate container bbdc9fdac257 10:40:55 ---> f3872703b0f1 10:40:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:40:55 ---> Running in a6ce955f3b35 10:40:55 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 10:40:57 Removing intermediate container a6ce955f3b35 10:40:57 ---> 3360e2530be9 10:40:57 10:40:57 Step 11/26 : FROM docker:20.10.0 10:40:57 20.10.0: Pulling from library/docker 10:41:07 Removing intermediate container ec5cadcea2b3 10:41:07 ---> 7d1aee7470ce 10:41:07 10:41:07 Step 10/23 : FROM alpine:3.12 10:41:07 ---> afeebe901d6b 10:41:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:41:07 ---> Running in fb99eb821fc5 10:41:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:41:07 Status: Downloaded newer image for docker:20.10.0 10:41:07 ---> eeaf43b92773 10:41:07 Step 12/26 : RUN apk add --no-cache bash 10:41:07 Removing intermediate container fb99eb821fc5 10:41:07 ---> 0211058f944f 10:41:07 Step 12/23 : ENV APP_PORT=48080 10:41:07 ---> Running in c32c085a18e8 10:41:07 ---> Running in 74ccb5a9ef49 10:41:08 Removing intermediate container 74ccb5a9ef49 10:41:08 ---> bca9dc03d9f2 10:41:08 Step 13/23 : EXPOSE $APP_PORT 10:41:08 ---> Running in 088b3ebce61d 10:41:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:41:08 Removing intermediate container 088b3ebce61d 10:41:08 ---> a5c47ae9fb74 10:41:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:41:08 ---> Running in 812cf65ef1ec 10:41:09 (1/2) Installing readline (8.0.4-r0) 10:41:09 (2/2) Installing bash (5.0.17-r0) 10:41:09 Executing bash-5.0.17-r0.post-install 10:41:09 Executing busybox-1.31.1-r19.trigger 10:41:09 OK: 12 MiB in 22 packages 10:41:10 Removing intermediate container c32c085a18e8 10:41:10 ---> c69b93e8385a 10:41:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:41:11 ---> Running in 32ebdf648fd0 10:41:11 Removing intermediate container 812cf65ef1ec 10:41:11 ---> 32643702657b 10:41:11 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:41:11 ---> Running in c3105e5c2b11 10:41:11 Removing intermediate container 32ebdf648fd0 10:41:11 ---> 8a58545bbe32 10:41:11 Step 14/26 : ENV APP_PORT=48090 10:41:11 ---> Running in 7bf27504f102 10:41:12 Removing intermediate container 7bf27504f102 10:41:12 ---> c08d8f832da1 10:41:12 Step 15/26 : EXPOSE $APP_PORT 10:41:12 ---> Running in 199f39e4a35b 10:41:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:41:12 Removing intermediate container 199f39e4a35b 10:41:12 ---> 6e8336fdaf1c 10:41:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:41:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:41:13 ---> 685ef19f6071 10:41:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:41:14 (1/6) Installing dumb-init (1.2.2-r1) 10:41:14 (2/6) Installing libgcc (9.3.0-r2) 10:41:14 (3/6) Installing libsodium (1.0.18-r0) 10:41:14 (4/6) Installing libstdc++ (9.3.0-r2) 10:41:14 ---> 67b67bcd953e 10:41:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:41:14 (5/6) Installing libzmq (4.3.3-r0) 10:41:14 (6/6) Installing zeromq (4.3.3-r0) 10:41:14 Executing busybox-1.31.1-r19.trigger 10:41:14 OK: 8 MiB in 20 packages 10:41:15 ---> 919085b7aa93 10:41:15 Step 19/26 : RUN apk --no-cache add py3-pip 10:41:15 ---> Running in aedf7b592bf6 10:41:16 Removing intermediate container c3105e5c2b11 10:41:16 ---> ae127cbdf384 10:41:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:41:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:41:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:41:16 ---> 0db5d5febec9 10:41:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:41:17 (1/33) Installing libbz2 (1.0.8-r1) 10:41:17 (2/33) Installing expat (2.2.9-r1) 10:41:17 (3/33) Installing libffi (3.3-r2) 10:41:17 (4/33) Installing gdbm (1.13-r1) 10:41:17 (5/33) Installing xz-libs (5.2.5-r0) 10:41:17 (6/33) Installing sqlite-libs (3.32.1-r0) 10:41:17 (7/33) Installing python3 (3.8.5-r0) 10:41:18 ---> ebb0e5393abc 10:41:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:41:19 (8/33) Installing py3-appdirs (1.4.4-r1) 10:41:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:41:19 (10/33) Installing py3-parsing (2.4.7-r0) 10:41:19 (11/33) Installing py3-six (1.15.0-r0) 10:41:19 (12/33) Installing py3-packaging (20.4-r0) 10:41:19 (13/33) Installing py3-setuptools (47.0.0-r0) 10:41:19 (14/33) Installing py3-chardet (3.0.4-r4) 10:41:19 (15/33) Installing py3-idna (2.9-r0) 10:41:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:41:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:41:19 (18/33) Installing py3-requests (2.23.0-r0) 10:41:19 ---> d2e47ec63c4e 10:41:19 Step 19/23 : ENTRYPOINT ["/core-data"] 10:41:19 (19/33) Installing py3-msgpack (1.0.0-r0) 10:41:19 (20/33) Installing py3-lockfile (0.12.2-r3) 10:41:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:41:19 (22/33) Installing py3-colorama (0.4.3-r0) 10:41:19 (23/33) Installing py3-distlib (0.3.0-r0) 10:41:19 (24/33) Installing py3-distro (1.5.0-r1) 10:41:19 (25/33) Installing py3-webencodings (0.5.1-r3) 10:41:19 (26/33) Installing py3-html5lib (1.0.1-r4) 10:41:19 (27/33) Installing py3-pytoml (0.1.21-r0) 10:41:19 ---> Running in 4bb3e8f27c4b 10:41:19 (28/33) Installing py3-pep517 (0.8.2-r0) 10:41:19 (29/33) Installing py3-progress (1.5-r0) 10:41:19 (30/33) Installing py3-toml (0.10.1-r0) 10:41:19 (31/33) Installing py3-retrying (1.3.3-r0) 10:41:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:41:19 (33/33) Installing py3-pip (20.1.1-r0) 10:41:19 Executing busybox-1.31.1-r19.trigger 10:41:20 OK: 71 MiB in 55 packages 10:41:20 Removing intermediate container 4bb3e8f27c4b 10:41:20 ---> ca4fcd7878d8 10:41:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:41:20 ---> Running in b69a1e956b53 10:41:20 Removing intermediate container b69a1e956b53 10:41:20 ---> ce4d45cac9a9 10:41:20 Step 21/23 : LABEL arch=arm64 10:41:20 ---> Running in e2dc3475b37e 10:41:21 Removing intermediate container e2dc3475b37e 10:41:21 ---> 4acc1eda1a14 10:41:21 Step 22/23 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:41:21 ---> Running in 2d38337f0974 10:41:22 Removing intermediate container 2d38337f0974 10:41:22 ---> 10d94f3f86d0 10:41:22 Step 23/23 : LABEL version=0.0.0 10:41:22 ---> Running in 1880010ee019 10:41:22 Removing intermediate container 1880010ee019 10:41:22 ---> 0a2c4095a6e8 10:41:22 10:41:23 Successfully built 0a2c4095a6e8 10:41:23 Successfully tagged docker-core-data-go-arm64:latest 10:41:25  Building docker-core-data-go ... done Removing intermediate container aedf7b592bf6 10:41:25 ---> fde7fca26ab9 10:41:25 Step 20/26 : RUN pip install docker-compose==1.23.2 10:41:25 ---> Running in 8a4b969094f0 10:41:30 Collecting docker-compose==1.23.2 10:41:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:41:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:41:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:41:32 Collecting dockerpty<0.5,>=0.4.1 10:41:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:41:34 Collecting docopt<0.7,>=0.6.1 10:41:34 Downloading docopt-0.6.2.tar.gz (25 kB) 10:41:36 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:41:36 Collecting websocket-client<1.0,>=0.32.0 10:41:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:41:36 Collecting jsonschema<3,>=2.5.1 10:41:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:41:37 Collecting PyYAML<4,>=3.10 10:41:37 Downloading PyYAML-3.13.tar.gz (270 kB) 10:41:41 Collecting docker<4.0,>=3.6.0 10:41:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:41:41 Collecting texttable<0.10,>=0.9.0 10:41:41 Downloading texttable-0.9.1.tar.gz (11 kB) 10:41:43 Collecting cached-property<2,>=1.2.0 10:41:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:41:43 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 10:41:44 Collecting idna<2.8,>=2.5 10:41:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:41:44 Collecting urllib3<1.25,>=1.21.1 10:41:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:41:45 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) 10:41:45 Collecting docker-pycreds>=0.4.0 10:41:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:41:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:41:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:41:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:41:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:41:46 Installing collected packages: idna, urllib3, requests, dockerpty, docopt, websocket-client, jsonschema, PyYAML, docker-pycreds, docker, texttable, cached-property, docker-compose 10:41:46 Attempting uninstall: idna 10:41:46 Found existing installation: idna 2.9 10:41:46 Uninstalling idna-2.9: 10:41:46 Successfully uninstalled idna-2.9 10:41:47 Attempting uninstall: urllib3 10:41:47 Found existing installation: urllib3 1.25.9 10:41:47 Uninstalling urllib3-1.25.9: 10:41:47 Successfully uninstalled urllib3-1.25.9 10:41:47 Attempting uninstall: requests 10:41:47 Found existing installation: requests 2.23.0 10:41:47 Uninstalling requests-2.23.0: 10:41:47 Successfully uninstalled requests-2.23.0 10:41:48 Running setup.py install for dockerpty: started 10:41:50 Running setup.py install for dockerpty: finished with status 'done' 10:41:50 Running setup.py install for docopt: started 10:41:51 Running setup.py install for docopt: finished with status 'done' 10:41:52 Running setup.py install for PyYAML: started 10:41:54 Running setup.py install for PyYAML: finished with status 'done' 10:41:54 Running setup.py install for texttable: started 10:41:56 Running setup.py install for texttable: finished with status 'done' 10:41:57 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 10:42:01 Removing intermediate container 8a4b969094f0 10:42:01 ---> a822f9e17316 10:42:01 Step 21/26 : RUN apk --no-cache add curl 10:42:01 ---> Running in cb95f85404a4 10:42:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:42:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:42:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:42:03 (2/3) Installing libcurl (7.69.1-r3) 10:42:03 (3/3) Installing curl (7.69.1-r3) 10:42:03 Executing busybox-1.31.1-r19.trigger 10:42:03 OK: 71 MiB in 58 packages 10:42:04 Removing intermediate container cb95f85404a4 10:42:04 ---> de3a32432036 10:42:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:42:04 ---> Running in 5430be275df8 10:42:05 Removing intermediate container 5430be275df8 10:42:05 ---> ecce22607508 10:42:05 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:42:05 ---> Running in 45bdba299485 10:42:05 Removing intermediate container 45bdba299485 10:42:05 ---> 8aa7dfaeba6b 10:42:05 Step 24/26 : LABEL arch=arm64 10:42:05 ---> Running in cc97347b8264 10:42:06 Removing intermediate container cc97347b8264 10:42:06 ---> 40f9b3e708df 10:42:06 Step 25/26 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 10:42:06 ---> Running in 6a4a65e74d2b 10:42:06 Removing intermediate container 6a4a65e74d2b 10:42:06 ---> d5aae314eccc 10:42:06 Step 26/26 : LABEL version=0.0.0 10:42:07 ---> Running in 6a9759b6cbbd 10:42:07 Removing intermediate container 6a9759b6cbbd 10:42:07 ---> 32bc26f5f62d 10:42:07 10:42:07 Successfully built 32bc26f5f62d 10:42:07 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:42:08  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:42:08 $ docker stop --time=1 aa4bc9a04b29e5d0c67b1e71cb4e7945900427a9b4f4c5286c4780b443d963de 10:42:10 $ docker rm -f aa4bc9a04b29e5d0c67b1e71cb4e7945900427a9b4f4c5286c4780b443d963de [Pipeline] // withDockerContainer [Pipeline] sh 10:42:11 + grep docker 10:42:11 + docker images 10:42:11 docker-sys-mgmt-agent-go-arm64 latest 32bc26f5f62d 4 seconds ago 300MB 10:42:11 docker-core-data-go-arm64 latest 0a2c4095a6e8 49 seconds ago 21MB 10:42:11 docker-core-metadata-go-arm64 latest 04cc33b5a04f About a minute ago 17.7MB 10:42:11 docker-security-secretstore-setup-go-arm64 latest 4bc0bf3e46a1 2 minutes ago 23.4MB 10:42:11 docker-security-bootstrapper-go-arm64 latest 8a1aa3684c17 3 minutes ago 22.6MB 10:42:11 docker-support-scheduler-go-arm64 latest 052671a8e14b 3 minutes ago 16.1MB 10:42:11 docker-core-command-go-arm64 latest b3a44496858c 3 minutes ago 16MB 10:42:11 docker-support-notifications-go-arm64 latest 5813836e4613 3 minutes ago 16.7MB 10:42:11 docker-security-proxy-setup-go-arm64 latest 4eae70b95197 3 minutes ago 23.2MB 10:42:11 docker 20.10.0 eeaf43b92773 7 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 10:42:14 provisioning config files... 10:42:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config3681274998597431294tmp [Pipeline] { [Pipeline] sh 10:42:14 + set +x 10:42:14 + curl -s https://codecov.io/bash 10:42:14 + bash -s -- 10:42:15 10:42:15 _____ _ 10:42:15 / ____| | | 10:42:15 | | ___ __| | ___ ___ _____ __ 10:42:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:42:15 | |___| (_) | (_| | __/ (_| (_) \ V / 10:42:15 \_____\___/ \__,_|\___|\___\___/ \_/ 10:42:15 Bash-20210129-7c25fce 10:42:15 10:42:15 10:42:15 ==> git version 2.24.3 found 10:42:15 ==> 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 10:42:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:42:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:42:15 ==> Jenkins CI detected. 10:42:15 project root: . 10:42:15 --> token set from env 10:42:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:42:15 ==> Running gcov in . (disable via -X gcov) 10:42:15 ==> Python coveragepy not found 10:42:15 ==> Searching for coverage reports in: 10:42:15 + . 10:42:15 -> Found 1 reports 10:42:15 ==> Detecting git/mercurial file structure 10:42:15 ==> Reading reports 10:42:15 + ./coverage.out bytes=580808 10:42:15 ==> Appending adjustments 10:42:15 https://docs.codecov.io/docs/fixing-reports 10:42:18 + Found adjustments 10:42:18 ==> Gzipping contents 10:42:18 88K /tmp/codecov.9h6Vqq.gz 10:42:18 ==> Uploading reports 10:42:18 url: https://codecov.io 10:42:18 query: branch=PR-3109&commit=9c707fa5c9f2bb8b3675709372ae783111037035&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 10:42:18 -> Pinging Codecov 10:42:18 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=9c707fa5c9f2bb8b3675709372ae783111037035&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 10:42:19 -> Uploading to 10:42:19 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/9c707fa5c9f2bb8b3675709372ae783111037035/b2c608f5-2973-4349-a944-e3959596da37.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T104218Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=65d48e8af598d74071ea1a588d337f4ce66a9f18b192a890439460a5a93e693a 10:42:19 % Total % Received % Xferd Average Speed Time Time Time Current 10:42:19 Dload Upload Total Spent Left Speed 10:42:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87706 0 0 100 87706 0 146k --:--:-- --:--:-- --:--:-- 146k 10:42:19 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9c707fa5c9f2bb8b3675709372ae783111037035 [Pipeline] } 10:42:19 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 10:42:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:42:24 ---> package-listing.sh 10:42:24 ++ facter osfamily 10:42:24 ++ tr '[:upper:]' '[:lower:]' 10:42:24 + OS_FAMILY=redhat 10:42:24 + workspace=/w/workspace/edgex-go/8 10:42:24 + START_PACKAGES=/tmp/packages_start.txt 10:42:24 + END_PACKAGES=/tmp/packages_end.txt 10:42:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:42:24 + PACKAGES=/tmp/packages_start.txt 10:42:24 + '[' /w/workspace/edgex-go/8 ']' 10:42:24 + PACKAGES=/tmp/packages_end.txt 10:42:24 + case "${OS_FAMILY}" in 10:42:24 + rpm -qa 10:42:24 + sort 10:42:29 + '[' -f /tmp/packages_start.txt ']' 10:42:29 + '[' -f /tmp/packages_end.txt ']' 10:42:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:42:29 + '[' /w/workspace/edgex-go/8 ']' 10:42:29 + mkdir -p /w/workspace/edgex-go/8/archives/ 10:42:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 10:42:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:42:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:42:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:42:30 10:42:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:42:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:42:30 alpine: Pulling from edgex-lftools-log-publisher 10:42:30 df20fa9351a1: Pulling fs layer 10:42:30 36b3adc4ff6f: Pulling fs layer 10:42:30 8ad3a11d3b57: Pulling fs layer 10:42:30 46f8f816bc3b: Pulling fs layer 10:42:30 93b61091891f: Pulling fs layer 10:42:30 93b9cdb0e59b: Pulling fs layer 10:42:30 5e14af77c1be: Pulling fs layer 10:42:30 01666e4c0597: Pulling fs layer 10:42:30 aa168da1d23b: Pulling fs layer 10:42:30 93b61091891f: Waiting 10:42:30 01666e4c0597: Waiting 10:42:30 aa168da1d23b: Waiting 10:42:30 5e14af77c1be: Waiting 10:42:30 46f8f816bc3b: Waiting 10:42:30 36b3adc4ff6f: Verifying Checksum 10:42:30 36b3adc4ff6f: Download complete 10:42:30 46f8f816bc3b: Verifying Checksum 10:42:30 46f8f816bc3b: Download complete 10:42:30 df20fa9351a1: Verifying Checksum 10:42:30 df20fa9351a1: Download complete 10:42:30 93b9cdb0e59b: Verifying Checksum 10:42:30 93b9cdb0e59b: Download complete 10:42:30 93b61091891f: Verifying Checksum 10:42:30 93b61091891f: Download complete 10:42:30 5e14af77c1be: Verifying Checksum 10:42:30 5e14af77c1be: Download complete 10:42:30 01666e4c0597: Verifying Checksum 10:42:30 01666e4c0597: Download complete 10:42:31 df20fa9351a1: Pull complete 10:42:31 36b3adc4ff6f: Pull complete 10:42:31 8ad3a11d3b57: Verifying Checksum 10:42:31 8ad3a11d3b57: Download complete 10:42:32 8ad3a11d3b57: Pull complete 10:42:32 46f8f816bc3b: Pull complete 10:42:33 aa168da1d23b: Verifying Checksum 10:42:33 aa168da1d23b: Download complete 10:42:34 93b61091891f: Pull complete 10:42:34 93b9cdb0e59b: Pull complete 10:42:34 5e14af77c1be: Pull complete 10:42:34 01666e4c0597: Pull complete 10:42:42 aa168da1d23b: Pull complete 10:42:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:42:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:42:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:42:42 prd-centos7-docker-4c-2g-24953 does not seem to be running inside a container 10:42:43 $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-lftools-log-publisher:alpine cat 10:42:49 $ docker top 83f14de4e3c4a7a9d21e6acd7754707dcbcc5fca9f2cd47387efbd49beb0afa8 -eo pid,comm [Pipeline] { [Pipeline] sh 10:42:49 + touch /tmp/pre-build-complete [Pipeline] sh 10:42:49 + mkdir -p /var/log/sa [Pipeline] sh 10:42:50 + ls /var/log/sa-host 10:42:50 + sadf -c /var/log/sa-host/sa04 10:42:50 file_magic: OK 10:42:50 HZ: Using current value: 100 10:42:50 file_header: OK 10:42:50 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 10:42:50 Statistics: 10:42:50 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... 10:42:50 File successfully converted to sysstat format version 12.2.1 10:42:50 + sadf -c /var/log/sa-host/sa23 10:42:50 file_magic: OK 10:42:50 HZ: Using current value: 100 10:42:50 file_header: OK 10:42:50 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 10:42:50 Statistics: 10:42:50 Hnuu...uuuununununu... 10:42:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:42:50 provisioning config files... 10:42:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config1521280018922754786tmp [Pipeline] { [Pipeline] echo 10:42:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:42:51 ---> create-netrc.sh [Pipeline] } 10:42:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:42:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:42:51 ---> python-tools-install.sh [Pipeline] echo 10:42:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:42:51 ---> sudo-logs.sh 10:42:51 Archiving 'sudo' log.. [Pipeline] echo 10:42:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:42:52 ---> job-cost.sh 10:42:52 lf-activate-venv: SKIPPING 10:42:52 INFO: No Stack... 10:42:53 INFO: Retrieving Pricing Info for: v1-standard-2 10:42:53 INFO: Archiving Costs [Pipeline] echo 10:42:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:42:53 ---> logs-deploy.sh 10:42:53 lf-activate-venv: SKIPPING 10:42:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/8 10:42:53 INFO: archiving workspace using pattern(s): 10:42:55 Archives upload complete. 10:42:55 INFO: archiving logs to Nexus 10:42:56 ---> uname -a: 10:42:56 Linux prd-centos7-docker-4c-2g-24953.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:42:56 10:42:56 10:42:56 ---> lscpu: 10:42:56 Architecture: x86_64 10:42:56 CPU op-mode(s): 32-bit, 64-bit 10:42:56 Byte Order: Little Endian 10:42:56 Address sizes: 40 bits physical, 48 bits virtual 10:42:56 CPU(s): 4 10:42:56 On-line CPU(s) list: 0-3 10:42:56 Thread(s) per core: 1 10:42:56 Core(s) per socket: 1 10:42:56 Socket(s): 4 10:42:56 NUMA node(s): 1 10:42:56 Vendor ID: GenuineIntel 10:42:56 CPU family: 6 10:42:56 Model: 44 10:42:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:42:56 Stepping: 1 10:42:56 CPU MHz: 2933.438 10:42:56 BogoMIPS: 5866.87 10:42:56 Virtualization: VT-x 10:42:56 Hypervisor vendor: KVM 10:42:56 Virtualization type: full 10:42:56 L1d cache: 128 KiB 10:42:56 L1i cache: 128 KiB 10:42:56 L2 cache: 16 MiB 10:42:56 L3 cache: 64 MiB 10:42:56 NUMA node0 CPU(s): 0-3 10:42:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:42:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:42:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:42:56 Vulnerability Meltdown: Mitigation; PTI 10:42:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:42:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:42:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:42:56 Vulnerability Srbds: Not affected 10:42:56 Vulnerability Tsx async abort: Not affected 10:42:56 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 10:42:56 10:42:56 10:42:56 ---> nproc: 10:42:56 4 10:42:56 10:42:56 10:42:56 ---> df -h: 10:42:56 Filesystem Size Used Available Use% Mounted on 10:42:56 overlay 50.0G 12.2G 37.8G 24% / 10:42:56 tmpfs 64.0M 0 64.0M 0% /dev 10:42:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:42:56 shm 64.0M 0 64.0M 0% /dev/shm 10:42:56 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 10:42:56 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 10:42:56 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 10:42:56 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 10:42:56 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 10:42:56 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 10:42:56 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 10:42:56 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 10:42:56 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/8 10:42:56 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/8@tmp 10:42:56 10:42:56 10:42:56 ---> free -m: 10:42:56 total used free shared buff/cache available 10:42:56 Mem: 1837 709 173 0 954 1043 10:42:56 Swap: 1023 72 951 10:42:56 10:42:56 10:42:56 ---> ip addr: 10:42:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:42:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:42:56 inet 127.0.0.1/8 scope host lo 10:42:56 valid_lft forever preferred_lft forever 10:42:56 inet6 ::1/128 scope host 10:42:56 valid_lft forever preferred_lft forever 10:42:56 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:42:56 link/ether fa:16:3e:66:d7:4a brd ff:ff:ff:ff:ff:ff 10:42:56 inet 10.30.123.84/23 brd 10.30.123.255 scope global dynamic eth0 10:42:56 valid_lft 85140sec preferred_lft 85140sec 10:42:56 inet6 fe80::f816:3eff:fe66:d74a/64 scope link 10:42:56 valid_lft forever preferred_lft forever 10:42:56 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:42:56 link/ether 02:42:37:80:a0:1d brd ff:ff:ff:ff:ff:ff 10:42:56 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:42:56 valid_lft forever preferred_lft forever 10:42:56 inet6 fe80::42:37ff:fe80:a01d/64 scope link 10:42:56 valid_lft forever preferred_lft forever 10:42:56 10:42:56 10:42:56 ---> sar -b -r -n DEV: 10:42:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 10:42:56 10:42:56 10:21:45 LINUX RESTART (4 CPU) 10:42:56 10:42:56 10:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:42:56 10:23:01 194.71 115.93 78.78 0.00 12118.66 42593.24 0.00 10:42:56 10:24:01 210.17 98.19 111.98 0.00 7392.61 46218.44 0.00 10:42:56 10:25:02 243.79 96.01 147.78 0.00 4136.11 21130.55 0.00 10:42:56 10:26:01 113.30 42.41 70.88 0.00 1335.54 9440.18 0.00 10:42:56 10:27:01 102.45 43.11 59.34 0.00 2547.32 7793.47 0.00 10:42:56 10:28:01 1031.77 751.55 280.22 0.00 94416.19 167141.10 0.00 10:42:56 10:29:01 2353.80 2032.96 320.84 0.00 145276.00 153530.48 0.00 10:42:56 10:30:02 399.72 154.48 245.24 0.00 24573.98 71152.24 0.00 10:42:56 10:31:02 2696.13 2361.56 334.56 0.00 174563.41 200840.43 0.00 10:42:56 10:32:01 293.16 93.20 199.97 0.00 7571.23 35718.56 0.00 10:42:56 10:33:01 116.35 28.95 87.40 0.00 3223.33 7048.07 0.00 10:42:56 10:34:01 2.83 1.33 1.50 0.00 101.52 25.05 0.00 10:42:56 10:35:01 0.35 0.08 0.27 0.00 1.47 3.01 0.00 10:42:56 10:36:01 0.57 0.02 0.55 0.00 0.27 6.50 0.00 10:42:56 10:37:01 1.47 1.28 0.18 0.00 45.82 1.63 0.00 10:42:56 10:38:01 1.15 0.08 1.07 0.00 1.20 17.95 0.00 10:42:56 10:39:01 0.67 0.00 0.67 0.00 0.00 7.25 0.00 10:42:56 10:40:01 0.60 0.00 0.60 0.00 0.00 6.15 0.00 10:42:56 10:41:01 0.72 0.02 0.70 0.00 0.53 8.03 0.00 10:42:56 10:42:01 0.52 0.00 0.52 0.00 0.00 5.30 0.00 10:42:56 Average: 388.33 291.13 97.20 0.00 23887.21 38177.60 0.00 10:42:56 10:42:56 10:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:42:56 10:23:01 71868 0 662700 35.22 2620 1144356 1516296 51.75 568952 1040752 43052 10:42:56 10:24:01 89796 0 729304 38.76 2004 1060440 1443096 49.25 570432 978560 55296 10:42:56 10:25:02 155692 0 870072 46.24 896 854884 1812112 61.84 671880 778672 45508 10:42:56 10:26:01 366352 0 774832 41.18 588 739772 1712268 58.44 520980 704220 15592 10:42:56 10:27:01 133468 0 767484 40.79 588 980004 1426940 48.70 631588 822948 77920 10:42:56 10:28:01 369172 0 688256 36.58 0 824116 1479376 50.49 550668 748328 32 10:42:56 10:29:01 207940 0 1150084 61.12 0 523520 3971292 135.53 771884 633724 48004 10:42:56 10:30:02 78628 0 698564 37.13 0 1104352 1358332 46.36 731176 825668 79964 10:42:56 10:31:02 284256 0 680872 36.19 0 916416 1575080 53.75 530256 841552 236 10:42:56 10:32:01 130612 0 690440 36.70 0 1060492 1479048 50.48 538784 964176 680 10:42:56 10:33:01 144124 0 628612 33.41 0 1108808 1203964 41.09 536560 952592 8 10:42:56 10:34:01 145056 0 624652 33.20 0 1111836 1176064 40.14 534364 954636 8 10:42:56 10:35:01 144588 0 625108 33.22 0 1111848 1176232 40.14 535056 954684 8 10:42:56 10:36:01 144824 0 624872 33.21 0 1111848 1176184 40.14 534944 954684 12 10:42:56 10:37:01 144004 0 624952 33.21 0 1112588 1176064 40.14 534440 955364 20 10:42:56 10:38:01 144204 0 624728 33.20 0 1112612 1176136 40.14 534652 955384 8 10:42:56 10:39:01 143972 0 624956 33.22 0 1112616 1176064 40.14 534452 955396 8 10:42:56 10:40:01 143912 0 625004 33.22 0 1112628 1176064 40.14 534584 955396 8 10:42:56 10:41:01 143896 0 625028 33.22 0 1112620 1176064 40.14 534588 955396 8 10:42:56 10:42:01 144068 0 624832 33.21 0 1112644 1176064 40.14 534592 955412 8 10:42:56 Average: 166522 0 698268 37.11 335 1016420 1478137 50.45 571742 894377 18319 10:42:56 10:42:56 10:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:42:56 10:23:01 eth0 960.58 616.61 3685.13 92.50 0.00 0.00 0.00 0.00 10:42:56 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:24:01 veth5675acd 44.03 58.02 3.09 294.56 0.00 0.00 0.00 0.00 10:42:56 10:24:01 eth0 1136.77 1185.02 5828.78 145.56 0.00 0.00 0.00 0.00 10:42:56 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:24:01 docker0 885.52 789.35 71.56 2969.31 0.00 0.00 0.00 0.00 10:42:56 10:25:02 eth0 169.80 135.81 569.79 22.12 0.00 0.00 0.00 0.00 10:42:56 10:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:25:02 veth5b29ea7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:42:56 10:25:02 docker0 116.95 136.15 8.82 540.26 0.00 0.00 0.00 0.00 10:42:56 10:26:01 eth0 44.54 31.48 23.50 85.44 0.00 0.00 0.00 0.00 10:42:56 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:26:01 veth5b29ea7 2.17 2.17 0.17 0.17 0.00 0.00 0.00 0.00 10:42:56 10:26:01 docker0 2.17 2.17 0.14 0.17 0.00 0.00 0.00 0.00 10:42:56 10:27:01 eth0 27.31 13.55 22.23 11.49 0.00 0.00 0.00 0.00 10:42:56 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:27:01 veth5b29ea7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:28:01 veth69fa0ca 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 10:42:56 10:28:01 vetha5e6be1 4.63 1.79 29.19 0.12 0.00 0.00 0.00 0.00 10:42:56 10:28:01 veth04878c1 0.95 1.54 0.06 8.71 0.00 0.00 0.00 0.00 10:42:56 10:28:01 eth0 228.34 179.58 1820.66 69.23 0.00 0.00 0.00 0.00 10:42:56 10:29:01 vethcfd5b6c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:42:56 10:29:01 veth69fa0ca 0.00 0.75 0.00 0.03 0.00 0.00 0.00 0.00 10:42:56 10:29:01 veth9ed0746 0.05 0.18 0.00 0.01 0.00 0.00 0.00 0.00 10:42:56 10:29:01 veth7d248de 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:42:56 10:30:02 veth69fa0ca 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 10:42:56 10:30:02 eth0 2636.92 2191.12 12092.79 442.00 0.00 0.00 0.00 0.00 10:42:56 10:30:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:42:56 10:30:02 docker0 1018.68 969.84 80.99 3758.08 0.00 0.00 0.00 0.00 10:42:56 10:31:02 veth69fa0ca 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 10:42:56 10:31:02 eth0 59.00 39.61 135.14 84.92 0.00 0.00 0.00 0.00 10:42:56 10:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:31:02 docker0 9.68 20.12 0.54 118.09 0.00 0.00 0.00 0.00 10:42:56 10:32:01 veth7a9eb92 21.05 60.37 1.38 261.55 0.00 0.00 0.00 0.00 10:42:56 10:32:01 veth69fa0ca 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 10:42:56 10:32:01 eth0 221.59 128.36 1631.88 20.28 0.00 0.00 0.00 0.00 10:42:56 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:33:01 eth0 84.73 65.10 133.87 72.87 0.00 0.00 0.00 0.00 10:42:56 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:33:01 docker0 1098.95 1116.27 86.16 4395.84 0.00 0.00 0.00 0.00 10:42:56 10:34:01 eth0 0.60 0.07 0.06 0.04 0.00 0.00 0.00 0.00 10:42:56 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:35:01 eth0 2.45 0.82 0.92 0.59 0.00 0.00 0.00 0.00 10:42:56 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:36:01 eth0 0.85 0.33 0.33 0.17 0.00 0.00 0.00 0.00 10:42:56 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:37:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 10:42:56 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:38:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 10:42:56 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:39:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:42:56 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:40:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:42:56 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:41:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:42:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:42:56 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 Average: eth0 151.11 122.16 705.05 31.27 0.00 0.00 0.00 0.00 10:42:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:56 Average: docker0 55.00 55.86 4.31 219.99 0.00 0.00 0.00 0.00 10:42:56 10:42:56 10:42:56 ---> sar -P ALL: 10:42:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 10:42:56 10:42:56 10:21:45 LINUX RESTART (4 CPU) 10:42:56 10:42:56 10:22:01 CPU %user %nice %system %iowait %steal %idle 10:42:56 10:23:01 all 17.58 0.00 8.65 6.96 0.76 66.05 10:42:56 10:23:01 0 17.49 0.00 10.15 5.37 0.75 66.23 10:42:56 10:23:01 1 17.20 0.00 7.90 6.88 0.86 67.15 10:42:56 10:23:01 2 18.94 0.00 9.28 6.12 0.78 64.88 10:42:56 10:23:01 3 16.71 0.00 7.28 9.42 0.65 65.94 10:42:56 10:24:01 all 15.88 0.00 7.84 1.84 0.36 74.08 10:42:56 10:24:01 0 17.55 0.00 9.39 0.97 0.36 71.73 10:42:56 10:24:01 1 17.15 0.00 7.37 1.27 0.38 73.84 10:42:56 10:24:01 2 16.04 0.00 6.79 1.63 0.33 75.21 10:42:56 10:24:01 3 12.79 0.00 7.84 3.48 0.39 75.50 10:42:56 10:25:02 all 24.67 0.00 7.69 6.73 0.41 60.50 10:42:56 10:25:02 0 25.75 0.00 7.59 6.84 0.32 59.50 10:42:56 10:25:02 1 23.88 0.00 7.41 5.58 0.44 62.68 10:42:56 10:25:02 2 23.33 0.00 7.76 7.96 0.48 60.47 10:42:56 10:25:02 3 25.72 0.00 7.99 6.54 0.38 59.37 10:42:56 10:26:01 all 52.45 0.00 12.93 3.13 2.48 29.01 10:42:56 10:26:01 0 49.88 0.00 13.13 3.30 2.77 30.93 10:42:56 10:26:01 1 53.35 0.00 12.65 2.06 2.22 29.72 10:42:56 10:26:01 2 52.52 0.00 12.88 4.45 2.67 27.48 10:42:56 10:26:01 3 54.04 0.00 13.06 2.71 2.27 27.92 10:42:56 10:27:01 all 47.70 0.00 12.39 2.56 1.58 35.77 10:42:56 10:27:01 0 45.30 0.00 12.10 1.64 1.76 39.21 10:42:56 10:27:01 1 48.53 0.00 12.61 1.83 1.53 35.50 10:42:56 10:27:01 2 46.92 0.00 12.42 4.35 1.52 34.80 10:42:56 10:27:01 3 50.02 0.00 12.44 2.42 1.49 33.63 10:42:56 10:28:01 all 23.19 0.00 21.85 7.64 1.85 45.47 10:42:56 10:28:01 0 22.27 0.00 21.73 8.40 1.78 45.82 10:42:56 10:28:01 1 22.41 0.00 21.30 8.10 1.87 46.32 10:42:56 10:28:01 2 23.95 0.00 22.18 6.46 1.74 45.67 10:42:56 10:28:01 3 24.13 0.00 22.20 7.61 2.00 44.06 10:42:56 10:29:01 all 35.91 0.00 25.55 18.72 3.52 16.30 10:42:56 10:29:01 0 35.64 0.00 26.13 19.03 3.48 15.73 10:42:56 10:29:01 1 36.25 0.00 24.72 18.93 3.54 16.56 10:42:56 10:29:01 2 35.73 0.00 25.05 20.04 3.73 15.45 10:42:56 10:29:01 3 36.01 0.00 26.33 16.87 3.31 17.48 10:42:56 10:30:02 all 49.24 0.00 16.97 11.49 2.65 19.66 10:42:56 10:30:02 0 48.59 0.00 17.73 13.60 2.41 17.68 10:42:56 10:30:02 1 51.20 0.00 16.68 10.11 2.45 19.56 10:42:56 10:30:02 2 48.53 0.00 17.63 13.72 2.74 17.37 10:42:56 10:30:02 3 48.62 0.00 15.82 8.55 3.00 24.01 10:42:56 10:31:02 all 25.11 0.00 27.76 16.31 4.17 26.65 10:42:56 10:31:02 0 26.04 0.00 28.18 16.46 3.95 25.37 10:42:56 10:31:02 1 26.20 0.00 28.15 15.49 4.06 26.10 10:42:56 10:31:02 2 24.77 0.00 29.44 17.62 3.91 24.27 10:42:56 10:31:02 3 23.45 0.00 25.29 15.66 4.76 30.84 10:42:56 10:32:01 all 51.17 0.00 16.57 7.25 2.32 22.69 10:42:56 10:32:01 0 52.93 0.00 17.34 6.68 1.80 21.25 10:42:56 10:32:01 1 50.82 0.00 16.50 6.25 2.45 23.99 10:42:56 10:32:01 2 51.17 0.00 15.65 7.30 2.53 23.36 10:42:56 10:32:01 3 49.76 0.00 16.81 8.76 2.53 22.15 10:42:56 10:33:01 all 5.47 0.00 3.07 4.95 0.42 86.10 10:42:56 10:33:01 0 5.97 0.00 3.11 4.83 0.32 85.77 10:42:56 10:33:01 1 5.11 0.00 3.27 6.03 0.50 85.08 10:42:56 10:33:01 2 6.12 0.00 3.14 5.73 0.42 84.58 10:42:56 10:33:01 3 4.67 0.00 2.75 3.20 0.42 88.96 10:42:56 10:42:56 10:33:01 CPU %user %nice %system %iowait %steal %idle 10:42:56 10:34:01 all 0.05 0.00 0.03 0.00 0.00 99.91 10:42:56 10:34:01 0 0.12 0.00 0.05 0.00 0.00 99.83 10:42:56 10:34:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:42:56 10:34:01 2 0.03 0.00 0.05 0.02 0.00 99.90 10:42:56 10:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:42:56 10:35:01 all 0.13 0.00 0.12 0.00 0.00 99.75 10:42:56 10:35:01 0 0.05 0.00 0.13 0.00 0.00 99.82 10:42:56 10:35:01 1 0.05 0.00 0.08 0.00 0.02 99.85 10:42:56 10:35:01 2 0.33 0.00 0.17 0.00 0.00 99.50 10:42:56 10:35:01 3 0.07 0.00 0.10 0.02 0.00 99.82 10:42:56 10:36:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:42:56 10:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:42:56 10:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:42:56 10:36:01 2 0.50 0.00 0.02 0.00 0.00 99.48 10:42:56 10:36:01 3 0.03 0.00 0.05 0.00 0.00 99.92 10:42:56 10:37:01 all 0.07 0.00 0.08 0.02 0.01 99.82 10:42:56 10:37:01 0 0.03 0.00 0.08 0.07 0.00 99.82 10:42:56 10:37:01 1 0.05 0.00 0.05 0.00 0.02 99.88 10:42:56 10:37:01 2 0.15 0.00 0.13 0.00 0.00 99.72 10:42:56 10:37:01 3 0.05 0.00 0.07 0.00 0.02 99.87 10:42:56 10:38:01 all 0.05 0.00 0.03 0.00 0.00 99.92 10:42:56 10:38:01 0 0.02 0.00 0.03 0.02 0.00 99.93 10:42:56 10:38:01 1 0.03 0.00 0.05 0.00 0.00 99.92 10:42:56 10:38:01 2 0.13 0.00 0.02 0.00 0.00 99.85 10:42:56 10:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:42:56 10:39:01 all 0.16 0.00 0.02 0.00 0.00 99.81 10:42:56 10:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:42:56 10:39:01 1 0.05 0.00 0.02 0.00 0.02 99.92 10:42:56 10:39:01 2 0.52 0.00 0.02 0.00 0.00 99.47 10:42:56 10:39:01 3 0.03 0.00 0.05 0.00 0.00 99.92 10:42:56 10:40:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:42:56 10:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:42:56 10:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:42:56 10:40:01 2 0.50 0.00 0.02 0.00 0.00 99.48 10:42:56 10:40:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:42:56 10:41:01 all 0.17 0.00 0.02 0.00 0.00 99.81 10:42:56 10:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:42:56 10:41:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:42:56 10:41:01 2 0.53 0.00 0.00 0.00 0.00 99.47 10:42:56 10:41:01 3 0.10 0.00 0.05 0.00 0.00 99.85 10:42:56 10:42:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:42:56 10:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:42:56 10:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:42:56 10:42:01 2 0.50 0.00 0.03 0.00 0.02 99.45 10:42:56 10:42:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:42:56 Average: all 17.05 0.00 7.86 4.27 1.00 69.83 10:42:56 Average: 0 16.96 0.00 8.12 4.25 0.96 69.72 10:42:56 Average: 1 17.19 0.00 7.72 4.02 0.99 70.07 10:42:56 Average: 2 17.15 0.00 7.91 4.65 1.01 69.28 10:42:56 Average: 3 16.89 0.00 7.69 4.15 1.03 70.25 10:42:56 10:42:56 10:42:56