Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 556a68e916e358c2bcd02786a11420f8a121d9cc+97c9be662ca07851310f194347921b3ddadc13fb (6c218593d9965ce9eb7db5b1942ab53d71a596e7) 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-25135’ Running on prd-centos7-docker-4c-2g-25140 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # 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 97c9be662ca07851310f194347921b3ddadc13fb into PR head commit 556a68e916e358c2bcd02786a11420f8a121d9cc Merge succeeded, producing 556a68e916e358c2bcd02786a11420f8a121d9cc Checking out Revision 556a68e916e358c2bcd02786a11420f8a121d9cc (PR-3113) > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 556a68e916e358c2bcd02786a11420f8a121d9cc # 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 97c9be662ca07851310f194347921b3ddadc13fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 556a68e916e358c2bcd02786a11420f8a121d9cc # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:20:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:20:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:20:28 ========================================================= 01:20:28 EdgeX Global Pipelines Version Info 01:20:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 50b6a7af015f2348a8ef257983e31d320bf68077 # timeout=10 01:20:30 ------------------- 01:20:30 stable info: 01:20:30 ------------------- 01:20:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:20:30 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:20:30 Message: update stable to v1.0.179 01:20:31 ------------------- 01:20:31 experimental info: 01:20:31 ------------------- 01:20:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:20:31 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:20:31 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:20:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:20:31 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:20:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:20:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:20:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:20:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:20:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:20:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:20:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:20:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:20:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:20:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:20:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:20:34 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:20:34 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 01:20:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo 01:20:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo 01:20:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo 01:20:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 556a68e916e358c2bcd02786a11420f8a121d9cc [Pipeline] echo 01:20:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 556a68e [Pipeline] echo 01:20:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:20:34 provisioning config files... 01:20:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config9157755147502676745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:20:35 ---> docker-login.sh 01:20:35 nexus3.edgexfoundry.org:10001 01:20:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:35 Configure a credential helper to remove this warning. See 01:20:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:35 01:20:35 Login Succeeded 01:20:35 nexus3.edgexfoundry.org:10002 01:20:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:35 Configure a credential helper to remove this warning. See 01:20:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:35 01:20:35 Login Succeeded 01:20:35 nexus3.edgexfoundry.org:10003 01:20:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:36 Configure a credential helper to remove this warning. See 01:20:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:36 01:20:36 Login Succeeded 01:20:36 nexus3.edgexfoundry.org:10004 01:20:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:36 Configure a credential helper to remove this warning. See 01:20:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:36 01:20:36 Login Succeeded 01:20:36 docker.io 01:20:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:36 Configure a credential helper to remove this warning. See 01:20:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:36 01:20:36 Login Succeeded 01:20:36 ---> docker-login.sh ends [Pipeline] } 01:20:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:20:37 ++ 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 01:20:37 + for file in '`ls cmd/**/Dockerfile`' 01:20:37 ++ dirname cmd/core-command/Dockerfile 01:20:37 ++ cut -d/ -f2 01:20:37 + echo core-command,cmd/core-command/Dockerfile 01:20:37 + for file in '`ls cmd/**/Dockerfile`' 01:20:37 ++ dirname cmd/core-data/Dockerfile 01:20:37 ++ cut -d/ -f2 01:20:37 + echo core-data,cmd/core-data/Dockerfile 01:20:37 + for file in '`ls cmd/**/Dockerfile`' 01:20:37 ++ dirname cmd/core-metadata/Dockerfile 01:20:37 ++ cut -d/ -f2 01:20:37 + echo core-metadata,cmd/core-metadata/Dockerfile 01:20:37 + for file in '`ls cmd/**/Dockerfile`' 01:20:37 ++ dirname cmd/security-bootstrapper/Dockerfile 01:20:37 ++ cut -d/ -f2 01:20:37 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:20:37 + for file in '`ls cmd/**/Dockerfile`' 01:20:37 ++ dirname cmd/security-proxy-setup/Dockerfile 01:20:37 ++ cut -d/ -f2 01:20:37 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:20:37 + for file in '`ls cmd/**/Dockerfile`' 01:20:37 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:20:37 ++ cut -d/ -f2 01:20:37 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:20:37 + for file in '`ls cmd/**/Dockerfile`' 01:20:37 ++ dirname cmd/support-notifications/Dockerfile 01:20:37 ++ cut -d/ -f2 01:20:37 + echo support-notifications,cmd/support-notifications/Dockerfile 01:20:37 + for file in '`ls cmd/**/Dockerfile`' 01:20:37 ++ dirname cmd/support-scheduler/Dockerfile 01:20:37 ++ cut -d/ -f2 01:20:37 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:20:37 + for file in '`ls cmd/**/Dockerfile`' 01:20:37 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:20:37 ++ cut -d/ -f2 01:20:37 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:20:37 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 01:20:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:20:38 01:20:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:20:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:20:38 latest: Pulling from edgex-devops/git-semver 01:20:38 31603596830f: Pulling fs layer 01:20:38 2a8b12db71e7: Pulling fs layer 01:20:38 6ca5941a6612: Pulling fs layer 01:20:38 ecc8261a40a4: Pulling fs layer 01:20:38 ecc8261a40a4: Waiting 01:20:38 2a8b12db71e7: Verifying Checksum 01:20:38 2a8b12db71e7: Download complete 01:20:38 31603596830f: Verifying Checksum 01:20:38 31603596830f: Download complete 01:20:38 ecc8261a40a4: Verifying Checksum 01:20:38 ecc8261a40a4: Download complete 01:20:38 6ca5941a6612: Verifying Checksum 01:20:38 6ca5941a6612: Download complete 01:20:38 31603596830f: Pull complete 01:20:39 2a8b12db71e7: Pull complete 01:20:39 6ca5941a6612: Pull complete 01:20:40 ecc8261a40a4: Pull complete 01:20:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:20:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:20:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:20:40 prd-centos7-docker-4c-2g-25140 does not seem to be running inside a container 01:20:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:20:42 $ docker top f8d595f2e683ab877d24e395042a1634c635dd23230d7d1032fd6e470c4ad7cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:20:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:20:43 [ssh-agent] Looking for ssh-agent implementation... 01:20:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:20:43 $ docker exec f8d595f2e683ab877d24e395042a1634c635dd23230d7d1032fd6e470c4ad7cd ssh-agent 01:20:43 SSH_AUTH_SOCK=/tmp/ssh-keETMoQMtcAG/agent.11 01:20:43 SSH_AGENT_PID=16 01:20:43 Running ssh-add (command line suppressed) 01:20:43 Identity added: /w/workspace/edgex-go/11@tmp/private_key_3145241846077540653.key (/w/workspace/edgex-go/11@tmp/private_key_3145241846077540653.key) 01:20:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:20:44 + git tag --points-at HEAD [Pipeline] } 01:20:44 $ docker exec --env ******** --env ******** f8d595f2e683ab877d24e395042a1634c635dd23230d7d1032fd6e470c4ad7cd ssh-agent -k 01:20:44 unset SSH_AUTH_SOCK; 01:20:44 unset SSH_AGENT_PID; 01:20:44 echo Agent pid 16 killed; 01:20:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:20:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:20:44 [ssh-agent] Looking for ssh-agent implementation... 01:20:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:20:44 $ docker exec f8d595f2e683ab877d24e395042a1634c635dd23230d7d1032fd6e470c4ad7cd ssh-agent 01:20:44 SSH_AUTH_SOCK=/tmp/ssh-gt2Do7HoNM1g/agent.45 01:20:44 SSH_AGENT_PID=50 01:20:44 Running ssh-add (command line suppressed) 01:20:45 Identity added: /w/workspace/edgex-go/11@tmp/private_key_2280850397009831477.key (/w/workspace/edgex-go/11@tmp/private_key_2280850397009831477.key) 01:20:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:20:45 + git semver init 01:20:45 # -> Open(): unable to determine branch for HEAD 01:20:45 # $GIT_DIR = /w/workspace/edgex-go/11/.git 01:20:45 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 01:20:45 # $SEMVER_REMOTE_NAME = origin 01:20:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:20:45 # $SEMVER_USER_NAME = edgex-jenkins 01:20:45 # $SEMVER_BRANCH = PR-3113 01:20:45 # $SEMVER_TEMP = /tmp/semver-589809637 01:20:45 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:21:07 # '/tmp/semver-589809637' -> '/w/workspace/edgex-go/11/.semver' 01:21:08 # -> Force: false 01:21:08 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 01:21:08 $ docker exec --env ******** --env ******** f8d595f2e683ab877d24e395042a1634c635dd23230d7d1032fd6e470c4ad7cd ssh-agent -k 01:21:09 unset SSH_AUTH_SOCK; 01:21:09 unset SSH_AGENT_PID; 01:21:09 echo Agent pid 50 killed; 01:21:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:21:09 + git semver [Pipeline] } 01:21:09 $ docker stop --time=1 f8d595f2e683ab877d24e395042a1634c635dd23230d7d1032fd6e470c4ad7cd 01:21:11 $ docker rm -f f8d595f2e683ab877d24e395042a1634c635dd23230d7d1032fd6e470c4ad7cd [Pipeline] // withDockerContainer [Pipeline] sh 01:21:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:21:13 Stashed 1 file(s) [Pipeline] echo 01:21:13 [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 01:21:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:21:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:21:14 + sudo service docker restart 01:21:14 + true 01:21:14 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:21:15 ========================================================= 01:21:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:21:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:21:15 + 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 . 01:21:19 Sending build context to Docker daemon 327.5MB 01:21:19 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:21:19 Step 2/6 : FROM ${BASE} 01:21:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:21:19 188c0c94c7c5: Pulling fs layer 01:21:19 0ef7d3d256c8: Pulling fs layer 01:21:19 de9db76c5a1d: Pulling fs layer 01:21:19 bca2f99d35d6: Pulling fs layer 01:21:19 93359f2a8cfa: Pulling fs layer 01:21:19 7c6f9722023f: Pulling fs layer 01:21:19 a35cf1a2eb13: Pulling fs layer 01:21:19 93359f2a8cfa: Waiting 01:21:19 7c6f9722023f: Waiting 01:21:19 a35cf1a2eb13: Waiting 01:21:19 bca2f99d35d6: Waiting 01:21:19 de9db76c5a1d: Verifying Checksum 01:21:19 de9db76c5a1d: Download complete 01:21:19 0ef7d3d256c8: Verifying Checksum 01:21:19 93359f2a8cfa: Verifying Checksum 01:21:19 93359f2a8cfa: Download complete 01:21:19 7c6f9722023f: Download complete 01:21:19 188c0c94c7c5: Verifying Checksum 01:21:19 188c0c94c7c5: Download complete 01:21:20 188c0c94c7c5: Pull complete 01:21:20 0ef7d3d256c8: Pull complete 01:21:20 a35cf1a2eb13: Verifying Checksum 01:21:20 a35cf1a2eb13: Download complete 01:21:20 de9db76c5a1d: Pull complete 01:21:21 bca2f99d35d6: Verifying Checksum 01:21:21 bca2f99d35d6: Download complete 01:21:26 bca2f99d35d6: Pull complete 01:21:27 93359f2a8cfa: Pull complete 01:21:27 7c6f9722023f: Pull complete 01:21:28 Still waiting to schedule task 01:21:28 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25122’ 01:21:32 a35cf1a2eb13: Pull complete 01:21:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:21:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:21:32 ---> a62c8e92a672 01:21:32 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 01:21:32 ---> Running in 7cb1c0a18f0b 01:21:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:21:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:21:33 (1/12) Installing libmagic (5.38-r0) 01:21:34 (2/12) Installing file (5.38-r0) 01:21:34 (3/12) Installing libc-dev (0.7.2-r3) 01:21:34 (4/12) Installing g++ (9.3.0-r2) 01:21:39 (5/12) Installing fortify-headers (1.1-r0) 01:21:40 (6/12) Installing patch (2.7.6-r6) 01:21:40 (7/12) Installing build-base (0.5-r2) 01:21:40 (8/12) Installing libsodium (1.0.18-r0) 01:21:40 (9/12) Installing pkgconf (1.7.2-r0) 01:21:40 (10/12) Installing libsodium-dev (1.0.18-r0) 01:21:40 (11/12) Installing libzmq (4.3.3-r0) 01:21:40 (12/12) Installing zeromq-dev (4.3.3-r0) 01:21:41 Executing busybox-1.31.1-r19.trigger 01:21:41 OK: 233 MiB in 51 packages 01:21:44 Removing intermediate container 7cb1c0a18f0b 01:21:44 ---> 49eee1a47940 01:21:44 Step 4/6 : WORKDIR /edgex-go 01:21:44 ---> Running in 170cee530980 01:21:44 Removing intermediate container 170cee530980 01:21:44 ---> 500fc9c7df4d 01:21:44 Step 5/6 : COPY go.mod . 01:21:44 ---> 507710d28ce1 01:21:44 Step 6/6 : RUN go mod download 01:21:44 ---> Running in 3557b112487d 01:22:06 Removing intermediate container 3557b112487d 01:22:06 ---> e939d8d571ea 01:22:06 Successfully built e939d8d571ea 01:22:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:22:07 + docker inspect -f . ci-base-image-x86_64 01:22:07 . [Pipeline] withDockerContainer 01:22:07 prd-centos7-docker-4c-2g-25140 does not seem to be running inside a container 01:22:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:22:08 $ docker top 75c09d98354626a852cc89c543aeb16b8bdd41b4c32339359ab6100389c921ef -eo pid,comm [Pipeline] { [Pipeline] sh 01:22:08 + go version 01:22:08 go version go1.15.5 linux/amd64 [Pipeline] } 01:22:08 $ docker stop --time=1 75c09d98354626a852cc89c543aeb16b8bdd41b4c32339359ab6100389c921ef 01:22:11 $ docker rm -f 75c09d98354626a852cc89c543aeb16b8bdd41b4c32339359ab6100389c921ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:22:12 + docker inspect -f . ci-base-image-x86_64 01:22:12 . [Pipeline] withDockerContainer 01:22:12 prd-centos7-docker-4c-2g-25140 does not seem to be running inside a container 01:22:12 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:22:13 $ docker top 82b10db9d4105aa06175f819871a85b0d4a3d68f107e38d61683ebb9ce86d941 -eo pid,comm [Pipeline] { [Pipeline] echo 01:22:13 ========================================================= 01:22:13 [edgeXBuildGoParallel] Running Tests and Build... 01:22:13 ========================================================= [Pipeline] sh 01:22:13 + make test 01:22:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:22:23 ? github.com/edgexfoundry/edgex-go [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:22:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:22:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:22:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:22:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:22:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:22:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:22:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:22:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:22:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:22:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:22:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:22:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:22:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.104s coverage: 45.6% of statements 01:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 01:22:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.065s coverage: 100.0% of statements 01:22:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.1% of statements 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:22:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:22:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:22:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 65.8% of statements 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:22:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.448s coverage: 82.3% of statements 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:22:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.341s coverage: 28.6% of statements 01:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:22:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements 01:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:22:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements 01:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:22:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 01:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:22:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements 01:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:22:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements 01:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:23:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.432s coverage: 92.8% of statements 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:23:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:23:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:23:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:23:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 45.5% of statements 01:23:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.046s coverage: 79.5% of statements 01:23:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements 01:23:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.041s coverage: 96.3% of statements 01:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements 01:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.040s coverage: 94.4% of statements 01:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.064s coverage: 92.9% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.289s coverage: 68.9% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.272s coverage: 84.0% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.086s coverage: 87.0% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.717s coverage: 29.1% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.067s coverage: 100.0% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 01:23:26 GO111MODULE=on go vet ./... 01:23:52 gofmt -l . 01:23:52 [ "`gofmt -l .`" = "" ] 01:23:52 ./bin/test-go-mod-tidy.sh 01:23:53 ./bin/test-attribution-txt.sh [Pipeline] sh 01:23:54 + ls -al . 01:23:54 total 688 01:23:54 drwxrwxr-x 10 1001 1001 4096 Feb 5 01:23 . 01:23:54 drwxr-xr-x 4 root root 30 Feb 5 01:22 .. 01:23:54 -rw-rw-r-- 1 1001 1001 11 Feb 5 01:20 .dockerignore 01:23:54 drwxrwxr-x 8 1001 1001 179 Feb 5 01:20 .git 01:23:54 drwxrwxr-x 3 1001 1001 125 Feb 5 01:20 .github 01:23:54 -rw-rw-r-- 1 1001 1001 872 Feb 5 01:20 .gitignore 01:23:54 drwx------ 3 1001 1001 60 Feb 5 01:21 .semver 01:23:54 -rw-rw-r-- 1 1001 1001 166 Feb 5 01:20 .sonarcloud.properties 01:23:54 -rw-rw-r-- 1 1001 1001 7859 Feb 5 01:20 Attribution.txt 01:23:54 -rw-rw-r-- 1 1001 1001 3804 Feb 5 01:20 CONTRIBUTING.md 01:23:54 -rw-rw-r-- 1 1001 1001 931 Feb 5 01:20 Dockerfile.build 01:23:54 -rw-rw-r-- 1 1001 1001 863 Feb 5 01:20 Jenkinsfile 01:23:54 -rw-rw-r-- 1 1001 1001 10775 Feb 5 01:20 LICENSE 01:23:54 -rw-rw-r-- 1 1001 1001 6001 Feb 5 01:20 Makefile 01:23:54 -rw-rw-r-- 1 1001 1001 6524 Feb 5 01:20 README.md 01:23:54 -rw-rw-r-- 1 1001 1001 6755 Feb 5 01:20 SECURITY.md 01:23:54 -rw-rw-r-- 1 1001 1001 5 Feb 5 01:21 VERSION 01:23:54 -rw-rw-r-- 1 1001 1001 4131 Feb 5 01:20 ZMQWindows.md 01:23:54 drwxrwxr-x 2 1001 1001 117 Feb 5 01:20 bin 01:23:54 drwxrwxr-x 15 1001 1001 4096 Feb 5 01:20 cmd 01:23:54 -rw-r--r-- 1 root root 583623 Feb 5 01:23 coverage.out 01:23:54 -rw-r--r-- 1 root root 1054 Feb 5 01:23 go.mod 01:23:54 -rw-r--r-- 1 root root 19290 Feb 5 01:23 go.sum 01:23:54 drwxrwxr-x 8 1001 1001 127 Feb 5 01:20 internal 01:23:54 drwxrwxr-x 4 1001 1001 26 Feb 5 01:20 openapi 01:23:54 drwxrwxr-x 4 1001 1001 71 Feb 5 01:20 snap 01:23:54 -rw-rw-r-- 1 1001 1001 168 Feb 5 01:20 version.go [Pipeline] sh 01:23:54 + '[' -e coverage.out ] 01:23:54 + chown 1001:1001 coverage.out [Pipeline] stash 01:23:54 Stashed 1 file(s) [Pipeline] sh 01:23:55 + make build 01:23:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:23:59 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 01:24:07 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 01:24:09 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 01:24: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 01:24: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 01:24:12 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 01:24:13 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 01:24:14 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 01:24:16 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 01:24:17 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 01:24:18 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 01:24:19 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] } 01:24:21 $ docker stop --time=1 82b10db9d4105aa06175f819871a85b0d4a3d68f107e38d61683ebb9ce86d941 01:24:22 $ docker rm -f 82b10db9d4105aa06175f819871a85b0d4a3d68f107e38d61683ebb9ce86d941 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:24:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:24:24 01:24:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:24:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:24:24 latest: Pulling from edgex-devops/edgex-compose 01:24:24 cbdbe7a5bc2a: Pulling fs layer 01:24:24 ca9280d653b3: Pulling fs layer 01:24:24 7e9c9ca2126c: Pulling fs layer 01:24:25 cbdbe7a5bc2a: Verifying Checksum 01:24:25 cbdbe7a5bc2a: Download complete 01:24:25 cbdbe7a5bc2a: Pull complete 01:24:25 ca9280d653b3: Verifying Checksum 01:24:25 ca9280d653b3: Download complete 01:24:26 ca9280d653b3: Pull complete 01:24:27 7e9c9ca2126c: Download complete 01:24:34 7e9c9ca2126c: Pull complete 01:24:34 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:24:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:24:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:24:35 prd-centos7-docker-4c-2g-25140 does not seem to be running inside a container 01:24:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:24:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25145 in /w/workspace/edgexfoundry_edgex-go_PR-3113 01:24:38 $ docker top 338fb690c1c1b6651b3c8bcd0c6f83ff2db02a63fe6b62a6168451ba08596328 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 01:24:39 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 01:24:39 + docker-compose build --help 01:24:39 + grep parallel 01:24:40 --parallel Build images in parallel. [Pipeline] } 01:24:40 $ docker stop --time=1 338fb690c1c1b6651b3c8bcd0c6f83ff2db02a63fe6b62a6168451ba08596328 01:24:42 $ docker rm -f 338fb690c1c1b6651b3c8bcd0c6f83ff2db02a63fe6b62a6168451ba08596328 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:24:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:24:42 . [Pipeline] withDockerContainer 01:24:42 prd-centos7-docker-4c-2g-25140 does not seem to be running inside a container 01:24:42 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 01:24:43 $ docker top 1540d4ec9c45d4c88cedb67ca52691cf296003f0ab050bd2fb0bcdaf6974de18 -eo pid,comm [Pipeline] { [Pipeline] sh 01:24:44 using credential edgex-jenkins-ssh 01:24:44 Cloning the remote Git repository 01:24:44 + docker-compose -f ./docker-compose-build.yml build --parallel 01:24:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:24:44 > git init /w/workspace/edgex-go/11 # timeout=10 01:24:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:24:44 > git --version # timeout=10 01:24:44 > git --version # 'git version 2.17.1' 01:24:44 using GIT_SSH to set credentials SSH Credentials for GitHub 01:24:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:24:45 Building docker-core-command-go ... 01:24:45 Building docker-core-data-go ... 01:24:45 Building docker-core-metadata-go ... 01:24:45 Building docker-security-bootstrapper-go ... 01:24:45 Building docker-security-proxy-setup-go ... 01:24:45 Building docker-security-secretstore-setup-go ... 01:24:45 Building docker-support-notifications-go ... 01:24:45 Building docker-support-scheduler-go ... 01:24:45 Building docker-sys-mgmt-agent-go ... 01:24:45 Building docker-security-secretstore-setup-go 01:24:45 Building docker-core-command-go 01:24:45 Building docker-support-notifications-go 01:24:45 Building docker-support-scheduler-go 01:24:45 Building docker-core-metadata-go 01:25:00 Merging remotes/origin/master commit 97c9be662ca07851310f194347921b3ddadc13fb into PR head commit 556a68e916e358c2bcd02786a11420f8a121d9cc 01:25:00 Merge succeeded, producing 556a68e916e358c2bcd02786a11420f8a121d9cc 01:25:00 Checking out Revision 556a68e916e358c2bcd02786a11420f8a121d9cc (PR-3113) 01:24:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:24:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:24:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:24:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:24:59 using GIT_SSH to set credentials SSH Credentials for GitHub 01:24:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:25:00 > git config core.sparsecheckout # timeout=10 01:25:00 > git checkout -f 556a68e916e358c2bcd02786a11420f8a121d9cc # timeout=10 01:25:00 > git remote # timeout=10 01:25:00 > git config --get remote.origin.url # timeout=10 01:25:00 using GIT_SSH to set credentials SSH Credentials for GitHub 01:25:00 > git merge 97c9be662ca07851310f194347921b3ddadc13fb # timeout=10 01:25:00 > git rev-parse HEAD^{commit} # timeout=10 01:25:00 > git config core.sparsecheckout # timeout=10 01:25:00 > git checkout -f 556a68e916e358c2bcd02786a11420f8a121d9cc # timeout=10 01:25:05 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:25:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:25:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:25:07 + + true 01:25:07 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:25:09 provisioning config files... 01:25:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config2992065066614709151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:25:10 ---> docker-login.sh 01:25:10 nexus3.edgexfoundry.org:10001 01:25:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:25:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:25:11 Configure a credential helper to remove this warning. See 01:25:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:25:11 01:25:11 Login Succeeded 01:25:11 nexus3.edgexfoundry.org:10002 01:25:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:25:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:25:11 Configure a credential helper to remove this warning. See 01:25:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:25:11 01:25:11 Login Succeeded 01:25:11 nexus3.edgexfoundry.org:10003 01:25:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:25:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:25:12 Configure a credential helper to remove this warning. See 01:25:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:25:12 01:25:12 Login Succeeded 01:25:12 nexus3.edgexfoundry.org:10004 01:25:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:25:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:25:13 Configure a credential helper to remove this warning. See 01:25:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:25:13 01:25:13 Login Succeeded 01:25:13 docker.io 01:25:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:25:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:25:13 Configure a credential helper to remove this warning. See 01:25:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:25:13 01:25:13 Login Succeeded 01:25:13 ---> docker-login.sh ends [Pipeline] } 01:25:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:25:14 ========================================================= 01:25:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:25:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:25:14 + 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 . 01:25:17 Sending build context to Docker daemon 166.1MB 01:25:17 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:25:17 Step 2/6 : FROM ${BASE} 01:25:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:25:17 5f621e34cdf4: Pulling fs layer 01:25:17 a4357932f1b6: Pulling fs layer 01:25:17 18c013af1878: Pulling fs layer 01:25:17 00ac8860ef70: Pulling fs layer 01:25:17 63d7cb157983: Pulling fs layer 01:25:17 b116817d02f9: Pulling fs layer 01:25:17 745a02a5169b: Pulling fs layer 01:25:17 63d7cb157983: Waiting 01:25:17 b116817d02f9: Waiting 01:25:17 745a02a5169b: Waiting 01:25:17 18c013af1878: Verifying Checksum 01:25:17 18c013af1878: Download complete 01:25:17 a4357932f1b6: Verifying Checksum 01:25:17 a4357932f1b6: Download complete 01:25:17 63d7cb157983: Verifying Checksum 01:25:17 63d7cb157983: Download complete 01:25:17 b116817d02f9: Verifying Checksum 01:25:17 b116817d02f9: Download complete 01:25:17 5f621e34cdf4: Verifying Checksum 01:25:17 5f621e34cdf4: Download complete 01:25:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:25:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:25:17 ---> e939d8d571ea 01:25:17 Step 3/23 : WORKDIR /edgex-go 01:25:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:25:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:25:17 ---> e939d8d571ea 01:25:17 Step 3/23 : WORKDIR /edgex-go 01:25:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:25:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:25:17 ---> e939d8d571ea 01:25:17 Step 3/22 : WORKDIR /edgex-go 01:25:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:25:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:25:17 ---> e939d8d571ea 01:25:17 Step 3/22 : WORKDIR /edgex-go 01:25:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:25:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:25:17 ---> e939d8d571ea 01:25:17 Step 3/24 : WORKDIR /edgex-go 01:25:17 5f621e34cdf4: Pull complete 01:25:18 ---> Running in c6ed83adbed2 01:25:18 ---> Running in daede75e507a 01:25:18 ---> Running in 5ce6cb53a232 01:25:18 ---> Running in 4cc44eb713b1 01:25:18 ---> Running in 9099cf286ba8 01:25:18 a4357932f1b6: Pull complete 01:25:18 18c013af1878: Pull complete 01:25:18 Removing intermediate container 5ce6cb53a232 01:25:18 ---> a80f6035af31 01:25:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:18 Removing intermediate container c6ed83adbed2 01:25:18 ---> 42c9ee88bdaa 01:25:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:18 Removing intermediate container 4cc44eb713b1 01:25:18 ---> 36eb2c95901b 01:25:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:18 Removing intermediate container daede75e507a 01:25:18 ---> 037cb9b5f45a 01:25:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:18 Removing intermediate container 9099cf286ba8 01:25:18 ---> a0490ab05b9a 01:25:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:18 ---> Running in 701057192da2 01:25:18 ---> Running in 5d296f9a3532 01:25:18 ---> Running in debb30ebf0ff 01:25:18 ---> Running in a072f688339a 01:25:18 ---> Running in a71374401469 01:25:19 745a02a5169b: Verifying Checksum 01:25:19 745a02a5169b: Download complete 01:25:20 00ac8860ef70: Verifying Checksum 01:25:20 00ac8860ef70: Download complete 01:25:20 Removing intermediate container 5d296f9a3532 01:25:20 ---> 3a8fd8bf3b52 01:25:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:25:20 Removing intermediate container 701057192da2 01:25:20 ---> 1d9feabac4d6 01:25:20 Step 5/23 : RUN apk add --update --no-cache make git 01:25:20 ---> Running in 44b627accf8d 01:25:21 ---> Running in a2225bb59088 01:25:21 Removing intermediate container debb30ebf0ff 01:25:21 ---> a8f51770c0b0 01:25:21 Step 5/24 : RUN apk add --update --no-cache make git 01:25:21 Removing intermediate container a072f688339a 01:25:21 ---> cfe43802f11b 01:25:21 Step 5/22 : RUN apk add --update --no-cache make git 01:25:21 ---> Running in efaed810137d 01:25:21 ---> Running in 31f3d78fe36d 01:25:21 Removing intermediate container a71374401469 01:25:21 ---> 68f7503319af 01:25:21 Step 5/23 : RUN apk add --update --no-cache make git 01:25:21 ---> Running in 28adf25480d6 01:25:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:23 OK: 233 MiB in 51 packages 01:25:23 OK: 233 MiB in 51 packages 01:25:24 OK: 233 MiB in 51 packages 01:25:24 OK: 233 MiB in 51 packages 01:25:24 OK: 233 MiB in 51 packages 01:25:24 Removing intermediate container 44b627accf8d 01:25:24 ---> b5338c82e5bb 01:25:24 Step 6/22 : COPY go.mod . 01:25:24 Removing intermediate container a2225bb59088 01:25:24 ---> 4c376aafd3c8 01:25:24 Step 6/23 : COPY go.mod . 01:25:24 ---> fe3a6e76667d 01:25:24 Step 7/22 : RUN go mod download 01:25:25 Removing intermediate container 31f3d78fe36d 01:25:25 ---> 9ccfbf9a0107 01:25:25 Step 6/22 : COPY go.mod . 01:25:25 ---> c6cd8e8b620f 01:25:25 Step 7/23 : RUN go mod download 01:25:25 ---> Running in 689a83cc7dab 01:25:25 ---> Running in c3efdd1aefa2 01:25:25 Removing intermediate container efaed810137d 01:25:25 ---> 529d640196b3 01:25:25 Step 6/24 : COPY go.mod . 01:25:25 Removing intermediate container 28adf25480d6 01:25:25 ---> a79e89ae253f 01:25:25 Step 6/23 : COPY go.mod . 01:25:25 ---> e85adfdae41c 01:25:25 Step 7/22 : RUN go mod download 01:25:25 ---> Running in f3bb8679207f 01:25:25 ---> ee8171d5dba0 01:25:25 Step 7/23 : RUN go mod download 01:25:25 ---> 50cef28cde5d 01:25:25 Step 7/24 : RUN go mod download 01:25:26 ---> Running in f582516bec0e 01:25:26 ---> Running in 795773364ca6 01:25:28 Removing intermediate container f3bb8679207f 01:25:28 ---> 59028316e580 01:25:28 Step 8/22 : COPY . . 01:25:28 Removing intermediate container c3efdd1aefa2 01:25:28 ---> 29a376f7ca0c 01:25:28 Step 8/23 : COPY . . 01:25:28 Removing intermediate container 689a83cc7dab 01:25:28 ---> dd9b25fa50ff 01:25:28 Step 8/22 : COPY . . 01:25:28 Removing intermediate container f582516bec0e 01:25:28 ---> cbf588c02b35 01:25:28 Step 8/24 : COPY . . 01:25:30 00ac8860ef70: Pull complete 01:25:30 63d7cb157983: Pull complete 01:25:30 b116817d02f9: Pull complete 01:25:32 Removing intermediate container 795773364ca6 01:25:32 ---> d2892c002081 01:25:32 Step 8/23 : COPY . . 01:25:35 745a02a5169b: Pull complete 01:25:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:25:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:25:35 ---> b7e6874047d6 01:25:35 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 01:25:37 ---> Running in 406a95bcbc19 01:25:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:25:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:25:41 (1/12) Installing libmagic (5.38-r0) 01:25:41 (2/12) Installing file (5.38-r0) 01:25:41 (3/12) Installing libc-dev (0.7.2-r3) 01:25:41 (4/12) Installing g++ (9.3.0-r2) 01:25:54 (5/12) Installing fortify-headers (1.1-r0) 01:25:54 (6/12) Installing patch (2.7.6-r6) 01:25:54 (7/12) Installing build-base (0.5-r2) 01:25:54 (8/12) Installing libsodium (1.0.18-r0) 01:25:54 (9/12) Installing pkgconf (1.7.2-r0) 01:25:54 (10/12) Installing libsodium-dev (1.0.18-r0) 01:25:54 (11/12) Installing libzmq (4.3.3-r0) 01:25:54 (12/12) Installing zeromq-dev (4.3.3-r0) 01:25:54 Executing busybox-1.31.1-r19.trigger 01:25:54 OK: 217 MiB in 51 packages 01:25:58 Removing intermediate container 406a95bcbc19 01:25:58 ---> 11ff1a80561b 01:25:58 Step 4/6 : WORKDIR /edgex-go 01:25:58 ---> Running in 4dfd481c54f2 01:25:58 Removing intermediate container 4dfd481c54f2 01:25:58 ---> 54a8270298b9 01:25:58 Step 5/6 : COPY go.mod . 01:25:59 ---> 6a7b4cb4f6ef 01:25:59 Step 6/6 : RUN go mod download 01:25:59 ---> Running in cdee201fa8a0 01:26:11 ---> ac059e466dd9 01:26:11 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:26:11 ---> 35b6761fb810 01:26:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:26:11 ---> 39159dde409c 01:26:11 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:26:11 ---> 2e985ff36106 01:26:11 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:26:11 ---> Running in c67d6df7f314 01:26:11 ---> Running in 03262437b374 01:26:11 ---> Running in bfcbfa108e7e 01:26:11 ---> Running in ba6f391c6e72 01:26:11 ---> 5dbfe9396350 01:26:11 Step 9/23 : RUN make cmd/core-command/core-command 01:26:11 ---> Running in 21a84d89420b 01:26:11 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 01:26:11 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 01:26:11 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 01:26:11 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 01:26:11 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 01:26:26 Removing intermediate container cdee201fa8a0 01:26:26 ---> a519e5ff360f 01:26:26 Successfully built a519e5ff360f 01:26:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:26:26 + docker inspect -f . ci-base-image-arm64 01:26:26 . [Pipeline] withDockerContainer 01:26:26 prd-ubuntu18.04-docker-arm64-4c-16g-25145 does not seem to be running inside a container 01:26:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:26:28 $ docker top 4172186b39ec2b48e74749dc7e51be83db4409ba9adcad610916172c278eea7b -eo pid,comm [Pipeline] { [Pipeline] sh 01:26:29 + go version 01:26:29 go version go1.15.5 linux/arm64 [Pipeline] } 01:26:29 $ docker stop --time=1 4172186b39ec2b48e74749dc7e51be83db4409ba9adcad610916172c278eea7b 01:26:31 $ docker rm -f 4172186b39ec2b48e74749dc7e51be83db4409ba9adcad610916172c278eea7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:26:32 + docker inspect -f . ci-base-image-arm64 01:26:32 . [Pipeline] withDockerContainer 01:26:32 prd-ubuntu18.04-docker-arm64-4c-16g-25145 does not seem to be running inside a container 01:26:32 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:26:33 $ docker top a7674b5e2b63027348abb7484cd39abf5de82526dc5b185c3fe0cf706f49fb20 -eo pid,comm [Pipeline] { [Pipeline] echo 01:26:34 ========================================================= 01:26:34 [edgeXBuildGoParallel] Running Tests and Build... 01:26:34 ========================================================= [Pipeline] sh 01:26:34 + make test 01:26:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:26:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:26:46 Removing intermediate container bfcbfa108e7e 01:26:46 ---> bc92585465a1 01:26:46 01:26:46 Step 10/24 : FROM alpine:3.12 01:26:46 3.12: Pulling from library/alpine 01:26:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:26:46 Status: Downloaded newer image for alpine:3.12 01:26:46 ---> 389fef711851 01:26:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:26:50 ---> Running in 14c7fcb1f8ba 01:26:50 Removing intermediate container ba6f391c6e72 01:26:50 ---> c99abc772da5 01:26:50 01:26:50 Step 10/22 : FROM alpine:3.12 01:26:50 ---> 389fef711851 01:26:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:26:50 Removing intermediate container c67d6df7f314 01:26:50 ---> ed95ca95a5f5 01:26:50 01:26:50 Step 10/22 : FROM alpine:3.12 01:26:50 ---> 389fef711851 01:26:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:26:50 ---> Running in 098a4ecade49 01:26:50 ---> Running in 63c41cb852e6 01:26:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:26:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:26:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:26:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:26:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:26:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:26:51 (1/5) Installing ca-certificates (20191127-r4) 01:26:51 (1/2) Installing ca-certificates (20191127-r4) 01:26:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:26:51 (2/2) Installing dumb-init (1.2.2-r1) 01:26:51 (3/5) Installing libcurl (7.69.1-r3) 01:26:51 Executing busybox-1.31.1-r19.trigger 01:26:51 Executing ca-certificates-20191127-r4.trigger 01:26:51 (4/5) Installing curl (7.69.1-r3) 01:26:51 (5/5) Installing dumb-init (1.2.2-r1) 01:26:51 Executing busybox-1.31.1-r19.trigger 01:26:52 Executing ca-certificates-20191127-r4.trigger 01:26:52 (1/1) Installing dumb-init (1.2.2-r1) 01:26:52 OK: 6 MiB in 16 packages 01:26:52 Executing busybox-1.31.1-r19.trigger 01:26:52 OK: 6 MiB in 15 packages 01:26:52 OK: 7 MiB in 19 packages 01:26:56 Removing intermediate container 21a84d89420b 01:26:56 ---> f5c94b23b638 01:26:56 01:26:56 Step 10/23 : FROM alpine:3.12 01:26:56 ---> 389fef711851 01:26:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:26:56 Removing intermediate container 03262437b374 01:26:56 ---> f8a3e9e499a2 01:26:56 01:26:56 Step 10/23 : FROM alpine:3.12 01:26:56 ---> 389fef711851 01:26:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:26:56 ---> Running in dd376a487129 01:26:56 ---> Running in 2e31d67eba55 01:26:56 Removing intermediate container 63c41cb852e6 01:26:56 ---> c7712fdc5c8c 01:26:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:26:57 ? github.com/edgexfoundry/edgex-go [no test files] 01:26:57 Removing intermediate container 14c7fcb1f8ba 01:26:57 ---> 720eeeb48236 01:26:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:26:57 ---> Running in a78835b2c26e 01:26:57 ---> Running in 77b5000753f8 01:26:57 Removing intermediate container 098a4ecade49 01:26:57 ---> ac9fa6d574b4 01:26:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:26:58 ---> Running in 1f221f70610d 01:26:58 Removing intermediate container 77b5000753f8 01:26:58 ---> 67cf1f3e86ce 01:26:58 Step 13/24 : WORKDIR / 01:26:58 Removing intermediate container a78835b2c26e 01:26:58 ---> 73ffe28a2dba 01:26:58 Step 13/22 : ENV APP_PORT=48085 01:26:58 ---> Running in d69d11c9d09f 01:26:58 ---> Running in 9ea3197ae9d9 01:26:58 Removing intermediate container 1f221f70610d 01:26:58 ---> f19978e80c6a 01:26:58 Step 13/22 : ENV APP_PORT=48060 01:26:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:26:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:26:58 ---> Running in c3b44fb1525d 01:26:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:26:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:26:58 Removing intermediate container 9ea3197ae9d9 01:26:58 ---> f299333712a3 01:26:58 Step 14/22 : EXPOSE $APP_PORT 01:26:58 Removing intermediate container d69d11c9d09f 01:26:58 ---> 16d6ec6a01a3 01:26:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:26:59 (1/1) Installing dumb-init (1.2.2-r1) 01:26:59 Executing busybox-1.31.1-r19.trigger 01:26:59 (1/1) Installing dumb-init (1.2.2-r1) 01:26:59 OK: 6 MiB in 15 packages 01:26:59 Executing busybox-1.31.1-r19.trigger 01:26:59 OK: 6 MiB in 15 packages 01:26:59 ---> Running in 72ff954aeae4 01:26:59 Removing intermediate container c3b44fb1525d 01:26:59 ---> aa55d3c7646b 01:26:59 Step 14/22 : EXPOSE $APP_PORT 01:26:59 ---> Running in 5e4f8b63bb0c 01:26:59 ---> 3098b8013ac7 01:26:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:26:59 Removing intermediate container 72ff954aeae4 01:26:59 ---> 41786a7e30b1 01:26:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:26:59 Removing intermediate container 5e4f8b63bb0c 01:26:59 ---> bcf45cc9029f 01:26:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:26:59 ---> c9626a9a0f2f 01:26:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:26:59 ---> f98bdc18330c 01:26:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:26:59 ---> 6f8a0ac172ae 01:26:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:27:01 ---> ce7055257521 01:27:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:27:01 Removing intermediate container dd376a487129 01:27:01 ---> 795730c9f787 01:27:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:27:01 Removing intermediate container 2e31d67eba55 01:27:01 ---> 5331a0bed954 01:27:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:27:01 ---> 1706156c8bb3 01:27:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:27:01 ---> Running in 5c69aff0f1ef 01:27:01 ---> b55d3c506f9d 01:27:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:27:01 ---> Running in b178f9080cf7 01:27:01 ---> b5c8ce1be0db 01:27:01 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:27:01 ---> 0459326fe1ba 01:27:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:27:01 ---> Running in 3a4956146c3c 01:27:01 Removing intermediate container 5c69aff0f1ef 01:27:01 ---> 5537a6bef215 01:27:01 Step 13/23 : ENV APP_PORT=48082 01:27:01 ---> df90454295bb 01:27:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:27:01 Removing intermediate container b178f9080cf7 01:27:01 ---> 85ceef670fa3 01:27:01 Step 13/23 : ENV APP_PORT=48081 01:27:01 ---> Running in 3bff654862d9 01:27:01 ---> Running in 6fe9a29cba91 01:27:01 ---> Running in ffaee0aa0a6c 01:27:02 Removing intermediate container 3a4956146c3c 01:27:02 ---> 36f766b5ae30 01:27:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:27:02 ---> Running in 544288c4564a 01:27:02 Removing intermediate container 3bff654862d9 01:27:02 ---> e2dfbee09b70 01:27:02 Step 14/23 : EXPOSE $APP_PORT 01:27:02 Removing intermediate container 6fe9a29cba91 01:27:02 ---> a1879d8df62a 01:27:02 Step 14/23 : EXPOSE $APP_PORT 01:27:02 Removing intermediate container ffaee0aa0a6c 01:27:02 ---> eb1d5acc2901 01:27:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:27:02 ---> e200483e8603 01:27:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:27:02 ---> Running in c8ee8c168d1e 01:27:02 ---> Running in 19d5c69b107c 01:27:02 ---> Running in 43d556e9c8cb 01:27:02 Removing intermediate container 544288c4564a 01:27:02 ---> 93eaec4153b7 01:27:02 Step 20/22 : LABEL arch=x86_64 01:27:02 ---> Running in 16b63c8e4a43 01:27:03 Removing intermediate container c8ee8c168d1e 01:27:03 ---> dd65a7d00a4a 01:27:03 Step 20/22 : LABEL arch=x86_64 01:27:03 Removing intermediate container 43d556e9c8cb 01:27:03 ---> c75a4d38ed18 01:27:03 Step 15/23 : WORKDIR / 01:27:03 Removing intermediate container 19d5c69b107c 01:27:03 ---> fe47c96044d0 01:27:03 Step 15/23 : WORKDIR / 01:27:03 ---> 07e6fbf80c0f 01:27:03 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/ 01:27:03 ---> Running in 3ab48df0fd0b 01:27:03 ---> Running in 51e055f3d25b 01:27:03 Removing intermediate container 16b63c8e4a43 01:27:03 ---> 42e8a130c6cd 01:27:03 Step 21/22 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:27:03 ---> Running in fed4e655f8ae 01:27:03 ---> Running in 4dedf6746054 01:27:03 ---> Running in 9b36ee949af8 01:27:03 Removing intermediate container 3ab48df0fd0b 01:27:03 ---> edbfe68886ca 01:27:03 Step 21/22 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:27:04 Removing intermediate container 51e055f3d25b 01:27:04 ---> 7a76d69356c0 01:27:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:27:04 Removing intermediate container fed4e655f8ae 01:27:04 ---> 5198156633a5 01:27:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:27:04 ---> Running in 778838f3771a 01:27:04 Removing intermediate container 9b36ee949af8 01:27:04 ---> f1d7ba6d0e46 01:27:04 Step 22/22 : LABEL version=0.0.0 01:27:04 ---> Running in 9a10d7d500e6 01:27:04 Removing intermediate container 778838f3771a 01:27:04 ---> 02658d3f6b18 01:27:04 Step 22/22 : LABEL version=0.0.0 01:27:04 ---> a4e54f3fc682 01:27:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:27:04 ---> cf788f198dd4 01:27:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:27:04 ---> Running in 593e31667c0b 01:27:04 Removing intermediate container 9a10d7d500e6 01:27:04 ---> b004833f6d91 01:27:04 01:27:05 Successfully built b004833f6d91 01:27:05 Successfully tagged docker-support-scheduler-go:latest 01:27:05  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 01:27:05 Removing intermediate container 593e31667c0b 01:27:05 ---> cb7faede399e 01:27:05 01:27:05 Removing intermediate container 4dedf6746054 01:27:05 ---> 7642d7af4b92 01:27:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:27:05 ---> cc5817bae201 01:27:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:27:05 ---> ab95fb334f23 01:27:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:27:05 ---> Running in 842074e97731 01:27:05 Successfully built cb7faede399e 01:27:05 Successfully tagged docker-support-notifications-go:latest 01:27:05 Building docker-security-proxy-setup-go 01:27:05  Building docker-support-notifications-go ... done Removing intermediate container 842074e97731 01:27:05 ---> d047e0e140b8 01:27:05 Step 22/24 : LABEL arch=x86_64 01:27:05 ---> fc8922800475 01:27:05 Step 19/23 : ENTRYPOINT ["/core-command"] 01:27:05 ---> e11a951e6ed3 01:27:05 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:27:05 ---> Running in 1884a9401b9a 01:27:05 ---> Running in 78c88cdb0a85 01:27:05 ---> Running in 34c93e7ba64f 01:27:06 Removing intermediate container 1884a9401b9a 01:27:06 ---> f8c5240352e1 01:27:06 Step 23/24 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:27:06 Removing intermediate container 78c88cdb0a85 01:27:06 ---> 85091f17bde2 01:27:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:27:06 Removing intermediate container 34c93e7ba64f 01:27:06 ---> 6ad438692cd4 01:27:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:27:06 ---> Running in 5f2401cae6ee 01:27:06 ---> Running in 5a5c7a9bca97 01:27:08 ---> Running in 747ee036d497 01:27:12 Removing intermediate container 5a5c7a9bca97 01:27:12 ---> 7104f8e50788 01:27:12 Step 21/23 : LABEL arch=x86_64 01:27:12 Removing intermediate container 5f2401cae6ee 01:27:12 ---> 31f841872c3a 01:27:12 Step 24/24 : LABEL version=0.0.0 01:27:12 Removing intermediate container 747ee036d497 01:27:12 ---> 3d20733b8f37 01:27:12 Step 21/23 : LABEL arch=x86_64 01:27:12 ---> Running in 20cf93553661 01:27:12 ---> Running in 519b414a252f 01:27:12 ---> Running in 56f3bcbda35a 01:27:13 Removing intermediate container 519b414a252f 01:27:13 ---> 16f6e134800f 01:27:13 01:27:13 Removing intermediate container 20cf93553661 01:27:13 ---> 3f9196a20ace 01:27:13 Step 22/23 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:27:13 Removing intermediate container 56f3bcbda35a 01:27:13 ---> 63d0a3faf92d 01:27:13 Step 22/23 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:27:13 Successfully built 16f6e134800f 01:27:14 Successfully tagged docker-security-secretstore-setup-go:latest 01:27:14 Building docker-core-data-go 01:27:17  Building docker-security-secretstore-setup-go ... done  ---> Running in b8265065b031 01:27:17 ---> Running in 2cf8902723e9 01:27:21 Removing intermediate container b8265065b031 01:27:21 ---> 594160e4a307 01:27:21 Step 23/23 : LABEL version=0.0.0 01:27:21 Removing intermediate container 2cf8902723e9 01:27:21 ---> d3436fa89d88 01:27:21 Step 23/23 : LABEL version=0.0.0 01:27:22 ---> Running in e554c09a9c5d 01:27:22 ---> Running in 4938e50e342e 01:27:24 Removing intermediate container 4938e50e342e 01:27:24 ---> f8de132d17a8 01:27:24 01:27:24 Removing intermediate container e554c09a9c5d 01:27:24 ---> 3637f0a8eebd 01:27:24 01:27:24 Successfully built f8de132d17a8 01:27:24 Successfully tagged docker-core-command-go:latest 01:27:24 Building docker-sys-mgmt-agent-go 01:27:24  Building docker-core-command-go ... done Successfully built 3637f0a8eebd 01:27:24 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:27:24 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:27:24 ---> e939d8d571ea 01:27:24 Step 3/31 : WORKDIR /edgex-go 01:27:24 ---> Using cache 01:27:24 ---> a0490ab05b9a 01:27:24 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:27:24 ---> Using cache 01:27:24 ---> cfe43802f11b 01:27:24 Step 5/31 : RUN apk add --update --no-cache make git 01:27:24 ---> Using cache 01:27:24 ---> 9ccfbf9a0107 01:27:24 Step 6/31 : COPY go.mod . 01:27:24 ---> Using cache 01:27:24 ---> e85adfdae41c 01:27:24 Step 7/31 : RUN go mod download 01:27:24 Successfully tagged docker-core-metadata-go:latest 01:27:24  Building docker-core-metadata-go ... done  ---> Using cache 01:27:24 ---> 59028316e580 01:27:24 Step 8/31 : COPY . . 01:27:24 ---> Using cache 01:27:24 ---> ac059e466dd9 01:27:24 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:27:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:27:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:27:24 ---> e939d8d571ea 01:27:24 Step 3/21 : WORKDIR /edgex-go 01:27:24 ---> Using cache 01:27:24 ---> a0490ab05b9a 01:27:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:27:24 ---> Using cache 01:27:24 ---> cfe43802f11b 01:27:24 Step 5/21 : RUN apk add --update --no-cache make git 01:27:24 ---> Using cache 01:27:24 ---> 9ccfbf9a0107 01:27:24 Step 6/21 : COPY go.mod . 01:27:24 ---> Using cache 01:27:24 ---> e85adfdae41c 01:27:24 Step 7/21 : RUN go mod download 01:27:24 ---> Using cache 01:27:24 ---> 59028316e580 01:27:24 Step 8/21 : COPY . . 01:27:25 ---> Using cache 01:27:25 ---> ac059e466dd9 01:27:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:27:25 ---> Running in 63b96fcc60f9 01:27:26 ---> Running in 1074926229a8 01:27: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 01:27:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:27:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:27:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:27:36 ---> e939d8d571ea 01:27:36 Step 3/23 : WORKDIR /edgex-go 01:27:36 ---> Using cache 01:27:36 ---> a0490ab05b9a 01:27:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:27:36 ---> Using cache 01:27:36 ---> cfe43802f11b 01:27:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:27:37 ---> Running in 21732398136d 01:27:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:27:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:27:39 OK: 233 MiB in 51 packages 01:27:41 Removing intermediate container 21732398136d 01:27:41 ---> b848b5bbb810 01:27:41 Step 6/23 : COPY go.mod . 01:27:43 ---> 7d4b397a8a92 01:27:43 Step 7/23 : RUN go mod download 01:27:43 ---> Running in a823a778b3b4 01:27:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:27:45 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:27:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:27:45 ---> e939d8d571ea 01:27:45 Step 3/26 : WORKDIR /edgex-go 01:27:45 ---> Using cache 01:27:45 ---> a0490ab05b9a 01:27:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:27:45 ---> Using cache 01:27:45 ---> cfe43802f11b 01:27:45 Step 5/26 : RUN apk add --update --no-cache make bash git 01:27:46 ---> Running in 1a977367f075 01:27:47 Removing intermediate container a823a778b3b4 01:27:47 ---> 7d1575fc79ef 01:27:47 Step 8/23 : COPY . . 01:27:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:27:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:27:48 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 01:27:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:27:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:27:48 OK: 233 MiB in 51 packages 01:27:52 Removing intermediate container 1a977367f075 01:27:52 ---> de93bd0da53b 01:27:52 Step 6/26 : COPY go.mod . 01:27:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:27:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:27:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:27:54 ---> 4cb913515cad 01:27:54 Step 7/26 : RUN go mod download 01:27:54 ---> Running in 5b288e059f40 01:27:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:27:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:27:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:27:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:27:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:27:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:28:04 Removing intermediate container 1074926229a8 01:28:04 ---> 5f657f22d11a 01:28:04 01:28:04 Step 10/21 : FROM alpine:3.12 01:28:04 ---> 389fef711851 01:28:04 Step 11/21 : RUN apk add --update --no-cache curl 01:28:05 Removing intermediate container 5b288e059f40 01:28:05 ---> 1ff4da352bdf 01:28:05 Step 8/26 : COPY . . 01:28:06 Removing intermediate container 63b96fcc60f9 01:28:06 ---> f0c64edae335 01:28:06 01:28:06 Step 10/31 : FROM alpine:3.12 01:28:06 ---> 389fef711851 01:28:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:28:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:28:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:28:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:28:08 ---> Running in 987ca6e5e6a2 01:28:11 ---> Running in 3b839cd3508b 01:28:13 ---> b371e01f2626 01:28:13 Step 9/23 : RUN make cmd/core-data/core-data 01:28:14 Removing intermediate container 3b839cd3508b 01:28:14 ---> a798464c737a 01:28:14 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.315s coverage: 45.6% of statements 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 01:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.160s coverage: 100.0% of statements 01:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:28:15 ---> Running in 791e2cc0eeef 01:28:15 (1/4) Installing ca-certificates (20191127-r4) 01:28:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:28:15 (3/4) Installing libcurl (7.69.1-r3) 01:28:15 (4/4) Installing curl (7.69.1-r3) 01:28:15 Executing busybox-1.31.1-r19.trigger 01:28:15 ---> Running in 75a2a2a81cf7 01:28:15 Executing ca-certificates-20191127-r4.trigger 01:28:15 OK: 7 MiB in 18 packages 01:28:17 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 01:28:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:28:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:28:17 (1/2) Installing dumb-init (1.2.2-r1) 01:28:17 (2/2) Installing su-exec (0.2-r1) 01:28:17 Executing busybox-1.31.1-r19.trigger 01:28:17 OK: 6 MiB in 16 packages 01:28:18 Removing intermediate container 987ca6e5e6a2 01:28:18 ---> a0e1879ac908 01:28:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:28:19 ---> Running in 7001b45c6657 01:28:20 Removing intermediate container 7001b45c6657 01:28:20 ---> fc538d991b0c 01:28:20 Step 13/21 : WORKDIR /edgex 01:28:20 Removing intermediate container 75a2a2a81cf7 01:28:20 ---> 8309513f9572 01:28:20 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:28:21 ---> Running in 3283524c1c17 01:28:21 ---> Running in 8159b34e2e33 01:28:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.513s coverage: 27.1% of statements 01:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:28:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 01:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:28:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements 01:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:28:22 Removing intermediate container 8159b34e2e33 01:28:22 ---> 487dbeee4958 01:28:22 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:28:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.402s coverage: 65.8% of statements 01:28:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:28:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:28:23 Removing intermediate container 3283524c1c17 01:28:23 ---> 41cbe9a82d37 01:28:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:28:23 ---> Running in 3bed78c212fa 01:28:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.701s coverage: 82.3% of statements 01:28:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:28:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:28:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:28:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:28:24 Removing intermediate container 3bed78c212fa 01:28:24 ---> d701f45ff3b4 01:28:24 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:28:25 ---> c9588f605a20 01:28:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:28:26 ---> Running in 138f0d4f0d77 01:28:27 ---> f348148c4083 01:28:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:28:27 ---> 2c5c9aa52685 01:28:27 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:28:27 ---> Running in f2da0b01edb1 01:28:27 ---> 7d7da323bdbc 01:28:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:28:28 ---> Running in 9209ec421710 01:28:28 Removing intermediate container 9209ec421710 01:28:28 ---> ac4322e628c9 01:28:28 Step 18/21 : CMD ["--init=true"] 01:28:28 ---> Running in cf9cbb39ebe7 01:28:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:28:29 Removing intermediate container cf9cbb39ebe7 01:28:29 ---> 5a9c242937ff 01:28:29 Step 19/21 : LABEL arch=x86_64 01:28:29 ---> Running in 5f1774dec502 01:28:29 Removing intermediate container 138f0d4f0d77 01:28:29 ---> 6ea6af23f72d 01:28:29 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:28:29 ---> Running in 98c5b477c8fc 01:28:29 Removing intermediate container 5f1774dec502 01:28:29 ---> 6306c3c1078e 01:28:29 Step 20/21 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:28:29 ---> Running in 2072ff5640ed 01:28:29 Removing intermediate container 98c5b477c8fc 01:28:29 ---> d9a8abcc9b86 01:28:29 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:28:30 Removing intermediate container 2072ff5640ed 01:28:30 ---> 4f468e39cad4 01:28:30 Step 21/21 : LABEL version=0.0.0 01:28:30 ---> Running in 47f46673e803 01:28:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.169s coverage: 28.6% of statements 01:28:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:28:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:28:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:28:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:28:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:28:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.192s coverage: 100.0% of statements 01:28:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:28:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.093s coverage: 100.0% of statements 01:28:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:28:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.332s coverage: 86.7% of statements 01:28:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:28:30 ---> 65ef86818b06 01:28:30 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:28:30 Removing intermediate container 47f46673e803 01:28:30 ---> f3ce4aa280c7 01:28:30 01:28:30 ---> Running in 74047b26abf5 01:28:31 Successfully built f3ce4aa280c7 01:28:31 Successfully tagged docker-security-proxy-setup-go:latest 01:28:32  Building docker-security-proxy-setup-go ... done Removing intermediate container 74047b26abf5 01:28:32 ---> 6d1c573b1e4d 01:28:32 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:28:33 ---> 1184f552196e 01:28:33 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:28:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.362s coverage: 97.5% of statements 01:28:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:28:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.120s coverage: 78.3% of statements 01:28:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:28:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:28:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:28:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:28:34 ---> 799b0ce67b20 01:28:34 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:28:34 ---> 3ff455f6bd0e 01:28:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:28:35 ---> c8d93d8ee0ec 01:28:35 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:28:35 ---> 830aaee772e0 01:28:35 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:28:35 ---> Running in cd3904c298ab 01:28:36 Removing intermediate container cd3904c298ab 01:28:36 ---> 9c85636c354e 01:28:36 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:28:37 ---> 1d2ad069e25d 01:28:37 Step 26/31 : RUN chmod +x /entrypoint.sh 01:28:37 ---> Running in fe7a5a633a3a 01:28:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.238s coverage: 92.8% of statements 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:28:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:28:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.217s coverage: 0.1% of statements 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:28:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.139s coverage: 45.5% of statements 01:28:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.106s coverage: 79.5% of statements 01:28:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 01:28:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 01:28:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 01:28:41 Removing intermediate container fe7a5a633a3a 01:28:41 ---> 50b1c7904f8b 01:28:41 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:28:41 Removing intermediate container 791e2cc0eeef 01:28:41 ---> baea4ac2c28b 01:28:41 01:28:41 Step 10/23 : FROM alpine:3.12 01:28:41 ---> 389fef711851 01:28:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:28:41 ---> Running in 9b4a3e05d2ad 01:28:43 ---> Running in 8bc1fb5ab829 01:28:43 Removing intermediate container 9b4a3e05d2ad 01:28:43 ---> 3e89abcc89f8 01:28:43 Step 28/31 : CMD ["gate"] 01:28:43 Removing intermediate container 8bc1fb5ab829 01:28:43 ---> a8f33bbdb60b 01:28:43 Step 12/23 : ENV APP_PORT=48080 01:28:43 ---> Running in 3e71564a3e1a 01:28:43 ---> Running in 07a580a03bbd 01:28:43 Removing intermediate container 3e71564a3e1a 01:28:43 ---> f530ceadd2ce 01:28:43 Step 29/31 : LABEL arch=x86_64 01:28:43 Removing intermediate container 07a580a03bbd 01:28:43 ---> 228e2953bc8a 01:28:43 Step 13/23 : EXPOSE $APP_PORT 01:28:45 ---> Running in ceb8c4840853 01:28:45 ---> Running in 45323f33348f 01:28:45 Removing intermediate container f2da0b01edb1 01:28:45 ---> a5559623f5e2 01:28:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:28:45 Removing intermediate container ceb8c4840853 01:28:45 ---> 6838303f778c 01:28:45 Step 30/31 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:28:45 Removing intermediate container 45323f33348f 01:28:45 ---> c22475865c48 01:28:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:28:45 ---> Running in 74e33b54b058 01:28:45 ---> Running in 20c4f05287d9 01:28:45 ---> Running in 8bb7bd5ec6da 01:28:45 Removing intermediate container 8bb7bd5ec6da 01:28:45 ---> cc9e71521363 01:28:45 Step 31/31 : LABEL version=0.0.0 01:28:46 ---> Running in 4008bcbe3c55 01:28:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:28:46 Removing intermediate container 4008bcbe3c55 01:28:46 ---> 544c699c96f0 01:28:46 01:28:46 Successfully built 544c699c96f0 01:28:46 Successfully tagged docker-security-bootstrapper-go:latest 01:28:46  Building docker-security-bootstrapper-go ... done Removing intermediate container 20c4f05287d9 01:28:46 ---> 473605a5d848 01:28:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:28:46 ---> Running in 652c8e1c4f43 01:28:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:28:47 Removing intermediate container 74e33b54b058 01:28:47 ---> 1efe7bef424b 01:28:47 01:28:47 Step 11/26 : FROM docker:20.10.0 01:28:47 20.10.0: Pulling from library/docker 01:28:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:28:48 (1/6) Installing dumb-init (1.2.2-r1) 01:28:49 (2/6) Installing libgcc (9.3.0-r2) 01:28:49 (3/6) Installing libsodium (1.0.18-r0) 01:28:49 (4/6) Installing libstdc++ (9.3.0-r2) 01:28:50 (5/6) Installing libzmq (4.3.3-r0) 01:28:50 (6/6) Installing zeromq (4.3.3-r0) 01:28:50 Executing busybox-1.31.1-r19.trigger 01:28:50 OK: 8 MiB in 20 packages 01:28:51 Removing intermediate container 652c8e1c4f43 01:28:51 ---> c02145efba95 01:28:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:28:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.070s coverage: 94.4% of statements 01:28:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.073s coverage: 44.8% of statements 01:28:51 ---> a3f6d14c79b0 01:28:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:28:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:28:52 Status: Downloaded newer image for docker:20.10.0 01:28:52 ---> aefe523efa57 01:28:52 Step 12/26 : RUN apk add --no-cache bash 01:28:52 ---> Running in e5ff64382e63 01:28:52 ---> d6c161a4eea6 01:28:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:28:52 ---> ff602e8efa31 01:28:52 Step 19/23 : ENTRYPOINT ["/core-data"] 01:28:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:28:52 ---> Running in c5835d47e662 01:28:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:28:52 (1/2) Installing readline (8.0.4-r0) 01:28:52 (2/2) Installing bash (5.0.17-r0) 01:28:52 Removing intermediate container c5835d47e662 01:28:52 ---> f5cee4626793 01:28:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:28:52 Executing bash-5.0.17-r0.post-install 01:28:52 Executing busybox-1.31.1-r19.trigger 01:28:52 OK: 12 MiB in 22 packages 01:28:52 ---> Running in 09669267e4d6 01:28:53 Removing intermediate container 09669267e4d6 01:28:53 ---> e47979eb7b73 01:28:53 Step 21/23 : LABEL arch=x86_64 01:28:53 ---> Running in 8da25ce6687d 01:28:53 Removing intermediate container 8da25ce6687d 01:28:53 ---> 099d663b0c44 01:28:53 Step 22/23 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:28:53 Removing intermediate container e5ff64382e63 01:28:53 ---> 04aff4cdacc9 01:28:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:28:53 ---> Running in 02fe91745503 01:28:53 ---> Running in 5e640ee8dd07 01:28:53 Removing intermediate container 02fe91745503 01:28:53 ---> 97ff9bb0c2a6 01:28:53 Step 23/23 : LABEL version=0.0.0 01:28:53 Removing intermediate container 5e640ee8dd07 01:28:53 ---> 468fef0a088e 01:28:53 Step 14/26 : ENV APP_PORT=48090 01:28:54 ---> Running in 58134d222ea4 01:28:54 ---> Running in 6848c00b099f 01:28:54 Removing intermediate container 58134d222ea4 01:28:54 ---> 669878b08f7d 01:28:54 01:28:54 Removing intermediate container 6848c00b099f 01:28:54 ---> 4c257ea932ab 01:28:54 Step 15/26 : EXPOSE $APP_PORT 01:28:54 Successfully built 669878b08f7d 01:28:54 ---> Running in 767cb13275e1 01:28:54 Successfully tagged docker-core-data-go:latest 01:28:54  Building docker-core-data-go ... done Removing intermediate container 767cb13275e1 01:28:54 ---> 88f0c7bc2158 01:28:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:28:55 ---> 0b274668c5f4 01:28:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:28:55 ---> 9b93367b9ee2 01:28:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:28:55 ---> 771ab5ecc0e5 01:28:55 Step 19/26 : RUN apk --no-cache add py3-pip 01:28:55 ---> Running in 201301e114ed 01:28:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:28:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:28:56 (1/33) Installing libbz2 (1.0.8-r1) 01:28:56 (2/33) Installing expat (2.2.9-r1) 01:28:56 (3/33) Installing libffi (3.3-r2) 01:28:56 (4/33) Installing gdbm (1.13-r1) 01:28:56 (5/33) Installing xz-libs (5.2.5-r0) 01:28:56 (6/33) Installing sqlite-libs (3.32.1-r0) 01:28:56 (7/33) Installing python3 (3.8.5-r0) 01:28:58 (8/33) Installing py3-appdirs (1.4.4-r1) 01:28:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:28:58 (10/33) Installing py3-parsing (2.4.7-r0) 01:28:58 (11/33) Installing py3-six (1.15.0-r0) 01:28:58 (12/33) Installing py3-packaging (20.4-r0) 01:28:58 (13/33) Installing py3-setuptools (47.0.0-r0) 01:28:58 (14/33) Installing py3-chardet (3.0.4-r4) 01:28:58 (15/33) Installing py3-idna (2.9-r0) 01:28:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:28:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:28:58 (18/33) Installing py3-requests (2.23.0-r0) 01:28:58 (19/33) Installing py3-msgpack (1.0.0-r0) 01:28:58 (20/33) Installing py3-lockfile (0.12.2-r3) 01:28:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:28:58 (22/33) Installing py3-colorama (0.4.3-r0) 01:28:58 (23/33) Installing py3-distlib (0.3.0-r0) 01:28:58 (24/33) Installing py3-distro (1.5.0-r1) 01:28:58 (25/33) Installing py3-webencodings (0.5.1-r3) 01:28:58 (26/33) Installing py3-html5lib (1.0.1-r4) 01:28:58 (27/33) Installing py3-pytoml (0.1.21-r0) 01:28:58 (28/33) Installing py3-pep517 (0.8.2-r0) 01:28:58 (29/33) Installing py3-progress (1.5-r0) 01:28:58 (30/33) Installing py3-toml (0.10.1-r0) 01:28:58 (31/33) Installing py3-retrying (1.3.3-r0) 01:28:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:28:58 (33/33) Installing py3-pip (20.1.1-r0) 01:28:58 Executing busybox-1.31.1-r19.trigger 01:28:58 OK: 71 MiB in 55 packages 01:29:06 Removing intermediate container 201301e114ed 01:29:06 ---> 101d4e1a3cf7 01:29:06 Step 20/26 : RUN pip install docker-compose==1.23.2 01:29:06 ---> Running in d5ce3f61a463 01:29:08 Collecting docker-compose==1.23.2 01:29:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:29:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:29:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:29:10 Collecting dockerpty<0.5,>=0.4.1 01:29:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:29:10 Collecting jsonschema<3,>=2.5.1 01:29:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:29:10 Collecting cached-property<2,>=1.2.0 01:29:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:29:10 Collecting websocket-client<1.0,>=0.32.0 01:29:10 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:29:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:29:10 Collecting docopt<0.7,>=0.6.1 01:29:10 Downloading docopt-0.6.2.tar.gz (25 kB) 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.158s coverage: 92.9% of statements 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.106s coverage: 87.2% of statements 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.133s coverage: 84.2% of statements 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.4% of statements 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.525s coverage: 63.5% of statements 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.676s coverage: 68.9% of statements 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.342s coverage: 37.0% of statements 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.398s coverage: 84.0% of statements 01:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements 01:29:10 Collecting PyYAML<4,>=3.10 01:29:10 Downloading PyYAML-3.13.tar.gz (270 kB) 01:29:11 Collecting texttable<0.10,>=0.9.0 01:29:11 Downloading texttable-0.9.1.tar.gz (11 kB) 01:29:12 Collecting docker<4.0,>=3.6.0 01:29:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:29:13 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) 01:29:13 Collecting urllib3<1.25,>=1.21.1 01:29:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:29:13 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) 01:29:13 Collecting idna<2.8,>=2.5 01:29:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:29:13 Collecting docker-pycreds>=0.4.0 01:29:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:29:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:29:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:29:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:29:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:29:13 Installing collected packages: urllib3, idna, requests, dockerpty, jsonschema, cached-property, websocket-client, docopt, PyYAML, texttable, docker-pycreds, docker, docker-compose 01:29:13 Attempting uninstall: urllib3 01:29:13 Found existing installation: urllib3 1.25.9 01:29:13 Uninstalling urllib3-1.25.9: 01:29:13 Successfully uninstalled urllib3-1.25.9 01:29:13 Attempting uninstall: idna 01:29:13 Found existing installation: idna 2.9 01:29:13 Uninstalling idna-2.9: 01:29:13 Successfully uninstalled idna-2.9 01:29:14 Attempting uninstall: requests 01:29:14 Found existing installation: requests 2.23.0 01:29:14 Uninstalling requests-2.23.0: 01:29:14 Successfully uninstalled requests-2.23.0 01:29:14 Running setup.py install for dockerpty: started 01:29:14 Running setup.py install for dockerpty: finished with status 'done' 01:29:14 Running setup.py install for docopt: started 01:29:15 Running setup.py install for docopt: finished with status 'done' 01:29:15 Running setup.py install for PyYAML: started 01:29:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.406s coverage: 47.0% of statements 01:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:29:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.194s coverage: 100.0% of statements 01:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:29:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 01:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 01:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:29:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.281s coverage: 87.0% of statements 01:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:29:15 Running setup.py install for PyYAML: finished with status 'done' 01:29:15 Running setup.py install for texttable: started 01:29:16 Running setup.py install for texttable: finished with status 'done' 01:29:16 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 01:29:20 Removing intermediate container d5ce3f61a463 01:29:20 ---> 956bd4a54e32 01:29:20 Step 21/26 : RUN apk --no-cache add curl 01:29:20 ---> Running in 97b614005f57 01:29:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:29:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:29:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:29:20 (2/3) Installing libcurl (7.69.1-r3) 01:29:20 (3/3) Installing curl (7.69.1-r3) 01:29:20 Executing busybox-1.31.1-r19.trigger 01:29:20 OK: 72 MiB in 58 packages 01:29:21 Removing intermediate container 97b614005f57 01:29:21 ---> 087ea9db8626 01:29:21 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:29:21 ---> Running in 504fe3254cfd 01:29:21 Removing intermediate container 504fe3254cfd 01:29:21 ---> f1de692a5cb1 01:29:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:29:21 ---> Running in 38f171e66edb 01:29:21 Removing intermediate container 38f171e66edb 01:29:21 ---> e5148a142ce6 01:29:21 Step 24/26 : LABEL arch=x86_64 01:29:21 ---> Running in 2ac8f0db5861 01:29:21 Removing intermediate container 2ac8f0db5861 01:29:21 ---> 70e0c1995077 01:29:21 Step 25/26 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:29:21 ---> Running in 980fa6b15814 01:29:22 Removing intermediate container 980fa6b15814 01:29:22 ---> 2e16f8dbcce7 01:29:22 Step 26/26 : LABEL version=0.0.0 01:29:22 ---> Running in 828b2f1c81b2 01:29:22 Removing intermediate container 828b2f1c81b2 01:29:22 ---> c02f31c1f3c3 01:29:22 01:29:22 Successfully built c02f31c1f3c3 01:29:22 Successfully tagged docker-sys-mgmt-agent-go:latest 01:29:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 01:29:23 $ docker stop --time=1 1540d4ec9c45d4c88cedb67ca52691cf296003f0ab050bd2fb0bcdaf6974de18 01:29:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.030s coverage: 29.1% of statements 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:29:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.222s coverage: 99.0% of statements 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:29:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:29:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.163s coverage: 100.0% of statements 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:29:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:29:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:29:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:29:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:29:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 01:29:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 01:29:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 01:29:24 GO111MODULE=on go vet ./... 01:29:24 $ docker rm -f 1540d4ec9c45d4c88cedb67ca52691cf296003f0ab050bd2fb0bcdaf6974de18 [Pipeline] // withDockerContainer [Pipeline] sh 01:29:25 + docker images 01:29:25 + grep docker 01:29:25 docker-sys-mgmt-agent-go latest c02f31c1f3c3 3 seconds ago 313MB 01:29:25 docker-core-data-go latest 669878b08f7d 31 seconds ago 22.3MB 01:29:25 docker-security-bootstrapper-go latest 544c699c96f0 39 seconds ago 23.8MB 01:29:25 docker-security-proxy-setup-go latest f3ce4aa280c7 55 seconds ago 24.4MB 01:29:25 docker-core-command-go latest f8de132d17a8 2 minutes ago 16.9MB 01:29:25 docker-core-metadata-go latest 3637f0a8eebd 2 minutes ago 18.8MB 01:29:25 docker-security-secretstore-setup-go latest 16f6e134800f 2 minutes ago 24.6MB 01:29:25 docker-support-notifications-go latest cb7faede399e 2 minutes ago 17.6MB 01:29:25 docker-support-scheduler-go latest b004833f6d91 2 minutes ago 17MB 01:29:25 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 01:29:41 Still waiting to schedule task 01:29:41 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-25149’ 01:30:46 gofmt -l . 01:30:46 [ "`gofmt -l .`" = "" ] 01:30:46 ./bin/test-go-mod-tidy.sh 01:30:46 ./bin/test-attribution-txt.sh [Pipeline] sh 01:30:46 + ls -al . 01:30:46 total 716 01:30:46 drwxrwxr-x 9 1001 1001 4096 Feb 5 01:30 . 01:30:46 drwxr-xr-x 4 root root 4096 Feb 5 01:26 .. 01:30:46 -rw-rw-r-- 1 1001 1001 11 Feb 5 01:25 .dockerignore 01:30:46 drwxrwxr-x 8 1001 1001 4096 Feb 5 01:25 .git 01:30:46 drwxrwxr-x 3 1001 1001 4096 Feb 5 01:25 .github 01:30:46 -rw-rw-r-- 1 1001 1001 872 Feb 5 01:25 .gitignore 01:30:46 -rw-rw-r-- 1 1001 1001 166 Feb 5 01:25 .sonarcloud.properties 01:30:46 -rw-rw-r-- 1 1001 1001 7859 Feb 5 01:25 Attribution.txt 01:30:46 -rw-rw-r-- 1 1001 1001 3804 Feb 5 01:25 CONTRIBUTING.md 01:30:46 -rw-rw-r-- 1 1001 1001 931 Feb 5 01:25 Dockerfile.build 01:30:46 -rw-rw-r-- 1 1001 1001 863 Feb 5 01:25 Jenkinsfile 01:30:46 -rw-rw-r-- 1 1001 1001 10775 Feb 5 01:25 LICENSE 01:30:46 -rw-rw-r-- 1 1001 1001 6001 Feb 5 01:25 Makefile 01:30:46 -rw-rw-r-- 1 1001 1001 6524 Feb 5 01:25 README.md 01:30:46 -rw-rw-r-- 1 1001 1001 6755 Feb 5 01:25 SECURITY.md 01:30:46 -rw-rw-r-- 1 1001 1001 5 Feb 5 01:21 VERSION 01:30:46 -rw-rw-r-- 1 1001 1001 4131 Feb 5 01:25 ZMQWindows.md 01:30:46 drwxrwxr-x 2 1001 1001 4096 Feb 5 01:25 bin 01:30:46 drwxrwxr-x 15 1001 1001 4096 Feb 5 01:25 cmd 01:30:46 -rw-r--r-- 1 root root 583623 Feb 5 01:29 coverage.out 01:30:46 -rw-r--r-- 1 root root 1054 Feb 5 01:30 go.mod 01:30:46 -rw-r--r-- 1 root root 19290 Feb 5 01:30 go.sum 01:30:46 drwxrwxr-x 8 1001 1001 4096 Feb 5 01:25 internal 01:30:46 drwxrwxr-x 4 1001 1001 4096 Feb 5 01:25 openapi 01:30:46 drwxrwxr-x 4 1001 1001 4096 Feb 5 01:25 snap 01:30:46 -rw-rw-r-- 1 1001 1001 168 Feb 5 01:25 version.go [Pipeline] sh 01:30:47 + '[' -e coverage.out ] 01:30:47 + chown 1001:1001 coverage.out [Pipeline] stash 01:30:47 Warning: overwriting stash ‘coverage-report’ 01:30:48 Stashed 1 file(s) [Pipeline] sh 01:30:49 + make build 01:30:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:30:59 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 01:31:21 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 01:31:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:31:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:31:32 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 01:31:38 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 01:31:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:31:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:31:50 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 01:31: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 01:31:57 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 01:32:01 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] } 01:32:06 $ docker stop --time=1 a7674b5e2b63027348abb7484cd39abf5de82526dc5b185c3fe0cf706f49fb20 01:32:08 Running on prd-ubuntu18.04-docker-8c-8g-25150 in /w/workspace/edgexfoundry_edgex-go_PR-3113 01:32:09 $ docker rm -f a7674b5e2b63027348abb7484cd39abf5de82526dc5b185c3fe0cf706f49fb20 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 01:32:10 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:32:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:32:11 01:32:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:32:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:32:11 latest: Pulling from edgex-devops/edgex-compose-arm64 01:32:11 29e5d40040c1: Pulling fs layer 01:32:11 1ce36da41761: Pulling fs layer 01:32:11 25b303627fd3: Pulling fs layer 01:32:12 29e5d40040c1: Verifying Checksum 01:32:12 29e5d40040c1: Download complete 01:32:12 1ce36da41761: Verifying Checksum 01:32:12 1ce36da41761: Download complete 01:32:12 using credential edgex-jenkins-ssh 01:32:12 Cloning the remote Git repository 01:32:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:32:12 > git init /w/workspace/edgex-go/11 # timeout=10 01:32:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:32:12 > git --version # timeout=10 01:32:12 > git --version # 'git version 2.17.1' 01:32:12 using GIT_SSH to set credentials SSH Credentials for GitHub 01:32:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:32:12 29e5d40040c1: Pull complete 01:32:14 1ce36da41761: Pull complete 01:32:14 25b303627fd3: Verifying Checksum 01:32:14 25b303627fd3: Download complete 01:32:19 Merging remotes/origin/master commit 97c9be662ca07851310f194347921b3ddadc13fb into PR head commit 556a68e916e358c2bcd02786a11420f8a121d9cc 01:32:20 Merge succeeded, producing 556a68e916e358c2bcd02786a11420f8a121d9cc 01:32:20 Checking out Revision 556a68e916e358c2bcd02786a11420f8a121d9cc (PR-3113) 01:32:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:32:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:32:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:32:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:32:19 using GIT_SSH to set credentials SSH Credentials for GitHub 01:32:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:32:19 > git config core.sparsecheckout # timeout=10 01:32:19 > git checkout -f 556a68e916e358c2bcd02786a11420f8a121d9cc # timeout=10 01:32:19 > git remote # timeout=10 01:32:19 > git config --get remote.origin.url # timeout=10 01:32:19 using GIT_SSH to set credentials SSH Credentials for GitHub 01:32:19 > git merge 97c9be662ca07851310f194347921b3ddadc13fb # timeout=10 01:32:20 > git rev-parse HEAD^{commit} # timeout=10 01:32:20 > git config core.sparsecheckout # timeout=10 01:32:20 > git checkout -f 556a68e916e358c2bcd02786a11420f8a121d9cc # timeout=10 01:32:23 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:32:24 25b303627fd3: Pull complete 01:32:24 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:32:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:32:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:32:25 + echo snap-build.sh 01:32:25 snap-build.sh 01:32:25 + SNAP_BASE_DIR=. 01:32:25 + '[' '!' -z /w/workspace/edgex-go/11 ']' 01:32:25 + SNAP_BASE_DIR=/w/workspace/edgex-go/11 01:32:25 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' 01:32:25 [snap-build] Building snap in dir [/w/workspace/edgex-go/11] 01:32:25 + cd /w/workspace/edgex-go/11 01:32:25 + sudo apt-get remove -qy --purge lxd lxd-client 01:32:25 Reading package lists... 01:32:25 Building dependency tree... 01:32:25 Reading state information... 01:32:25 prd-ubuntu18.04-docker-arm64-4c-16g-25145 does not seem to be running inside a container 01:32:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 01:32:25 The following packages were automatically installed and are no longer required: 01:32:25 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:32:25 uidmap xdelta3 01:32:25 Use 'sudo apt autoremove' to remove them. 01:32:25 The following packages will be REMOVED: 01:32:25 lxd* lxd-client* 01:32:25 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:32:25 After this operation, 31.7 MB disk space will be freed. 01:32:26 (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.) 01:32:26 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:32:27 Removing lxd dnsmasq configuration 01:32:27 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:32:27 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:32:27 $ docker top 7145dc8306828d6957cfd8dfeee7004079b1d966d5083de5d069d6b29b45461f -eo pid,comm [Pipeline] { [Pipeline] sh 01:32:28 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:32:28 (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.) 01:32:28 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:32:28 + grep parallel 01:32:28 + docker-compose build --help 01:32:29 Processing triggers for systemd (237-3ubuntu10.42) ... 01:32:29 Processing triggers for ureadahead (0.100.0-21) ... 01:32:31 + sudo snap remove --purge lxd 01:32:31 snap "lxd" is not installed 01:32:31 + sudo groupadd --force --system lxd 01:32:31 ++ whoami 01:32:31 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:32:31 + newgrp - lxd 01:32:31 + sudo snap install lxd 01:32:32 --parallel Build images in parallel. [Pipeline] } 01:32:32 $ docker stop --time=1 7145dc8306828d6957cfd8dfeee7004079b1d966d5083de5d069d6b29b45461f 01:32:34 $ docker rm -f 7145dc8306828d6957cfd8dfeee7004079b1d966d5083de5d069d6b29b45461f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:32:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:32:34 . [Pipeline] withDockerContainer 01:32:35 prd-ubuntu18.04-docker-arm64-4c-16g-25145 does not seem to be running inside a container 01:32:35 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:32:36 $ docker top efb1e7c3c0ded768b91d47d607e557c07448ca95f298c9b0f842d8c85e3e6a1d -eo pid,comm [Pipeline] { [Pipeline] sh 01:32:37 + docker-compose -f ./docker-compose-build.yml build --parallel 01:32:40 Building docker-core-command-go ... 01:32:40 Building docker-core-data-go ... 01:32:40 Building docker-core-metadata-go ... 01:32:40 Building docker-security-bootstrapper-go ... 01:32:40 Building docker-security-proxy-setup-go ... 01:32:40 Building docker-security-secretstore-setup-go ... 01:32:40 Building docker-support-notifications-go ... 01:32:40 Building docker-support-scheduler-go ... 01:32:40 Building docker-sys-mgmt-agent-go ... 01:32:40 Building docker-support-notifications-go 01:32:40 Building docker-security-bootstrapper-go 01:32:40 Building docker-security-proxy-setup-go 01:32:40 Building docker-core-data-go 01:32:40 Building docker-support-scheduler-go 01:32:41 2021-02-05T01:32:38Z INFO Waiting for automatic snapd restart... 01:32:56 lxd 4.10 from Canonical* installed 01:32:56 + sudo lxd init --auto 01:33:06 + sudo snap install --classic snapcraft 01:33:09 snapcraft 4.4.4 from Canonical* installed 01:33:09 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:33:09 + patch --verbose -p1 01:33:09 Hmm... Looks like a unified diff to me... 01:33:09 The text leading up to this was: 01:33:09 -------------------------- 01:33:09 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:33:09 |From: Tony Espy 01:33:09 |Date: Wed, 16 Dec 2020 16:34:55 -0500 01:33:09 |Subject: [PATCH] optimize snap build for pipeline CI check 01:33:09 | 01:33:09 |This patch is used by the EdgeX CI pipeline builds to 01:33:09 |optimize the snap CI check run for pull requests. When 01:33:09 |applied, it essentially strips out everything (apps and 01:33:09 |parts) from the snapcraft.yaml file except those required 01:33:09 |to build edgex-go, as the whole idea of the CI check is to 01:33:09 |catch changes to edgex-go that break the snap build. 01:33:09 | 01:33:09 |In general, anyone updating snapcraft.yaml will also need 01:33:09 |to update this patch file, otherwise it may fail to apply, 01:33:09 |resulting in a failed snap build CI check in the associated 01:33:09 |pull request. 01:33:09 | 01:33:09 |Note - in addition to applying this patch, the pipeline also 01:33:09 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:33:09 |need to build the finally binary .snap file (and it won't 01:33:09 |work with the patch applied). This further reduces the build 01:33:09 |time. 01:33:09 |--- 01:33:09 | snap/snapcraft.yaml | 461 +------------------------------------------- 01:33:09 | 1 file changed, 2 insertions(+), 459 deletions(-) 01:33:09 | 01:33:09 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:33:09 |index 1e537489..faf42425 100644 01:33:09 |--- a/snap/snapcraft.yaml 01:33:09 |+++ b/snap/snapcraft.yaml 01:33:09 -------------------------- 01:33:09 patching file snap/snapcraft.yaml 01:33:09 Using Plan A... 01:33:09 Hunk #1 succeeded at 73. 01:33:09 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 01:33:09 Hunk #3 succeeded at 214 (offset -1 lines). 01:33:09 Hunk #4 succeeded at 222 (offset -1 lines). 01:33:09 Hunk #5 succeeded at 229 (offset -1 lines). 01:33:09 Hunk #6 succeeded at 256 (offset -1 lines). 01:33:09 Hunk #7 succeeded at 290 (offset -1 lines). 01:33:09 Hunk #8 succeeded at 342. 01:33:09 Hmm... Ignoring the trailing garbage. 01:33:09 done 01:33:09 + sudo snapcraft prime --use-lxd 01:33:11 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:33:11 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: 01:33:11 - README.md 01:33:11 - snapcraft.yaml.orig 01:33:11 01:33:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:33:11 Launching a container. 01:33:24 Waiting for container to be ready 01:33:24 To start your first instance, try: lxc launch ubuntu:18.04 01:33:24 01:33:26 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:33:27 Waiting for network to be ready... 01:33:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:33:27 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:33:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 01:33:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 01:33:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:33:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:33:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 01:33:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 01:33:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 01:33:27 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 01:33:27 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:33:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:33:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:33:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:33:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:33:28 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:33:28 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:33:28 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:33:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:33:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 01:33:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 01:33:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 01:33:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 01:33:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 01:33:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 01:33:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 01:33:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 01:33:31 Fetched 23.9 MB in 4s (5954 kB/s) 01:33:32 Reading package lists... 01:33:32 Reading package lists... 01:33:32 Building dependency tree... 01:33:32 Reading state information... 01:33:32 The following additional packages will be installed: 01:33:32 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:33:32 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:33:32 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:33:32 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:33:32 Suggested packages: 01:33:32 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:33:32 Recommended packages: 01:33:32 gnupg libsasl2-modules 01:33:32 The following NEW packages will be installed: 01:33:32 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:33:32 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:33:32 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:33:32 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:33:32 The following packages will be upgraded: 01:33:32 gpg gpg-agent gpgconf libudev1 01:33:32 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 01:33:32 Need to get 3533 kB of archives. 01:33:32 After this operation, 13.3 MB of additional disk space will be used. 01:33:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 01:33:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 01:33:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 01:33:32 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] 01:33:32 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] 01:33:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 01:33:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 01:33:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 01:33:32 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 01:33:32 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 01:33:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:33:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:33:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:33:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:33:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:33:33 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:33:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:33:33 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:33:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:33:33 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:33:33 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:33:33 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:33:33 debconf: delaying package configuration, since apt-utils is not installed 01:33:33 Fetched 3533 kB in 1s (3467 kB/s) 01:33:33 (Reading database ... 12511 files and directories currently installed.) 01:33:33 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 01:33:33 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:33:34 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 01:33:34 Selecting previously unselected package udev. 01:33:34 (Reading database ... 12511 files and directories currently installed.) 01:33:34 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 01:33:34 Unpacking udev (237-3ubuntu10.44) ... 01:33:34 Selecting previously unselected package libfuse2:amd64. 01:33:34 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:33:34 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:33:34 Selecting previously unselected package fuse. 01:33:34 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:33:34 Unpacking fuse (2.9.7-1ubuntu1) ... 01:33:34 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 01:33:34 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:33:34 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 01:33:34 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:33:34 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 01:33:34 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:33:35 Selecting previously unselected package libksba8:amd64. 01:33:35 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:33:35 Unpacking libksba8:amd64 (1.3.5-2) ... 01:33:35 Selecting previously unselected package libroken18-heimdal:amd64. 01:33:35 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:33:35 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:35 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:33:35 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:33:35 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:35 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:33:35 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:33:35 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:35 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:33:35 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:33:35 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:35 Selecting previously unselected package libwind0-heimdal:amd64. 01:33:35 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:33:35 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:35 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:33:35 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:33:35 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:35 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:33:35 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:33:35 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:35 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:33:35 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:33:35 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:35 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:33:35 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:33:35 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:35 Selecting previously unselected package libsasl2-modules-db:amd64. 01:33:35 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:33:35 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:33:35 Selecting previously unselected package libsasl2-2:amd64. 01:33:35 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:33:35 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:33:36 Selecting previously unselected package libldap-common. 01:33:36 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 01:33:36 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:33:36 Selecting previously unselected package libldap-2.4-2:amd64. 01:33:36 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 01:33:36 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:33:36 Selecting previously unselected package dirmngr. 01:33:36 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 01:33:36 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 01:33:36 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:33:36 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 01:33:36 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:33:36 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:33:36 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:33:36 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 01:33:36 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:36 Setting up libksba8:amd64 (1.3.5-2) ... 01:33:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:33:36 Setting up udev (237-3ubuntu10.44) ... 01:33:36 invoke-rc.d: policy-rc.d denied execution of start. 01:33:37 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:37 Processing triggers for systemd (237-3ubuntu10) ... 01:33:37 Setting up fuse (2.9.7-1ubuntu1) ... 01:33:37 Setting up gpg (2.2.4-1ubuntu1.3) ... 01:33:37 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:37 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:37 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:37 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:37 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:37 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:37 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:33:37 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:33:37 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 01:33:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:33:37 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:33:37 settings in the [Install] section, and DefaultInstance for template units). 01:33:37 This means they are not meant to be enabled using systemctl. 01:33:37 Possible reasons for having this kind of units are: 01:33:37 1) A unit may be statically enabled by being symlinked from another unit's 01:33:37 .wants/ or .requires/ directory. 01:33:37 2) A unit's purpose may be to act as a helper for some other unit which has 01:33:37 a requirement dependency on it. 01:33:37 3) A unit may be started when needed via activation (socket, path, timer, 01:33:37 D-Bus, udev, scripted systemctl call, ...). 01:33:37 4) In case of template units, the unit is meant to be enabled with some 01:33:37 instance name specified. 01:33:38 Reading package lists... 01:33:38 Building dependency tree... 01:33:38 Reading state information... 01:33:38 The following additional packages will be installed: 01:33:38 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:33:38 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:33:38 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:33:38 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:33:38 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:33:38 Suggested packages: 01:33:38 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:33:38 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:33:38 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:33:38 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:33:38 systemd-container policykit-1 01:33:38 Recommended packages: 01:33:38 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:33:38 The following NEW packages will be installed: 01:33:38 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:33:38 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:33:38 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:33:38 multiarch-support openssh-client python3 python3-minimal python3.6 01:33:38 python3.6-minimal snapd squashfs-tools sudo 01:33:38 The following packages will be upgraded: 01:33:38 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:33:38 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 01:33:38 Need to get 35.2 MB of archives. 01:33:38 After this operation, 141 MB of additional disk space will be used. 01:33:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:33:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:33:38 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 01:33:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 01:33:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 01:33:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:33:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 01:33:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 01:33:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 01:33:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:33:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 01:33:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:33:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:33:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:33:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:33:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:33:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 01:33:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:33:39 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 01:33:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:33:39 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:33:39 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:33:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:33:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:33:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:33:39 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:33:39 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:33:39 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:33:39 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:33:39 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 01:33:41 debconf: delaying package configuration, since apt-utils is not installed 01:33:41 Fetched 35.2 MB in 2s (14.7 MB/s) 01:33:41 (Reading database ... 12757 files and directories currently installed.) 01:33:41 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 01:33:41 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:33:41 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 01:33:41 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:33:41 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 01:33:41 (Reading database ... 12757 files and directories currently installed.) 01:33:41 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:33:41 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:33:41 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:33:42 (Reading database ... 12757 files and directories currently installed.) 01:33:42 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:33:42 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:33:42 Setting up apt (1.6.12ubuntu0.2) ... 01:33:42 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:33:43 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:33:43 (Reading database ... 12764 files and directories currently installed.) 01:33:43 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:33:43 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:33:43 Selecting previously unselected package libpython3.6-minimal:amd64. 01:33:43 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:33:43 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:33:43 Selecting previously unselected package libexpat1:amd64. 01:33:43 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:33:43 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:33:43 Selecting previously unselected package python3.6-minimal. 01:33:43 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:33:43 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:33:43 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 01:33:44 Checking for services that may need to be restarted...done. 01:33:44 Checking for services that may need to be restarted...done. 01:33:44 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:33:44 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:33:44 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:33:44 Selecting previously unselected package python3-minimal. 01:33:44 (Reading database ... 13012 files and directories currently installed.) 01:33:44 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:33:44 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:33:44 Selecting previously unselected package mime-support. 01:33:44 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:33:44 Unpacking mime-support (3.60ubuntu1) ... 01:33:44 Selecting previously unselected package libmpdec2:amd64. 01:33:44 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:33:44 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:33:44 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:33:44 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:33:44 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:33:45 Selecting previously unselected package python3.6. 01:33:45 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:33:45 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:33:45 Selecting previously unselected package libpython3-stdlib:amd64. 01:33:45 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:33:45 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:33:45 Setting up python3-minimal (3.6.7-1~18.04) ... 01:33:45 Selecting previously unselected package python3. 01:33:45 (Reading database ... 13442 files and directories currently installed.) 01:33:45 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:33:45 Unpacking python3 (3.6.7-1~18.04) ... 01:33:45 Selecting previously unselected package multiarch-support. 01:33:45 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:33:45 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:33:45 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:33:45 Selecting previously unselected package liblzo2-2:amd64. 01:33:45 (Reading database ... 13479 files and directories currently installed.) 01:33:45 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:33:45 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:33:45 Selecting previously unselected package libbsd0:amd64. 01:33:45 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:33:45 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:33:45 Selecting previously unselected package sudo. 01:33:45 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 01:33:45 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 01:33:46 Selecting previously unselected package apparmor. 01:33:46 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:33:46 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:33:46 Selecting previously unselected package libedit2:amd64. 01:33:46 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:33:46 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:33:46 Selecting previously unselected package libkrb5support0:amd64. 01:33:46 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:33:46 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:33:46 Selecting previously unselected package libk5crypto3:amd64. 01:33:46 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:33:46 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:33:46 Selecting previously unselected package libkeyutils1:amd64. 01:33:46 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:33:46 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:33:46 Selecting previously unselected package libkrb5-3:amd64. 01:33:46 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:33:46 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:33:47 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:33:47 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:33:47 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:33:47 Selecting previously unselected package libssl1.0.0:amd64. 01:33:47 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 01:33:47 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:33:47 Selecting previously unselected package openssh-client. 01:33:47 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:33:47 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:33:47 Selecting previously unselected package squashfs-tools. 01:33:47 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:33:47 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:33:47 Selecting previously unselected package snapd. 01:33:47 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 01:33:47 Unpacking snapd (2.48+18.04) ... 01:33:49 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:33:49 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:33:49 Setting up mime-support (3.60ubuntu1) ... 01:33:49 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 01:33:49 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:33:49 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:33:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:33:49 Setting up systemd (237-3ubuntu10.44) ... 01:33:49 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:33:50 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:33:50 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:33:50 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:33:50 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:33:50 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:33:50 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:33:51 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:33:51 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:33:51 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:33:51 Setting up python3 (3.6.7-1~18.04) ... 01:33:51 running python rtupdate hooks for python3.6... 01:33:51 running python post-rtupdate hooks for python3.6... 01:33:51 Setting up apparmor (2.12-4ubuntu5.1) ... 01:33:52 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:33:52 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:33:52 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:33:52 Setting up snapd (2.48+18.04) ... 01:33:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:33:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:33:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:33:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:33:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:33:53 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:33:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:33:54 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:33:54 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:33:54 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:33:55 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 01:33:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:33:55 Processing triggers for systemd (237-3ubuntu10.44) ... 01:33:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:33:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:33:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:33:57 Reading package lists... 01:33:57 Reading package lists... 01:33:57 Building dependency tree... 01:33:57 Reading state information... 01:33:57 Calculating upgrade... 01:33:57 The following packages will be upgraded: 01:33:57 advancecomp base-files bash binutils binutils-common 01:33:57 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:33:57 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:33:57 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 01:33:57 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 01:33:57 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 01:33:57 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 01:33:57 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 01:33:57 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 01:33:57 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 01:33:57 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 01:33:57 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 01:33:57 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 01:33:57 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 01:33:57 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 01:33:57 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:33:57 Need to get 63.8 MB of archives. 01:33:57 After this operation, 5188 kB of additional disk space will be used. 01:33:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 01:33:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:33:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:33:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:33:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:33:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:33:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:33:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:33:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:33:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:33:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:33:57 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:33:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:33:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:33:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:33:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:33:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:33:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:33:57 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:33:57 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:33:57 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:33:57 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:33:57 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:33:57 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:33:57 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:33:57 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:33:57 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:33:57 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:33:57 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:33:57 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:33:57 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:33:57 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:33:57 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:33:57 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:33:57 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:33:57 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 01:33:57 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 01:33:57 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:33:57 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:33:57 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:33:57 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 01:33:57 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 01:33:57 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:33:57 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:33:57 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:33:57 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 01:33:57 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:33:57 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:33:57 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 01:33:58 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 01:33:58 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 01:33:58 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 01:33:58 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:33:58 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:33:58 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:33:58 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:33:58 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:33:58 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:33:58 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:33:58 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:33:58 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:33:58 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:33:58 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:33:58 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:33:58 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:33:58 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:33:58 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:33:59 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:33:59 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:33:59 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:33:59 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:33:59 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:33:59 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:33:59 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:33:59 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:33:59 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:33:59 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:33:59 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:33:59 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:33:59 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 01:33:59 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 01:33:59 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:33:59 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 01:33:59 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:33:59 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 01:33:59 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 01:33:59 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:33:59 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:33:59 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:33:59 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 01:33:59 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:33:59 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:33:59 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 01:33:59 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:33:59 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:33:59 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:33:59 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:33:59 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:33:59 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:33:59 debconf: delaying package configuration, since apt-utils is not installed 01:33:59 Fetched 63.8 MB in 2s (30.3 MB/s) 01:33:59 (Reading database ... 13912 files and directories currently installed.) 01:33:59 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:34:00 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:34:00 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:34:00 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:34:00 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 01:34:00 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 01:34:01 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:34:01 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:34:01 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:34:01 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:34:01 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:34:01 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:34:01 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:34:01 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:34:02 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:34:02 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:34:02 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:34:02 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:34:02 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:34:02 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:34:02 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:34:02 (Reading database ... 13911 files and directories currently installed.) 01:34:02 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:34:02 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:34:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:34:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:34:02 ---> a519e5ff360f 01:34:02 Step 3/21 : WORKDIR /edgex-go 01:34:02 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:34:02 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:34:02 ---> a519e5ff360f 01:34:02 Step 3/31 : WORKDIR /edgex-go 01:34:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:34:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:34:02 ---> a519e5ff360f 01:34:02 Step 3/23 : WORKDIR /edgex-go 01:34:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:34:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:34:02 ---> a519e5ff360f 01:34:02 Step 3/22 : WORKDIR /edgex-go 01:34:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:34:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:34:02 ---> a519e5ff360f 01:34:02 Step 3/22 : WORKDIR /edgex-go 01:34:02 ---> Running in 16075650109c 01:34:02 ---> Running in 603c0145b98f 01:34:02 ---> Running in 5ceccc4adae2 01:34:02 ---> Running in 71cb96475ee3 01:34:02 ---> Running in 6dff9d6db648 01:34:02 Removing intermediate container 16075650109c 01:34:02 ---> 5acb9ceffa64 01:34:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 71cb96475ee3 01:34:02 ---> b64333ad4be9 01:34:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:34:02 01:34:02 Removing intermediate container 603c0145b98f 01:34:02 ---> 0bb6130ebe11 01:34:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:34:02 Removing intermediate container 5ceccc4adae2 01:34:02 ---> 283c72881e0a 01:34:02 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:34:02 Removing intermediate container 6dff9d6db648 01:34:02 ---> 42a436f162b1 01:34:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:34:02 ---> Running in 1035ff6ab8e0 01:34:02 ---> Running in 72a9db41bfe2 01:34:02 ---> Running in f42ca0386025 01:34:02 ---> Running in 1c7463d670a8 01:34:02 ---> Running in 82b4017a4250 01:34:02 Removing intermediate container 1035ff6ab8e0 01:34:02 ---> cbb8b0be6ba6 01:34:02 Step 5/22 : RUN apk add --update --no-cache make git 01:34:02 ---> Running in a3889a3f5bf7 01:34:02 Removing intermediate container f42ca0386025 01:34:02 ---> 1c3efd45f590 01:34:02 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:34:02 Removing intermediate container 72a9db41bfe2 01:34:02 ---> bfed294ef401 01:34:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:34:02 ---> Running in 64a815823a7b 01:34:02 Removing intermediate container 1c7463d670a8 01:34:02 ---> ce2894020b04 01:34:02 Step 5/31 : RUN apk add --update --no-cache make git 01:34:02 Removing intermediate container 82b4017a4250 01:34:02 ---> 37434b75c22e 01:34:02 Step 5/21 : RUN apk add --update --no-cache make git 01:34:02 ---> Running in 7604ce8365de 01:34:02 ---> Running in 20200e449b4a 01:34:02 ---> Running in d7ec4142204c 01:34:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:34:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:34:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:34:02 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:34:02 (Reading database ... 13911 files and directories currently installed.) 01:34:02 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:34:02 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:34:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:34:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:34:02 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:34:02 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:34:02 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:34:02 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:34:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:34:03 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:34:03 (Reading database ... 13911 files and directories currently installed.) 01:34:03 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:34:03 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:34:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:34:03 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:34:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:34:03 (Reading database ... 13911 files and directories currently installed.) 01:34:03 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:34:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:34:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:34:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:34:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:34:04 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:34:04 OK: 217 MiB in 51 packages 01:34:04 Setting up base-files (10.1ubuntu2.10) ... 01:34:04 Installing new version of config file /etc/issue ... 01:34:04 Installing new version of config file /etc/issue.net ... 01:34:04 Installing new version of config file /etc/lsb-release ... 01:34:04 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:34:04 OK: 217 MiB in 51 packages 01:34:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:34:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:34:04 Removing obsolete conffile /etc/default/motd-news ... 01:34:04 (Reading database ... 13912 files and directories currently installed.) 01:34:04 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:34:04 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:34:04 Setting up bash (4.4.18-2ubuntu1.2) ... 01:34:05 OK: 217 MiB in 51 packages 01:34:05 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 01:34:05 (Reading database ... 13912 files and directories currently installed.) 01:34:05 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:34:05 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:34:05 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:34:05 OK: 217 MiB in 51 packages 01:34:05 OK: 217 MiB in 51 packages 01:34:05 (Reading database ... 13912 files and directories currently installed.) 01:34:05 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:34:05 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:34:05 Setting up tar (1.29b-2ubuntu0.2) ... 01:34:05 Removing intermediate container a3889a3f5bf7 01:34:05 ---> 4c6147e54439 01:34:05 Step 6/22 : COPY go.mod . 01:34:05 (Reading database ... 13912 files and directories currently installed.) 01:34:05 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:34:05 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:34:06 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:34:06 Removing intermediate container 64a815823a7b 01:34:06 ---> 68ca4700d60e 01:34:06 Step 6/23 : COPY go.mod . 01:34:06 (Reading database ... 13912 files and directories currently installed.) 01:34:06 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:34:06 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:34:06 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:34:06 (Reading database ... 13912 files and directories currently installed.) 01:34:06 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:34:06 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:34:06 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:34:06 (Reading database ... 13912 files and directories currently installed.) 01:34:06 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:34:06 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:34:06 Setting up grep (3.1-2build1) ... 01:34:06 Removing intermediate container 7604ce8365de 01:34:06 ---> 9a4a8c4d6d9d 01:34:06 Step 6/31 : COPY go.mod . 01:34:06 ---> b0afcca78109 01:34:06 Step 7/22 : RUN go mod download 01:34:07 (Reading database ... 13912 files and directories currently installed.) 01:34:07 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:34:07 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:34:07 Setting up login (1:4.5-1ubuntu2) ... 01:34:07 ---> Running in 7b8e2ed96c97 01:34:07 Removing intermediate container d7ec4142204c 01:34:07 ---> 10195050e469 01:34:07 Step 6/21 : COPY go.mod . 01:34:07 Removing intermediate container 20200e449b4a 01:34:07 ---> ac29351e54db 01:34:07 Step 6/22 : COPY go.mod . 01:34:07 (Reading database ... 13912 files and directories currently installed.) 01:34:07 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:34:07 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:34:07 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 01:34:07 ---> 22a58c96d54c 01:34:07 Step 7/23 : RUN go mod download 01:34:07 (Reading database ... 13912 files and directories currently installed.) 01:34:07 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:34:07 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:34:07 ---> Running in 6c426fd2b2b3 01:34:07 ---> 37469fda3ceb 01:34:07 Step 7/31 : RUN go mod download 01:34:08 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:34:08 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:34:08 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:34:08 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:34:08 ---> 1b7d9fffa1e0 01:34:08 Step 7/21 : RUN go mod download 01:34:08 ---> Running in fe93aa36a724 01:34:08 ---> f02c0bcc8c05 01:34:08 Step 7/22 : RUN go mod download 01:34:08 ---> Running in 7a73ac68e6c8 01:34:08 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:34:08 (Reading database ... 13912 files and directories currently installed.) 01:34:08 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:34:08 ---> Running in 43249e36c0bd 01:34:09 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:34:10 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:34:10 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:34:10 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:34:10 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:34:10 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:34:10 (Reading database ... 13912 files and directories currently installed.) 01:34:10 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:34:10 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:34:10 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:34:10 (Reading database ... 13912 files and directories currently installed.) 01:34:10 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:34:10 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:34:10 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:34:10 (Reading database ... 13912 files and directories currently installed.) 01:34:10 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:34:10 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:34:11 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:34:11 (Reading database ... 13912 files and directories currently installed.) 01:34:11 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:34:11 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:34:11 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:34:11 (Reading database ... 13912 files and directories currently installed.) 01:34:11 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:34:11 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:34:11 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:34:11 Removing intermediate container 7b8e2ed96c97 01:34:11 ---> 1ef335a6cd75 01:34:11 Step 8/22 : COPY . . 01:34:11 Removing intermediate container 6c426fd2b2b3 01:34:11 ---> 3a7520094bf1 01:34:11 Step 8/23 : COPY . . 01:34:11 (Reading database ... 13912 files and directories currently installed.) 01:34:11 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:34:11 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:34:11 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:34:11 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:34:11 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:34:11 (Reading database ... 13912 files and directories currently installed.) 01:34:11 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:34:11 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:34:11 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:34:12 (Reading database ... 13912 files and directories currently installed.) 01:34:12 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:34:12 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:34:12 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:34:12 (Reading database ... 13912 files and directories currently installed.) 01:34:12 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:34:12 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:34:12 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:34:13 (Reading database ... 13912 files and directories currently installed.) 01:34:13 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:34:13 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:34:13 Removing intermediate container 7a73ac68e6c8 01:34:13 ---> f8de00add5f5 01:34:13 Step 8/21 : COPY . . 01:34:13 Removing intermediate container fe93aa36a724 01:34:13 ---> 59f77759117b 01:34:13 Step 8/31 : COPY . . 01:34:13 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:34:13 Removing intermediate container 43249e36c0bd 01:34:13 ---> 59da3c5a81cb 01:34:13 Step 8/22 : COPY . . 01:34:13 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:34:14 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:34:14 (Reading database ... 13912 files and directories currently installed.) 01:34:14 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:34:14 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:34:14 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:34:14 (Reading database ... 13912 files and directories currently installed.) 01:34:14 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:34:14 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:34:14 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:34:14 (Reading database ... 13914 files and directories currently installed.) 01:34:14 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:34:14 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:34:14 Setting up debconf (1.5.66ubuntu1) ... 01:34:15 (Reading database ... 13914 files and directories currently installed.) 01:34:15 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 01:34:15 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:34:15 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 01:34:15 (Reading database ... 13914 files and directories currently installed.) 01:34:15 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 01:34:15 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:34:15 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 01:34:15 (Reading database ... 13914 files and directories currently installed.) 01:34:15 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:34:15 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:34:15 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:34:16 (Reading database ... 13914 files and directories currently installed.) 01:34:16 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:34:16 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:34:16 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:34:16 (Reading database ... 13914 files and directories currently installed.) 01:34:16 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:34:16 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:34:16 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:34:16 (Reading database ... 13914 files and directories currently installed.) 01:34:16 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:34:16 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:34:16 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 01:34:16 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:34:16 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:34:16 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:34:17 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:34:17 (Reading database ... 13914 files and directories currently installed.) 01:34:17 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:34:17 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:34:17 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:34:17 (Reading database ... 13914 files and directories currently installed.) 01:34:17 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:34:17 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:34:17 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:34:17 (Reading database ... 13914 files and directories currently installed.) 01:34:17 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:34:17 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:34:17 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:34:17 (Reading database ... 13914 files and directories currently installed.) 01:34:17 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 01:34:17 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 01:34:18 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 01:34:18 (Reading database ... 13914 files and directories currently installed.) 01:34:18 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:34:18 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:34:18 Setting up passwd (1:4.5-1ubuntu2) ... 01:34:18 (Reading database ... 13914 files and directories currently installed.) 01:34:18 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 01:34:18 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:34:18 Setting up gpgv (2.2.4-1ubuntu1.3) ... 01:34:18 (Reading database ... 13914 files and directories currently installed.) 01:34:18 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:34:18 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:34:18 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:34:19 (Reading database ... 13914 files and directories currently installed.) 01:34:19 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:34:19 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:34:19 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:34:19 (Reading database ... 13914 files and directories currently installed.) 01:34:19 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:34:19 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:34:19 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:34:19 (Reading database ... 13914 files and directories currently installed.) 01:34:19 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:34:19 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:34:19 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:34:19 (Reading database ... 13914 files and directories currently installed.) 01:34:19 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:34:19 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:34:19 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:34:19 (Reading database ... 13914 files and directories currently installed.) 01:34:19 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:34:19 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:34:20 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:34:20 (Reading database ... 13915 files and directories currently installed.) 01:34:20 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:34:20 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:34:20 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:34:20 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:34:20 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:34:20 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:34:20 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 01:34:20 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 01:34:21 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:34:21 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:34:21 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:34:21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:34:21 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:34:21 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:34:21 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:34:21 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:34:21 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:34:21 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:34:21 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:34:21 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:34:21 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:34:21 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:34:22 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 01:34:22 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 01:34:23 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:34:23 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:34:23 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:34:23 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:34:23 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:34:23 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:34:23 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:34:23 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:34:23 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:34:23 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:34:23 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:34:23 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:34:24 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:34:24 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:34:24 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:34:24 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:34:24 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:34:24 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:34:24 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:34:24 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:34:25 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:34:25 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:34:26 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:34:26 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:34:27 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:34:27 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:34:27 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:34:27 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:34:28 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:34:28 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:34:28 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:34:28 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:34:28 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:34:28 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:34:28 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:34:28 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:34:29 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:34:29 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:34:29 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:34:29 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:34:29 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:34:29 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:34:29 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:34:29 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:34:29 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:34:29 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:34:29 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:34:29 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:34:29 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:34:29 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:34:29 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:34:29 Setting up tzdata (2021a-0ubuntu0.18.04) ... 01:34:29 01:34:29 Current default time zone: 'Etc/UTC' 01:34:29 Local time is now: Fri Feb 5 01:34:29 UTC 2021. 01:34:29 Universal Time is now: Fri Feb 5 01:34:29 UTC 2021. 01:34:29 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:34:29 01:34:29 Setting up systemd-sysv (237-3ubuntu10.44) ... 01:34:29 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:34:29 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 01:34:30 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:34:30 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:34:30 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:34:30 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:34:30 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:34:30 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:34:30 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:34:30 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:34:30 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:34:30 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:34:30 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:34:30 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:34:30 Setting up patch (2.7.6-2ubuntu1.1) ... 01:34:30 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:34:30 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:34:30 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 01:34:30 Installing new version of config file /etc/ssl/openssl.cnf ... 01:34:31 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:34:31 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:34:31 Setting up ca-certificates (20210119~18.04.1) ... 01:34:32 Updating certificates in /etc/ssl/certs... 01:34:33 23 added, 27 removed; done. 01:34:33 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:34:33 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:34:33 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:34:33 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:34:33 Setting up pkgbinarymangler (138.18.04.1) ... 01:34:33 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:34:34 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:34:34 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:34:34 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:34:34 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:34:34 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:34:34 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:34:34 Setting up perl (5.26.1-6ubuntu0.5) ... 01:34:34 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:34:34 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:34:34 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:34:34 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:34:34 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:34:34 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:34:34 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:34:34 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:34:34 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:34:34 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:34:34 Processing triggers for systemd (237-3ubuntu10.44) ... 01:34:34 Processing triggers for mime-support (3.60ubuntu1) ... 01:34:34 Processing triggers for ca-certificates (20210119~18.04.1) ... 01:34:34 Updating certificates in /etc/ssl/certs... 01:34:35 0 added, 0 removed; done. 01:34:35 Running hooks in /etc/ca-certificates/update.d... 01:34:35 done. 01:34:35 Reading package lists... 01:34:35 Building dependency tree... 01:34:35 Reading state information... 01:34:36 The following NEW packages will be installed: 01:34:36 apt-transport-https 01:34:36 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:34:36 Need to get 1696 B of archives. 01:34:36 After this operation, 153 kB of additional disk space will be used. 01:34:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:34:36 debconf: delaying package configuration, since apt-utils is not installed 01:34:36 Fetched 1696 B in 0s (42.2 kB/s) 01:34:36 Selecting previously unselected package apt-transport-https. 01:34:36 (Reading database ... 13920 files and directories currently installed.) 01:34:36 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:34:36 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:34:36 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:34:36 Waiting for network to be ready... 01:34:40 ---> 58f294ef6310 01:34:40 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:34:40 ---> a9787b2ce0dc 01:34:40 Step 9/23 : RUN make cmd/core-data/core-data 01:34:40 ---> b520bd18716b 01:34:40 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:34:40 ---> 5e4c5759b67f 01:34:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:34:40 ---> Running in b19593bf4677 01:34:40 ---> Running in 82a5ad6249af 01:34:40 ---> Running in 7bd631a94b38 01:34:40 ---> 967bf1cfedfe 01:34:40 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:34:40 ---> Running in c7cbe00e5ffe 01:34:40 ---> Running in c80bead27ec9 01:34:40 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 01:34:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:34:40 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 01:34:41 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 01:34:41 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 01:34:41 2021-02-05T01:34:39Z INFO Waiting for automatic snapd restart... 01:34:41 snapd 2.48.2 from Canonical* installed 01:34:42 "snapd" switched to the "latest/stable" channel 01:34:42 01:34:45 core18 20201210 from Canonical* installed 01:34:45 "core18" switched to the "latest/stable" channel 01:34:45 01:34:48 snapcraft 4.4.4 from Canonical* installed 01:34:48 "snapcraft" switched to the "latest/stable" channel 01:34:48 01:34:52 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: 01:34:52 - README.md 01:34:52 - snapcraft.yaml.orig 01:34:52 01:34:52 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:34:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:34:58 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 01:34:58 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:34:59 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:35:00 Reading package lists... 01:35:00 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 01:35:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:35:07 Reading package lists... 01:35:07 Building dependency tree... 01:35:07 Reading state information... 01:35:07 Suggested packages: 01:35:07 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:35:07 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:35:07 Recommended packages: 01:35:07 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:35:07 The following NEW packages will be installed: 01:35:07 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:35:07 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:35:07 pkg-config zip 01:35:07 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:35:07 Need to get 7655 kB of archives. 01:35:07 After this operation, 43.7 MB of additional disk space will be used. 01:35:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 01:35:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:35:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:35:07 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:35:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:35:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:35:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:35:07 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:35:07 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:35:07 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:35:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:35:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:35:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:35:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:35:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:35:07 debconf: delaying package configuration, since apt-utils is not installed 01:35:07 Fetched 7655 kB in 1s (10.0 MB/s) 01:35:07 Selecting previously unselected package libglib2.0-0:amd64. 01:35:07 (Reading database ... 13924 files and directories currently installed.) 01:35:07 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:35:07 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:35:07 Selecting previously unselected package libpsl5:amd64. 01:35:07 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:35:07 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:35:07 Selecting previously unselected package libnghttp2-14:amd64. 01:35:07 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:35:08 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:35:08 Selecting previously unselected package librtmp1:amd64. 01:35:08 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:35:08 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:35:08 Selecting previously unselected package libcurl3-gnutls:amd64. 01:35:08 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:35:08 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:35:08 Selecting previously unselected package liberror-perl. 01:35:08 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:35:08 Unpacking liberror-perl (0.17025-1) ... 01:35:08 Selecting previously unselected package git-man. 01:35:08 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:35:08 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:35:08 Selecting previously unselected package git. 01:35:08 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:35:08 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:35:09 Selecting previously unselected package libnorm1:amd64. 01:35:09 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:35:09 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:35:09 Selecting previously unselected package libpgm-5.2-0:amd64. 01:35:09 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:35:09 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:35:09 Selecting previously unselected package libsodium23:amd64. 01:35:09 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:35:09 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:35:09 Selecting previously unselected package libzmq5:amd64. 01:35:09 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:35:09 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:35:09 Selecting previously unselected package libzmq3-dev:amd64. 01:35:09 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:35:09 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:35:10 Selecting previously unselected package pkg-config. 01:35:10 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:35:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:35:10 Selecting previously unselected package zip. 01:35:10 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:35:10 Unpacking zip (3.0-11build1) ... 01:35:10 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:35:10 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:35:10 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:35:10 Setting up liberror-perl (0.17025-1) ... 01:35:10 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:35:10 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:35:10 No schema files found: doing nothing. 01:35:10 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:35:10 Setting up zip (3.0-11build1) ... 01:35:10 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:35:10 Setting up libsodium23:amd64 (1.0.16-2) ... 01:35:10 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:35:10 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:35:10 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:35:10 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:35:10 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:35:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:35:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:35:17 git set to automatically installed. 01:35:17 git-man set to automatically installed. 01:35:17 libcurl3-gnutls set to automatically installed. 01:35:17 liberror-perl set to automatically installed. 01:35:17 libglib2.0-0 set to automatically installed. 01:35:17 libnghttp2-14 set to automatically installed. 01:35:17 libnorm1 set to automatically installed. 01:35:17 libpgm-5.2-0 set to automatically installed. 01:35:17 libpsl5 set to automatically installed. 01:35:17 librtmp1 set to automatically installed. 01:35:17 libsodium23 set to automatically installed. 01:35:17 libzmq3-dev set to automatically installed. 01:35:17 libzmq5 set to automatically installed. 01:35:17 pkg-config set to automatically installed. 01:35:17 zip set to automatically installed. 01:35:18 snapd is not logged in, snap install commands will use sudo 01:35:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:35:25 snap "core18" has no updates available 01:35:26 Pulling config-common 01:35:27 Pulling go-build-helper 01:35:49 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:35:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:35:49 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:35:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 01:35:49 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:35:49 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:35:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:35:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:35:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:35:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:35:49 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:35:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 01:35:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:35:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:35:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 01:35:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 01:35:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 01:35:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 01:35:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:35:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 01:35:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 01:35:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 01:35:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 01:35:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 01:35:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 01:35:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 01:35:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 01:35:49 Fetched 23.9 MB in 0s (0 B/s) 01:35:49 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:35:49 Fetched 96.5 kB in 0s (0 B/s) 01:35:49 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:35:49 Fetched 279 kB in 0s (0 B/s) 01:35:49 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:35:49 Fetched 122 kB in 0s (0 B/s) 01:35:49 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:35:49 Fetched 77.8 kB in 0s (0 B/s) 01:35:49 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:35:49 Fetched 8848 B in 0s (0 B/s) 01:35:49 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:35:49 Fetched 47.8 kB in 0s (0 B/s) 01:35:49 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:35:49 Fetched 45.6 kB in 0s (0 B/s) 01:35:49 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:35:49 Fetched 15.0 kB in 0s (0 B/s) 01:35:49 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:35:49 Fetched 214 kB in 0s (0 B/s) 01:35:49 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 01:35:49 Fetched 155 kB in 0s (0 B/s) 01:35:49 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:35:49 Fetched 50.6 kB in 0s (0 B/s) 01:35:49 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:35:49 Fetched 14.8 kB in 0s (0 B/s) 01:35:49 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:35:49 Fetched 41.8 kB in 0s (0 B/s) 01:35:49 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:35:49 Fetched 499 kB in 0s (0 B/s) 01:35:49 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:35:49 Fetched 111 kB in 0s (0 B/s) 01:35:49 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:35:49 Fetched 240 kB in 0s (0 B/s) 01:35:49 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:35:49 Fetched 29.3 kB in 0s (0 B/s) 01:35:49 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:35:49 Fetched 85.5 kB in 0s (0 B/s) 01:35:49 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:35:49 Fetched 24.5 kB in 0s (0 B/s) 01:35:49 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:35:49 Fetched 49.2 kB in 0s (0 B/s) 01:35:49 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:35:49 Fetched 54.2 kB in 0s (0 B/s) 01:35:49 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:35:49 Fetched 30.8 kB in 0s (0 B/s) 01:35:49 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 01:35:49 Fetched 17.0 kB in 0s (0 B/s) 01:35:49 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:35:49 Fetched 85.9 kB in 0s (0 B/s) 01:35:49 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:35:49 Fetched 8720 B in 0s (0 B/s) 01:35:49 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:35:49 Fetched 137 kB in 0s (0 B/s) 01:35:49 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:35:49 Fetched 119 kB in 0s (0 B/s) 01:35:49 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:35:49 Fetched 109 kB in 0s (0 B/s) 01:35:49 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:35:49 Fetched 11.1 kB in 0s (0 B/s) 01:35:49 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:35:49 Fetched 645 kB in 0s (0 B/s) 01:35:49 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:35:49 Fetched 41.3 kB in 0s (0 B/s) 01:35:49 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:35:49 Fetched 17.9 kB in 0s (0 B/s) 01:35:49 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:35:49 Fetched 368 kB in 0s (0 B/s) 01:35:49 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:35:49 Fetched 187 kB in 0s (0 B/s) 01:35:49 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:35:49 Fetched 175 kB in 0s (0 B/s) 01:35:49 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:35:51 Fetched 206 kB in 0s (0 B/s) 01:35:51 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 01:35:51 Fetched 1301 kB in 0s (0 B/s) 01:35:51 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:35:51 Fetched 36.2 kB in 0s (0 B/s) 01:35:51 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:35:51 Fetched 159 kB in 0s (0 B/s) 01:35:51 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:35:51 Fetched 107 kB in 0s (0 B/s) 01:35:51 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:35:51 Fetched 48.7 kB in 0s (0 B/s) 01:35:51 Pulling static-packages 01:35:52 'go115' has dependencies that need to be staged: static-packages go-build-helper 01:35:52 Skipping pull go-build-helper (already ran) 01:35:52 Skipping pull static-packages (already ran) 01:35:52 Building go-build-helper 01:35:55 Building static-packages 01:35:57 Staging go-build-helper 01:35:58 Staging static-packages 01:35:59 Pulling go115 01:36:00 'edgex-go' has dependencies that need to be staged: go115 01:36:00 Skipping pull go115 (already ran) 01:36:00 Building go115 01:36:00 % Total % Received % Xferd Average Speed Time Time Time Current 01:36:00 Dload Upload Total Spent Left Speed 01:36:02 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 01:36:03 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 01:36:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 43249 0 0 260k 0 0:07:33 --:--:-- 0:07:33 259k 22 115M 22 25.6M 0 0 22.1M 0 0:00:05 0:00:01 0:00:04 22.1M 51 115M 51 59.7M 0 0 27.6M 0 0:00:04 0:00:02 0:00:02 27.6M 78 115M 78 90.2M 0 0 28.4M 0 0:00:04 0:00:03 0:00:01 28.4M 100 115M 100 115M 0 0 29.6M 0 0:00:03 0:00:03 --:--:-- 29.6M 01:36:05 go1.15.2.linux-amd64.tar.gz: OK 01:36:09 Staging go115 01:36:13 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:36:13 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:36:13 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:36:13 Fetched 0 B in 0s (0 B/s) 01:36:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:36:13 Fetched 224 kB in 0s (0 B/s) 01:36:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:36:13 Fetched 157 kB in 0s (0 B/s) 01:36:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:36:13 Fetched 221 kB in 0s (0 B/s) 01:36:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:36:13 Fetched 143 kB in 0s (0 B/s) 01:36:13 Pulling edgex-go 01:36:14 Pulling version 01:36:15 Building config-common 01:36:17 Skipping build go-build-helper (already ran) 01:36:17 Skipping build static-packages (already ran) 01:36:17 Skipping build go115 (already ran) 01:36:17 Building edgex-go 01:36:18 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 01:36:18 Removing intermediate container 82a5ad6249af 01:36:18 ---> 6399ca9aac1a 01:36:18 01:36:18 Step 10/21 : FROM alpine:3.12 01:36:18 3.12: Pulling from library/alpine 01:36:18 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:36:18 Status: Downloaded newer image for alpine:3.12 01:36:18 ---> afeebe901d6b 01:36:18 Step 11/21 : RUN apk add --update --no-cache curl 01:36:18 ---> Running in c39d0a3f8be5 01:36:19 go: downloading github.com/gorilla/mux v1.8.0 01:36:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.22 01:36:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 01:36:19 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 01:36:19 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 01:36:19 go: downloading github.com/BurntSushi/toml v0.3.1 01:36:19 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 01:36:19 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:36:19 go: downloading github.com/go-kit/kit v0.8.0 01:36:19 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:36:19 go: downloading github.com/pelletier/go-toml v1.2.0 01:36:19 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:36:19 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:36:19 go: downloading gopkg.in/yaml.v2 v2.4.0 01:36:19 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 01:36:19 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:36:19 go: downloading github.com/hashicorp/consul/api v1.1.0 01:36:19 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:36:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:36:19 go: downloading github.com/pebbe/zmq4 v1.2.2 01:36:19 go: downloading github.com/imdario/mergo v0.3.11 01:36:19 go: downloading github.com/google/uuid v1.2.0 01:36:19 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:36:19 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:36:19 go: downloading github.com/pkg/errors v0.8.1 01:36:19 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:36:19 go: downloading github.com/mitchellh/copystructure v1.0.0 01:36:19 go: downloading github.com/x448/float16 v0.8.4 01:36:19 go: downloading github.com/leodido/go-urn v1.2.0 01:36:19 go: downloading github.com/hashicorp/serf v0.8.2 01:36:19 go: downloading github.com/go-playground/universal-translator v0.17.0 01:36:19 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:36:19 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:36:19 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:36:19 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:36:19 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:36:19 go: downloading github.com/go-playground/locales v0.13.0 01:36:19 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:36:19 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:36:19 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:36:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:36:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:36:21 (1/4) Installing ca-certificates (20191127-r4) 01:36:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:36:22 (3/4) Installing libcurl (7.69.1-r3) 01:36:22 (4/4) Installing curl (7.69.1-r3) 01:36:22 Executing busybox-1.31.1-r19.trigger 01:36:22 Executing ca-certificates-20191127-r4.trigger 01:36:22 OK: 7 MiB in 18 packages 01:36:25 Removing intermediate container c39d0a3f8be5 01:36:25 ---> 860f3d6d8b52 01:36:25 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:36:25 ---> Running in 340874d4fa42 01:36:26 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 01:36:26 Removing intermediate container 340874d4fa42 01:36:26 ---> c0fca3344958 01:36:26 Step 13/21 : WORKDIR /edgex 01:36:27 ---> Running in d3b0a0da5ba5 01:36:28 Removing intermediate container d3b0a0da5ba5 01:36:28 ---> a8d3e0850f29 01:36:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:36:29 Removing intermediate container c80bead27ec9 01:36:29 ---> d0d5657a4ef5 01:36:29 01:36:29 Step 10/31 : FROM alpine:3.12 01:36:29 ---> afeebe901d6b 01:36:29 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:36:30 ---> Running in 3ae038c9e661 01:36:30 ---> c42692b69f3a 01:36:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:36:31 Removing intermediate container 3ae038c9e661 01:36:31 ---> b7d628f9d306 01:36:31 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:36:31 ---> Running in c9cde28b900a 01:36:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:36:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:36:33 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 01:36:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:36:33 go: downloading github.com/stretchr/testify v1.7.0 01:36:34 go: downloading github.com/davecgh/go-spew v1.1.1 01:36:34 go: downloading github.com/pmezard/go-difflib v1.0.0 01:36:34 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:36:34 ---> 0fd6719c12fe 01:36:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:36:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:36:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:36:34 (1/2) Installing dumb-init (1.2.2-r1) 01:36:34 (2/2) Installing su-exec (0.2-r1) 01:36:34 Executing busybox-1.31.1-r19.trigger 01:36:34 OK: 5 MiB in 16 packages 01:36:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:36:35 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:36:35 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:36:36 ---> 0196934db051 01:36:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:36:36 ---> Running in 6afb00a01dc6 01:36:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:36:37 Removing intermediate container c7cbe00e5ffe 01:36:37 ---> 6944a9ea1cb1 01:36:37 01:36:37 Step 10/22 : FROM alpine:3.12 01:36:37 ---> afeebe901d6b 01:36:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:36:37 Removing intermediate container b19593bf4677 01:36:37 ---> da14c2adaa19 01:36:37 01:36:37 Step 10/22 : FROM alpine:3.12 01:36:37 ---> afeebe901d6b 01:36:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:36:37 Removing intermediate container c9cde28b900a 01:36:37 ---> f939f8cc6b9c 01:36:37 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:36:37 ---> Running in 35f9b20f5968 01:36:37 ---> Running in 8efa546f1828 01:36:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:36:37 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:36:37 ---> Running in a18da120468e 01:36:37 Removing intermediate container 6afb00a01dc6 01:36:37 ---> fef5d09466d0 01:36:37 Step 18/21 : CMD ["--init=true"] 01:36:38 ---> Running in c6b78418e3f9 01:36:38 Removing intermediate container a18da120468e 01:36:38 ---> c076be63f5e4 01:36:38 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:36:38 ---> Running in 97be06d9c3a6 01:36: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 01:36:39 Removing intermediate container c6b78418e3f9 01:36:39 ---> 67f8706e6740 01:36:39 Step 19/21 : LABEL arch=arm64 01:36:39 ---> Running in eb53926044a7 01:36:39 Removing intermediate container 97be06d9c3a6 01:36:39 ---> 0b2d23b5fa55 01:36:39 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:36:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:36:39 ---> Running in 18ebab99591a 01:36:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:36:39 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 01:36:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:36:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:36:40 Removing intermediate container eb53926044a7 01:36:40 ---> 59bea2cb8367 01:36:40 Step 20/21 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:36:40 ---> Running in 2aa1c62145bf 01:36:40 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 01:36:40 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:36:40 (1/1) Installing dumb-init (1.2.2-r1) 01:36:40 Executing busybox-1.31.1-r19.trigger 01:36:40 (1/2) Installing ca-certificates (20191127-r4) 01:36:40 OK: 5 MiB in 15 packages 01:36:40 (2/2) Installing dumb-init (1.2.2-r1) 01:36:40 Executing busybox-1.31.1-r19.trigger 01:36:40 Executing ca-certificates-20191127-r4.trigger 01:36:41 OK: 6 MiB in 16 packages 01:36:41 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 01:36:41 Removing intermediate container 2aa1c62145bf 01:36:41 ---> 6afbfdc4f9d9 01:36:41 Step 21/21 : LABEL version=0.0.0 01:36:41 go: downloading github.com/lib/pq v1.9.0 01:36:41 ---> Running in 2cffe213b289 01:36:42 Removing intermediate container 2cffe213b289 01:36:42 ---> 8998b90ca171 01:36:42 01:36:42 Removing intermediate container 8efa546f1828 01:36:42 ---> 36ab9bd1b026 01:36:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:36:42 ---> Running in 3f5be82fec25 01:36:43 Successfully built 8998b90ca171 01:36:43 Removing intermediate container 18ebab99591a 01:36:43 ---> c733013f4961 01:36:43 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:36:43 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:36:43  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 01:36:43 Removing intermediate container 35f9b20f5968 01:36:43 ---> 4decf197b3c8 01:36:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:36:43 ---> Running in 598dddb8e863 01:36:43 Removing intermediate container 3f5be82fec25 01:36:43 ---> dff23e123404 01:36:43 Step 13/22 : ENV APP_PORT=48085 01:36:43 ---> Running in d305af6b4af2 01:36:43 ---> Running in 3548b55bcdb8 01:36:43 Removing intermediate container 598dddb8e863 01:36:43 ---> 1debf3e65d12 01:36:43 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:36:44 Removing intermediate container d305af6b4af2 01:36:44 ---> b55f0f1236fd 01:36:44 Step 13/22 : ENV APP_PORT=48060 01:36:44 Removing intermediate container 3548b55bcdb8 01:36:44 ---> dd0330c1784c 01:36:44 Step 14/22 : EXPOSE $APP_PORT 01:36:45 Building version 01:36:46 ---> Running in 704511f1f64d 01:36:46 ---> 6f9341ebf0a1 01:36:46 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:36:46 ---> Running in a35295af75aa 01:36:46 ---> Running in 4c3eae1e5669 01:36:46 Removing intermediate container 704511f1f64d 01:36:46 ---> 2fc74dc40709 01:36:46 Step 14/22 : EXPOSE $APP_PORT 01:36:47 Removing intermediate container 7bd631a94b38 01:36:47 ---> 4540fcef2128 01:36:47 01:36:47 Step 10/23 : FROM alpine:3.12 01:36:47 ---> afeebe901d6b 01:36:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:36:47 Staging config-common 01:36:47 ---> Running in c42ecd15d92b 01:36:47 ---> Running in 5cb9d6e191b1 01:36:47 Removing intermediate container a35295af75aa 01:36:47 ---> 8613aef0242e 01:36:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:36:48 Skipping stage go-build-helper (already ran) 01:36:48 Skipping stage static-packages (already ran) 01:36:48 Skipping stage go115 (already ran) 01:36:48 Staging edgex-go 01:36:48 Removing intermediate container c42ecd15d92b 01:36:48 ---> 9223e9c32fdf 01:36:48 Step 12/23 : ENV APP_PORT=48080 01:36:48 Staging version 01:36:48 Removing intermediate container 5cb9d6e191b1 01:36:48 ---> eac63bb3c937 01:36:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:36:48 ---> aa3bacf641b4 01:36:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:36:48 ---> Running in eddb53a51447 01:36:49 Priming config-common 01:36:49 Removing intermediate container eddb53a51447 01:36:49 ---> 4cf2502de22e 01:36:49 Step 13/23 : EXPOSE $APP_PORT 01:36:50 ---> e409e93b6d77 01:36:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:36:50 ---> Running in 89c52fec9f71 01:36:50 Removing intermediate container 4c3eae1e5669 01:36:50 ---> 9207f6cec499 01:36:50 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:36:50 Priming go-build-helper 01:36:50 ---> 5e728e94a3b6 01:36:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:36:51 Removing intermediate container 89c52fec9f71 01:36:51 ---> 2214f6c4c920 01:36:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:36:51 Priming static-packages 01:36:51 ---> 61961e513d39 01:36:51 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:36:51 ---> Running in b010715ad847 01:36:52 ---> 453f43b72622 01:36:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:36:52 ---> 21da20b1ec5c 01:36:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:36:52 ---> Running in 701bdad06298 01:36:53 ---> 7e5a4ef73ebc 01:36:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:36:53 Priming go115 01:36:54 Removing intermediate container 701bdad06298 01:36:54 ---> dc1f16a2b4a0 01:36:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:36:54 ---> d3a78531f9ae 01:36:54 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:36:54 ---> Running in 3befc8a52c7c 01:36:54 ---> Running in 5ca050824f5b 01:36:54 Priming edgex-go 01:36:55 Removing intermediate container 3befc8a52c7c 01:36:55 ---> 1deb24de7924 01:36:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:36:55 Priming version 01:36:56 ---> 93bc2bdcbfc8 01:36:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:36:56 Removing intermediate container 5ca050824f5b 01:36:56 ---> 51fc8a0c5360 01:36:56 Step 20/22 : LABEL arch=arm64 01:36:56 ---> Running in dd6f5bf7d152 01:36:56 Removing intermediate container b010715ad847 01:36:56 ---> 76b1786e3e43 01:36:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:36:56 ---> Running in 777a8d2ee393 01:36:56 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 01:36:57 ---> Running in eb677768547d 01:36:57 Removing intermediate container dd6f5bf7d152 01:36:57 ---> 6519b9bfc029 01:36:57 Step 20/22 : LABEL arch=arm64 01:36:58 ---> Running in c1a657fb33b6 01:36:58 Removing intermediate container 777a8d2ee393 01:36:58 ---> 8c6680608f74 01:36:58 Step 21/22 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:36:58 ---> 1ec330318319 01:36:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 01:36:58 ---> Running in 9e4cef77f3db [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:36:59 Removing intermediate container c1a657fb33b6 01:36:59 ---> 4c9eda71f9de 01:36:59 Step 21/22 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:36:59 ---> Running in f47d41e275c3 01:36:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:36:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:36:59 ---> a519e5ff360f 01:36:59 Step 3/24 : WORKDIR /edgex-go 01:36:59 ---> Using cache 01:36:59 ---> 42a436f162b1 01:36:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:36:59 ---> Using cache 01:36:59 ---> 37434b75c22e 01:36:59 Step 5/24 : RUN apk add --update --no-cache make git 01:36:59 ---> Using cache 01:36:59 ---> 10195050e469 01:36:59 Step 6/24 : COPY go.mod . 01:36:59 ---> Using cache 01:36:59 ---> 1b7d9fffa1e0 01:36:59 Step 7/24 : RUN go mod download 01:36:59 ---> Using cache 01:36:59 ---> f8de00add5f5 01:36:59 Step 8/24 : COPY . . 01:36:59 Removing intermediate container 9e4cef77f3db 01:36:59 ---> 0749f53fd199 01:36:59 Step 22/22 : LABEL version=0.0.0 01:36:59 ---> Using cache 01:36:59 ---> b520bd18716b 01:36:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:36:59 ---> 0617e95ce348 01:36:59 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:36:59 ---> Running in eda5167526c5 01:37:00 ---> Running in f1dd39a903ae 01:37:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:37:00 ---> Running in 93017b5c350c 01:37:00 Removing intermediate container f47d41e275c3 01:37:00 ---> 87bf3d78c5f2 01:37:00 Step 22/22 : LABEL version=0.0.0 01:37:00 ---> Running in 691a27ad62c4 01:37:00 Removing intermediate container eda5167526c5 01:37:00 ---> 12ca2425df25 01:37:00 01:37:01 Removing intermediate container 93017b5c350c 01:37:01 ---> 267a65749208 01:37:01 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:37:01 (1/6) Installing dumb-init (1.2.2-r1) 01:37:01 (2/6) Installing libgcc (9.3.0-r2) 01:37:01 (3/6) Installing libsodium (1.0.18-r0) 01:37:01 Removing intermediate container 691a27ad62c4 01:37:01 ---> c212b6af2bf8 01:37:01 01:37:01 (4/6) Installing libstdc++ (9.3.0-r2) 01:37:01 Successfully built 12ca2425df25 01:37:01 Successfully tagged docker-support-scheduler-go-arm64:latest 01:37:01 Building docker-sys-mgmt-agent-go 01:37:01  Building docker-support-scheduler-go ... done 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 01:37:01 (5/6) Installing libzmq (4.3.3-r0) 01:37:01 (6/6) Installing zeromq (4.3.3-r0) 01:37:01 Executing busybox-1.31.1-r19.trigger 01:37:01 OK: 8 MiB in 20 packages 01:37:02 Successfully built c212b6af2bf8 01:37:02 Successfully tagged docker-support-notifications-go-arm64:latest 01:37:02 Building docker-core-metadata-go 01:37:02 ---> ee21f4fc0330 01:37:02 Step 26/31 : RUN chmod +x /entrypoint.sh 01:37:02  Building docker-support-notifications-go ... done  ---> Running in e01688b9f812 01:37:04 Removing intermediate container eb677768547d 01:37:04 ---> 82ad514a0333 01:37:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:37:06 ---> f5f517ee9b13 01:37:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:37:08 Removing intermediate container e01688b9f812 01:37:08 ---> 79119220435b 01:37:08 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:37:08 ---> 14fa42a227c1 01:37:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:37:09 ---> Running in 917adff4983d 01:37:10 ---> 307c0370a620 01:37:10 Step 19/23 : ENTRYPOINT ["/core-data"] 01:37:10 Removing intermediate container 917adff4983d 01:37:10 ---> 33ac2eaf824f 01:37:10 Step 28/31 : CMD ["gate"] 01:37:10 ---> Running in 806cbdb6b290 01:37:12 ---> Running in b8c3f27a5eb9 01:37:12 Removing intermediate container 806cbdb6b290 01:37:12 ---> 64cd98b174e5 01:37:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:37:12 Removing intermediate container b8c3f27a5eb9 01:37:12 ---> e37a7b902378 01:37:12 Step 29/31 : LABEL arch=arm64 01:37:13 ---> Running in 72017d5c034f 01:37:14 ---> Running in a335cf360ccb 01:37:14 Removing intermediate container 72017d5c034f 01:37:14 ---> 936ac9f5d3ed 01:37:14 Step 21/23 : LABEL arch=arm64 01:37:14 ---> Running in 2b42d76fb6b3 01:37:14 Removing intermediate container a335cf360ccb 01:37:14 ---> ecfd1d05730e 01:37:14 Step 30/31 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:37:15 ---> Running in afe709669bbf 01:37:15 Removing intermediate container 2b42d76fb6b3 01:37:15 ---> 3a6ea84cc059 01:37:15 Step 22/23 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:37:15 ---> Running in ee9608849072 01:37:15 Removing intermediate container afe709669bbf 01:37:15 ---> 180a0939b74d 01:37:15 Step 31/31 : LABEL version=0.0.0 01:37:16 Removing intermediate container ee9608849072 01:37:16 ---> 622bb2ca18e7 01:37:16 Step 23/23 : LABEL version=0.0.0 01:37:16 ---> Running in a79698d6163d 01:37:16 ---> Running in fa9744faeb97 01:37:17 Removing intermediate container a79698d6163d 01:37:17 ---> 7bf62e1b9e04 01:37:17 01:37:17 Removing intermediate container fa9744faeb97 01:37:17 ---> a2030598eaef 01:37:17 01:37:18 Successfully built 7bf62e1b9e04 01:37:18 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:37:18 Building docker-core-command-go 01:37:18  Building docker-security-bootstrapper-go ... done Successfully built a2030598eaef 01:37:18 Successfully tagged docker-core-data-go-arm64:latest 01:37:36  Building docker-core-data-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 01:37:36 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:37:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:37:36 ---> a519e5ff360f 01:37:36 Step 3/26 : WORKDIR /edgex-go 01:37:36 ---> Using cache 01:37:36 ---> 42a436f162b1 01:37:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:36 ---> Using cache 01:37:36 ---> 37434b75c22e 01:37:36 Step 5/26 : RUN apk add --update --no-cache make bash git 01:37:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:37:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:37:38 ---> a519e5ff360f 01:37:38 Step 3/23 : WORKDIR /edgex-go 01:37:38 ---> Using cache 01:37:38 ---> 42a436f162b1 01:37:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:38 ---> Using cache 01:37:38 ---> 37434b75c22e 01:37:38 Step 5/23 : RUN apk add --update --no-cache make git 01:37:38 ---> Using cache 01:37:38 ---> 10195050e469 01:37:38 Step 6/23 : COPY go.mod . 01:37:38 ---> Using cache 01:37:38 ---> 1b7d9fffa1e0 01:37:38 Step 7/23 : RUN go mod download 01:37:38 ---> Using cache 01:37:38 ---> f8de00add5f5 01:37:38 Step 8/23 : COPY . . 01:37:38 ---> Using cache 01:37:38 ---> b520bd18716b 01:37:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:37:40 ---> Running in 32ec19c6571f 01:37:40 ---> Running in 8a7dc264075a 01:37:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:37:42 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 01:37:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:37:43 OK: 217 MiB in 51 packages 01:37:46 Removing intermediate container 8a7dc264075a 01:37:46 ---> d2cac1fdbb89 01:37:46 Step 6/26 : COPY go.mod . 01:37:47 Removing intermediate container f1dd39a903ae 01:37:47 ---> 158e2a22eb9c 01:37:47 01:37:47 Step 10/24 : FROM alpine:3.12 01:37:47 ---> afeebe901d6b 01:37:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:37:47 ---> Running in b90533058de0 01:37:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:37:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:37:47 ---> a519e5ff360f 01:37:47 Step 3/23 : WORKDIR /edgex-go 01:37:47 ---> Using cache 01:37:47 ---> 42a436f162b1 01:37:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:47 ---> Using cache 01:37:47 ---> 37434b75c22e 01:37:47 Step 5/23 : RUN apk add --update --no-cache make git 01:37:47 ---> Using cache 01:37:47 ---> 10195050e469 01:37:47 Step 6/23 : COPY go.mod . 01:37:47 ---> Using cache 01:37:47 ---> 1b7d9fffa1e0 01:37:47 Step 7/23 : RUN go mod download 01:37:47 ---> Using cache 01:37:47 ---> f8de00add5f5 01:37:47 Step 8/23 : COPY . . 01:37:47 ---> 89dc623c18d1 01:37:47 Step 7/26 : RUN go mod download 01:37:48 ---> Running in ce7d07be9ea9 01:37:48 ---> Using cache 01:37:48 ---> b520bd18716b 01:37:48 Step 9/23 : RUN make cmd/core-command/core-command 01:37:48 ---> Running in b12a63aa2bdc 01:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:37:50 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 01:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:37:51 (1/5) Installing ca-certificates (20191127-r4) 01:37:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:37:51 (3/5) Installing libcurl (7.69.1-r3) 01:37:51 (4/5) Installing curl (7.69.1-r3) 01:37:51 (5/5) Installing dumb-init (1.2.2-r1) 01:37:51 Executing busybox-1.31.1-r19.trigger 01:37:51 Executing ca-certificates-20191127-r4.trigger 01:37:52 OK: 7 MiB in 19 packages 01:37:53 Removing intermediate container ce7d07be9ea9 01:37:53 ---> aaa767c09234 01:37:53 Step 8/26 : COPY . . 01:37:55 Removing intermediate container b90533058de0 01:37:55 ---> fd52639aea1e 01:37:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:37:55 ---> Running in 8af0bf717a71 01:37:56 Removing intermediate container 8af0bf717a71 01:37:56 ---> bdbb350bbe22 01:37:56 Step 13/24 : WORKDIR / 01:37:57 ---> Running in 81e75705e057 01:37:58 Removing intermediate container 81e75705e057 01:37:58 ---> 786493afb394 01:37:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:38:00 ---> 2fe0b2f324d1 01:38:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:38:02 ---> fc0213920dbe 01:38:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:38:04 ---> 66286b8aae15 01:38:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:38:07 ---> f29e47e5d278 01:38:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:38:09 ---> 845634e53dfb 01:38:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:38:11 ---> 2cd191abcdcd 01:38:11 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/ 01:38:11 ---> Running in 7bef8a6965ab 01:38:15 ---> a0d0cdb5a464 01:38:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:38:15 ---> Running in df0fe4328c26 01:38:16 Removing intermediate container 7bef8a6965ab 01:38:16 ---> f2db8b1e16fc 01:38:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:38:16 ---> Running in 09294fe51b7c 01:38:16 Removing intermediate container 09294fe51b7c 01:38:16 ---> 47e69f9464c2 01:38:16 Step 22/24 : LABEL arch=arm64 01:38:17 ---> Running in 98f9176a8183 01:38:17 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 01:38:18 Removing intermediate container 98f9176a8183 01:38:18 ---> 81af488fb996 01:38:18 Step 23/24 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:38:18 ---> Running in 831988dcb8f1 01:38:18 Removing intermediate container 831988dcb8f1 01:38:18 ---> 8182c2769295 01:38:18 Step 24/24 : LABEL version=0.0.0 01:38:19 ---> Running in 73c8da98f7da 01:38:19 Removing intermediate container 73c8da98f7da 01:38:19 ---> 2fa99b054819 01:38:19 01:38:20 Successfully built 2fa99b054819 01:38:20 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:39:07  Building docker-security-secretstore-setup-go ... done Removing intermediate container 32ec19c6571f 01:39:07 ---> 3d8f9bc33462 01:39:07 01:39:07 Step 10/23 : FROM alpine:3.12 01:39:07 ---> afeebe901d6b 01:39:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:39:07 ---> Using cache 01:39:07 ---> 36ab9bd1b026 01:39:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:39:07 ---> Using cache 01:39:07 ---> dff23e123404 01:39:07 Step 13/23 : ENV APP_PORT=48081 01:39:07 ---> Running in afa2d308d19f 01:39:07 Removing intermediate container afa2d308d19f 01:39:07 ---> 71ad438d0a11 01:39:07 Step 14/23 : EXPOSE $APP_PORT 01:39:07 ---> Running in e6c39de34d90 01:39:07 Removing intermediate container e6c39de34d90 01:39:07 ---> 74c57419c4f5 01:39:07 Step 15/23 : WORKDIR / 01:39:07 Removing intermediate container b12a63aa2bdc 01:39:07 ---> 18a05a588131 01:39:07 01:39:07 Step 10/23 : FROM alpine:3.12 01:39:07 ---> afeebe901d6b 01:39:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:39:07 ---> Using cache 01:39:07 ---> 36ab9bd1b026 01:39:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:39:07 ---> Using cache 01:39:07 ---> dff23e123404 01:39:07 Step 13/23 : ENV APP_PORT=48082 01:39:07 ---> Running in a5da58178a70 01:39:07 ---> Running in 4ab7a6144c33 01:39:07 Removing intermediate container 4ab7a6144c33 01:39:07 ---> ba731bfb3ceb 01:39:07 Step 14/23 : EXPOSE $APP_PORT 01:39:07 Removing intermediate container a5da58178a70 01:39:07 ---> d6467a921eb7 01:39:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:39:07 ---> Running in 4b2893109c39 01:39:07 Removing intermediate container 4b2893109c39 01:39:07 ---> 9c6a7867ab27 01:39:07 Step 15/23 : WORKDIR / 01:39:07 ---> Running in 62fbad878f4d 01:39:07 ---> b5aece00383d 01:39:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:39:07 Removing intermediate container 62fbad878f4d 01:39:07 ---> bb59251022fd 01:39:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:39:07 ---> 9f19c6f68b64 01:39:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:39:07 ---> 8a64696f87bb 01:39:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:39:07 ---> a7a141e3f223 01:39:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:39:07 ---> Running in d532f78df81e 01:39:07 ---> 4e06fb1aef88 01:39:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:39:08 Removing intermediate container d532f78df81e 01:39:08 ---> 8b61a39a5a97 01:39:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:39:08 Removing intermediate container df0fe4328c26 01:39:08 ---> 0284ec6253de 01:39:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:39:08 ---> Running in 4fa7085bd7de 01:39:08 ---> ef620b3d7e8c 01:39:08 Step 19/23 : ENTRYPOINT ["/core-command"] 01:39:08 ---> Running in b3b8cd2098c5 01:39:08 ---> Running in d0ad0f8041b0 01:39:09 Removing intermediate container 4fa7085bd7de 01:39:09 ---> cdafca0b5f3c 01:39:09 Step 21/23 : LABEL arch=arm64 01:39:09 Removing intermediate container b3b8cd2098c5 01:39:09 ---> 503bf1e59c84 01:39:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:39:09 ---> Running in eb5dc851f5f9 01:39:09 ---> Running in 0092f7f3fd6b 01:39:09 Removing intermediate container eb5dc851f5f9 01:39:09 ---> 8710058add8d 01:39:09 Step 22/23 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:39:09 ---> Running in e6459551f929 01:39:09 Removing intermediate container 0092f7f3fd6b 01:39:09 ---> 3ba1c15580f3 01:39:09 Step 21/23 : LABEL arch=arm64 01:39:09 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 01:39:10 ---> Running in 3af5d59ab376 01:39:10 Removing intermediate container e6459551f929 01:39:10 ---> 9e34cf9dd87d 01:39:10 Step 23/23 : LABEL version=0.0.0 01:39:10 Removing intermediate container 3af5d59ab376 01:39:10 ---> 0aea1e3a72ff 01:39:10 Step 22/23 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:39:10 ---> Running in 32d2b9cb131f 01:39:10 ---> Running in 83420add1d10 01:39:11 Removing intermediate container 32d2b9cb131f 01:39:11 ---> 92c0b85e46fc 01:39:11 01:39:11 Removing intermediate container 83420add1d10 01:39:11 ---> d32773123371 01:39:11 Step 23/23 : LABEL version=0.0.0 01:39:11 Successfully built 92c0b85e46fc 01:39:11 Successfully tagged docker-core-metadata-go-arm64:latest 01:39:11  Building docker-core-metadata-go ... done  ---> Running in 23b5bc97c8a0 01:39:12 Removing intermediate container 23b5bc97c8a0 01:39:12 ---> f9f2c13540fb 01:39:12 01:39:12 Successfully built f9f2c13540fb 01:39:12 Successfully tagged docker-core-command-go-arm64:latest 01:39:12  Building docker-core-command-go ... done Removing intermediate container d0ad0f8041b0 01:39:12 ---> 13a56bce74a8 01:39:12 01:39:12 Step 11/26 : FROM docker:20.10.0 01:39:13 20.10.0: Pulling from library/docker 01:39:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:39:19 Status: Downloaded newer image for docker:20.10.0 01:39:19 ---> eeaf43b92773 01:39:19 Step 12/26 : RUN apk add --no-cache bash 01:39:21 ---> Running in a88c0dcb5b60 01:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:39:23 (1/2) Installing readline (8.0.4-r0) 01:39:23 (2/2) Installing bash (5.0.17-r0) 01:39:23 Executing bash-5.0.17-r0.post-install 01:39:23 Executing busybox-1.31.1-r19.trigger 01:39:23 OK: 12 MiB in 22 packages 01:39:24 Removing intermediate container a88c0dcb5b60 01:39:24 ---> 57aba0ca3d74 01:39:24 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:39:24 ---> Running in 8b9511a01eaa 01:39:24 Removing intermediate container 8b9511a01eaa 01:39:24 ---> 4751e5498ce3 01:39:24 Step 14/26 : ENV APP_PORT=48090 01:39:24 ---> Running in 7612debd6ffc 01:39:25 Removing intermediate container 7612debd6ffc 01:39:25 ---> 43594fa07630 01:39:25 Step 15/26 : EXPOSE $APP_PORT 01:39:25 ---> Running in 75d0f27b4f5f 01:39:25 Removing intermediate container 75d0f27b4f5f 01:39:25 ---> 16efe46c3d99 01:39:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:39:26 ---> cc184f41e68c 01:39:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:39:27 ---> 1fe5d587b754 01:39:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:39:28 ---> 06d575b546c3 01:39:28 Step 19/26 : RUN apk --no-cache add py3-pip 01:39:28 ---> Running in 8a7f0f60b77a 01:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:39:30 (1/33) Installing libbz2 (1.0.8-r1) 01:39:30 (2/33) Installing expat (2.2.9-r1) 01:39:30 (3/33) Installing libffi (3.3-r2) 01:39:30 (4/33) Installing gdbm (1.13-r1) 01:39:30 (5/33) Installing xz-libs (5.2.5-r0) 01:39:30 (6/33) Installing sqlite-libs (3.32.1-r0) 01:39:30 (7/33) Installing python3 (3.8.5-r0) 01:39:32 (8/33) Installing py3-appdirs (1.4.4-r1) 01:39:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:39:32 (10/33) Installing py3-parsing (2.4.7-r0) 01:39:32 (11/33) Installing py3-six (1.15.0-r0) 01:39:32 (12/33) Installing py3-packaging (20.4-r0) 01:39:32 (13/33) Installing py3-setuptools (47.0.0-r0) 01:39:32 (14/33) Installing py3-chardet (3.0.4-r4) 01:39:32 (15/33) Installing py3-idna (2.9-r0) 01:39:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:39:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:39:32 (18/33) Installing py3-requests (2.23.0-r0) 01:39:32 (19/33) Installing py3-msgpack (1.0.0-r0) 01:39:32 (20/33) Installing py3-lockfile (0.12.2-r3) 01:39:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:39:32 (22/33) Installing py3-colorama (0.4.3-r0) 01:39:32 (23/33) Installing py3-distlib (0.3.0-r0) 01:39:32 (24/33) Installing py3-distro (1.5.0-r1) 01:39:32 (25/33) Installing py3-webencodings (0.5.1-r3) 01:39:32 (26/33) Installing py3-html5lib (1.0.1-r4) 01:39:32 (27/33) Installing py3-pytoml (0.1.21-r0) 01:39:32 (28/33) Installing py3-pep517 (0.8.2-r0) 01:39:32 (29/33) Installing py3-progress (1.5-r0) 01:39:32 (30/33) Installing py3-toml (0.10.1-r0) 01:39:32 (31/33) Installing py3-retrying (1.3.3-r0) 01:39:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:39:32 (33/33) Installing py3-pip (20.1.1-r0) 01:39:32 Executing busybox-1.31.1-r19.trigger 01:39:32 OK: 71 MiB in 55 packages 01:39:39 Removing intermediate container 8a7f0f60b77a 01:39:39 ---> 3af49acddd45 01:39:39 Step 20/26 : RUN pip install docker-compose==1.23.2 01:39:39 ---> Running in 4c6ee1aaba4b 01:39:43 Collecting docker-compose==1.23.2 01:39:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:39:43 Collecting docopt<0.7,>=0.6.1 01:39:43 Downloading docopt-0.6.2.tar.gz (25 kB) 01:39:46 Collecting websocket-client<1.0,>=0.32.0 01:39:46 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:39:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:39:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:39:47 Collecting cached-property<2,>=1.2.0 01:39:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:39:48 Collecting texttable<0.10,>=0.9.0 01:39:48 Downloading texttable-0.9.1.tar.gz (11 kB) 01:39:50 Collecting docker<4.0,>=3.6.0 01:39:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:39:51 Collecting dockerpty<0.5,>=0.4.1 01:39:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:39:53 Collecting jsonschema<3,>=2.5.1 01:39:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:39:54 Collecting PyYAML<4,>=3.10 01:39:54 Downloading PyYAML-3.13.tar.gz (270 kB) 01:39:56 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:39:57 Collecting urllib3<1.25,>=1.21.1 01:39:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:39:57 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) 01:39:57 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) 01:39:58 Collecting idna<2.8,>=2.5 01:39:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:39:58 Collecting docker-pycreds>=0.4.0 01:39:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:39:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:39:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:39:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:39:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:39:59 Installing collected packages: docopt, websocket-client, urllib3, idna, requests, cached-property, texttable, docker-pycreds, docker, dockerpty, jsonschema, PyYAML, docker-compose 01:39:59 Running setup.py install for docopt: started 01:40:01 Running setup.py install for docopt: finished with status 'done' 01:40:01 Attempting uninstall: urllib3 01:40:01 Found existing installation: urllib3 1.25.9 01:40:01 Uninstalling urllib3-1.25.9: 01:40:01 Successfully uninstalled urllib3-1.25.9 01:40:01 Attempting uninstall: idna 01:40:01 Found existing installation: idna 2.9 01:40:02 Uninstalling idna-2.9: 01:40:02 Successfully uninstalled idna-2.9 01:40:02 Attempting uninstall: requests 01:40:02 Found existing installation: requests 2.23.0 01:40:02 Uninstalling requests-2.23.0: 01:40:02 Successfully uninstalled requests-2.23.0 01:40:03 Running setup.py install for texttable: started 01:40:05 Running setup.py install for texttable: finished with status 'done' 01:40:05 Running setup.py install for dockerpty: started 01:40:07 Running setup.py install for dockerpty: finished with status 'done' 01:40:07 Running setup.py install for PyYAML: started 01:40:09 Running setup.py install for PyYAML: finished with status 'done' 01:40:10 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 01:40:13 Removing intermediate container 4c6ee1aaba4b 01:40:13 ---> affc6283f5f4 01:40:13 Step 21/26 : RUN apk --no-cache add curl 01:40:14 ---> Running in 402ae0cc4c9c 01:40:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:40:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:40:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:40:15 (2/3) Installing libcurl (7.69.1-r3) 01:40:15 (3/3) Installing curl (7.69.1-r3) 01:40:15 Executing busybox-1.31.1-r19.trigger 01:40:16 OK: 71 MiB in 58 packages 01:40:16 Removing intermediate container 402ae0cc4c9c 01:40:16 ---> 6dd1450da742 01:40:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:40:17 ---> Running in 7b48668ffb95 01:40:17 Removing intermediate container 7b48668ffb95 01:40:17 ---> 5329d746b5ed 01:40:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:40:17 ---> Running in 8d082bd68c49 01:40:18 Removing intermediate container 8d082bd68c49 01:40:18 ---> 9aeeba39cdf2 01:40:18 Step 24/26 : LABEL arch=arm64 01:40:18 ---> Running in 9d944e1b525d 01:40:18 Removing intermediate container 9d944e1b525d 01:40:18 ---> 4c5cea71b20b 01:40:18 Step 25/26 : LABEL git_sha=556a68e916e358c2bcd02786a11420f8a121d9cc 01:40:18 ---> Running in 1d4b646ffe50 01:40:19 Removing intermediate container 1d4b646ffe50 01:40:19 ---> c577de68f551 01:40:19 Step 26/26 : LABEL version=0.0.0 01:40:19 ---> Running in 30f960a56a7a 01:40:19 Removing intermediate container 30f960a56a7a 01:40:19 ---> f250cc58c18c 01:40:19 01:40:20 Successfully built f250cc58c18c 01:40:20 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:40:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 01:40:20 $ docker stop --time=1 efb1e7c3c0ded768b91d47d607e557c07448ca95f298c9b0f842d8c85e3e6a1d 01:40:22 $ docker rm -f efb1e7c3c0ded768b91d47d607e557c07448ca95f298c9b0f842d8c85e3e6a1d [Pipeline] // withDockerContainer [Pipeline] sh 01:40:23 + docker images 01:40:23 + grep docker 01:40:23 docker-sys-mgmt-agent-go-arm64 latest f250cc58c18c 4 seconds ago 300MB 01:40:23 docker-core-command-go-arm64 latest f9f2c13540fb About a minute ago 16MB 01:40:23 docker-core-metadata-go-arm64 latest 92c0b85e46fc About a minute ago 17.7MB 01:40:23 docker-security-secretstore-setup-go-arm64 latest 2fa99b054819 2 minutes ago 23.4MB 01:40:23 docker-core-data-go-arm64 latest a2030598eaef 3 minutes ago 21MB 01:40:23 docker-security-bootstrapper-go-arm64 latest 7bf62e1b9e04 3 minutes ago 22.6MB 01:40:23 docker-support-notifications-go-arm64 latest c212b6af2bf8 3 minutes ago 16.7MB 01:40:23 docker-support-scheduler-go-arm64 latest 12ca2425df25 3 minutes ago 16.1MB 01:40:23 docker-security-proxy-setup-go-arm64 latest 8998b90ca171 3 minutes ago 23.2MB 01:40:23 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 01:40:25 provisioning config files... 01:40:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config6212867972637518032tmp [Pipeline] { [Pipeline] sh 01:40:25 + set +x 01:40:25 + curl -s https://codecov.io/bash 01:40:25 + bash -s -- 01:40:26 01:40:26 _____ _ 01:40:26 / ____| | | 01:40:26 | | ___ __| | ___ ___ _____ __ 01:40:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:40:26 | |___| (_) | (_| | __/ (_| (_) \ V / 01:40:26 \_____\___/ \__,_|\___|\___\___/ \_/ 01:40:26 Bash-20210129-7c25fce 01:40:26 01:40:26 01:40:26 ==> git version 2.24.3 found 01:40:26 ==> 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 01:40:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:40:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:40:26 curl: option -sm: expected a proper numerical parameter 01:40:26 curl: try 'curl --help' or 'curl --manual' for more information 01:40:26 ==> Jenkins CI detected. 01:40:26 project root: . 01:40:26 --> token set from env 01:40:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:40:26 ==> Running gcov in . (disable via -X gcov) 01:40:26 ==> Python coveragepy not found 01:40:26 ==> Searching for coverage reports in: 01:40:26 + . 01:40:26 -> Found 1 reports 01:40:26 ==> Detecting git/mercurial file structure 01:40:26 ==> Reading reports 01:40:26 + ./coverage.out bytes=583623 01:40:26 ==> Appending adjustments 01:40:26 https://docs.codecov.io/docs/fixing-reports 01:40:29 + Found adjustments 01:40:29 ==> Gzipping contents 01:40:29 88K /tmp/codecov.rqQaEs.gz 01:40:29 ==> Uploading reports 01:40:29 url: https://codecov.io 01:40:29 query: branch=PR-3113&commit=556a68e916e358c2bcd02786a11420f8a121d9cc&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 01:40:29 -> Pinging Codecov 01:40:29 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=556a68e916e358c2bcd02786a11420f8a121d9cc&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 01:40:30 -> Uploading to 01:40:30 https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/556a68e916e358c2bcd02786a11420f8a121d9cc/7a5507d2-47ff-4b81-83cf-e5fdacf2c677.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T014030Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=787f36ab106efe2a6acce56297e7f6161d0aa6a67cc1dbd7dfc9bfc2a480571c 01:40:30 % Total % Received % Xferd Average Speed Time Time Time Current 01:40:30 Dload Upload Total Spent Left Speed 01:40:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88100 0 0 100 88100 0 159k --:--:-- --:--:-- --:--:-- 159k 01:40:31 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/556a68e916e358c2bcd02786a11420f8a121d9cc [Pipeline] } 01:40:31 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 01:40:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:40:34 ---> package-listing.sh 01:40:34 ++ facter osfamily 01:40:34 ++ tr '[:upper:]' '[:lower:]' 01:40:34 + OS_FAMILY=redhat 01:40:34 + workspace=/w/workspace/edgex-go/11 01:40:34 + START_PACKAGES=/tmp/packages_start.txt 01:40:34 + END_PACKAGES=/tmp/packages_end.txt 01:40:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:40:34 + PACKAGES=/tmp/packages_start.txt 01:40:34 + '[' /w/workspace/edgex-go/11 ']' 01:40:34 + PACKAGES=/tmp/packages_end.txt 01:40:34 + case "${OS_FAMILY}" in 01:40:34 + rpm -qa 01:40:34 + sort 01:40:39 + '[' -f /tmp/packages_start.txt ']' 01:40:39 + '[' -f /tmp/packages_end.txt ']' 01:40:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:40:39 + '[' /w/workspace/edgex-go/11 ']' 01:40:39 + mkdir -p /w/workspace/edgex-go/11/archives/ 01:40:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 01:40:39 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:40:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:40:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:40:40 01:40:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:40:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:40:40 alpine: Pulling from edgex-lftools-log-publisher 01:40:40 df20fa9351a1: Pulling fs layer 01:40:40 36b3adc4ff6f: Pulling fs layer 01:40:40 8ad3a11d3b57: Pulling fs layer 01:40:40 46f8f816bc3b: Pulling fs layer 01:40:40 93b61091891f: Pulling fs layer 01:40:40 93b9cdb0e59b: Pulling fs layer 01:40:40 5e14af77c1be: Pulling fs layer 01:40:40 01666e4c0597: Pulling fs layer 01:40:40 aa168da1d23b: Pulling fs layer 01:40:40 93b9cdb0e59b: Waiting 01:40:40 5e14af77c1be: Waiting 01:40:40 01666e4c0597: Waiting 01:40:40 46f8f816bc3b: Waiting 01:40:40 93b61091891f: Waiting 01:40:40 aa168da1d23b: Waiting 01:40:40 36b3adc4ff6f: Verifying Checksum 01:40:40 36b3adc4ff6f: Download complete 01:40:40 46f8f816bc3b: Download complete 01:40:40 df20fa9351a1: Download complete 01:40:40 93b9cdb0e59b: Verifying Checksum 01:40:40 93b9cdb0e59b: Download complete 01:40:40 93b61091891f: Download complete 01:40:40 5e14af77c1be: Verifying Checksum 01:40:40 5e14af77c1be: Download complete 01:40:40 01666e4c0597: Verifying Checksum 01:40:40 01666e4c0597: Download complete 01:40:41 df20fa9351a1: Pull complete 01:40:41 36b3adc4ff6f: Pull complete 01:40:41 8ad3a11d3b57: Verifying Checksum 01:40:41 8ad3a11d3b57: Download complete 01:40:42 8ad3a11d3b57: Pull complete 01:40:43 46f8f816bc3b: Pull complete 01:40:44 aa168da1d23b: Verifying Checksum 01:40:44 aa168da1d23b: Download complete 01:40:45 93b61091891f: Pull complete 01:40:45 93b9cdb0e59b: Pull complete 01:40:45 5e14af77c1be: Pull complete 01:40:46 01666e4c0597: Pull complete 01:40:52 aa168da1d23b: Pull complete 01:40:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:40:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:40:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:40:52 prd-centos7-docker-4c-2g-25140 does not seem to be running inside a container 01:40:52 $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:40:56 $ docker top 6366240f2ba1caff8cffdec43caab902637fe43d9727921782b0cf06948fd6bd -eo pid,comm [Pipeline] { [Pipeline] sh 01:40:57 + touch /tmp/pre-build-complete [Pipeline] sh 01:40:57 + mkdir -p /var/log/sa [Pipeline] sh 01:40:57 + ls /var/log/sa-host 01:40:57 + sadf -c /var/log/sa-host/sa05 01:40:57 file_magic: OK 01:40:57 HZ: Using current value: 100 01:40:57 file_header: OK 01:40:57 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 01:40:57 Statistics: 01:40:57 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... 01:40:57 File successfully converted to sysstat format version 12.2.1 01:40:57 + sadf -c /var/log/sa-host/sa23 01:40:57 file_magic: OK 01:40:57 HZ: Using current value: 100 01:40:57 file_header: OK 01:40:57 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 01:40:57 Statistics: 01:40:57 Hnuu...uuuununununu... 01:40:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:40:58 provisioning config files... 01:40:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config8271302407627281835tmp [Pipeline] { [Pipeline] echo 01:40:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:40:59 ---> create-netrc.sh [Pipeline] } 01:40:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:40:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:40:59 ---> python-tools-install.sh [Pipeline] echo 01:40:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:40:59 ---> sudo-logs.sh 01:40:59 Archiving 'sudo' log.. [Pipeline] echo 01:40:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:41:00 ---> job-cost.sh 01:41:00 lf-activate-venv: SKIPPING 01:41:00 INFO: No Stack... 01:41:01 INFO: Retrieving Pricing Info for: v1-standard-2 01:41:01 INFO: Archiving Costs [Pipeline] echo 01:41:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:41:01 ---> logs-deploy.sh 01:41:01 lf-activate-venv: SKIPPING 01:41:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/11 01:41:01 INFO: archiving workspace using pattern(s): 01:41:03 Archives upload complete. 01:41:03 INFO: archiving logs to Nexus 01:41:04 ---> uname -a: 01:41:04 Linux prd-centos7-docker-4c-2g-25140.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:41:04 01:41:04 01:41:04 ---> lscpu: 01:41:04 Architecture: x86_64 01:41:04 CPU op-mode(s): 32-bit, 64-bit 01:41:04 Byte Order: Little Endian 01:41:04 Address sizes: 40 bits physical, 48 bits virtual 01:41:04 CPU(s): 4 01:41:04 On-line CPU(s) list: 0-3 01:41:04 Thread(s) per core: 1 01:41:04 Core(s) per socket: 1 01:41:04 Socket(s): 4 01:41:04 NUMA node(s): 1 01:41:04 Vendor ID: GenuineIntel 01:41:04 CPU family: 6 01:41:04 Model: 44 01:41:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:41:04 Stepping: 1 01:41:04 CPU MHz: 2933.442 01:41:04 BogoMIPS: 5866.88 01:41:04 Virtualization: VT-x 01:41:04 Hypervisor vendor: KVM 01:41:04 Virtualization type: full 01:41:04 L1d cache: 128 KiB 01:41:04 L1i cache: 128 KiB 01:41:04 L2 cache: 16 MiB 01:41:04 L3 cache: 64 MiB 01:41:04 NUMA node0 CPU(s): 0-3 01:41:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:41:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:41:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:41:04 Vulnerability Meltdown: Mitigation; PTI 01:41:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:41:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:41:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:41:04 Vulnerability Srbds: Not affected 01:41:04 Vulnerability Tsx async abort: Not affected 01:41:04 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 01:41:04 01:41:04 01:41:04 ---> nproc: 01:41:04 4 01:41:04 01:41:04 01:41:04 ---> df -h: 01:41:04 Filesystem Size Used Available Use% Mounted on 01:41:04 overlay 50.0G 11.7G 38.3G 23% / 01:41:04 tmpfs 64.0M 0 64.0M 0% /dev 01:41:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:41:04 shm 64.0M 0 64.0M 0% /dev/shm 01:41:04 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 01:41:04 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 01:41:04 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 01:41:04 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 01:41:04 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 01:41:04 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 01:41:04 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 01:41:04 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 01:41:04 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/11 01:41:04 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/11@tmp 01:41:04 01:41:04 01:41:04 ---> free -m: 01:41:04 total used free shared buff/cache available 01:41:04 Mem: 1837 711 116 0 1008 1042 01:41:04 Swap: 1023 38 985 01:41:04 01:41:04 01:41:04 ---> ip addr: 01:41:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:41:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:41:04 inet 127.0.0.1/8 scope host lo 01:41:04 valid_lft forever preferred_lft forever 01:41:04 inet6 ::1/128 scope host 01:41:04 valid_lft forever preferred_lft forever 01:41:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:41:04 link/ether fa:16:3e:8d:48:81 brd ff:ff:ff:ff:ff:ff 01:41:04 inet 10.30.123.233/23 brd 10.30.123.255 scope global dynamic eth0 01:41:04 valid_lft 85127sec preferred_lft 85127sec 01:41:04 inet6 fe80::f816:3eff:fe8d:4881/64 scope link 01:41:04 valid_lft forever preferred_lft forever 01:41:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:41:04 link/ether 02:42:cd:0b:41:47 brd ff:ff:ff:ff:ff:ff 01:41:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:41:04 valid_lft forever preferred_lft forever 01:41:04 inet6 fe80::42:cdff:fe0b:4147/64 scope link 01:41:04 valid_lft forever preferred_lft forever 01:41:04 01:41:04 01:41:04 ---> sar -b -r -n DEV: 01:41:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 01:41:04 01:41:04 01:19:40 LINUX RESTART (4 CPU) 01:41:04 01:41:04 01:20:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:41:04 01:21:01 146.49 50.14 96.35 0.00 8411.71 41218.22 0.00 01:41:04 01:22:01 287.54 105.73 181.81 0.00 7093.16 51902.38 0.00 01:41:04 01:23:01 202.60 91.91 110.68 0.00 3323.51 14815.72 0.00 01:41:04 01:24:01 131.73 64.52 67.21 0.00 3410.97 6925.26 0.00 01:41:04 01:25:02 258.33 88.39 169.94 0.00 29971.48 104583.36 0.00 01:41:04 01:26:02 3366.12 3005.29 360.84 0.00 195270.32 207293.23 0.00 01:41:04 01:27:01 519.24 308.55 210.68 0.00 18520.51 37968.74 0.00 01:41:04 01:28:02 2366.08 2026.51 339.58 0.00 124632.07 153853.89 0.00 01:41:04 01:29:01 950.48 649.60 300.88 0.00 44954.05 71329.21 0.00 01:41:04 01:30:01 70.53 14.93 55.60 0.00 2950.16 3763.69 0.00 01:41:04 01:31:01 1.37 0.02 1.35 0.00 0.53 19.80 0.00 01:41:04 01:32:01 0.37 0.02 0.35 0.00 0.27 5.41 0.00 01:41:04 01:33:01 0.27 0.00 0.27 0.00 0.00 2.90 0.00 01:41:04 01:34:02 0.33 0.02 0.32 0.00 0.53 3.38 0.00 01:41:04 01:35:01 1.98 1.68 0.30 0.00 56.64 4.51 0.00 01:41:04 01:36:01 0.88 0.07 0.82 0.00 1.87 15.44 0.00 01:41:04 01:37:01 0.27 0.00 0.27 0.00 0.00 2.60 0.00 01:41:04 01:38:01 0.15 0.00 0.15 0.00 0.00 1.90 0.00 01:41:04 01:39:01 0.38 0.02 0.37 0.00 0.27 5.16 0.00 01:41:04 01:40:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 01:41:04 Average: 416.15 321.22 94.92 0.00 21994.81 34786.31 0.00 01:41:04 01:41:04 01:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:41:04 01:21:01 74620 0 743952 39.54 2620 1060352 1433212 48.91 643964 958824 20 01:41:04 01:22:01 115208 0 683108 36.31 1500 1081728 1295020 44.20 629828 838944 100764 01:41:04 01:23:01 162980 0 779576 41.43 880 938108 1835164 62.63 707004 724772 60696 01:41:04 01:24:01 245712 0 766540 40.74 760 868532 1521708 51.93 648804 692344 51948 01:41:04 01:25:02 75716 0 800592 42.55 28 1005208 2253716 76.92 724252 862744 17048 01:41:04 01:26:02 77724 0 811480 43.13 0 992340 2326576 79.40 776152 800460 68976 01:41:04 01:27:01 330464 0 793804 42.19 0 757276 2127652 72.61 607540 693408 0 01:41:04 01:28:02 103588 0 713336 37.91 0 1064620 1731544 59.09 742884 807624 996 01:41:04 01:29:01 191316 0 668092 35.51 0 1022136 1341332 45.78 463756 981684 8 01:41:04 01:30:01 163096 0 624012 33.16 0 1094436 1193720 40.74 487944 988236 8 01:41:04 01:31:01 166372 0 620736 32.99 0 1094436 1165844 39.79 485048 987864 8 01:41:04 01:32:01 166852 0 620248 32.96 0 1094444 1158648 39.54 484472 987796 8 01:41:04 01:33:01 167120 0 619968 32.95 0 1094456 1158744 39.55 484680 987796 8 01:41:04 01:34:02 167408 0 619692 32.94 0 1094444 1158648 39.54 484340 987796 8 01:41:04 01:35:01 165620 0 620456 32.98 0 1095468 1158756 39.55 485412 988036 16 01:41:04 01:36:01 165560 0 620516 32.98 0 1095468 1158732 39.55 485528 988052 8 01:41:04 01:37:01 165620 0 620440 32.98 0 1095484 1158768 39.55 485580 988060 16 01:41:04 01:38:01 165108 0 620948 33.00 0 1095488 1158744 39.55 485552 988060 12 01:41:04 01:39:01 165912 0 620132 32.96 0 1095500 1158648 39.54 485256 988072 20 01:41:04 01:40:01 165672 0 620368 32.97 0 1095504 1158648 39.54 485364 988068 8 01:41:04 Average: 160083 0 679400 36.11 289 1041771 1432691 48.90 564168 911432 15029 01:41:04 01:41:04 01:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:41:04 01:21:01 eth0 1826.66 1552.97 6480.34 212.21 0.00 0.00 0.00 0.00 01:41:04 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:21:01 vethd7839aa 869.82 781.73 83.07 2723.59 0.00 0.00 0.00 0.00 01:41:04 01:21:01 docker0 869.82 781.59 71.18 2723.58 0.00 0.00 0.00 0.00 01:41:04 01:22:01 eth0 464.95 412.23 3667.94 44.81 0.00 0.00 0.00 0.00 01:41:04 01:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:22:01 docker0 156.08 167.91 11.17 827.56 0.00 0.00 0.00 0.00 01:41:04 01:23:01 vethf09c6cd 0.72 0.85 0.06 0.07 0.00 0.00 0.00 0.00 01:41:04 01:23:01 eth0 51.81 35.98 35.53 70.86 0.00 0.00 0.00 0.00 01:41:04 01:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:23:01 docker0 0.72 0.72 0.05 0.06 0.00 0.00 0.00 0.00 01:41:04 01:24:01 vethf09c6cd 1.51 1.51 0.12 0.12 0.00 0.00 0.00 0.00 01:41:04 01:24:01 eth0 23.51 12.57 18.07 9.65 0.00 0.00 0.00 0.00 01:41:04 01:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:24:01 docker0 1.51 1.51 0.10 0.12 0.00 0.00 0.00 0.00 01:41:04 01:25:02 eth0 227.15 188.98 1683.27 78.72 0.00 0.00 0.00 0.00 01:41:04 01:25:02 veth8ffbc83 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:41:04 01:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:26:02 eth0 44.36 20.87 162.39 9.08 0.00 0.00 0.00 0.00 01:41:04 01:26:02 veth8ffbc83 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 01:41:04 01:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:26:02 docker0 10.95 24.92 0.57 146.75 0.00 0.00 0.00 0.00 01:41:04 01:27:01 eth0 68.83 47.81 227.52 62.00 0.00 0.00 0.00 0.00 01:41:04 01:27:01 veth8ffbc83 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 01:41:04 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:27:01 docker0 19.39 30.80 1.06 163.18 0.00 0.00 0.00 0.00 01:41:04 01:28:02 eth0 49.18 23.92 90.18 17.26 0.00 0.00 0.00 0.00 01:41:04 01:28:02 veth8ffbc83 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:41:04 01:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:28:02 docker0 3.64 9.93 0.19 57.97 0.00 0.00 0.00 0.00 01:41:04 01:29:01 eth0 262.25 187.17 1743.35 91.74 0.00 0.00 0.00 0.00 01:41:04 01:29:01 veth8ffbc83 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 01:41:04 01:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:29:01 docker0 50.46 95.84 2.73 466.10 0.00 0.00 0.00 0.00 01:41:04 01:30:01 eth0 57.90 45.53 76.47 63.14 0.00 0.00 0.00 0.00 01:41:04 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:30:01 docker0 11.47 15.47 1.12 58.70 0.00 0.00 0.00 0.00 01:41:04 01:31:01 eth0 0.25 0.13 0.14 0.07 0.00 0.00 0.00 0.00 01:41:04 01:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:32:01 eth0 0.52 0.10 0.06 0.01 0.00 0.00 0.00 0.00 01:41:04 01:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:33:01 eth0 0.63 0.32 0.28 0.20 0.00 0.00 0.00 0.00 01:41:04 01:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:34:02 eth0 0.88 0.08 0.08 0.01 0.00 0.00 0.00 0.00 01:41:04 01:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:35:01 eth0 0.51 0.32 0.27 0.20 0.00 0.00 0.00 0.00 01:41:04 01:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:36:01 eth0 1.03 0.28 0.23 0.08 0.00 0.00 0.00 0.00 01:41:04 01:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:37:01 eth0 1.10 0.42 0.33 0.18 0.00 0.00 0.00 0.00 01:41:04 01:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:38:01 eth0 0.55 0.27 0.31 0.23 0.00 0.00 0.00 0.00 01:41:04 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:39:01 eth0 0.08 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:41:04 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:40:01 eth0 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 Average: eth0 152.93 125.52 705.64 32.87 0.00 0.00 0.00 0.00 01:41:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:41:04 Average: docker0 55.58 55.85 4.36 220.09 0.00 0.00 0.00 0.00 01:41:04 01:41:04 01:41:04 ---> sar -P ALL: 01:41:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 01:41:04 01:41:04 01:19:40 LINUX RESTART (4 CPU) 01:41:04 01:41:04 01:20:02 CPU %user %nice %system %iowait %steal %idle 01:41:04 01:21:01 all 19.96 0.00 9.78 4.31 0.10 65.84 01:41:04 01:21:01 0 20.60 0.00 12.68 5.13 0.11 61.48 01:41:04 01:21:01 1 18.99 0.00 7.49 2.99 0.09 70.45 01:41:04 01:21:01 2 18.45 0.00 10.36 4.97 0.10 66.11 01:41:04 01:21:01 3 21.82 0.00 8.64 4.18 0.10 65.25 01:41:04 01:22:01 all 13.52 0.00 10.11 5.19 0.06 71.12 01:41:04 01:22:01 0 17.84 0.00 12.08 6.74 0.05 63.29 01:41:04 01:22:01 1 11.53 0.00 8.99 6.34 0.09 73.06 01:41:04 01:22:01 2 11.13 0.00 10.03 4.52 0.09 74.23 01:41:04 01:22:01 3 13.60 0.00 9.35 3.17 0.03 73.85 01:41:04 01:23:01 all 48.34 0.00 13.04 6.41 0.05 32.16 01:41:04 01:23:01 0 47.70 0.00 12.76 5.19 0.05 34.29 01:41:04 01:23:01 1 47.68 0.00 13.06 6.79 0.05 32.41 01:41:04 01:23:01 2 47.40 0.00 13.43 5.56 0.05 33.56 01:41:04 01:23:01 3 50.55 0.00 12.91 8.09 0.05 28.41 01:41:04 01:24:01 all 40.02 0.00 12.94 2.80 0.07 44.17 01:41:04 01:24:01 0 38.24 0.00 12.95 3.66 0.05 45.10 01:41:04 01:24:01 1 42.15 0.00 12.72 1.62 0.10 43.41 01:41:04 01:24:01 2 39.30 0.00 12.73 4.92 0.07 42.98 01:41:04 01:24:01 3 40.42 0.00 13.34 0.99 0.05 45.20 01:41:04 01:25:02 all 22.69 0.00 16.36 5.74 0.07 55.15 01:41:04 01:25:02 0 22.18 0.00 15.82 7.46 0.09 54.46 01:41:04 01:25:02 1 22.34 0.00 16.75 4.92 0.05 55.94 01:41:04 01:25:02 2 23.46 0.00 16.84 6.02 0.05 53.63 01:41:04 01:25:02 3 22.80 0.00 16.01 4.55 0.09 56.56 01:41:04 01:26:02 all 22.71 0.00 29.04 24.70 0.15 23.40 01:41:04 01:26:02 0 22.28 0.00 28.71 24.01 0.16 24.84 01:41:04 01:26:02 1 21.56 0.00 29.28 24.62 0.12 24.42 01:41:04 01:26:02 2 22.62 0.00 29.19 24.05 0.16 23.98 01:41:04 01:26:02 3 24.39 0.00 28.99 26.16 0.14 20.32 01:41:04 01:27:01 all 52.25 0.00 15.54 15.97 0.05 16.19 01:41:04 01:27:01 0 51.49 0.00 16.10 18.77 0.05 13.59 01:41:04 01:27:01 1 52.20 0.00 15.13 12.04 0.05 20.57 01:41:04 01:27:01 2 51.76 0.00 15.15 11.69 0.07 21.33 01:41:04 01:27:01 3 53.51 0.00 15.78 21.19 0.02 9.50 01:41:04 01:28:02 all 33.15 0.00 25.02 20.02 0.08 21.73 01:41:04 01:28:02 0 32.56 0.00 24.27 21.30 0.09 21.78 01:41:04 01:28:02 1 33.36 0.00 24.28 21.52 0.09 20.75 01:41:04 01:28:02 2 32.92 0.00 25.29 17.70 0.09 24.00 01:41:04 01:28:02 3 33.76 0.00 26.23 19.56 0.07 20.37 01:41:04 01:29:01 all 29.73 0.00 17.14 17.18 0.07 35.88 01:41:04 01:29:01 0 28.44 0.00 17.57 17.05 0.07 36.86 01:41:04 01:29:01 1 30.53 0.00 17.50 18.26 0.09 33.62 01:41:04 01:29:01 2 30.01 0.00 16.72 19.77 0.05 33.45 01:41:04 01:29:01 3 29.93 0.00 16.76 13.62 0.05 39.63 01:41:04 01:30:01 all 4.62 0.00 2.69 2.45 0.02 90.21 01:41:04 01:30:01 0 5.32 0.00 2.52 4.13 0.02 88.02 01:41:04 01:30:01 1 5.25 0.00 2.90 3.60 0.02 88.23 01:41:04 01:30:01 2 2.63 0.00 2.46 0.25 0.02 94.65 01:41:04 01:30:01 3 5.31 0.00 2.90 1.84 0.02 89.94 01:41:04 01:31:01 all 0.16 0.00 0.03 0.00 0.00 99.81 01:41:04 01:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:41:04 01:31:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:41:04 01:31:01 2 0.52 0.00 0.02 0.00 0.00 99.47 01:41:04 01:31:01 3 0.05 0.00 0.05 0.00 0.00 99.90 01:41:04 01:41:04 01:31:01 CPU %user %nice %system %iowait %steal %idle 01:41:04 01:32:01 all 0.16 0.00 0.05 0.00 0.00 99.79 01:41:04 01:32:01 0 0.02 0.00 0.05 0.00 0.00 99.93 01:41:04 01:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 01:41:04 01:32:01 2 0.53 0.00 0.05 0.00 0.00 99.42 01:41:04 01:32:01 3 0.05 0.00 0.05 0.00 0.00 99.90 01:41:04 01:33:01 all 0.15 0.00 0.03 0.00 0.00 99.82 01:41:04 01:33:01 0 0.03 0.00 0.03 0.00 0.00 99.93 01:41:04 01:33:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:41:04 01:33:01 2 0.10 0.00 0.03 0.00 0.00 99.87 01:41:04 01:33:01 3 0.42 0.00 0.03 0.00 0.00 99.55 01:41:04 01:34:02 all 0.16 0.00 0.04 0.00 0.01 99.79 01:41:04 01:34:02 0 0.02 0.00 0.02 0.00 0.02 99.95 01:41:04 01:34:02 1 0.07 0.00 0.05 0.00 0.02 99.87 01:41:04 01:34:02 2 0.02 0.00 0.05 0.00 0.00 99.93 01:41:04 01:34:02 3 0.53 0.00 0.05 0.00 0.00 99.42 01:41:04 01:35:01 all 0.14 0.00 0.06 0.02 0.00 99.77 01:41:04 01:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 01:41:04 01:35:01 1 0.05 0.00 0.07 0.00 0.00 99.88 01:41:04 01:35:01 2 0.02 0.00 0.10 0.08 0.00 99.80 01:41:04 01:35:01 3 0.49 0.00 0.03 0.00 0.02 99.46 01:41:04 01:36:01 all 0.16 0.00 0.02 0.00 0.00 99.82 01:41:04 01:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:41:04 01:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:41:04 01:36:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:41:04 01:36:01 3 0.53 0.00 0.03 0.00 0.00 99.43 01:41:04 01:37:01 all 0.14 0.00 0.03 0.00 0.00 99.83 01:41:04 01:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:41:04 01:37:01 1 0.02 0.00 0.03 0.00 0.00 99.95 01:41:04 01:37:01 2 0.03 0.00 0.05 0.00 0.00 99.92 01:41:04 01:37:01 3 0.52 0.00 0.02 0.00 0.00 99.47 01:41:04 01:38:01 all 0.16 0.00 0.02 0.00 0.00 99.82 01:41:04 01:38:01 0 0.05 0.00 0.03 0.00 0.00 99.92 01:41:04 01:38:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:41:04 01:38:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:41:04 01:38:01 3 0.52 0.00 0.02 0.00 0.00 99.47 01:41:04 01:39:01 all 0.15 0.00 0.03 0.01 0.00 99.81 01:41:04 01:39:01 0 0.02 0.00 0.03 0.00 0.00 99.95 01:41:04 01:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:41:04 01:39:01 2 0.03 0.00 0.02 0.02 0.00 99.93 01:41:04 01:39:01 3 0.53 0.00 0.03 0.02 0.00 99.42 01:41:04 01:40:01 all 0.05 0.00 0.03 0.00 0.00 99.93 01:41:04 01:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:41:04 01:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:41:04 01:40:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:41:04 01:40:01 3 0.10 0.00 0.05 0.00 0.00 99.85 01:41:04 Average: all 14.03 0.00 7.39 5.07 0.04 73.48 01:41:04 Average: 0 13.96 0.00 7.57 5.50 0.04 72.93 01:41:04 Average: 1 13.91 0.00 7.22 4.97 0.04 73.86 01:41:04 Average: 2 13.63 0.00 7.42 4.81 0.04 74.11 01:41:04 Average: 3 14.63 0.00 7.34 4.99 0.03 73.01 01:41:04 01:41:04 01:41:04