Pull request #3206 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 2577f09d3b8037d11b31f6b7e5c935e548015290+c501ec80a15903c04bbfabfe9c8b77aea5670573 (6d796a9be62830ee0740f97bcf0f080c5c0c1991) 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-28096’ is offline Running on prd-centos7-docker-4c-2g-28097 in /w/workspace/edgexfoundry_edgex-go_PR-3206 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3206/head:refs/remotes/origin/PR-3206 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c501ec80a15903c04bbfabfe9c8b77aea5670573 into PR head commit 2577f09d3b8037d11b31f6b7e5c935e548015290 Merge succeeded, producing 2577f09d3b8037d11b31f6b7e5c935e548015290 Checking out Revision 2577f09d3b8037d11b31f6b7e5c935e548015290 (PR-3206) > git config core.sparsecheckout # timeout=10 > git checkout -f 2577f09d3b8037d11b31f6b7e5c935e548015290 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c501ec80a15903c04bbfabfe9c8b77aea5670573 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2577f09d3b8037d11b31f6b7e5c935e548015290 # timeout=10 Commit message: "fix: Enable proper configuration for SecretStore initialization" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:57:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:57:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:57:03 ========================================================= 20:57:03 EdgeX Global Pipelines Version Info 20:57:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:57:04 ------------------- 20:57:04 stable info: 20:57:04 ------------------- 20:57:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:57:04 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 20:57:04 Message: update stable to v1.0.183 20:57:05 ------------------- 20:57:05 experimental info: 20:57:05 ------------------- 20:57:05 Commited By: **** collab-it+edgex@linuxfoundation.org 20:57:05 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 20:57:05 Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:57:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:57:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:57:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:57:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:57:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:57:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:57:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:57:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:57:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:57:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:57:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:57:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:57:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:57:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:57:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:57:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:57:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:57:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:57:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:57:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:57:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:57:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:57:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3206 [Pipeline] echo 20:57:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3206 [Pipeline] echo 20:57:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3206 [Pipeline] echo 20:57:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2577f09d3b8037d11b31f6b7e5c935e548015290 [Pipeline] echo 20:57:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2577f09 [Pipeline] echo 20:57:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:57:08 provisioning config files... 20:57:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6658602257649433418tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:57:09 ---> docker-login.sh 20:57:09 nexus3.edgexfoundry.org:10001 20:57:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:09 Configure a credential helper to remove this warning. See 20:57:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:09 20:57:09 Login Succeeded 20:57:09 nexus3.edgexfoundry.org:10002 20:57:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:09 Configure a credential helper to remove this warning. See 20:57:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:09 20:57:09 Login Succeeded 20:57:09 nexus3.edgexfoundry.org:10003 20:57:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:09 Configure a credential helper to remove this warning. See 20:57:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:09 20:57:09 Login Succeeded 20:57:09 nexus3.edgexfoundry.org:10004 20:57:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:10 Configure a credential helper to remove this warning. See 20:57:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:10 20:57:10 Login Succeeded 20:57:10 docker.io 20:57:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:10 Configure a credential helper to remove this warning. See 20:57:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:10 20:57:10 Login Succeeded 20:57:10 ---> docker-login.sh ends [Pipeline] } 20:57:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:57:11 ++ 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 20:57:11 + for file in '`ls cmd/**/Dockerfile`' 20:57:11 ++ dirname cmd/core-command/Dockerfile 20:57:11 ++ cut -d/ -f2 20:57:11 + echo core-command,cmd/core-command/Dockerfile 20:57:11 + for file in '`ls cmd/**/Dockerfile`' 20:57:11 ++ dirname cmd/core-data/Dockerfile 20:57:11 ++ cut -d/ -f2 20:57:11 + echo core-data,cmd/core-data/Dockerfile 20:57:11 + for file in '`ls cmd/**/Dockerfile`' 20:57:11 ++ dirname cmd/core-metadata/Dockerfile 20:57:11 ++ cut -d/ -f2 20:57:11 + echo core-metadata,cmd/core-metadata/Dockerfile 20:57:11 + for file in '`ls cmd/**/Dockerfile`' 20:57:11 ++ dirname cmd/security-bootstrapper/Dockerfile 20:57:11 ++ cut -d/ -f2 20:57:11 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:57:11 + for file in '`ls cmd/**/Dockerfile`' 20:57:11 ++ dirname cmd/security-proxy-setup/Dockerfile 20:57:11 ++ cut -d/ -f2 20:57:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:57:11 + for file in '`ls cmd/**/Dockerfile`' 20:57:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:57:11 ++ cut -d/ -f2 20:57:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:57:11 + for file in '`ls cmd/**/Dockerfile`' 20:57:11 ++ dirname cmd/support-notifications/Dockerfile 20:57:11 ++ cut -d/ -f2 20:57:11 + echo support-notifications,cmd/support-notifications/Dockerfile 20:57:11 + for file in '`ls cmd/**/Dockerfile`' 20:57:11 ++ dirname cmd/support-scheduler/Dockerfile 20:57:11 ++ cut -d/ -f2 20:57:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:57:11 + for file in '`ls cmd/**/Dockerfile`' 20:57:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:57:11 ++ cut -d/ -f2 20:57:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:57:11 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 20:57:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:57:12 20:57:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:57:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:57:13 latest: Pulling from edgex-devops/git-semver 20:57:13 31603596830f: Pulling fs layer 20:57:13 2a8b12db71e7: Pulling fs layer 20:57:13 6ca5941a6612: Pulling fs layer 20:57:13 ecc8261a40a4: Pulling fs layer 20:57:13 ecc8261a40a4: Waiting 20:57:13 2a8b12db71e7: Verifying Checksum 20:57:13 2a8b12db71e7: Download complete 20:57:13 31603596830f: Verifying Checksum 20:57:13 31603596830f: Download complete 20:57:13 ecc8261a40a4: Verifying Checksum 20:57:13 ecc8261a40a4: Download complete 20:57:13 6ca5941a6612: Verifying Checksum 20:57:13 6ca5941a6612: Download complete 20:57:13 31603596830f: Pull complete 20:57:13 2a8b12db71e7: Pull complete 20:57:14 6ca5941a6612: Pull complete 20:57:14 ecc8261a40a4: Pull complete 20:57:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:57:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:57:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:57:14 prd-centos7-docker-4c-2g-28097 does not seem to be running inside a container 20:57:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:57:17 $ docker top 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:57:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:57:17 [ssh-agent] Looking for ssh-agent implementation... 20:57:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:57:17 $ docker exec 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 ssh-agent 20:57:18 SSH_AUTH_SOCK=/tmp/ssh-HKRSxAcxcLms/agent.11 20:57:18 SSH_AGENT_PID=16 20:57:18 Running ssh-add (command line suppressed) 20:57:18 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8585759554984283218.key (/w/workspace/edgex-go/2@tmp/private_key_8585759554984283218.key) 20:57:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:57:18 + git tag --points-at HEAD [Pipeline] } 20:57:18 $ docker exec --env ******** --env ******** 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 ssh-agent -k 20:57:18 unset SSH_AUTH_SOCK; 20:57:18 unset SSH_AGENT_PID; 20:57:18 echo Agent pid 16 killed; 20:57:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:57:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:57:18 [ssh-agent] Looking for ssh-agent implementation... 20:57:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:57:19 $ docker exec 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 ssh-agent 20:57:19 SSH_AUTH_SOCK=/tmp/ssh-zAWyEB5C6v3M/agent.46 20:57:19 SSH_AGENT_PID=52 20:57:19 Running ssh-add (command line suppressed) 20:57:19 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4309762704149512951.key (/w/workspace/edgex-go/2@tmp/private_key_4309762704149512951.key) 20:57:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:57:19 + git semver init 20:57:19 # -> Open(): unable to determine branch for HEAD 20:57:19 # $GIT_DIR = /w/workspace/edgex-go/2/.git 20:57:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 20:57:19 # $SEMVER_REMOTE_NAME = origin 20:57:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:57:19 # $SEMVER_USER_NAME = edgex-jenkins 20:57:19 # $SEMVER_BRANCH = PR-3206 20:57:19 # $SEMVER_TEMP = /tmp/semver-477586759 20:57:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:57:41 # '/tmp/semver-477586759' -> '/w/workspace/edgex-go/2/.semver' 20:57:41 # -> Force: false 20:57:41 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 20:57:41 $ docker exec --env ******** --env ******** 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 ssh-agent -k 20:57:42 unset SSH_AUTH_SOCK; 20:57:42 unset SSH_AGENT_PID; 20:57:42 echo Agent pid 52 killed; 20:57:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:57:42 + git semver [Pipeline] } 20:57:42 $ docker stop --time=1 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 20:57:44 $ docker rm -f 944348bf10c5667b784befca30d9797d68d322edab00c8e2ff678454b3fe4f31 [Pipeline] // withDockerContainer [Pipeline] sh 20:57:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:57:45 Stashed 1 file(s) [Pipeline] echo 20:57:45 [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 20:57:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:57:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:57:48 + sudo service docker restart 20:57:48 + true 20:57:48 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:57:48 ========================================================= 20:57:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:57:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:57:49 + 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 . 20:57:52 Sending build context to Docker daemon 328.1MB 20:57:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:57:52 Step 2/6 : FROM ${BASE} 20:57:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:57:52 188c0c94c7c5: Pulling fs layer 20:57:52 0ef7d3d256c8: Pulling fs layer 20:57:52 de9db76c5a1d: Pulling fs layer 20:57:52 bca2f99d35d6: Pulling fs layer 20:57:52 93359f2a8cfa: Pulling fs layer 20:57:52 7c6f9722023f: Pulling fs layer 20:57:52 a35cf1a2eb13: Pulling fs layer 20:57:52 bca2f99d35d6: Waiting 20:57:52 7c6f9722023f: Waiting 20:57:52 a35cf1a2eb13: Waiting 20:57:52 93359f2a8cfa: Waiting 20:57:52 de9db76c5a1d: Verifying Checksum 20:57:52 de9db76c5a1d: Download complete 20:57:52 0ef7d3d256c8: Download complete 20:57:52 93359f2a8cfa: Verifying Checksum 20:57:52 93359f2a8cfa: Download complete 20:57:52 188c0c94c7c5: Verifying Checksum 20:57:52 188c0c94c7c5: Download complete 20:57:52 7c6f9722023f: Verifying Checksum 20:57:52 7c6f9722023f: Download complete 20:57:53 188c0c94c7c5: Pull complete 20:57:53 0ef7d3d256c8: Pull complete 20:57:53 de9db76c5a1d: Pull complete 20:57:54 a35cf1a2eb13: Verifying Checksum 20:57:54 a35cf1a2eb13: Download complete 20:57:54 bca2f99d35d6: Verifying Checksum 20:57:54 bca2f99d35d6: Download complete 20:58:00 bca2f99d35d6: Pull complete 20:58:00 93359f2a8cfa: Pull complete 20:58:00 7c6f9722023f: Pull complete 20:58:02 Still waiting to schedule task 20:58:02 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:58:06 a35cf1a2eb13: Pull complete 20:58:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:58:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:58:06 ---> a62c8e92a672 20:58:06 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 20:58:06 ---> Running in 647997e7cee3 20:58:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:07 (1/12) Installing libmagic (5.38-r0) 20:58:08 (2/12) Installing file (5.38-r0) 20:58:08 (3/12) Installing libc-dev (0.7.2-r3) 20:58:08 (4/12) Installing g++ (9.3.0-r2) 20:58:13 (5/12) Installing fortify-headers (1.1-r0) 20:58:13 (6/12) Installing patch (2.7.6-r6) 20:58:13 (7/12) Installing build-base (0.5-r2) 20:58:13 (8/12) Installing libsodium (1.0.18-r0) 20:58:13 (9/12) Installing pkgconf (1.7.2-r0) 20:58:13 (10/12) Installing libsodium-dev (1.0.18-r0) 20:58:13 (11/12) Installing libzmq (4.3.3-r0) 20:58:13 (12/12) Installing zeromq-dev (4.3.3-r0) 20:58:13 Executing busybox-1.31.1-r19.trigger 20:58:13 OK: 233 MiB in 51 packages 20:58:17 Removing intermediate container 647997e7cee3 20:58:17 ---> 2a037438197a 20:58:17 Step 4/6 : WORKDIR /edgex-go 20:58:17 ---> Running in 37129a7ac4ce 20:58:17 Removing intermediate container 37129a7ac4ce 20:58:17 ---> 7120e8d2f928 20:58:17 Step 5/6 : COPY go.mod . 20:58:17 ---> 68cab275c93c 20:58:17 Step 6/6 : RUN go mod download 20:58:17 ---> Running in e22c56272b1c 20:58:39 Removing intermediate container e22c56272b1c 20:58:39 ---> b310941a6db7 20:58:39 Successfully built b310941a6db7 20:58:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:58:39 + docker inspect -f . ci-base-image-x86_64 20:58:39 . [Pipeline] withDockerContainer 20:58:39 prd-centos7-docker-4c-2g-28097 does not seem to be running inside a container 20:58:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 20:58:40 $ docker top 51cc53d29827c519c0dde981e9a634a28367e30a1f5dc963328ee8a315d25426 -eo pid,comm [Pipeline] { [Pipeline] sh 20:58:41 + go version 20:58:41 go version go1.15.5 linux/amd64 [Pipeline] } 20:58:41 $ docker stop --time=1 51cc53d29827c519c0dde981e9a634a28367e30a1f5dc963328ee8a315d25426 20:58:42 $ docker rm -f 51cc53d29827c519c0dde981e9a634a28367e30a1f5dc963328ee8a315d25426 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:58:43 + docker inspect -f . ci-base-image-x86_64 20:58:43 . [Pipeline] withDockerContainer 20:58:43 prd-centos7-docker-4c-2g-28097 does not seem to be running inside a container 20:58:43 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 20:58:44 $ docker top 4c4b4aecf4e4d318191c80118f2ca0a7d9fadec6a45427f42167c1d06418ae39 -eo pid,comm [Pipeline] { [Pipeline] echo 20:58:44 ========================================================= 20:58:44 [edgeXBuildGoParallel] Running Tests and Build... 20:58:44 ========================================================= [Pipeline] sh 20:58:44 + make test 20:58:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:58:54 ? github.com/edgexfoundry/edgex-go [no test files] 20:59:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:59:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:59:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:59:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:59:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:59:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:59:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:59:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:59:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:59:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:59:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:59:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:59:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:59:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.079s coverage: 45.9% of statements 20:59:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:59:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:59:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:59:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:59:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:59:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:59:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 20:59:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.080s coverage: 100.0% of statements 20:59:26 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.1% of statements 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:59:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:59:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:59:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 65.8% of statements 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:59:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.129s coverage: 82.3% of statements 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:59:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.322s coverage: 28.6% of statements 20:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:59:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 20:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:59:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 20:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:59:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements 20:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:59:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements 20:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:59:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements 20:59:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:59:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:59:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:59:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:59:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.394s coverage: 92.8% of statements 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:59:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:59:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:59:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 45.5% of statements 20:59:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.044s coverage: 79.5% of statements 20:59:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 20:59:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements 20:59:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 20:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.035s coverage: 94.4% of statements 20:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.053s coverage: 92.9% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 91.6% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 62.4% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.248s coverage: 69.1% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.073s coverage: 38.4% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.035s coverage: 89.5% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.123s coverage: 89.4% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.743s coverage: 29.1% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.059s coverage: 99.0% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 94.3% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 20:59:55 GO111MODULE=on go vet ./... 20:59:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28098 in /w/workspace/edgexfoundry_edgex-go_PR-3206 [Pipeline] { [Pipeline] ws 20:59:57 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 21:00:02 using credential edgex-jenkins-ssh 21:00:02 Cloning the remote Git repository 21:00:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:00:03 > git init /w/workspace/edgex-go/2 # timeout=10 21:00:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:00:03 > git --version # timeout=10 21:00:03 > git --version # 'git version 2.17.1' 21:00:03 using GIT_SSH to set credentials SSH Credentials for GitHub 21:00:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:00:22 gofmt -l . 21:00:22 [ "`gofmt -l .`" = "" ] 21:00:22 ./bin/test-go-mod-tidy.sh 21:00:22 ./bin/test-attribution-txt.sh [Pipeline] sh 21:00:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:00:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:00:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:00:22 + ls -al . 21:00:22 total 712 21:00:22 drwxrwxr-x 10 1001 1001 4096 Mar 1 21:00 . 21:00:22 drwxr-xr-x 4 root root 28 Mar 1 20:58 .. 21:00:22 -rw-rw-r-- 1 1001 1001 11 Mar 1 20:56 .dockerignore 21:00:22 drwxrwxr-x 8 1001 1001 179 Mar 1 20:57 .git 21:00:22 drwxrwxr-x 3 1001 1001 125 Mar 1 20:56 .github 21:00:22 -rw-rw-r-- 1 1001 1001 818 Mar 1 20:56 .gitignore 21:00:22 drwx------ 3 1001 1001 60 Mar 1 20:57 .semver 21:00:22 -rw-rw-r-- 1 1001 1001 166 Mar 1 20:56 .sonarcloud.properties 21:00:22 -rw-rw-r-- 1 1001 1001 8475 Mar 1 20:56 Attribution.txt 21:00:22 -rw-rw-r-- 1 1001 1001 3804 Mar 1 20:56 CONTRIBUTING.md 21:00:22 -rw-rw-r-- 1 1001 1001 931 Mar 1 20:56 Dockerfile.build 21:00:22 -rw-rw-r-- 1 1001 1001 863 Mar 1 20:56 Jenkinsfile 21:00:22 -rw-rw-r-- 1 1001 1001 10775 Mar 1 20:56 LICENSE 21:00:22 -rw-rw-r-- 1 1001 1001 5774 Mar 1 20:56 Makefile 21:00:22 -rw-rw-r-- 1 1001 1001 6524 Mar 1 20:56 README.md 21:00:22 -rw-rw-r-- 1 1001 1001 6755 Mar 1 20:56 SECURITY.md 21:00:22 -rw-rw-r-- 1 1001 1001 5 Mar 1 20:57 VERSION 21:00:22 -rw-rw-r-- 1 1001 1001 4131 Mar 1 20:56 ZMQWindows.md 21:00:22 drwxrwxr-x 2 1001 1001 117 Mar 1 20:56 bin 21:00:22 drwxrwxr-x 14 1001 1001 4096 Mar 1 20:56 cmd 21:00:22 -rw-r--r-- 1 root root 600568 Mar 1 20:59 coverage.out 21:00:22 -rw-r--r-- 1 root root 1055 Mar 1 21:00 go.mod 21:00:22 -rw-r--r-- 1 root root 21699 Mar 1 21:00 go.sum 21:00:22 drwxrwxr-x 8 1001 1001 127 Mar 1 20:56 internal 21:00:22 drwxrwxr-x 4 1001 1001 26 Mar 1 20:56 openapi 21:00:22 drwxrwxr-x 4 1001 1001 71 Mar 1 20:56 snap 21:00:22 -rw-rw-r-- 1 1001 1001 168 Mar 1 20:56 version.go [Pipeline] sh 21:00:22 + '[' -e coverage.out ] 21:00:22 + chown 1001:1001 coverage.out [Pipeline] stash 21:00:23 Stashed 1 file(s) [Pipeline] sh 21:00:23 Merging remotes/origin/master commit c501ec80a15903c04bbfabfe9c8b77aea5670573 into PR head commit 2577f09d3b8037d11b31f6b7e5c935e548015290 21:00:23 + make build 21:00:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:00:23 Merge succeeded, producing 2577f09d3b8037d11b31f6b7e5c935e548015290 21:00:23 Checking out Revision 2577f09d3b8037d11b31f6b7e5c935e548015290 (PR-3206) 21:00:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:00:22 using GIT_SSH to set credentials SSH Credentials for GitHub 21:00:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3206/head:refs/remotes/origin/PR-3206 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:00:23 > git config core.sparsecheckout # timeout=10 21:00:23 > git checkout -f 2577f09d3b8037d11b31f6b7e5c935e548015290 # timeout=10 21:00:23 > git remote # timeout=10 21:00:23 > git config --get remote.origin.url # timeout=10 21:00:23 using GIT_SSH to set credentials SSH Credentials for GitHub 21:00:23 > git merge c501ec80a15903c04bbfabfe9c8b77aea5670573 # timeout=10 21:00:23 > git rev-parse HEAD^{commit} # timeout=10 21:00:23 > git config core.sparsecheckout # timeout=10 21:00:23 > git checkout -f 2577f09d3b8037d11b31f6b7e5c935e548015290 # timeout=10 21:00:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:00:28 Commit message: "fix: Enable proper configuration for SecretStore initialization" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:00:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:00:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:00:30 + + truesudo 21:00:30 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:00:32 provisioning config files... 21:00:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config553421678959134509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:00:33 ---> docker-login.sh 21:00:33 nexus3.edgexfoundry.org:10001 21:00:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:34 Configure a credential helper to remove this warning. See 21:00:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:34 21:00:34 Login Succeeded 21:00:34 nexus3.edgexfoundry.org:10002 21:00:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:35 Configure a credential helper to remove this warning. See 21:00:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:35 21:00:35 Login Succeeded 21:00:35 nexus3.edgexfoundry.org:10003 21:00:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:35 Configure a credential helper to remove this warning. See 21:00:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:35 21:00:35 Login Succeeded 21:00:35 nexus3.edgexfoundry.org:10004 21:00:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:36 Configure a credential helper to remove this warning. See 21:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:36 21:00:36 Login Succeeded 21:00:36 docker.io 21:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:37 Configure a credential helper to remove this warning. See 21:00:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:37 21:00:37 Login Succeeded 21:00:37 ---> docker-login.sh ends [Pipeline] } 21:00:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 21:00:37 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 [Pipeline] echo 21:00:37 ========================================================= 21:00:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:00:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:00:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:00:38 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:00:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:00:40 Sending build context to Docker daemon 166.4MB 21:00:40 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:00:40 Step 2/6 : FROM ${BASE} 21:00:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:00:40 5f621e34cdf4: Pulling fs layer 21:00:40 a4357932f1b6: Pulling fs layer 21:00:40 18c013af1878: Pulling fs layer 21:00:40 00ac8860ef70: Pulling fs layer 21:00:40 63d7cb157983: Pulling fs layer 21:00:40 b116817d02f9: Pulling fs layer 21:00:40 745a02a5169b: Pulling fs layer 21:00:40 00ac8860ef70: Waiting 21:00:40 63d7cb157983: Waiting 21:00:40 b116817d02f9: Waiting 21:00:40 745a02a5169b: Waiting 21:00:41 18c013af1878: Verifying Checksum 21:00:41 18c013af1878: Download complete 21:00:41 a4357932f1b6: Download complete 21:00:41 63d7cb157983: Verifying Checksum 21:00:41 63d7cb157983: Download complete 21:00:41 b116817d02f9: Verifying Checksum 21:00:41 b116817d02f9: Download complete 21:00:41 5f621e34cdf4: Verifying Checksum 21:00:41 5f621e34cdf4: Download complete 21:00:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:00:41 5f621e34cdf4: Pull complete 21:00:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:00:42 a4357932f1b6: Pull complete 21:00:42 18c013af1878: Pull complete 21:00:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:00:43 745a02a5169b: Verifying Checksum 21:00:43 745a02a5169b: Download complete 21:00:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:00:44 00ac8860ef70: Verifying Checksum 21:00:44 00ac8860ef70: Download complete 21:00:45 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] } 21:00:47 $ docker stop --time=1 4c4b4aecf4e4d318191c80118f2ca0a7d9fadec6a45427f42167c1d06418ae39 21:00:48 $ docker rm -f 4c4b4aecf4e4d318191c80118f2ca0a7d9fadec6a45427f42167c1d06418ae39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:00:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:00:52 21:00:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:00:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:00:53 latest: Pulling from edgex-devops/edgex-compose 21:00:53 cbdbe7a5bc2a: Pulling fs layer 21:00:53 ca9280d653b3: Pulling fs layer 21:00:53 7e9c9ca2126c: Pulling fs layer 21:00:53 cbdbe7a5bc2a: Download complete 21:00:53 ca9280d653b3: Verifying Checksum 21:00:53 ca9280d653b3: Download complete 21:00:53 cbdbe7a5bc2a: Pull complete 21:00:54 00ac8860ef70: Pull complete 21:00:54 63d7cb157983: Pull complete 21:00:54 b116817d02f9: Pull complete 21:00:54 ca9280d653b3: Pull complete 21:00:54 7e9c9ca2126c: Verifying Checksum 21:00:54 7e9c9ca2126c: Download complete 21:00:58 745a02a5169b: Pull complete 21:00:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:00:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:00:58 ---> b7e6874047d6 21:00:58 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:01:01 7e9c9ca2126c: Pull complete 21:01:01 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:01:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:01:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:01:01 prd-centos7-docker-4c-2g-28097 does not seem to be running inside a container 21:01:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:01:02 ---> Running in 0b6c560d20e8 21:01:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:03 $ docker top d9c61faa14af07a0e267fcfb0000a730106a932c0fb641f689c5683c57f3f12b -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:03 + + docker-composegrep build parallel --help 21:01:03 21:01:04 (1/12) Installing libmagic (5.38-r0) 21:01:04 (2/12) Installing file (5.38-r0) 21:01:04 (3/12) Installing libc-dev (0.7.2-r3) 21:01:04 (4/12) Installing g++ (9.3.0-r2) 21:01:04 --parallel Build images in parallel. [Pipeline] } 21:01:04 $ docker stop --time=1 d9c61faa14af07a0e267fcfb0000a730106a932c0fb641f689c5683c57f3f12b 21:01:06 $ docker rm -f d9c61faa14af07a0e267fcfb0000a730106a932c0fb641f689c5683c57f3f12b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:01:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:01:06 . [Pipeline] withDockerContainer 21:01:06 prd-centos7-docker-4c-2g-28097 does not seem to be running inside a container 21:01:06 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:01:07 $ docker top cf13de2a4ab2abcf10b3bd970a412cb89b763c8098cacf3e246594344d11cf19 -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:07 + docker-compose -f ./docker-compose-build.yml build --parallel 21:01:08 Building docker-core-command-go ... 21:01:08 Building docker-core-data-go ... 21:01:08 Building docker-core-metadata-go ... 21:01:08 Building docker-security-bootstrapper-go ... 21:01:08 Building docker-security-proxy-setup-go ... 21:01:08 Building docker-security-secretstore-setup-go ... 21:01:08 Building docker-support-notifications-go ... 21:01:08 Building docker-support-scheduler-go ... 21:01:08 Building docker-sys-mgmt-agent-go ... 21:01:08 Building docker-security-bootstrapper-go 21:01:08 Building docker-core-command-go 21:01:08 Building docker-support-notifications-go 21:01:08 Building docker-support-scheduler-go 21:01:08 Building docker-core-metadata-go 21:01:09 (5/12) Installing fortify-headers (1.1-r0) 21:01:09 (6/12) Installing patch (2.7.6-r6) 21:01:09 (7/12) Installing build-base (0.5-r2) 21:01:09 (8/12) Installing libsodium (1.0.18-r0) 21:01:09 (9/12) Installing pkgconf (1.7.2-r0) 21:01:09 (10/12) Installing libsodium-dev (1.0.18-r0) 21:01:10 (11/12) Installing libzmq (4.3.3-r0) 21:01:10 (12/12) Installing zeromq-dev (4.3.3-r0) 21:01:10 Executing busybox-1.31.1-r19.trigger 21:01:10 OK: 217 MiB in 51 packages 21:01:14 Removing intermediate container 0b6c560d20e8 21:01:14 ---> 7fa46e25b529 21:01:14 Step 4/6 : WORKDIR /edgex-go 21:01:14 ---> Running in 0ec7562afdc0 21:01:15 Removing intermediate container 0ec7562afdc0 21:01:15 ---> 337c83fbb459 21:01:15 Step 5/6 : COPY go.mod . 21:01:15 ---> b3ae93cbec97 21:01:15 Step 6/6 : RUN go mod download 21:01:15 ---> Running in e62b0b48f527 21:01:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:01:41 ---> b310941a6db7 21:01:41 Step 3/23 : WORKDIR /edgex-go 21:01:41 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:41 Step 2/30 : FROM ${BUILDER_BASE} AS builder 21:01:41 ---> b310941a6db7 21:01:41 Step 3/30 : WORKDIR /edgex-go 21:01:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:01:41 ---> b310941a6db7 21:01:41 Step 3/22 : WORKDIR /edgex-go 21:01:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:01:41 ---> b310941a6db7 21:01:41 Step 3/22 : WORKDIR /edgex-go 21:01:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:01:41 ---> b310941a6db7 21:01:41 Step 3/23 : WORKDIR /edgex-go 21:01:41 ---> Running in ba578b10f0e2 21:01:41 ---> Running in 3d5173622395 21:01:41 ---> Running in 1e775fceeb2c 21:01:41 ---> Running in 8e27299bfd53 21:01:41 ---> Running in a991899826eb 21:01:41 Removing intermediate container 8e27299bfd53 21:01:41 ---> 673451a0c39b 21:01:41 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:41 Removing intermediate container 3d5173622395 21:01:41 ---> fb726c4fa63a 21:01:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:41 Removing intermediate container a991899826eb 21:01:41 ---> d291c8193e13 21:01:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:41 Removing intermediate container ba578b10f0e2 21:01:41 ---> 4176e9e52034 21:01:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:41 Removing intermediate container 1e775fceeb2c 21:01:41 ---> a3abeb4b59aa 21:01:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:41 ---> Running in f5539e627916 21:01:41 ---> Running in 64ee9bbdc9b6 21:01:41 ---> Running in 1cdcc0e69221 21:01:41 ---> Running in 6c6c8e981cab 21:01:41 ---> Running in 95c1d9ff4171 21:01:41 Removing intermediate container f5539e627916 21:01:41 ---> 2875b1188575 21:01:41 Step 5/23 : RUN apk add --update --no-cache make git 21:01:41 ---> Running in 4db0c5786fb4 21:01:41 Removing intermediate container 64ee9bbdc9b6 21:01:41 ---> 244d12ac2998 21:01:41 Step 5/30 : RUN apk add --update --no-cache make git 21:01:41 ---> Running in 47f0a23aaf64 21:01:41 Removing intermediate container 1cdcc0e69221 21:01:41 ---> 9927c723b143 21:01:41 Step 5/22 : RUN apk add --update --no-cache make git 21:01:41 Removing intermediate container 95c1d9ff4171 21:01:41 ---> 4db6a690588f 21:01:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:01:41 Removing intermediate container 6c6c8e981cab 21:01:41 ---> d07464b5530d 21:01:41 Step 5/23 : RUN apk add --update --no-cache make git 21:01:41 ---> Running in 016b9e8c983b 21:01:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:41 ---> Running in 2148b8c9cbae 21:01:41 ---> Running in 4066da030b12 21:01:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:41 OK: 233 MiB in 51 packages 21:01:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:42 OK: 233 MiB in 51 packages 21:01:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:42 Removing intermediate container 4db0c5786fb4 21:01:42 ---> 96d79c157867 21:01:42 Step 6/23 : COPY go.mod . 21:01:42 OK: 233 MiB in 51 packages 21:01:42 Removing intermediate container 47f0a23aaf64 21:01:42 ---> 7757fe94f176 21:01:42 Step 6/30 : COPY go.mod . 21:01:42 ---> 419d08c13506 21:01:42 Step 7/23 : RUN go mod download 21:01:42 OK: 233 MiB in 51 packages 21:01:42 OK: 233 MiB in 51 packages 21:01:42 ---> Running in e490b76f1cb9 21:01:42 Removing intermediate container e62b0b48f527 21:01:42 ---> da67cb307df9 21:01:42 Successfully built da67cb307df9 21:01:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:01:42 ---> 3b714066418a 21:01:42 Step 7/30 : RUN go mod download 21:01:42 ---> Running in 8aae6d4ced1e 21:01:43 + docker inspect -f . ci-base-image-arm64 21:01:43 . [Pipeline] withDockerContainer 21:01:43 Removing intermediate container 016b9e8c983b 21:01:43 ---> a5ab62a8e69b 21:01:43 Step 6/22 : COPY go.mod . 21:01:43 prd-ubuntu18.04-docker-arm64-4c-16g-28098 does not seem to be running inside a container 21:01:43 ---> c4acd6dc7d04 21:01:43 Step 7/22 : RUN go mod download 21:01:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:01:43 ---> Running in 2c064dc26f6c 21:01:43 Removing intermediate container 2148b8c9cbae 21:01:43 ---> 82a777791f3c 21:01:43 Step 6/22 : COPY go.mod . 21:01:43 Removing intermediate container 4066da030b12 21:01:43 ---> 1cce14fd0fcd 21:01:43 Step 6/23 : COPY go.mod . 21:01:43 ---> 358a13c2a000 21:01:43 Step 7/22 : RUN go mod download 21:01:44 ---> Running in 014d64e53593 21:01:44 ---> a18d427f601d 21:01:44 Step 7/23 : RUN go mod download 21:01:44 ---> Running in 5883c159cecc 21:01:45 $ docker top cb12b6a756bfdec849d4628d62a3d77f6b85a30f32a77c24b79fc42b81b6a1c3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:45 Removing intermediate container 8aae6d4ced1e 21:01:45 ---> 57f712ce4691 21:01:45 Step 8/30 : COPY . . 21:01:45 Removing intermediate container e490b76f1cb9 21:01:45 ---> ce3eca7e9164 21:01:45 Step 8/23 : COPY . . 21:01:45 Removing intermediate container 2c064dc26f6c 21:01:45 ---> a249a95b5cdd 21:01:45 Step 8/22 : COPY . . 21:01:46 + go version 21:01:46 go version go1.15.5 linux/arm64 [Pipeline] } 21:01:46 $ docker stop --time=1 cb12b6a756bfdec849d4628d62a3d77f6b85a30f32a77c24b79fc42b81b6a1c3 21:01:48 $ docker rm -f cb12b6a756bfdec849d4628d62a3d77f6b85a30f32a77c24b79fc42b81b6a1c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:01:49 + docker inspect -f . ci-base-image-arm64 21:01:49 . [Pipeline] withDockerContainer 21:01:49 prd-ubuntu18.04-docker-arm64-4c-16g-28098 does not seem to be running inside a container 21:01:49 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:01:50 $ docker top a953c2259f4772bc674f4ae630aff65a0de9e81f47708102749393e9af936dd6 -eo pid,comm [Pipeline] { [Pipeline] echo 21:01:50 ========================================================= 21:01:50 [edgeXBuildGoParallel] Running Tests and Build... 21:01:50 ========================================================= [Pipeline] sh 21:01:51 Removing intermediate container 5883c159cecc 21:01:51 ---> a6b12e2d9560 21:01:51 Step 8/23 : COPY . . 21:01:51 + make test 21:01:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:01:53 Removing intermediate container 014d64e53593 21:01:53 ---> d56930360c1e 21:01:53 Step 8/22 : COPY . . 21:02:13 ? github.com/edgexfoundry/edgex-go [no test files] 21:02:25 ---> 7779df637a06 21:02:25 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:02:25 ---> 849be7868841 21:02:25 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:02:25 ---> 084c286a3f27 21:02:25 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:02:25 ---> Running in 2c4a54fd6129 21:02:25 ---> Running in f86742cbd2ed 21:02:25 ---> 7b2b3f51e312 21:02:25 Step 9/23 : RUN make cmd/core-command/core-command 21:02:25 ---> Running in 436104fb2cd8 21:02:25 ---> 2bb5e12755db 21:02:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:02:25 ---> Running in 86881668c6e7 21:02:25 ---> Running in bff3b6786b46 21:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:02: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 21:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:03:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:03:04 Removing intermediate container 436104fb2cd8 21:03:04 ---> 043e9f382138 21:03:04 21:03:04 Step 10/30 : FROM alpine:3.12 21:03:04 3.12: Pulling from library/alpine 21:03:04 Removing intermediate container 86881668c6e7 21:03:04 ---> 3a6638e1ab94 21:03:04 21:03:04 Step 10/23 : FROM alpine:3.12 21:03:04 3.12: Pulling from library/alpine 21:03:04 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:03:04 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:03:06 Status: Downloaded newer image for alpine:3.12 21:03:06 ---> 88dd2752d2ea 21:03:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:03:06 Status: Downloaded newer image for alpine:3.12 21:03:06 ---> 88dd2752d2ea 21:03:06 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:03:06 ---> Running in 05b814b0272f 21:03:06 ---> Running in 3dcf50c07e2b 21:03:06 Removing intermediate container bff3b6786b46 21:03:06 ---> f5ecbd4722d3 21:03:06 21:03:06 Step 10/22 : FROM alpine:3.12 21:03:06 ---> 88dd2752d2ea 21:03:06 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:03:06 Removing intermediate container 2c4a54fd6129 21:03:06 ---> 6aef2aa8f6d6 21:03:06 21:03:06 Step 10/22 : FROM alpine:3.12 21:03:06 ---> 88dd2752d2ea 21:03:06 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:03:06 ---> Running in 7dceed1723c3 21:03:07 ---> Running in c3ccc49cfe38 21:03:07 Removing intermediate container 05b814b0272f 21:03:07 ---> 680161a0e450 21:03:07 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 21:03:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:08 ---> Running in 9cbf5a333ab5 21:03:08 (1/1) Installing dumb-init (1.2.2-r1) 21:03:09 Executing busybox-1.31.1-r19.trigger 21:03:09 OK: 6 MiB in 15 packages 21:03:09 Removing intermediate container f86742cbd2ed 21:03:09 ---> 507f5f04d630 21:03:09 21:03:09 Step 10/23 : FROM alpine:3.12 21:03:09 ---> 88dd2752d2ea 21:03:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:03:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:09 ---> Running in 3286f6c648bd 21:03:09 (1/2) Installing ca-certificates (20191127-r4) 21:03:09 (2/2) Installing dumb-init (1.2.2-r1) 21:03:09 Executing busybox-1.31.1-r19.trigger 21:03:09 Executing ca-certificates-20191127-r4.trigger 21:03:09 OK: 6 MiB in 16 packages 21:03:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:10 (1/1) Installing dumb-init (1.2.2-r1) 21:03:10 Executing busybox-1.31.1-r19.trigger 21:03:10 OK: 6 MiB in 15 packages 21:03:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:10 (1/2) Installing dumb-init (1.2.2-r1) 21:03:10 (2/2) Installing su-exec (0.2-r1) 21:03:10 Executing busybox-1.31.1-r19.trigger 21:03:10 OK: 6 MiB in 16 packages 21:03:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:11 Removing intermediate container 3dcf50c07e2b 21:03:11 ---> 4e1cda505c41 21:03:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:03:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:11 (1/1) Installing dumb-init (1.2.2-r1) 21:03:11 Executing busybox-1.31.1-r19.trigger 21:03:11 OK: 6 MiB in 15 packages 21:03:11 ---> Running in 649940a6a5ee 21:03:11 Removing intermediate container c3ccc49cfe38 21:03:11 ---> 735f5ce0536f 21:03:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:03:11 Removing intermediate container 7dceed1723c3 21:03:11 ---> 6bba66d02b1d 21:03:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:03:12 Removing intermediate container 649940a6a5ee 21:03:12 ---> 87777c952025 21:03:12 Step 13/23 : ENV APP_PORT=48082 21:03:12 Removing intermediate container 9cbf5a333ab5 21:03:12 ---> 9e027e013f2f 21:03:12 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 21:03:12 ---> Running in 78198329800e 21:03:12 ---> Running in 27b3c47e8e00 21:03:12 Removing intermediate container 3286f6c648bd 21:03:12 ---> 111adb7bb036 21:03:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:03:12 ---> Running in 27a39d1e2943 21:03:12 ---> Running in 2e1af8b5c3a3 21:03:13 ---> Running in 853a38a2b10d 21:03:13 Removing intermediate container 27b3c47e8e00 21:03:13 ---> 3f4cdbc5945d 21:03:13 Step 13/22 : ENV APP_PORT=48085 21:03:13 Removing intermediate container 78198329800e 21:03:13 ---> 22e978cdb0c1 21:03:13 Step 13/22 : ENV APP_PORT=48060 21:03:13 Removing intermediate container 27a39d1e2943 21:03:13 ---> 04951b418f39 21:03:13 Step 14/23 : EXPOSE $APP_PORT 21:03:13 Removing intermediate container 2e1af8b5c3a3 21:03:13 ---> ba44e6fc3a2c 21:03:13 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:03:13 ---> Running in 3cdf5eb5d4ac 21:03:13 ---> Running in 7a37fbe64e16 21:03:13 Removing intermediate container 853a38a2b10d 21:03:13 ---> 7ca37d85be01 21:03:13 Step 13/23 : ENV APP_PORT=48081 21:03:13 ---> Running in 55f4d30d7f30 21:03:13 ---> Running in 95d8ecee4604 21:03:13 ---> Running in 6c5e73cd0206 21:03:13 Removing intermediate container 7a37fbe64e16 21:03:13 ---> 7885c0757943 21:03:13 Step 14/22 : EXPOSE $APP_PORT 21:03:13 Removing intermediate container 3cdf5eb5d4ac 21:03:13 ---> a029f4c2f15d 21:03:13 Step 14/22 : EXPOSE $APP_PORT 21:03:13 Removing intermediate container 55f4d30d7f30 21:03:13 ---> afe3f9fb9144 21:03:13 Step 15/23 : WORKDIR / 21:03:13 Removing intermediate container 95d8ecee4604 21:03:13 ---> 1741eacfe1b8 21:03:13 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:03:13 Removing intermediate container 6c5e73cd0206 21:03:13 ---> 2c8e8b856c0c 21:03:13 Step 14/23 : EXPOSE $APP_PORT 21:03:14 ---> Running in ebaf197efa42 21:03:14 ---> Running in 63ccc16ba81a 21:03:14 ---> Running in 7f3252260141 21:03:14 ---> Running in e6199dd69830 21:03:14 ---> Running in a00cf0f0ec56 21:03:14 Removing intermediate container ebaf197efa42 21:03:14 ---> a0ce70d977fd 21:03:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:03:14 Removing intermediate container 63ccc16ba81a 21:03:14 ---> 72b64fde43b6 21:03:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:03:14 Removing intermediate container a00cf0f0ec56 21:03:14 ---> 49e8a2d652d2 21:03:14 Step 15/23 : WORKDIR / 21:03:14 Removing intermediate container 7f3252260141 21:03:14 ---> 2108925a67d7 21:03:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:03:15 ---> Running in d0e624dc00d0 21:03:15 ---> 4a1f5dda19de 21:03:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:03:15 ---> 89c1ade9c7f1 21:03:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:03:15 ---> ddc0a555ff21 21:03:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:03:15 Removing intermediate container d0e624dc00d0 21:03:15 ---> be051ab47b5f 21:03:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:03:15 ---> 86022a222231 21:03:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:03:16 Removing intermediate container e6199dd69830 21:03:16 ---> 641e3822d477 21:03:16 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 21:03:16 ---> 1653bee86758 21:03:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:03:16 ---> 68726e51fc6f 21:03:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:03:16 ---> Running in fdb4eff7e835 21:03:16 ---> 0701bfa9742f 21:03:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:03:16 ---> b4c0c28ef948 21:03:16 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:03:16 ---> 7d49fd273854 21:03:16 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:03:16 ---> Running in a64fbf49b511 21:03:16 Removing intermediate container fdb4eff7e835 21:03:16 ---> 44d9a9ba052d 21:03:16 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:03:16 ---> Running in 67467976d592 21:03:16 ---> 5dee51e77e45 21:03:16 Step 19/23 : ENTRYPOINT ["/core-command"] 21:03:16 ---> 0af521beffa3 21:03:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:03:17 ---> Running in dc7152e879ce 21:03:17 Removing intermediate container a64fbf49b511 21:03:17 ---> 6ab6b62a91ee 21:03:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:03:17 Removing intermediate container 67467976d592 21:03:17 ---> d5775bf09336 21:03:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:03:17 ---> 6092495a4fc4 21:03:17 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:03:17 ---> 437666079ba5 21:03:17 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:03:17 ---> Running in 4e88119fa5dd 21:03:17 Removing intermediate container dc7152e879ce 21:03:17 ---> 752ac55ab915 21:03:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:03:17 ---> Running in d357542789e1 21:03:17 ---> Running in dc39b485b51c 21:03:17 ---> Running in 62de5159575e 21:03:17 ---> Running in 364e385e45c9 21:03:18 Removing intermediate container 4e88119fa5dd 21:03:18 ---> 30df5789ebb9 21:03:18 Step 20/22 : LABEL arch=x86_64 21:03:18 Removing intermediate container d357542789e1 21:03:18 ---> 2b9e3f716e2c 21:03:18 Step 20/22 : LABEL arch=x86_64 21:03:18 Removing intermediate container 62de5159575e 21:03:18 ---> 335b6275b0f3 21:03:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:03:18 Removing intermediate container 364e385e45c9 21:03:18 ---> 38fe2677e36e 21:03:18 Step 21/23 : LABEL arch=x86_64 21:03:18 ---> Running in b291bbb43b5d 21:03:18 ---> Running in d8d42286f41f 21:03:18 ---> Running in 2eded1359a77 21:03:18 ---> Running in 3add43cd8bfd 21:03:19 Removing intermediate container b291bbb43b5d 21:03:19 ---> 41554f177d44 21:03:19 Step 21/22 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:03:19 Removing intermediate container d8d42286f41f 21:03:19 ---> ac7817f9f3cf 21:03:19 Step 21/22 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:03:19 Removing intermediate container 2eded1359a77 21:03:19 ---> 96e3145b1459 21:03:19 Step 21/23 : LABEL arch=x86_64 21:03:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:03:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:03:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:03:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:03:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:03:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:03:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:03:19 ---> Running in a1f2d7d5ef2c 21:03:19 Removing intermediate container 3add43cd8bfd 21:03:19 ---> 9a17ca368bd1 21:03:19 Step 22/23 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:03:19 ---> Running in 364028eb388b 21:03:19 ---> Running in 35acd0b0c7fc 21:03:19 ---> Running in 26941f31bbd5 21:03:19 Removing intermediate container a1f2d7d5ef2c 21:03:19 ---> c1ad2ff64dd4 21:03:19 Step 22/22 : LABEL version=0.0.0 21:03:19 Removing intermediate container 364028eb388b 21:03:19 ---> 80fa490a3297 21:03:19 Step 22/22 : LABEL version=0.0.0 21:03:19 ---> Running in cae232a79cd4 21:03:19 Removing intermediate container 35acd0b0c7fc 21:03:19 ---> 83959057ac2f 21:03:19 Step 22/23 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:03:19 Removing intermediate container 26941f31bbd5 21:03:19 ---> c500d2354b02 21:03:19 Step 23/23 : LABEL version=0.0.0 21:03:19 Removing intermediate container dc39b485b51c 21:03:19 ---> 93c683129f9c 21:03:19 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 21:03:20 ---> Running in c00c4abc21a8 21:03:20 ---> Running in 1de572d7e9d0 21:03:20 ---> Running in 7dce746bbd6a 21:03:20 Removing intermediate container cae232a79cd4 21:03:20 ---> 0fb8d0bf004f 21:03:20 21:03:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:03:20 ---> 9d131387e8c7 21:03:20 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:03:20 Successfully built 0fb8d0bf004f 21:03:20 Successfully tagged docker-support-notifications-go:latest 21:03:20 Removing intermediate container c00c4abc21a8 21:03:20 ---> 73871fcfb93c 21:03:20 Step 23/23 : LABEL version=0.0.0 21:03:20 Removing intermediate container 1de572d7e9d0 21:03:20 ---> 5b6ce749b545 21:03:20 21:03:20 Removing intermediate container 7dce746bbd6a 21:03:20 ---> 8a5ae932404d 21:03:20 21:03:20  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 21:03:20 ---> Running in 89cae40a196c 21:03:20 Successfully built 5b6ce749b545 21:03:20 Successfully tagged docker-support-scheduler-go:latest 21:03:20 Building docker-security-secretstore-setup-go 21:03:20  Building docker-support-scheduler-go ... done Successfully built 8a5ae932404d 21:03:21 Successfully tagged docker-core-command-go:latest 21:03:21  Building docker-core-command-go ... done Building docker-core-data-go 21:03:21 ---> e6b0a2660f31 21:03:21 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:03:21 Removing intermediate container 89cae40a196c 21:03:21 ---> b07837686c79 21:03:21 21:03:21 Successfully built b07837686c79 21:03:21 Successfully tagged docker-core-metadata-go:latest 21:03:21  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 21:03:21 ---> 73aab68e798b 21:03:21 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:03:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:03:21 ---> 2e12586713c3 21:03:21 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 21:03:21 ---> Running in 44729da07c30 21:03:21 Removing intermediate container 44729da07c30 21:03:21 ---> 3ba748c54a6a 21:03:21 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:03:22 ---> 85c755c5d73d 21:03:22 Step 25/30 : RUN chmod +x /entrypoint.sh 21:03:25 ---> Running in ced038fa81ef 21:03:27 Removing intermediate container ced038fa81ef 21:03:27 ---> 8ae5515a7354 21:03:27 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 21:03:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:03:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:03:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:03:30 ---> Running in 6fac1d639f42 21:03:30 Removing intermediate container 6fac1d639f42 21:03:30 ---> 9e3241f0e370 21:03:30 Step 27/30 : CMD ["gate"] 21:03:30 ---> Running in d06e86a1b1fb 21:03:31 Removing intermediate container d06e86a1b1fb 21:03:31 ---> 0331a9d61d34 21:03:31 Step 28/30 : LABEL arch=x86_64 21:03:31 ---> Running in 8f9aae36a1c7 21:03:31 Removing intermediate container 8f9aae36a1c7 21:03:31 ---> d80f288fc107 21:03:31 Step 29/30 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:03:31 ---> Running in 08562662d682 21:03:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.269s coverage: 45.9% of statements 21:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 21:03:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.248s coverage: 100.0% of statements 21:03:37 Removing intermediate container 08562662d682 21:03:37 ---> 40586eeee0c2 21:03:37 Step 30/30 : LABEL version=0.0.0 21:03:37 ---> Running in 599b1a125307 21:03:38 Removing intermediate container 599b1a125307 21:03:38 ---> 3e55a618d8e5 21:03:38 21:03:39 Successfully built 3e55a618d8e5 21:03:39 Successfully tagged docker-security-bootstrapper-go:latest 21:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.608s coverage: 27.1% of statements 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:03:43  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:03:43 ---> b310941a6db7 21:03:43 Step 3/26 : WORKDIR /edgex-go 21:03:43 ---> Using cache 21:03:43 ---> a3abeb4b59aa 21:03:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:43 ---> Using cache 21:03:43 ---> 4db6a690588f 21:03:43 Step 5/26 : RUN apk add --update --no-cache make bash git 21:03:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:03:43 ---> b310941a6db7 21:03:43 Step 3/21 : WORKDIR /edgex-go 21:03:43 ---> Using cache 21:03:43 ---> a3abeb4b59aa 21:03:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:43 ---> Using cache 21:03:43 ---> 4db6a690588f 21:03:43 Step 5/21 : RUN apk add --update --no-cache make git 21:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.263s coverage: 65.8% of statements 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:03:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:03:44 ---> b310941a6db7 21:03:44 Step 3/23 : WORKDIR /edgex-go 21:03:44 ---> Using cache 21:03:44 ---> a3abeb4b59aa 21:03:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:44 ---> Using cache 21:03:44 ---> 4db6a690588f 21:03:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:03:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:03:44 ---> b310941a6db7 21:03:44 Step 3/24 : WORKDIR /edgex-go 21:03:44 ---> Using cache 21:03:44 ---> a3abeb4b59aa 21:03:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:44 ---> Using cache 21:03:44 ---> 4db6a690588f 21:03:44 Step 5/24 : RUN apk add --update --no-cache make git 21:03:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.657s coverage: 82.3% of statements 21:03:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:03:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:03:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:03:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:03:44 ---> Running in 579c96dbcab6 21:03:44 ---> Running in dc81b7e96846 21:03:44 ---> Running in 0f7ed962d515 21:03:44 ---> Running in 4745f1cad2f5 21:03:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:47 OK: 233 MiB in 51 packages 21:03:47 OK: 233 MiB in 51 packages 21:03:47 OK: 233 MiB in 51 packages 21:03:47 OK: 233 MiB in 51 packages 21:03:47 Removing intermediate container 0f7ed962d515 21:03:47 ---> 55d21564c068 21:03:47 Step 6/26 : COPY go.mod . 21:03:47 Removing intermediate container 4745f1cad2f5 21:03:47 ---> 0dc1292a97dc 21:03:47 Step 6/23 : COPY go.mod . 21:03:48 ---> b80eaabfff28 21:03:48 Step 7/26 : RUN go mod download 21:03:48 ---> Running in 547c315f0dcd 21:03:48 ---> 0b82ddc8cdbb 21:03:48 Step 7/23 : RUN go mod download 21:03:48 Removing intermediate container 579c96dbcab6 21:03:48 ---> 604dae90c150 21:03:48 Step 6/21 : COPY go.mod . 21:03:48 Removing intermediate container dc81b7e96846 21:03:48 ---> c94ef4410a8a 21:03:48 Step 6/24 : COPY go.mod . 21:03:49 ---> Running in 101483d38d47 21:03:49 ---> 77a467820306 21:03:49 Step 7/21 : RUN go mod download 21:03:49 ---> ced0f54448b4 21:03:49 Step 7/24 : RUN go mod download 21:03:49 ---> Running in df159c63f3e4 21:03:49 ---> Running in 77d6d6d5ed36 21:03:51 Removing intermediate container 101483d38d47 21:03:51 ---> 7c94e76067e9 21:03:51 Step 8/23 : COPY . . 21:03:51 Removing intermediate container 547c315f0dcd 21:03:51 ---> ad767cc152d3 21:03:51 Step 8/26 : COPY . . 21:03:51 Removing intermediate container df159c63f3e4 21:03:51 ---> e03467ecd7f3 21:03:51 Step 8/21 : COPY . . 21:03:52 Removing intermediate container 77d6d6d5ed36 21:03:52 ---> 1910f593348e 21:03:52 Step 8/24 : COPY . . 21:03:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.201s coverage: 28.6% of statements 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:03:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:03:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:03:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.292s coverage: 86.7% of statements 21:03:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.399s coverage: 97.5% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.155s coverage: 78.3% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:04:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.273s coverage: 92.8% of statements 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:04:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:04:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.225s coverage: 0.1% of statements 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:04:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements 21:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements 21:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements 21:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements 21:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements 21:04:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.102s coverage: 94.4% of statements 21:04:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 21:04:28 ---> 234959a54150 21:04:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:04:28 ---> Running in d623bb7e28e5 21:04:28 ---> 31c8cea7df72 21:04:28 Step 9/23 : RUN make cmd/core-data/core-data 21:04:28 ---> ffcb5bb8c258 21:04:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:04:28 ---> f92bd000f019 21:04:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:04:28 ---> Running in 81f035e07f6d 21:04:28 ---> Running in 861aed98a5cf 21:04:28 ---> Running in d25b4d68e4c0 21:04:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:04:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:04:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:04:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.120s coverage: 92.9% of statements 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.063s coverage: 77.8% of statements 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.6% of statements 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.6% of statements 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.546s coverage: 62.4% of statements 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.842s coverage: 69.1% of statements 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.351s coverage: 38.4% of statements 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.077s coverage: 89.5% of statements 21:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements 21:04:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements 21:04:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:04:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:04:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:04:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:04:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:04:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements 21:04:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:04:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements 21:04:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:04:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:04:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:04:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:04:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.371s coverage: 89.4% of statements 21:04:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:04:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:04:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:04:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.011s coverage: 29.1% of statements 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:04:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.167s coverage: 99.0% of statements 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:04:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.091s coverage: 100.0% of statements 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:04:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.218s coverage: 94.3% of statements 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:04:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:04:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:04:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:04:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 21:04:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 21:04:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 21:04:47 GO111MODULE=on go vet ./... 21:04:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:04:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:04:52 Removing intermediate container d623bb7e28e5 21:04:52 ---> 6eb4c47487dc 21:04:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:04:52 ---> Running in 9cc030e4baf2 21:04:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:04:55 Removing intermediate container 81f035e07f6d 21:04:55 ---> 81addf39706d 21:04:55 21:04:55 Step 10/24 : FROM alpine:3.12 21:04:55 ---> 88dd2752d2ea 21:04:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:04:55 Removing intermediate container d25b4d68e4c0 21:04:55 ---> 94d4e28920e4 21:04:55 21:04:55 Step 10/21 : FROM alpine:3.12 21:04:55 ---> 88dd2752d2ea 21:04:55 Step 11/21 : RUN apk add --update --no-cache curl 21:04:55 ---> Running in 6692c257101e 21:04:56 ---> Running in 5e118205b747 21:04:56 Removing intermediate container 9cc030e4baf2 21:04:56 ---> 8f38a137bf61 21:04:56 21:04:56 Step 11/26 : FROM docker:20.10.0 21:04:56 20.10.0: Pulling from library/docker 21:04:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:56 (1/4) Installing ca-certificates (20191127-r4) 21:04:56 (1/5) Installing ca-certificates (20191127-r4) 21:04:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:04:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:04:56 (3/4) Installing libcurl (7.69.1-r3) 21:04:56 (3/5) Installing libcurl (7.69.1-r3) 21:04:56 (4/4) Installing curl (7.69.1-r3) 21:04:56 (4/5) Installing curl (7.69.1-r3) 21:04:56 Executing busybox-1.31.1-r19.trigger 21:04:56 (5/5) Installing dumb-init (1.2.2-r1) 21:04:56 Executing busybox-1.31.1-r19.trigger 21:04:56 Executing ca-certificates-20191127-r4.trigger 21:04:56 Executing ca-certificates-20191127-r4.trigger 21:04:57 OK: 7 MiB in 18 packages 21:04:57 OK: 7 MiB in 19 packages 21:05:00 Removing intermediate container 861aed98a5cf 21:05:00 ---> b2b8ae73012e 21:05:00 21:05:00 Step 10/23 : FROM alpine:3.12 21:05:00 ---> 88dd2752d2ea 21:05:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:05:02 ---> Running in 9e1173c11fe8 21:05:02 Removing intermediate container 6692c257101e 21:05:02 ---> 45af33030833 21:05:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:05:02 Removing intermediate container 5e118205b747 21:05:02 ---> e47e0f2acbcc 21:05:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:05:02 ---> Running in 7b6233377b5a 21:05:02 Removing intermediate container 9e1173c11fe8 21:05:02 ---> d765dac00056 21:05:02 Step 12/23 : ENV APP_PORT=48080 21:05:02 ---> Running in 27de2078792a 21:05:03 ---> Running in 1eacb13160c4 21:05:03 Removing intermediate container 7b6233377b5a 21:05:03 ---> f118a173b2f4 21:05:03 Step 13/24 : WORKDIR / 21:05:03 Removing intermediate container 27de2078792a 21:05:03 ---> c4adefdcca1c 21:05:03 Step 13/21 : WORKDIR /edgex 21:05:03 ---> Running in 1cb2d9bcc244 21:05:03 ---> Running in 53a69c713b2f 21:05:03 Removing intermediate container 1eacb13160c4 21:05:03 ---> e8b67ba44cc6 21:05:03 Step 13/23 : EXPOSE $APP_PORT 21:05:03 ---> Running in d782229b685f 21:05:03 Removing intermediate container 1cb2d9bcc244 21:05:03 ---> 235edde8f790 21:05:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:05:03 Removing intermediate container 53a69c713b2f 21:05:03 ---> d2f7d9a7fc15 21:05:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:05:03 Removing intermediate container d782229b685f 21:05:03 ---> 9eae3388c70f 21:05:03 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:03 ---> dec090a4ee17 21:05:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:05:03 ---> Running in a2849a62d992 21:05:04 ---> 9c5d5c5cd913 21:05:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:05:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:05:04 Status: Downloaded newer image for docker:20.10.0 21:05:04 ---> aefe523efa57 21:05:04 Step 12/26 : RUN apk add --no-cache bash 21:05:04 ---> b00f9e06db88 21:05:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:05:04 ---> Running in 9295f07f33d5 21:05:04 ---> 29bddf7244ff 21:05:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:05:04 ---> 6c65bafe3276 21:05:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:05:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:05 (1/2) Installing readline (8.0.4-r0) 21:05:05 (2/2) Installing bash (5.0.17-r0) 21:05:05 Executing bash-5.0.17-r0.post-install 21:05:05 Executing busybox-1.31.1-r19.trigger 21:05:05 OK: 12 MiB in 22 packages 21:05:05 ---> e512695e116c 21:05:05 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:05:05 ---> 5b5c66137eda 21:05:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:05:05 ---> Running in 8c4ed56d5964 21:05:05 Removing intermediate container a2849a62d992 21:05:05 ---> 0a35e3fa0609 21:05:05 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:05:06 ---> Running in 13eb35e70048 21:05:06 Removing intermediate container 8c4ed56d5964 21:05:06 ---> 2f7e988415c5 21:05:06 Step 18/21 : CMD ["--init=true"] 21:05:06 Removing intermediate container 9295f07f33d5 21:05:06 ---> f7462ec1b648 21:05:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:05:06 ---> Running in f6ec5aec92cb 21:05:06 ---> 8d4084ab030d 21:05:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:05:06 ---> Running in fffca1e992c7 21:05:06 Removing intermediate container f6ec5aec92cb 21:05:06 ---> 4fec0aa3b507 21:05:06 Step 19/21 : LABEL arch=x86_64 21:05:07 ---> Running in 65a2c098a301 21:05:07 Removing intermediate container fffca1e992c7 21:05:07 ---> 804c888c32fc 21:05:07 Step 14/26 : ENV APP_PORT=48090 21:05:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:07 ---> 0c3529df3838 21:05:07 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:05:07 ---> Running in d4d887423b92 21:05:07 ---> Running in c89245a4f15f 21:05:07 Removing intermediate container 65a2c098a301 21:05:07 ---> 7b547218cdff 21:05:07 Step 20/21 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:05:07 ---> Running in df94f284a6b9 21:05:07 Removing intermediate container d4d887423b92 21:05:07 ---> 48fb792258bf 21:05:07 Step 15/26 : EXPOSE $APP_PORT 21:05:07 ---> Running in b569a54e2573 21:05:07 Removing intermediate container df94f284a6b9 21:05:07 ---> 3f9abbbd2c25 21:05:07 Step 21/21 : LABEL version=0.0.0 21:05:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:07 ---> Running in 16b27f861425 21:05:08 Removing intermediate container b569a54e2573 21:05:08 ---> d9010ff278dc 21:05:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:05:08 Removing intermediate container 16b27f861425 21:05:08 ---> 7732a9f8108b 21:05:08 21:05:08 (1/6) Installing dumb-init (1.2.2-r1) 21:05:08 (2/6) Installing libgcc (9.3.0-r2) 21:05:08 (3/6) Installing libsodium (1.0.18-r0) 21:05:08 Successfully built 7732a9f8108b 21:05:08 (4/6) Installing libstdc++ (9.3.0-r2) 21:05:08 Successfully tagged docker-security-proxy-setup-go:latest 21:05:08  Building docker-security-proxy-setup-go ... done Removing intermediate container c89245a4f15f 21:05:08 ---> 19676c72e542 21:05:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:05:08 ---> a9d5c7f74a4e 21:05:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:05:08 (5/6) Installing libzmq (4.3.3-r0) 21:05:08 ---> Running in 689f08af3bdf 21:05:08 (6/6) Installing zeromq (4.3.3-r0) 21:05:09 Executing busybox-1.31.1-r19.trigger 21:05:09 OK: 8 MiB in 20 packages 21:05:09 Removing intermediate container 689f08af3bdf 21:05:09 ---> 9f03ea56850e 21:05:09 Step 22/24 : LABEL arch=x86_64 21:05:09 ---> 806e30790f4b 21:05:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:05:09 ---> Running in 9378cbeaf0f1 21:05:09 Removing intermediate container 9378cbeaf0f1 21:05:09 ---> 145fb703489a 21:05:09 Step 23/24 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:05:09 ---> e897515397b4 21:05:09 Step 19/26 : RUN apk --no-cache add py3-pip 21:05:09 ---> Running in 92e196b7ad3b 21:05:09 ---> Running in 66051ac1fb6b 21:05:09 Removing intermediate container 13eb35e70048 21:05:09 ---> 43300b9768db 21:05:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:05:09 Removing intermediate container 92e196b7ad3b 21:05:09 ---> 957829bf5485 21:05:09 Step 24/24 : LABEL version=0.0.0 21:05:10 ---> Running in 401efebcee4f 21:05:10 ---> 8d45bdf786e1 21:05:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:05:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:10 Removing intermediate container 401efebcee4f 21:05:10 ---> ec4159b42347 21:05:10 21:05:10 (1/33) Installing libbz2 (1.0.8-r1) 21:05:10 (2/33) Installing expat (2.2.9-r1) 21:05:10 (3/33) Installing libffi (3.3-r2) 21:05:10 (4/33) Installing gdbm (1.13-r1) 21:05:10 (5/33) Installing xz-libs (5.2.5-r0) 21:05:10 (6/33) Installing sqlite-libs (3.32.1-r0) 21:05:10 (7/33) Installing python3 (3.8.5-r1) 21:05:10 Successfully built ec4159b42347 21:05:10 Successfully tagged docker-security-secretstore-setup-go:latest 21:05:14  Building docker-security-secretstore-setup-go ... done  ---> 7940bebc5283 21:05:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:05:14 (8/33) Installing py3-appdirs (1.4.4-r1) 21:05:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:05:14 (10/33) Installing py3-parsing (2.4.7-r0) 21:05:14 (11/33) Installing py3-six (1.15.0-r0) 21:05:14 (12/33) Installing py3-packaging (20.4-r0) 21:05:14 (13/33) Installing py3-setuptools (47.0.0-r0) 21:05:14 (14/33) Installing py3-chardet (3.0.4-r4) 21:05:14 (15/33) Installing py3-idna (2.9-r0) 21:05:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:05:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:05:14 (18/33) Installing py3-requests (2.23.0-r0) 21:05:14 (19/33) Installing py3-msgpack (1.0.0-r0) 21:05:14 (20/33) Installing py3-lockfile (0.12.2-r3) 21:05:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:05:15 (22/33) Installing py3-colorama (0.4.3-r0) 21:05:15 ---> 916eeb83536f 21:05:15 Step 19/23 : ENTRYPOINT ["/core-data"] 21:05:15 (23/33) Installing py3-distlib (0.3.0-r0) 21:05:15 (24/33) Installing py3-distro (1.5.0-r1) 21:05:15 (25/33) Installing py3-webencodings (0.5.1-r3) 21:05:15 (26/33) Installing py3-html5lib (1.0.1-r4) 21:05:15 (27/33) Installing py3-pytoml (0.1.21-r0) 21:05:15 ---> Running in 01559630a8ac 21:05:15 (28/33) Installing py3-pep517 (0.8.2-r0) 21:05:15 (29/33) Installing py3-progress (1.5-r0) 21:05:15 (30/33) Installing py3-toml (0.10.1-r0) 21:05:15 (31/33) Installing py3-retrying (1.3.3-r0) 21:05:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:05:15 (33/33) Installing py3-pip (20.1.1-r0) 21:05:15 Executing busybox-1.31.1-r19.trigger 21:05:15 OK: 71 MiB in 55 packages 21:05:16 Removing intermediate container 01559630a8ac 21:05:16 ---> b69917bb3dd6 21:05:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:05:16 ---> Running in 442844a19a78 21:05:16 Removing intermediate container 442844a19a78 21:05:16 ---> c18f5bf786d0 21:05:16 Step 21/23 : LABEL arch=x86_64 21:05:17 ---> Running in f19e3e49d516 21:05:20 Removing intermediate container f19e3e49d516 21:05:20 ---> f1f1dd6fa0c0 21:05:20 Step 22/23 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:05:21 ---> Running in 110dad45e596 21:05:21 Removing intermediate container 66051ac1fb6b 21:05:21 ---> e3a26b4630ec 21:05:21 Step 20/26 : RUN pip install docker-compose==1.23.2 21:05:21 Removing intermediate container 110dad45e596 21:05:21 ---> eddae9545c96 21:05:21 Step 23/23 : LABEL version=0.0.0 21:05:21 ---> Running in 44b6467fecc8 21:05:21 ---> Running in fb6d8fb74787 21:05:21 Removing intermediate container fb6d8fb74787 21:05:21 ---> 3262988cbb69 21:05:21 21:05:21 Successfully built 3262988cbb69 21:05:21 Successfully tagged docker-core-data-go:latest 21:05:22  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 21:05:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:05:23 Collecting dockerpty<0.5,>=0.4.1 21:05:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:05:23 Collecting jsonschema<3,>=2.5.1 21:05:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:05:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:05:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:05:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:05:24 Collecting websocket-client<1.0,>=0.32.0 21:05:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:05:24 Collecting cached-property<2,>=1.2.0 21:05:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:05:24 Collecting texttable<0.10,>=0.9.0 21:05:24 Downloading texttable-0.9.1.tar.gz (11 kB) 21:05:24 Collecting PyYAML<4,>=3.10 21:05:24 Downloading PyYAML-3.13.tar.gz (270 kB) 21:05:25 Collecting docker<4.0,>=3.6.0 21:05:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:05:25 Collecting docopt<0.7,>=0.6.1 21:05:25 Downloading docopt-0.6.2.tar.gz (25 kB) 21:05:26 Collecting urllib3<1.25,>=1.21.1 21:05:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:05:26 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 21:05:26 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 21:05:26 Collecting idna<2.8,>=2.5 21:05:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:05:26 Collecting docker-pycreds>=0.4.0 21:05:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:05:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:05:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:05:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:05:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:05:26 Installing collected packages: dockerpty, jsonschema, urllib3, idna, requests, websocket-client, cached-property, texttable, PyYAML, docker-pycreds, docker, docopt, docker-compose 21:05:26 Running setup.py install for dockerpty: started 21:05:27 Running setup.py install for dockerpty: finished with status 'done' 21:05:27 Attempting uninstall: urllib3 21:05:27 Found existing installation: urllib3 1.25.9 21:05:27 Uninstalling urllib3-1.25.9: 21:05:27 Successfully uninstalled urllib3-1.25.9 21:05:28 Attempting uninstall: idna 21:05:28 Found existing installation: idna 2.9 21:05:28 Uninstalling idna-2.9: 21:05:28 Successfully uninstalled idna-2.9 21:05:28 Attempting uninstall: requests 21:05:28 Found existing installation: requests 2.23.0 21:05:28 Uninstalling requests-2.23.0: 21:05:28 Successfully uninstalled requests-2.23.0 21:05:28 Running setup.py install for texttable: started 21:05:28 Running setup.py install for texttable: finished with status 'done' 21:05:28 Running setup.py install for PyYAML: started 21:05:29 Running setup.py install for PyYAML: finished with status 'done' 21:05:29 Running setup.py install for docopt: started 21:05:29 Running setup.py install for docopt: finished with status 'done' 21:05:30 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 21:05:33 Removing intermediate container 44b6467fecc8 21:05:33 ---> a4b6c6d396dd 21:05:33 Step 21/26 : RUN apk --no-cache add curl 21:05:33 ---> Running in 000048b0079a 21:05:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:05:34 (2/3) Installing libcurl (7.69.1-r3) 21:05:34 (3/3) Installing curl (7.69.1-r3) 21:05:34 Executing busybox-1.31.1-r19.trigger 21:05:34 OK: 72 MiB in 58 packages 21:05:34 Removing intermediate container 000048b0079a 21:05:34 ---> ecfa06c0c662 21:05:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:05:34 ---> Running in a37cfc3d642e 21:05:34 Removing intermediate container a37cfc3d642e 21:05:34 ---> ccebbba0160f 21:05:34 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:05:34 ---> Running in c03e90c93a0c 21:05:35 Removing intermediate container c03e90c93a0c 21:05:35 ---> c458113e75ef 21:05:35 Step 24/26 : LABEL arch=x86_64 21:05:35 ---> Running in 10fb139eaa4e 21:05:35 Removing intermediate container 10fb139eaa4e 21:05:35 ---> b148a7ddcfeb 21:05:35 Step 25/26 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:05:35 ---> Running in 6404752ad77e 21:05:35 Removing intermediate container 6404752ad77e 21:05:35 ---> 94e4ff9dd27a 21:05:35 Step 26/26 : LABEL version=0.0.0 21:05:35 ---> Running in c14a72e23f31 21:05:35 Removing intermediate container c14a72e23f31 21:05:35 ---> 5178f7356e9c 21:05:35 21:05:35 Successfully built 5178f7356e9c 21:05:35 Successfully tagged docker-sys-mgmt-agent-go:latest 21:05:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:05:36 $ docker stop --time=1 cf13de2a4ab2abcf10b3bd970a412cb89b763c8098cacf3e246594344d11cf19 21:05:38 $ docker rm -f cf13de2a4ab2abcf10b3bd970a412cb89b763c8098cacf3e246594344d11cf19 [Pipeline] // withDockerContainer [Pipeline] sh 21:05:39 + docker images 21:05:39 + grep docker 21:05:39 docker-sys-mgmt-agent-go latest 5178f7356e9c 4 seconds ago 313MB 21:05:39 docker-core-data-go latest 3262988cbb69 18 seconds ago 22.4MB 21:05:39 docker-security-secretstore-setup-go latest ec4159b42347 29 seconds ago 24.9MB 21:05:39 docker-security-proxy-setup-go latest 7732a9f8108b 31 seconds ago 24.7MB 21:05:39 docker-security-bootstrapper-go latest 3e55a618d8e5 2 minutes ago 18.7MB 21:05:39 docker-core-metadata-go latest b07837686c79 2 minutes ago 19MB 21:05:39 docker-core-command-go latest 8a5ae932404d 2 minutes ago 17MB 21:05:39 docker-support-notifications-go latest 0fb8d0bf004f 2 minutes ago 17.8MB 21:05:39 docker-support-scheduler-go latest 5b6ce749b545 2 minutes ago 17.2MB 21:05:39 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 21:05:55 Still waiting to schedule task 21:05:55 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:06:09 gofmt -l . 21:06:09 [ "`gofmt -l .`" = "" ] 21:06:09 ./bin/test-go-mod-tidy.sh 21:06:09 ./bin/test-attribution-txt.sh [Pipeline] sh 21:06:10 + ls -al . 21:06:10 total 740 21:06:10 drwxrwxr-x 9 1001 1001 4096 Mar 1 21:06 . 21:06:10 drwxr-xr-x 4 root root 4096 Mar 1 21:01 .. 21:06:10 -rw-rw-r-- 1 1001 1001 11 Mar 1 21:00 .dockerignore 21:06:10 drwxrwxr-x 8 1001 1001 4096 Mar 1 21:00 .git 21:06:10 drwxrwxr-x 3 1001 1001 4096 Mar 1 21:00 .github 21:06:10 -rw-rw-r-- 1 1001 1001 818 Mar 1 21:00 .gitignore 21:06:10 -rw-rw-r-- 1 1001 1001 166 Mar 1 21:00 .sonarcloud.properties 21:06:10 -rw-rw-r-- 1 1001 1001 8475 Mar 1 21:00 Attribution.txt 21:06:10 -rw-rw-r-- 1 1001 1001 3804 Mar 1 21:00 CONTRIBUTING.md 21:06:10 -rw-rw-r-- 1 1001 1001 931 Mar 1 21:00 Dockerfile.build 21:06:10 -rw-rw-r-- 1 1001 1001 863 Mar 1 21:00 Jenkinsfile 21:06:10 -rw-rw-r-- 1 1001 1001 10775 Mar 1 21:00 LICENSE 21:06:10 -rw-rw-r-- 1 1001 1001 5774 Mar 1 21:00 Makefile 21:06:10 -rw-rw-r-- 1 1001 1001 6524 Mar 1 21:00 README.md 21:06:10 -rw-rw-r-- 1 1001 1001 6755 Mar 1 21:00 SECURITY.md 21:06:10 -rw-rw-r-- 1 1001 1001 5 Mar 1 20:57 VERSION 21:06:10 -rw-rw-r-- 1 1001 1001 4131 Mar 1 21:00 ZMQWindows.md 21:06:10 drwxrwxr-x 2 1001 1001 4096 Mar 1 21:00 bin 21:06:10 drwxrwxr-x 14 1001 1001 4096 Mar 1 21:00 cmd 21:06:10 -rw-r--r-- 1 root root 600568 Mar 1 21:04 coverage.out 21:06:10 -rw-r--r-- 1 root root 1055 Mar 1 21:06 go.mod 21:06:10 -rw-r--r-- 1 root root 21699 Mar 1 21:06 go.sum 21:06:10 drwxrwxr-x 8 1001 1001 4096 Mar 1 21:00 internal 21:06:10 drwxrwxr-x 4 1001 1001 4096 Mar 1 21:00 openapi 21:06:10 drwxrwxr-x 4 1001 1001 4096 Mar 1 21:00 snap 21:06:10 -rw-rw-r-- 1 1001 1001 168 Mar 1 21:00 version.go [Pipeline] sh 21:06:10 + '[' -e coverage.out ] 21:06:10 + chown 1001:1001 coverage.out [Pipeline] stash 21:06:10 Warning: overwriting stash ‘coverage-report’ 21:06:11 Stashed 1 file(s) [Pipeline] sh 21:06:12 + make build 21:06:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:06:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:06:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:06:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:06:52 Running on prd-ubuntu18.04-docker-8c-8g-28100 in /w/workspace/edgexfoundry_edgex-go_PR-3206 [Pipeline] { [Pipeline] ws 21:06:52 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 21:06:54 using credential edgex-jenkins-ssh 21:06:54 Cloning the remote Git repository 21:06:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:06:54 > git init /w/workspace/edgex-go/2 # timeout=10 21:06:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:06:54 > git --version # timeout=10 21:06:55 > git --version # 'git version 2.17.1' 21:06:55 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:06:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:06:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:07:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:07:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:07:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:07:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:07:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:07:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:07:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3206/head:refs/remotes/origin/PR-3206 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:07:06 Merging remotes/origin/master commit c501ec80a15903c04bbfabfe9c8b77aea5670573 into PR head commit 2577f09d3b8037d11b31f6b7e5c935e548015290 21:07:06 Merge succeeded, producing 2577f09d3b8037d11b31f6b7e5c935e548015290 21:07:06 Checking out Revision 2577f09d3b8037d11b31f6b7e5c935e548015290 (PR-3206) 21:07:06 > git config core.sparsecheckout # timeout=10 21:07:06 > git checkout -f 2577f09d3b8037d11b31f6b7e5c935e548015290 # timeout=10 21:07:06 > git remote # timeout=10 21:07:06 > git config --get remote.origin.url # timeout=10 21:07:06 using GIT_SSH to set credentials SSH Credentials for GitHub 21:07:06 > git merge c501ec80a15903c04bbfabfe9c8b77aea5670573 # timeout=10 21:07:06 > git rev-parse HEAD^{commit} # timeout=10 21:07:06 > git config core.sparsecheckout # timeout=10 21:07:06 > git checkout -f 2577f09d3b8037d11b31f6b7e5c935e548015290 # timeout=10 21:07:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:07:10 Commit message: "fix: Enable proper configuration for SecretStore initialization" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:07:11 + echo snap-build.sh 21:07:11 snap-build.sh 21:07:11 + SNAP_BASE_DIR=. 21:07:11 + '[' '!' -z /w/workspace/edgex-go/2 ']' 21:07:11 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 21:07:11 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 21:07:11 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 21:07:11 + cd /w/workspace/edgex-go/2 21:07:11 + sudo apt-get remove -qy --purge lxd lxd-client 21:07:11 Reading package lists... 21:07:11 Building dependency tree... 21:07:11 Reading state information... 21:07:11 The following packages were automatically installed and are no longer required: 21:07:11 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:07:11 uidmap xdelta3 21:07:11 Use 'sudo apt autoremove' to remove them. 21:07:11 The following packages will be REMOVED: 21:07:11 lxd* lxd-client* 21:07:12 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:07:12 After this operation, 31.7 MB disk space will be freed. 21:07:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:07:13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 21:07:13 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:07:14 Removing lxd dnsmasq configuration 21:07:14 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:07:14 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:07:15 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:07:16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 21:07:16 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:07:17 Processing triggers for systemd (237-3ubuntu10.42) ... 21:07:17 Processing triggers for ureadahead (0.100.0-21) ... 21:07:18 + sudo snap remove --purge lxd 21:07:18 snap "lxd" is not installed 21:07:18 + sudo groupadd --force --system lxd 21:07:18 ++ whoami 21:07:18 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:07:19 + newgrp - lxd 21:07:19 + sudo snap install lxd 21:07:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:07: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 21:07: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 21:07:29 2021-03-01T21:07:26Z INFO Waiting for automatic snapd restart... [Pipeline] } 21:07:35 $ docker stop --time=1 a953c2259f4772bc674f4ae630aff65a0de9e81f47708102749393e9af936dd6 21:07:37 $ docker rm -f a953c2259f4772bc674f4ae630aff65a0de9e81f47708102749393e9af936dd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:07:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:07:40 21:07:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:07:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:07:40 latest: Pulling from edgex-devops/edgex-compose-arm64 21:07:40 29e5d40040c1: Pulling fs layer 21:07:40 1ce36da41761: Pulling fs layer 21:07:40 25b303627fd3: Pulling fs layer 21:07:41 29e5d40040c1: Verifying Checksum 21:07:41 29e5d40040c1: Download complete 21:07:42 1ce36da41761: Verifying Checksum 21:07:42 1ce36da41761: Download complete 21:07:42 29e5d40040c1: Pull complete 21:07:43 1ce36da41761: Pull complete 21:07:43 25b303627fd3: Verifying Checksum 21:07:43 25b303627fd3: Download complete 21:07:51 lxd 4.11 from Canonical* installed 21:07:51 + sudo lxd init --auto 21:07:53 25b303627fd3: Pull complete 21:07:53 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:07:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:07:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:07:54 prd-ubuntu18.04-docker-arm64-4c-16g-28098 does not seem to be running inside a container 21:07:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:07:56 + sudo snap install --classic snapcraft 21:07:57 $ docker top 622cff1d721b1f7f4a4889088481f3153f3613752e275ef7cf9a08fc0312d2f0 -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:58 + docker-compose build --help 21:07:58 + grep parallel 21:08:01 --parallel Build images in parallel. [Pipeline] } 21:08:01 $ docker stop --time=1 622cff1d721b1f7f4a4889088481f3153f3613752e275ef7cf9a08fc0312d2f0 21:08:01 snapcraft 4.5.1 from Canonical* installed 21:08:01 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:08:01 + patch --verbose -p1 21:08:01 Hmm... Looks like a unified diff to me... 21:08:01 The text leading up to this was: 21:08:01 -------------------------- 21:08:01 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 21:08:01 |From: Tony Espy 21:08:01 |Date: Wed, 16 Dec 2020 16:34:55 -0500 21:08:01 |Subject: [PATCH] optimize snap build for pipeline CI check 21:08:01 | 21:08:01 |This patch is used by the EdgeX CI pipeline builds to 21:08:01 |optimize the snap CI check run for pull requests. When 21:08:01 |applied, it essentially strips out everything (apps and 21:08:01 |parts) from the snapcraft.yaml file except those required 21:08:01 |to build edgex-go, as the whole idea of the CI check is to 21:08:01 |catch changes to edgex-go that break the snap build. 21:08:01 | 21:08:01 |In general, anyone updating snapcraft.yaml will also need 21:08:01 |to update this patch file, otherwise it may fail to apply, 21:08:01 |resulting in a failed snap build CI check in the associated 21:08:01 |pull request. 21:08:01 | 21:08:01 |Note - in addition to applying this patch, the pipeline also 21:08:01 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:08:01 |need to build the finally binary .snap file (and it won't 21:08:01 |work with the patch applied). This further reduces the build 21:08:01 |time. 21:08:01 |--- 21:08:01 | snap/snapcraft.yaml | 461 +------------------------------------------- 21:08:01 | 1 file changed, 2 insertions(+), 459 deletions(-) 21:08:01 | 21:08:01 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:08:01 |index 1e537489..faf42425 100644 21:08:01 |--- a/snap/snapcraft.yaml 21:08:01 |+++ b/snap/snapcraft.yaml 21:08:01 -------------------------- 21:08:01 patching file snap/snapcraft.yaml 21:08:01 Using Plan A... 21:08:01 Hunk #1 succeeded at 73. 21:08:01 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 21:08:01 Hunk #3 succeeded at 217 (offset 3 lines). 21:08:01 Hunk #4 succeeded at 225 (offset 3 lines). 21:08:01 Hunk #5 succeeded at 232 (offset 3 lines). 21:08:01 Hunk #6 succeeded at 259 (offset 3 lines). 21:08:01 Hunk #7 succeeded at 293 (offset 3 lines). 21:08:01 Hunk #8 succeeded at 352 (offset 11 lines). 21:08:01 Hmm... Ignoring the trailing garbage. 21:08:01 done 21:08:01 + sudo snapcraft prime --use-lxd 21:08:02 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:08:02 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 21:08:02 - README.md 21:08:02 - snapcraft.yaml.orig 21:08:02 21:08:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:08:03 $ docker rm -f 622cff1d721b1f7f4a4889088481f3153f3613752e275ef7cf9a08fc0312d2f0 21:08:03 Launching a container. [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:08:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:08:04 . [Pipeline] withDockerContainer 21:08:04 prd-ubuntu18.04-docker-arm64-4c-16g-28098 does not seem to be running inside a container 21:08: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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:08:06 $ docker top 146d98932261c9b581a5324ecb0d2defcd8957fbebc5b27b91ad19b3a3bb5e1f -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:07 + docker-compose -f ./docker-compose-build.yml build --parallel 21:08:10 Building docker-core-command-go ... 21:08:10 Building docker-core-data-go ... 21:08:10 Building docker-core-metadata-go ... 21:08:10 Building docker-security-bootstrapper-go ... 21:08:10 Building docker-security-proxy-setup-go ... 21:08:10 Building docker-security-secretstore-setup-go ... 21:08:10 Building docker-support-notifications-go ... 21:08:10 Building docker-support-scheduler-go ... 21:08:10 Building docker-sys-mgmt-agent-go ... 21:08:10 Building docker-security-proxy-setup-go 21:08:10 Building docker-core-metadata-go 21:08:10 Building docker-support-scheduler-go 21:08:10 Building docker-security-bootstrapper-go 21:08:10 Building docker-support-notifications-go 21:08:16 Waiting for container to be ready 21:08:16 To start your first instance, try: lxc launch ubuntu:18.04 21:08:16 21:08:18 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:08:18 Waiting for network to be ready... 21:08:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:08:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 21:08:19 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:08:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 21:08:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 21:08:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 21:08:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 21:08:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 21:08:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 21:08:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 21:08:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:08:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:08:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:08:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:08:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:08:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:08:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:08:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:08:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:08:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 21:08:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 21:08:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 21:08:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 21:08:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 21:08:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 21:08:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 21:08:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 21:08:22 Fetched 24.0 MB in 4s (5978 kB/s) 21:08:23 Reading package lists... 21:08:24 Reading package lists... 21:08:24 Building dependency tree... 21:08:24 Reading state information... 21:08:24 The following additional packages will be installed: 21:08:24 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:08:24 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:08:24 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:08:24 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:08:24 Suggested packages: 21:08:24 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:08:24 Recommended packages: 21:08:24 gnupg libsasl2-modules 21:08:24 The following NEW packages will be installed: 21:08:24 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:08:24 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:08:24 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:08:24 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:08:24 The following packages will be upgraded: 21:08:24 gpg gpg-agent gpgconf libudev1 21:08:24 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 21:08:24 Need to get 3530 kB of archives. 21:08:24 After this operation, 13.3 MB of additional disk space will be used. 21:08:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 21:08:24 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 21:08:24 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] 21:08:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 21:08:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 21:08:25 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 21:08:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:08:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:08:25 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 21:08:25 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 21:08:25 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 21:08:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:08:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:08:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:08:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:08:25 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:08:25 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:08:25 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:08:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:08:25 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:08:25 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:08:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 21:08:25 debconf: delaying package configuration, since apt-utils is not installed 21:08:25 Fetched 3530 kB in 1s (3167 kB/s) 21:08:25 (Reading database ... 12511 files and directories currently installed.) 21:08:25 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 21:08:25 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:08:25 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 21:08:25 Selecting previously unselected package udev. 21:08:25 (Reading database ... 12511 files and directories currently installed.) 21:08:25 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 21:08:26 Unpacking udev (237-3ubuntu10.44) ... 21:08:26 Selecting previously unselected package libfuse2:amd64. 21:08:26 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:08:26 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:08:26 Selecting previously unselected package fuse. 21:08:26 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:08:26 Unpacking fuse (2.9.7-1ubuntu1) ... 21:08:26 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 21:08:26 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:08:26 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 21:08:26 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:08:26 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 21:08:26 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:08:26 Selecting previously unselected package libksba8:amd64. 21:08:26 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:08:26 Unpacking libksba8:amd64 (1.3.5-2) ... 21:08:27 Selecting previously unselected package libroken18-heimdal:amd64. 21:08:27 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:08:27 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:27 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:08:27 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:08:27 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:27 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:08:27 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:08:27 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:27 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:08:27 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:08:27 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:27 Selecting previously unselected package libwind0-heimdal:amd64. 21:08:27 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:08:27 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:27 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:08:27 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:08:27 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:27 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:08:27 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:08:27 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:28 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:08:28 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:08:28 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:28 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:08:28 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:08:28 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:28 Selecting previously unselected package libsasl2-modules-db:amd64. 21:08:28 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:08:28 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:08:28 Selecting previously unselected package libsasl2-2:amd64. 21:08:28 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:08:28 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:08:28 Selecting previously unselected package libldap-common. 21:08:28 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 21:08:28 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:08:28 Selecting previously unselected package libldap-2.4-2:amd64. 21:08:28 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 21:08:28 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:08:28 Selecting previously unselected package dirmngr. 21:08:28 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 21:08:28 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 21:08:28 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:08:28 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 21:08:28 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:08:28 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:08:28 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:08:28 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 21:08:28 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:28 Setting up libksba8:amd64 (1.3.5-2) ... 21:08:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:08:28 Setting up udev (237-3ubuntu10.44) ... 21:08:29 invoke-rc.d: policy-rc.d denied execution of start. 21:08:29 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:29 Processing triggers for systemd (237-3ubuntu10) ... 21:08:29 Setting up fuse (2.9.7-1ubuntu1) ... 21:08:29 Setting up gpg (2.2.4-1ubuntu1.4) ... 21:08:29 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:29 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:29 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:29 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:29 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:29 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:29 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:08:29 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:08:29 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 21:08:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:08:30 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:08:30 settings in the [Install] section, and DefaultInstance for template units). 21:08:30 This means they are not meant to be enabled using systemctl. 21:08:30 Possible reasons for having this kind of units are: 21:08:30 1) A unit may be statically enabled by being symlinked from another unit's 21:08:30 .wants/ or .requires/ directory. 21:08:30 2) A unit's purpose may be to act as a helper for some other unit which has 21:08:30 a requirement dependency on it. 21:08:30 3) A unit may be started when needed via activation (socket, path, timer, 21:08:30 D-Bus, udev, scripted systemctl call, ...). 21:08:30 4) In case of template units, the unit is meant to be enabled with some 21:08:30 instance name specified. 21:08:30 Reading package lists... 21:08:30 Building dependency tree... 21:08:30 Reading state information... 21:08:30 The following additional packages will be installed: 21:08:30 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:08:30 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:08:30 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:08:30 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:08:30 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:08:30 Suggested packages: 21:08:30 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:08:30 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:08:30 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:08:30 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:08:30 systemd-container policykit-1 21:08:30 Recommended packages: 21:08:30 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:08:30 The following NEW packages will be installed: 21:08:30 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:08:30 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:08:30 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:08:30 multiarch-support openssh-client python3 python3-minimal python3.6 21:08:30 python3.6-minimal snapd squashfs-tools sudo 21:08:30 The following packages will be upgraded: 21:08:30 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:08:30 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 21:08:30 Need to get 35.2 MB of archives. 21:08:30 After this operation, 141 MB of additional disk space will be used. 21:08:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:08:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:08:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 21:08:30 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 21:08:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 21:08:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:08:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 21:08:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 21:08:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 21:08:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:08:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 21:08:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:08:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:08:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:08:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:08:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:08:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 21:08:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:08:31 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 21:08:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 21:08:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:08:32 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:08:32 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:08:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:08:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:08:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:08:32 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:08:32 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:08:32 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:08:32 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:08:32 debconf: delaying package configuration, since apt-utils is not installed 21:08:32 Fetched 35.2 MB in 1s (26.0 MB/s) 21:08:32 (Reading database ... 12757 files and directories currently installed.) 21:08:32 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 21:08:32 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:08:32 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 21:08:32 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:08:33 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 21:08:33 (Reading database ... 12757 files and directories currently installed.) 21:08:33 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:08:33 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:08:33 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:08:33 (Reading database ... 12757 files and directories currently installed.) 21:08:33 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:08:33 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:08:34 Setting up apt (1.6.12ubuntu0.2) ... 21:08:34 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:08:34 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:08:34 (Reading database ... 12764 files and directories currently installed.) 21:08:34 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 21:08:34 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 21:08:34 Selecting previously unselected package libpython3.6-minimal:amd64. 21:08:34 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:08:34 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:08:34 Selecting previously unselected package libexpat1:amd64. 21:08:35 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:08:35 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:08:35 Selecting previously unselected package python3.6-minimal. 21:08:35 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:08:35 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:08:35 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 21:08:35 Checking for services that may need to be restarted...done. 21:08:35 Checking for services that may need to be restarted...done. 21:08:35 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:08:35 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:08:35 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:08:36 Selecting previously unselected package python3-minimal. 21:08:36 (Reading database ... 13012 files and directories currently installed.) 21:08:36 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:08:36 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:08:36 Selecting previously unselected package mime-support. 21:08:36 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:08:36 Unpacking mime-support (3.60ubuntu1) ... 21:08:36 Selecting previously unselected package libmpdec2:amd64. 21:08:36 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:08:36 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:08:36 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:08:36 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:08:36 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:08:36 Selecting previously unselected package python3.6. 21:08:36 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:08:36 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:08:36 Selecting previously unselected package libpython3-stdlib:amd64. 21:08:36 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:08:36 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:08:36 Setting up python3-minimal (3.6.7-1~18.04) ... 21:08:37 Selecting previously unselected package python3. 21:08:37 (Reading database ... 13442 files and directories currently installed.) 21:08:37 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:08:37 Unpacking python3 (3.6.7-1~18.04) ... 21:08:37 Selecting previously unselected package multiarch-support. 21:08:37 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:08:37 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:08:37 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:08:37 Selecting previously unselected package liblzo2-2:amd64. 21:08:37 (Reading database ... 13479 files and directories currently installed.) 21:08:37 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:08:37 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:08:37 Selecting previously unselected package libbsd0:amd64. 21:08:37 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:08:37 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:08:37 Selecting previously unselected package sudo. 21:08:37 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 21:08:37 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 21:08:37 Selecting previously unselected package apparmor. 21:08:37 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:08:37 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:08:38 Selecting previously unselected package libedit2:amd64. 21:08:38 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:08:38 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:08:38 Selecting previously unselected package libkrb5support0:amd64. 21:08:38 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:08:38 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:08:38 Selecting previously unselected package libk5crypto3:amd64. 21:08:38 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:08:38 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:08:38 Selecting previously unselected package libkeyutils1:amd64. 21:08:38 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:08:38 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:08:38 Selecting previously unselected package libkrb5-3:amd64. 21:08:38 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:08:38 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:08:39 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:08:39 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:08:39 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:08:39 Selecting previously unselected package libssl1.0.0:amd64. 21:08:39 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 21:08:39 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:08:39 Selecting previously unselected package openssh-client. 21:08:39 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:08:39 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:08:39 Selecting previously unselected package squashfs-tools. 21:08:39 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:08:39 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:08:39 Selecting previously unselected package snapd. 21:08:39 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 21:08:39 Unpacking snapd (2.48.3+18.04) ... 21:08:41 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:08:41 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:08:41 Setting up mime-support (3.60ubuntu1) ... 21:08:41 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 21:08:41 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:08:41 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:08:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:08:42 Setting up systemd (237-3ubuntu10.44) ... 21:08:42 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:08:42 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:08:42 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:08:42 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:08:42 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:08:42 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:08:42 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:08:43 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:08:44 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:08:44 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:08:44 Setting up python3 (3.6.7-1~18.04) ... 21:08:44 running python rtupdate hooks for python3.6... 21:08:44 running python post-rtupdate hooks for python3.6... 21:08:44 Setting up apparmor (2.12-4ubuntu5.1) ... 21:08:46 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:08:46 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:08:46 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:08:46 Setting up snapd (2.48.3+18.04) ... 21:08:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:08:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:08:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:08:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:08:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:08:47 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:08:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:08:47 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:08:48 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:08:48 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:08:48 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 21:08:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:08:48 Processing triggers for systemd (237-3ubuntu10.44) ... 21:08:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:08:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:08:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:08:50 Reading package lists... 21:08:51 Reading package lists... 21:08:51 Building dependency tree... 21:08:51 Reading state information... 21:08:51 Calculating upgrade... 21:08:51 The following packages will be upgraded: 21:08:51 advancecomp base-files bash binutils binutils-common 21:08:51 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:08:51 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:08:51 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 21:08:51 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 21:08:51 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 21:08:51 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 21:08:51 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 21:08:51 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 21:08:51 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 21:08:51 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 21:08:51 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 21:08:51 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 21:08:51 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 21:08:51 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:08:51 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:08:51 Need to get 63.8 MB of archives. 21:08:51 After this operation, 5202 kB of additional disk space will be used. 21:08:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 21:08:51 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:08:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:08:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:08:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:08:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:08:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:08:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:08:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:08:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:08:51 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:08:51 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:08:51 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:08:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:08:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:08:51 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:08:51 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:08:51 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:08:51 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:08:51 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:08:51 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:08:51 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:08:51 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:08:51 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:08:51 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:08:51 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:08:51 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:08:51 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:08:51 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:08:51 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:08:51 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:08:51 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:08:51 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:08:51 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:08:51 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:08:51 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 21:08:51 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:08:51 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:08:51 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:08:51 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 21:08:51 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 21:08:51 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:08:51 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:08:51 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:08:51 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 21:08:51 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:08:51 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:08:51 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 21:08:51 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 21:08:51 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 21:08:51 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 21:08:51 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:08:51 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:08:51 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:08:51 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:08:52 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:08:52 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:08:52 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:08:52 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:08:52 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:08:52 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:08:52 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:08:52 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:08:52 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:08:52 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:08:52 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:08:53 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:08:53 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:08:53 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:08:53 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:08:53 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:08:53 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:08:53 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:08:53 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:08:53 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:08:53 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:08:53 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:08:53 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:08:53 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 21:08:53 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 21:08:53 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:08:53 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:08:53 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:08:53 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 21:08:53 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:08:53 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:08:53 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 21:08:53 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:08:53 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:08:53 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:08:53 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:08:53 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:08:53 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:08:53 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:08:53 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:08:53 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:08:53 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:08:53 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:08:53 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:08:53 debconf: delaying package configuration, since apt-utils is not installed 21:08:53 Fetched 63.8 MB in 2s (30.2 MB/s) 21:08:53 (Reading database ... 13912 files and directories currently installed.) 21:08:53 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:08:53 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:08:54 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:08:54 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:08:55 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 21:08:55 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 21:08:55 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:08:55 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:08:55 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:08:55 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:08:55 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:08:56 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:08:56 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:08:56 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:08:56 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:08:56 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:08:56 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:08:56 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:08:56 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:08:56 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:08:56 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:08:56 (Reading database ... 13911 files and directories currently installed.) 21:08:56 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:08:56 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:08:56 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:08:57 (Reading database ... 13911 files and directories currently installed.) 21:08:57 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:08:57 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:08:57 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:08:57 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:08:57 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:08:57 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:08:57 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:08:57 (Reading database ... 13911 files and directories currently installed.) 21:08:57 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:08:57 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:08:58 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:08:58 (Reading database ... 13911 files and directories currently installed.) 21:08:58 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:08:58 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:08:58 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:08:58 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:08:58 Setting up base-files (10.1ubuntu2.10) ... 21:08:58 Installing new version of config file /etc/issue ... 21:08:58 Installing new version of config file /etc/issue.net ... 21:08:58 Installing new version of config file /etc/lsb-release ... 21:08:58 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:08:59 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:08:59 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:08:59 Removing obsolete conffile /etc/default/motd-news ... 21:08:59 (Reading database ... 13912 files and directories currently installed.) 21:08:59 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:08:59 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:08:59 Setting up bash (4.4.18-2ubuntu1.2) ... 21:08:59 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 21:08:59 (Reading database ... 13912 files and directories currently installed.) 21:08:59 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:08:59 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:08:59 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:08:59 (Reading database ... 13912 files and directories currently installed.) 21:08:59 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:08:59 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:08:59 Setting up tar (1.29b-2ubuntu0.2) ... 21:09:00 (Reading database ... 13912 files and directories currently installed.) 21:09:00 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:09:00 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:09:00 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:09:00 (Reading database ... 13912 files and directories currently installed.) 21:09:00 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:09:00 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:09:00 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:09:00 (Reading database ... 13912 files and directories currently installed.) 21:09:00 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:09:00 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:09:01 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:09:01 (Reading database ... 13912 files and directories currently installed.) 21:09:01 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:09:01 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:09:01 Setting up grep (3.1-2build1) ... 21:09:01 (Reading database ... 13912 files and directories currently installed.) 21:09:01 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:09:01 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:09:01 Setting up login (1:4.5-1ubuntu2) ... 21:09:01 (Reading database ... 13912 files and directories currently installed.) 21:09:01 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:09:01 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:09:01 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:09:01 (Reading database ... 13912 files and directories currently installed.) 21:09:01 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:09:01 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:09:02 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:09:02 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:09:02 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:09:02 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:09:03 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:09:03 (Reading database ... 13912 files and directories currently installed.) 21:09:03 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:09:03 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:09:04 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:09:04 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:09:04 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:09:04 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:09:04 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:09:04 (Reading database ... 13912 files and directories currently installed.) 21:09:04 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:09:04 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:09:04 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:09:04 (Reading database ... 13912 files and directories currently installed.) 21:09:04 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:09:04 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:09:05 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:09:05 (Reading database ... 13912 files and directories currently installed.) 21:09:05 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:09:05 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:09:05 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:09:05 (Reading database ... 13912 files and directories currently installed.) 21:09:05 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:09:05 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:09:05 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:09:05 (Reading database ... 13912 files and directories currently installed.) 21:09:05 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:09:05 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:09:05 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:09:06 (Reading database ... 13912 files and directories currently installed.) 21:09:06 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:09:06 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:09:06 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:09:06 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:09:06 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:09:06 (Reading database ... 13912 files and directories currently installed.) 21:09:06 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:09:06 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:09:06 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:09:06 (Reading database ... 13912 files and directories currently installed.) 21:09:06 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:09:06 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:09:06 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:09:06 (Reading database ... 13912 files and directories currently installed.) 21:09:06 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:09:06 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:09:07 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:09:07 (Reading database ... 13912 files and directories currently installed.) 21:09:07 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:09:07 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:09:07 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:09:08 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:09:08 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:09:08 (Reading database ... 13912 files and directories currently installed.) 21:09:08 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:09:08 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:09:08 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:09:08 (Reading database ... 13912 files and directories currently installed.) 21:09:08 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:09:08 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:09:08 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:09:09 (Reading database ... 13914 files and directories currently installed.) 21:09:09 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:09:09 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:09:09 Setting up debconf (1.5.66ubuntu1) ... 21:09:09 (Reading database ... 13914 files and directories currently installed.) 21:09:09 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 21:09:09 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:09:09 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 21:09:09 (Reading database ... 13914 files and directories currently installed.) 21:09:09 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 21:09:09 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:09:09 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 21:09:10 (Reading database ... 13914 files and directories currently installed.) 21:09:10 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:09:10 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:09:10 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:09:10 (Reading database ... 13914 files and directories currently installed.) 21:09:10 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:09:10 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:09:10 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:09:10 (Reading database ... 13914 files and directories currently installed.) 21:09:10 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:09:10 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:09:10 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:09:10 (Reading database ... 13914 files and directories currently installed.) 21:09:10 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:09:11 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:09:11 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 21:09:11 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:09:11 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:09:11 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:09:11 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:09:11 (Reading database ... 13914 files and directories currently installed.) 21:09:11 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:09:11 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:09:11 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:09:11 (Reading database ... 13914 files and directories currently installed.) 21:09:11 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:09:11 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:09:11 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:09:12 (Reading database ... 13914 files and directories currently installed.) 21:09:12 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:09:12 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:09:12 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:09:12 (Reading database ... 13914 files and directories currently installed.) 21:09:12 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 21:09:12 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 21:09:12 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 21:09:12 (Reading database ... 13914 files and directories currently installed.) 21:09:12 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:09:12 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:09:13 Setting up passwd (1:4.5-1ubuntu2) ... 21:09:13 (Reading database ... 13914 files and directories currently installed.) 21:09:13 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 21:09:13 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:09:13 Setting up gpgv (2.2.4-1ubuntu1.4) ... 21:09:13 (Reading database ... 13914 files and directories currently installed.) 21:09:13 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:09:13 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:09:13 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:09:13 (Reading database ... 13914 files and directories currently installed.) 21:09:13 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:09:13 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:09:14 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:09:14 (Reading database ... 13914 files and directories currently installed.) 21:09:14 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:09:14 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:09:14 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:09:14 (Reading database ... 13914 files and directories currently installed.) 21:09:14 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:09:14 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:09:14 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:09:14 (Reading database ... 13914 files and directories currently installed.) 21:09:14 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:09:14 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:09:14 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:09:14 (Reading database ... 13914 files and directories currently installed.) 21:09:14 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:09:15 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:09:15 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:09:15 (Reading database ... 13915 files and directories currently installed.) 21:09:15 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:09:15 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:09:15 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:09:15 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:09:15 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 21:09:15 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 21:09:15 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 21:09:15 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 21:09:16 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:09:16 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:09:16 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:09:16 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:09:16 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:09:16 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:09:16 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:09:16 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:09:16 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:09:16 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:09:16 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:09:16 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:09:16 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:09:16 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:09:17 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 21:09:17 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 21:09:18 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:09:18 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:09:18 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:09:18 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:09:18 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:09:18 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:09:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:09:18 ---> da67cb307df9 21:09:18 Step 3/23 : WORKDIR /edgex-go 21:09:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:09:18 ---> da67cb307df9 21:09:18 Step 3/21 : WORKDIR /edgex-go 21:09:18 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:09:18 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:09:18 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:09:18 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:09:18 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:09:18 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:09:18 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:09:18 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:09:19 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:19 Step 2/30 : FROM ${BUILDER_BASE} AS builder 21:09:19 ---> da67cb307df9 21:09:19 Step 3/30 : WORKDIR /edgex-go 21:09:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:09:19 ---> da67cb307df9 21:09:19 Step 3/22 : WORKDIR /edgex-go 21:09:19 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:09:19 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:09:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:09:19 ---> da67cb307df9 21:09:19 Step 3/22 : WORKDIR /edgex-go 21:09:19 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:09:19 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:09:19 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:09:19 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:09:21 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:09:21 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:09:22 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:09:22 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:09:22 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:09:22 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:09:22 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:09:22 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:09:23 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:09:23 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:09:23 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:09:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:09:24 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:09:24 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:09:24 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:09:24 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:09:24 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:09:24 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:09:24 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:09:24 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:09:24 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:09:24 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:09:24 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:09:24 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:09:24 ---> Running in 4a8c7abe8ba4 21:09:24 ---> Running in bbb36adcd42e 21:09:24 ---> Running in 9016721760f4 21:09:24 ---> Running in 84274b48fe8e 21:09:24 ---> Running in 7244bb807169 21:09:24 Removing intermediate container 4a8c7abe8ba4 21:09:24 ---> f73133fdca4e 21:09:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:24 Removing intermediate container 84274b48fe8e 21:09:24 ---> 355e5784b5a2 21:09:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:24 Removing intermediate container bbb36adcd42e 21:09:24 ---> 107e6de31460 21:09:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:24 Removing intermediate container 9016721760f4 21:09:24 ---> 44a825458726 21:09:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:24 Removing intermediate container 7244bb807169 21:09:24 ---> 3778762c2ee2 21:09:24 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:24 ---> Running in 8eaa0c170e8e 21:09:24 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:09:24 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:09:24 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:09:24 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:09:24 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:09:24 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:09:24 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:09:24 Setting up tzdata (2021a-0ubuntu0.18.04) ... 21:09:25 ---> Running in d862f4fd978b 21:09:25 ---> Running in e8e869692528 21:09:25 ---> Running in fb0d438bd391 21:09:25 ---> Running in c0cc1afa4965 21:09:25 21:09:25 Current default time zone: 'Etc/UTC' 21:09:25 Local time is now: Mon Mar 1 21:09:25 UTC 2021. 21:09:25 Universal Time is now: Mon Mar 1 21:09:25 UTC 2021. 21:09:25 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:09:25 21:09:25 Setting up systemd-sysv (237-3ubuntu10.44) ... 21:09:25 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:09:25 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 21:09:25 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:09:25 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:09:25 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:09:25 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:09:25 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:09:25 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:09:25 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:09:25 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:09:25 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:09:25 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:09:25 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 21:09:25 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:09:25 Setting up patch (2.7.6-2ubuntu1.1) ... 21:09:25 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:09:25 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:09:25 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 21:09:25 Installing new version of config file /etc/ssl/openssl.cnf ... 21:09:25 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:09:25 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:09:25 Setting up ca-certificates (20210119~18.04.1) ... 21:09:27 Updating certificates in /etc/ssl/certs... 21:09:28 23 added, 27 removed; done. 21:09:28 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:09:28 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:09:28 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:09:28 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:09:28 Setting up pkgbinarymangler (138.18.04.1) ... 21:09:28 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:09:28 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 21:09:28 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:09:28 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:09:29 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:09:29 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:09:29 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:09:29 Setting up perl (5.26.1-6ubuntu0.5) ... 21:09:29 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 21:09:29 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:09:29 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:09:29 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 21:09:29 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:09:29 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:09:29 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:09:29 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:09:29 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:09:29 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:09:29 Processing triggers for systemd (237-3ubuntu10.44) ... 21:09:29 Processing triggers for mime-support (3.60ubuntu1) ... 21:09:29 Removing intermediate container 8eaa0c170e8e 21:09:29 ---> b7244dfd935e 21:09:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:09:29 ---> Running in 0a6d4f34850e 21:09:29 Removing intermediate container d862f4fd978b 21:09:29 ---> 8d958e937784 21:09:29 Step 5/22 : RUN apk add --update --no-cache make git 21:09:29 Processing triggers for ca-certificates (20210119~18.04.1) ... 21:09:29 Updating certificates in /etc/ssl/certs... 21:09:29 ---> Running in df676cbe57fe 21:09:29 Removing intermediate container e8e869692528 21:09:29 ---> 9549435d0996 21:09:29 Step 5/23 : RUN apk add --update --no-cache make git 21:09:30 Removing intermediate container c0cc1afa4965 21:09:30 ---> b7ad0c5870b3 21:09:30 Step 5/30 : RUN apk add --update --no-cache make git 21:09:30 Removing intermediate container fb0d438bd391 21:09:30 ---> 8ffd35677a5a 21:09:30 Step 5/21 : RUN apk add --update --no-cache make git 21:09:30 ---> Running in 70bda661aae8 21:09:30 0 added, 0 removed; done. 21:09:30 Running hooks in /etc/ca-certificates/update.d... 21:09:30 done. 21:09:30 ---> Running in 6170707d4eaa 21:09:30 ---> Running in 66e4d74ac674 21:09:30 Reading package lists... 21:09:30 Building dependency tree... 21:09:30 Reading state information... 21:09:30 The following NEW packages will be installed: 21:09:30 apt-transport-https 21:09:30 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:09:30 Need to get 1696 B of archives. 21:09:30 After this operation, 153 kB of additional disk space will be used. 21:09:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:09:30 debconf: delaying package configuration, since apt-utils is not installed 21:09:30 Fetched 1696 B in 0s (27.6 kB/s) 21:09:30 Selecting previously unselected package apt-transport-https. 21:09:30 (Reading database ... 13920 files and directories currently installed.) 21:09:30 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:09:30 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:09:30 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:09:31 Waiting for network to be ready... 21:09:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:33 OK: 217 MiB in 51 packages 21:09:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:33 OK: 217 MiB in 51 packages 21:09:33 OK: 217 MiB in 51 packages 21:09:33 OK: 217 MiB in 51 packages 21:09:33 OK: 217 MiB in 51 packages 21:09:34 Removing intermediate container 0a6d4f34850e 21:09:34 ---> c499e98ab091 21:09:34 Step 6/22 : COPY go.mod . 21:09:35 Removing intermediate container df676cbe57fe 21:09:35 ---> cc9c407600ae 21:09:35 Step 6/22 : COPY go.mod . 21:09:35 Removing intermediate container 70bda661aae8 21:09:35 ---> 8eea3a18188e 21:09:35 Step 6/23 : COPY go.mod . 21:09:35 ---> 399dd5778975 21:09:35 Step 7/22 : RUN go mod download 21:09:35 ---> Running in 9b17dcf65258 21:09:35 Removing intermediate container 66e4d74ac674 21:09:35 ---> 3bd987e52a57 21:09:35 Step 6/30 : COPY go.mod . 21:09:35 Removing intermediate container 6170707d4eaa 21:09:35 ---> b08bf34c08e7 21:09:35 Step 6/21 : COPY go.mod . 21:09:36 ---> 861190486d04 21:09:36 Step 7/22 : RUN go mod download 21:09:36 ---> 4cab89b4aea4 21:09:36 Step 7/23 : RUN go mod download 21:09:36 ---> Running in 502b71ec9b35 21:09:36 ---> Running in 24a6332b4fe0 21:09:36 2021-03-01T21:09:34Z INFO Waiting for automatic snapd restart... 21:09:36 snapd 2.48.2.1 from Canonical* installed 21:09:36 "snapd" switched to the "latest/stable" channel 21:09:36 21:09:37 ---> a08abc022dd1 21:09:37 Step 7/30 : RUN go mod download 21:09:37 ---> 3f5250b82dba 21:09:37 Step 7/21 : RUN go mod download 21:09:37 ---> Running in def8c317cbec 21:09:37 ---> Running in 4e1d182f05d7 21:09:39 core18 20210128 from Canonical* installed 21:09:39 "core18" switched to the "latest/stable" channel 21:09:39 21:09:40 Removing intermediate container 9b17dcf65258 21:09:40 ---> 5128c0cb2c40 21:09:40 Step 8/22 : COPY . . 21:09:40 Removing intermediate container 502b71ec9b35 21:09:40 ---> c086f7dd48da 21:09:40 Step 8/22 : COPY . . 21:09:41 Removing intermediate container 24a6332b4fe0 21:09:41 ---> b2a20fb4d8d0 21:09:41 Step 8/23 : COPY . . 21:09:41 Removing intermediate container def8c317cbec 21:09:41 ---> 086bf52ae905 21:09:41 Step 8/30 : COPY . . 21:09:42 snapcraft 4.5.1 from Canonical* installed 21:09:42 Removing intermediate container 4e1d182f05d7 21:09:42 ---> 7777ac96ba92 21:09:42 Step 8/21 : COPY . . 21:09:42 "snapcraft" switched to the "latest/stable" channel 21:09:42 21:09:46 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 21:09:46 - README.md 21:09:46 - snapcraft.yaml.orig 21:09:46 21:09:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:09:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:09:52 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:09:52 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:09:52 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:09:53 Reading package lists... 21:09:53 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 21:10:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:10:00 Reading package lists... 21:10:00 Building dependency tree... 21:10:00 Reading state information... 21:10:00 Suggested packages: 21:10:00 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:10:00 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:10:00 Recommended packages: 21:10:00 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:10:00 The following NEW packages will be installed: 21:10:00 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:10:00 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:10:00 pkg-config zip 21:10:00 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:10:00 Need to get 7655 kB of archives. 21:10:00 After this operation, 43.7 MB of additional disk space will be used. 21:10:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 21:10:00 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:10:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:10:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:10:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 21:10:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:10:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:10:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:10:01 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:10:01 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:10:01 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:10:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:10:01 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:10:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:10:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:10:01 debconf: delaying package configuration, since apt-utils is not installed 21:10:01 Fetched 7655 kB in 1s (8732 kB/s) 21:10:01 Selecting previously unselected package libglib2.0-0:amd64. 21:10:01 (Reading database ... 13924 files and directories currently installed.) 21:10:01 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 21:10:01 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:10:01 Selecting previously unselected package libpsl5:amd64. 21:10:01 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:10:01 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:10:01 Selecting previously unselected package libnghttp2-14:amd64. 21:10:01 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:10:01 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:10:02 Selecting previously unselected package librtmp1:amd64. 21:10:02 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:10:02 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:10:02 Selecting previously unselected package libcurl3-gnutls:amd64. 21:10:02 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:10:02 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:10:02 Selecting previously unselected package liberror-perl. 21:10:02 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:10:02 Unpacking liberror-perl (0.17025-1) ... 21:10:02 Selecting previously unselected package git-man. 21:10:02 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:10:02 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:10:02 Selecting previously unselected package git. 21:10:02 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 21:10:02 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:10:03 Selecting previously unselected package libnorm1:amd64. 21:10:03 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:10:03 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:10:03 Selecting previously unselected package libpgm-5.2-0:amd64. 21:10:03 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:10:03 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:10:03 Selecting previously unselected package libsodium23:amd64. 21:10:03 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:10:03 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:10:03 Selecting previously unselected package libzmq5:amd64. 21:10:03 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:10:03 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:10:03 Selecting previously unselected package libzmq3-dev:amd64. 21:10:03 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:10:03 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:10:03 Selecting previously unselected package pkg-config. 21:10:03 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:10:03 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:10:04 Selecting previously unselected package zip. 21:10:04 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:10:04 Unpacking zip (3.0-11build1) ... 21:10:04 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:10:04 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:10:04 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:10:04 Setting up liberror-perl (0.17025-1) ... 21:10:04 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:10:04 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:10:04 No schema files found: doing nothing. 21:10:04 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:10:04 Setting up zip (3.0-11build1) ... 21:10:04 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:10:04 Setting up libsodium23:amd64 (1.0.16-2) ... 21:10:04 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:10:04 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:10:04 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:10:04 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:10:04 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:10:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:10:04 ---> 2456ea900581 21:10:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:10:05 ---> Running in 6d181959d27e 21:10:05 ---> b09d5a610d1e 21:10:05 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:10:05 ---> 0ded4da7a051 21:10:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:10:05 ---> 56301b3a7af2 21:10:05 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:10:05 ---> Running in b155c0c54a15 21:10:05 ---> Running in 87ffb0ac9169 21:10:05 ---> Running in 1eae9cdc9738 21:10:05 ---> 10a1116e3739 21:10:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:10:06 ---> Running in 387a5101a526 21:10:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:10:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:10:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:10:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:10:08 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 21:10:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:10:10 git set to automatically installed. 21:10:10 git-man set to automatically installed. 21:10:10 libcurl3-gnutls set to automatically installed. 21:10:10 liberror-perl set to automatically installed. 21:10:10 libglib2.0-0 set to automatically installed. 21:10:10 libnghttp2-14 set to automatically installed. 21:10:10 libnorm1 set to automatically installed. 21:10:10 libpgm-5.2-0 set to automatically installed. 21:10:10 libpsl5 set to automatically installed. 21:10:10 librtmp1 set to automatically installed. 21:10:10 libsodium23 set to automatically installed. 21:10:10 libzmq3-dev set to automatically installed. 21:10:10 libzmq5 set to automatically installed. 21:10:10 pkg-config set to automatically installed. 21:10:10 zip set to automatically installed. 21:10:12 snapd is not logged in, snap install commands will use sudo 21:10:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:10:19 snap "core18" has no updates available 21:10:20 Pulling config-common 21:10:20 + snapcraftctl pull 21:10:21 Pulling go-build-helper 21:10:21 + snapcraftctl pull 21:10:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:10:43 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:10:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 21:10:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 21:10:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 21:10:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 21:10:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 21:10:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 21:10:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 21:10:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 21:10:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:10:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:10:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:10:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:10:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:10:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:10:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:10:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:10:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:10:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 21:10:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 21:10:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 21:10:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 21:10:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 21:10:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 21:10:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 21:10:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 21:10:43 Fetched 24.0 MB in 0s (0 B/s) 21:10:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:10:43 Fetched 96.5 kB in 0s (0 B/s) 21:10:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:10:43 Fetched 279 kB in 0s (0 B/s) 21:10:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:10:43 Fetched 122 kB in 0s (0 B/s) 21:10:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:10:43 Fetched 77.8 kB in 0s (0 B/s) 21:10:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:10:43 Fetched 8848 B in 0s (0 B/s) 21:10:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:10:43 Fetched 47.8 kB in 0s (0 B/s) 21:10:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:10:43 Fetched 45.6 kB in 0s (0 B/s) 21:10:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:10:43 Fetched 15.0 kB in 0s (0 B/s) 21:10:43 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:10:43 Fetched 214 kB in 0s (0 B/s) 21:10:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 21:10:43 Fetched 154 kB in 0s (0 B/s) 21:10:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:10:43 Fetched 50.6 kB in 0s (0 B/s) 21:10:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:10:43 Fetched 14.8 kB in 0s (0 B/s) 21:10:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:10:43 Fetched 41.8 kB in 0s (0 B/s) 21:10:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:10:43 Fetched 499 kB in 0s (0 B/s) 21:10:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:10:43 Fetched 111 kB in 0s (0 B/s) 21:10:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:10:43 Fetched 240 kB in 0s (0 B/s) 21:10:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:10:43 Fetched 29.3 kB in 0s (0 B/s) 21:10:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:10:43 Fetched 85.5 kB in 0s (0 B/s) 21:10:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:10:43 Fetched 24.5 kB in 0s (0 B/s) 21:10:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:10:43 Fetched 49.2 kB in 0s (0 B/s) 21:10:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:10:43 Fetched 54.2 kB in 0s (0 B/s) 21:10:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:10:43 Fetched 30.8 kB in 0s (0 B/s) 21:10:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 21:10:43 Fetched 15.8 kB in 0s (0 B/s) 21:10:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:10:43 Fetched 85.9 kB in 0s (0 B/s) 21:10:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:10:43 Fetched 8720 B in 0s (0 B/s) 21:10:43 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:10:43 Fetched 137 kB in 0s (0 B/s) 21:10:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:10:43 Fetched 119 kB in 0s (0 B/s) 21:10:43 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:10:43 Fetched 109 kB in 0s (0 B/s) 21:10:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:10:43 Fetched 11.1 kB in 0s (0 B/s) 21:10:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:10:43 Fetched 645 kB in 0s (0 B/s) 21:10:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:10:43 Fetched 41.3 kB in 0s (0 B/s) 21:10:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:10:43 Fetched 17.9 kB in 0s (0 B/s) 21:10:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:10:43 Fetched 368 kB in 0s (0 B/s) 21:10:43 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:10:43 Fetched 187 kB in 0s (0 B/s) 21:10:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:10:43 Fetched 175 kB in 0s (0 B/s) 21:10:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:10:45 Fetched 206 kB in 0s (0 B/s) 21:10:45 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 21:10:45 Fetched 1301 kB in 0s (0 B/s) 21:10:45 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:10:45 Fetched 36.2 kB in 0s (0 B/s) 21:10:45 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:10:45 Fetched 159 kB in 0s (0 B/s) 21:10:45 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:10:45 Fetched 107 kB in 0s (0 B/s) 21:10:45 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:10:45 Fetched 48.7 kB in 0s (0 B/s) 21:10:45 Pulling static-packages 21:10:45 + snapcraftctl pull 21:10:46 'go115' has dependencies that need to be staged: static-packages go-build-helper 21:10:46 Skipping pull go-build-helper (already ran) 21:10:46 Skipping pull static-packages (already ran) 21:10:46 Building go-build-helper 21:10:46 + snapcraftctl build 21:10:50 Building static-packages 21:10:50 + snapcraftctl build 21:10:51 Staging go-build-helper 21:10:51 + snapcraftctl stage 21:10:52 Staging static-packages 21:10:52 + snapcraftctl stage 21:10:53 Pulling go115 21:10:53 + snapcraftctl pull 21:10:54 'edgex-go' has dependencies that need to be staged: go115 21:10:54 Skipping pull go115 (already ran) 21:10:54 Building go115 21:10:54 + dpkg --print-architecture 21:10:54 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 21:10:54 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 21:10:54 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 21:10:54 % Total % Received % Xferd Average Speed Time Time Time Current 21:10:54 Dload Upload Total Spent Left Speed 21:10:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.8M 0 0 25.5M 0 0:00:04 0:00:01 0:00:03 25.5M 55 115M 55 64.4M 0 0 30.4M 0 0:00:03 0:00:02 0:00:01 30.3M 96 115M 96 111M 0 0 35.7M 0 0:00:03 0:00:03 --:--:-- 35.7M 100 115M 100 115M 0 0 35.7M 0 0:00:03 0:00:03 --:--:-- 35.7M 21:10:58 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 21:10:58 + grep OK 21:10:58 + sha256sum -c sha256 21:10:58 go1.15.2.linux-amd64.tar.gz: OK 21:10:58 + mkdir -p /root/stage/go1.15 21:10:58 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 21:11:02 Staging go115 21:11:02 + snapcraftctl stage 21:11:08 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:11:08 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:11:08 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:11:08 Fetched 0 B in 0s (0 B/s) 21:11:08 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:11:08 Fetched 224 kB in 0s (0 B/s) 21:11:08 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:11:08 Fetched 157 kB in 0s (0 B/s) 21:11:08 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:11:08 Fetched 221 kB in 0s (0 B/s) 21:11:08 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:11:08 Fetched 143 kB in 0s (0 B/s) 21:11:08 Pulling edgex-go 21:11:08 + snapcraftctl pull 21:11:08 Pulling version 21:11:08 + cd /root/project 21:11:08 + [ -f VERSION ] 21:11:08 + PROJECT_VERSION=local-dev 21:11:08 + git rev-parse --short HEAD 21:11:08 + GIT_REVISION=2577f09d 21:11:08 + snapcraftctl set-version local-dev 21:11:09 Building config-common 21:11:09 + snapcraftctl build 21:11:11 Skipping build go-build-helper (already ran) 21:11:11 Skipping build static-packages (already ran) 21:11:11 Skipping build go115 (already ran) 21:11:11 Building edgex-go 21:11:11 + 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 21:11:11 + cd /root/parts/edgex-go/src 21:11:11 + make build 21:11:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:11:13 go: downloading github.com/gorilla/mux v1.8.0 21:11:13 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 21:11:13 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.39 21:11:13 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 21:11:13 go: downloading github.com/google/uuid v1.2.0 21:11:13 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:11:13 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:11:13 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:11:13 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 21:11:13 go: downloading github.com/imdario/mergo v0.3.11 21:11:13 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:11:13 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:11:13 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 21:11:13 go: downloading github.com/x448/float16 v0.8.4 21:11:13 go: downloading github.com/pebbe/zmq4 v1.2.5 21:11:13 go: downloading github.com/pkg/errors v0.8.1 21:11:13 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:11:13 go: downloading github.com/go-kit/kit v0.8.0 21:11:13 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 21:11:13 go: downloading github.com/pelletier/go-toml v1.2.0 21:11:13 go: downloading github.com/hashicorp/consul/api v1.8.1 21:11:13 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:11:13 go: downloading github.com/BurntSushi/toml v0.3.1 21:11:13 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:11:13 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:11:13 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:11:13 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:11:13 go: downloading github.com/mitchellh/copystructure v1.0.0 21:11:13 go: downloading github.com/hashicorp/go-hclog v0.12.0 21:11:13 go: downloading github.com/hashicorp/serf v0.9.5 21:11:13 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 21:11:13 go: downloading github.com/leodido/go-urn v1.2.0 21:11:14 go: downloading github.com/go-playground/universal-translator v0.17.0 21:11:14 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:11:14 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:11:14 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:11:15 go: downloading github.com/fatih/color v1.9.0 21:11:15 go: downloading github.com/mattn/go-isatty v0.0.12 21:11:15 go: downloading github.com/go-playground/locales v0.13.0 21:11:15 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:11:15 go: downloading github.com/mattn/go-colorable v0.1.6 21:11:15 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 21:11:15 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:11:15 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:11:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:11:22 go: downloading gopkg.in/yaml.v2 v2.4.0 21:11:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:11:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:11:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:11:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:11:28 go: downloading github.com/stretchr/testify v1.7.0 21:11:28 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:11:28 go: downloading github.com/pmezard/go-difflib v1.0.0 21:11:28 go: downloading github.com/davecgh/go-spew v1.1.1 21:11:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:11:30 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:11:30 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:11:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:11:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:11:32 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 21:11:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:11:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:11:34 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:11:35 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 21:11:35 go: downloading github.com/lib/pq v1.9.0 21:11:37 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 21:11:37 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 21:11:37 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 21:11:37 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 21:11:37 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 21:11:37 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 21:11:37 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 21:11:37 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 21:11:37 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 21:11:37 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 21:11:37 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 21:11:37 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 21:11:37 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 21:11:37 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 21:11:37 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 21:11:37 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 21:11:37 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 21:11:37 + 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 21:11:37 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 21:11:37 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 21:11:37 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 21:11:37 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 21:11:37 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 21:11:37 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 21:11:37 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 21:11:38 Building version 21:11:38 + snapcraftctl build 21:11:40 Staging config-common 21:11:40 + snapcraftctl stage 21:11:41 Skipping stage go-build-helper (already ran) 21:11:41 Skipping stage static-packages (already ran) 21:11:41 Skipping stage go115 (already ran) 21:11:41 Staging edgex-go 21:11:41 + snapcraftctl stage 21:11:42 Staging version 21:11:42 + snapcraftctl stage 21:11:43 Priming config-common 21:11:43 + snapcraftctl prime 21:11:43 Priming go-build-helper 21:11:43 + snapcraftctl prime 21:11:44 Priming static-packages 21:11:44 + snapcraftctl prime 21:11:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:11:47 Priming go115 21:11:47 + snapcraftctl prime 21:11:47 Priming edgex-go 21:11:47 + snapcraftctl prime 21:11:48 Priming version 21:11:48 + snapcraftctl prime 21:11:49 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:11:53 Removing intermediate container 87ffb0ac9169 21:11:53 ---> eb4ecadbe6ef 21:11:53 21:11:53 Step 10/21 : FROM alpine:3.12 21:11:53 3.12: Pulling from library/alpine 21:11:53 Removing intermediate container 1eae9cdc9738 21:11:53 ---> a977df9cbc13 21:11:53 21:11:53 Step 10/30 : FROM alpine:3.12 21:11:54 3.12: Pulling from library/alpine 21:11:54 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:11:54 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:11:54 Status: Downloaded newer image for alpine:3.12 21:11:54 ---> d10569e2745f 21:11:54 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:11:54 Status: Downloaded newer image for alpine:3.12 21:11:54 ---> d10569e2745f 21:11:54 Step 11/21 : RUN apk add --update --no-cache curl 21:11:54 ---> Running in 7b4e26f656fd 21:11:54 ---> Running in 64e3b651fc3d 21:11:55 Removing intermediate container 7b4e26f656fd 21:11:55 ---> 6dbd0a888c4c 21:11:55 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 21:11:55 ---> Running in 585ff12e1b35 21:11:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:11:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:11:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:11:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:11:58 (1/4) Installing ca-certificates (20191127-r4) 21:11:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:11:58 (3/4) Installing libcurl (7.69.1-r3) 21:11:58 (4/4) Installing curl (7.69.1-r3) 21:11:58 Executing busybox-1.31.1-r19.trigger 21:11:58 Executing ca-certificates-20191127-r4.trigger 21:11:58 (1/2) Installing dumb-init (1.2.2-r1) 21:11:58 (2/2) Installing su-exec (0.2-r1) 21:11:58 Executing busybox-1.31.1-r19.trigger 21:11:58 OK: 7 MiB in 18 packages 21:11:58 OK: 5 MiB in 16 packages 21:12:02 Removing intermediate container 585ff12e1b35 21:12:02 ---> 7d48a9656835 21:12:02 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 21:12:02 Removing intermediate container 64e3b651fc3d 21:12:02 ---> 4b6276c17bab 21:12:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:12:02 ---> Running in 23807e51a8a7 21:12:02 ---> Running in a538a9ccd232 21:12:03 Removing intermediate container 23807e51a8a7 21:12:03 ---> 2b8fd12ee589 21:12:03 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:12:03 Removing intermediate container a538a9ccd232 21:12:03 ---> b22d244abc10 21:12:03 Step 13/21 : WORKDIR /edgex 21:12:03 ---> Running in ca2e8411185d 21:12:03 ---> Running in 20dc5a0223d9 21:12:05 Removing intermediate container ca2e8411185d 21:12:05 ---> 115a47caba0f 21:12:05 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:12:06 Removing intermediate container 20dc5a0223d9 21:12:06 ---> ffc3b2758b92 21:12:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:12:06 ---> Running in dc6c806b8633 21:12:06 Removing intermediate container 6d181959d27e 21:12:06 ---> e50b6e510175 21:12:06 21:12:06 Step 10/22 : FROM alpine:3.12 21:12:06 ---> d10569e2745f 21:12:06 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:12:07 Removing intermediate container 387a5101a526 21:12:07 ---> 982954197630 21:12:07 21:12:07 Step 10/22 : FROM alpine:3.12 21:12:07 ---> d10569e2745f 21:12:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:12:07 ---> Running in 690e09084004 21:12:07 ---> Running in 21e078e000d1 21:12:08 ---> 10f74065d359 21:12:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:12:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:10 ---> bb556c217493 21:12:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:12:10 (1/2) Installing ca-certificates (20191127-r4) 21:12:10 Removing intermediate container dc6c806b8633 21:12:10 ---> b560c846a0f8 21:12:10 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 21:12:10 (2/2) Installing dumb-init (1.2.2-r1) 21:12:10 (1/1) Installing dumb-init (1.2.2-r1) 21:12:10 Executing busybox-1.31.1-r19.trigger 21:12:10 Executing busybox-1.31.1-r19.trigger 21:12:10 OK: 5 MiB in 15 packages 21:12:10 Executing ca-certificates-20191127-r4.trigger 21:12:10 OK: 6 MiB in 16 packages 21:12:10 ---> Running in 3d1a9ddcb209 21:12:12 Removing intermediate container 3d1a9ddcb209 21:12:12 ---> 319b12ad2d11 21:12:12 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:12:12 ---> 8f216211cd96 21:12:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:12:13 ---> Running in 43273369e54c 21:12:13 Removing intermediate container 21e078e000d1 21:12:13 ---> 196600c15c18 21:12:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:12:13 ---> Running in 12b8d878b191 21:12:13 Removing intermediate container 690e09084004 21:12:13 ---> a33e1f83158b 21:12:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:12:13 Removing intermediate container 43273369e54c 21:12:13 ---> de944ded981e 21:12:13 Step 18/21 : CMD ["--init=true"] 21:12:13 ---> ed6fdf4d1ac8 21:12:13 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:12:14 ---> Running in 24fcfaea54db 21:12:14 ---> Running in 7d0a30082f31 21:12:14 ---> Running in adfd9a7de6e4 21:12:14 Removing intermediate container 12b8d878b191 21:12:14 ---> b19509aa0c23 21:12:14 Step 13/22 : ENV APP_PORT=48085 21:12:14 Removing intermediate container b155c0c54a15 21:12:14 ---> 3952dbb6b5f1 21:12:14 21:12:14 Step 10/23 : FROM alpine:3.12 21:12:14 ---> d10569e2745f 21:12:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:12:14 ---> Using cache 21:12:14 ---> 196600c15c18 21:12:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:12:14 ---> Using cache 21:12:14 ---> b19509aa0c23 21:12:14 Step 13/23 : ENV APP_PORT=48081 21:12:14 ---> Running in 7357f49619c3 21:12:14 ---> Running in c320fbf84d64 21:12:15 Removing intermediate container adfd9a7de6e4 21:12:15 ---> a9729452ce3f 21:12:15 Step 19/21 : LABEL arch=arm64 21:12:15 Removing intermediate container 24fcfaea54db 21:12:15 ---> 0c6a542866c9 21:12:15 Step 13/22 : ENV APP_PORT=48060 21:12:15 ---> Running in f665ab643955 21:12:15 ---> Running in 9e1bc3fef3d4 21:12:15 Removing intermediate container c320fbf84d64 21:12:15 ---> 23a3e39f8cba 21:12:15 Step 14/23 : EXPOSE $APP_PORT 21:12:15 Removing intermediate container 7357f49619c3 21:12:15 ---> bf7a3d3bd9e9 21:12:15 Step 14/22 : EXPOSE $APP_PORT 21:12:15 ---> Running in c14a13f74523 21:12:15 ---> Running in 03700d7360b3 21:12:15 Removing intermediate container f665ab643955 21:12:15 ---> 16d44ef1700d 21:12:15 Step 20/21 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:12:15 Removing intermediate container 9e1bc3fef3d4 21:12:15 ---> c753f4d99047 21:12:15 Step 14/22 : EXPOSE $APP_PORT 21:12:16 ---> Running in da07688d06cb 21:12:16 ---> Running in be9288ab9797 21:12:16 Removing intermediate container 03700d7360b3 21:12:16 ---> b9f24edc5ede 21:12:16 Step 15/23 : WORKDIR / 21:12:16 Removing intermediate container c14a13f74523 21:12:16 ---> b612fba95257 21:12:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:16 ---> Running in 0552ecc08b37 21:12:16 Removing intermediate container da07688d06cb 21:12:16 ---> 7b5dc991ebce 21:12:16 Step 21/21 : LABEL version=0.0.0 21:12:16 Removing intermediate container be9288ab9797 21:12:16 ---> f07a3df53b93 21:12:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:17 ---> Running in 6a3f8f11b13f 21:12:17 Removing intermediate container 0552ecc08b37 21:12:17 ---> 2c0c4b38ac95 21:12:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:17 ---> 084aa9aa231d 21:12:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:12:17 Removing intermediate container 7d0a30082f31 21:12:17 ---> 4aef55849144 21:12:17 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:17 Removing intermediate container 6a3f8f11b13f 21:12:17 ---> b2ec00279e6b 21:12:17 21:12:18 ---> fc3f1c60fabb 21:12:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:12:18 Successfully built b2ec00279e6b 21:12:18 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:12:18  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 21:12:18 ---> 390097f6f64e 21:12:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:12:19 ---> f6717b00c81b 21:12:19 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:12:19 ---> e7418d9ac122 21:12:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:12:21 ---> ae3883610c2a 21:12:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:12:21 ---> 072b7f1c8c5f 21:12:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:12:22 ---> 617b10c5fd90 21:12:22 ---> 11fd0c8940db 21:12:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"]Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:12:22 21:12:22 ---> 244a26e99151 21:12:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:12:22 ---> 7884d90725cb 21:12:22 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:12:22 ---> Running in f3f3665173b9 21:12:23 ---> Running in f558a77a4710 21:12:23 ---> Running in de4b2695d390 21:12:23 ---> 29f177fa7afc 21:12:23 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:12:23 Removing intermediate container f3f3665173b9 21:12:23 ---> 9ed9d2e4fdb5 21:12:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:24 Removing intermediate container de4b2695d390 21:12:24 ---> 35f486146735 21:12:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:24 Removing intermediate container f558a77a4710 21:12:24 ---> cf66f36def6b 21:12:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:24 ---> Running in 888310c0d297 21:12:24 ---> Running in a6ea4aed62e7 21:12:24 ---> Running in 3625847526d0 21:12:24 ---> c0734c6eefcf 21:12:24 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 21:12:25 ---> Running in 57e45f31b68c 21:12:25 Removing intermediate container 888310c0d297 21:12:25 ---> 85fe738f0565 21:12:25 Step 20/22 : LABEL arch=arm64 21:12:25 Removing intermediate container a6ea4aed62e7 21:12:25 ---> 7fbc66be6c44 21:12:25 Step 20/22 : LABEL arch=arm64 21:12:25 Removing intermediate container 3625847526d0 21:12:25 ---> ec6020678d47 21:12:25 Step 21/23 : LABEL arch=arm64 21:12:25 ---> Running in 50b0d377e472 21:12:25 ---> Running in 75c4d4420f2c 21:12:25 ---> Running in bb5dc83dc951 21:12:25 Removing intermediate container 57e45f31b68c 21:12:25 ---> 1ee559bcbc30 21:12:25 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:12:26 Removing intermediate container 50b0d377e472 21:12:26 ---> 22724861d135 21:12:26 Step 21/22 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:12:26 ---> Running in b1ccfaa32a04 21:12:26 Removing intermediate container 75c4d4420f2c 21:12:26 ---> 5a028e2e0f5a 21:12:26 Step 22/23 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:12:26 Removing intermediate container bb5dc83dc951 21:12:26 ---> 317c023f4030 21:12:26 Step 21/22 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:12:27 ---> 6236103ce1be 21:12:27 Step 25/30 : RUN chmod +x /entrypoint.sh 21:12:27 ---> Running in 5d9738207636 21:12:27 ---> Running in af4ce928d127 21:12:27 Removing intermediate container b1ccfaa32a04 21:12:27 ---> d32c0e1b71d8 21:12:27 Step 22/22 : LABEL version=0.0.0 21:12:28 ---> Running in 86000a83dfa8 21:12:28 ---> Running in 3f07d7c0b867 21:12:28 Removing intermediate container 5d9738207636 21:12:28 ---> 878415308881 21:12:28 Step 23/23 : LABEL version=0.0.0 21:12:28 Removing intermediate container af4ce928d127 21:12:29 ---> 3577d69ed008 21:12:29 Step 22/22 : LABEL version=0.0.0 21:12:29 ---> Running in e78025ff84af 21:12:29 ---> Running in 02a84e36b853 21:12:29 Removing intermediate container 3f07d7c0b867 21:12:29 ---> 0c6d2548cb00 21:12:29 21:12:30 Successfully built 0c6d2548cb00 21:12:30 Successfully tagged docker-support-scheduler-go-arm64:latest 21:12:30 Building docker-core-command-go 21:12:30  Building docker-support-scheduler-go ... done Removing intermediate container e78025ff84af 21:12:30 ---> 5a14205a399c 21:12:30 21:12:30 Removing intermediate container 02a84e36b853 21:12:30 ---> c8872d42b335 21:12:30 21:12:31 Successfully built 5a14205a399c 21:12:31 Successfully built c8872d42b335 21:12:31 Successfully tagged docker-support-notifications-go-arm64:latest 21:12:31 Building docker-core-data-go 21:12:31  Building docker-support-notifications-go ... done Successfully tagged docker-core-metadata-go-arm64:latest 21:12:31 Building docker-security-secretstore-setup-go 21:12:32  Building docker-core-metadata-go ... done Removing intermediate container 86000a83dfa8 21:12:32 ---> 3fa5ce5243cb 21:12:32 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 21:12:32 ---> Running in 18336415094a 21:12:33 Removing intermediate container 18336415094a 21:12:33 ---> 4cc61f77de81 21:12:33 Step 27/30 : CMD ["gate"] 21:12:33 ---> Running in 60aef2242aa2 21:12:33 Removing intermediate container 60aef2242aa2 21:12:33 ---> 2760139051b0 21:12:33 Step 28/30 : LABEL arch=arm64 21:12:34 ---> Running in cb104911a063 21:12:35 Removing intermediate container cb104911a063 21:12:35 ---> 43dfe0a602a1 21:12:35 Step 29/30 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:12:36 ---> Running in cc02d9dc9276 21:12:37 Removing intermediate container cc02d9dc9276 21:12:37 ---> f838a9110df0 21:12:37 Step 30/30 : LABEL version=0.0.0 21:12:38 ---> Running in a856dd3a9090 21:12:39 Removing intermediate container a856dd3a9090 21:12:39 ---> 6eed4b7c64e7 21:12:39 21:12:39 Successfully built 6eed4b7c64e7 21:12:39 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:12:44  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:12:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:12:44 ---> da67cb307df9 21:12:44 Step 3/26 : WORKDIR /edgex-go 21:12:44 ---> Using cache 21:12:44 ---> 44a825458726 21:12:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:12:44 ---> Using cache 21:12:44 ---> 8ffd35677a5a 21:12:44 Step 5/26 : RUN apk add --update --no-cache make bash git 21:12:46 ---> Running in 288095a60095 21:12:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:49 OK: 217 MiB in 51 packages 21:12:51 Removing intermediate container 288095a60095 21:12:51 ---> f3e770f8301b 21:12:51 Step 6/26 : COPY go.mod . 21:12:52 ---> 16705426625d 21:12:52 Step 7/26 : RUN go mod download 21:12:52 ---> Running in a13b3fa333f3 21:12:55 Removing intermediate container a13b3fa333f3 21:12:55 ---> 92d83934c3e5 21:12:55 Step 8/26 : COPY . . 21:13:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:13:11 ---> da67cb307df9 21:13:11 Step 3/23 : WORKDIR /edgex-go 21:13:11 ---> Using cache 21:13:11 ---> 44a825458726 21:13:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:11 ---> Using cache 21:13:11 ---> 8ffd35677a5a 21:13:11 Step 5/23 : RUN apk add --update --no-cache make git 21:13:11 ---> Using cache 21:13:11 ---> b08bf34c08e7 21:13:11 Step 6/23 : COPY go.mod . 21:13:11 ---> Using cache 21:13:11 ---> 3f5250b82dba 21:13:11 Step 7/23 : RUN go mod download 21:13:11 ---> Using cache 21:13:11 ---> 7777ac96ba92 21:13:11 Step 8/23 : COPY . . 21:13:11 ---> Using cache 21:13:11 ---> 0ded4da7a051 21:13:11 Step 9/23 : RUN make cmd/core-command/core-command 21:13:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:13:11 ---> da67cb307df9 21:13:11 Step 3/24 : WORKDIR /edgex-go 21:13:11 ---> Using cache 21:13:11 ---> 44a825458726 21:13:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:11 ---> Using cache 21:13:11 ---> 8ffd35677a5a 21:13:11 Step 5/24 : RUN apk add --update --no-cache make git 21:13:11 ---> Using cache 21:13:11 ---> b08bf34c08e7 21:13:11 Step 6/24 : COPY go.mod . 21:13:11 ---> Using cache 21:13:11 ---> 3f5250b82dba 21:13:11 Step 7/24 : RUN go mod download 21:13:11 ---> Using cache 21:13:11 ---> 7777ac96ba92 21:13:11 Step 8/24 : COPY . . 21:13:12 ---> Using cache 21:13:12 ---> 0ded4da7a051 21:13:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:13:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:13:12 ---> da67cb307df9 21:13:12 Step 3/23 : WORKDIR /edgex-go 21:13:12 ---> Using cache 21:13:12 ---> 44a825458726 21:13:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:12 ---> Using cache 21:13:12 ---> 8ffd35677a5a 21:13:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:13:17 ---> Running in d97f953a965f 21:13:17 ---> Running in 63265e5e435f 21:13:17 ---> Running in dcd56ab6fd40 21:13:17 ---> d2f8e9423631 21:13:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:13:17 ---> Running in 8bc7d9e9d8d9 21:13:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:13:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:13:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:13:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:13:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:13:20 OK: 217 MiB in 51 packages 21:13:22 Removing intermediate container d97f953a965f 21:13:22 ---> 8ba58cc0aa40 21:13:22 Step 6/23 : COPY go.mod . 21:13:23 ---> 4b39576f8e10 21:13:23 Step 7/23 : RUN go mod download 21:13:23 ---> Running in 418c7a35b5c6 21:13:28 Removing intermediate container 418c7a35b5c6 21:13:28 ---> a3db7614b088 21:13:28 Step 8/23 : COPY . . 21:13:50 ---> 1d945633e004 21:13:50 Step 9/23 : RUN make cmd/core-data/core-data 21:13:50 ---> Running in e746d999ad5c 21:13:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:14:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:14:44 Removing intermediate container 8bc7d9e9d8d9 21:14:44 ---> 6d4c4a4c87bc 21:14:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:14:44 Removing intermediate container dcd56ab6fd40 21:14:44 ---> a728766090a3 21:14:44 21:14:44 Step 10/24 : FROM alpine:3.12 21:14:44 ---> d10569e2745f 21:14:44 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:14:44 ---> Running in 6d880ea9d3c2 21:14:44 ---> Running in 5dab9259382b 21:14:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:14:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:45 (1/5) Installing ca-certificates (20191127-r4) 21:14:45 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:14:45 (3/5) Installing libcurl (7.69.1-r3) 21:14:45 (4/5) Installing curl (7.69.1-r3) 21:14:45 (5/5) Installing dumb-init (1.2.2-r1) 21:14:45 Executing busybox-1.31.1-r19.trigger 21:14:45 Executing ca-certificates-20191127-r4.trigger 21:14:46 OK: 7 MiB in 19 packages 21:14:50 Removing intermediate container 5dab9259382b 21:14:50 ---> c3cfa3dbe02f 21:14:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:14:50 ---> Running in 37e9fa5241f7 21:14:51 Removing intermediate container 6d880ea9d3c2 21:14:51 ---> e35bb79579d1 21:14:51 21:14:51 Step 11/26 : FROM docker:20.10.0 21:14:51 20.10.0: Pulling from library/docker 21:14:51 Removing intermediate container 37e9fa5241f7 21:14:51 ---> 2879f8cf25e4 21:14:51 Step 13/24 : WORKDIR / 21:14:52 ---> Running in 45d8199f5055 21:14:53 Removing intermediate container 63265e5e435f 21:14:53 ---> e5f0c6a6b6aa 21:14:53 21:14:53 Step 10/23 : FROM alpine:3.12 21:14:53 ---> d10569e2745f 21:14:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:14:53 ---> Using cache 21:14:53 ---> 196600c15c18 21:14:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:14:53 ---> Using cache 21:14:53 ---> b19509aa0c23 21:14:53 Step 13/23 : ENV APP_PORT=48082 21:14:53 Removing intermediate container 45d8199f5055 21:14:53 ---> 7df6f775afda 21:14:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:14:54 ---> Running in 56ee6451da72 21:14:55 Removing intermediate container 56ee6451da72 21:14:55 ---> 38b416655240 21:14:55 Step 14/23 : EXPOSE $APP_PORT 21:14:55 ---> Running in 245b45dfa2f1 21:14:55 ---> b19ca0fb4583 21:14:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:14:56 Removing intermediate container 245b45dfa2f1 21:14:56 ---> e4e6d47ea26e 21:14:56 Step 15/23 : WORKDIR / 21:14:56 ---> Running in d5910b6d55c5 21:14:57 ---> edba1b3e98d1 21:14:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:14:57 Removing intermediate container d5910b6d55c5 21:14:57 ---> 2e9f9bbd610e 21:14:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:14:59 ---> 02174b725f0e 21:14:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:14:59 ---> 521dc4d954c3 21:14:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:15:02 ---> 53d60c1fc7d0 21:15:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:15:02 ---> cd0cc1571505 21:15:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:15:03 ---> db626c63849d 21:15:03 Step 19/23 : ENTRYPOINT ["/core-command"] 21:15:03 ---> Running in 7907260a97da 21:15:04 ---> 1504a9c4383b 21:15:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:15:04 Removing intermediate container 7907260a97da 21:15:04 ---> 5941ad151d4f 21:15:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:05 ---> Running in 5e219a243c3c 21:15:05 ---> 621a59f82fda 21:15:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:15:05 Removing intermediate container 5e219a243c3c 21:15:05 ---> f5b63a6abd40 21:15:05 Step 21/23 : LABEL arch=arm64 21:15:06 ---> Running in 039b0ba8e16a 21:15:06 ---> Running in 941867311d46 21:15:07 Removing intermediate container 941867311d46 21:15:07 ---> 6f1361757110 21:15:07 Step 22/23 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:15:07 ---> Running in 67eafe167ad3 21:15:08 Removing intermediate container 67eafe167ad3 21:15:08 ---> 866132815295 21:15:08 Step 23/23 : LABEL version=0.0.0 21:15:08 ---> Running in 0a723bf7e7e2 21:15:09 Removing intermediate container 039b0ba8e16a 21:15:09 ---> c6740481f919 21:15:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:15:09 Removing intermediate container 0a723bf7e7e2 21:15:09 ---> a8a2bff9f1da 21:15:09 21:15:09 ---> Running in 9f2af4a70311 21:15:10 Successfully built a8a2bff9f1da 21:15:10 Successfully tagged docker-core-command-go-arm64:latest 21:15:10  Building docker-core-command-go ... done Removing intermediate container 9f2af4a70311 21:15:10 ---> 75da85d29ed3 21:15:10 Step 22/24 : LABEL arch=arm64 21:15:10 ---> Running in d672b2c96a04 21:15:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:15:11 Status: Downloaded newer image for docker:20.10.0 21:15:11 ---> eeaf43b92773 21:15:11 Step 12/26 : RUN apk add --no-cache bash 21:15:11 ---> Running in 090b87652ecd 21:15:11 Removing intermediate container d672b2c96a04 21:15:11 ---> 4519e9bfc2b7 21:15:11 Step 23/24 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:15:11 ---> Running in 7141e8c7008d 21:15:12 Removing intermediate container 7141e8c7008d 21:15:12 ---> fcba4806912b 21:15:12 Step 24/24 : LABEL version=0.0.0 21:15:12 ---> Running in b00768361b48 21:15:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:15:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:15:13 Removing intermediate container b00768361b48 21:15:13 ---> 413b26c81c75 21:15:13 21:15:13 (1/2) Installing readline (8.0.4-r0) 21:15:13 (2/2) Installing bash (5.0.17-r0) 21:15:13 Executing bash-5.0.17-r0.post-install 21:15:13 Executing busybox-1.31.1-r19.trigger 21:15:13 OK: 12 MiB in 22 packages 21:15:13 Successfully built 413b26c81c75 21:15:13 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:15:15  Building docker-security-secretstore-setup-go ... done Removing intermediate container 090b87652ecd 21:15:15 ---> 6988ebf75214 21:15:15 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:15:15 ---> Running in 3efa44b85fac 21:15:15 Removing intermediate container 3efa44b85fac 21:15:15 ---> f91139bc0eb1 21:15:15 Step 14/26 : ENV APP_PORT=48090 21:15:15 ---> Running in 1c9e51da46cb 21:15:16 Removing intermediate container 1c9e51da46cb 21:15:16 ---> 42bc624ce08a 21:15:16 Step 15/26 : EXPOSE $APP_PORT 21:15:16 ---> Running in b0e8ea03a95b 21:15:17 Removing intermediate container b0e8ea03a95b 21:15:17 ---> ff667b876112 21:15:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:15:17 Removing intermediate container e746d999ad5c 21:15:17 ---> 21da6cf4346e 21:15:17 21:15:17 Step 10/23 : FROM alpine:3.12 21:15:17 ---> d10569e2745f 21:15:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:15:18 ---> Running in 2abb98fac326 21:15:18 ---> d58b3aa245cb 21:15:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:15:18 Removing intermediate container 2abb98fac326 21:15:18 ---> 520bbebf09a3 21:15:18 Step 12/23 : ENV APP_PORT=48080 21:15:18 ---> Running in 6cb278507905 21:15:19 Removing intermediate container 6cb278507905 21:15:19 ---> 9de9002b38c9 21:15:19 Step 13/23 : EXPOSE $APP_PORT 21:15:19 ---> fa6fa1866423 21:15:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:15:19 ---> Running in 03dad65670b1 21:15:20 Removing intermediate container 03dad65670b1 21:15:20 ---> 5253ba324990 21:15:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:15:20 ---> a027b17148d0 21:15:20 Step 19/26 : RUN apk --no-cache add py3-pip 21:15:20 ---> Running in f986b071e31d 21:15:20 ---> Running in b561c697ba43 21:15:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:15:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:15:22 (1/33) Installing libbz2 (1.0.8-r1) 21:15:22 (2/33) Installing expat (2.2.9-r1) 21:15:22 (3/33) Installing libffi (3.3-r2) 21:15:22 (4/33) Installing gdbm (1.13-r1) 21:15:22 (5/33) Installing xz-libs (5.2.5-r0) 21:15:22 (6/33) Installing sqlite-libs (3.32.1-r0) 21:15:22 (7/33) Installing python3 (3.8.5-r1) 21:15:22 Removing intermediate container f986b071e31d 21:15:22 ---> 4d6c41aa9736 21:15:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:15:22 ---> Running in 099764a7a3d5 21:15:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:15:24 (8/33) Installing py3-appdirs (1.4.4-r1) 21:15:24 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:15:24 (10/33) Installing py3-parsing (2.4.7-r0) 21:15:24 (11/33) Installing py3-six (1.15.0-r0) 21:15:24 (12/33) Installing py3-packaging (20.4-r0) 21:15:24 (13/33) Installing py3-setuptools (47.0.0-r0) 21:15:24 (14/33) Installing py3-chardet (3.0.4-r4) 21:15:24 (15/33) Installing py3-idna (2.9-r0) 21:15:24 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:15:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:15:24 (18/33) Installing py3-requests (2.23.0-r0) 21:15:24 (19/33) Installing py3-msgpack (1.0.0-r0) 21:15:24 (20/33) Installing py3-lockfile (0.12.2-r3) 21:15:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:15:24 (22/33) Installing py3-colorama (0.4.3-r0) 21:15:24 (23/33) Installing py3-distlib (0.3.0-r0) 21:15:24 (24/33) Installing py3-distro (1.5.0-r1) 21:15:24 (25/33) Installing py3-webencodings (0.5.1-r3) 21:15:24 (26/33) Installing py3-html5lib (1.0.1-r4) 21:15:24 (27/33) Installing py3-pytoml (0.1.21-r0) 21:15:24 (28/33) Installing py3-pep517 (0.8.2-r0) 21:15:24 (29/33) Installing py3-progress (1.5-r0) 21:15:24 (30/33) Installing py3-toml (0.10.1-r0) 21:15:24 (31/33) Installing py3-retrying (1.3.3-r0) 21:15:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:15:24 (33/33) Installing py3-pip (20.1.1-r0) 21:15:24 Executing busybox-1.31.1-r19.trigger 21:15:24 OK: 71 MiB in 55 packages 21:15:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:15:25 (1/6) Installing dumb-init (1.2.2-r1) 21:15:25 (2/6) Installing libgcc (9.3.0-r2) 21:15:25 (3/6) Installing libsodium (1.0.18-r0) 21:15:26 (4/6) Installing libstdc++ (9.3.0-r2) 21:15:26 (5/6) Installing libzmq (4.3.3-r0) 21:15:26 (6/6) Installing zeromq (4.3.3-r0) 21:15:26 Executing busybox-1.31.1-r19.trigger 21:15:26 OK: 8 MiB in 20 packages 21:15:28 Removing intermediate container 099764a7a3d5 21:15:28 ---> e1ff08009777 21:15:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:15:29 ---> 18fbd0bcd60a 21:15:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:15:31 ---> 45248f44976d 21:15:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:15:31 Removing intermediate container b561c697ba43 21:15:31 ---> 3e5af2b1d734 21:15:31 Step 20/26 : RUN pip install docker-compose==1.23.2 21:15:31 ---> 586a4f8c44c4 21:15:31 Step 19/23 : ENTRYPOINT ["/core-data"] 21:15:31 ---> Running in a03eab324bcb 21:15:31 ---> Running in b37c7ffe057d 21:15:32 Removing intermediate container b37c7ffe057d 21:15:32 ---> ba60b4fed815 21:15:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:32 ---> Running in 06f3461249cb 21:15:33 Removing intermediate container 06f3461249cb 21:15:33 ---> c824ad23f6f9 21:15:33 Step 21/23 : LABEL arch=arm64 21:15:33 ---> Running in 34137edfd8dd 21:15:33 Removing intermediate container 34137edfd8dd 21:15:33 ---> 111656e3361c 21:15:33 Step 22/23 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:15:33 ---> Running in 0015fc0130ed 21:15:34 Removing intermediate container 0015fc0130ed 21:15:34 ---> aa1a2fd62bcc 21:15:34 Step 23/23 : LABEL version=0.0.0 21:15:34 ---> Running in bf2e49712c12 21:15:34 Removing intermediate container bf2e49712c12 21:15:34 ---> e3b776efd6d1 21:15:34 21:15:35 Successfully built e3b776efd6d1 21:15:35 Successfully tagged docker-core-data-go-arm64:latest 21:15:37  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 21:15:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:15:37 Collecting texttable<0.10,>=0.9.0 21:15:37 Downloading texttable-0.9.1.tar.gz (11 kB) 21:15:39 Collecting docopt<0.7,>=0.6.1 21:15:39 Downloading docopt-0.6.2.tar.gz (25 kB) 21:15:41 Collecting jsonschema<3,>=2.5.1 21:15:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:15:41 Collecting websocket-client<1.0,>=0.32.0 21:15:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:15:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:15:42 Collecting cached-property<2,>=1.2.0 21:15:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:15:42 Collecting docker<4.0,>=3.6.0 21:15:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:15:43 Collecting dockerpty<0.5,>=0.4.1 21:15:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:15:46 Collecting PyYAML<4,>=3.10 21:15:46 Downloading PyYAML-3.13.tar.gz (270 kB) 21:15:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:15:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:15:49 Collecting docker-pycreds>=0.4.0 21:15:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:15:49 Collecting idna<2.8,>=2.5 21:15:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:15:50 Collecting urllib3<1.25,>=1.21.1 21:15:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:15:50 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 21:15:50 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 21:15:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:15:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:15:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:15:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:15:51 Installing collected packages: texttable, docopt, jsonschema, websocket-client, cached-property, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, docker-compose 21:15:51 Running setup.py install for texttable: started 21:15:53 Running setup.py install for texttable: finished with status 'done' 21:15:53 Running setup.py install for docopt: started 21:15:54 Running setup.py install for docopt: finished with status 'done' 21:15:55 Attempting uninstall: idna 21:15:55 Found existing installation: idna 2.9 21:15:55 Uninstalling idna-2.9: 21:15:55 Successfully uninstalled idna-2.9 21:15:56 Attempting uninstall: urllib3 21:15:56 Found existing installation: urllib3 1.25.9 21:15:56 Uninstalling urllib3-1.25.9: 21:15:56 Successfully uninstalled urllib3-1.25.9 21:15:56 Attempting uninstall: requests 21:15:56 Found existing installation: requests 2.23.0 21:15:56 Uninstalling requests-2.23.0: 21:15:57 Successfully uninstalled requests-2.23.0 21:15:58 Running setup.py install for dockerpty: started 21:15:59 Running setup.py install for dockerpty: finished with status 'done' 21:15:59 Running setup.py install for PyYAML: started 21:16:02 Running setup.py install for PyYAML: finished with status 'done' 21:16:02 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 21:16:07 Removing intermediate container a03eab324bcb 21:16:07 ---> 4b6570dd078d 21:16:07 Step 21/26 : RUN apk --no-cache add curl 21:16:07 ---> Running in 08bcba32dd4b 21:16:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:16:09 (2/3) Installing libcurl (7.69.1-r3) 21:16:09 (3/3) Installing curl (7.69.1-r3) 21:16:09 Executing busybox-1.31.1-r19.trigger 21:16:09 OK: 71 MiB in 58 packages 21:16:10 Removing intermediate container 08bcba32dd4b 21:16:10 ---> 1709757b71aa 21:16:10 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:16:10 ---> Running in 2bd6b8a55bd5 21:16:11 Removing intermediate container 2bd6b8a55bd5 21:16:11 ---> 35c2e468a655 21:16:11 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:16:11 ---> Running in 036ac22065d9 21:16:11 Removing intermediate container 036ac22065d9 21:16:11 ---> 92a3af3430ad 21:16:11 Step 24/26 : LABEL arch=arm64 21:16:11 ---> Running in 6af780c5ca0b 21:16:12 Removing intermediate container 6af780c5ca0b 21:16:12 ---> 785fe2598a9a 21:16:12 Step 25/26 : LABEL git_sha=2577f09d3b8037d11b31f6b7e5c935e548015290 21:16:12 ---> Running in 38cb3ab3e418 21:16:13 Removing intermediate container 38cb3ab3e418 21:16:13 ---> efd5e39fa342 21:16:13 Step 26/26 : LABEL version=0.0.0 21:16:13 ---> Running in 2b74b7d8deb4 21:16:13 Removing intermediate container 2b74b7d8deb4 21:16:13 ---> ba67d8991fcc 21:16:13 21:16:13 Successfully built ba67d8991fcc 21:16:13 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:16:14  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:16:14 $ docker stop --time=1 146d98932261c9b581a5324ecb0d2defcd8957fbebc5b27b91ad19b3a3bb5e1f 21:16:16 $ docker rm -f 146d98932261c9b581a5324ecb0d2defcd8957fbebc5b27b91ad19b3a3bb5e1f [Pipeline] // withDockerContainer [Pipeline] sh 21:16:17 + grep docker 21:16:17 + docker images 21:16:17 docker-sys-mgmt-agent-go-arm64 latest ba67d8991fcc 4 seconds ago 300MB 21:16:17 docker-core-data-go-arm64 latest e3b776efd6d1 43 seconds ago 21.1MB 21:16:17 docker-security-secretstore-setup-go-arm64 latest 413b26c81c75 About a minute ago 23.7MB 21:16:17 docker-core-command-go-arm64 latest a8a2bff9f1da About a minute ago 16.2MB 21:16:17 docker-security-bootstrapper-go-arm64 latest 6eed4b7c64e7 3 minutes ago 17.6MB 21:16:17 docker-core-metadata-go-arm64 latest c8872d42b335 3 minutes ago 17.9MB 21:16:17 docker-support-notifications-go-arm64 latest 5a14205a399c 3 minutes ago 16.8MB 21:16:17 docker-support-scheduler-go-arm64 latest 0c6d2548cb00 3 minutes ago 16.3MB 21:16:17 docker-security-proxy-setup-go-arm64 latest b2ec00279e6b 4 minutes ago 23.4MB 21:16:17 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 Post stage [Pipeline] libraryResource [Pipeline] sh 21:16:19 ---> job-cost.sh 21:16:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NiPh 21:16:58 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:19:19 lf-activate-venv(): INFO: Adding /tmp/venv-NiPh/bin to PATH 21:19:19 INFO: No Stack... 21:19:19 INFO: Retrieving Pricing Info for: lf-standard-4 21:19:19 INFO: Archiving Costs [Pipeline] sh 21:19:20 + + cut -d, -f6cat 21:19:20 /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock 21:19:20 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3206-2-stack-cost] 21:19:20 Resource [jenkins-edgexfoundry-edgex-go-PR-3206-2-stack-cost] did not exist. Created. 21:19:20 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3206-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:19:20 + echo total: 0.20999999344348907 [Pipeline] stash 21:19:21 Stashed 1 file(s) [Pipeline] } 21:19:21 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3206-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:19:23 provisioning config files... 21:19:23 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config949309164658942407tmp [Pipeline] { [Pipeline] sh 21:19:23 + set +x 21:19:23 + curl -s https://codecov.io/bash 21:19:23 + bash -s -- 21:19:23 21:19:23 _____ _ 21:19:23 / ____| | | 21:19:23 | | ___ __| | ___ ___ _____ __ 21:19:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:19:23 | |___| (_) | (_| | __/ (_| (_) \ V / 21:19:23 \_____\___/ \__,_|\___|\___\___/ \_/ 21:19:23 Bash-20210226-7100762 21:19:23 21:19:23 21:19:23 ==> git version 2.24.3 found 21:19:23 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 21:19:23 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:19:23 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:19:24 ==> Jenkins CI detected. 21:19:24 project root: . 21:19:24 --> token set from env 21:19:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:19:24 ==> Running gcov in . (disable via -X gcov) 21:19:24 ==> Python coveragepy not found 21:19:24 ==> Searching for coverage reports in: 21:19:24 + . 21:19:24 -> Found 1 reports 21:19:24 ==> Detecting git/mercurial file structure 21:19:24 ==> Reading reports 21:19:24 + ./coverage.out bytes=600568 21:19:24 ==> Appending adjustments 21:19:24 https://docs.codecov.io/docs/fixing-reports 21:19:27 + Found adjustments 21:19:27 ==> Gzipping contents 21:19:27 88K /tmp/codecov.0xxQ4D.gz 21:19:27 ==> Uploading reports 21:19:27 url: https://codecov.io 21:19:27 query: branch=PR-3206&commit=2577f09d3b8037d11b31f6b7e5c935e548015290&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3206%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3206&job=&cmd_args= 21:19:27 -> Pinging Codecov 21:19:27 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3206&commit=2577f09d3b8037d11b31f6b7e5c935e548015290&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3206%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3206&job=&cmd_args= 21:19:28 -> Uploading to 21:19:28 https://storage.googleapis.com/codecov/v4/raw/2021-03-01/00271124DB129430A58F1EEE437C3FCB/2577f09d3b8037d11b31f6b7e5c935e548015290/44095d83-c428-45a3-b39d-7745903bd639.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210301T211927Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e532c0159a922272c85b792c72408be13b97c3e6ad6de10d63cf915a0f6cf4c2 21:19:28 % Total % Received % Xferd Average Speed Time Time Time Current 21:19:28 Dload Upload Total Spent Left Speed 21:19:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89420 0 0 100 89420 0 161k --:--:-- --:--:-- --:--:-- 161k 21:19:28 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2577f09d3b8037d11b31f6b7e5c935e548015290 [Pipeline] } 21:19:28 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] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:19:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:19:32 ---> package-listing.sh 21:19:32 ++ facter osfamily 21:19:32 ++ tr '[:upper:]' '[:lower:]' 21:19:32 + OS_FAMILY=redhat 21:19:32 + workspace=/w/workspace/edgex-go/2 21:19:32 + START_PACKAGES=/tmp/packages_start.txt 21:19:32 + END_PACKAGES=/tmp/packages_end.txt 21:19:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:19:32 + PACKAGES=/tmp/packages_start.txt 21:19:32 + '[' /w/workspace/edgex-go/2 ']' 21:19:32 + PACKAGES=/tmp/packages_end.txt 21:19:32 + case "${OS_FAMILY}" in 21:19:32 + rpm -qa 21:19:32 + sort 21:19:37 + '[' -f /tmp/packages_start.txt ']' 21:19:37 + '[' -f /tmp/packages_end.txt ']' 21:19:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:19:37 + '[' /w/workspace/edgex-go/2 ']' 21:19:37 + mkdir -p /w/workspace/edgex-go/2/archives/ 21:19:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 21:19:37 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:19:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:19:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:19:38 21:19:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:19:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:19:39 alpine: Pulling from edgex-lftools-log-publisher 21:19:39 df20fa9351a1: Pulling fs layer 21:19:39 36b3adc4ff6f: Pulling fs layer 21:19:39 8ad3a11d3b57: Pulling fs layer 21:19:39 46f8f816bc3b: Pulling fs layer 21:19:39 93b61091891f: Pulling fs layer 21:19:39 93b9cdb0e59b: Pulling fs layer 21:19:39 5e14af77c1be: Pulling fs layer 21:19:39 01666e4c0597: Pulling fs layer 21:19:39 aa168da1d23b: Pulling fs layer 21:19:39 46f8f816bc3b: Waiting 21:19:39 93b61091891f: Waiting 21:19:39 93b9cdb0e59b: Waiting 21:19:39 5e14af77c1be: Waiting 21:19:39 01666e4c0597: Waiting 21:19:39 aa168da1d23b: Waiting 21:19:39 36b3adc4ff6f: Verifying Checksum 21:19:39 36b3adc4ff6f: Download complete 21:19:39 46f8f816bc3b: Download complete 21:19:39 df20fa9351a1: Verifying Checksum 21:19:39 df20fa9351a1: Download complete 21:19:39 93b9cdb0e59b: Verifying Checksum 21:19:39 93b9cdb0e59b: Download complete 21:19:39 93b61091891f: Verifying Checksum 21:19:39 93b61091891f: Download complete 21:19:39 5e14af77c1be: Verifying Checksum 21:19:39 5e14af77c1be: Download complete 21:19:39 01666e4c0597: Verifying Checksum 21:19:39 01666e4c0597: Download complete 21:19:39 df20fa9351a1: Pull complete 21:19:39 36b3adc4ff6f: Pull complete 21:19:39 8ad3a11d3b57: Verifying Checksum 21:19:39 8ad3a11d3b57: Download complete 21:19:41 8ad3a11d3b57: Pull complete 21:19:41 aa168da1d23b: Verifying Checksum 21:19:41 aa168da1d23b: Download complete 21:19:41 46f8f816bc3b: Pull complete 21:19:41 93b61091891f: Pull complete 21:19:41 93b9cdb0e59b: Pull complete 21:19:42 5e14af77c1be: Pull complete 21:19:42 01666e4c0597: Pull complete 21:19:50 aa168da1d23b: Pull complete 21:19:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:19:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:19:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:19:51 prd-centos7-docker-4c-2g-28097 does not seem to be running inside a container 21:19:51 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:19:54 $ docker top 7edd0870167112a15c36c0ef313b2674de1881eeb08fd7e7d9b3c16c7deb97e4 -eo pid,comm [Pipeline] { [Pipeline] sh 21:19:54 + touch /tmp/pre-build-complete [Pipeline] sh 21:19:54 + mkdir -p /var/log/sa [Pipeline] sh 21:19:55 + ls /var/log/sa-host 21:19:55 + sadf -c /var/log/sa-host/sa01 21:19:55 file_magic: OK 21:19:55 HZ: Using current value: 100 21:19:55 file_header: OK 21:19:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:19:55 Statistics: 21:19:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:19:55 File successfully converted to sysstat format version 12.2.1 21:19:55 + sadf -c /var/log/sa-host/sa23 21:19:55 file_magic: OK 21:19:55 HZ: Using current value: 100 21:19:55 file_header: OK 21:19:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:19:55 Statistics: 21:19:55 Hnuu...uuuununununu... 21:19:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:19:55 provisioning config files... 21:19:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6123333710324262180tmp [Pipeline] { [Pipeline] echo 21:19:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:19:56 ---> create-netrc.sh [Pipeline] } 21:19:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:19:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:19:56 ---> python-tools-install.sh [Pipeline] echo 21:19:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:19:56 ---> sudo-logs.sh 21:19:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:19:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:19:57 ---> job-cost.sh 21:19:57 lf-activate-venv: SKIPPING 21:19:57 DEBUG: total: 0.20999999344348907 21:19:57 INFO: Retrieving Stack Cost... 21:19:58 INFO: Retrieving Pricing Info for: v1-standard-2 21:19:58 INFO: Archiving Costs [Pipeline] echo 21:19:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:19:59 ---> logs-deploy.sh 21:19:59 lf-activate-venv: SKIPPING 21:19:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3206/2 21:19:59 INFO: archiving workspace using pattern(s): 21:20:00 Archives upload complete. 21:20:00 INFO: archiving logs to Nexus