Pull request #3179 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from e54cfd9c710957aad988883a971c997414681ca3+a8b212ab85f9eb20ce60342de555149da787e9ca (8c11444f78afc4bff7d533cbd5b12c711a53592e) 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 ‘prd-centos7-docker-4c-2g-27199’ is offline Running on prd-centos7-docker-4c-2g-27200 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 a8b212ab85f9eb20ce60342de555149da787e9ca into PR head commit e54cfd9c710957aad988883a971c997414681ca3 > 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/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e54cfd9c710957aad988883a971c997414681ca3 # timeout=10 Merge succeeded, producing e54cfd9c710957aad988883a971c997414681ca3 Checking out Revision e54cfd9c710957aad988883a971c997414681ca3 (PR-3179) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a8b212ab85f9eb20ce60342de555149da787e9ca # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e54cfd9c710957aad988883a971c997414681ca3 # timeout=10 Commit message: "fix: address Lenny's PR feedback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:21:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # timeout=10 [Pipeline] withCredentials 22:21:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:21:36 ========================================================= 22:21:36 EdgeX Global Pipelines Version Info 22:21:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:21:38 ------------------- 22:21:38 stable info: 22:21:38 ------------------- 22:21:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:21:38 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:21:38 Message: update stable to v1.0.179 22:21:39 ------------------- 22:21:39 experimental info: 22:21:39 ------------------- 22:21:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:21:39 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:21:39 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:21:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:21:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:21:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:21:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:21:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:21:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:21:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:21:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:21:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:21:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:21:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:21:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:21:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:21:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:21:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:21:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:21:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:21:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:21:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:21:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:21:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:21:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:21:41 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:21:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3179 [Pipeline] echo 22:21:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3179 [Pipeline] echo 22:21:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3179 [Pipeline] echo 22:21:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e54cfd9c710957aad988883a971c997414681ca3 [Pipeline] echo 22:21:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e54cfd9 [Pipeline] echo 22:21:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:21:42 provisioning config files... 22:21:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1256702572422947058tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:21:42 ---> docker-login.sh 22:21:42 nexus3.edgexfoundry.org:10001 22:21:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:43 Configure a credential helper to remove this warning. See 22:21:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:43 22:21:43 Login Succeeded 22:21:43 nexus3.edgexfoundry.org:10002 22:21:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:43 Configure a credential helper to remove this warning. See 22:21:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:43 22:21:43 Login Succeeded 22:21:43 nexus3.edgexfoundry.org:10003 22:21:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:43 Configure a credential helper to remove this warning. See 22:21:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:43 22:21:43 Login Succeeded 22:21:43 nexus3.edgexfoundry.org:10004 22:21:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:43 Configure a credential helper to remove this warning. See 22:21:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:43 22:21:43 Login Succeeded 22:21:43 docker.io 22:21:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:44 Configure a credential helper to remove this warning. See 22:21:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:44 22:21:44 Login Succeeded 22:21:44 ---> docker-login.sh ends [Pipeline] } 22:21:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:21:44 ++ 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 22:21:44 + for file in '`ls cmd/**/Dockerfile`' 22:21:44 ++ dirname cmd/core-command/Dockerfile 22:21:44 ++ cut -d/ -f2 22:21:44 + echo core-command,cmd/core-command/Dockerfile 22:21:44 + for file in '`ls cmd/**/Dockerfile`' 22:21:44 ++ dirname cmd/core-data/Dockerfile 22:21:44 ++ cut -d/ -f2 22:21:44 + echo core-data,cmd/core-data/Dockerfile 22:21:44 + for file in '`ls cmd/**/Dockerfile`' 22:21:44 ++ dirname cmd/core-metadata/Dockerfile 22:21:44 ++ cut -d/ -f2 22:21:44 + echo core-metadata,cmd/core-metadata/Dockerfile 22:21:44 + for file in '`ls cmd/**/Dockerfile`' 22:21:44 ++ dirname cmd/security-bootstrapper/Dockerfile 22:21:44 ++ cut -d/ -f2 22:21:44 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:21:44 + for file in '`ls cmd/**/Dockerfile`' 22:21:44 ++ dirname cmd/security-proxy-setup/Dockerfile 22:21:44 ++ cut -d/ -f2 22:21:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:21:44 + for file in '`ls cmd/**/Dockerfile`' 22:21:44 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:21:44 ++ cut -d/ -f2 22:21:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:21:44 + for file in '`ls cmd/**/Dockerfile`' 22:21:44 ++ dirname cmd/support-notifications/Dockerfile 22:21:44 ++ cut -d/ -f2 22:21:44 + echo support-notifications,cmd/support-notifications/Dockerfile 22:21:44 + for file in '`ls cmd/**/Dockerfile`' 22:21:44 ++ dirname cmd/support-scheduler/Dockerfile 22:21:44 ++ cut -d/ -f2 22:21:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:21:44 + for file in '`ls cmd/**/Dockerfile`' 22:21:44 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:21:44 ++ cut -d/ -f2 22:21:44 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:21:44 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 22:21:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:21:45 22:21:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:21:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:21:46 latest: Pulling from edgex-devops/git-semver 22:21:46 31603596830f: Pulling fs layer 22:21:46 2a8b12db71e7: Pulling fs layer 22:21:46 6ca5941a6612: Pulling fs layer 22:21:46 ecc8261a40a4: Pulling fs layer 22:21:46 ecc8261a40a4: Waiting 22:21:46 2a8b12db71e7: Verifying Checksum 22:21:46 2a8b12db71e7: Download complete 22:21:46 31603596830f: Verifying Checksum 22:21:46 31603596830f: Download complete 22:21:46 6ca5941a6612: Verifying Checksum 22:21:46 6ca5941a6612: Download complete 22:21:46 ecc8261a40a4: Verifying Checksum 22:21:46 ecc8261a40a4: Download complete 22:21:46 31603596830f: Pull complete 22:21:47 2a8b12db71e7: Pull complete 22:21:48 6ca5941a6612: Pull complete 22:21:48 ecc8261a40a4: Pull complete 22:21:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:21:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:21:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:21:48 prd-centos7-docker-4c-2g-27200 does not seem to be running inside a container 22:21:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10004/edgex-devops/git-semver:latest cat 22:21:50 $ docker top 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:21:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:21:50 [ssh-agent] Looking for ssh-agent implementation... 22:21:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:21:51 $ docker exec 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 ssh-agent 22:21:51 SSH_AUTH_SOCK=/tmp/ssh-crDGIZnw9oGG/agent.11 22:21:51 SSH_AGENT_PID=16 22:21:51 Running ssh-add (command line suppressed) 22:21:51 Identity added: /w/workspace/edgex-go/5@tmp/private_key_4214217567811285696.key (/w/workspace/edgex-go/5@tmp/private_key_4214217567811285696.key) 22:21:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:21:51 + git tag --points-at HEAD [Pipeline] } 22:21:51 $ docker exec --env ******** --env ******** 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 ssh-agent -k 22:21:52 unset SSH_AUTH_SOCK; 22:21:52 unset SSH_AGENT_PID; 22:21:52 echo Agent pid 16 killed; 22:21:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:21:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:21:52 [ssh-agent] Looking for ssh-agent implementation... 22:21:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:21:52 $ docker exec 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 ssh-agent 22:21:52 SSH_AUTH_SOCK=/tmp/ssh-K9FSf8B22CoT/agent.44 22:21:52 SSH_AGENT_PID=50 22:21:52 Running ssh-add (command line suppressed) 22:21:52 Identity added: /w/workspace/edgex-go/5@tmp/private_key_1921711912835371879.key (/w/workspace/edgex-go/5@tmp/private_key_1921711912835371879.key) 22:21:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:21:53 + git semver init 22:21:53 # -> Open(): unable to determine branch for HEAD 22:21:53 # $GIT_DIR = /w/workspace/edgex-go/5/.git 22:21:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 22:21:53 # $SEMVER_REMOTE_NAME = origin 22:21:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:21:53 # $SEMVER_USER_NAME = edgex-jenkins 22:21:53 # $SEMVER_BRANCH = PR-3179 22:21:53 # $SEMVER_TEMP = /tmp/semver-068910044 22:21:53 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:22:11 # '/tmp/semver-068910044' -> '/w/workspace/edgex-go/5/.semver' 22:22:11 # -> Force: false 22:22:11 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 22:22:11 $ docker exec --env ******** --env ******** 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 ssh-agent -k 22:22:11 unset SSH_AUTH_SOCK; 22:22:11 unset SSH_AGENT_PID; 22:22:11 echo Agent pid 50 killed; 22:22:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:22:12 + git semver [Pipeline] } 22:22:12 $ docker stop --time=1 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 22:22:14 $ docker rm -f 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 [Pipeline] // withDockerContainer [Pipeline] sh 22:22:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:22:15 Stashed 1 file(s) [Pipeline] echo 22:22:15 [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 22:22:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:22:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:22:16 + sudo service docker restart 22:22:16 + true 22:22:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:22:17 ========================================================= 22:22:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:22:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:22:17 + 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 . 22:22:20 Sending build context to Docker daemon 328MB 22:22:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:22:20 Step 2/6 : FROM ${BASE} 22:22:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:22:21 188c0c94c7c5: Pulling fs layer 22:22:21 0ef7d3d256c8: Pulling fs layer 22:22:21 de9db76c5a1d: Pulling fs layer 22:22:21 bca2f99d35d6: Pulling fs layer 22:22:21 93359f2a8cfa: Pulling fs layer 22:22:21 7c6f9722023f: Pulling fs layer 22:22:21 a35cf1a2eb13: Pulling fs layer 22:22:21 93359f2a8cfa: Waiting 22:22:21 7c6f9722023f: Waiting 22:22:21 a35cf1a2eb13: Waiting 22:22:21 bca2f99d35d6: Waiting 22:22:21 de9db76c5a1d: Verifying Checksum 22:22:21 de9db76c5a1d: Download complete 22:22:21 0ef7d3d256c8: Verifying Checksum 22:22:21 0ef7d3d256c8: Download complete 22:22:21 93359f2a8cfa: Verifying Checksum 22:22:21 93359f2a8cfa: Download complete 22:22:21 7c6f9722023f: Verifying Checksum 22:22:21 7c6f9722023f: Download complete 22:22:21 188c0c94c7c5: Verifying Checksum 22:22:21 188c0c94c7c5: Download complete 22:22:21 188c0c94c7c5: Pull complete 22:22:22 0ef7d3d256c8: Pull complete 22:22:22 de9db76c5a1d: Pull complete 22:22:24 a35cf1a2eb13: Verifying Checksum 22:22:24 a35cf1a2eb13: Download complete 22:22:24 bca2f99d35d6: Verifying Checksum 22:22:24 bca2f99d35d6: Download complete 22:22:29 bca2f99d35d6: Pull complete 22:22:29 93359f2a8cfa: Pull complete 22:22:29 7c6f9722023f: Pull complete 22:22:30 Still waiting to schedule task 22:22:30 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 22:22:35 a35cf1a2eb13: Pull complete 22:22:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:22:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:22:35 ---> a62c8e92a672 22:22: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 22:22:35 ---> Running in 12beed7164b1 22:22:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:38 (1/12) Installing libmagic (5.38-r0) 22:22:38 (2/12) Installing file (5.38-r0) 22:22:38 (3/12) Installing libc-dev (0.7.2-r3) 22:22:38 (4/12) Installing g++ (9.3.0-r2) 22:22:44 (5/12) Installing fortify-headers (1.1-r0) 22:22:44 (6/12) Installing patch (2.7.6-r6) 22:22:44 (7/12) Installing build-base (0.5-r2) 22:22:44 (8/12) Installing libsodium (1.0.18-r0) 22:22:44 (9/12) Installing pkgconf (1.7.2-r0) 22:22:44 (10/12) Installing libsodium-dev (1.0.18-r0) 22:22:44 (11/12) Installing libzmq (4.3.3-r0) 22:22:45 (12/12) Installing zeromq-dev (4.3.3-r0) 22:22:45 Executing busybox-1.31.1-r19.trigger 22:22:45 OK: 233 MiB in 51 packages 22:22:49 Removing intermediate container 12beed7164b1 22:22:49 ---> 65d55343f757 22:22:49 Step 4/6 : WORKDIR /edgex-go 22:22:49 ---> Running in 58987306a9cd 22:22:49 Removing intermediate container 58987306a9cd 22:22:49 ---> f5471bb0926b 22:22:49 Step 5/6 : COPY go.mod . 22:22:49 ---> 36dab99ae186 22:22:49 Step 6/6 : RUN go mod download 22:22:49 ---> Running in 01b2d7ce0023 22:23:11 Removing intermediate container 01b2d7ce0023 22:23:11 ---> bb2e0d710ff9 22:23:11 Successfully built bb2e0d710ff9 22:23:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:23:12 + docker inspect -f . ci-base-image-x86_64 22:23:12 . [Pipeline] withDockerContainer 22:23:12 prd-centos7-docker-4c-2g-27200 does not seem to be running inside a container 22:23:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** -e ******** ci-base-image-x86_64 cat 22:23:13 $ docker top 6218c9f31c6f8303ca0d1692eab96cf80018a0a2a4de274c43cef7b08b5a6d2c -eo pid,comm [Pipeline] { [Pipeline] sh 22:23:13 + go version 22:23:13 go version go1.15.5 linux/amd64 [Pipeline] } 22:23:13 $ docker stop --time=1 6218c9f31c6f8303ca0d1692eab96cf80018a0a2a4de274c43cef7b08b5a6d2c 22:23:15 $ docker rm -f 6218c9f31c6f8303ca0d1692eab96cf80018a0a2a4de274c43cef7b08b5a6d2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:23:16 + docker inspect -f . ci-base-image-x86_64 22:23:16 . [Pipeline] withDockerContainer 22:23:16 prd-centos7-docker-4c-2g-27200 does not seem to be running inside a container 22:23:16 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** -e ******** ci-base-image-x86_64 cat 22:23:17 $ docker top 938e7c6e3545de2367d83cde36185e89ea71c75fabcaa324fab1a4ca8ca8b7cb -eo pid,comm [Pipeline] { [Pipeline] echo 22:23:17 ========================================================= 22:23:17 [edgeXBuildGoParallel] Running Tests and Build... 22:23:17 ========================================================= [Pipeline] sh 22:23:18 + make test 22:23:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:23:28 ? github.com/edgexfoundry/edgex-go [no test files] 22:23:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:23:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:23:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:23:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:23:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:23:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:23:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:23:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:23:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:23:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:23:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:23:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:23:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:23:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.169s coverage: 45.9% of statements 22:23:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:23:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:23:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:23:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:23:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:23:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:23:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 22:23:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.083s coverage: 100.0% of statements 22:24:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.228s coverage: 27.1% of statements 22:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:24:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 22:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:24:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 22:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:24:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 65.8% of statements 22:24:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:24:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:24:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.484s coverage: 82.3% of statements 22:24:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:24:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:24:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:24:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:24:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.378s coverage: 28.6% of statements 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:24:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:24:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:24:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 86.7% of statements 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:24:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:24:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:24:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27201 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws 22:24:05 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 22:24:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.408s coverage: 92.8% of statements 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:24:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:24:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements 22:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 79.5% of statements 22:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 22:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.156s coverage: 96.3% of statements 22:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements 22:24:10 using credential edgex-jenkins-ssh 22:24:10 Cloning the remote Git repository 22:24:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:24:11 > git init /w/workspace/edgex-go/5 # timeout=10 22:24:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:24:11 > git --version # timeout=10 22:24:11 > git --version # 'git version 2.17.1' 22:24:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:24:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:24:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.036s coverage: 94.4% of statements 22:24:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 22:24:27 Merging remotes/origin/master commit a8b212ab85f9eb20ce60342de555149da787e9ca into PR head commit e54cfd9c710957aad988883a971c997414681ca3 22:24:27 Merge succeeded, producing e54cfd9c710957aad988883a971c997414681ca3 22:24:27 Checking out Revision e54cfd9c710957aad988883a971c997414681ca3 (PR-3179) 22:24:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:24:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:24:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:24:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:24:26 using GIT_SSH to set credentials SSH Credentials for GitHub 22:24:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:24:27 > git config core.sparsecheckout # timeout=10 22:24:27 > git checkout -f e54cfd9c710957aad988883a971c997414681ca3 # timeout=10 22:24:27 > git remote # timeout=10 22:24:27 > git config --get remote.origin.url # timeout=10 22:24:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:24:27 > git merge a8b212ab85f9eb20ce60342de555149da787e9ca # timeout=10 22:24:27 > git rev-parse HEAD^{commit} # timeout=10 22:24:27 > git config core.sparsecheckout # timeout=10 22:24:27 > git checkout -f e54cfd9c710957aad988883a971c997414681ca3 # timeout=10 22:24:31 Commit message: "fix: address Lenny's PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.067s coverage: 92.9% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.091s coverage: 84.6% of statements 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 62.4% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 68.9% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 36.6% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.167s coverage: 47.0% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.116s coverage: 89.4% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.723s coverage: 29.1% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.066s coverage: 92.9% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 22:24:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 22:24:33 GO111MODULE=on go vet ./... 22:24:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:24:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:24:34 + true 22:24:34 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:24:37 provisioning config files... 22:24:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config698405502928360715tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:24:37 ---> docker-login.sh 22:24:37 nexus3.edgexfoundry.org:10001 22:24:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:38 Configure a credential helper to remove this warning. See 22:24:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:38 22:24:38 Login Succeeded 22:24:38 nexus3.edgexfoundry.org:10002 22:24:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:39 Configure a credential helper to remove this warning. See 22:24:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:39 22:24:39 Login Succeeded 22:24:39 nexus3.edgexfoundry.org:10003 22:24:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:39 Configure a credential helper to remove this warning. See 22:24:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:39 22:24:39 Login Succeeded 22:24:39 nexus3.edgexfoundry.org:10004 22:24:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:40 Configure a credential helper to remove this warning. See 22:24:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:40 22:24:40 Login Succeeded 22:24:40 docker.io 22:24:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:41 Configure a credential helper to remove this warning. See 22:24:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:41 22:24:41 Login Succeeded 22:24:41 ---> docker-login.sh ends [Pipeline] } 22:24:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:24:41 ========================================================= 22:24:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:24:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:24:41 + 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 . 22:24:44 Sending build context to Docker daemon 166.4MB 22:24:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:24:44 Step 2/6 : FROM ${BASE} 22:24:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:24:44 5f621e34cdf4: Pulling fs layer 22:24:44 a4357932f1b6: Pulling fs layer 22:24:44 18c013af1878: Pulling fs layer 22:24:44 00ac8860ef70: Pulling fs layer 22:24:44 63d7cb157983: Pulling fs layer 22:24:44 b116817d02f9: Pulling fs layer 22:24:44 745a02a5169b: Pulling fs layer 22:24:44 00ac8860ef70: Waiting 22:24:44 63d7cb157983: Waiting 22:24:44 b116817d02f9: Waiting 22:24:44 745a02a5169b: Waiting 22:24:44 18c013af1878: Verifying Checksum 22:24:44 18c013af1878: Download complete 22:24:44 a4357932f1b6: Verifying Checksum 22:24:44 a4357932f1b6: Download complete 22:24:44 63d7cb157983: Download complete 22:24:45 b116817d02f9: Verifying Checksum 22:24:45 b116817d02f9: Download complete 22:24:45 5f621e34cdf4: Verifying Checksum 22:24:45 5f621e34cdf4: Download complete 22:24:45 5f621e34cdf4: Pull complete 22:24:46 a4357932f1b6: Pull complete 22:24:47 18c013af1878: Pull complete 22:24:47 745a02a5169b: Download complete 22:24:48 00ac8860ef70: Verifying Checksum 22:24:48 00ac8860ef70: Download complete 22:24:58 00ac8860ef70: Pull complete 22:24:58 63d7cb157983: Pull complete 22:24:59 b116817d02f9: Pull complete 22:24:59 gofmt -l . 22:24:59 [ "`gofmt -l .`" = "" ] 22:24:59 ./bin/test-go-mod-tidy.sh 22:25:00 ./bin/test-attribution-txt.sh [Pipeline] sh 22:25:01 + ls -al . 22:25:01 total 708 22:25:01 drwxrwxr-x 10 1001 1001 4096 Feb 22 22:25 . 22:25:01 drwxr-xr-x 4 root root 28 Feb 22 22:23 .. 22:25:01 -rw-rw-r-- 1 1001 1001 11 Feb 22 22:21 .dockerignore 22:25:01 drwxrwxr-x 8 1001 1001 179 Feb 22 22:21 .git 22:25:01 drwxrwxr-x 3 1001 1001 125 Feb 22 22:21 .github 22:25:01 -rw-rw-r-- 1 1001 1001 818 Feb 22 22:21 .gitignore 22:25:01 drwx------ 3 1001 1001 60 Feb 22 22:22 .semver 22:25:01 -rw-rw-r-- 1 1001 1001 166 Feb 22 22:21 .sonarcloud.properties 22:25:01 -rw-rw-r-- 1 1001 1001 8475 Feb 22 22:21 Attribution.txt 22:25:01 -rw-rw-r-- 1 1001 1001 3804 Feb 22 22:21 CONTRIBUTING.md 22:25:01 -rw-rw-r-- 1 1001 1001 931 Feb 22 22:21 Dockerfile.build 22:25:01 -rw-rw-r-- 1 1001 1001 863 Feb 22 22:21 Jenkinsfile 22:25:01 -rw-rw-r-- 1 1001 1001 10775 Feb 22 22:21 LICENSE 22:25:01 -rw-rw-r-- 1 1001 1001 5774 Feb 22 22:21 Makefile 22:25:01 -rw-rw-r-- 1 1001 1001 6524 Feb 22 22:21 README.md 22:25:01 -rw-rw-r-- 1 1001 1001 6755 Feb 22 22:21 SECURITY.md 22:25:01 -rw-rw-r-- 1 1001 1001 5 Feb 22 22:22 VERSION 22:25:01 -rw-rw-r-- 1 1001 1001 4131 Feb 22 22:21 ZMQWindows.md 22:25:01 drwxrwxr-x 2 1001 1001 117 Feb 22 22:21 bin 22:25:01 drwxrwxr-x 14 1001 1001 4096 Feb 22 22:21 cmd 22:25:01 -rw-r--r-- 1 root root 594620 Feb 22 22:24 coverage.out 22:25:01 -rw-r--r-- 1 root root 1055 Feb 22 22:24 go.mod 22:25:01 -rw-r--r-- 1 root root 21410 Feb 22 22:24 go.sum 22:25:01 drwxrwxr-x 8 1001 1001 127 Feb 22 22:21 internal 22:25:01 drwxrwxr-x 4 1001 1001 26 Feb 22 22:21 openapi 22:25:01 drwxrwxr-x 4 1001 1001 71 Feb 22 22:21 snap 22:25:01 -rw-rw-r-- 1 1001 1001 168 Feb 22 22:21 version.go [Pipeline] sh 22:25:01 + '[' -e coverage.out ] 22:25:01 + chown 1001:1001 coverage.out [Pipeline] stash 22:25:01 Stashed 1 file(s) [Pipeline] sh 22:25:01 + make build 22:25:01 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 22:25:03 745a02a5169b: Pull complete 22:25:03 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:25:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:25:03 ---> b7e6874047d6 22:25:03 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 22:25:06 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 22:25:06 ---> Running in 457815f92b36 22:25:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:25:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:25:09 (1/12) Installing libmagic (5.38-r0) 22:25:09 (2/12) Installing file (5.38-r0) 22:25:09 (3/12) Installing libc-dev (0.7.2-r3) 22:25:09 (4/12) Installing g++ (9.3.0-r2) 22:25:14 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 22:25:14 (5/12) Installing fortify-headers (1.1-r0) 22:25:14 (6/12) Installing patch (2.7.6-r6) 22:25:14 (7/12) Installing build-base (0.5-r2) 22:25:14 (8/12) Installing libsodium (1.0.18-r0) 22:25:14 (9/12) Installing pkgconf (1.7.2-r0) 22:25:14 (10/12) Installing libsodium-dev (1.0.18-r0) 22:25:14 (11/12) Installing libzmq (4.3.3-r0) 22:25:14 (12/12) Installing zeromq-dev (4.3.3-r0) 22:25:14 Executing busybox-1.31.1-r19.trigger 22:25:14 OK: 217 MiB in 51 packages 22:25:15 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 22:25:17 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 22:25: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 22:25:19 Removing intermediate container 457815f92b36 22:25:19 ---> c9290f569f81 22:25:19 Step 4/6 : WORKDIR /edgex-go 22:25:19 ---> Running in 06b88b6592e3 22:25:19 Removing intermediate container 06b88b6592e3 22:25:19 ---> 122c2b11a0b0 22:25:19 Step 5/6 : COPY go.mod . 22:25:19 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 22:25:19 ---> 3a804f1d1ca2 22:25:19 Step 6/6 : RUN go mod download 22:25:19 ---> Running in 2a8b64b62c49 22:25:20 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 22:25:22 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 22:25:23 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 22:25:24 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 22:25:25 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] } 22:25:27 $ docker stop --time=1 938e7c6e3545de2367d83cde36185e89ea71c75fabcaa324fab1a4ca8ca8b7cb 22:25:29 $ docker rm -f 938e7c6e3545de2367d83cde36185e89ea71c75fabcaa324fab1a4ca8ca8b7cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:25:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:25:33 22:25:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:25:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:25:33 latest: Pulling from edgex-devops/edgex-compose 22:25:33 cbdbe7a5bc2a: Pulling fs layer 22:25:33 ca9280d653b3: Pulling fs layer 22:25:33 7e9c9ca2126c: Pulling fs layer 22:25:33 cbdbe7a5bc2a: Download complete 22:25:34 cbdbe7a5bc2a: Pull complete 22:25:34 ca9280d653b3: Verifying Checksum 22:25:34 ca9280d653b3: Download complete 22:25:35 7e9c9ca2126c: Download complete 22:25:35 ca9280d653b3: Pull complete 22:25:42 7e9c9ca2126c: Pull complete 22:25:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:25:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:25:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:25:42 prd-centos7-docker-4c-2g-27200 does not seem to be running inside a container 22:25:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:25:45 $ docker top 24d4dafc0a6731ef1e7882ff25bcb84a66f73bfbc6cbf2ea2c0083c143f1b519 -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:45 + docker-compose build --help 22:25:45 + grep parallel 22:25:46 --parallel Build images in parallel. [Pipeline] } 22:25:46 $ docker stop --time=1 24d4dafc0a6731ef1e7882ff25bcb84a66f73bfbc6cbf2ea2c0083c143f1b519 22:25:48 $ docker rm -f 24d4dafc0a6731ef1e7882ff25bcb84a66f73bfbc6cbf2ea2c0083c143f1b519 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:25:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:25:49 . [Pipeline] withDockerContainer 22:25:49 prd-centos7-docker-4c-2g-27200 does not seem to be running inside a container 22:25:49 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:25:50 $ docker top 174ccd645f3095441e51f5dc805fefc76b372d85ea8a7843852ec6eee4842104 -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:50 + docker-compose -f ./docker-compose-build.yml build --parallel 22:25:51 Building docker-core-command-go ... 22:25:51 Building docker-core-data-go ... 22:25:51 Building docker-core-metadata-go ... 22:25:51 Building docker-security-bootstrapper-go ... 22:25:51 Building docker-security-proxy-setup-go ... 22:25:51 Building docker-security-secretstore-setup-go ... 22:25:51 Building docker-support-notifications-go ... 22:25:51 Building docker-support-scheduler-go ... 22:25:51 Building docker-sys-mgmt-agent-go ... 22:25:51 Building docker-security-proxy-setup-go 22:25:51 Building docker-core-metadata-go 22:25:51 Building docker-support-scheduler-go 22:25:51 Building docker-security-bootstrapper-go 22:25:51 Building docker-support-notifications-go 22:25:52 Removing intermediate container 2a8b64b62c49 22:25:52 ---> 38f4a2e8a8ca 22:25:52 Successfully built 38f4a2e8a8ca 22:25:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:25:52 + docker inspect -f . ci-base-image-arm64 22:25:52 . [Pipeline] withDockerContainer 22:25:52 prd-ubuntu18.04-docker-arm64-4c-16g-27201 does not seem to be running inside a container 22:25:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 22:25:54 $ docker top 15ad7c4036c13580f82c032eecb4c2ccc0b983c7480a1be75c5a33138ff292bd -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:55 + go version 22:25:55 go version go1.15.5 linux/arm64 [Pipeline] } 22:25:55 $ docker stop --time=1 15ad7c4036c13580f82c032eecb4c2ccc0b983c7480a1be75c5a33138ff292bd 22:25:57 $ docker rm -f 15ad7c4036c13580f82c032eecb4c2ccc0b983c7480a1be75c5a33138ff292bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:25:58 + docker inspect -f . ci-base-image-arm64 22:25:58 . [Pipeline] withDockerContainer 22:25:58 prd-ubuntu18.04-docker-arm64-4c-16g-27201 does not seem to be running inside a container 22:25:58 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 22:26:00 $ docker top 282feddbfced5d1eb265c63b35a792ac4ea4cce3fecb63d9f08f059f3deccb84 -eo pid,comm [Pipeline] { [Pipeline] echo 22:26:00 ========================================================= 22:26:00 [edgeXBuildGoParallel] Running Tests and Build... 22:26:00 ========================================================= [Pipeline] sh 22:26:01 + make test 22:26:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:26:23 ? github.com/edgexfoundry/edgex-go [no test files] 22:26:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:26:24 ---> bb2e0d710ff9 22:26:24 Step 3/22 : WORKDIR /edgex-go 22:26:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:26:24 ---> bb2e0d710ff9 22:26:24 Step 3/23 : WORKDIR /edgex-go 22:26:24 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:24 Step 2/30 : FROM ${BUILDER_BASE} AS builder 22:26:24 ---> bb2e0d710ff9 22:26:24 Step 3/30 : WORKDIR /edgex-go 22:26:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:26:24 ---> bb2e0d710ff9 22:26:24 Step 3/21 : WORKDIR /edgex-go 22:26:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:26:24 ---> bb2e0d710ff9 22:26:24 Step 3/22 : WORKDIR /edgex-go 22:26:25 ---> Running in 19788c79ae69 22:26:25 ---> Running in c5eda9061ff5 22:26:25 ---> Running in 6cf1bc505626 22:26:25 ---> Running in 68a304a80bf3 22:26:25 ---> Running in a7a89291071c 22:26:25 Removing intermediate container 68a304a80bf3 22:26:25 ---> c8b61202901f 22:26:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:25 Removing intermediate container c5eda9061ff5 22:26:25 ---> 4dd625bad089 22:26:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:25 Removing intermediate container 19788c79ae69 22:26:25 ---> 09e1b6e6b7f0 22:26:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:26 Removing intermediate container 6cf1bc505626 22:26:26 ---> b5292a321d4a 22:26:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:26 Removing intermediate container a7a89291071c 22:26:26 ---> 88053867f88f 22:26:26 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:26 ---> Running in eba5ec0a31f4 22:26:26 ---> Running in 19bde802c532 22:26:26 ---> Running in 4f743d504f9f 22:26:26 ---> Running in 8e450ddcb8b9 22:26:26 ---> Running in 38aa40d55b2a 22:26:28 Removing intermediate container 8e450ddcb8b9 22:26:28 ---> 0159dfa47911 22:26:28 Step 5/22 : RUN apk add --update --no-cache make git 22:26:28 Removing intermediate container 19bde802c532 22:26:28 ---> dae9215fd218 22:26:28 Step 5/21 : RUN apk add --update --no-cache make git 22:26:28 Removing intermediate container eba5ec0a31f4 22:26:28 ---> db08751767ff 22:26:28 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:26:28 ---> Running in c1c76aaa49c1 22:26:28 ---> Running in 7b7c68f5a26d 22:26:28 ---> Running in d20ba1472812 22:26:28 Removing intermediate container 4f743d504f9f 22:26:28 ---> d023baedf35c 22:26:28 Step 5/23 : RUN apk add --update --no-cache make git 22:26:28 Removing intermediate container 38aa40d55b2a 22:26:28 ---> 1093d1889bc5 22:26:28 Step 5/30 : RUN apk add --update --no-cache make git 22:26:28 ---> Running in 443be162bfb0 22:26:28 ---> Running in 3d73625ad7f5 22:26:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:30 OK: 233 MiB in 51 packages 22:26:31 OK: 233 MiB in 51 packages 22:26:31 OK: 233 MiB in 51 packages 22:26:31 OK: 233 MiB in 51 packages 22:26:31 OK: 233 MiB in 51 packages 22:26:31 Removing intermediate container c1c76aaa49c1 22:26:31 ---> 5f70319d73a5 22:26:31 Step 6/22 : COPY go.mod . 22:26:31 Removing intermediate container 7b7c68f5a26d 22:26:31 ---> 0207fcb3424d 22:26:31 Step 6/21 : COPY go.mod . 22:26:31 ---> 117c75c010e6 22:26:31 Step 7/22 : RUN go mod download 22:26:32 ---> Running in 11c86db888ec 22:26:32 Removing intermediate container 443be162bfb0 22:26:32 ---> c4743af1287e 22:26:32 Step 6/23 : COPY go.mod . 22:26:32 Removing intermediate container 3d73625ad7f5 22:26:32 ---> 7069ffe64784 22:26:32 Step 6/30 : COPY go.mod . 22:26:32 ---> 240517cd0c62 22:26:32 Step 7/21 : RUN go mod download 22:26:32 Removing intermediate container d20ba1472812 22:26:32 ---> 21dfe2b74a66 22:26:32 Step 6/22 : COPY go.mod . 22:26:32 ---> Running in eea0ac237072 22:26:32 ---> 57e57f8b5aa6 22:26:32 Step 7/23 : RUN go mod download 22:26:33 ---> Running in a66114775898 22:26:33 ---> 05f3be661411 22:26:33 Step 7/22 : RUN go mod download 22:26:33 ---> 3e190356c204 22:26:33 Step 7/30 : RUN go mod download 22:26:33 ---> Running in 711cd611969c 22:26:33 ---> Running in 477e3faee25f 22:26:34 Removing intermediate container 11c86db888ec 22:26:34 ---> 53e5789c9aa7 22:26:34 Step 8/22 : COPY . . 22:26:35 Removing intermediate container eea0ac237072 22:26:35 ---> b20e0606bf9e 22:26:35 Step 8/21 : COPY . . 22:26:41 Removing intermediate container a66114775898 22:26:41 ---> 4347aa7266bc 22:26:41 Step 8/23 : COPY . . 22:26:41 Removing intermediate container 477e3faee25f 22:26:41 ---> 1fe21ece4a37 22:26:41 Step 8/30 : COPY . . 22:26:45 Removing intermediate container 711cd611969c 22:26:45 ---> 5c5e0e1f116d 22:26:45 Step 8/22 : COPY . . 22:27:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:27:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:27:24 ---> d17584cabfbe 22:27:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:27:24 ---> Running in aad4cd2ca91d 22:27:24 ---> 5fc4a3aeeab1 22:27:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:27:24 ---> f31297f2edf6 22:27:24 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:27:24 ---> 3d0efef0e10d 22:27:24 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:27:24 ---> Running in d46bf3b21ca8 22:27:24 ---> 69eb9ee8362e 22:27:24 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:27:24 ---> Running in 1c184d63585e 22:27:24 ---> Running in bd043e3078a6 22:27:24 ---> Running in e6f160fa2875 22:27:24 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 22:27:24 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 22:27:24 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 22:27:24 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 22:27:24 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 22:27:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:27:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:27:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:27:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:27:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:27:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:27:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:27:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:27:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:27:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:27:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:27:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.327s coverage: 45.9% of statements 22:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 22:27:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.255s coverage: 100.0% of statements 22:27:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.536s coverage: 27.1% of statements 22:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:27:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.092s coverage: 100.0% of statements 22:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:27:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 22:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:27:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.263s coverage: 65.8% of statements 22:27:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:27:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:27:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.670s coverage: 82.3% of statements 22:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:27:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:27:58 Removing intermediate container bd043e3078a6 22:27:58 ---> 29d445f7f2c0 22:27:58 22:27:58 Step 10/30 : FROM alpine:3.12 22:27:58 3.12: Pulling from library/alpine 22:27:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:27:59 Status: Downloaded newer image for alpine:3.12 22:27:59 ---> 389fef711851 22:27:59 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:28:00 ---> Running in 189183d2507c 22:28:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.163s coverage: 28.6% of statements 22:28:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:28:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:28:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:28:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:28:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:28:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements 22:28:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:28:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements 22:28:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:28:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements 22:28:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:28:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements 22:28:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:28:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.122s coverage: 78.3% of statements 22:28:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:28:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:28:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:28:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:28:04 Removing intermediate container d46bf3b21ca8 22:28:04 ---> b14dfaf94974 22:28:04 22:28:04 Step 10/21 : FROM alpine:3.12 22:28:04 ---> 389fef711851 22:28:04 Step 11/21 : RUN apk add --update --no-cache curl 22:28:04 Removing intermediate container 189183d2507c 22:28:04 ---> 86dd4bc2a5a6 22:28:04 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 22:28:04 Removing intermediate container aad4cd2ca91d 22:28:04 ---> 38bc983246dc 22:28:04 22:28:04 Step 10/22 : FROM alpine:3.12 22:28:04 ---> 389fef711851 22:28:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:28:04 Removing intermediate container 1c184d63585e 22:28:04 ---> 44571918fc01 22:28:04 22:28:04 Step 10/22 : FROM alpine:3.12 22:28:04 ---> 389fef711851 22:28:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:28:06 ---> Running in 3c0843866c41 22:28:06 ---> Running in ccb31f47d1be 22:28:06 ---> Running in 2a9c1d7681be 22:28:06 ---> Running in 985843b99cea 22:28:07 Removing intermediate container e6f160fa2875 22:28:07 ---> 9b13acd1bd09 22:28:07 22:28:07 Step 10/23 : FROM alpine:3.12 22:28:07 ---> 389fef711851 22:28:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:28:07 ---> Running in b8d593be7f78 22:28:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:08 (1/4) Installing ca-certificates (20191127-r4) 22:28:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:28:08 (3/4) Installing libcurl (7.69.1-r3) 22:28:08 (4/4) Installing curl (7.69.1-r3) 22:28:08 Executing busybox-1.31.1-r19.trigger 22:28:08 (1/2) Installing dumb-init (1.2.2-r1) 22:28:08 Executing ca-certificates-20191127-r4.trigger 22:28:08 (2/2) Installing su-exec (0.2-r1) 22:28:08 Executing busybox-1.31.1-r19.trigger 22:28:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:08 OK: 6 MiB in 16 packages 22:28:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:08 OK: 7 MiB in 18 packages 22:28:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:08 (1/2) Installing ca-certificates (20191127-r4) 22:28:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:08 (2/2) Installing dumb-init (1.2.2-r1) 22:28:08 Executing busybox-1.31.1-r19.trigger 22:28:08 Executing ca-certificates-20191127-r4.trigger 22:28:08 (1/1) Installing dumb-init (1.2.2-r1) 22:28:08 Executing busybox-1.31.1-r19.trigger 22:28:08 OK: 6 MiB in 15 packages 22:28:08 OK: 6 MiB in 16 packages 22:28:08 (1/1) Installing dumb-init (1.2.2-r1) 22:28:08 Executing busybox-1.31.1-r19.trigger 22:28:08 OK: 6 MiB in 15 packages 22:28:11 Removing intermediate container ccb31f47d1be 22:28:11 ---> 14cee37185fb 22:28:11 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 22:28:11 Removing intermediate container 3c0843866c41 22:28:11 ---> 6ce433bb0da9 22:28:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:28:11 ---> Running in b05388f5905d 22:28:11 Removing intermediate container 985843b99cea 22:28:11 ---> ec5eae052dcc 22:28:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:28:11 ---> Running in cbcbad2591f6 22:28:12 Removing intermediate container b8d593be7f78 22:28:12 ---> bc52ae2bffc0 22:28:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:28:12 Removing intermediate container 2a9c1d7681be 22:28:12 ---> 636f0574e8f6 22:28:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:28:12 Removing intermediate container b05388f5905d 22:28:12 ---> 20b08dedc0a8 22:28:12 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:28:12 ---> Running in 7f53206640db 22:28:12 ---> Running in 09fc23211da3 22:28:12 ---> Running in 18eef986fed7 22:28:12 ---> Running in 2828ff544f40 22:28:12 Removing intermediate container cbcbad2591f6 22:28:12 ---> 8bcd1d69e903 22:28:12 Step 13/21 : WORKDIR /edgex 22:28:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.128s coverage: 92.8% of statements 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:28:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:28:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.251s coverage: 0.1% of statements 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:28:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:28:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.097s coverage: 45.5% of statements 22:28:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements 22:28:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements 22:28:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 22:28:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.094s coverage: 87.5% of statements 22:28:12 Removing intermediate container 7f53206640db 22:28:12 ---> ae39993aaa50 22:28:12 Step 13/22 : ENV APP_PORT=48060 22:28:12 Removing intermediate container 09fc23211da3 22:28:12 ---> a632066eab02 22:28:12 Step 13/23 : ENV APP_PORT=48081 22:28:12 ---> Running in 4bcb0bf7d392 22:28:12 Removing intermediate container 18eef986fed7 22:28:12 ---> 40f3e8c2b07e 22:28:12 Step 13/22 : ENV APP_PORT=48085 22:28:13 ---> Running in b6d15c74f5e4 22:28:13 Removing intermediate container 2828ff544f40 22:28:13 ---> 715f7b97fd10 22:28:13 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:28:13 ---> Running in b78311edce21 22:28:13 ---> Running in b618520100bd 22:28:13 ---> Running in c999daf7fdcd 22:28:13 Removing intermediate container 4bcb0bf7d392 22:28:13 ---> f36409905b11 22:28:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:28:13 Removing intermediate container b6d15c74f5e4 22:28:13 ---> 346cc687daa3 22:28:13 Step 14/22 : EXPOSE $APP_PORT 22:28:13 Removing intermediate container b78311edce21 22:28:13 ---> d6487b16095b 22:28:13 Step 14/23 : EXPOSE $APP_PORT 22:28:13 Removing intermediate container b618520100bd 22:28:13 ---> abc230096074 22:28:13 Step 14/22 : EXPOSE $APP_PORT 22:28:13 ---> Running in e05c806fadc1 22:28:13 ---> Running in 4c8978fdb5c5 22:28:13 ---> Running in 855e5e0f36ac 22:28:13 ---> 81a79d2b87d1 22:28:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:28:14 Removing intermediate container e05c806fadc1 22:28:14 ---> 32e10f1bf374 22:28:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:14 Removing intermediate container 4c8978fdb5c5 22:28:14 ---> 8a84952f89a6 22:28:14 Step 15/23 : WORKDIR / 22:28:14 Removing intermediate container 855e5e0f36ac 22:28:14 ---> 88ef9460aa34 22:28:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:14 ---> Running in 95673a5e34f4 22:28:14 ---> 5537821e06f4 22:28:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:28:14 ---> eb12ecb105b2 22:28:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:28:14 ---> 8d3c1e5a0442 22:28:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:28:15 Removing intermediate container 95673a5e34f4 22:28:15 ---> 859883046f6d 22:28:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:15 Removing intermediate container c999daf7fdcd 22:28:15 ---> 4f84c8e7537e 22:28:15 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 22:28:15 ---> 7b27646eddbd 22:28:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:28:15 ---> fa65d8b0dfd2 22:28:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:28:15 ---> Running in da364b90697e 22:28:16 ---> 968ffd73e841 22:28:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:28:16 ---> Running in ce76c0ef4b4b 22:28:16 ---> ae9cfbc19d45 22:28:16 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:28:16 ---> bf769a239a0b 22:28:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:28:16 ---> Running in 8c4228bfd24b 22:28:16 Removing intermediate container da364b90697e 22:28:16 ---> 91ba921b151f 22:28:16 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:28:16 ---> b9a4598341c6 22:28:16 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:28:16 Removing intermediate container ce76c0ef4b4b 22:28:16 ---> 940f1bd378b8 22:28:16 Step 18/21 : CMD ["--init=true"] 22:28:17 ---> Running in 240b09dffdef 22:28:17 ---> Running in 81e769a4a96a 22:28:17 Removing intermediate container 8c4228bfd24b 22:28:17 ---> c1dff957fc67 22:28:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:17 ---> 952607048c6c 22:28:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:28:17 ---> e1036aabc04b 22:28:17 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:28:17 ---> Running in f2419ccfe0b1 22:28:17 ---> Running in cc2a19a6336e 22:28:17 Removing intermediate container 240b09dffdef 22:28:17 ---> 1e86c39eb165 22:28:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:17 Removing intermediate container 81e769a4a96a 22:28:17 ---> f99e4f4010cf 22:28:17 Step 19/21 : LABEL arch=x86_64 22:28:17 ---> dfdd9c4c4557 22:28:17 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:28:17 ---> Running in daee0ceafe74 22:28:17 ---> Running in f09ad6b19f81 22:28:17 ---> Running in 6f7991811fe3 22:28:17 Removing intermediate container f2419ccfe0b1 22:28:17 ---> 77720264679b 22:28:17 Step 20/22 : LABEL arch=x86_64 22:28:17 ---> Running in a7ef757ef994 22:28:18 Removing intermediate container 6f7991811fe3 22:28:18 ---> d10b8dc6cbbd 22:28:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:18 Removing intermediate container daee0ceafe74 22:28:18 ---> dbf0030f3993 22:28:18 Step 20/21 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:28:18 Removing intermediate container f09ad6b19f81 22:28:18 ---> 5eee56a3e8c9 22:28:18 Step 20/22 : LABEL arch=x86_64 22:28:18 Removing intermediate container a7ef757ef994 22:28:18 ---> 696c573d35b9 22:28:18 Step 21/22 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:28:18 ---> Running in fa41c5444f9d 22:28:18 ---> Running in 6ebe1ed1e4ff 22:28:18 ---> Running in 9538a6dc897d 22:28:18 ---> Running in c33ba70a42f5 22:28:18 Removing intermediate container fa41c5444f9d 22:28:18 ---> 5349e056e5ba 22:28:18 Step 21/23 : LABEL arch=x86_64 22:28:18 Removing intermediate container 6ebe1ed1e4ff 22:28:18 ---> a52f24937a17 22:28:18 Step 21/21 : LABEL version=0.0.0 22:28:18 ---> Running in 7266b0d1fbb1 22:28:18 Removing intermediate container c33ba70a42f5 22:28:18 ---> 3b54e4983e6b 22:28:18 Step 22/22 : LABEL version=0.0.0 22:28:18 Removing intermediate container 9538a6dc897d 22:28:18 ---> 7d72d98a9c70 22:28:18 Step 21/22 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:28:19 ---> Running in cee77e3e3374 22:28:19 ---> Running in a3d25cc5c595 22:28:19 ---> Running in 404c335163fb 22:28:19 Removing intermediate container 7266b0d1fbb1 22:28:19 ---> 3bbe69a18246 22:28:19 Step 22/23 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:28:19 Removing intermediate container cc2a19a6336e 22:28:19 ---> dd2575023a9b 22:28:19 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:19 ---> Running in 093d65fac636 22:28:19 Removing intermediate container cee77e3e3374 22:28:19 ---> fd641514d876 22:28:19 22:28:19 Removing intermediate container a3d25cc5c595 22:28:19 ---> 0445919f24ad 22:28:19 22:28:19 Removing intermediate container 404c335163fb 22:28:19 ---> 0098b61dc486 22:28:19 Step 22/22 : LABEL version=0.0.0 22:28:19 ---> Running in 3e0a9962af0e 22:28:19 Successfully built 0445919f24ad 22:28:19 Successfully built fd641514d876 22:28:19 Removing intermediate container 093d65fac636 22:28:19 ---> 26ed09e174ea 22:28:19 Step 23/23 : LABEL version=0.0.0 22:28:19 Successfully tagged docker-security-proxy-setup-go:latest 22:28:19 Successfully tagged docker-support-scheduler-go:latest 22:28:19 Building docker-sys-mgmt-agent-go 22:28:19  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 22:28:19 ---> 8ca13ffc3cb9 22:28:19  Building docker-support-scheduler-go ... done Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:28:19 ---> Running in ae4f967fdd64 22:28:20 Removing intermediate container 3e0a9962af0e 22:28:20 ---> 4d631a5078dd 22:28:20 22:28:20 Successfully built 4d631a5078dd 22:28:20 Successfully tagged docker-support-notifications-go:latest 22:28:20  Building docker-support-notifications-go ... done Building docker-core-data-go 22:28:20 Removing intermediate container ae4f967fdd64 22:28:20 ---> c723fe1de439 22:28:20 22:28:20 Successfully built c723fe1de439 22:28:20 ---> 8064800069ab 22:28:20 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:28:20 Successfully tagged docker-core-metadata-go:latest 22:28:20  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 22:28:21 ---> f35b4e3d1d1e 22:28:21 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:28:21 ---> 7f0e80d64c77 22:28:21 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 22:28:21 ---> Running in e780eae4a123 22:28:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements 22:28:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements 22:28:26 Removing intermediate container e780eae4a123 22:28:26 ---> 4bbe196955d4 22:28:26 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:28:27 ---> b01a86a9e742 22:28:27 Step 25/30 : RUN chmod +x /entrypoint.sh 22:28:29 ---> Running in 855e82ab06a1 22:28:32 Removing intermediate container 855e82ab06a1 22:28:32 ---> a958e9f2d19d 22:28:32 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 22:28:32 ---> Running in cdeb43dd8a1d 22:28:32 Removing intermediate container cdeb43dd8a1d 22:28:32 ---> 92569826ce5e 22:28:32 Step 27/30 : CMD ["gate"] 22:28:33 ---> Running in 11e67c4c0b20 22:28:33 Removing intermediate container 11e67c4c0b20 22:28:33 ---> 698a177ddddd 22:28:33 Step 28/30 : LABEL arch=x86_64 22:28:33 ---> Running in 0e4c8d150102 22:28:33 Removing intermediate container 0e4c8d150102 22:28:33 ---> 3b87fa8cc1f3 22:28:33 Step 29/30 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:28:33 ---> Running in 7427d9f3e1e6 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.139s coverage: 92.9% of statements 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.063s coverage: 77.8% of statements 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.113s coverage: 87.2% of statements 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.6% of statements 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.187s coverage: 91.6% of statements 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.535s coverage: 62.4% of statements 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 22:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.810s coverage: 68.9% of statements 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 36.6% of statements 22:28:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:28:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.080s coverage: 89.5% of statements 22:28:38 Removing intermediate container 7427d9f3e1e6 22:28:38 ---> 130840476949 22:28:38 Step 30/30 : LABEL version=0.0.0 22:28:38 ---> Running in 4ddfd1b0d425 22:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.453s coverage: 47.0% of statements 22:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.160s coverage: 100.0% of statements 22:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements 22:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.311s coverage: 89.4% of statements 22:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:28:44 Removing intermediate container 4ddfd1b0d425 22:28:44 ---> 13fa2c9a7e24 22:28:44 22:28:44 Successfully built 13fa2c9a7e24 22:28:44 Successfully tagged docker-security-bootstrapper-go:latest 22:28:48  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:28:48 ---> bb2e0d710ff9 22:28:48 Step 3/24 : WORKDIR /edgex-go 22:28:48 ---> Using cache 22:28:48 ---> 4dd625bad089 22:28:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:48 ---> Using cache 22:28:48 ---> dae9215fd218 22:28:48 Step 5/24 : RUN apk add --update --no-cache make git 22:28:48 ---> Using cache 22:28:48 ---> 0207fcb3424d 22:28:48 Step 6/24 : COPY go.mod . 22:28:48 ---> Using cache 22:28:48 ---> 240517cd0c62 22:28:48 Step 7/24 : RUN go mod download 22:28:48 ---> Using cache 22:28:48 ---> b20e0606bf9e 22:28:48 Step 8/24 : COPY . . 22:28:48 ---> Using cache 22:28:48 ---> 5fc4a3aeeab1 22:28:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:28:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:28:49 ---> bb2e0d710ff9 22:28:49 Step 3/23 : WORKDIR /edgex-go 22:28:49 ---> Using cache 22:28:49 ---> 4dd625bad089 22:28:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:49 ---> Using cache 22:28:49 ---> dae9215fd218 22:28:49 Step 5/23 : RUN apk add --update --no-cache make git 22:28:49 ---> Using cache 22:28:49 ---> 0207fcb3424d 22:28:49 Step 6/23 : COPY go.mod . 22:28:49 ---> Using cache 22:28:49 ---> 240517cd0c62 22:28:49 Step 7/23 : RUN go mod download 22:28:49 ---> Using cache 22:28:49 ---> b20e0606bf9e 22:28:49 Step 8/23 : COPY . . 22:28:49 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:28:49 ---> bb2e0d710ff9 22:28:49 Step 3/26 : WORKDIR /edgex-go 22:28:49 ---> Using cache 22:28:49 ---> 4dd625bad089 22:28:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:49 ---> Using cache 22:28:49 ---> dae9215fd218 22:28:49 Step 5/26 : RUN apk add --update --no-cache make bash git 22:28:49 ---> Using cache 22:28:49 ---> 5fc4a3aeeab1 22:28:49 Step 9/23 : RUN make cmd/core-command/core-command 22:28:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:28:49 ---> bb2e0d710ff9 22:28:49 Step 3/23 : WORKDIR /edgex-go 22:28:49 ---> Using cache 22:28:49 ---> 4dd625bad089 22:28:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:49 ---> Using cache 22:28:49 ---> dae9215fd218 22:28:49 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:28:50 ---> Running in 6e58288a8ded 22:28:50 ---> Running in 689a852bf863 22:28:50 ---> Running in 6b3bf91230f2 22:28:50 ---> Running in c054ff030351 22:28:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.135s coverage: 29.1% of statements 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:28:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:28:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:28:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.184s coverage: 92.9% of statements 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:28:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.068s coverage: 0.0% of statements 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:28:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:28:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:28:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:28:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 22:28:51 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 22:28:51 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 22:28:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements 22:28:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements 22:28:52 OK: 233 MiB in 51 packages 22:28:52 OK: 233 MiB in 51 packages 22:28:53 GO111MODULE=on go vet ./... 22:28:54 Removing intermediate container c054ff030351 22:28:54 ---> b52fd6bee51b 22:28:54 Step 6/23 : COPY go.mod . 22:28:54 Removing intermediate container 6e58288a8ded 22:28:54 ---> 8d19f9240ee7 22:28:54 Step 6/26 : COPY go.mod . 22:28:54 ---> b29bc7978402 22:28:54 Step 7/23 : RUN go mod download 22:28:54 ---> 7c2d1e1c78b2 22:28:54 Step 7/26 : RUN go mod download 22:28:54 ---> Running in 5a3af11475f4 22:28:54 ---> Running in 9bb28086c770 22:28:59 Removing intermediate container 9bb28086c770 22:28:59 ---> a9d85adead75 22:28:59 Step 8/26 : COPY . . 22:28:59 Removing intermediate container 5a3af11475f4 22:28:59 ---> cb62b5e10702 22:28:59 Step 8/23 : COPY . . 22:29: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 22:29:29 Removing intermediate container 689a852bf863 22:29:29 ---> c808bd4c28a4 22:29:29 22:29:29 Step 10/24 : FROM alpine:3.12 22:29:29 ---> 389fef711851 22:29:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:29:29 Removing intermediate container 6b3bf91230f2 22:29:29 ---> ebc7add9c93e 22:29:29 22:29:29 Step 10/23 : FROM alpine:3.12 22:29:29 ---> 389fef711851 22:29:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:29:29 ---> Using cache 22:29:29 ---> 636f0574e8f6 22:29:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:29:29 ---> Using cache 22:29:29 ---> 40f3e8c2b07e 22:29:29 Step 13/23 : ENV APP_PORT=48082 22:29:29 ---> b52e298a65da 22:29:29 Step 9/23 : RUN make cmd/core-data/core-data 22:29:29 ---> Running in a6cd633c75e2 22:29:29 ---> Running in 5dcfdb470d93 22:29:29 ---> Running in f783d721dfac 22:29:29 ---> fb354faee8d6 22:29:29 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:29:29 ---> Running in 1302ad11c7db 22:29:29 Removing intermediate container 5dcfdb470d93 22:29:29 ---> b6258c8b0783 22:29:29 Step 14/23 : EXPOSE $APP_PORT 22:29:29 ---> Running in 4231e5162a3f 22:29:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:29 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 22:29:29 Removing intermediate container 4231e5162a3f 22:29:29 ---> 6443f50885e6 22:29:29 Step 15/23 : WORKDIR / 22:29:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:29 ---> Running in 0d3a1a5e2c0c 22:29:29 (1/5) Installing ca-certificates (20191127-r4) 22:29:29 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:29:29 (3/5) Installing libcurl (7.69.1-r3) 22:29:29 (4/5) Installing curl (7.69.1-r3) 22:29:29 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 22:29:29 (5/5) Installing dumb-init (1.2.2-r1) 22:29:29 Executing busybox-1.31.1-r19.trigger 22:29:30 Executing ca-certificates-20191127-r4.trigger 22:29:30 OK: 7 MiB in 19 packages 22:29:30 Removing intermediate container 0d3a1a5e2c0c 22:29:30 ---> 9d1d31dd6dd9 22:29:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:30 ---> 494f9e22434f 22:29:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:29:31 Removing intermediate container a6cd633c75e2 22:29:31 ---> 45873b038bf3 22:29:31 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:29:32 ---> Running in 1123b73d6df9 22:29:32 ---> c8c0fd27b25c 22:29:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:29:32 Removing intermediate container 1123b73d6df9 22:29:32 ---> 978d04ddac95 22:29:32 Step 13/24 : WORKDIR / 22:29:32 ---> Running in 5dc9d70a15a7 22:29:32 ---> 6ae688dd887b 22:29:32 Step 19/23 : ENTRYPOINT ["/core-command"] 22:29:32 ---> Running in 2604fad4add8 22:29:32 Removing intermediate container 5dc9d70a15a7 22:29:32 ---> c0023307e461 22:29:32 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:29:33 Removing intermediate container 2604fad4add8 22:29:33 ---> ee55ec954ac9 22:29:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:29:33 ---> Running in 57d381823dd1 22:29:33 ---> 0f97e1f19ded 22:29:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:29:34 Removing intermediate container 57d381823dd1 22:29:34 ---> cd2f2a932e3f 22:29:34 Step 21/23 : LABEL arch=x86_64 22:29:34 ---> Running in e302bef7635a 22:29:34 ---> 15159af98b6a 22:29:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:29:34 Removing intermediate container e302bef7635a 22:29:34 ---> 0f0efd213a61 22:29:34 Step 22/23 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:29:34 ---> Running in 5e8575e678be 22:29:35 ---> b5c7833b4cb6 22:29:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:29:35 Removing intermediate container 5e8575e678be 22:29:35 ---> 7d4cf067b780 22:29:35 Step 23/23 : LABEL version=0.0.0 22:29:35 ---> Running in 1cc9d5be3c45 22:29:35 ---> 9b05a23efe72 22:29:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:29:35 Removing intermediate container 1cc9d5be3c45 22:29:35 ---> 30cacfa08531 22:29:35 22:29:36 Successfully built 30cacfa08531 22:29:36 Successfully tagged docker-core-command-go:latest 22:29:37  Building docker-core-command-go ... done  ---> 3e1703e53c7e 22:29:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:29:37 ---> d03d0e2c98ce 22:29:37 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/ 22:29:37 ---> Running in 8be821da8144 22:29:39 Removing intermediate container 8be821da8144 22:29:39 ---> 1562894a1df0 22:29:39 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:29:39 ---> Running in 278a03ac3464 22:29:39 Removing intermediate container 278a03ac3464 22:29:39 ---> 7064a41f4f76 22:29:39 Step 22/24 : LABEL arch=x86_64 22:29:39 ---> Running in d04c897657af 22:29:40 Removing intermediate container d04c897657af 22:29:40 ---> fea58f6b4b03 22:29:40 Step 23/24 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:29:40 ---> Running in 5913a176b245 22:29:41 Removing intermediate container 5913a176b245 22:29:41 ---> e0c228beadd0 22:29:41 Step 24/24 : LABEL version=0.0.0 22:29:41 ---> Running in 3e54c764dfd8 22:29:42 Removing intermediate container 3e54c764dfd8 22:29:42 ---> 057309b23df2 22:29:42 22:29:42 Successfully built 057309b23df2 22:29:42 Successfully tagged docker-security-secretstore-setup-go:latest 22:29:50  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1302ad11c7db 22:29:50 ---> bac24dd3c8c0 22:29:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:29:50 ---> Running in fbc0e69deb67 22:29:50 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 22:29:52 Removing intermediate container f783d721dfac 22:29:52 ---> 701d03e03fa0 22:29:52 22:29:52 Step 10/23 : FROM alpine:3.12 22:29:52 ---> 389fef711851 22:29:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:29:52 ---> Running in 4ce75a60e11d 22:29:52 Removing intermediate container fbc0e69deb67 22:29:52 ---> 37730a045fcf 22:29:52 22:29:52 Step 11/26 : FROM docker:20.10.0 22:29:52 Removing intermediate container 4ce75a60e11d 22:29:52 ---> 36f172e41fc6 22:29:52 Step 12/23 : ENV APP_PORT=48080 22:29:52 20.10.0: Pulling from library/docker 22:29:52 ---> Running in edabcc4a7c2b 22:29:53 Removing intermediate container edabcc4a7c2b 22:29:53 ---> b31abf08e062 22:29:53 Step 13/23 : EXPOSE $APP_PORT 22:29:53 ---> Running in b5c35d38c420 22:29:53 Removing intermediate container b5c35d38c420 22:29:53 ---> ee9251f00730 22:29:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:53 ---> Running in 7040a28cebe2 22:29:55 Removing intermediate container 7040a28cebe2 22:29:55 ---> 9c7dcb9f0b11 22:29:55 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:29:55 ---> Running in ad5394f32acc 22:29:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:57 (1/6) Installing dumb-init (1.2.2-r1) 22:29:57 (2/6) Installing libgcc (9.3.0-r2) 22:29:57 (3/6) Installing libsodium (1.0.18-r0) 22:29:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:29:57 (4/6) Installing libstdc++ (9.3.0-r2) 22:29:57 Status: Downloaded newer image for docker:20.10.0 22:29:57 ---> aefe523efa57 22:29:57 Step 12/26 : RUN apk add --no-cache bash 22:29:57 (5/6) Installing libzmq (4.3.3-r0) 22:29:57 ---> Running in c92b1124a3dc 22:29:57 (6/6) Installing zeromq (4.3.3-r0) 22:29:58 Executing busybox-1.31.1-r19.trigger 22:29:58 OK: 8 MiB in 20 packages 22:29:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:58 Removing intermediate container ad5394f32acc 22:29:58 ---> b5d97b390113 22:29:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:58 (1/2) Installing readline (8.0.4-r0) 22:29:58 (2/2) Installing bash (5.0.17-r0) 22:29:58 Executing bash-5.0.17-r0.post-install 22:29:58 Executing busybox-1.31.1-r19.trigger 22:29:58 OK: 12 MiB in 22 packages 22:29:58 ---> e0fdb797b3c3 22:29:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:29:59 Removing intermediate container c92b1124a3dc 22:29:59 ---> a0b8338742bc 22:29:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:30:00 ---> Running in 1bcbeb92e385 22:30:00 ---> 48ba00556072 22:30:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:30:00 Removing intermediate container 1bcbeb92e385 22:30:00 ---> 023b20089917 22:30:00 Step 14/26 : ENV APP_PORT=48090 22:30:00 ---> Running in dc8316c72c20 22:30:00 ---> 458aaada70e0 22:30:00 Step 19/23 : ENTRYPOINT ["/core-data"] 22:30:00 ---> Running in be3d2b8333ab 22:30:00 Removing intermediate container dc8316c72c20 22:30:00 ---> 65b3fe5b3e90 22:30:00 Step 15/26 : EXPOSE $APP_PORT 22:30:00 ---> Running in 89daaf2945e4 22:30:00 Removing intermediate container be3d2b8333ab 22:30:00 ---> 7b9c0f6189b6 22:30:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:00 ---> Running in 16f1c2cdd81c 22:30:00 Removing intermediate container 89daaf2945e4 22:30:00 ---> 386af0ce7bac 22:30:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:30:01 Removing intermediate container 16f1c2cdd81c 22:30:01 ---> ca73ff60481b 22:30:01 Step 21/23 : LABEL arch=x86_64 22:30:01 ---> Running in 691531ea7a13 22:30:01 ---> dbd26606b851 22:30:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:30:01 Removing intermediate container 691531ea7a13 22:30:01 ---> e835066c9ebe 22:30:01 Step 22/23 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:30:01 ---> Running in f155571bb468 22:30:01 ---> c6a0645a58ea 22:30:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:30:01 Removing intermediate container f155571bb468 22:30:01 ---> 046b51ec60c5 22:30:01 Step 23/23 : LABEL version=0.0.0 22:30:01 ---> Running in 539a0aec1c56 22:30:01 ---> 4ed9e843f85f 22:30:01 Removing intermediate container 539a0aec1c56 22:30:01 Step 19/26 : RUN apk --no-cache add py3-pip ---> 50fa06e614ed 22:30:01 22:30:01 22:30:02 ---> Running in c97334e326a3 22:30:02 Successfully built 50fa06e614ed 22:30:02 Successfully tagged docker-core-data-go:latest 22:30:02  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:03 (1/33) Installing libbz2 (1.0.8-r1) 22:30:03 (2/33) Installing expat (2.2.9-r1) 22:30:03 (3/33) Installing libffi (3.3-r2) 22:30:03 (4/33) Installing gdbm (1.13-r1) 22:30:03 (5/33) Installing xz-libs (5.2.5-r0) 22:30:03 (6/33) Installing sqlite-libs (3.32.1-r0) 22:30:03 (7/33) Installing python3 (3.8.5-r1) 22:30:04 (8/33) Installing py3-appdirs (1.4.4-r1) 22:30:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:30:04 (10/33) Installing py3-parsing (2.4.7-r0) 22:30:04 (11/33) Installing py3-six (1.15.0-r0) 22:30:04 (12/33) Installing py3-packaging (20.4-r0) 22:30:04 (13/33) Installing py3-setuptools (47.0.0-r0) 22:30:04 (14/33) Installing py3-chardet (3.0.4-r4) 22:30:04 (15/33) Installing py3-idna (2.9-r0) 22:30:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:30:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:30:04 (18/33) Installing py3-requests (2.23.0-r0) 22:30:04 (19/33) Installing py3-msgpack (1.0.0-r0) 22:30:04 (20/33) Installing py3-lockfile (0.12.2-r3) 22:30:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:30:04 (22/33) Installing py3-colorama (0.4.3-r0) 22:30:04 (23/33) Installing py3-distlib (0.3.0-r0) 22:30:04 (24/33) Installing py3-distro (1.5.0-r1) 22:30:04 (25/33) Installing py3-webencodings (0.5.1-r3) 22:30:04 (26/33) Installing py3-html5lib (1.0.1-r4) 22:30:04 (27/33) Installing py3-pytoml (0.1.21-r0) 22:30:04 (28/33) Installing py3-pep517 (0.8.2-r0) 22:30:04 (29/33) Installing py3-progress (1.5-r0) 22:30:04 (30/33) Installing py3-toml (0.10.1-r0) 22:30:04 (31/33) Installing py3-retrying (1.3.3-r0) 22:30:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:30:04 (33/33) Installing py3-pip (20.1.1-r0) 22:30:04 Executing busybox-1.31.1-r19.trigger 22:30:04 OK: 71 MiB in 55 packages 22:30:12 Removing intermediate container c97334e326a3 22:30:12 ---> 5e9ba6d84cf9 22:30:12 Step 20/26 : RUN pip install docker-compose==1.23.2 22:30:13 ---> Running in 8b707970ce05 22:30:14 Collecting docker-compose==1.23.2 22:30:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:30:14 Collecting texttable<0.10,>=0.9.0 22:30:14 Downloading texttable-0.9.1.tar.gz (11 kB) 22:30:14 gofmt -l . 22:30:14 [ "`gofmt -l .`" = "" ] 22:30:14 ./bin/test-go-mod-tidy.sh 22:30:14 ./bin/test-attribution-txt.sh [Pipeline] sh 22:30:15 Collecting websocket-client<1.0,>=0.32.0 22:30:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:30:15 Collecting jsonschema<3,>=2.5.1 22:30:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:30:15 Collecting cached-property<2,>=1.2.0 22:30:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:30:15 Collecting docker<4.0,>=3.6.0 22:30:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:30:15 + ls -al . 22:30:15 total 736 22:30:15 drwxrwxr-x 9 1001 1001 4096 Feb 22 22:30 . 22:30:15 drwxr-xr-x 4 root root 4096 Feb 22 22:25 .. 22:30:15 -rw-rw-r-- 1 1001 1001 11 Feb 22 22:24 .dockerignore 22:30:15 drwxrwxr-x 8 1001 1001 4096 Feb 22 22:24 .git 22:30:15 drwxrwxr-x 3 1001 1001 4096 Feb 22 22:24 .github 22:30:15 -rw-rw-r-- 1 1001 1001 818 Feb 22 22:24 .gitignore 22:30:15 -rw-rw-r-- 1 1001 1001 166 Feb 22 22:24 .sonarcloud.properties 22:30:15 -rw-rw-r-- 1 1001 1001 8475 Feb 22 22:24 Attribution.txt 22:30:15 -rw-rw-r-- 1 1001 1001 3804 Feb 22 22:24 CONTRIBUTING.md 22:30:15 -rw-rw-r-- 1 1001 1001 931 Feb 22 22:24 Dockerfile.build 22:30:15 -rw-rw-r-- 1 1001 1001 863 Feb 22 22:24 Jenkinsfile 22:30:15 -rw-rw-r-- 1 1001 1001 10775 Feb 22 22:24 LICENSE 22:30:15 -rw-rw-r-- 1 1001 1001 5774 Feb 22 22:24 Makefile 22:30:15 -rw-rw-r-- 1 1001 1001 6524 Feb 22 22:24 README.md 22:30:15 -rw-rw-r-- 1 1001 1001 6755 Feb 22 22:24 SECURITY.md 22:30:15 -rw-rw-r-- 1 1001 1001 5 Feb 22 22:22 VERSION 22:30:15 -rw-rw-r-- 1 1001 1001 4131 Feb 22 22:24 ZMQWindows.md 22:30:15 drwxrwxr-x 2 1001 1001 4096 Feb 22 22:24 bin 22:30:15 drwxrwxr-x 14 1001 1001 4096 Feb 22 22:24 cmd 22:30:15 -rw-r--r-- 1 root root 594620 Feb 22 22:28 coverage.out 22:30:15 -rw-r--r-- 1 root root 1055 Feb 22 22:30 go.mod 22:30:15 -rw-r--r-- 1 root root 21410 Feb 22 22:30 go.sum 22:30:15 drwxrwxr-x 8 1001 1001 4096 Feb 22 22:24 internal 22:30:15 drwxrwxr-x 4 1001 1001 4096 Feb 22 22:24 openapi 22:30:15 drwxrwxr-x 4 1001 1001 4096 Feb 22 22:24 snap 22:30:15 -rw-rw-r-- 1 1001 1001 168 Feb 22 22:24 version.go [Pipeline] sh 22:30:15 Collecting docopt<0.7,>=0.6.1 22:30:15 Downloading docopt-0.6.2.tar.gz (25 kB) 22:30:16 + '[' -e coverage.out ] 22:30:16 + chown 1001:1001 coverage.out [Pipeline] stash 22:30:16 Warning: overwriting stash ‘coverage-report’ 22:30:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:30:17 Collecting dockerpty<0.5,>=0.4.1 22:30:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:30:17 Stashed 1 file(s) [Pipeline] sh 22:30:17 Collecting PyYAML<4,>=3.10 22:30:17 Downloading PyYAML-3.13.tar.gz (270 kB) 22:30:18 + make build 22:30: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 22:30:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:30:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:30:18 Collecting docker-pycreds>=0.4.0 22:30:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:30:19 Collecting idna<2.8,>=2.5 22:30:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:30:19 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) 22:30:19 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) 22:30:19 Collecting urllib3<1.25,>=1.21.1 22:30:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:30:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:30:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:30:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:30:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:30:19 Installing collected packages: texttable, websocket-client, jsonschema, cached-property, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, PyYAML, docker-compose 22:30:19 Running setup.py install for texttable: started 22:30:19 Running setup.py install for texttable: finished with status 'done' 22:30:19 Attempting uninstall: idna 22:30:19 Found existing installation: idna 2.9 22:30:19 Uninstalling idna-2.9: 22:30:20 Successfully uninstalled idna-2.9 22:30:20 Attempting uninstall: urllib3 22:30:20 Found existing installation: urllib3 1.25.9 22:30:20 Uninstalling urllib3-1.25.9: 22:30:20 Successfully uninstalled urllib3-1.25.9 22:30:20 Attempting uninstall: requests 22:30:20 Found existing installation: requests 2.23.0 22:30:20 Uninstalling requests-2.23.0: 22:30:20 Successfully uninstalled requests-2.23.0 22:30:20 Running setup.py install for docopt: started 22:30:21 Running setup.py install for docopt: finished with status 'done' 22:30:21 Running setup.py install for dockerpty: started 22:30:21 Running setup.py install for dockerpty: finished with status 'done' 22:30:21 Running setup.py install for PyYAML: started 22:30:22 Running setup.py install for PyYAML: finished with status 'done' 22:30:22 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 22:30:25 Removing intermediate container 8b707970ce05 22:30:25 ---> cd8a18db4640 22:30:25 Step 21/26 : RUN apk --no-cache add curl 22:30:25 ---> Running in 9ab34fe1145c 22:30:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:30:26 (2/3) Installing libcurl (7.69.1-r3) 22:30:26 (3/3) Installing curl (7.69.1-r3) 22:30:26 Executing busybox-1.31.1-r19.trigger 22:30:26 OK: 72 MiB in 58 packages 22:30:26 Removing intermediate container 9ab34fe1145c 22:30:26 ---> 62c1d2556bd9 22:30:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:30:27 ---> Running in c26b7abc662d 22:30:27 Removing intermediate container c26b7abc662d 22:30:27 ---> 194dc008e669 22:30:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:27 ---> Running in 8d806cb3211e 22:30:27 Removing intermediate container 8d806cb3211e 22:30:27 ---> 823fb1d1e090 22:30:27 Step 24/26 : LABEL arch=x86_64 22:30:27 ---> Running in e601260d332e 22:30:27 Removing intermediate container e601260d332e 22:30:27 ---> bf64374f3b3b 22:30:27 Step 25/26 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:30:27 ---> Running in 8f9a9ce22964 22:30:27 Removing intermediate container 8f9a9ce22964 22:30:27 ---> 40fa9b7a8917 22:30:27 Step 26/26 : LABEL version=0.0.0 22:30:27 ---> Running in 73aa9802bc62 22:30:28 Removing intermediate container 73aa9802bc62 22:30:28 ---> fc8788178da5 22:30:28 22:30:28 Successfully built fc8788178da5 22:30:28 Successfully tagged docker-sys-mgmt-agent-go:latest 22:30:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:30:28  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:30:28 $ docker stop --time=1 174ccd645f3095441e51f5dc805fefc76b372d85ea8a7843852ec6eee4842104 22:30:30 $ docker rm -f 174ccd645f3095441e51f5dc805fefc76b372d85ea8a7843852ec6eee4842104 [Pipeline] // withDockerContainer [Pipeline] sh 22:30:31 + docker images 22:30:31 + grep docker 22:30:31 docker-sys-mgmt-agent-go latest fc8788178da5 4 seconds ago 313MB 22:30:31 docker-core-data-go latest 50fa06e614ed 30 seconds ago 22.4MB 22:30:31 docker-security-secretstore-setup-go latest 057309b23df2 50 seconds ago 24.9MB 22:30:31 docker-core-command-go latest 30cacfa08531 56 seconds ago 17MB 22:30:31 docker-security-bootstrapper-go latest 13fa2c9a7e24 About a minute ago 18.3MB 22:30:31 docker-core-metadata-go latest c723fe1de439 2 minutes ago 19MB 22:30:31 docker-security-proxy-setup-go latest fd641514d876 2 minutes ago 24.7MB 22:30:31 docker-support-scheduler-go latest 0445919f24ad 2 minutes ago 17.2MB 22:30:31 docker-support-notifications-go latest 4d631a5078dd 2 minutes ago 17.7MB 22:30:31 docker 20.10.0 aefe523efa57 2 months 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 22:30:47 Still waiting to schedule task 22:30:47 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:30: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 22:30:56 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 22:31:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:31:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:31:07 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 22:31:12 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 22:31:16 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 22:31:21 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 22:31:24 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 22:31: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 [Pipeline] } 22:31:34 $ docker stop --time=1 282feddbfced5d1eb265c63b35a792ac4ea4cce3fecb63d9f08f059f3deccb84 22:31:36 $ docker rm -f 282feddbfced5d1eb265c63b35a792ac4ea4cce3fecb63d9f08f059f3deccb84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:31:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:31:38 22:31:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:31:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:31:39 latest: Pulling from edgex-devops/edgex-compose-arm64 22:31:39 29e5d40040c1: Pulling fs layer 22:31:39 1ce36da41761: Pulling fs layer 22:31:39 25b303627fd3: Pulling fs layer 22:31:39 29e5d40040c1: Verifying Checksum 22:31:39 29e5d40040c1: Download complete 22:31:40 1ce36da41761: Verifying Checksum 22:31:40 1ce36da41761: Download complete 22:31:40 29e5d40040c1: Pull complete 22:31:40 Running on prd-ubuntu18.04-docker-8c-8g-27202 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws 22:31:40 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 22:31:42 1ce36da41761: Pull complete 22:31:42 25b303627fd3: Verifying Checksum 22:31:42 25b303627fd3: Download complete 22:31:44 using credential edgex-jenkins-ssh 22:31:45 Cloning the remote Git repository 22:31:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:31:45 > git init /w/workspace/edgex-go/5 # timeout=10 22:31:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:31:45 > git --version # timeout=10 22:31:45 > git --version # 'git version 2.17.1' 22:31:45 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:31:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:31:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:31:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:31:51 Merging remotes/origin/master commit a8b212ab85f9eb20ce60342de555149da787e9ca into PR head commit e54cfd9c710957aad988883a971c997414681ca3 22:31:51 Merge succeeded, producing e54cfd9c710957aad988883a971c997414681ca3 22:31:51 Checking out Revision e54cfd9c710957aad988883a971c997414681ca3 (PR-3179) 22:31:51 > git config core.sparsecheckout # timeout=10 22:31:51 > git checkout -f e54cfd9c710957aad988883a971c997414681ca3 # timeout=10 22:31:51 > git remote # timeout=10 22:31:51 > git config --get remote.origin.url # timeout=10 22:31:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:51 > git merge a8b212ab85f9eb20ce60342de555149da787e9ca # timeout=10 22:31:51 > git rev-parse HEAD^{commit} # timeout=10 22:31:51 > git config core.sparsecheckout # timeout=10 22:31:51 > git checkout -f e54cfd9c710957aad988883a971c997414681ca3 # timeout=10 22:31:53 25b303627fd3: Pull complete 22:31:53 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:31:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:31:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:31:53 prd-ubuntu18.04-docker-arm64-4c-16g-27201 does not seem to be running inside a container 22:31:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:31:55 Commit message: "fix: address Lenny's PR feedback" 22:31:56 $ docker top 6e0fbbdcbc17e832023812f48549edf26c5a04700b03303f71f9d08281230431 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:31:57 + docker-compose build --help 22:31:57 + grep parallel 22:31:57 + echo snap-build.sh 22:31:57 snap-build.sh 22:31:57 + SNAP_BASE_DIR=. 22:31:57 + '[' '!' -z /w/workspace/edgex-go/5 ']' 22:31:57 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 22:31:57 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 22:31:57 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 22:31:57 + cd /w/workspace/edgex-go/5 22:31:57 + sudo apt-get remove -qy --purge lxd lxd-client 22:31:57 Reading package lists... 22:31:57 Building dependency tree... 22:31:57 Reading state information... 22:31:57 The following packages were automatically installed and are no longer required: 22:31:57 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:31:57 uidmap xdelta3 22:31:57 Use 'sudo apt autoremove' to remove them. 22:31:57 The following packages will be REMOVED: 22:31:57 lxd* lxd-client* 22:31:58 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:31:58 After this operation, 31.7 MB disk space will be freed. 22:31:59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 22:31:59 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:32:00 Removing lxd dnsmasq configuration 22:32:00 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:32:00 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:32:00 --parallel Build images in parallel. [Pipeline] } 22:32:00 $ docker stop --time=1 6e0fbbdcbc17e832023812f48549edf26c5a04700b03303f71f9d08281230431 22:32:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:32:01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 22:32:01 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:32:02 $ docker rm -f 6e0fbbdcbc17e832023812f48549edf26c5a04700b03303f71f9d08281230431 [Pipeline] // withDockerContainer 22:32:03 Processing triggers for systemd (237-3ubuntu10.42) ... 22:32:03 Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:32:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:32:03 . [Pipeline] withDockerContainer 22:32:03 prd-ubuntu18.04-docker-arm64-4c-16g-27201 does not seem to be running inside a container 22:32:04 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:32:04 + sudo snap remove --purge lxd 22:32:04 snap "lxd" is not installed 22:32:04 + sudo groupadd --force --system lxd 22:32:04 ++ whoami 22:32:04 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:32:04 + newgrp - lxd 22:32:04 + sudo snap install lxd 22:32:05 $ docker top a60661fa2a7ebe000afcbbcc0a34975bc311b20bd6faf07781dde0e0be41ea90 -eo pid,comm [Pipeline] { [Pipeline] sh 22:32:06 + docker-compose -f ./docker-compose-build.yml build --parallel 22:32:10 Building docker-core-command-go ... 22:32:10 Building docker-core-data-go ... 22:32:10 Building docker-core-metadata-go ... 22:32:10 Building docker-security-bootstrapper-go ... 22:32:10 Building docker-security-proxy-setup-go ... 22:32:10 Building docker-security-secretstore-setup-go ... 22:32:10 Building docker-support-notifications-go ... 22:32:10 Building docker-support-scheduler-go ... 22:32:10 Building docker-sys-mgmt-agent-go ... 22:32:10 Building docker-core-command-go 22:32:10 Building docker-security-secretstore-setup-go 22:32:10 Building docker-support-scheduler-go 22:32:10 Building docker-security-bootstrapper-go 22:32:10 Building docker-core-data-go 22:32:11 2021-02-22T22:32:09Z INFO Waiting for automatic snapd restart... 22:32:23 lxd 4.11 from Canonical* installed 22:32:23 + sudo lxd init --auto 22:32:33 + sudo snap install --classic snapcraft 22:32:40 snapcraft 4.5.1 from Canonical* installed 22:32:40 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 22:32:40 + patch --verbose -p1 22:32:40 Hmm... Looks like a unified diff to me... 22:32:40 The text leading up to this was: 22:32:40 -------------------------- 22:32:40 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 22:32:40 |From: Tony Espy 22:32:40 |Date: Wed, 16 Dec 2020 16:34:55 -0500 22:32:40 |Subject: [PATCH] optimize snap build for pipeline CI check 22:32:40 | 22:32:40 |This patch is used by the EdgeX CI pipeline builds to 22:32:40 |optimize the snap CI check run for pull requests. When 22:32:40 |applied, it essentially strips out everything (apps and 22:32:40 |parts) from the snapcraft.yaml file except those required 22:32:40 |to build edgex-go, as the whole idea of the CI check is to 22:32:40 |catch changes to edgex-go that break the snap build. 22:32:40 | 22:32:40 |In general, anyone updating snapcraft.yaml will also need 22:32:40 |to update this patch file, otherwise it may fail to apply, 22:32:40 |resulting in a failed snap build CI check in the associated 22:32:40 |pull request. 22:32:40 | 22:32:40 |Note - in addition to applying this patch, the pipeline also 22:32:40 |only primes the snap (e.g. `snapcraft prime`), as there's no 22:32:40 |need to build the finally binary .snap file (and it won't 22:32:40 |work with the patch applied). This further reduces the build 22:32:40 |time. 22:32:40 |--- 22:32:40 | snap/snapcraft.yaml | 461 +------------------------------------------- 22:32:40 | 1 file changed, 2 insertions(+), 459 deletions(-) 22:32:40 | 22:32:40 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 22:32:40 |index 1e537489..faf42425 100644 22:32:40 |--- a/snap/snapcraft.yaml 22:32:40 |+++ b/snap/snapcraft.yaml 22:32:40 -------------------------- 22:32:40 patching file snap/snapcraft.yaml 22:32:40 Using Plan A... 22:32:40 Hunk #1 succeeded at 73. 22:32:40 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 22:32:40 Hunk #3 succeeded at 217 (offset 3 lines). 22:32:40 Hunk #4 succeeded at 225 (offset 3 lines). 22:32:40 Hunk #5 succeeded at 232 (offset 3 lines). 22:32:40 Hunk #6 succeeded at 259 (offset 3 lines). 22:32:40 Hunk #7 succeeded at 293 (offset 3 lines). 22:32:40 Hunk #8 succeeded at 352 (offset 11 lines). 22:32:40 Hmm... Ignoring the trailing garbage. 22:32:40 done 22:32:40 + sudo snapcraft prime --use-lxd 22:32:40 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:32:40 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: 22:32:40 - README.md 22:32:40 - snapcraft.yaml.orig 22:32:40 22:32:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:32:41 Launching a container. 22:32:53 Waiting for container to be ready 22:32:53 To start your first instance, try: lxc launch ubuntu:18.04 22:32:53 22:32:58 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:32:58 Waiting for network to be ready... 22:32:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:32:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1545 kB] 22:32:58 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:32:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 22:32:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 22:32:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 22:32:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 22:32:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 22:32:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 22:32:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 22:32:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:32:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:32:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:32:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:32:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:32:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:32:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:32:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:32:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:32:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 22:32:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 22:32:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 22:32:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 22:32:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 22:32:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 22:32:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 22:32:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 22:33:02 Fetched 23.9 MB in 4s (6031 kB/s) 22:33:02 Reading package lists... 22:33:03 Reading package lists... 22:33:03 Building dependency tree... 22:33:03 Reading state information... 22:33:03 The following additional packages will be installed: 22:33:03 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:33:03 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:33:03 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:33:03 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:33:03 Suggested packages: 22:33:03 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:33:03 Recommended packages: 22:33:03 gnupg libsasl2-modules 22:33:03 The following NEW packages will be installed: 22:33:03 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:33:03 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:33:03 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:33:03 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:33:03 The following packages will be upgraded: 22:33:03 gpg gpg-agent gpgconf libudev1 22:33:03 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 22:33:03 Need to get 3530 kB of archives. 22:33:03 After this operation, 13.3 MB of additional disk space will be used. 22:33:03 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 22:33:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 22:33:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 22:33:04 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 22:33:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 22:33:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 22:33:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:33:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:33:04 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 22:33:04 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 22:33:04 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 22:33:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:33:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:33:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:33:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:33:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:33:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:33:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:33:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:33:04 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:33:04 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:33:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 22:33:04 debconf: delaying package configuration, since apt-utils is not installed 22:33:04 Fetched 3530 kB in 1s (3075 kB/s) 22:33:04 (Reading database ... 12511 files and directories currently installed.) 22:33:04 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 22:33:04 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:33:04 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 22:33:05 Selecting previously unselected package udev. 22:33:05 (Reading database ... 12511 files and directories currently installed.) 22:33:05 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 22:33:05 Unpacking udev (237-3ubuntu10.44) ... 22:33:05 Selecting previously unselected package libfuse2:amd64. 22:33:05 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:33:05 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:33:05 Selecting previously unselected package fuse. 22:33:05 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:33:05 Unpacking fuse (2.9.7-1ubuntu1) ... 22:33:05 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 22:33:05 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:33:05 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 22:33:05 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:33:05 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 22:33:05 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:33:06 Selecting previously unselected package libksba8:amd64. 22:33:06 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:33:06 Unpacking libksba8:amd64 (1.3.5-2) ... 22:33:06 Selecting previously unselected package libroken18-heimdal:amd64. 22:33:06 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:06 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:06 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:33:06 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:06 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:06 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:33:06 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:06 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:06 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:33:06 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:06 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:06 Selecting previously unselected package libwind0-heimdal:amd64. 22:33:06 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:06 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:06 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:33:06 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:06 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:06 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:33:06 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:06 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:06 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:33:06 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:06 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:06 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:33:06 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:06 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:06 Selecting previously unselected package libsasl2-modules-db:amd64. 22:33:06 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:33:06 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:33:06 Selecting previously unselected package libsasl2-2:amd64. 22:33:06 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:33:06 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:33:07 Selecting previously unselected package libldap-common. 22:33:07 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 22:33:07 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:33:07 Selecting previously unselected package libldap-2.4-2:amd64. 22:33:07 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 22:33:07 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:33:07 Selecting previously unselected package dirmngr. 22:33:07 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 22:33:07 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 22:33:07 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:33:07 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 22:33:07 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:33:07 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:33:07 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:33:07 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 22:33:07 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:07 Setting up libksba8:amd64 (1.3.5-2) ... 22:33:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:33:07 Setting up udev (237-3ubuntu10.44) ... 22:33:08 invoke-rc.d: policy-rc.d denied execution of start. 22:33:08 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:08 Processing triggers for systemd (237-3ubuntu10) ... 22:33:08 Setting up fuse (2.9.7-1ubuntu1) ... 22:33:09 Setting up gpg (2.2.4-1ubuntu1.4) ... 22:33:09 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:09 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:09 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:09 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:09 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:09 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:09 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:09 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:33:09 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 22:33:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:33:10 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:33:10 settings in the [Install] section, and DefaultInstance for template units). 22:33:10 This means they are not meant to be enabled using systemctl. 22:33:10 Possible reasons for having this kind of units are: 22:33:10 1) A unit may be statically enabled by being symlinked from another unit's 22:33:10 .wants/ or .requires/ directory. 22:33:10 2) A unit's purpose may be to act as a helper for some other unit which has 22:33:10 a requirement dependency on it. 22:33:10 3) A unit may be started when needed via activation (socket, path, timer, 22:33:10 D-Bus, udev, scripted systemctl call, ...). 22:33:10 4) In case of template units, the unit is meant to be enabled with some 22:33:10 instance name specified. 22:33:10 Reading package lists... 22:33:10 Building dependency tree... 22:33:10 Reading state information... 22:33:10 The following additional packages will be installed: 22:33:10 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:33:10 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:33:10 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:33:10 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:33:10 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:33:10 Suggested packages: 22:33:10 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:33:10 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:33:10 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:33:10 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:33:10 systemd-container policykit-1 22:33:10 Recommended packages: 22:33:10 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:33:10 The following NEW packages will be installed: 22:33:10 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:33:10 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:33:10 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:33:10 multiarch-support openssh-client python3 python3-minimal python3.6 22:33:10 python3.6-minimal snapd squashfs-tools sudo 22:33:10 The following packages will be upgraded: 22:33:10 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:33:10 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 22:33:10 Need to get 35.2 MB of archives. 22:33:10 After this operation, 141 MB of additional disk space will be used. 22:33:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:33:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:33:10 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 22:33:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 22:33:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 22:33:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:33:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 22:33:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 22:33:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 22:33:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:33:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:33:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:33:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:33:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:33:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:33:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:33:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 22:33:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:33:10 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 22:33:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 22:33:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:33:11 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:33:11 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:33:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:33:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:33:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:33:11 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:33:11 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:33:11 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:33:11 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:33:12 debconf: delaying package configuration, since apt-utils is not installed 22:33:12 Fetched 35.2 MB in 1s (26.5 MB/s) 22:33:12 (Reading database ... 12757 files and directories currently installed.) 22:33:12 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 22:33:12 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:33:12 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 22:33:12 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:33:12 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 22:33:12 (Reading database ... 12757 files and directories currently installed.) 22:33:12 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:33:13 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:33:13 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:33:13 (Reading database ... 12757 files and directories currently installed.) 22:33:13 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:33:13 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:33:13 Setting up apt (1.6.12ubuntu0.2) ... 22:33:13 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:33:14 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:33:14 (Reading database ... 12764 files and directories currently installed.) 22:33:14 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:33:14 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:33:14 Selecting previously unselected package libpython3.6-minimal:amd64. 22:33:14 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:33:14 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:33:14 Selecting previously unselected package libexpat1:amd64. 22:33:14 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:33:14 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:33:14 Selecting previously unselected package python3.6-minimal. 22:33:14 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:33:14 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:33:15 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 22:33:15 Checking for services that may need to be restarted...done. 22:33:15 Checking for services that may need to be restarted...done. 22:33:15 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:33:15 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:33:15 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:33:16 Selecting previously unselected package python3-minimal. 22:33:16 (Reading database ... 13012 files and directories currently installed.) 22:33:16 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:33:16 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:33:16 Selecting previously unselected package mime-support. 22:33:16 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:33:16 Unpacking mime-support (3.60ubuntu1) ... 22:33:16 Selecting previously unselected package libmpdec2:amd64. 22:33:16 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:33:16 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:33:16 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:33:16 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:33:16 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:33:16 Selecting previously unselected package python3.6. 22:33:16 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:33:16 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:33:16 Selecting previously unselected package libpython3-stdlib:amd64. 22:33:16 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:33:16 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:33:16 Setting up python3-minimal (3.6.7-1~18.04) ... 22:33:17 Selecting previously unselected package python3. 22:33:17 (Reading database ... 13442 files and directories currently installed.) 22:33:17 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:33:17 Unpacking python3 (3.6.7-1~18.04) ... 22:33:17 Selecting previously unselected package multiarch-support. 22:33:17 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:33:17 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:33:17 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:33:17 Selecting previously unselected package liblzo2-2:amd64. 22:33:17 (Reading database ... 13479 files and directories currently installed.) 22:33:17 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:33:17 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:33:17 Selecting previously unselected package libbsd0:amd64. 22:33:17 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:33:17 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:33:17 Selecting previously unselected package sudo. 22:33:17 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:33:17 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:33:17 Selecting previously unselected package apparmor. 22:33:17 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:33:17 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:33:18 Selecting previously unselected package libedit2:amd64. 22:33:18 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:33:18 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:33:18 Selecting previously unselected package libkrb5support0:amd64. 22:33:18 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:33:18 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:33:18 Selecting previously unselected package libk5crypto3:amd64. 22:33:18 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:33:18 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:33:18 Selecting previously unselected package libkeyutils1:amd64. 22:33:18 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:33:18 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:33:18 Selecting previously unselected package libkrb5-3:amd64. 22:33:18 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:33:18 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:33:18 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:33:18 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:33:18 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:33:18 Selecting previously unselected package libssl1.0.0:amd64. 22:33:18 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 22:33:18 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:33:18 Selecting previously unselected package openssh-client. 22:33:18 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:33:18 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:33:19 Selecting previously unselected package squashfs-tools. 22:33:19 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:33:19 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:33:19 Selecting previously unselected package snapd. 22:33:19 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 22:33:19 Unpacking snapd (2.48.3+18.04) ... 22:33:21 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:33:21 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:33:22 Setting up mime-support (3.60ubuntu1) ... 22:33:22 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:33:22 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:33:22 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:33:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:33:22 Setting up systemd (237-3ubuntu10.44) ... 22:33:22 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:33:23 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:33:23 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:33:23 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:33:23 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:33:23 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:33:23 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:33:23 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:33:23 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:33:23 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:33:24 Setting up python3 (3.6.7-1~18.04) ... 22:33:24 running python rtupdate hooks for python3.6... 22:33:24 running python post-rtupdate hooks for python3.6... 22:33:24 Setting up apparmor (2.12-4ubuntu5.1) ... 22:33:28 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:33:28 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:33:28 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:33:28 Setting up snapd (2.48.3+18.04) ... 22:33:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:33:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:33:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:33:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:33:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:33:29 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:33:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:33:29 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:33:29 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:33:29 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:33:30 /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' 22:33:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:33:30 Processing triggers for systemd (237-3ubuntu10.44) ... 22:33:31 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:33:31 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:33:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:33:32 Reading package lists... 22:33:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:33:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:33:32 ---> 38f4a2e8a8ca 22:33:32 Step 3/23 : WORKDIR /edgex-go 22:33:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:33:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:33:32 ---> 38f4a2e8a8ca 22:33:32 Step 3/22 : WORKDIR /edgex-go 22:33:32 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:33:32 Step 2/30 : FROM ${BUILDER_BASE} AS builder 22:33:32 ---> 38f4a2e8a8ca 22:33:32 Step 3/30 : WORKDIR /edgex-go 22:33:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:33:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:33:32 ---> 38f4a2e8a8ca 22:33:32 Step 3/24 : WORKDIR /edgex-go 22:33:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:33:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:33:32 ---> 38f4a2e8a8ca 22:33:32 Step 3/23 : WORKDIR /edgex-go 22:33:32 ---> Running in 4deacade3e78 22:33:32 ---> Running in b0236449fb63 22:33:32 ---> Running in 2f5be5dacf4a 22:33:32 ---> Running in c1ddb64e2662 22:33:32 ---> Running in 332350209ec5 22:33:32 Removing intermediate container b0236449fb63 22:33:32 ---> cde9cac55634 22:33:32 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:33:32 Removing intermediate container 2f5be5dacf4a 22:33:32 ---> 6ac1db19605d 22:33:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:33:32 Removing intermediate container 4deacade3e78 22:33:32 ---> 653da957a425 22:33:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:33:32 Removing intermediate container 332350209ec5 22:33:32 ---> 57f88865773d 22:33:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:33:32 Removing intermediate container c1ddb64e2662 22:33:32 ---> 60c18f81fe26 22:33:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:33:32 ---> Running in 38b2eeefac50 22:33:32 ---> Running in 765a91209c92 22:33:32 ---> Running in 1a156b4cb418 22:33:32 ---> Running in fa4646e49929 22:33:32 ---> Running in 01da4f2dd4e7 22:33:32 Removing intermediate container 38b2eeefac50 22:33:32 ---> 3ff40fde5aa0 22:33:32 Step 5/22 : RUN apk add --update --no-cache make git 22:33:32 Removing intermediate container 1a156b4cb418 22:33:32 ---> 784f40a23655 22:33:32 Step 5/24 : RUN apk add --update --no-cache make git 22:33:32 ---> Running in 09598d0f049b 22:33:32 ---> Running in a1e64240adb8 22:33:32 Removing intermediate container 765a91209c92 22:33:32 ---> 605615fa7a95 22:33:32 Step 5/30 : RUN apk add --update --no-cache make git 22:33:32 ---> Running in 8644a97a9349 22:33:32 Removing intermediate container 01da4f2dd4e7 22:33:32 ---> e05e32f777d5 22:33:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:33:32 Removing intermediate container fa4646e49929 22:33:32 ---> d3086dd49083 22:33:32 Step 5/23 : RUN apk add --update --no-cache make git 22:33:32 ---> Running in 45039a1f3bed 22:33:32 ---> Running in 8cd0a946c225 22:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:33:32 Reading package lists... 22:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:33:32 OK: 217 MiB in 51 packages 22:33:32 Building dependency tree... 22:33:32 Reading state information... 22:33:33 OK: 217 MiB in 51 packages 22:33:33 Calculating upgrade... 22:33:33 The following packages will be upgraded: 22:33:33 advancecomp base-files bash binutils binutils-common 22:33:33 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:33:33 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:33:33 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:33:33 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:33:33 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:33:33 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:33:33 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 22:33:33 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 22:33:33 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 22:33:33 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 22:33:33 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 22:33:33 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 22:33:33 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 22:33:33 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:33:33 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:33:33 Need to get 63.8 MB of archives. 22:33:33 After this operation, 5189 kB of additional disk space will be used. 22:33:33 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:33:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 22:33:33 OK: 217 MiB in 51 packages 22:33:33 OK: 217 MiB in 51 packages 22:33:33 OK: 217 MiB in 51 packages 22:33:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:33:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:33:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:33:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:33:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:33:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:33:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:33:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:33:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:33:34 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:33:34 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:33:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:33:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:33:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:33:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:33:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:33:34 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:33:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:33:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:33:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:33:34 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:33:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:33:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:33:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:33:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:33:34 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:33:34 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:33:34 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:33:34 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:33:34 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:33:34 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:33:34 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:33:34 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:33:34 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:33:34 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:33:34 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:33:34 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:33:34 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:33:34 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 22:33:34 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:33:34 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:33:34 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:33:34 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:33:34 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:33:34 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:33:34 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:33:34 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:33:34 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:33:34 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:33:34 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 22:33:34 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:33:34 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:33:34 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:33:34 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:33:34 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:33:34 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:33:34 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:33:34 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:33:34 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:33:34 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:33:34 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:33:34 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:33:34 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:33:34 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:33:34 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:33:34 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:33:34 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:33:34 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:33:34 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 22:33:34 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:33:34 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:33:34 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:33:34 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 22:33:34 Removing intermediate container 09598d0f049b 22:33:34 ---> 6a0ea5b2e7f4 22:33:34 Step 6/22 : COPY go.mod . 22:33:34 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 22:33:34 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:33:34 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:33:34 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:33:34 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 22:33:34 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:33:34 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:33:34 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 22:33:34 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 22:33:34 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 22:33:34 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 22:33:34 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:33:34 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:33:35 Removing intermediate container 8644a97a9349 22:33:35 ---> 67366fdad7e8 22:33:35 Step 6/30 : COPY go.mod . 22:33:35 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:33:35 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:33:35 Removing intermediate container a1e64240adb8 22:33:35 ---> ab16f0476559 22:33:35 Step 6/24 : COPY go.mod . 22:33:35 Removing intermediate container 8cd0a946c225 22:33:35 ---> a9e05501de66 22:33:35 Step 6/23 : COPY go.mod . 22:33:35 Removing intermediate container 45039a1f3bed 22:33:35 ---> a0553d1be742 22:33:35 Step 6/23 : COPY go.mod . 22:33:35 ---> 7d04b7d80ca7 22:33:35 Step 7/22 : RUN go mod download 22:33:35 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:33:35 ---> Running in 5180db36f05a 22:33:35 ---> bba014383075 22:33:35 Step 7/30 : RUN go mod download 22:33:36 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:33:36 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:33:36 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:33:36 ---> Running in c12874c267a0 22:33:36 ---> a5c6e6f02fd9 22:33:36 Step 7/24 : RUN go mod download 22:33:36 ---> 212417c884cb 22:33:36 Step 7/23 : RUN go mod download 22:33:36 ---> f97b1ac2c23d 22:33:36 Step 7/23 : RUN go mod download 22:33:36 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:33:36 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:33:36 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:33:36 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:33:36 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:33:36 debconf: delaying package configuration, since apt-utils is not installed 22:33:36 Fetched 63.8 MB in 3s (19.2 MB/s) 22:33:36 (Reading database ... 13912 files and directories currently installed.) 22:33:36 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:33:36 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:33:36 ---> Running in f6180860771d 22:33:36 ---> Running in 560bf3fa3208 22:33:36 ---> Running in 629add02c96b 22:33:37 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:33:37 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:33:37 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 22:33:37 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 22:33:38 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:38 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:38 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:38 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:38 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:38 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:38 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:38 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:38 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:38 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:38 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:38 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:38 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:38 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:39 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:33:39 (Reading database ... 13911 files and directories currently installed.) 22:33:39 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:39 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:33:39 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:33:39 (Reading database ... 13911 files and directories currently installed.) 22:33:39 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:39 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:39 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:40 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:40 Removing intermediate container 5180db36f05a 22:33:40 ---> b644bc0194af 22:33:40 Step 8/22 : COPY . . 22:33:40 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:40 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:40 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:33:40 Removing intermediate container c12874c267a0 22:33:40 ---> d0684c771183 22:33:40 Step 8/30 : COPY . . 22:33:40 (Reading database ... 13911 files and directories currently installed.) 22:33:40 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:33:41 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:33:41 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:33:41 (Reading database ... 13911 files and directories currently installed.) 22:33:41 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:33:41 Removing intermediate container f6180860771d 22:33:41 ---> d452cbb6bce9 22:33:41 Step 8/24 : COPY . . 22:33:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:33:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:33:42 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:33:42 Setting up base-files (10.1ubuntu2.10) ... 22:33:42 Installing new version of config file /etc/issue ... 22:33:42 Installing new version of config file /etc/issue.net ... 22:33:42 Installing new version of config file /etc/lsb-release ... 22:33:42 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:33:42 Removing intermediate container 629add02c96b 22:33:42 ---> c81c90e8ba53 22:33:42 Step 8/23 : COPY . . 22:33:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:33:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:33:42 Removing obsolete conffile /etc/default/motd-news ... 22:33:42 Removing intermediate container 560bf3fa3208 22:33:42 ---> 25238e93d570 22:33:42 Step 8/23 : COPY . . 22:33:42 (Reading database ... 13912 files and directories currently installed.) 22:33:42 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:33:42 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:33:43 Setting up bash (4.4.18-2ubuntu1.2) ... 22:33:43 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 22:33:43 (Reading database ... 13912 files and directories currently installed.) 22:33:43 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:43 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:33:43 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:33:43 (Reading database ... 13912 files and directories currently installed.) 22:33:43 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:33:43 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:33:43 Setting up tar (1.29b-2ubuntu0.2) ... 22:33:43 (Reading database ... 13912 files and directories currently installed.) 22:33:43 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:33:43 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:33:43 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:33:44 (Reading database ... 13912 files and directories currently installed.) 22:33:44 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:33:44 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:33:44 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:33:44 (Reading database ... 13912 files and directories currently installed.) 22:33:44 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:33:44 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:33:44 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:33:44 (Reading database ... 13912 files and directories currently installed.) 22:33:44 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:33:44 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:33:44 Setting up grep (3.1-2build1) ... 22:33:44 (Reading database ... 13912 files and directories currently installed.) 22:33:44 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:33:44 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:33:44 Setting up login (1:4.5-1ubuntu2) ... 22:33:45 (Reading database ... 13912 files and directories currently installed.) 22:33:45 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:33:45 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:33:45 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:33:45 (Reading database ... 13912 files and directories currently installed.) 22:33:45 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:33:45 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:33:46 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:33:46 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:33:46 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:33:46 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:33:46 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:33:46 (Reading database ... 13912 files and directories currently installed.) 22:33:46 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:33:46 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:33:47 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:33:47 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:33:48 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:33:48 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:33:48 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:33:48 (Reading database ... 13912 files and directories currently installed.) 22:33:48 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:33:48 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:33:48 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:33:48 (Reading database ... 13912 files and directories currently installed.) 22:33:48 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:48 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:48 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:33:48 (Reading database ... 13912 files and directories currently installed.) 22:33:48 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:48 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:48 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:33:48 (Reading database ... 13912 files and directories currently installed.) 22:33:48 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:49 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:49 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:33:49 (Reading database ... 13912 files and directories currently installed.) 22:33:49 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:49 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:49 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:33:49 (Reading database ... 13912 files and directories currently installed.) 22:33:49 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:33:49 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:33:49 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:33:49 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:33:49 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:33:49 (Reading database ... 13912 files and directories currently installed.) 22:33:49 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:33:49 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:33:49 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:33:50 (Reading database ... 13912 files and directories currently installed.) 22:33:50 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:50 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:50 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:33:50 (Reading database ... 13912 files and directories currently installed.) 22:33:50 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:50 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:50 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:33:50 (Reading database ... 13912 files and directories currently installed.) 22:33:50 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:50 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:50 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:33:51 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:33:51 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:33:51 (Reading database ... 13912 files and directories currently installed.) 22:33:51 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:33:51 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:33:51 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:33:52 (Reading database ... 13912 files and directories currently installed.) 22:33:52 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:33:52 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:33:52 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:33:52 (Reading database ... 13914 files and directories currently installed.) 22:33:52 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:33:52 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:33:52 Setting up debconf (1.5.66ubuntu1) ... 22:33:52 (Reading database ... 13914 files and directories currently installed.) 22:33:52 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:33:52 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:33:52 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:33:52 (Reading database ... 13914 files and directories currently installed.) 22:33:52 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:33:52 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:33:53 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:33:53 (Reading database ... 13914 files and directories currently installed.) 22:33:53 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:33:53 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:33:53 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:33:53 (Reading database ... 13914 files and directories currently installed.) 22:33:53 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:33:53 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:33:53 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:33:53 (Reading database ... 13914 files and directories currently installed.) 22:33:53 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:33:53 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:33:53 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:33:54 (Reading database ... 13914 files and directories currently installed.) 22:33:54 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:54 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:54 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 22:33:54 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:33:54 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:33:55 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:33:55 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:33:55 (Reading database ... 13914 files and directories currently installed.) 22:33:55 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:33:55 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:33:56 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:33:56 (Reading database ... 13914 files and directories currently installed.) 22:33:56 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:33:56 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:33:56 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:33:56 (Reading database ... 13914 files and directories currently installed.) 22:33:56 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:33:56 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:33:56 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:33:56 (Reading database ... 13914 files and directories currently installed.) 22:33:56 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 22:33:56 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 22:33:56 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 22:33:57 (Reading database ... 13914 files and directories currently installed.) 22:33:57 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:33:57 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:33:57 Setting up passwd (1:4.5-1ubuntu2) ... 22:33:57 (Reading database ... 13914 files and directories currently installed.) 22:33:57 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 22:33:57 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:33:57 Setting up gpgv (2.2.4-1ubuntu1.4) ... 22:33:57 (Reading database ... 13914 files and directories currently installed.) 22:33:57 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:33:57 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:33:57 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:33:58 (Reading database ... 13914 files and directories currently installed.) 22:33:58 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:33:58 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:33:58 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:33:58 (Reading database ... 13914 files and directories currently installed.) 22:33:58 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:33:58 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:33:58 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:33:58 (Reading database ... 13914 files and directories currently installed.) 22:33:58 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:33:58 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:33:59 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:33:59 (Reading database ... 13914 files and directories currently installed.) 22:33:59 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:33:59 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:33:59 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:33:59 (Reading database ... 13914 files and directories currently installed.) 22:33:59 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:33:59 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:33:59 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:33:59 (Reading database ... 13915 files and directories currently installed.) 22:33:59 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:33:59 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:33:59 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:34:00 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:34:00 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:34:00 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:34:00 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 22:34:00 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 22:34:00 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:34:00 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:34:00 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:34:00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:34:00 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:34:00 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:34:00 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:34:01 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:34:01 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:34:01 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:34:01 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:34:01 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:34:01 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:34:01 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:34:01 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 22:34:01 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 22:34:02 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:34:02 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:34:02 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:34:02 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:34:02 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:34:02 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:34:03 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:34:03 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:34:03 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:34:03 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:34:03 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:34:03 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:34:03 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:34:03 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:34:03 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:34:03 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:34:04 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:34:04 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:34:04 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:34:04 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:34:05 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:34:05 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:34:06 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:34:06 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:34:06 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:34:06 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:34:07 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:34:07 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:34:08 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:34:08 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:34:08 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:34:08 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:34:08 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:34:08 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:34:08 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:34:08 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:34:08 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:34:08 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:34:08 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:34:08 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:34:09 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:34:09 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:34:09 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:34:09 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:34:09 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:09 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:34:09 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:09 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:09 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:09 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:34:09 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:34:09 Setting up tzdata (2021a-0ubuntu0.18.04) ... 22:34:09 22:34:09 Current default time zone: 'Etc/UTC' 22:34:09 Local time is now: Mon Feb 22 22:34:09 UTC 2021. 22:34:09 Universal Time is now: Mon Feb 22 22:34:09 UTC 2021. 22:34:09 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:34:09 22:34:09 Setting up systemd-sysv (237-3ubuntu10.44) ... 22:34:09 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:09 ---> 803bcbb71022 22:34:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:34:09 ---> edef66ffd19d 22:34:09 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:34:09 ---> f37a697acd02 22:34:09 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:34:09 ---> 221f9b71c117 22:34:09 Step 9/23 : RUN make cmd/core-data/core-data 22:34:09 ---> 8c385d3bef77 22:34:09 Step 9/23 : RUN make cmd/core-command/core-command 22:34:09 ---> Running in 1d5a08a5046b 22:34:09 ---> Running in 93287053b445 22:34:09 ---> Running in ece459ba752b 22:34:09 ---> Running in 8927b9a90876 22:34:09 ---> Running in 1fef290a7789 22:34:09 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 22:34:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:34:09 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 22:34:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:34:09 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 22:34:09 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 22:34:09 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:34:09 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:34:09 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:34:09 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:34:09 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:34:09 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:34:09 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:34:09 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:09 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:34:10 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:34:10 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 22:34:10 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:10 Setting up patch (2.7.6-2ubuntu1.1) ... 22:34:10 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:34:10 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:34:10 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 22:34:10 Installing new version of config file /etc/ssl/openssl.cnf ... 22:34:10 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:34:10 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:34:10 Setting up ca-certificates (20210119~18.04.1) ... 22:34:12 Updating certificates in /etc/ssl/certs... 22:34:13 23 added, 27 removed; done. 22:34:13 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:34:13 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:13 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:34:13 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:34:13 Setting up pkgbinarymangler (138.18.04.1) ... 22:34:13 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:34:13 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 22:34:13 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:34:13 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:34:13 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:34:13 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:34:13 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:34:13 Setting up perl (5.26.1-6ubuntu0.5) ... 22:34:13 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 22:34:13 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:34:13 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:34:13 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 22:34:13 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:34:13 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:34:13 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:34:13 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:34:14 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:34:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:34:14 Processing triggers for systemd (237-3ubuntu10.44) ... 22:34:14 Processing triggers for mime-support (3.60ubuntu1) ... 22:34:14 Processing triggers for ca-certificates (20210119~18.04.1) ... 22:34:14 Updating certificates in /etc/ssl/certs... 22:34:14 0 added, 0 removed; done. 22:34:14 Running hooks in /etc/ca-certificates/update.d... 22:34:14 done. 22:34:15 Reading package lists... 22:34:15 Building dependency tree... 22:34:15 Reading state information... 22:34:15 The following NEW packages will be installed: 22:34:15 apt-transport-https 22:34:15 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:34:15 Need to get 1696 B of archives. 22:34:15 After this operation, 153 kB of additional disk space will be used. 22:34:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:34:15 debconf: delaying package configuration, since apt-utils is not installed 22:34:15 Fetched 1696 B in 0s (8452 B/s) 22:34:15 Selecting previously unselected package apt-transport-https. 22:34:15 (Reading database ... 13920 files and directories currently installed.) 22:34:15 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:34:15 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:34:15 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:34:15 Waiting for network to be ready... 22:34:21 2021-02-22T22:34:18Z INFO Waiting for automatic snapd restart... 22:34:21 snapd 2.48.2.1 from Canonical* installed 22:34:21 "snapd" switched to the "latest/stable" channel 22:34:21 22:34:23 core18 20210128 from Canonical* installed 22:34:23 "core18" switched to the "latest/stable" channel 22:34:23 22:34:27 snapcraft 4.5.1 from Canonical* installed 22:34:27 "snapcraft" switched to the "latest/stable" channel 22:34:27 22:34:30 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: 22:34:30 - README.md 22:34:30 - snapcraft.yaml.orig 22:34:30 22:34:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:34:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:34:37 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:34:37 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:34:37 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:34:37 Reading package lists... 22:34:38 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 22:34:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:34:44 Reading package lists... 22:34:44 Building dependency tree... 22:34:44 Reading state information... 22:34:44 Suggested packages: 22:34:44 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:34:44 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:34:44 Recommended packages: 22:34:44 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:34:44 The following NEW packages will be installed: 22:34:44 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:34:44 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:34:44 pkg-config zip 22:34:44 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:34:44 Need to get 7655 kB of archives. 22:34:44 After this operation, 43.7 MB of additional disk space will be used. 22:34:44 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:34:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 22:34:45 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:34:45 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:34:45 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:34:45 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:34:45 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:34:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:34:45 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:34:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:34:45 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:34:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 22:34:45 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 22:34:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:34:45 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:34:45 debconf: delaying package configuration, since apt-utils is not installed 22:34:45 Fetched 7655 kB in 1s (7031 kB/s) 22:34:45 Selecting previously unselected package libglib2.0-0:amd64. 22:34:45 (Reading database ... 13924 files and directories currently installed.) 22:34:45 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 22:34:45 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:34:46 Selecting previously unselected package libpsl5:amd64. 22:34:46 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:34:46 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:34:46 Selecting previously unselected package libnghttp2-14:amd64. 22:34:46 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:34:46 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:34:46 Selecting previously unselected package librtmp1:amd64. 22:34:46 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:34:46 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:34:46 Selecting previously unselected package libcurl3-gnutls:amd64. 22:34:46 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:34:46 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:34:46 Selecting previously unselected package liberror-perl. 22:34:46 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:34:46 Unpacking liberror-perl (0.17025-1) ... 22:34:46 Selecting previously unselected package git-man. 22:34:46 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 22:34:46 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 22:34:46 Selecting previously unselected package git. 22:34:46 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 22:34:46 Unpacking git (1:2.17.1-1ubuntu0.7) ... 22:34:47 Selecting previously unselected package libnorm1:amd64. 22:34:47 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:34:47 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:34:47 Selecting previously unselected package libpgm-5.2-0:amd64. 22:34:47 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:34:47 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:34:47 Selecting previously unselected package libsodium23:amd64. 22:34:47 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:34:47 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:34:47 Selecting previously unselected package libzmq5:amd64. 22:34:47 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:34:47 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:34:47 Selecting previously unselected package libzmq3-dev:amd64. 22:34:47 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:34:47 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:34:48 Selecting previously unselected package pkg-config. 22:34:48 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:34:48 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:34:48 Selecting previously unselected package zip. 22:34:48 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:34:48 Unpacking zip (3.0-11build1) ... 22:34:48 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:34:48 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 22:34:48 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:34:48 Setting up liberror-perl (0.17025-1) ... 22:34:48 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:34:48 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:34:48 No schema files found: doing nothing. 22:34:48 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:34:48 Setting up zip (3.0-11build1) ... 22:34:48 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:34:48 Setting up libsodium23:amd64 (1.0.16-2) ... 22:34:48 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:34:48 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:34:48 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:34:48 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:34:48 Setting up git (1:2.17.1-1ubuntu0.7) ... 22:34:49 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:34:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:34:55 git set to automatically installed. 22:34:55 git-man set to automatically installed. 22:34:55 libcurl3-gnutls set to automatically installed. 22:34:55 liberror-perl set to automatically installed. 22:34:55 libglib2.0-0 set to automatically installed. 22:34:55 libnghttp2-14 set to automatically installed. 22:34:55 libnorm1 set to automatically installed. 22:34:55 libpgm-5.2-0 set to automatically installed. 22:34:55 libpsl5 set to automatically installed. 22:34:55 librtmp1 set to automatically installed. 22:34:55 libsodium23 set to automatically installed. 22:34:55 libzmq3-dev set to automatically installed. 22:34:55 libzmq5 set to automatically installed. 22:34:55 pkg-config set to automatically installed. 22:34:55 zip set to automatically installed. 22:34:56 snapd is not logged in, snap install commands will use sudo 22:35:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:35:03 snap "core18" has no updates available 22:35:05 Pulling config-common 22:35:05 + snapcraftctl pull 22:35:06 Pulling go-build-helper 22:35:06 + snapcraftctl pull 22:35:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:35:28 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:35:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1545 kB] 22:35:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 22:35:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 22:35:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 22:35:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 22:35:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 22:35:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 22:35:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 22:35:28 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:35:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:35:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:35:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:35:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:35:28 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:35:28 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:35:28 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:35:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:35:28 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 22:35:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 22:35:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 22:35:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 22:35:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 22:35:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 22:35:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 22:35:28 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 22:35:28 Fetched 23.9 MB in 0s (0 B/s) 22:35:28 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:35:28 Fetched 96.5 kB in 0s (0 B/s) 22:35:28 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:35:28 Fetched 279 kB in 0s (0 B/s) 22:35:28 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:35:28 Fetched 122 kB in 0s (0 B/s) 22:35:28 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:35:28 Fetched 77.8 kB in 0s (0 B/s) 22:35:28 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:35:28 Fetched 8848 B in 0s (0 B/s) 22:35:28 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:35:28 Fetched 47.8 kB in 0s (0 B/s) 22:35:28 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:35:28 Fetched 45.6 kB in 0s (0 B/s) 22:35:28 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:35:28 Fetched 15.0 kB in 0s (0 B/s) 22:35:28 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:35:28 Fetched 214 kB in 0s (0 B/s) 22:35:28 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 22:35:28 Fetched 154 kB in 0s (0 B/s) 22:35:28 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:35:28 Fetched 50.6 kB in 0s (0 B/s) 22:35:28 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:35:28 Fetched 14.8 kB in 0s (0 B/s) 22:35:28 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:35:28 Fetched 41.8 kB in 0s (0 B/s) 22:35:28 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:35:28 Fetched 499 kB in 0s (0 B/s) 22:35:28 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:35:28 Fetched 111 kB in 0s (0 B/s) 22:35:28 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:35:28 Fetched 240 kB in 0s (0 B/s) 22:35:28 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:35:28 Fetched 29.3 kB in 0s (0 B/s) 22:35:28 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:35:28 Fetched 85.5 kB in 0s (0 B/s) 22:35:28 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:35:28 Fetched 24.5 kB in 0s (0 B/s) 22:35:28 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:35:28 Fetched 49.2 kB in 0s (0 B/s) 22:35:28 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:35:28 Fetched 54.2 kB in 0s (0 B/s) 22:35:28 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:35:28 Fetched 30.8 kB in 0s (0 B/s) 22:35:28 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 22:35:28 Fetched 15.8 kB in 0s (0 B/s) 22:35:28 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:35:28 Fetched 85.9 kB in 0s (0 B/s) 22:35:28 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:35:28 Fetched 8720 B in 0s (0 B/s) 22:35:28 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:35:28 Fetched 137 kB in 0s (0 B/s) 22:35:28 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:35:28 Fetched 119 kB in 0s (0 B/s) 22:35:28 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:35:28 Fetched 109 kB in 0s (0 B/s) 22:35:28 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:35:28 Fetched 11.1 kB in 0s (0 B/s) 22:35:28 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:35:28 Fetched 645 kB in 0s (0 B/s) 22:35:28 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:35:28 Fetched 41.3 kB in 0s (0 B/s) 22:35:28 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:35:28 Fetched 17.9 kB in 0s (0 B/s) 22:35:28 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:35:28 Fetched 368 kB in 0s (0 B/s) 22:35:28 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:35:28 Fetched 187 kB in 0s (0 B/s) 22:35:28 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:35:28 Fetched 175 kB in 0s (0 B/s) 22:35:28 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:35:30 Fetched 206 kB in 0s (0 B/s) 22:35:30 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 22:35:30 Fetched 1301 kB in 0s (0 B/s) 22:35:30 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:35:30 Fetched 36.2 kB in 0s (0 B/s) 22:35:30 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:35:30 Fetched 159 kB in 0s (0 B/s) 22:35:30 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:35:30 Fetched 107 kB in 0s (0 B/s) 22:35:30 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:35:30 Fetched 48.7 kB in 0s (0 B/s) 22:35:30 Pulling static-packages 22:35:30 + snapcraftctl pull 22:35:31 'go115' has dependencies that need to be staged: static-packages go-build-helper 22:35:31 Skipping pull go-build-helper (already ran) 22:35:31 Skipping pull static-packages (already ran) 22:35:31 Building go-build-helper 22:35:31 + snapcraftctl build 22:35:34 Building static-packages 22:35:34 + snapcraftctl build 22:35:37 Staging go-build-helper 22:35:37 + snapcraftctl stage 22:35:37 Staging static-packages 22:35:37 + snapcraftctl stage 22:35:38 Pulling go115 22:35:38 + snapcraftctl pull 22:35:39 'edgex-go' has dependencies that need to be staged: go115 22:35:39 Skipping pull go115 (already ran) 22:35:39 Building go115 22:35:39 + dpkg --print-architecture 22:35:39 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 22:35:39 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 22:35:39 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 22:35:39 % Total % Received % Xferd Average Speed Time Time Time Current 22:35:39 Dload Upload Total Spent Left Speed 22:35:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 115M 28 32.9M 0 0 31.6M 0 0:00:03 0:00:01 0:00:02 31.5M 70 115M 70 81.4M 0 0 39.8M 0 0:00:02 0:00:02 --:--:-- 39.8M 100 115M 100 115M 0 0 42.6M 0 0:00:02 0:00:02 --:--:-- 42.5M 22:35:42 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 22:35:42 + sha256sum -c sha256 22:35:42 + grep OK 22:35:42 go1.15.2.linux-amd64.tar.gz: OK 22:35:42 + mkdir -p /root/stage/go1.15 22:35:42 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 22:35:46 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 22:35:47 Staging go115 22:35:47 + snapcraftctl stage 22:35:47 Removing intermediate container 93287053b445 22:35:47 ---> 4df8973ed43c 22:35:47 22:35:47 Step 10/30 : FROM alpine:3.12 22:35:47 3.12: Pulling from library/alpine 22:35:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:35:49 Status: Downloaded newer image for alpine:3.12 22:35:49 ---> afeebe901d6b 22:35:49 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:35:50 ---> Running in b2f601696091 22:35:51 Removing intermediate container 1d5a08a5046b 22:35:51 ---> ff4ca71b63d8 22:35:51 22:35:51 Step 10/24 : FROM alpine:3.12 22:35:51 ---> afeebe901d6b 22:35:51 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:35:51 Removing intermediate container b2f601696091 22:35:51 ---> 6dc7999d6188 22:35:51 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 22:35:51 ---> Running in 9c40edc0aab1 22:35:51 ---> Running in e30048092e93 22:35:52 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:35:52 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:35:52 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:35:52 Fetched 0 B in 0s (0 B/s) 22:35:52 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:35:52 Fetched 224 kB in 0s (0 B/s) 22:35:52 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:35:52 Fetched 157 kB in 0s (0 B/s) 22:35:52 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:35:52 Fetched 221 kB in 0s (0 B/s) 22:35:52 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:35:52 Fetched 143 kB in 0s (0 B/s) 22:35:52 Pulling edgex-go 22:35:52 + snapcraftctl pull 22:35:52 Pulling version 22:35:52 + cd /root/project 22:35:52 + [ -f VERSION ] 22:35:52 + PROJECT_VERSION=local-dev 22:35:52 + git rev-parse --short HEAD 22:35:52 + GIT_REVISION=e54cfd9c 22:35:52 + snapcraftctl set-version local-dev 22:35:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:53 Building config-common 22:35:53 + snapcraftctl build 22:35:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:55 (1/5) Installing ca-certificates (20191127-r4) 22:35:55 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:35:55 (3/5) Installing libcurl (7.69.1-r3) 22:35:55 (1/2) Installing dumb-init (1.2.2-r1) 22:35:55 (2/2) Installing su-exec (0.2-r1) 22:35:55 Executing busybox-1.31.1-r19.trigger 22:35:55 OK: 5 MiB in 16 packages 22:35:55 (4/5) Installing curl (7.69.1-r3) 22:35:55 (5/5) Installing dumb-init (1.2.2-r1) 22:35:55 Executing busybox-1.31.1-r19.trigger 22:35:55 Executing ca-certificates-20191127-r4.trigger 22:35:55 Skipping build go-build-helper (already ran) 22:35:55 Skipping build static-packages (already ran) 22:35:55 Skipping build go115 (already ran) 22:35:55 Building edgex-go 22:35:55 OK: 7 MiB in 19 packages 22:35:56 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 22:35:56 + cd /root/parts/edgex-go/src 22:35:56 + make build 22:35:56 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 22:35:58 Removing intermediate container e30048092e93 22:35:58 ---> 59c91b4a8bd7 22:35:58 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 22:35:58 go: downloading github.com/gorilla/mux v1.8.0 22:35:58 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 22:35:58 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 22:35:58 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 22:35:58 go: downloading github.com/google/uuid v1.2.0 22:35:58 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:35:58 go: downloading github.com/pkg/errors v0.8.1 22:35:58 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:35:58 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 22:35:58 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 22:35:58 go: downloading github.com/x448/float16 v0.8.4 22:35:58 go: downloading github.com/BurntSushi/toml v0.3.1 22:35:58 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:35:58 go: downloading github.com/imdario/mergo v0.3.11 22:35:58 go: downloading github.com/go-kit/kit v0.8.0 22:35:58 ---> Running in 623940a52fed 22:35:58 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 22:35:58 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:35:58 go: downloading github.com/pelletier/go-toml v1.2.0 22:35:58 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:35:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:35:58 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:35:58 go: downloading github.com/hashicorp/consul/api v1.8.1 22:35:58 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:35:58 go: downloading github.com/pebbe/zmq4 v1.2.2 22:35:58 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:35:58 go: downloading github.com/mitchellh/copystructure v1.0.0 22:35:58 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:35:58 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:35:58 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:35:58 go: downloading github.com/go-playground/universal-translator v0.17.0 22:35:58 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:35:58 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:35:58 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:35:58 go: downloading github.com/leodido/go-urn v1.2.0 22:35:58 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:35:58 go: downloading github.com/hashicorp/serf v0.9.5 22:35:58 go: downloading github.com/go-playground/locales v0.13.0 22:35:59 Removing intermediate container 9c40edc0aab1 22:35:59 ---> 0756d8c96640 22:35:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:35:59 go: downloading github.com/fatih/color v1.9.0 22:35:59 go: downloading github.com/mattn/go-isatty v0.0.12 22:35:59 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:35:59 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 22:35:59 go: downloading github.com/mattn/go-colorable v0.1.6 22:35:59 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:35:59 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:35:59 ---> Running in 0d45a1831cdf 22:35:59 Removing intermediate container 623940a52fed 22:35:59 ---> cd2012a382c9 22:35:59 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:36:00 ---> Running in 0a911df25db5 22:36:00 Removing intermediate container 0d45a1831cdf 22:36:00 ---> 2a54cb4b71f4 22:36:00 Step 13/24 : WORKDIR / 22:36:01 ---> Running in fe59bc3b0b3e 22:36:01 Removing intermediate container 0a911df25db5 22:36:01 ---> 5d888e0d63d7 22:36:01 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:36:01 ---> Running in 281d4e095242 22:36:02 Removing intermediate container fe59bc3b0b3e 22:36:02 ---> 39772192e94f 22:36:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:36:04 ---> 8d1634d4a84d 22:36:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:36:05 Removing intermediate container 1fef290a7789 22:36:05 ---> 2c77c66ed105 22:36:05 22:36:05 Step 10/23 : FROM alpine:3.12 22:36:05 ---> afeebe901d6b 22:36:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:36:06 ---> Running in 65fa1687b9d6 22:36:06 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 22:36:06 go: downloading gopkg.in/yaml.v2 v2.4.0 22:36:06 Removing intermediate container 281d4e095242 22:36:06 ---> 31431037ea9b 22:36:06 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 22:36:06 ---> 37412b4942b6 22:36:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:36:06 Removing intermediate container ece459ba752b 22:36:06 ---> c5245a36eb32 22:36:06 22:36:06 Step 10/22 : FROM alpine:3.12 22:36:06 ---> afeebe901d6b 22:36:06 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:36:06 ---> Running in a8c0589f01cc 22:36:07 ---> Running in e0825a68b9f1 22:36:07 ---> c8a4acb3b6c2 22:36:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:36:08 Removing intermediate container a8c0589f01cc 22:36:08 ---> a1b5a4cbb85f 22:36:08 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:36:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:36:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:36:09 (1/1) Installing dumb-init (1.2.2-r1) 22:36:09 Executing busybox-1.31.1-r19.trigger 22:36:09 OK: 5 MiB in 15 packages 22:36:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:36:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:36:10 ---> 5da859e3a207 22:36:10 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:36:10 (1/1) Installing dumb-init (1.2.2-r1) 22:36:10 Executing busybox-1.31.1-r19.trigger 22:36:10 OK: 5 MiB in 15 packages 22:36:10 ---> 799dc4916954 22:36:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:36:10 ---> Running in cafba22c6775 22:36:10 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 22:36:11 Removing intermediate container 65fa1687b9d6 22:36:11 ---> 7c817d68edf6 22:36:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:36:11 ---> Running in 2d0b83e74500 22:36: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 22:36:12 Removing intermediate container e0825a68b9f1 22:36:12 ---> b99a1c93dee4 22:36:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:36:12 Removing intermediate container 2d0b83e74500 22:36:12 ---> 98790728d491 22:36:12 Step 13/23 : ENV APP_PORT=48082 22:36:12 ---> a8a6d0ddd1fc 22:36:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:36:12 ---> Running in e4a4da5b7d8f 22:36:12 ---> Running in 3cfb34bb0f1c 22:36:13 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 22:36:13 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 22:36:13 go: downloading github.com/stretchr/testify v1.7.0 22:36:13 go: downloading github.com/davecgh/go-spew v1.1.1 22:36:13 go: downloading github.com/pmezard/go-difflib v1.0.0 22:36:13 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:36:13 Removing intermediate container 3cfb34bb0f1c 22:36:13 ---> 8e85c57264c3 22:36:13 Step 14/23 : EXPOSE $APP_PORT 22:36:13 Removing intermediate container e4a4da5b7d8f 22:36:14 ---> 2b1c847364a9 22:36:14 Step 13/22 : ENV APP_PORT=48085 22:36:14 ---> Running in 15e4cc880ac7 22:36:14 ---> Running in 95897dfc3e17 22:36:14 ---> d47c60d7d7e3 22:36:14 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/ 22:36:14 Removing intermediate container cafba22c6775 22:36:14 ---> 56c68649a0ed 22:36:14 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 22:36:14 ---> Running in 044d3a894e88 22:36:14 Removing intermediate container 15e4cc880ac7 22:36:14 ---> 0f12d31c14b6 22:36:14 Step 15/23 : WORKDIR / 22:36:14 Removing intermediate container 95897dfc3e17 22:36:14 ---> baec8e790045 22:36:14 Step 14/22 : EXPOSE $APP_PORT 22:36:15 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 22:36:15 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:36:15 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:36:15 ---> Running in 4d4d49f38c7c 22:36:15 ---> Running in 0292fc260bba 22:36:15 ---> 56e57a781294 22:36:15 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:36:16 Removing intermediate container 4d4d49f38c7c 22:36:16 ---> bf737ed7763c 22:36:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:36:16 Removing intermediate container 0292fc260bba 22:36:16 ---> 2a120e891e9b 22:36:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:36:16 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 22:36:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:36:17 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 22:36:18 ---> b128ee1adf79 22:36:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:36:18 ---> f4d11bf6501a 22:36:18 ---> 8ce0d951d425 22:36:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:36:18 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:36:18 Removing intermediate container 044d3a894e88 22:36:18 ---> 50bdf3a702ba 22:36:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:36:18 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 22:36:19 ---> Running in ceee933c4ade 22:36:19 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 22:36:19 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:36:19 Removing intermediate container 8927b9a90876 22:36:19 ---> 91594e3cea11 22:36:19 22:36:19 Step 10/23 : FROM alpine:3.12 22:36:19 ---> afeebe901d6b 22:36:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:36:19 ---> 8ed9816aba53 22:36:19 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:36:20 ---> Running in fb7cd960e3c2 22:36:20 Removing intermediate container ceee933c4ade 22:36:20 ---> fc978e914acd 22:36:20 Step 22/24 : LABEL arch=arm64 22:36:20 ---> 1d9e578e8abc 22:36:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:36:20 ---> 68c303c74a8a 22:36:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:36:20 ---> Running in 609508644de2 22:36:20 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 22:36:20 go: downloading github.com/lib/pq v1.9.0 22:36:20 Removing intermediate container fb7cd960e3c2 22:36:20 ---> 976997c68666 22:36:20 Step 12/23 : ENV APP_PORT=48080 22:36:21 ---> 578704fec8df 22:36:21 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 22:36:21 ---> Running in 0bef76371e36 22:36:21 Removing intermediate container 609508644de2 22:36:21 ---> c0d07bc064b3 22:36:21 Step 23/24 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:36:21 ---> 768a8b022941 22:36:21 Step 19/23 : ENTRYPOINT ["/core-command"] 22:36:21 ---> Running in b133638afa1e 22:36:21 ---> 9dbb1dcb7d99 22:36:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:36:21 ---> Running in c02a3a009f16 22:36:21 ---> Running in 4200510121fb 22:36:21 Removing intermediate container 0bef76371e36 22:36:21 ---> c71599b77b31 22:36:21 Step 13/23 : EXPOSE $APP_PORT 22:36:21 ---> Running in e0673093d52f 22:36:21 ---> Running in 698f11a08b1d 22:36:21 Removing intermediate container b133638afa1e 22:36:22 ---> 66e39c17e903 22:36:22 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:36:22 Removing intermediate container c02a3a009f16 22:36:22 ---> 4b5f9b9e4a7a 22:36:22 Step 24/24 : LABEL version=0.0.0 22:36:22 Removing intermediate container 4200510121fb 22:36:22 ---> c6afc4b16bcf 22:36:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:36:22 Removing intermediate container e0673093d52f 22:36:22 ---> b6da7904bf43 22:36:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:36:22 ---> Running in ac18cb98034d 22:36:22 ---> Running in c5ec44bd7d03 22:36:22 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 22:36:22 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 22:36:22 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 22:36:22 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 22:36:22 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 22:36:22 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 22:36:22 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 22:36:22 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 22:36:22 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 22:36:22 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 22:36:22 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 22:36:22 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 22:36:22 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 22:36:22 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 22:36:22 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 22:36:22 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 22:36:22 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 22:36:22 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 22:36:22 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 22:36:22 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 22:36:22 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 22:36:22 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 22:36:22 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 22:36:22 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 22:36:22 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 22:36:22 ---> Running in f00d8f213bf0 22:36:22 Removing intermediate container 698f11a08b1d 22:36:22 ---> db8998290385 22:36:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:36:22 ---> Running in 1afcf738c450 22:36:22 ---> 365b8e5294ab 22:36:22 Step 25/30 : RUN chmod +x /entrypoint.sh 22:36:23 Removing intermediate container ac18cb98034d 22:36:23 ---> 8de88dacd4b3 22:36:23 22:36:23 Removing intermediate container c5ec44bd7d03 22:36:23 ---> f520042e5582 22:36:23 Step 21/23 : LABEL arch=arm64 22:36:23 Removing intermediate container f00d8f213bf0 22:36:23 ---> 50f2b1360052 22:36:23 Step 20/22 : LABEL arch=arm64 22:36:23 Building version 22:36:23 + snapcraftctl build 22:36:23 ---> Running in 8d81f2778bc0 22:36:23 ---> Running in 4fe7d5c6cf3e 22:36:23 ---> Running in ddfbdf968f48 22:36:24 Successfully built 8de88dacd4b3 22:36:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:36:24 Building docker-support-notifications-go 22:36:24  Building docker-security-secretstore-setup-go ... done Removing intermediate container ddfbdf968f48 22:36:24 ---> 990d84d41bdf 22:36:24 Step 21/22 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:36:24 Removing intermediate container 4fe7d5c6cf3e 22:36:24 ---> 1038b900d2d9 22:36:24 Step 22/23 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:36:24 ---> Running in a531c0350574 22:36:24 ---> Running in 08346b1d3c61 22:36:25 Staging config-common 22:36:25 + snapcraftctl stage 22:36:26 Removing intermediate container 08346b1d3c61 22:36:26 ---> 01851ebba4ee 22:36:26 Step 22/22 : LABEL version=0.0.0 22:36:26 Removing intermediate container a531c0350574 22:36:26 ---> 3ffc73649989 22:36:26 Step 23/23 : LABEL version=0.0.0 22:36:26 Skipping stage go-build-helper (already ran) 22:36:26 Skipping stage static-packages (already ran) 22:36:26 Skipping stage go115 (already ran) 22:36:26 Staging edgex-go 22:36:26 + snapcraftctl stage 22:36:26 ---> Running in ad09aa44a9df 22:36:26 Removing intermediate container 1afcf738c450 22:36:26 ---> 5d467d4da47d 22:36:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:36:27 ---> Running in 99633e084313 22:36:27 Staging version 22:36:27 + snapcraftctl stage 22:36:27 ---> Running in d09c333df475 22:36:27 Removing intermediate container ad09aa44a9df 22:36:27 ---> 9958deb61f59 22:36:27 22:36:27 Removing intermediate container 99633e084313 22:36:27 ---> a55923c48297 22:36:27 22:36:27 Removing intermediate container 8d81f2778bc0 22:36:27 ---> b943451d376c 22:36:27 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 22:36:28 Priming config-common 22:36:28 + snapcraftctl prime 22:36:28 Successfully built a55923c48297 22:36:28 Successfully tagged docker-core-command-go-arm64:latest 22:36:28  Building docker-core-command-go ... done Building docker-core-metadata-go 22:36:28 ---> Running in dec10375ec59 22:36:28 Successfully built 9958deb61f59 22:36:28 Successfully tagged docker-support-scheduler-go-arm64:latest 22:36:28  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 22:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:36:29 Priming go-build-helper 22:36:29 + snapcraftctl prime 22:36:29 Removing intermediate container dec10375ec59 22:36:29 ---> ec7364bac6c0 22:36:29 Step 27/30 : CMD ["gate"] 22:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:36:29 ---> Running in 83aa07dc9b62 22:36:30 Removing intermediate container 83aa07dc9b62 22:36:30 ---> 17ee4cb8869c 22:36:30 Step 28/30 : LABEL arch=arm64 22:36:30 Priming static-packages 22:36:30 + snapcraftctl prime 22:36:30 (1/6) Installing dumb-init (1.2.2-r1) 22:36:30 (2/6) Installing libgcc (9.3.0-r2) 22:36:30 (3/6) Installing libsodium (1.0.18-r0) 22:36:30 (4/6) Installing libstdc++ (9.3.0-r2) 22:36:30 ---> Running in 5faf0e8ad036 22:36:30 (5/6) Installing libzmq (4.3.3-r0) 22:36:30 (6/6) Installing zeromq (4.3.3-r0) 22:36:30 Executing busybox-1.31.1-r19.trigger 22:36:30 OK: 8 MiB in 20 packages 22:36:31 Removing intermediate container 5faf0e8ad036 22:36:31 ---> cf1cb47c0e79 22:36:31 Step 29/30 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:36:32 ---> Running in 29f75cb98ae9 22:36:32 Priming go115 22:36:32 + snapcraftctl prime 22:36:32 Removing intermediate container 29f75cb98ae9 22:36:32 ---> 958766af0bc8 22:36:32 Step 30/30 : LABEL version=0.0.0 22:36:33 Removing intermediate container d09c333df475 22:36:33 ---> 403aba889107 22:36:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:36:33 Priming edgex-go 22:36:33 + snapcraftctl prime 22:36:33 ---> Running in e200a3035b01 22:36:34 Priming version 22:36:34 + snapcraftctl prime 22:36:34 ---> f36875e1b0aa 22:36:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:36:34 Removing intermediate container e200a3035b01 22:36:34 ---> 45cf4d90b95a 22:36:34 22:36:34 Successfully built 45cf4d90b95a 22:36:34 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:36:34  Building docker-security-bootstrapper-go ... done Building docker-sys-mgmt-agent-go 22:36:35 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 22:36:35 ---> 6760b72ee627 22:36:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 22:36:36 ---> 12c4e16a039d 22:36:36 Step 19/23 : ENTRYPOINT ["/core-data"] 22:36:36 ---> Running in 16293eb43257 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:36:37 Removing intermediate container 16293eb43257 22:36:37 ---> d8ae725f6f4b 22:36:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:36:38 ---> Running in d093cc7469c9 22:36:39 Removing intermediate container d093cc7469c9 22:36:39 ---> 876487691e0d 22:36:39 Step 21/23 : LABEL arch=arm64 22:36:39 ---> Running in 9c1e2f686ed3 22:36:39 Removing intermediate container 9c1e2f686ed3 22:36:39 ---> 3ee7e64929d7 22:36:39 Step 22/23 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:36:40 ---> Running in f01d014ea15a 22:36:40 Removing intermediate container f01d014ea15a 22:36:40 ---> 5be8ff6d1242 22:36:40 Step 23/23 : LABEL version=0.0.0 22:36:41 ---> Running in ade8e2dd8354 22:36:41 Removing intermediate container ade8e2dd8354 22:36:41 ---> 973dd46916bb 22:36:41 22:36:42 Successfully built 973dd46916bb 22:36:42 Successfully tagged docker-core-data-go-arm64:latest 22:37:14  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:37:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:37:14 ---> 38f4a2e8a8ca 22:37:14 Step 3/22 : WORKDIR /edgex-go 22:37:14 ---> Using cache 22:37:14 ---> 60c18f81fe26 22:37:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:37:14 ---> Using cache 22:37:14 ---> e05e32f777d5 22:37:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:37:17 ---> Running in 5618c1fd3dbd 22:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:20 OK: 217 MiB in 51 packages 22:37:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:37:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:37:21 ---> 38f4a2e8a8ca 22:37:21 Step 3/21 : WORKDIR /edgex-go 22:37:21 ---> Using cache 22:37:21 ---> 60c18f81fe26 22:37:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:37:21 ---> Using cache 22:37:21 ---> e05e32f777d5 22:37:21 Step 5/21 : RUN apk add --update --no-cache make git 22:37:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:37:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:37:21 ---> 38f4a2e8a8ca 22:37:21 Step 3/23 : WORKDIR /edgex-go 22:37:21 ---> Using cache 22:37:21 ---> 60c18f81fe26 22:37:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:37:21 ---> Using cache 22:37:21 ---> e05e32f777d5 22:37:21 Step 5/23 : RUN apk add --update --no-cache make git 22:37:22 ---> Running in 615112ba65e5 22:37:22 ---> Running in a3916cd14ee5 22:37:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:37:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:37:22 ---> 38f4a2e8a8ca 22:37:22 Step 3/26 : WORKDIR /edgex-go 22:37:22 ---> Using cache 22:37:22 ---> 60c18f81fe26 22:37:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:37:22 ---> Using cache 22:37:22 ---> e05e32f777d5 22:37:22 Step 5/26 : RUN apk add --update --no-cache make bash git 22:37:23 ---> Running in 1abd34e49f68 22:37:23 Removing intermediate container 5618c1fd3dbd 22:37:23 ---> 115df7c19bb1 22:37:23 Step 6/22 : COPY go.mod . 22:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:24 ---> 56bf88cc6247 22:37:24 Step 7/22 : RUN go mod download 22:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:24 ---> Running in d42c64a47bbe 22:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:25 OK: 217 MiB in 51 packages 22:37:25 OK: 217 MiB in 51 packages 22:37:25 OK: 217 MiB in 51 packages 22:37:27 Removing intermediate container a3916cd14ee5 22:37:27 ---> 353e9e2af682 22:37:27 Step 6/21 : COPY go.mod . 22:37:27 Removing intermediate container 615112ba65e5 22:37:27 ---> d8ee28e4763f 22:37:27 Step 6/23 : COPY go.mod . 22:37:27 Removing intermediate container 1abd34e49f68 22:37:27 ---> 19146b8fb4c1 22:37:27 Step 6/26 : COPY go.mod . 22:37:27 Removing intermediate container d42c64a47bbe 22:37:27 ---> 50d8f401ae95 22:37:27 Step 8/22 : COPY . . 22:37:28 ---> 8f512bcfa3db 22:37:28 Step 7/21 : RUN go mod download 22:37:28 ---> Running in a2a0ebc5c2a6 22:37:28 ---> 7352bb5996f1 22:37:28 Step 7/23 : RUN go mod download 22:37:28 ---> 4151ad4f119e 22:37:28 Step 7/26 : RUN go mod download 22:37:28 ---> Running in 131b3b012441 22:37:29 ---> Running in 0b801b223843 22:37:32 Removing intermediate container a2a0ebc5c2a6 22:37:32 ---> f57cb9443b00 22:37:32 Step 8/21 : COPY . . 22:37:33 Removing intermediate container 131b3b012441 22:37:33 ---> 3038623a69d4 22:37:33 Step 8/23 : COPY . . 22:37:33 Removing intermediate container 0b801b223843 22:37:33 ---> 902237451791 22:37:33 Step 8/26 : COPY . . 22:37:52 ---> ca21664104e6 22:37:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:37:52 ---> 58e350807d53 22:37:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:37:52 ---> 5c22c5ee4deb 22:37:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:37:52 ---> ae9a5d081ab5 22:37:52 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:37:52 ---> Running in 1a3952d699a1 22:37:52 ---> Running in d2636530461c 22:37:52 ---> Running in 562011eb8432 22:37:52 ---> Running in 26cdebfa0b58 22:37:53 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 22:37:54 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 22:37:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:37:54 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 22:39:16 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 22:39:18 Removing intermediate container d2636530461c 22:39:18 ---> ff85faf34033 22:39:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:39:18 ---> Running in 623d2e8d4226 22:39:18 Removing intermediate container 562011eb8432 22:39:18 ---> 850c6e00b59e 22:39:18 22:39:18 Step 10/21 : FROM alpine:3.12 22:39:18 ---> afeebe901d6b 22:39:18 Step 11/21 : RUN apk add --update --no-cache curl 22:39:18 ---> Running in 404555561b35 22:39:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:39:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:39:21 (1/4) Installing ca-certificates (20191127-r4) 22:39:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:39:21 (3/4) Installing libcurl (7.69.1-r3) 22:39:21 (4/4) Installing curl (7.69.1-r3) 22:39:21 Executing busybox-1.31.1-r19.trigger 22:39:21 Executing ca-certificates-20191127-r4.trigger 22:39:22 OK: 7 MiB in 18 packages 22:39:24 Removing intermediate container 404555561b35 22:39:24 ---> 7a82cf2aaeba 22:39:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:39:25 ---> Running in d629a2373f04 22:39:25 Removing intermediate container 623d2e8d4226 22:39:25 ---> b0153dac0bd9 22:39:25 22:39:25 Step 11/26 : FROM docker:20.10.0 22:39:25 20.10.0: Pulling from library/docker 22:39:25 Removing intermediate container d629a2373f04 22:39:25 ---> 2c851f6c277c 22:39:25 Step 13/21 : WORKDIR /edgex 22:39:26 ---> Running in 20c4042cd7ca 22:39:26 Removing intermediate container 1a3952d699a1 22:39:26 ---> 26e49556e13b 22:39:26 22:39:26 Step 10/22 : FROM alpine:3.12 22:39:26 ---> afeebe901d6b 22:39:26 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:39:27 ---> Running in b4f66669e6ed 22:39:27 Removing intermediate container 20c4042cd7ca 22:39:27 ---> f56818495745 22:39:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:39:29 ---> 40de9f163b8a 22:39:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:39:30 (1/2) Installing ca-certificates (20191127-r4) 22:39:30 (2/2) Installing dumb-init (1.2.2-r1) 22:39:30 Executing busybox-1.31.1-r19.trigger 22:39:30 Executing ca-certificates-20191127-r4.trigger 22:39:30 OK: 6 MiB in 16 packages 22:39:32 ---> ace1d456635f 22:39:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:39:32 Removing intermediate container b4f66669e6ed 22:39:32 ---> 6e4243c8891c 22:39:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:39:33 ---> Running in 52d43bac9124 22:39:33 Removing intermediate container 26cdebfa0b58 22:39:33 ---> e6f27137f58e 22:39:33 22:39:33 Step 10/23 : FROM alpine:3.12 22:39:33 ---> afeebe901d6b 22:39:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:39:33 ---> Using cache 22:39:33 ---> b99a1c93dee4 22:39:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:39:33 ---> Using cache 22:39:33 ---> 2b1c847364a9 22:39:33 Step 13/23 : ENV APP_PORT=48081 22:39:34 ---> Running in 363e4893088c 22:39:34 ---> dfeba6751e74 22:39:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:39:34 Removing intermediate container 52d43bac9124 22:39:34 ---> e86ff42681ed 22:39:34 Step 13/22 : ENV APP_PORT=48060 22:39:34 ---> Running in 3ec688e2abd7 22:39:34 ---> Running in e32a281c410e 22:39:35 Removing intermediate container 363e4893088c 22:39:35 ---> 548885a3dd4a 22:39:35 Step 14/23 : EXPOSE $APP_PORT 22:39:35 Removing intermediate container e32a281c410e 22:39:35 ---> 0e8e2f584efa 22:39:35 Step 14/22 : EXPOSE $APP_PORT 22:39:35 ---> Running in 4c4d014df9f1 22:39:36 Removing intermediate container 3ec688e2abd7 22:39:36 ---> 3a9333410095 22:39:36 Step 18/21 : CMD ["--init=true"] 22:39:36 ---> Running in 72ac35b36a9a 22:39:36 ---> Running in f9b869d6b439 22:39:36 Removing intermediate container 4c4d014df9f1 22:39:36 ---> 5fb33183c94b 22:39:36 Step 15/23 : WORKDIR / 22:39:36 ---> Running in 98de7d9372c5 22:39:36 Removing intermediate container 72ac35b36a9a 22:39:36 ---> a22280b2e90a 22:39:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:39:36 Removing intermediate container f9b869d6b439 22:39:36 ---> 4bddfb478391 22:39:36 Step 19/21 : LABEL arch=arm64 22:39:37 ---> Running in 5e08848385ff 22:39:37 Removing intermediate container 98de7d9372c5 22:39:37 ---> f420922bc213 22:39:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:39:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:39:37 Status: Downloaded newer image for docker:20.10.0 22:39:37 ---> eeaf43b92773 22:39:37 Step 12/26 : RUN apk add --no-cache bash 22:39:37 Removing intermediate container 5e08848385ff 22:39:37 ---> c31565356635 22:39:37 Step 20/21 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:39:37 ---> Running in 9202e26953b2 22:39:37 ---> Running in 54da997d6c92 22:39:37 ---> 5e94dae25bd5 22:39:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:39:38 ---> f60919cb6f6a 22:39:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:39:38 Removing intermediate container 54da997d6c92 22:39:38 ---> 06e45d4fc8a5 22:39:38 Step 21/21 : LABEL version=0.0.0 22:39:39 ---> Running in c3011077fcb6 22:39:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:39:39 ---> df17780a6938 22:39:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:39:39 Removing intermediate container c3011077fcb6 22:39:39 ---> 35dc0fcc7dac 22:39:39 22:39:39 (1/2) Installing readline (8.0.4-r0) 22:39:40 (2/2) Installing bash (5.0.17-r0) 22:39:40 Executing bash-5.0.17-r0.post-install 22:39:40 Executing busybox-1.31.1-r19.trigger 22:39:40 OK: 12 MiB in 22 packages 22:39:40 Successfully built 35dc0fcc7dac 22:39:40 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:39:40  Building docker-security-proxy-setup-go ... done  ---> 9d29e52f3598 22:39:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:39:40 ---> 7ac5b58b96de 22:39:40 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:39:40 ---> Running in ce91e9b5c461 22:39:41 ---> b8902492d7bc 22:39:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:39:41 Removing intermediate container ce91e9b5c461 22:39:41 ---> ae24eb116f65 22:39:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:39:41 ---> Running in e4ef2f72d975 22:39:41 ---> Running in 7ad53aa806d1 22:39:41 Removing intermediate container 9202e26953b2 22:39:41 ---> f20ae24a69e7 22:39:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:39:41 ---> Running in bbad2a886c48 22:39:42 Removing intermediate container e4ef2f72d975 22:39:42 ---> 31b065baad4d 22:39:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:39:42 Removing intermediate container 7ad53aa806d1 22:39:42 ---> e21e1a950c45 22:39:42 Step 20/22 : LABEL arch=arm64 22:39:42 ---> Running in f5b762741620 22:39:42 ---> Running in c832fe0d4aa3 22:39:42 Removing intermediate container bbad2a886c48 22:39:42 ---> 35891d07214c 22:39:42 Step 14/26 : ENV APP_PORT=48090 22:39:42 ---> Running in ca8307ea9a44 22:39:42 Removing intermediate container f5b762741620 22:39:42 ---> c06a2931089f 22:39:42 Step 21/23 : LABEL arch=arm64 22:39:42 Removing intermediate container c832fe0d4aa3 22:39:42 ---> 64e6429bc3ad 22:39:42 Step 21/22 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:39:42 ---> Running in 2530d41825ba 22:39:43 ---> Running in 1c44e4ddd519 22:39:43 Removing intermediate container ca8307ea9a44 22:39:43 ---> 46edff793428 22:39:43 Step 15/26 : EXPOSE $APP_PORT 22:39:43 ---> Running in 63493f1bbb9f 22:39:43 Removing intermediate container 2530d41825ba 22:39:43 ---> 0c3cb2d41138 22:39:43 Step 22/23 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:39:43 ---> Running in 1dab64b89659 22:39:43 Removing intermediate container 1c44e4ddd519 22:39:43 ---> 281ad3f83d87 22:39:43 Step 22/22 : LABEL version=0.0.0 22:39:43 ---> Running in f22c81cbb55b 22:39:43 Removing intermediate container 63493f1bbb9f 22:39:43 ---> db813c844299 22:39:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:39:44 Removing intermediate container 1dab64b89659 22:39:44 ---> 877aa26354c5 22:39:44 Step 23/23 : LABEL version=0.0.0 22:39:44 ---> Running in 87649f401c40 22:39:44 Removing intermediate container f22c81cbb55b 22:39:44 ---> 6471cbfd7432 22:39:44 22:39:45 Successfully built 6471cbfd7432 22:39:45 Successfully tagged docker-support-notifications-go-arm64:latest 22:39:45  Building docker-support-notifications-go ... done Removing intermediate container 87649f401c40 22:39:45 ---> 545db22ba71e 22:39:45 22:39:45 ---> d1cc42b0921d 22:39:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:39:45 Successfully built 545db22ba71e 22:39:45 Successfully tagged docker-core-metadata-go-arm64:latest 22:39:46  Building docker-core-metadata-go ... done  ---> b1cbcfd1973c 22:39:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:39:46 ---> 6671578eb31e 22:39:46 Step 19/26 : RUN apk --no-cache add py3-pip 22:39:47 ---> Running in 823dfd968bfb 22:39:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:39:48 (1/33) Installing libbz2 (1.0.8-r1) 22:39:48 (2/33) Installing expat (2.2.9-r1) 22:39:48 (3/33) Installing libffi (3.3-r2) 22:39:48 (4/33) Installing gdbm (1.13-r1) 22:39:48 (5/33) Installing xz-libs (5.2.5-r0) 22:39:48 (6/33) Installing sqlite-libs (3.32.1-r0) 22:39:48 (7/33) Installing python3 (3.8.5-r1) 22:39:50 (8/33) Installing py3-appdirs (1.4.4-r1) 22:39:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:39:50 (10/33) Installing py3-parsing (2.4.7-r0) 22:39:50 (11/33) Installing py3-six (1.15.0-r0) 22:39:50 (12/33) Installing py3-packaging (20.4-r0) 22:39:50 (13/33) Installing py3-setuptools (47.0.0-r0) 22:39:50 (14/33) Installing py3-chardet (3.0.4-r4) 22:39:50 (15/33) Installing py3-idna (2.9-r0) 22:39:50 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:39:50 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:39:50 (18/33) Installing py3-requests (2.23.0-r0) 22:39:50 (19/33) Installing py3-msgpack (1.0.0-r0) 22:39:50 (20/33) Installing py3-lockfile (0.12.2-r3) 22:39:50 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:39:50 (22/33) Installing py3-colorama (0.4.3-r0) 22:39:50 (23/33) Installing py3-distlib (0.3.0-r0) 22:39:50 (24/33) Installing py3-distro (1.5.0-r1) 22:39:50 (25/33) Installing py3-webencodings (0.5.1-r3) 22:39:50 (26/33) Installing py3-html5lib (1.0.1-r4) 22:39:50 (27/33) Installing py3-pytoml (0.1.21-r0) 22:39:50 (28/33) Installing py3-pep517 (0.8.2-r0) 22:39:50 (29/33) Installing py3-progress (1.5-r0) 22:39:50 (30/33) Installing py3-toml (0.10.1-r0) 22:39:51 (31/33) Installing py3-retrying (1.3.3-r0) 22:39:51 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:39:51 (33/33) Installing py3-pip (20.1.1-r0) 22:39:51 Executing busybox-1.31.1-r19.trigger 22:39:51 OK: 71 MiB in 55 packages 22:39:57 Removing intermediate container 823dfd968bfb 22:39:57 ---> 4b05fd875b3b 22:39:57 Step 20/26 : RUN pip install docker-compose==1.23.2 22:39:58 ---> Running in d9bc437306c2 22:40:03 Collecting docker-compose==1.23.2 22:40:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:40:03 Collecting PyYAML<4,>=3.10 22:40:03 Downloading PyYAML-3.13.tar.gz (270 kB) 22:40:07 Collecting dockerpty<0.5,>=0.4.1 22:40:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:40:08 Collecting docopt<0.7,>=0.6.1 22:40:08 Downloading docopt-0.6.2.tar.gz (25 kB) 22:40: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) 22:40:10 Collecting cached-property<2,>=1.2.0 22:40:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:40:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:40:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:40:12 Collecting jsonschema<3,>=2.5.1 22:40:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:40:12 Collecting texttable<0.10,>=0.9.0 22:40:12 Downloading texttable-0.9.1.tar.gz (11 kB) 22:40:14 Collecting websocket-client<1.0,>=0.32.0 22:40:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:40:15 Collecting docker<4.0,>=3.6.0 22:40:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:40:16 Collecting idna<2.8,>=2.5 22:40:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:40:16 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) 22:40:16 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) 22:40:16 Collecting urllib3<1.25,>=1.21.1 22:40:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:40:17 Collecting docker-pycreds>=0.4.0 22:40:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:40:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:40:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:40:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:40:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:40:18 Installing collected packages: PyYAML, dockerpty, docopt, cached-property, idna, urllib3, requests, jsonschema, texttable, websocket-client, docker-pycreds, docker, docker-compose 22:40:18 Running setup.py install for PyYAML: started 22:40:20 Running setup.py install for PyYAML: finished with status 'done' 22:40:20 Running setup.py install for dockerpty: started 22:40:22 Running setup.py install for dockerpty: finished with status 'done' 22:40:22 Running setup.py install for docopt: started 22:40:23 Running setup.py install for docopt: finished with status 'done' 22:40:23 Attempting uninstall: idna 22:40:23 Found existing installation: idna 2.9 22:40:23 Uninstalling idna-2.9: 22:40:23 Successfully uninstalled idna-2.9 22:40:24 Attempting uninstall: urllib3 22:40:24 Found existing installation: urllib3 1.25.9 22:40:24 Uninstalling urllib3-1.25.9: 22:40:24 Successfully uninstalled urllib3-1.25.9 22:40:25 Attempting uninstall: requests 22:40:25 Found existing installation: requests 2.23.0 22:40:25 Uninstalling requests-2.23.0: 22:40:25 Successfully uninstalled requests-2.23.0 22:40:25 Running setup.py install for texttable: started 22:40:27 Running setup.py install for texttable: finished with status 'done' 22:40:29 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 22:40:33 Removing intermediate container d9bc437306c2 22:40:33 ---> 91fdfaf58499 22:40:33 Step 21/26 : RUN apk --no-cache add curl 22:40:33 ---> Running in e0ffe9a6e7fb 22:40:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:40:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:40:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:40:35 (2/3) Installing libcurl (7.69.1-r3) 22:40:35 (3/3) Installing curl (7.69.1-r3) 22:40:35 Executing busybox-1.31.1-r19.trigger 22:40:35 OK: 71 MiB in 58 packages 22:40:36 Removing intermediate container e0ffe9a6e7fb 22:40:36 ---> f0befa94ce85 22:40:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:40:36 ---> Running in c192a0d50863 22:40:37 Removing intermediate container c192a0d50863 22:40:37 ---> 6e95d9438d21 22:40:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:40:37 ---> Running in 4d783da373ef 22:40:37 Removing intermediate container 4d783da373ef 22:40:37 ---> 8c7ce1a2fb45 22:40:37 Step 24/26 : LABEL arch=arm64 22:40:37 ---> Running in 8a01b76f7b31 22:40:38 Removing intermediate container 8a01b76f7b31 22:40:38 ---> a4e1812a15c4 22:40:38 Step 25/26 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 22:40:38 ---> Running in 286b3d0175d6 22:40:39 Removing intermediate container 286b3d0175d6 22:40:39 ---> 4441aee7d892 22:40:39 Step 26/26 : LABEL version=0.0.0 22:40:39 ---> Running in 2d7ba5f1e0cf 22:40:39 Removing intermediate container 2d7ba5f1e0cf 22:40:39 ---> 3450a0eda8a2 22:40:39 22:40:39 Successfully built 3450a0eda8a2 22:40:39 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:40:40  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:40:40 $ docker stop --time=1 a60661fa2a7ebe000afcbbcc0a34975bc311b20bd6faf07781dde0e0be41ea90 22:40:42 $ docker rm -f a60661fa2a7ebe000afcbbcc0a34975bc311b20bd6faf07781dde0e0be41ea90 [Pipeline] // withDockerContainer [Pipeline] sh 22:40:43 + docker+ images 22:40:43 grep docker 22:40:43 docker-sys-mgmt-agent-go-arm64 latest 3450a0eda8a2 4 seconds ago 300MB 22:40:43 docker-support-notifications-go-arm64 latest 6471cbfd7432 59 seconds ago 16.8MB 22:40:43 docker-core-metadata-go-arm64 latest 545db22ba71e 59 seconds ago 17.9MB 22:40:43 docker-security-proxy-setup-go-arm64 latest 35dc0fcc7dac About a minute ago 23.4MB 22:40:43 docker-core-data-go-arm64 latest 973dd46916bb 4 minutes ago 21.1MB 22:40:43 docker-security-bootstrapper-go-arm64 latest 45cf4d90b95a 4 minutes ago 17.3MB 22:40:43 docker-core-command-go-arm64 latest a55923c48297 4 minutes ago 16.2MB 22:40:43 docker-support-scheduler-go-arm64 latest 9958deb61f59 4 minutes ago 16.3MB 22:40:43 docker-security-secretstore-setup-go-arm64 latest 8de88dacd4b3 4 minutes ago 23.7MB 22:40:43 docker 20.10.0 eeaf43b92773 2 months 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 22:40:45 provisioning config files... 22:40:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config5228691148641313652tmp [Pipeline] { [Pipeline] sh 22:40:45 + set +x 22:40:45 + curl -s https://codecov.io/bash 22:40:45 + bash -s -- 22:40:46 22:40:46 _____ _ 22:40:46 / ____| | | 22:40:46 | | ___ __| | ___ ___ _____ __ 22:40:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:40:46 | |___| (_) | (_| | __/ (_| (_) \ V / 22:40:46 \_____\___/ \__,_|\___|\___\___/ \_/ 22:40:46 Bash-20210129-7c25fce 22:40:46 22:40:46 22:40:46 ==> git version 2.24.3 found 22:40:46 ==> 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 22:40:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:40:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:40:46 ==> Jenkins CI detected. 22:40:46 project root: . 22:40:46 --> token set from env 22:40:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:40:46 ==> Running gcov in . (disable via -X gcov) 22:40:46 ==> Python coveragepy not found 22:40:46 ==> Searching for coverage reports in: 22:40:46 + . 22:40:46 -> Found 1 reports 22:40:46 ==> Detecting git/mercurial file structure 22:40:46 ==> Reading reports 22:40:46 + ./coverage.out bytes=594620 22:40:46 ==> Appending adjustments 22:40:46 https://docs.codecov.io/docs/fixing-reports 22:40:49 + Found adjustments 22:40:49 ==> Gzipping contents 22:40:49 88K /tmp/codecov.VbLC1E.gz 22:40:49 ==> Uploading reports 22:40:49 url: https://codecov.io 22:40:49 query: branch=PR-3179&commit=e54cfd9c710957aad988883a971c997414681ca3&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3179%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3179&job=&cmd_args= 22:40:49 -> Pinging Codecov 22:40:49 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3179&commit=e54cfd9c710957aad988883a971c997414681ca3&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3179%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3179&job=&cmd_args= 22:40:51 -> Uploading to 22:40:51 https://storage.googleapis.com/codecov/v4/raw/2021-02-22/00271124DB129430A58F1EEE437C3FCB/e54cfd9c710957aad988883a971c997414681ca3/24cdfbb5-71eb-4242-acbe-aebc90f77697.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T224051Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c839c8c9d830f92d5e8586c68cba689754da524832e4dc1a94292f4847c40933 22:40:51 % Total % Received % Xferd Average Speed Time Time Time Current 22:40:51 Dload Upload Total Spent Left Speed 22:40:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88867 0 0 100 88867 0 147k --:--:-- --:--:-- --:--:-- 147k 22:40:52 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e54cfd9c710957aad988883a971c997414681ca3 [Pipeline] } 22:40:52 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 22:40:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:40:55 ---> package-listing.sh 22:40:55 ++ facter osfamily 22:40:55 ++ tr '[:upper:]' '[:lower:]' 22:40:55 + OS_FAMILY=redhat 22:40:55 + workspace=/w/workspace/edgex-go/5 22:40:55 + START_PACKAGES=/tmp/packages_start.txt 22:40:55 + END_PACKAGES=/tmp/packages_end.txt 22:40:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:40:55 + PACKAGES=/tmp/packages_start.txt 22:40:55 + '[' /w/workspace/edgex-go/5 ']' 22:40:55 + PACKAGES=/tmp/packages_end.txt 22:40:55 + case "${OS_FAMILY}" in 22:40:55 + rpm -qa 22:40:55 + sort 22:41:00 + '[' -f /tmp/packages_start.txt ']' 22:41:00 + '[' -f /tmp/packages_end.txt ']' 22:41:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:41:00 + '[' /w/workspace/edgex-go/5 ']' 22:41:00 + mkdir -p /w/workspace/edgex-go/5/archives/ 22:41:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 22:41:00 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:41:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:41:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:41:01 22:41:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:41:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:41:01 alpine: Pulling from edgex-lftools-log-publisher 22:41:01 df20fa9351a1: Pulling fs layer 22:41:01 36b3adc4ff6f: Pulling fs layer 22:41:01 8ad3a11d3b57: Pulling fs layer 22:41:01 46f8f816bc3b: Pulling fs layer 22:41:01 93b61091891f: Pulling fs layer 22:41:01 93b9cdb0e59b: Pulling fs layer 22:41:01 5e14af77c1be: Pulling fs layer 22:41:01 01666e4c0597: Pulling fs layer 22:41:01 aa168da1d23b: Pulling fs layer 22:41:01 93b9cdb0e59b: Waiting 22:41:01 5e14af77c1be: Waiting 22:41:01 01666e4c0597: Waiting 22:41:01 aa168da1d23b: Waiting 22:41:01 46f8f816bc3b: Waiting 22:41:01 93b61091891f: Waiting 22:41:01 36b3adc4ff6f: Verifying Checksum 22:41:01 36b3adc4ff6f: Download complete 22:41:01 46f8f816bc3b: Verifying Checksum 22:41:01 46f8f816bc3b: Download complete 22:41:01 df20fa9351a1: Verifying Checksum 22:41:01 df20fa9351a1: Download complete 22:41:01 93b9cdb0e59b: Verifying Checksum 22:41:01 93b9cdb0e59b: Download complete 22:41:01 5e14af77c1be: Verifying Checksum 22:41:01 5e14af77c1be: Download complete 22:41:01 93b61091891f: Verifying Checksum 22:41:01 93b61091891f: Download complete 22:41:01 01666e4c0597: Verifying Checksum 22:41:01 01666e4c0597: Download complete 22:41:01 8ad3a11d3b57: Verifying Checksum 22:41:01 8ad3a11d3b57: Download complete 22:41:02 df20fa9351a1: Pull complete 22:41:02 36b3adc4ff6f: Pull complete 22:41:03 8ad3a11d3b57: Pull complete 22:41:03 46f8f816bc3b: Pull complete 22:41:04 aa168da1d23b: Verifying Checksum 22:41:04 aa168da1d23b: Download complete 22:41:05 93b61091891f: Pull complete 22:41:05 93b9cdb0e59b: Pull complete 22:41:05 5e14af77c1be: Pull complete 22:41:05 01666e4c0597: Pull complete 22:41:15 aa168da1d23b: Pull complete 22:41:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:41:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:41:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:41:15 prd-centos7-docker-4c-2g-27200 does not seem to be running inside a container 22:41:16 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-lftools-log-publisher:alpine cat 22:41:20 $ docker top 6b36de90a71dfef86b4dd35f5621c302f3f8c4af272bc98213657c890cd7e0f3 -eo pid,comm [Pipeline] { [Pipeline] sh 22:41:21 + touch /tmp/pre-build-complete [Pipeline] sh 22:41:21 + mkdir -p /var/log/sa [Pipeline] sh 22:41:22 + ls /var/log/sa-host 22:41:22 + sadf -c /var/log/sa-host/sa22 22:41:22 file_magic: OK 22:41:22 HZ: Using current value: 100 22:41:22 file_header: OK 22:41:22 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 22:41:22 Statistics: 22:41:22 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... 22:41:22 File successfully converted to sysstat format version 12.2.1 22:41:22 + sadf -c /var/log/sa-host/sa23 22:41:22 file_magic: OK 22:41:22 HZ: Using current value: 100 22:41:22 file_header: OK 22:41:22 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 22:41:22 Statistics: 22:41:22 Hnuu...uuuununununu... 22:41:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:41:22 provisioning config files... 22:41:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config4081529068137642992tmp [Pipeline] { [Pipeline] echo 22:41:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:41:23 ---> create-netrc.sh [Pipeline] } 22:41:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:41:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:41:23 ---> python-tools-install.sh [Pipeline] echo 22:41:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:41:23 ---> sudo-logs.sh 22:41:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:41:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:41:24 ---> job-cost.sh 22:41:24 lf-activate-venv: SKIPPING 22:41:24 INFO: No Stack... 22:41:24 INFO: Retrieving Pricing Info for: v1-standard-2 22:41:25 INFO: Archiving Costs [Pipeline] echo 22:41:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:41:25 ---> logs-deploy.sh 22:41:25 lf-activate-venv: SKIPPING 22:41:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3179/5 22:41:25 INFO: archiving workspace using pattern(s): 22:41:27 Archives upload complete. 22:41:27 INFO: archiving logs to Nexus 22:41:28 ---> uname -a: 22:41:28 Linux prd-centos7-docker-4c-2g-27200.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:41:28 22:41:28 22:41:28 ---> lscpu: 22:41:28 Architecture: x86_64 22:41:28 CPU op-mode(s): 32-bit, 64-bit 22:41:28 Byte Order: Little Endian 22:41:28 Address sizes: 40 bits physical, 48 bits virtual 22:41:28 CPU(s): 4 22:41:28 On-line CPU(s) list: 0-3 22:41:28 Thread(s) per core: 1 22:41:28 Core(s) per socket: 1 22:41:28 Socket(s): 4 22:41:28 NUMA node(s): 1 22:41:28 Vendor ID: GenuineIntel 22:41:28 CPU family: 6 22:41:28 Model: 44 22:41:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:41:28 Stepping: 1 22:41:28 CPU MHz: 2933.442 22:41:28 BogoMIPS: 5866.88 22:41:28 Virtualization: VT-x 22:41:28 Hypervisor vendor: KVM 22:41:28 Virtualization type: full 22:41:28 L1d cache: 128 KiB 22:41:28 L1i cache: 128 KiB 22:41:28 L2 cache: 16 MiB 22:41:28 L3 cache: 64 MiB 22:41:28 NUMA node0 CPU(s): 0-3 22:41:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:41:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:41:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:41:28 Vulnerability Meltdown: Mitigation; PTI 22:41:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:41:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:41:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:41:28 Vulnerability Srbds: Not affected 22:41:28 Vulnerability Tsx async abort: Not affected 22:41:28 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 22:41:28 22:41:28 22:41:28 ---> nproc: 22:41:28 4 22:41:28 22:41:28 22:41:28 ---> df -h: 22:41:28 Filesystem Size Used Available Use% Mounted on 22:41:28 overlay 50.0G 11.3G 38.7G 23% / 22:41:28 tmpfs 64.0M 0 64.0M 0% /dev 22:41:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:41:28 shm 64.0M 0 64.0M 0% /dev/shm 22:41:28 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 22:41:28 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 22:41:28 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 22:41:28 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 22:41:28 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 22:41:28 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 22:41:28 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 22:41:28 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 22:41:28 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/5@tmp 22:41:28 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/5 22:41:28 22:41:28 22:41:28 ---> free -m: 22:41:28 total used free shared buff/cache available 22:41:28 Mem: 1837 703 156 0 977 1051 22:41:28 Swap: 1023 68 955 22:41:28 22:41:28 22:41:28 ---> ip addr: 22:41:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:41:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:41:28 inet 127.0.0.1/8 scope host lo 22:41:28 valid_lft forever preferred_lft forever 22:41:28 inet6 ::1/128 scope host 22:41:28 valid_lft forever preferred_lft forever 22:41:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:41:28 link/ether fa:16:3e:73:e2:89 brd ff:ff:ff:ff:ff:ff 22:41:28 inet 10.30.122.221/23 brd 10.30.123.255 scope global dynamic eth0 22:41:28 valid_lft 85168sec preferred_lft 85168sec 22:41:28 inet6 fe80::f816:3eff:fe73:e289/64 scope link 22:41:28 valid_lft forever preferred_lft forever 22:41:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:41:28 link/ether 02:42:11:38:c0:e3 brd ff:ff:ff:ff:ff:ff 22:41:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:41:28 valid_lft forever preferred_lft forever 22:41:28 inet6 fe80::42:11ff:fe38:c0e3/64 scope link 22:41:28 valid_lft forever preferred_lft forever 22:41:28 22:41:28 22:41:28 ---> sar -b -r -n DEV: 22:41:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 22:41:28 22:41:28 22:20:45 LINUX RESTART (4 CPU) 22:41:28 22:41:28 22:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:41:28 22:22:01 203.00 102.26 100.73 0.00 10634.71 49890.00 0.00 22:41:28 22:23:02 263.98 96.49 167.49 0.00 6991.52 49874.94 0.00 22:41:28 22:24:01 231.00 97.23 133.77 0.00 3370.88 16800.29 0.00 22:41:28 22:25:01 132.67 58.33 74.34 0.00 3229.96 6742.37 0.00 22:41:28 22:26:01 180.64 37.11 143.52 0.00 11449.49 74209.69 0.00 22:41:28 22:27:03 2466.00 2125.35 340.64 0.00 171267.26 192566.73 0.00 22:41:28 22:28:01 1188.30 971.89 216.41 0.00 55232.04 71299.30 0.00 22:41:28 22:29:03 1240.73 901.08 339.65 0.00 91139.20 140859.09 0.00 22:41:28 22:30:01 1319.92 1035.43 284.49 0.00 64044.25 86554.07 0.00 22:41:28 22:31:01 93.11 15.98 77.13 0.00 2988.65 6036.67 0.00 22:41:28 22:32:01 1.40 0.05 1.35 0.00 0.40 19.71 0.00 22:41:28 22:33:02 0.25 0.05 0.20 0.00 0.53 1.95 0.00 22:41:28 22:34:01 0.34 0.02 0.32 0.00 0.14 3.51 0.00 22:41:28 22:35:01 0.30 0.03 0.27 0.00 0.27 2.48 0.00 22:41:28 22:36:01 1.88 1.62 0.27 0.00 59.55 2.86 0.00 22:41:28 22:37:01 1.08 0.25 0.83 0.00 2.93 15.57 0.00 22:41:28 22:38:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 22:41:28 22:39:01 1.40 1.18 0.22 0.00 15.45 2.61 0.00 22:41:28 22:40:01 0.53 0.33 0.20 0.00 4.26 1.95 0.00 22:41:28 22:41:01 70.44 69.56 0.88 0.00 5902.80 37.58 0.00 22:41:28 Average: 371.68 277.23 94.45 0.00 21531.80 35035.25 0.00 22:41:28 22:41:28 22:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:41:28 22:22:01 77580 0 699756 37.19 2620 1101588 1369444 46.74 628728 970428 140 22:41:28 22:23:02 84584 0 757776 40.27 1504 1037680 1512880 51.63 593268 929644 32956 22:41:28 22:24:01 78584 0 904180 48.06 772 898008 1845876 63.00 763224 751208 45592 22:41:28 22:25:01 272652 0 719072 38.22 732 889088 1211496 41.35 532240 778444 40348 22:41:28 22:26:01 77076 0 705552 37.50 124 1098792 1252700 42.75 719892 831636 23700 22:41:28 22:27:03 61036 0 836752 44.47 16 983740 2324508 79.33 765676 821140 49048 22:41:28 22:28:01 341628 0 693032 36.83 16 846868 1354376 46.22 584696 698812 88584 22:41:28 22:29:03 72508 0 913764 48.56 16 895256 2777176 94.78 750992 815572 63240 22:41:28 22:30:01 178684 0 653516 34.73 16 1049328 1359300 46.39 593612 874280 2812 22:41:28 22:31:01 170524 0 618636 32.88 16 1092368 1206068 41.16 512680 956284 8 22:41:28 22:32:01 173192 0 615964 32.74 16 1092372 1182400 40.35 511116 955568 8 22:41:28 22:33:02 174580 0 614556 32.66 16 1092392 1173136 40.04 510360 955428 8 22:41:28 22:34:01 174892 0 614236 32.65 16 1092400 1173136 40.04 510364 955432 8 22:41:28 22:35:01 174892 0 614228 32.64 16 1092408 1173136 40.04 510244 955436 8 22:41:28 22:36:01 172728 0 615320 32.70 16 1093480 1173136 40.04 510480 956404 16 22:41:28 22:37:01 172376 0 615652 32.72 16 1093500 1173284 40.04 510948 956460 8 22:41:28 22:38:01 172700 0 615328 32.70 16 1093500 1173200 40.04 510504 956468 12 22:41:28 22:39:01 171888 0 616132 32.75 16 1093508 1173332 40.04 511348 956928 16 22:41:28 22:40:01 172320 0 615692 32.72 16 1093516 1173200 40.04 510640 957048 16 22:41:28 22:41:01 79988 0 648308 34.46 16 1153232 1378948 47.06 544128 1011248 316 22:41:28 Average: 152721 0 684373 36.37 300 1044151 1408037 48.05 579257 902193 17342 22:41:28 22:41:28 22:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:41:28 22:22:01 veth0fef87d 862.01 813.18 82.56 2683.16 0.00 0.00 0.00 0.00 22:41:28 22:22:01 eth0 2006.29 1724.33 6392.41 222.97 0.00 0.00 0.00 0.00 22:41:28 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:22:01 docker0 862.01 813.04 70.77 2683.15 0.00 0.00 0.00 0.00 22:41:28 22:23:02 eth0 510.99 416.36 3682.24 49.69 0.00 0.00 0.00 0.00 22:41:28 22:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:23:02 docker0 152.87 197.21 11.18 835.64 0.00 0.00 0.00 0.00 22:41:28 22:24:01 veth19141ce 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:41:28 22:24:01 eth0 34.67 19.89 31.99 12.89 0.00 0.00 0.00 0.00 22:41:28 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:25:01 veth19141ce 1.83 1.83 0.15 0.15 0.00 0.00 0.00 0.00 22:41:28 22:25:01 eth0 53.22 44.12 19.91 79.19 0.00 0.00 0.00 0.00 22:41:28 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:25:01 docker0 1.83 1.83 0.12 0.15 0.00 0.00 0.00 0.00 22:41:28 22:26:01 vethfc40991 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:41:28 22:26:01 eth0 225.22 176.55 1699.47 74.76 0.00 0.00 0.00 0.00 22:41:28 22:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:27:03 vethfc40991 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 22:41:28 22:27:03 eth0 44.54 21.20 159.38 9.50 0.00 0.00 0.00 0.00 22:41:28 22:27:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:27:03 docker0 10.70 24.74 0.56 142.85 0.00 0.00 0.00 0.00 22:41:28 22:28:01 vethfc40991 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:28:01 veth228d289 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:41:28 22:28:01 eth0 15.95 9.24 56.48 4.88 0.00 0.00 0.00 0.00 22:41:28 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:29:03 vethfc40991 0.00 0.39 0.00 0.02 0.00 0.00 0.00 0.00 22:41:28 22:29:03 vethc359735 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 22:41:28 22:29:03 eth0 88.91 54.48 247.36 84.31 0.00 0.00 0.00 0.00 22:41:28 22:29:03 vetha252403 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 22:41:28 22:30:01 vethfc40991 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:30:01 eth0 163.07 119.98 1408.18 20.75 0.00 0.00 0.00 0.00 22:41:28 22:30:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:41:28 22:30:01 docker0 1090.93 1126.93 87.03 4135.03 0.00 0.00 0.00 0.00 22:41:28 22:31:01 eth0 101.35 63.84 383.70 71.49 0.00 0.00 0.00 0.00 22:41:28 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:31:01 docker0 23.99 52.64 1.58 362.46 0.00 0.00 0.00 0.00 22:41:28 22:32:01 eth0 1.42 0.65 0.82 0.29 0.00 0.00 0.00 0.00 22:41:28 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:33:02 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:41:28 22:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:34:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:41:28 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:41:28 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:36:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:41:28 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:37:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 22:41:28 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:38:01 eth0 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:41:28 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:39:01 eth0 0.82 0.25 0.31 0.19 0.00 0.00 0.00 0.00 22:41:28 22:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:41:28 22:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:41:01 eth0 17.26 11.02 17.25 7.83 0.00 0.00 0.00 0.00 22:41:28 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 Average: eth0 163.51 133.34 705.16 32.11 0.00 0.00 0.00 0.00 22:41:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:28 Average: docker0 54.15 57.33 4.30 218.85 0.00 0.00 0.00 0.00 22:41:28 22:41:28 22:41:28 ---> sar -P ALL: 22:41:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 22:41:28 22:41:28 22:20:45 LINUX RESTART (4 CPU) 22:41:28 22:41:28 22:21:01 CPU %user %nice %system %iowait %steal %idle 22:41:28 22:22:01 all 20.92 0.00 12.80 6.72 0.09 59.47 22:41:28 22:22:01 0 18.49 0.00 13.95 8.16 0.09 59.32 22:41:28 22:22:01 1 21.25 0.00 13.22 4.76 0.09 60.68 22:41:28 22:22:01 2 23.89 0.00 12.60 5.65 0.09 57.77 22:41:28 22:22:01 3 20.01 0.00 11.44 8.35 0.10 60.09 22:41:28 22:23:02 all 13.29 0.00 8.59 3.60 0.06 74.46 22:41:28 22:23:02 0 14.80 0.00 9.74 3.66 0.05 71.74 22:41:28 22:23:02 1 11.93 0.00 7.65 2.89 0.07 77.47 22:41:28 22:23:02 2 12.46 0.00 8.50 3.42 0.05 75.58 22:41:28 22:23:02 3 13.98 0.00 8.47 4.45 0.07 73.03 22:41:28 22:24:01 all 44.05 0.00 12.54 5.79 0.09 37.54 22:41:28 22:24:01 0 44.82 0.00 12.92 3.26 0.11 38.89 22:41:28 22:24:01 1 44.13 0.00 11.68 4.52 0.07 39.60 22:41:28 22:24:01 2 45.04 0.00 12.38 4.39 0.13 38.06 22:41:28 22:24:01 3 42.20 0.00 13.17 10.98 0.07 33.58 22:41:28 22:25:01 all 47.62 0.00 14.05 3.37 0.11 34.84 22:41:28 22:25:01 0 48.22 0.00 14.53 3.56 0.09 33.60 22:41:28 22:25:01 1 46.30 0.00 13.60 3.58 0.16 36.36 22:41:28 22:25:01 2 48.73 0.00 13.97 3.15 0.09 34.07 22:41:28 22:25:01 3 47.24 0.00 14.11 3.20 0.12 35.33 22:41:28 22:26:01 all 24.02 0.00 13.39 5.65 0.11 56.84 22:41:28 22:26:01 0 23.00 0.00 12.74 4.26 0.09 59.91 22:41:28 22:26:01 1 23.47 0.00 13.43 9.00 0.14 53.96 22:41:28 22:26:01 2 26.71 0.00 14.41 4.75 0.12 54.01 22:41:28 22:26:01 3 22.88 0.00 12.97 4.61 0.09 59.45 22:41:28 22:27:03 all 21.52 0.00 30.92 21.96 0.20 25.40 22:41:28 22:27:03 0 20.57 0.00 30.68 22.17 0.21 26.37 22:41:28 22:27:03 1 21.55 0.00 30.89 21.38 0.21 25.97 22:41:28 22:27:03 2 21.91 0.00 30.40 23.14 0.23 24.32 22:41:28 22:27:03 3 22.03 0.00 31.72 21.15 0.16 24.94 22:41:28 22:28:01 all 59.05 0.00 19.29 11.10 0.11 10.46 22:41:28 22:28:01 0 58.78 0.00 19.09 10.46 0.14 11.53 22:41:28 22:28:01 1 59.49 0.00 19.15 11.65 0.09 9.61 22:41:28 22:28:01 2 59.02 0.00 19.25 9.92 0.11 11.70 22:41:28 22:28:01 3 58.90 0.00 19.66 12.37 0.09 8.98 22:41:28 22:29:03 all 29.70 0.00 24.93 18.20 0.14 27.04 22:41:28 22:29:03 0 28.09 0.00 25.16 14.48 0.14 32.14 22:41:28 22:29:03 1 29.91 0.00 24.39 20.11 0.14 25.45 22:41:28 22:29:03 2 30.38 0.00 24.67 19.55 0.12 25.28 22:41:28 22:29:03 3 30.43 0.00 25.49 18.66 0.15 25.26 22:41:28 22:30:01 all 40.95 0.00 21.39 15.41 0.10 22.16 22:41:28 22:30:01 0 40.74 0.00 21.24 17.57 0.07 20.39 22:41:28 22:30:01 1 40.65 0.00 21.64 13.93 0.09 23.69 22:41:28 22:30:01 2 41.54 0.00 20.84 14.72 0.13 22.77 22:41:28 22:30:01 3 40.88 0.00 21.83 15.41 0.09 21.78 22:41:28 22:31:01 all 5.15 0.00 3.38 3.68 0.03 87.75 22:41:28 22:31:01 0 4.73 0.00 3.25 2.02 0.03 89.96 22:41:28 22:31:01 1 5.65 0.00 3.09 5.47 0.05 85.74 22:41:28 22:31:01 2 4.09 0.00 3.41 5.03 0.02 87.46 22:41:28 22:31:01 3 6.14 0.00 3.77 2.21 0.02 87.86 22:41:28 22:32:01 all 0.16 0.00 0.04 0.00 0.00 99.80 22:41:28 22:32:01 0 0.52 0.00 0.02 0.00 0.00 99.47 22:41:28 22:32:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:41:28 22:32:01 2 0.03 0.00 0.07 0.00 0.00 99.90 22:41:28 22:32:01 3 0.05 0.00 0.03 0.00 0.00 99.92 22:41:28 22:41:28 22:32:01 CPU %user %nice %system %iowait %steal %idle 22:41:28 22:33:02 all 0.17 0.00 0.03 0.00 0.01 99.78 22:41:28 22:33:02 0 0.52 0.00 0.02 0.00 0.00 99.47 22:41:28 22:33:02 1 0.07 0.00 0.05 0.00 0.02 99.87 22:41:28 22:33:02 2 0.05 0.00 0.03 0.00 0.02 99.90 22:41:28 22:33:02 3 0.05 0.00 0.03 0.02 0.02 99.88 22:41:28 22:34:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:41:28 22:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:41:28 22:34:01 1 0.03 0.00 0.05 0.00 0.00 99.92 22:41:28 22:34:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:41:28 22:34:01 3 0.51 0.00 0.03 0.00 0.00 99.46 22:41:28 22:35:01 all 0.17 0.00 0.07 0.00 0.00 99.75 22:41:28 22:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:41:28 22:35:01 1 0.08 0.00 0.12 0.00 0.00 99.80 22:41:28 22:35:01 2 0.02 0.00 0.10 0.00 0.00 99.88 22:41:28 22:35:01 3 0.55 0.00 0.07 0.00 0.00 99.38 22:41:28 22:36:01 all 0.10 0.00 0.06 0.02 0.00 99.82 22:41:28 22:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:41:28 22:36:01 1 0.03 0.00 0.03 0.02 0.00 99.92 22:41:28 22:36:01 2 0.02 0.00 0.05 0.00 0.02 99.92 22:41:28 22:36:01 3 0.33 0.00 0.13 0.07 0.00 99.47 22:41:28 22:37:01 all 0.05 0.00 0.04 0.01 0.00 99.90 22:41:28 22:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:41:28 22:37:01 1 0.07 0.00 0.03 0.02 0.00 99.88 22:41:28 22:37:01 2 0.05 0.00 0.05 0.02 0.00 99.88 22:41:28 22:37:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:41:28 22:38:01 all 0.12 0.00 0.03 0.00 0.00 99.85 22:41:28 22:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:41:28 22:38:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:41:28 22:38:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:41:28 22:38:01 3 0.42 0.00 0.02 0.00 0.00 99.57 22:41:28 22:39:01 all 0.17 0.00 0.04 0.03 0.00 99.75 22:41:28 22:39:01 0 0.07 0.00 0.08 0.00 0.02 99.83 22:41:28 22:39:01 1 0.07 0.00 0.05 0.00 0.00 99.88 22:41:28 22:39:01 2 0.05 0.00 0.02 0.13 0.00 99.80 22:41:28 22:39:01 3 0.52 0.00 0.02 0.00 0.00 99.47 22:41:28 22:40:01 all 0.17 0.00 0.04 0.01 0.00 99.78 22:41:28 22:40:01 0 0.07 0.00 0.07 0.00 0.00 99.87 22:41:28 22:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:41:28 22:40:01 2 0.05 0.00 0.03 0.05 0.00 99.87 22:41:28 22:40:01 3 0.52 0.00 0.03 0.00 0.00 99.45 22:41:28 22:41:01 all 2.04 0.00 1.16 1.73 0.02 95.05 22:41:28 22:41:01 0 2.42 0.00 1.60 2.79 0.00 93.18 22:41:28 22:41:01 1 0.87 0.00 0.73 0.40 0.02 97.98 22:41:28 22:41:01 2 3.07 0.00 1.55 1.35 0.03 93.99 22:41:28 22:41:01 3 1.80 0.00 0.75 2.37 0.02 95.06 22:41:28 Average: all 14.98 0.00 7.93 4.74 0.05 72.30 22:41:28 Average: 0 14.83 0.00 8.06 4.50 0.05 72.56 22:41:28 Average: 1 14.79 0.00 7.79 4.77 0.06 72.59 22:41:28 Average: 2 15.35 0.00 7.92 4.66 0.06 72.02 22:41:28 Average: 3 14.96 0.00 7.95 5.04 0.05 72.00 22:41:28 22:41:28 22:41:28