Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3+6cadec5fc374fbebd95401286db985839ef5e674 (1c34deafce025b05c03577b4326e9c7bc0629618) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32911 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/55 [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/55 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6cadec5fc374fbebd95401286db985839ef5e674 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 Merge succeeded, producing 3dcad5acca2c733e2f0f869496fb3be139a3983a Checking out Revision 3dcad5acca2c733e2f0f869496fb3be139a3983a (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # 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 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3dcad5acca2c733e2f0f869496fb3be139a3983a # timeout=10 Commit message: "Merge commit '6cadec5fc374fbebd95401286db985839ef5e674' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:34:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:34:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:34:46 ========================================================= 06:34:46 EdgeX Global Pipelines Version Info 06:34:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fe48fc699d94d98d8387134007c180407b71449b # timeout=10 06:34:47 ------------------- 06:34:47 stable info: 06:34:47 ------------------- 06:34:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:34:47 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:34:47 Message: update stable to v1.0.186 06:34:48 ------------------- 06:34:48 experimental info: 06:34:48 ------------------- 06:34:48 Commited By: **** collab-it+edgex@linuxfoundation.org 06:34:48 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 06:34:48 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:34:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:34:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3dcad5acca2c733e2f0f869496fb3be139a3983a [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3dcad5a [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:34:52 provisioning config files... 06:34:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/55@tmp/config1981038667730755371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:34:52 ---> docker-login.sh 06:34:52 nexus3.edgexfoundry.org:10001 06:34:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:53 Configure a credential helper to remove this warning. See 06:34:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:53 06:34:53 Login Succeeded 06:34:53 nexus3.edgexfoundry.org:10002 06:34:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:53 Configure a credential helper to remove this warning. See 06:34:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:53 06:34:53 Login Succeeded 06:34:53 nexus3.edgexfoundry.org:10003 06:34:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:53 Configure a credential helper to remove this warning. See 06:34:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:53 06:34:53 Login Succeeded 06:34:53 nexus3.edgexfoundry.org:10004 06:34:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:53 Configure a credential helper to remove this warning. See 06:34:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:53 06:34:53 Login Succeeded 06:34:53 docker.io 06:34:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:53 Configure a credential helper to remove this warning. See 06:34:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:53 06:34:53 Login Succeeded 06:34:53 ---> docker-login.sh ends [Pipeline] } 06:34:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:54 ++ 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 06:34:54 + for file in '`ls cmd/**/Dockerfile`' 06:34:54 ++ dirname cmd/core-command/Dockerfile 06:34:54 ++ cut -d/ -f2 06:34:54 + echo core-command,cmd/core-command/Dockerfile 06:34:54 + for file in '`ls cmd/**/Dockerfile`' 06:34:54 ++ dirname cmd/core-data/Dockerfile 06:34:54 ++ cut -d/ -f2 06:34:54 + echo core-data,cmd/core-data/Dockerfile 06:34:54 + for file in '`ls cmd/**/Dockerfile`' 06:34:54 ++ dirname cmd/core-metadata/Dockerfile 06:34:54 ++ cut -d/ -f2 06:34:54 + echo core-metadata,cmd/core-metadata/Dockerfile 06:34:54 + for file in '`ls cmd/**/Dockerfile`' 06:34:54 ++ dirname cmd/security-bootstrapper/Dockerfile 06:34:54 ++ cut -d/ -f2 06:34:54 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:34:54 + for file in '`ls cmd/**/Dockerfile`' 06:34:54 ++ dirname cmd/security-proxy-setup/Dockerfile 06:34:54 ++ cut -d/ -f2 06:34:54 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:34:54 + for file in '`ls cmd/**/Dockerfile`' 06:34:54 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:34:54 ++ cut -d/ -f2 06:34:54 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:34:54 + for file in '`ls cmd/**/Dockerfile`' 06:34:54 ++ dirname cmd/support-notifications/Dockerfile 06:34:54 ++ cut -d/ -f2 06:34:54 + echo support-notifications,cmd/support-notifications/Dockerfile 06:34:54 + for file in '`ls cmd/**/Dockerfile`' 06:34:54 ++ dirname cmd/support-scheduler/Dockerfile 06:34:54 ++ cut -d/ -f2 06:34:54 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:34:54 + for file in '`ls cmd/**/Dockerfile`' 06:34:54 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:34:54 ++ cut -d/ -f2 06:34:54 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:34:54 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 06:34:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:55 06:34:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:34:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:55 latest: Pulling from edgex-devops/git-semver 06:34:55 31603596830f: Pulling fs layer 06:34:55 2a8b12db71e7: Pulling fs layer 06:34:55 6ca5941a6612: Pulling fs layer 06:34:55 ecc8261a40a4: Pulling fs layer 06:34:55 ecc8261a40a4: Waiting 06:34:55 2a8b12db71e7: Download complete 06:34:55 31603596830f: Verifying Checksum 06:34:55 31603596830f: Download complete 06:34:55 ecc8261a40a4: Verifying Checksum 06:34:55 ecc8261a40a4: Download complete 06:34:55 6ca5941a6612: Verifying Checksum 06:34:55 6ca5941a6612: Download complete 06:34:56 31603596830f: Pull complete 06:34:56 2a8b12db71e7: Pull complete 06:34:57 6ca5941a6612: Pull complete 06:34:57 ecc8261a40a4: Pull complete 06:34:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:34:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:34:57 prd-centos7-docker-4c-2g-32911 does not seem to be running inside a container 06:34:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:35:00 $ docker top 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:35:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:35:00 [ssh-agent] Looking for ssh-agent implementation... 06:35:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:00 $ docker exec 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 ssh-agent 06:35:01 SSH_AUTH_SOCK=/tmp/ssh-ZBnIZbNyxFmJ/agent.12 06:35:01 SSH_AGENT_PID=17 06:35:01 Running ssh-add (command line suppressed) 06:35:01 Identity added: /w/workspace/edgex-go/55@tmp/private_key_6622233963776928896.key (/w/workspace/edgex-go/55@tmp/private_key_6622233963776928896.key) 06:35:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:35:01 + git tag --points-at HEAD [Pipeline] } 06:35:01 $ docker exec --env ******** --env ******** 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 ssh-agent -k 06:35:01 unset SSH_AUTH_SOCK; 06:35:01 unset SSH_AGENT_PID; 06:35:01 echo Agent pid 17 killed; 06:35:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:35:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:35:02 [ssh-agent] Looking for ssh-agent implementation... 06:35:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:02 $ docker exec 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 ssh-agent 06:35:02 SSH_AUTH_SOCK=/tmp/ssh-Cq0FDCmhNCt9/agent.45 06:35:02 SSH_AGENT_PID=50 06:35:02 Running ssh-add (command line suppressed) 06:35:02 Identity added: /w/workspace/edgex-go/55@tmp/private_key_7633181113314745123.key (/w/workspace/edgex-go/55@tmp/private_key_7633181113314745123.key) 06:35:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:35:02 + git semver init 06:35:02 # -> Open(): unable to determine branch for HEAD 06:35:02 # $GIT_DIR = /w/workspace/edgex-go/55/.git 06:35:02 # $GIT_WORK_TREE = /w/workspace/edgex-go/55 06:35:02 # $SEMVER_REMOTE_NAME = origin 06:35:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:35:02 # $SEMVER_USER_NAME = edgex-jenkins 06:35:02 # $SEMVER_BRANCH = PR-3234 06:35:02 # $SEMVER_TEMP = /tmp/semver-699140293 06:35:02 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:35:35 # '/tmp/semver-699140293' -> '/w/workspace/edgex-go/55/.semver' 06:35:35 # -> Force: false 06:35:35 # $SEMVER_DIR = /w/workspace/edgex-go/55/.semver [Pipeline] } 06:35:35 $ docker exec --env ******** --env ******** 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 ssh-agent -k 06:35:35 unset SSH_AUTH_SOCK; 06:35:35 unset SSH_AGENT_PID; 06:35:35 echo Agent pid 50 killed; 06:35:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:35:36 + git semver [Pipeline] } 06:35:36 $ docker stop --time=1 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 06:35:37 $ docker rm -f 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 [Pipeline] // withDockerContainer [Pipeline] sh 06:35:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:35:39 Stashed 1 file(s) [Pipeline] echo 06:35:39 [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 06:35:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:35:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:35:40 + true 06:35:40 + sudo service docker restart 06:35:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:35:41 ========================================================= 06:35:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:35:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:35:41 + 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 . 06:35:45 Sending build context to Docker daemon 329.2MB 06:35:45 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:35:45 Step 2/6 : FROM ${BASE} 06:35:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:35:45 188c0c94c7c5: Pulling fs layer 06:35:45 0ef7d3d256c8: Pulling fs layer 06:35:45 de9db76c5a1d: Pulling fs layer 06:35:45 bca2f99d35d6: Pulling fs layer 06:35:45 93359f2a8cfa: Pulling fs layer 06:35:45 7c6f9722023f: Pulling fs layer 06:35:45 a35cf1a2eb13: Pulling fs layer 06:35:45 93359f2a8cfa: Waiting 06:35:45 7c6f9722023f: Waiting 06:35:45 a35cf1a2eb13: Waiting 06:35:45 bca2f99d35d6: Waiting 06:35:45 de9db76c5a1d: Verifying Checksum 06:35:45 de9db76c5a1d: Download complete 06:35:45 0ef7d3d256c8: Verifying Checksum 06:35:45 0ef7d3d256c8: Download complete 06:35:45 93359f2a8cfa: Download complete 06:35:45 188c0c94c7c5: Verifying Checksum 06:35:45 188c0c94c7c5: Download complete 06:35:45 7c6f9722023f: Verifying Checksum 06:35:45 7c6f9722023f: Download complete 06:35:46 188c0c94c7c5: Pull complete 06:35:46 0ef7d3d256c8: Pull complete 06:35:46 de9db76c5a1d: Pull complete 06:35:47 a35cf1a2eb13: Verifying Checksum 06:35:47 a35cf1a2eb13: Download complete 06:35:48 bca2f99d35d6: Verifying Checksum 06:35:48 bca2f99d35d6: Download complete 06:35:54 Still waiting to schedule task 06:35:54 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32912’ is offline 06:35:54 bca2f99d35d6: Pull complete 06:35:54 93359f2a8cfa: Pull complete 06:35:54 7c6f9722023f: Pull complete 06:35:59 a35cf1a2eb13: Pull complete 06:35:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:35:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:35:59 ---> a62c8e92a672 06:35:59 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 06:35:59 ---> Running in f46a635821e9 06:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:36:01 (1/12) Installing libmagic (5.38-r0) 06:36:01 (2/12) Installing file (5.38-r0) 06:36:01 (3/12) Installing libc-dev (0.7.2-r3) 06:36:01 (4/12) Installing g++ (9.3.0-r2) 06:36:04 (5/12) Installing fortify-headers (1.1-r0) 06:36:04 (6/12) Installing patch (2.7.6-r6) 06:36:04 (7/12) Installing build-base (0.5-r2) 06:36:04 (8/12) Installing libsodium (1.0.18-r0) 06:36:05 (9/12) Installing pkgconf (1.7.2-r0) 06:36:05 (10/12) Installing libsodium-dev (1.0.18-r0) 06:36:05 (11/12) Installing libzmq (4.3.3-r0) 06:36:05 (12/12) Installing zeromq-dev (4.3.3-r0) 06:36:05 Executing busybox-1.31.1-r19.trigger 06:36:05 OK: 233 MiB in 51 packages 06:36:09 Removing intermediate container f46a635821e9 06:36:09 ---> 70845375441a 06:36:09 Step 4/6 : WORKDIR /edgex-go 06:36:09 ---> Running in af5706aea886 06:36:09 Removing intermediate container af5706aea886 06:36:09 ---> 0945bcdc6d36 06:36:09 Step 5/6 : COPY go.mod . 06:36:09 ---> efd86ec77686 06:36:09 Step 6/6 : RUN go mod download 06:36:09 ---> Running in 891ce0539899 06:36:31 Removing intermediate container 891ce0539899 06:36:31 ---> 8e285cf9724d 06:36:31 Successfully built 8e285cf9724d 06:36:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:36:32 + docker inspect -f . ci-base-image-x86_64 06:36:32 . [Pipeline] withDockerContainer 06:36:32 prd-centos7-docker-4c-2g-32911 does not seem to be running inside a container 06:36:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:36:33 $ docker top ce53d5ba54898399920ce9441b29edb8a92668d02990c0470d17c78489059435 -eo pid,comm [Pipeline] { [Pipeline] sh 06:36:34 + go version 06:36:34 go version go1.15.5 linux/amd64 [Pipeline] } 06:36:34 $ docker stop --time=1 ce53d5ba54898399920ce9441b29edb8a92668d02990c0470d17c78489059435 06:36:35 $ docker rm -f ce53d5ba54898399920ce9441b29edb8a92668d02990c0470d17c78489059435 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:36:36 + docker inspect -f . ci-base-image-x86_64 06:36:36 . [Pipeline] withDockerContainer 06:36:36 prd-centos7-docker-4c-2g-32911 does not seem to be running inside a container 06:36:36 $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:36:37 $ docker top cc28f3386437756b07dd97503d41308f445e16da7e8d8b342877d8422ac96ede -eo pid,comm [Pipeline] { [Pipeline] echo 06:36:37 ========================================================= 06:36:37 [edgeXBuildGoParallel] Running Tests and Build... 06:36:37 ========================================================= [Pipeline] sh 06:36:37 + make test 06:36:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:36:47 ? github.com/edgexfoundry/edgex-go [no test files] 06:37:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:37:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:37:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:37:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:37:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:37:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:37:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:37:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:37:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:37:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:37:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:37:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:37:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:37:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.135s coverage: 45.9% of statements 06:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:37:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.064s coverage: 19.8% of statements 06:37:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements 06:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.1% of statements 06:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.091s coverage: 100.0% of statements 06:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements 06:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 71.3% of statements 06:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:37:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.200s coverage: 82.9% of statements 06:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:37:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements 06:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:37:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.364s coverage: 28.6% of statements 06:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:37:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements 06:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:37:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements 06:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:37:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements 06:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:37:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 06:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:37:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.092s coverage: 78.3% of statements 06:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:37:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.375s coverage: 92.8% of statements 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:37:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:37:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 1.0% of statements 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements 06:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.081s coverage: 79.5% of statements 06:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 06:37:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements 06:37:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 06:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.079s coverage: 94.4% of statements 06:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 06:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.485s coverage: 81.5% of statements 06:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.047s coverage: 87.1% of statements 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.103s coverage: 92.9% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.089s coverage: 84.6% of statements 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.124s coverage: 91.6% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.228s coverage: 64.4% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.365s coverage: 69.0% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.122s coverage: 38.4% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.055s coverage: 11.0% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 87.1% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.748s coverage: 29.1% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.102s coverage: 99.0% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.079s coverage: 100.0% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 95.6% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 06:37:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 06:37:55 GO111MODULE=on go vet ./... 06:38:28 gofmt -l . 06:38:28 [ "`gofmt -l .`" = "" ] 06:38:28 ./bin/test-go-mod-tidy.sh 06:38:28 ./bin/test-attribution-txt.sh [Pipeline] sh 06:38:28 + ls -al . 06:38:28 total 808 06:38:28 drwxrwxr-x 10 1001 1001 4096 Apr 6 06:38 . 06:38:28 drwxr-xr-x 4 root root 30 Apr 6 06:36 .. 06:38:28 -rw-rw-r-- 1 1001 1001 11 Apr 6 06:34 .dockerignore 06:38:28 drwxrwxr-x 8 1001 1001 179 Apr 6 06:34 .git 06:38:28 drwxrwxr-x 3 1001 1001 125 Apr 6 06:34 .github 06:38:28 -rw-rw-r-- 1 1001 1001 818 Apr 6 06:34 .gitignore 06:38:28 drwx------ 3 1001 1001 60 Apr 6 06:35 .semver 06:38:28 -rw-rw-r-- 1 1001 1001 166 Apr 6 06:34 .sonarcloud.properties 06:38:28 -rw-rw-r-- 1 1001 1001 8607 Apr 6 06:34 Attribution.txt 06:38:28 -rw-rw-r-- 1 1001 1001 3804 Apr 6 06:34 CONTRIBUTING.md 06:38:28 -rw-rw-r-- 1 1001 1001 931 Apr 6 06:34 Dockerfile.build 06:38:28 -rw-rw-r-- 1 1001 1001 863 Apr 6 06:34 Jenkinsfile 06:38:28 -rw-rw-r-- 1 1001 1001 10775 Apr 6 06:34 LICENSE 06:38:28 -rw-rw-r-- 1 1001 1001 5774 Apr 6 06:34 Makefile 06:38:28 -rw-rw-r-- 1 1001 1001 6548 Apr 6 06:34 README.md 06:38:28 -rw-rw-r-- 1 1001 1001 6755 Apr 6 06:34 SECURITY.md 06:38:28 -rw-rw-r-- 1 1001 1001 5 Apr 6 06:35 VERSION 06:38:28 -rw-rw-r-- 1 1001 1001 4131 Apr 6 06:34 ZMQWindows.md 06:38:28 drwxrwxr-x 2 1001 1001 117 Apr 6 06:34 bin 06:38:28 drwxrwxr-x 14 1001 1001 4096 Apr 6 06:34 cmd 06:38:28 -rw-r--r-- 1 root root 697383 Apr 6 06:37 coverage.out 06:38:28 -rw-r--r-- 1 root root 1057 Apr 6 06:38 go.mod 06:38:28 -rw-r--r-- 1 root root 22362 Apr 6 06:38 go.sum 06:38:28 drwxrwxr-x 8 1001 1001 127 Apr 6 06:34 internal 06:38:28 drwxrwxr-x 4 1001 1001 26 Apr 6 06:34 openapi 06:38:28 drwxrwxr-x 4 1001 1001 71 Apr 6 06:34 snap 06:38:28 -rw-rw-r-- 1 1001 1001 168 Apr 6 06:34 version.go [Pipeline] sh 06:38:28 + '[' -e coverage.out ] 06:38:28 + chown 1001:1001 coverage.out [Pipeline] stash 06:38:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32913 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 06:38:28 Running in /w/workspace/edgex-go/55 [Pipeline] { 06:38:28 Stashed 1 file(s) [Pipeline] sh [Pipeline] checkout 06:38:29 + make build 06:38:29 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:38:33 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 06:38:33 using credential edgex-jenkins-ssh 06:38:33 Cloning the remote Git repository 06:38:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:38:34 > git init /w/workspace/edgex-go/55 # timeout=10 06:38:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:38:34 > git --version # timeout=10 06:38:34 > git --version # 'git version 2.17.1' 06:38:34 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:38:41 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 06:38:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:38:45 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 06:38:45 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 06:38:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:38:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:38: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 06:38:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:38:52 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 06:38:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:38:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:38:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:38:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:38:52 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:38:53 Merging remotes/origin/master commit 6cadec5fc374fbebd95401286db985839ef5e674 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 06:38:53 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 06:38:54 Merge succeeded, producing 4cf80b404fcf83b07d71b7f78c64f64ef5b8c7ce 06:38:54 Checking out Revision 4cf80b404fcf83b07d71b7f78c64f64ef5b8c7ce (PR-3234) 06:38:53 > git config core.sparsecheckout # timeout=10 06:38:53 > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 06:38:53 > git remote # timeout=10 06:38:53 > git config --get remote.origin.url # timeout=10 06:38:53 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:53 > git merge 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 06:38:54 > git rev-parse HEAD^{commit} # timeout=10 06:38:54 > git config core.sparsecheckout # timeout=10 06:38:54 > git checkout -f 4cf80b404fcf83b07d71b7f78c64f64ef5b8c7ce # timeout=10 [Pipeline] } 06:38:55 $ docker stop --time=1 cc28f3386437756b07dd97503d41308f445e16da7e8d8b342877d8422ac96ede 06:38:57 $ docker rm -f cc28f3386437756b07dd97503d41308f445e16da7e8d8b342877d8422ac96ede [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 06:38:58 Commit message: "Merge commit '6cadec5fc374fbebd95401286db985839ef5e674' into HEAD" 06:38:58 First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:38:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:38:59 06:38:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:38:58 > git rev-list --no-walk fe48fc699d94d98d8387134007c180407b71449b # timeout=10 [Pipeline] isUnix [Pipeline] sh 06:39:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 06:39:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:39:00 latest: Pulling from edgex-devops/edgex-compose 06:39:00 cbdbe7a5bc2a: Pulling fs layer 06:39:00 ca9280d653b3: Pulling fs layer 06:39:00 7e9c9ca2126c: Pulling fs layer [Pipeline] sh 06:39:00 cbdbe7a5bc2a: Verifying Checksum 06:39:00 cbdbe7a5bc2a: Download complete 06:39:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:39:01 cbdbe7a5bc2a: Pull complete 06:39:01 ca9280d653b3: Verifying Checksum 06:39:01 ca9280d653b3: Download complete 06:39:01 + + truesudo 06:39:01 service docker restart 06:39:02 7e9c9ca2126c: Download complete 06:39:02 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:39:03 provisioning config files... 06:39:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/55@tmp/config3722289150898528206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:39:03 ---> docker-login.sh 06:39:03 nexus3.edgexfoundry.org:10001 06:39:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:05 Configure a credential helper to remove this warning. See 06:39:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:05 06:39:05 Login Succeeded 06:39:05 nexus3.edgexfoundry.org:10002 06:39:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:05 Configure a credential helper to remove this warning. See 06:39:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:05 06:39:05 Login Succeeded 06:39:05 nexus3.edgexfoundry.org:10003 06:39:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:06 Configure a credential helper to remove this warning. See 06:39:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:06 06:39:06 Login Succeeded 06:39:06 nexus3.edgexfoundry.org:10004 06:39:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:06 Configure a credential helper to remove this warning. See 06:39:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:06 06:39:06 Login Succeeded 06:39:06 docker.io 06:39:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:07 Configure a credential helper to remove this warning. See 06:39:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:07 06:39:07 Login Succeeded 06:39:07 ---> docker-login.sh ends [Pipeline] } 06:39:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:39:07 ========================================================= 06:39:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:39:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:39:08 + 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 . 06:39:09 7e9c9ca2126c: Pull complete 06:39:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:39:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:39:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:39:09 prd-centos7-docker-4c-2g-32911 does not seem to be running inside a container 06:39:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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 06:39:10 Sending build context to Docker daemon 167.1MB 06:39:10 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:39:10 Step 2/6 : FROM ${BASE} 06:39:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:39:10 5f621e34cdf4: Pulling fs layer 06:39:10 a4357932f1b6: Pulling fs layer 06:39:10 18c013af1878: Pulling fs layer 06:39:10 00ac8860ef70: Pulling fs layer 06:39:10 63d7cb157983: Pulling fs layer 06:39:10 b116817d02f9: Pulling fs layer 06:39:10 745a02a5169b: Pulling fs layer 06:39:10 00ac8860ef70: Waiting 06:39:10 b116817d02f9: Waiting 06:39:10 63d7cb157983: Waiting 06:39:10 745a02a5169b: Waiting 06:39:10 18c013af1878: Download complete 06:39:10 a4357932f1b6: Download complete 06:39:10 63d7cb157983: Verifying Checksum 06:39:10 63d7cb157983: Download complete 06:39:11 b116817d02f9: Verifying Checksum 06:39:11 b116817d02f9: Download complete 06:39:11 5f621e34cdf4: Download complete 06:39:11 $ docker top 5765fc61fd3b68c7fda3a04f492eb1c407d77072fafb08260d6032cee0f4872b -eo pid,comm [Pipeline] { [Pipeline] sh 06:39:12 + docker-compose build --help 06:39:12 + grep parallel 06:39:12 5f621e34cdf4: Pull complete 06:39:12 a4357932f1b6: Pull complete 06:39:13 18c013af1878: Pull complete 06:39:13 745a02a5169b: Verifying Checksum 06:39:13 745a02a5169b: Download complete 06:39:13 --parallel Build images in parallel. [Pipeline] } 06:39:13 $ docker stop --time=1 5765fc61fd3b68c7fda3a04f492eb1c407d77072fafb08260d6032cee0f4872b 06:39:14 $ docker rm -f 5765fc61fd3b68c7fda3a04f492eb1c407d77072fafb08260d6032cee0f4872b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 06:39:15 00ac8860ef70: Verifying Checksum 06:39:15 00ac8860ef70: Download complete [Pipeline] isUnix [Pipeline] sh 06:39:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:39:15 . [Pipeline] withDockerContainer 06:39:15 prd-centos7-docker-4c-2g-32911 does not seem to be running inside a container 06:39:15 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:39:16 $ docker top 0702811afb5b7eb1c6264a9ad798343cfb640ec01c9d3eb6b3d56dc59c5119f7 -eo pid,comm [Pipeline] { [Pipeline] sh 06:39:16 + docker-compose -f ./docker-compose-build.yml build --parallel 06:39:17 Building docker-core-command-go ... 06:39:17 Building docker-core-data-go ... 06:39:17 Building docker-core-metadata-go ... 06:39:17 Building docker-security-bootstrapper-go ... 06:39:17 Building docker-security-proxy-setup-go ... 06:39:17 Building docker-security-secretstore-setup-go ... 06:39:17 Building docker-support-notifications-go ... 06:39:17 Building docker-support-scheduler-go ... 06:39:17 Building docker-sys-mgmt-agent-go ... 06:39:17 Building docker-security-proxy-setup-go 06:39:17 Building docker-security-secretstore-setup-go 06:39:17 Building docker-support-scheduler-go 06:39:17 Building docker-core-metadata-go 06:39:17 Building docker-core-command-go 06:39:25 00ac8860ef70: Pull complete 06:39:25 63d7cb157983: Pull complete 06:39:25 b116817d02f9: Pull complete 06:39:29 745a02a5169b: Pull complete 06:39:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:39:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:39:29 ---> b7e6874047d6 06:39:29 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 06:39:33 ---> Running in 1d5efa6d01f6 06:39:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:39:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:39:35 (1/12) Installing libmagic (5.38-r0) 06:39:35 (2/12) Installing file (5.38-r0) 06:39:35 (3/12) Installing libc-dev (0.7.2-r3) 06:39:35 (4/12) Installing g++ (9.3.0-r2) 06:39:39 (5/12) Installing fortify-headers (1.1-r0) 06:39:39 (6/12) Installing patch (2.7.6-r6) 06:39:39 (7/12) Installing build-base (0.5-r2) 06:39:39 (8/12) Installing libsodium (1.0.18-r0) 06:39:39 (9/12) Installing pkgconf (1.7.2-r0) 06:39:39 (10/12) Installing libsodium-dev (1.0.18-r0) 06:39:39 (11/12) Installing libzmq (4.3.3-r0) 06:39:39 (12/12) Installing zeromq-dev (4.3.3-r0) 06:39:39 Executing busybox-1.31.1-r19.trigger 06:39:39 OK: 217 MiB in 51 packages 06:39:43 Removing intermediate container 1d5efa6d01f6 06:39:43 ---> 08982834a062 06:39:43 Step 4/6 : WORKDIR /edgex-go 06:39:43 ---> Running in 212fa889aadc 06:39:43 Removing intermediate container 212fa889aadc 06:39:43 ---> 86c132641bca 06:39:43 Step 5/6 : COPY go.mod . 06:39:44 ---> 88121c2105a7 06:39:44 Step 6/6 : RUN go mod download 06:39:44 ---> Running in b1e67a566683 06:39:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:39:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:39:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:39:56 ---> 8e285cf9724d 06:39:56 06:39:56 Step 3/22 : WORKDIR /edgex-go 06:39:56 ---> 8e285cf9724d 06:39:56 Step 3/21 : WORKDIR /edgex-go 06:39:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:39:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:39:56 ---> 8e285cf9724d 06:39:56 Step 3/23 : WORKDIR /edgex-go 06:39:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:39:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:39:56 ---> 8e285cf9724d 06:39:56 Step 3/24 : WORKDIR /edgex-go 06:39:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:39:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:39:56 ---> 8e285cf9724d 06:39:56 Step 3/23 : WORKDIR /edgex-go 06:39:56 ---> Running in da8a78a6475f 06:39:56 ---> Running in 7ec587b49c88 06:39:56 ---> Running in 0de86d28a0cf 06:39:56 ---> Running in 4ac79798f780 06:39:56 ---> Running in 7e3bf0f0d981 06:39:56 Removing intermediate container 7e3bf0f0d981 06:39:56 ---> 30b3e393f9c3 06:39:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:39:56 Removing intermediate container da8a78a6475f 06:39:56 ---> b95d622f1748 06:39:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:39:56 Removing intermediate container 4ac79798f780 06:39:56 ---> 5376a6e0b6d5 06:39:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:39:56 Removing intermediate container 7ec587b49c88 06:39:56 ---> 988b0b5cd35f 06:39:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:39:56 Removing intermediate container 0de86d28a0cf 06:39:56 ---> 3db5412c7838 06:39:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:39:56 ---> Running in ed66f37d0153 06:39:56 ---> Running in 6acb53651367 06:39:56 ---> Running in 400cfaaf2ef9 06:39:56 ---> Running in f6af1db36a0c 06:39:56 ---> Running in e45567b68ffb 06:39:56 Removing intermediate container 6acb53651367 06:39:56 ---> 933353fc2e60 06:39:56 Step 5/21 : RUN apk add --update --no-cache make git 06:39:56 Removing intermediate container e45567b68ffb 06:39:56 ---> f7d72a57cfc7 06:39:56 Step 5/24 : RUN apk add --update --no-cache make git 06:39:56 Removing intermediate container f6af1db36a0c 06:39:56 ---> 2271411743e0 06:39:56 Step 5/23 : RUN apk add --update --no-cache make git 06:39:56 ---> Running in c36777dfd921 06:39:56 Removing intermediate container 400cfaaf2ef9 06:39:56 ---> 2424a95feeb3 06:39:56 Step 5/22 : RUN apk add --update --no-cache make git 06:39:56 Removing intermediate container ed66f37d0153 06:39:56 ---> 31428d8e87d3 06:39:56 Step 5/23 : RUN apk add --update --no-cache make git 06:39:56 ---> Running in cd30ba26618e 06:39:56 ---> Running in 13d70cefe851 06:39:56 ---> Running in d61fb053aa20 06:39:57 ---> Running in c939babf7d80 06:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:59 OK: 233 MiB in 51 packages 06:39:59 OK: 233 MiB in 51 packages 06:39:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:59 OK: 233 MiB in 51 packages 06:39:59 OK: 233 MiB in 51 packages 06:39:59 OK: 233 MiB in 51 packages 06:39:59 Removing intermediate container c939babf7d80 06:39:59 ---> 3b14736ff3d4 06:39:59 Step 6/23 : COPY go.mod . 06:39:59 Removing intermediate container 13d70cefe851 06:39:59 ---> 39388dd18e5a 06:39:59 Step 6/23 : COPY go.mod . 06:40:00 Removing intermediate container c36777dfd921 06:40:00 ---> 04ee3ac433de 06:40:00 Step 6/21 : COPY go.mod . 06:40:00 ---> 2a6b1ddb6d8e 06:40:00 Step 7/23 : RUN go mod download 06:40:00 ---> 730fea48c547 06:40:00 Step 7/23 : RUN go mod download 06:40:00 ---> Running in 30c4fcf31fd2 06:40:00 Removing intermediate container cd30ba26618e 06:40:00 ---> 6f047b5b5716 06:40:00 Step 6/24 : COPY go.mod . 06:40:00 ---> Running in 5e165c21f159 06:40:00 Removing intermediate container d61fb053aa20 06:40:00 ---> 04ba05e914d1 06:40:00 Step 6/22 : COPY go.mod . 06:40:00 ---> 28f8cf1b3c68 06:40:00 Step 7/21 : RUN go mod download 06:40:01 ---> Running in 9d3a4556eb89 06:40:01 ---> 269b392ec767 06:40:01 Step 7/24 : RUN go mod download 06:40:01 ---> fe879bdd201e 06:40:01 Step 7/22 : RUN go mod download 06:40:01 ---> Running in 867882c36ae4 06:40:01 ---> Running in f56f90759585 06:40:04 Removing intermediate container 5e165c21f159 06:40:04 ---> ccbdc58e58da 06:40:04 Step 8/23 : COPY . . 06:40:04 Removing intermediate container 9d3a4556eb89 06:40:04 ---> fc413d60c1ea 06:40:04 Step 8/21 : COPY . . 06:40:04 Removing intermediate container 30c4fcf31fd2 06:40:04 ---> 5e3e373feac7 06:40:04 Step 8/23 : COPY . . 06:40:04 Removing intermediate container 867882c36ae4 06:40:04 ---> 158c738c7386 06:40:04 Step 8/24 : COPY . . 06:40:04 Removing intermediate container f56f90759585 06:40:04 ---> f109e3067f85 06:40:04 Step 8/22 : COPY . . 06:40:11 Removing intermediate container b1e67a566683 06:40:11 ---> e3ddcf671f47 06:40:11 Successfully built e3ddcf671f47 06:40:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:40:12 + docker inspect -f . ci-base-image-arm64 06:40:12 . [Pipeline] withDockerContainer 06:40:12 prd-ubuntu18.04-docker-arm64-4c-16g-32913 does not seem to be running inside a container 06:40:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-arm64 cat 06:40:13 $ docker top 1065ccb3b7f82f0b90ce42c966ead36ee476e1409bd0ffdd49410dff6e4f3bef -eo pid,comm [Pipeline] { [Pipeline] sh 06:40:14 + go version 06:40:14 go version go1.15.5 linux/arm64 [Pipeline] } 06:40:14 $ docker stop --time=1 1065ccb3b7f82f0b90ce42c966ead36ee476e1409bd0ffdd49410dff6e4f3bef 06:40:16 $ docker rm -f 1065ccb3b7f82f0b90ce42c966ead36ee476e1409bd0ffdd49410dff6e4f3bef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:40:17 + docker inspect -f . ci-base-image-arm64 06:40:17 . [Pipeline] withDockerContainer 06:40:18 prd-ubuntu18.04-docker-arm64-4c-16g-32913 does not seem to be running inside a container 06:40:18 $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-arm64 cat 06:40:19 $ docker top 0921a04bfc1411e6cced592ff1b6df11f91bdffe93780bb08e6d45d8e801566c -eo pid,comm [Pipeline] { [Pipeline] echo 06:40:20 ========================================================= 06:40:20 [edgeXBuildGoParallel] Running Tests and Build... 06:40:20 ========================================================= [Pipeline] sh 06:40:20 + make test 06:40:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:40:43 ? github.com/edgexfoundry/edgex-go [no test files] 06:40:43 ---> a5f6f415f873 06:40:43 ---> a8a2988be9ba 06:40:43 Step 9/22 : RUN make cmd/support-scheduler/support-schedulerStep 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:40:43 06:40:43 ---> d881681b29b7 06:40:43 Step 9/23 : RUN make cmd/core-command/core-command 06:40:43 ---> e8451140f88f 06:40:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:40:43 ---> 6f4d39bbde4d 06:40:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:40:43 ---> Running in d56cc76bd76b 06:40:43 ---> Running in 9630ea76660a 06:40:43 ---> Running in 948b8bcaf6f4 06:40:43 ---> Running in 5b4d46f31e7c 06:40:43 ---> Running in 0360293e4c44 06:40:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:40:45 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 06:40:45 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 06:40:45 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 06:40:45 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 06:41:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:41:17 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 06:41:29 Removing intermediate container 9630ea76660a 06:41:29 ---> c7f07837ccdb 06:41:29 06:41:29 Step 10/22 : FROM alpine:3.12 06:41:29 Removing intermediate container 948b8bcaf6f4 06:41:29 ---> 18ddde67ab30 06:41:29 06:41:29 Step 10/23 : FROM alpine:3.12 06:41:29 3.12: Pulling from library/alpine 06:41:29 3.12: Pulling from library/alpine 06:41:29 Removing intermediate container 5b4d46f31e7c 06:41:29 ---> de06ce709525 06:41:29 06:41:29 Step 10/24 : FROM alpine:3.12 06:41:29 Removing intermediate container d56cc76bd76b 06:41:29 ---> f81879b3a065 06:41:29 06:41:29 Step 10/21 : FROM alpine:3.12 06:41:29 3.12: Pulling from library/alpine 06:41:29 3.12: Pulling from library/alpine 06:41:29 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 06:41:29 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 06:41:29 Status: Downloaded newer image for alpine:3.12 06:41:29 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 06:41:29 Status: Image is up to date for alpine:3.12 06:41:29 Status: Image is up to date for alpine:3.12 06:41:29 ---> 7230e588e954 06:41:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 06:41:29 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 06:41:29 Status: Image is up to date for alpine:3.12 06:41:29 ---> 7230e588e954 06:41:29 Step 11/21 : RUN apk add --update --no-cache curl 06:41:29 ---> 7230e588e954 06:41:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:41:29 ---> 7230e588e954 06:41:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:41:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:41:31 ---> Running in ae5e34bdf341 06:41:31 ---> Running in f1c0a381e21d 06:41:31 ---> Running in 3015b7eaa936 06:41:31 ---> Running in b488fa338468 06:41:31 Removing intermediate container 0360293e4c44 06:41:31 ---> 53a95e4326bf 06:41:31 06:41:31 Step 10/23 : FROM alpine:3.12 06:41:31 ---> 7230e588e954 06:41:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:41:32 ---> Running in abd0fa159e9b 06:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:33 (1/1) Installing dumb-init (1.2.2-r1) 06:41:33 Executing busybox-1.31.1-r20.trigger 06:41:33 (1/1) Installing dumb-init (1.2.2-r1) 06:41:33 Executing busybox-1.31.1-r20.trigger 06:41:33 OK: 6 MiB in 15 packages 06:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:33 OK: 6 MiB in 15 packages 06:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:33 (1/6) Installing ca-certificates (20191127-r4) 06:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:33 (1/1) Installing dumb-init (1.2.2-r1) 06:41:33 Executing busybox-1.31.1-r20.trigger 06:41:33 (1/4) Installing ca-certificates (20191127-r4) 06:41:33 (2/6) Installing nghttp2-libs (1.41.0-r0) 06:41:33 (3/6) Installing libcurl (7.69.1-r3) 06:41:33 OK: 6 MiB in 15 packages 06:41:33 (4/6) Installing curl (7.69.1-r3) 06:41:33 (5/6) Installing dumb-init (1.2.2-r1) 06:41:33 (6/6) Installing su-exec (0.2-r1) 06:41:33 Executing busybox-1.31.1-r20.trigger 06:41:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:41:33 Executing ca-certificates-20191127-r4.trigger 06:41:33 (3/4) Installing libcurl (7.69.1-r3) 06:41:33 (4/4) Installing curl (7.69.1-r3) 06:41:33 Executing busybox-1.31.1-r20.trigger 06:41:33 OK: 7 MiB in 20 packages 06:41:33 Executing ca-certificates-20191127-r4.trigger 06:41:33 OK: 7 MiB in 18 packages 06:41:35 Removing intermediate container f1c0a381e21d 06:41:35 ---> 3f6496185c12 06:41:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:41:36 Removing intermediate container ae5e34bdf341 06:41:36 ---> 903ea69a0bd9 06:41:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:41:36 ---> Running in 3fbf43d91ac3 06:41:36 ---> Running in 8a8c4d24038d 06:41:36 Removing intermediate container abd0fa159e9b 06:41:36 ---> 56e419390e61 06:41:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:41:36 Removing intermediate container b488fa338468 06:41:36 ---> 20e61610b8b4 06:41:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:41:36 Removing intermediate container 3015b7eaa936 06:41:36 ---> 5e66bbbf69cf 06:41:36 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:41:36 ---> Running in f93787a7dd9c 06:41:37 ---> Running in 07437baf18f0 06:41:37 ---> Running in 6e7ed45e883f 06:41:37 Removing intermediate container 3fbf43d91ac3 06:41:37 ---> acc176cd149f 06:41:37 Step 13/23 : ENV APP_PORT=48082 06:41:37 Removing intermediate container 8a8c4d24038d 06:41:37 ---> fd78d4b796d5 06:41:37 Step 13/22 : ENV APP_PORT=48085 06:41:37 ---> Running in 2d1649672939 06:41:37 ---> Running in 142af274aa9e 06:41:37 Removing intermediate container f93787a7dd9c 06:41:37 ---> 454b04b8a684 06:41:37 Step 13/23 : ENV APP_PORT=48081 06:41:37 Removing intermediate container 07437baf18f0 06:41:37 ---> 0ffae9d0318d 06:41:37 Step 13/21 : WORKDIR /edgex 06:41:37 Removing intermediate container 6e7ed45e883f 06:41:37 ---> bfe26c1c83eb 06:41:37 Step 13/24 : WORKDIR / 06:41:37 ---> Running in 798b30829c07 06:41:37 ---> Running in 0cffa0bf16d1 06:41:37 ---> Running in 1b910fedf106 06:41:37 Removing intermediate container 2d1649672939 06:41:37 ---> d015f6f34c55 06:41:37 Step 14/23 : EXPOSE $APP_PORT 06:41:37 Removing intermediate container 142af274aa9e 06:41:37 ---> 9e807b79abcc 06:41:37 Step 14/22 : EXPOSE $APP_PORT 06:41:37 ---> Running in 4ac385889ccb 06:41:37 ---> Running in a9cd66d06129 06:41:37 Removing intermediate container 798b30829c07 06:41:37 ---> 9f8a927e7630 06:41:37 Step 14/23 : EXPOSE $APP_PORT 06:41:38 Removing intermediate container 0cffa0bf16d1 06:41:38 ---> 61f55bb938c3 06:41:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:41:38 Removing intermediate container 1b910fedf106 06:41:38 ---> 2952b94402e5 06:41:38 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:41:38 ---> Running in a1926b7a125a 06:41:38 Removing intermediate container 4ac385889ccb 06:41:38 ---> 4f352bee6530 06:41:38 Step 15/23 : WORKDIR / 06:41:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:41:38 Removing intermediate container a9cd66d06129 06:41:38 ---> 65fbc4f7c337 06:41:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:41:38 ---> Running in e43eac6f46d0 06:41:38 ---> 0fde5b6bd52a 06:41:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:41:39 ---> b025333d661c 06:41:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:41:39 Removing intermediate container a1926b7a125a 06:41:39 ---> c38884e832de 06:41:39 Step 15/23 : WORKDIR / 06:41:39 ---> Running in bc8ba56fd794 06:41:39 ---> aa1e26825724 06:41:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:41:39 Removing intermediate container e43eac6f46d0 06:41:39 ---> de4e741c22db 06:41:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:41:39 ---> bfecbbbba93f 06:41:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:41:39 ---> 9ddf72f9e022 06:41:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:41:39 Removing intermediate container bc8ba56fd794 06:41:39 ---> a46bf462b03c 06:41:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:41:39 ---> 39021633ced6 06:41:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:41:39 ---> 4df2556a1a58 06:41:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:41:40 ---> 82e5e4385ad5 06:41:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:41:40 ---> c6291313d89d 06:41:40 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:41:40 ---> f954a109fdfa 06:41:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:41:40 ---> Running in c64320574fc3 06:41:40 Removing intermediate container c64320574fc3 06:41:40 ---> 8bc2f9b1bc16 06:41:40 Step 18/21 : CMD ["--init=true"] 06:41:40 ---> d44a98bd905e 06:41:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:41:40 ---> ccabacfe38c6 06:41:40 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:41:41 ---> Running in d79784fac9b6 06:41:41 ---> 7a9fabfa59e5 06:41:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:41:41 ---> 7fb9d2bda5c3 06:41:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:41:41 ---> Running in d85c7ed02991 06:41:41 ---> b30539df88ec 06:41:41 Step 19/23 : ENTRYPOINT ["/core-command"] 06:41:41 Removing intermediate container d79784fac9b6 06:41:41 ---> 0fc294399d63 06:41:41 Step 19/21 : LABEL arch=x86_64 06:41:41 ---> 57362742deaa 06:41:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:41:41 ---> Running in 7ff9040c270e 06:41:41 ---> Running in b9d316f00d17 06:41:41 ---> 74713254a114 06:41:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:41:41 Removing intermediate container d85c7ed02991 06:41:41 ---> 70949e510867 06:41:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:41:41 ---> Running in d0f5046b6b5a 06:41:42 ---> Running in 197937474c4d 06:41:42 Removing intermediate container b9d316f00d17 06:41:42 ---> 42dec75795ca 06:41:42 Step 20/21 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:41:42 Removing intermediate container 7ff9040c270e 06:41:42 ---> 08736b762cd4 06:41:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:41:42 ---> 699894db6445 06:41:42 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/ 06:41:42 Removing intermediate container d0f5046b6b5a 06:41:42 ---> 4e8b336f323d 06:41:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:41:42 ---> Running in e1b8bb8cb76d 06:41:42 Removing intermediate container 197937474c4d 06:41:42 ---> 5930391b1694 06:41:42 Step 20/22 : LABEL arch=x86_64 06:41:42 ---> Running in 11b371197046 06:41:42 ---> Running in 2d01be05bab0 06:41:42 ---> Running in 58bd9c5e7e02 06:41:42 ---> Running in 78b681b52e21 06:41:42 Removing intermediate container e1b8bb8cb76d 06:41:42 ---> 17f472bcf0b2 06:41:42 Step 21/23 : LABEL arch=x86_64 06:41:42 Removing intermediate container 11b371197046 06:41:42 ---> 97d2b7ad9003 06:41:42 Step 21/21 : LABEL version=0.0.0 06:41:42 Removing intermediate container 78b681b52e21 06:41:42 ---> d06788c31328 06:41:42 Step 21/22 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:41:42 Removing intermediate container 58bd9c5e7e02 06:41:42 ---> 9f8a020b8f0b 06:41:42 Step 21/23 : LABEL arch=x86_64 06:41:43 ---> Running in fff931e0a787 06:41:43 ---> Running in ffe62ad551c1 06:41:43 ---> Running in bd2f217c2b02 06:41:43 ---> Running in 1b75722034bb 06:41:43 Removing intermediate container fff931e0a787 06:41:43 ---> 96237058b0f7 06:41:43 Step 22/23 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:41:43 Removing intermediate container ffe62ad551c1 06:41:43 ---> 310839338d7c 06:41:43 06:41:43 ---> Running in 8f8d39de558c 06:41:43 Removing intermediate container bd2f217c2b02 06:41:43 ---> 4a4b03af1017 06:41:43 Step 22/23 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:41:43 Removing intermediate container 1b75722034bb 06:41:43 ---> e330e648aa7c 06:41:43 Step 22/22 : LABEL version=0.0.0 06:41:44 Successfully built 310839338d7c 06:41:44 ---> Running in 0006474c016f 06:41:44 Successfully tagged docker-security-proxy-setup-go:latest 06:41:44  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 06:41:44 ---> Running in b282c002084d 06:41:44 Removing intermediate container 8f8d39de558c 06:41:44 ---> c1aad657869d 06:41:44 Step 23/23 : LABEL version=0.0.0 06:41:44 Removing intermediate container 2d01be05bab0 06:41:44 ---> dac137d7e4d0 06:41:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:41:44 Removing intermediate container 0006474c016f 06:41:44 ---> 3913de963a55 06:41:44 Step 23/23 : LABEL version=0.0.0 06:41:44 ---> Running in c1fc7693fc26 06:41:44 Removing intermediate container b282c002084d 06:41:44 ---> 8edb74ff2504 06:41:44 06:41:44 ---> Running in 65bd1d8c9ebb 06:41:44 Successfully built 8edb74ff2504 06:41:44 ---> Running in 72e7cf691afa 06:41:44 Successfully tagged docker-support-scheduler-go:latest 06:41:44  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 06:41:44 Removing intermediate container 65bd1d8c9ebb 06:41:44 ---> 7618a6fbc542 06:41:44 Step 22/24 : LABEL arch=x86_64 06:41:44 Removing intermediate container c1fc7693fc26 06:41:44 ---> 0038cf2a7f30 06:41:44 06:41:45 ---> Running in 705fe94a1c46 06:41:45 Removing intermediate container 72e7cf691afa 06:41:45 ---> b312b18cdf76 06:41:45 06:41:45 Successfully built 0038cf2a7f30 06:41:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:41:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:41:45 Successfully tagged docker-core-command-go:latest 06:41:45 Building docker-support-notifications-go 06:41:45  Building docker-core-command-go ... done Successfully built b312b18cdf76 06:41:45 Successfully tagged docker-core-metadata-go:latest 06:41:45  Building docker-core-metadata-go ... done Building docker-core-data-go 06:41:45 Removing intermediate container 705fe94a1c46 06:41:45 ---> 3d16afbb4f83 06:41:45 Step 23/24 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:41:45 ---> Running in 67a634f5b8ce 06:41:45 Removing intermediate container 67a634f5b8ce 06:41:45 ---> bf8795ae291c 06:41:45 Step 24/24 : LABEL version=0.0.0 06:41:46 ---> Running in c69e51c4045d 06:41:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:41:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:41:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:41:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:41:49 Removing intermediate container c69e51c4045d 06:41:49 ---> 8a2bed23e18f 06:41:49 06:41:49 Successfully built 8a2bed23e18f 06:41:49 Successfully tagged docker-security-secretstore-setup-go:latest 06:41:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:41:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:42:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:42:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:42:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:42:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.420s coverage: 45.9% of statements 06:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:42:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.115s coverage: 19.8% of statements 06:42:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.272s coverage: 100.0% of statements 06:42:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.566s coverage: 27.1% of statements 06:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:42:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.152s coverage: 100.0% of statements 06:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:42:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.170s coverage: 100.0% of statements 06:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:42:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.283s coverage: 71.3% of statements 06:42:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:42:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:42:16  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:42:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:42:16 ---> 8e285cf9724d 06:42:16 Step 3/22 : WORKDIR /edgex-go 06:42:16 ---> Using cache 06:42:16 ---> 3db5412c7838 06:42:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:42:16 ---> Using cache 06:42:16 ---> f7d72a57cfc7 06:42:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:42:16 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:42:16 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:42:16 ---> 8e285cf9724d 06:42:16 Step 3/31 : WORKDIR /edgex-go 06:42:16 ---> Using cache 06:42:16 ---> 3db5412c7838 06:42:16 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:42:16 ---> Using cache 06:42:16 ---> f7d72a57cfc7 06:42:16 Step 5/31 : RUN apk add --update --no-cache make git 06:42:16 ---> Using cache 06:42:16 ---> 6f047b5b5716 06:42:16 Step 6/31 : COPY go.mod . 06:42:16 ---> Using cache 06:42:16 ---> 269b392ec767 06:42:16 Step 7/31 : RUN go mod download 06:42:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:42:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:42:16 ---> 8e285cf9724d 06:42:16 Step 3/23 : WORKDIR /edgex-go 06:42:16 ---> Using cache 06:42:16 ---> 3db5412c7838 06:42:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:42:16 ---> Using cache 06:42:16 ---> f7d72a57cfc7 06:42:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:42:16 ---> Using cache 06:42:16 ---> 158c738c7386 06:42:16 Step 8/31 : COPY . . 06:42:16 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:42:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:42:16 ---> 8e285cf9724d 06:42:16 Step 3/26 : WORKDIR /edgex-go 06:42:16 ---> Using cache 06:42:16 ---> 3db5412c7838 06:42:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:42:16 ---> Using cache 06:42:16 ---> f7d72a57cfc7 06:42:16 Step 5/26 : RUN apk add --update --no-cache make bash git 06:42:16 ---> Using cache 06:42:16 ---> 6f4d39bbde4d 06:42:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:42:16 ---> Running in 9ff765411a90 06:42:16 ---> Running in 5f4b85a494bf 06:42:16 ---> Running in 36205cc004c8 06:42:16 ---> Running in af08502abc6d 06:42:16 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 06:42:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:42:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:42:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:42:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:42:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:42:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:42:16 OK: 233 MiB in 51 packages 06:42:16 OK: 233 MiB in 51 packages 06:42:16 OK: 233 MiB in 51 packages 06:42:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.554s coverage: 82.9% of statements 06:42:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:42:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:42:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.135s coverage: 78.9% of statements 06:42:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:42:18 Removing intermediate container af08502abc6d 06:42:18 ---> b9938678fbf2 06:42:18 Step 6/26 : COPY go.mod . 06:42:18 Removing intermediate container 5f4b85a494bf 06:42:18 ---> 9b2ae3ffcb5e 06:42:18 Step 6/23 : COPY go.mod . 06:42:18 Removing intermediate container 9ff765411a90 06:42:18 ---> b9566bf480ed 06:42:18 Step 6/22 : COPY go.mod . 06:42:18 ---> d4678cdcf135 06:42:18 Step 7/26 : RUN go mod download 06:42:18 ---> 6798604b7fe4 06:42:18 Step 7/23 : RUN go mod download 06:42:18 ---> Running in c1a54e2e884a 06:42:19 ---> Running in ddef7031ff7f 06:42:19 ---> 85d5c070bd4f 06:42:19 Step 7/22 : RUN go mod download 06:42:19 ---> Running in 5926f945f250 06:42:22 Removing intermediate container 5926f945f250 06:42:22 ---> e1ebfcfc6bd6 06:42:22 Step 8/22 : COPY . . 06:42:22 Removing intermediate container ddef7031ff7f 06:42:22 ---> 02801c2c5aa8 06:42:22 Step 8/23 : COPY . . 06:42:22 Removing intermediate container c1a54e2e884a 06:42:22 ---> 6f7b9a8c37d7 06:42:22 Step 8/26 : COPY . . 06:42:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.119s coverage: 28.6% of statements 06:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:42:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.242s coverage: 100.0% of statements 06:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:42:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.148s coverage: 100.0% of statements 06:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:42:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.376s coverage: 86.7% of statements 06:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:42:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.393s coverage: 97.5% of statements 06:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:42:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.211s coverage: 78.3% of statements 06:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:42:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.179s coverage: 92.8% of statements 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:42:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.108s coverage: 58.8% of statements 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:42:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.186s coverage: 1.0% of statements 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:42:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:42:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.233s coverage: 47.1% of statements 06:42:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.185s coverage: 79.5% of statements 06:42:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.114s coverage: 94.1% of statements 06:42:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.186s coverage: 96.3% of statements 06:42:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.163s coverage: 87.5% of statements 06:42:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.153s coverage: 94.4% of statements 06:42:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.121s coverage: 44.8% of statements 06:42:49 Removing intermediate container 36205cc004c8 06:42:49 ---> 2af26bd74bb3 06:42:49 06:42:49 Step 10/31 : FROM alpine:3.12 06:42:49 ---> 7230e588e954 06:42:49 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:42:52 ---> Running in b4195d2ea7b7 06:42:52 Removing intermediate container b4195d2ea7b7 06:42:52 ---> b094ba9b2697 06:42:52 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.601s coverage: 81.5% of statements 06:42:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.101s coverage: 87.1% of statements 06:42:54 ---> Running in 2810756060c4 06:42:56 ---> 309dabae5824 06:42:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:42:56 ---> 4c3b74c2c628 06:42:56 Step 9/23 : RUN make cmd/core-data/core-data 06:42:56 ---> e4a20562d87d 06:42:56 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:42:56 ---> Running in 98471cde5000 06:42:56 ---> Running in b6ca9beca0d6 06:42:56 ---> Running in be00cd058bd0 06:42:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:42:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:42:57 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 06:42:57 (1/2) Installing dumb-init (1.2.2-r1) 06:42:57 (2/2) Installing su-exec (0.2-r1) 06:42:57 Executing busybox-1.31.1-r20.trigger 06:42:57 OK: 6 MiB in 16 packages 06:42:57 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 06:42: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 06:42:58 Removing intermediate container 2810756060c4 06:42:58 ---> 9708b8104692 06:42:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:42:58 ---> Running in 772e4d413a0c 06:42:58 Removing intermediate container 772e4d413a0c 06:42:58 ---> a279b1cb0975 06:42:58 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:42:58 ---> Running in 28c27c30f0bf 06:42:58 Removing intermediate container 28c27c30f0bf 06:42:58 ---> 3bdc77b45526 06:42:58 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:42:59 ---> Running in 29cb6477e4db 06:43:01 Removing intermediate container 29cb6477e4db 06:43:01 ---> 5fd9bf2962d4 06:43:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:43:01 ---> Running in 8dc1cca5dae5 06:43:02 Removing intermediate container 8dc1cca5dae5 06:43:02 ---> 8dd35c02428d 06:43:02 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:43:02 ---> 04ef5d3367af 06:43:02 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:43:03 ---> Running in 938aed90ee2a 06:43:05 Removing intermediate container 938aed90ee2a 06:43:05 ---> 2eadf92d733f 06:43:05 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:43:05 ---> e862bbcf037e 06:43:05 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.178s coverage: 92.9% of statements 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.149s coverage: 75.5% of statements 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.134s coverage: 80.8% of statements 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.199s coverage: 87.2% of statements 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.212s coverage: 84.6% of statements 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 91.6% of statements 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.596s coverage: 64.4% of statements 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.143s coverage: 100.0% of statements 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 06:43:07 ---> 1d93f41c3ef6 06:43:07 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:43:07 ---> b51c5e05382e 06:43:07 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:43:08 ---> 93e63827c1a8 06:43:08 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 06:43:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.850s coverage: 69.0% of statements 06:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:43:09 ---> 72f05e0b4d25 06:43:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:43:09 ---> Running in 05d885d3226f 06:43:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.437s coverage: 38.4% of statements 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:43:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.093s coverage: 89.5% of statements 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:43:09 Removing intermediate container 05d885d3226f 06:43:09 ---> 04051a30d8f1 06:43:09 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:43:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.117s coverage: 84.8% of statements 06:43:10 ---> fa01278723ea 06:43:10 Step 26/31 : RUN chmod +x /entrypoint.sh 06:43:10 ---> Running in c85ecf3c5eaf 06:43:13 Removing intermediate container c85ecf3c5eaf 06:43:13 ---> f833bd824b63 06:43:13 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:43:13 ---> Running in 1dbe302b597b 06:43:14 Removing intermediate container 1dbe302b597b 06:43:14 ---> 15e7f3fa5243 06:43:14 Step 28/31 : CMD ["gate"] 06:43:14 ---> Running in 1aa5df98c6cb 06:43:15 Removing intermediate container 1aa5df98c6cb 06:43:15 ---> 47e23289e4a7 06:43:15 Step 29/31 : LABEL arch=x86_64 06:43:15 ---> Running in 7d146c617951 06:43:15 Removing intermediate container 7d146c617951 06:43:15 ---> e67b796716b0 06:43:15 Step 30/31 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:43:15 ---> Running in b9dd2f60f967 06:43:16 Removing intermediate container b9dd2f60f967 06:43:16 ---> a627ee5ee09b 06:43:16 Step 31/31 : LABEL version=0.0.0 06:43:16 ---> Running in 1bb86c8f70a5 06:43:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.429s coverage: 47.0% of statements 06:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:43:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 06:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:43:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements 06:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:43:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.129s coverage: 11.0% of statements 06:43:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:43:16 Removing intermediate container 1bb86c8f70a5 06:43:16 ---> 0295a58078bc 06:43:16 06:43:17 Successfully built 0295a58078bc 06:43:17 Successfully tagged docker-security-bootstrapper-go:latest 06:43:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.472s coverage: 87.1% of statements 06:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:43:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.318s coverage: 29.1% of statements 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:43:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.200s coverage: 99.0% of statements 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:43:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.142s coverage: 100.0% of statements 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:43:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.299s coverage: 95.6% of statements 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:43:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:43:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:43:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:43:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 06:43:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.108s coverage: 32.1% of statements 06:43:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 06:43:27 GO111MODULE=on go vet ./... 06:43:30  Building docker-security-bootstrapper-go ... done Removing intermediate container b6ca9beca0d6 06:43:30 ---> a34d9c010f92 06:43:30 06:43:30 Step 10/22 : FROM alpine:3.12 06:43:30 ---> 7230e588e954 06:43:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:43:30 Removing intermediate container be00cd058bd0 06:43:30 ---> bb3d181c1e7f 06:43:30 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:43:31 ---> Running in 79c519189ac6 06:43:31 ---> Running in a181e5427edf 06:43:31 Removing intermediate container 98471cde5000 06:43:31 ---> bdaf29bd49d6 06:43:31 06:43:31 Step 10/23 : FROM alpine:3.12 06:43:31 ---> 7230e588e954 06:43:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:43:31 ---> Running in ba11212f7102 06:43:31 Removing intermediate container ba11212f7102 06:43:31 ---> ed980020c792 06:43:31 Step 12/23 : ENV APP_PORT=48080 06:43:32 ---> Running in c73277586298 06:43:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:32 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 06:43:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:32 Removing intermediate container c73277586298 06:43:32 ---> 60833e6ecbb7 06:43:32 Step 13/23 : EXPOSE $APP_PORT 06:43:32 ---> Running in a6444cce59c5 06:43:32 (1/2) Installing ca-certificates (20191127-r4) 06:43:32 (2/2) Installing dumb-init (1.2.2-r1) 06:43:32 Executing busybox-1.31.1-r20.trigger 06:43:32 Executing ca-certificates-20191127-r4.trigger 06:43:32 OK: 6 MiB in 16 packages 06:43:33 Removing intermediate container a6444cce59c5 06:43:33 ---> 6ee5041d3743 06:43:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:43:33 ---> Running in e84834e1d74e 06:43:34 Removing intermediate container 79c519189ac6 06:43:34 ---> 06b82905cf33 06:43:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:43:34 Removing intermediate container a181e5427edf 06:43:34 ---> afa78c550442 06:43:34 06:43:34 Step 11/26 : FROM docker:20.10.0 06:43:34 20.10.0: Pulling from library/docker 06:43:34 ---> Running in df2b31a37a26 06:43:34 Removing intermediate container df2b31a37a26 06:43:34 ---> bf5b6f10576e 06:43:34 Step 13/22 : ENV APP_PORT=48060 06:43:34 ---> Running in eb40ca055aa0 06:43:36 Removing intermediate container e84834e1d74e 06:43:36 ---> 80e78fa485f5 06:43:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:43:36 Removing intermediate container eb40ca055aa0 06:43:36 ---> b108b08a3216 06:43:36 Step 14/22 : EXPOSE $APP_PORT 06:43:36 ---> Running in 25dfa60d1112 06:43:36 ---> Running in d2b5a594a4d9 06:43:37 Removing intermediate container 25dfa60d1112 06:43:37 ---> a0722f5dc9dd 06:43:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:43:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:37 ---> 2e99f5226534 06:43:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:38 ---> 1e3a62d442b1 06:43:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:43:38 (1/6) Installing dumb-init (1.2.2-r1) 06:43:38 (2/6) Installing libgcc (9.3.0-r2) 06:43:38 (3/6) Installing libsodium (1.0.18-r0) 06:43:38 (4/6) Installing libstdc++ (9.3.0-r2) 06:43:38 ---> fe745213a5bf 06:43:38 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:43:39 ---> Running in cf28994ad633 06:43:39 (5/6) Installing libzmq (4.3.3-r0) 06:43:39 (6/6) Installing zeromq (4.3.3-r0) 06:43:39 Executing busybox-1.31.1-r20.trigger 06:43:39 OK: 8 MiB in 20 packages 06:43:39 Removing intermediate container cf28994ad633 06:43:39 ---> 5f7b1bc0d290 06:43:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:43:39 ---> Running in 8bd99612e09d 06:43:39 Removing intermediate container 8bd99612e09d 06:43:39 ---> 1362de88feb8 06:43:39 Step 20/22 : LABEL arch=x86_64 06:43:39 ---> Running in a5942618d769 06:43:39 Removing intermediate container d2b5a594a4d9 06:43:39 ---> e7d5ac915299 06:43:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:43:40 Removing intermediate container a5942618d769 06:43:40 ---> 174ed5173663 06:43:40 Step 21/22 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:43:40 ---> Running in 21ea7f62402f 06:43:40 ---> ccd7f13f0d7b 06:43:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:43:41 Removing intermediate container 21ea7f62402f 06:43:41 ---> 4a2a16e7e631 06:43:41 Step 22/22 : LABEL version=0.0.0 06:43:41 ---> Running in bdfd99ce26e7 06:43:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:43:41 Removing intermediate container bdfd99ce26e7 06:43:41 ---> 0d73aaa0f331 06:43:41 06:43:41 Status: Downloaded newer image for docker:20.10.0 06:43:41 ---> aefe523efa57 06:43:41 Step 12/26 : RUN apk add --no-cache bash 06:43:41 ---> 90424c558f37 06:43:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:43:41 ---> Running in bac9c2398c7c 06:43:41 Successfully built 0d73aaa0f331 06:43:41 Successfully tagged docker-support-notifications-go:latest 06:43:41  Building docker-support-notifications-go ... done  ---> 17a7ef133c8c 06:43:41 Step 19/23 : ENTRYPOINT ["/core-data"] 06:43:42 ---> Running in ecb7169b5f81 06:43:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:42 Removing intermediate container ecb7169b5f81 06:43:42 ---> 9662f1627cfe 06:43:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:43:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:42 ---> Running in 442139c75d3c 06:43:42 (1/2) Installing readline (8.0.4-r0) 06:43:42 (2/2) Installing bash (5.0.17-r0) 06:43:42 Removing intermediate container 442139c75d3c 06:43:42 ---> 50a9ce1acb10 06:43:42 Step 21/23 : LABEL arch=x86_64 06:43:42 Executing bash-5.0.17-r0.post-install 06:43:42 Executing busybox-1.31.1-r19.trigger 06:43:42 OK: 12 MiB in 22 packages 06:43:42 ---> Running in 5bc491b99b3e 06:43:42 Removing intermediate container 5bc491b99b3e 06:43:42 ---> 3bfbdb512b3b 06:43:42 Step 22/23 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:43:42 ---> Running in d9c91ae99c61 06:43:43 Removing intermediate container d9c91ae99c61 06:43:43 ---> b27464ab83be 06:43:43 Step 23/23 : LABEL version=0.0.0 06:43:43 Removing intermediate container bac9c2398c7c 06:43:43 ---> bd84a389f683 06:43:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:43:43 ---> Running in f66799f8f45a 06:43:43 ---> Running in be5ac31cf86d 06:43:43 Removing intermediate container f66799f8f45a 06:43:43 ---> 5caa3e753684 06:43:43 06:43:43 Removing intermediate container be5ac31cf86d 06:43:43 ---> d2e5ec0e898a 06:43:43 Step 14/26 : ENV APP_PORT=48090 06:43:43 ---> Running in 3f9db4f83827 06:43:44 Successfully built 5caa3e753684 06:43:44 Successfully tagged docker-core-data-go:latest 06:43:44  Building docker-core-data-go ... done Removing intermediate container 3f9db4f83827 06:43:44 ---> 5aaa525afb09 06:43:44 Step 15/26 : EXPOSE $APP_PORT 06:43:44 ---> Running in f350378609e5 06:43:44 Removing intermediate container f350378609e5 06:43:44 ---> 7237b638c3f4 06:43:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:43:44 ---> ef69714fc09d 06:43:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:43:45 ---> d8066c4950c5 06:43:45 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:43:45 ---> a0e11fd39cc8 06:43:45 Step 19/26 : RUN apk --no-cache add py3-pip 06:43:45 ---> Running in 49047049b8dd 06:43:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:46 (1/33) Installing libbz2 (1.0.8-r1) 06:43:46 (2/33) Installing expat (2.2.9-r1) 06:43:46 (3/33) Installing libffi (3.3-r2) 06:43:46 (4/33) Installing gdbm (1.13-r1) 06:43:46 (5/33) Installing xz-libs (5.2.5-r0) 06:43:46 (6/33) Installing sqlite-libs (3.32.1-r0) 06:43:46 (7/33) Installing python3 (3.8.8-r0) 06:43:47 (8/33) Installing py3-appdirs (1.4.4-r1) 06:43:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:43:47 (10/33) Installing py3-parsing (2.4.7-r0) 06:43:47 (11/33) Installing py3-six (1.15.0-r0) 06:43:47 (12/33) Installing py3-packaging (20.4-r0) 06:43:47 (13/33) Installing py3-setuptools (47.0.0-r0) 06:43:47 (14/33) Installing py3-chardet (3.0.4-r4) 06:43:47 (15/33) Installing py3-idna (2.9-r0) 06:43:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:43:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:43:47 (18/33) Installing py3-requests (2.23.0-r0) 06:43:47 (19/33) Installing py3-msgpack (1.0.0-r0) 06:43:47 (20/33) Installing py3-lockfile (0.12.2-r3) 06:43:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:43:47 (22/33) Installing py3-colorama (0.4.3-r0) 06:43:47 (23/33) Installing py3-distlib (0.3.0-r0) 06:43:47 (24/33) Installing py3-distro (1.5.0-r1) 06:43:47 (25/33) Installing py3-webencodings (0.5.1-r3) 06:43:47 (26/33) Installing py3-html5lib (1.0.1-r4) 06:43:47 (27/33) Installing py3-pytoml (0.1.21-r0) 06:43:47 (28/33) Installing py3-pep517 (0.8.2-r0) 06:43:47 (29/33) Installing py3-progress (1.5-r0) 06:43:47 (30/33) Installing py3-toml (0.10.1-r0) 06:43:47 (31/33) Installing py3-retrying (1.3.3-r0) 06:43:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:43:47 (33/33) Installing py3-pip (20.1.1-r0) 06:43:47 Executing busybox-1.31.1-r19.trigger 06:43:47 OK: 71 MiB in 55 packages 06:43:57 Removing intermediate container 49047049b8dd 06:43:57 ---> 3d4329a76fc7 06:43:57 Step 20/26 : RUN pip install docker-compose==1.23.2 06:43:57 ---> Running in fc23054a4f0a 06:43:57 Collecting docker-compose==1.23.2 06:43:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:43:58 Collecting docker<4.0,>=3.6.0 06:43:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:43:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:43:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:43:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:43:58 Collecting PyYAML<4,>=3.10 06:43:58 Downloading PyYAML-3.13.tar.gz (270 kB) 06:43:59 Collecting dockerpty<0.5,>=0.4.1 06:43:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:44:00 Collecting texttable<0.10,>=0.9.0 06:44:00 Downloading texttable-0.9.1.tar.gz (11 kB) 06:44:00 Collecting websocket-client<1.0,>=0.32.0 06:44:00 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 06:44:00 Collecting docopt<0.7,>=0.6.1 06:44:00 Downloading docopt-0.6.2.tar.gz (25 kB) 06:44:01 Collecting jsonschema<3,>=2.5.1 06:44:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:44:01 Collecting cached-property<2,>=1.2.0 06:44:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:44:01 Collecting docker-pycreds>=0.4.0 06:44:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:44:01 Collecting idna<2.8,>=2.5 06:44:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:44:01 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) 06:44:01 Collecting urllib3<1.25,>=1.21.1 06:44:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:44:01 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) 06:44:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:44:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:44:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:44:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:44:02 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, texttable, docopt, jsonschema, cached-property, docker-compose 06:44:02 Attempting uninstall: idna 06:44:02 Found existing installation: idna 2.9 06:44:02 Uninstalling idna-2.9: 06:44:02 Successfully uninstalled idna-2.9 06:44:02 Attempting uninstall: urllib3 06:44:02 Found existing installation: urllib3 1.25.9 06:44:02 Uninstalling urllib3-1.25.9: 06:44:02 Successfully uninstalled urllib3-1.25.9 06:44:02 Attempting uninstall: requests 06:44:02 Found existing installation: requests 2.23.0 06:44:02 Uninstalling requests-2.23.0: 06:44:02 Successfully uninstalled requests-2.23.0 06:44:03 Running setup.py install for PyYAML: started 06:44:03 Running setup.py install for PyYAML: finished with status 'done' 06:44:03 Running setup.py install for dockerpty: started 06:44:04 Running setup.py install for dockerpty: finished with status 'done' 06:44:04 Running setup.py install for texttable: started 06:44:04 Running setup.py install for texttable: finished with status 'done' 06:44:04 Running setup.py install for docopt: started 06:44:05 Running setup.py install for docopt: finished with status 'done' 06:44:05 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.58.0 06:44:08 Removing intermediate container fc23054a4f0a 06:44:08 ---> 58ff3072563d 06:44:08 Step 21/26 : RUN apk --no-cache add curl 06:44:08 ---> Running in 03c34a0feb04 06:44:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:44:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:44:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:44:09 (2/3) Installing libcurl (7.69.1-r3) 06:44:09 (3/3) Installing curl (7.69.1-r3) 06:44:09 Executing busybox-1.31.1-r19.trigger 06:44:09 OK: 72 MiB in 58 packages 06:44:10 Removing intermediate container 03c34a0feb04 06:44:10 ---> 75295aa3027b 06:44:10 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 06:44:10 ---> Running in 16d038dfe5e0 06:44:10 Removing intermediate container 16d038dfe5e0 06:44:10 ---> 3460ad22c34c 06:44:10 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:44:11 ---> Running in 1110071faaf4 06:44:11 Removing intermediate container 1110071faaf4 06:44:11 ---> 8abcbc1db84c 06:44:11 Step 24/26 : LABEL arch=x86_64 06:44:11 ---> Running in dc249dbd9efa 06:44:11 Removing intermediate container dc249dbd9efa 06:44:11 ---> 83fe531a2bc3 06:44:11 Step 25/26 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:44:11 ---> Running in bd8fd74be558 06:44:11 Removing intermediate container bd8fd74be558 06:44:11 ---> e59b426b4599 06:44:11 Step 26/26 : LABEL version=0.0.0 06:44:11 ---> Running in a7f52ba91193 06:44:11 Removing intermediate container a7f52ba91193 06:44:11 ---> dc4759280c0b 06:44:11 06:44:11 Successfully built dc4759280c0b 06:44:12 Successfully tagged docker-sys-mgmt-agent-go:latest 06:44:12  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:44:12 $ docker stop --time=1 0702811afb5b7eb1c6264a9ad798343cfb640ec01c9d3eb6b3d56dc59c5119f7 06:44:14 $ docker rm -f 0702811afb5b7eb1c6264a9ad798343cfb640ec01c9d3eb6b3d56dc59c5119f7 [Pipeline] // withDockerContainer [Pipeline] sh 06:44:14 + docker images 06:44:14 + grep docker 06:44:15 docker-sys-mgmt-agent-go latest dc4759280c0b 4 seconds ago 314MB 06:44:15 docker-core-data-go latest 5caa3e753684 32 seconds ago 22.7MB 06:44:15 docker-support-notifications-go latest 0d73aaa0f331 34 seconds ago 17.9MB 06:44:15 docker-security-bootstrapper-go latest 0295a58078bc 59 seconds ago 19MB 06:44:15 docker-security-secretstore-setup-go latest 8a2bed23e18f 2 minutes ago 25.7MB 06:44:15 docker-core-command-go latest 0038cf2a7f30 2 minutes ago 17.3MB 06:44:15 docker-core-metadata-go latest b312b18cdf76 2 minutes ago 19MB 06:44:15 docker-support-scheduler-go latest 8edb74ff2504 2 minutes ago 17.4MB 06:44:15 docker-security-proxy-setup-go latest 310839338d7c 2 minutes ago 25.4MB 06:44:15 docker 20.10.0 aefe523efa57 3 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 06:44:30 Still waiting to schedule task 06:44:30 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 06:44:49 gofmt -l . 06:44:49 [ "`gofmt -l .`" = "" ] 06:44:49 ./bin/test-go-mod-tidy.sh 06:44:49 ./bin/test-attribution-txt.sh [Pipeline] sh 06:44:51 + ls -al . 06:44:51 total 836 06:44:51 drwxrwxr-x 9 1001 1001 4096 Apr 6 06:44 . 06:44:51 drwxr-xr-x 4 root root 4096 Apr 6 06:40 .. 06:44:51 -rw-rw-r-- 1 1001 1001 11 Apr 6 06:38 .dockerignore 06:44:51 drwxrwxr-x 8 1001 1001 4096 Apr 6 06:38 .git 06:44:51 drwxrwxr-x 3 1001 1001 4096 Apr 6 06:38 .github 06:44:51 -rw-rw-r-- 1 1001 1001 818 Apr 6 06:38 .gitignore 06:44:51 -rw-rw-r-- 1 1001 1001 166 Apr 6 06:38 .sonarcloud.properties 06:44:51 -rw-rw-r-- 1 1001 1001 8607 Apr 6 06:38 Attribution.txt 06:44:51 -rw-rw-r-- 1 1001 1001 3804 Apr 6 06:38 CONTRIBUTING.md 06:44:51 -rw-rw-r-- 1 1001 1001 931 Apr 6 06:38 Dockerfile.build 06:44:51 -rw-rw-r-- 1 1001 1001 863 Apr 6 06:38 Jenkinsfile 06:44:51 -rw-rw-r-- 1 1001 1001 10775 Apr 6 06:38 LICENSE 06:44:51 -rw-rw-r-- 1 1001 1001 5774 Apr 6 06:38 Makefile 06:44:51 -rw-rw-r-- 1 1001 1001 6548 Apr 6 06:38 README.md 06:44:51 -rw-rw-r-- 1 1001 1001 6755 Apr 6 06:38 SECURITY.md 06:44:51 -rw-rw-r-- 1 1001 1001 5 Apr 6 06:35 VERSION 06:44:51 -rw-rw-r-- 1 1001 1001 4131 Apr 6 06:38 ZMQWindows.md 06:44:51 drwxrwxr-x 2 1001 1001 4096 Apr 6 06:38 bin 06:44:51 drwxrwxr-x 14 1001 1001 4096 Apr 6 06:38 cmd 06:44:51 -rw-r--r-- 1 root root 697383 Apr 6 06:43 coverage.out 06:44:51 -rw-r--r-- 1 root root 1057 Apr 6 06:44 go.mod 06:44:51 -rw-r--r-- 1 root root 22362 Apr 6 06:44 go.sum 06:44:51 drwxrwxr-x 8 1001 1001 4096 Apr 6 06:38 internal 06:44:51 drwxrwxr-x 4 1001 1001 4096 Apr 6 06:38 openapi 06:44:51 drwxrwxr-x 4 1001 1001 4096 Apr 6 06:38 snap 06:44:51 -rw-rw-r-- 1 1001 1001 168 Apr 6 06:38 version.go [Pipeline] sh 06:44:51 + '[' -e coverage.out ] 06:44:51 + chown 1001:1001 coverage.out [Pipeline] stash 06:44:51 Warning: overwriting stash ‘coverage-report’ 06:44:53 Stashed 1 file(s) [Pipeline] sh 06:44:53 + make build 06:44:53 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 06:45:04 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 06:45:22 Running on prd-ubuntu18.04-docker-8c-8g-32914 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 06:45:22 Running in /w/workspace/edgex-go/55 [Pipeline] { [Pipeline] checkout 06:45:24 using credential edgex-jenkins-ssh 06:45:24 Cloning the remote Git repository 06:45:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:45:24 > git init /w/workspace/edgex-go/55 # timeout=10 06:45:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:45:24 > git --version # timeout=10 06:45:24 > git --version # 'git version 2.17.1' 06:45:24 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:45:30 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 06:45:31 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 06:45:31 Merging remotes/origin/master commit 6cadec5fc374fbebd95401286db985839ef5e674 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 06:45:31 Merge succeeded, producing bc354aaaef316c036e7468a1cefec6b2c78dd180 06:45:31 Checking out Revision bc354aaaef316c036e7468a1cefec6b2c78dd180 (PR-3234) 06:45:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:45:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:45:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:45:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:45:31 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:45:31 > git config core.sparsecheckout # timeout=10 06:45:31 > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 06:45:31 > git remote # timeout=10 06:45:31 > git config --get remote.origin.url # timeout=10 06:45:31 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:31 > git merge 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 06:45:31 > git rev-parse HEAD^{commit} # timeout=10 06:45:31 > git config core.sparsecheckout # timeout=10 06:45:31 > git checkout -f bc354aaaef316c036e7468a1cefec6b2c78dd180 # timeout=10 06:45:35 Commit message: "Merge commit '6cadec5fc374fbebd95401286db985839ef5e674' into HEAD" 06:45:35 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:45:35 > git rev-list --no-walk fe48fc699d94d98d8387134007c180407b71449b # timeout=10 06:45:36 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 06:45:36 + echo snap-build.sh 06:45:36 snap-build.sh 06:45:36 + SNAP_BASE_DIR=. 06:45:36 + '[' '!' -z /w/workspace/edgex-go/55 ']' 06:45:36 + SNAP_BASE_DIR=/w/workspace/edgex-go/55 06:45:36 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/55]' 06:45:36 [snap-build] Building snap in dir [/w/workspace/edgex-go/55] 06:45:36 + cd /w/workspace/edgex-go/55 06:45:36 + sudo apt-get remove -qy --purge lxd lxd-client 06:45:36 Reading package lists... 06:45:36 Building dependency tree... 06:45:36 Reading state information... 06:45:37 The following packages were automatically installed and are no longer required: 06:45:37 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 06:45:37 uidmap xdelta3 06:45:37 Use 'sudo apt autoremove' to remove them. 06:45:37 The following packages will be REMOVED: 06:45:37 lxd* lxd-client* 06:45:37 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 06:45:37 After this operation, 31.7 MB disk space will be freed. 06:45: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 06:45:38 (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.) 06:45:38 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 06:45:39 Removing lxd dnsmasq configuration 06:45:39 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 06:45:39 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 06:45:40 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 06:45:40 (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.) 06:45:40 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 06:45:42 Processing triggers for systemd (237-3ubuntu10.42) ... 06:45:42 Processing triggers for ureadahead (0.100.0-21) ... 06:45:43 + sudo snap remove --purge lxd 06:45:43 snap "lxd" is not installed 06:45:43 + sudo groupadd --force --system lxd 06:45:43 ++ whoami 06:45:43 + sudo /usr/sbin/usermod -G lxd -a jenkins 06:45:43 + newgrp - lxd 06:45:43 + sudo snap install lxd 06:45:43 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 06:45:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:45:53 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 06:45:53 2021-04-06T06:45:51Z INFO Waiting for automatic snapd restart... 06:45:57 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 06:46:00 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 06:46:04 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] } 06:46:12 $ docker stop --time=1 0921a04bfc1411e6cced592ff1b6df11f91bdffe93780bb08e6d45d8e801566c 06:46:15 $ docker rm -f 0921a04bfc1411e6cced592ff1b6df11f91bdffe93780bb08e6d45d8e801566c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:46:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:46:17 06:46:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:46:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:46:17 latest: Pulling from edgex-devops/edgex-compose-arm64 06:46:17 29e5d40040c1: Pulling fs layer 06:46:17 1ce36da41761: Pulling fs layer 06:46:17 25b303627fd3: Pulling fs layer 06:46:18 29e5d40040c1: Verifying Checksum 06:46:18 29e5d40040c1: Download complete 06:46:18 1ce36da41761: Verifying Checksum 06:46:18 1ce36da41761: Download complete 06:46:19 29e5d40040c1: Pull complete 06:46:20 1ce36da41761: Pull complete 06:46:20 25b303627fd3: Verifying Checksum 06:46:20 25b303627fd3: Download complete 06:46:30 25b303627fd3: Pull complete 06:46:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:46:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:46:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:46:31 prd-ubuntu18.04-docker-arm64-4c-16g-32913 does not seem to be running inside a container 06:46:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-arm64:latest cat 06:46:34 $ docker top 3be9bf2da6aee653805125e243f09b1299712906101459b590e57b6e824bbc4b -eo pid,comm [Pipeline] { [Pipeline] sh 06:46:35 + docker-compose build --help 06:46:35 + grep parallel 06:46:38 --parallel Build images in parallel. [Pipeline] } 06:46:38 $ docker stop --time=1 3be9bf2da6aee653805125e243f09b1299712906101459b590e57b6e824bbc4b 06:46:40 $ docker rm -f 3be9bf2da6aee653805125e243f09b1299712906101459b590e57b6e824bbc4b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:46:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:46:41 . [Pipeline] withDockerContainer 06:46:41 prd-ubuntu18.04-docker-arm64-4c-16g-32913 does not seem to be running inside a container 06:46:41 $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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 06:46:43 $ docker top 4d36853b4111f6c4e04131d62abec6b46715d67c43b443bc1aa4f0b87b52b64d -eo pid,comm [Pipeline] { [Pipeline] sh 06:46:44 + docker-compose -f ./docker-compose-build.yml build --parallel 06:46:48 Building docker-core-command-go ... 06:46:48 Building docker-core-data-go ... 06:46:48 Building docker-core-metadata-go ... 06:46:48 Building docker-security-bootstrapper-go ... 06:46:48 Building docker-security-proxy-setup-go ... 06:46:48 Building docker-security-secretstore-setup-go ... 06:46:48 Building docker-support-notifications-go ... 06:46:48 Building docker-support-scheduler-go ... 06:46:48 Building docker-sys-mgmt-agent-go ... 06:46:48 Building docker-sys-mgmt-agent-go 06:46:48 Building docker-support-notifications-go 06:46:48 Building docker-security-bootstrapper-go 06:46:48 Building docker-security-proxy-setup-go 06:46:48 Building docker-core-data-go 06:47:45 lxd 4.12 from Canonical* installed 06:47:45 + sudo lxd init --auto 06:47:45 + sudo snap install --classic snapcraft 06:48:10 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:48:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:48:10 ---> e3ddcf671f47 06:48:10 Step 3/26 : WORKDIR /edgex-go 06:48:10 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:48:10 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:48:10 ---> e3ddcf671f47 06:48:10 Step 3/31 : WORKDIR /edgex-go 06:48:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:48:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:48:10 ---> e3ddcf671f47 06:48:10 Step 3/21 : WORKDIR /edgex-go 06:48:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:48:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:48:10 ---> e3ddcf671f47 06:48:10 Step 3/22 : WORKDIR /edgex-go 06:48:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:48:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:48:10 ---> e3ddcf671f47 06:48:10 Step 3/23 : WORKDIR /edgex-go 06:48:10 ---> Running in e96e9f250360 06:48:10 ---> Running in 5882b4afb017 06:48:10 ---> Running in 35fe9651d6a2 06:48:10 ---> Running in 91169d56bf1a 06:48:10 ---> Running in 59290df363cd 06:48:10 Removing intermediate container 5882b4afb017 06:48:10 Removing intermediate container 35fe9651d6a2 06:48:10 ---> 57397fc85121 06:48:10 ---> ec909bb3af90 06:48:10 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:48:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:48:10 Removing intermediate container 91169d56bf1a 06:48:10 ---> 4a2a353c65ab 06:48:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:48:10 Removing intermediate container e96e9f250360 06:48:10 ---> 151a18abfa1b 06:48:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:48:10 Removing intermediate container 59290df363cd 06:48:10 ---> e148f8df4e5c 06:48:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:48:10 ---> Running in e12c5a85a98d 06:48:10 ---> Running in b63033947c8d 06:48:10 ---> Running in 63d6327b10d6 06:48:10 ---> Running in 8c387ecad248 06:48:10 ---> Running in 398d35909201 06:48:10 Removing intermediate container e12c5a85a98d 06:48:10 ---> ff7b2ee3cf71 06:48:10 Step 5/21 : RUN apk add --update --no-cache make git 06:48:10 Removing intermediate container b63033947c8d 06:48:10 ---> 6ea0ce08d933 06:48:10 Step 5/31 : RUN apk add --update --no-cache make git 06:48:10 ---> Running in 7d7d62fc4a4c 06:48:10 ---> Running in e143d45940ab 06:48:10 Removing intermediate container 63d6327b10d6 06:48:10 ---> 0d842396164c 06:48:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:48:10 ---> Running in 8a50e5c54e4b 06:48:10 Removing intermediate container 398d35909201 06:48:10 ---> cb852a882a59 06:48:10 Step 5/26 : RUN apk add --update --no-cache make bash git 06:48:10 Removing intermediate container 8c387ecad248 06:48:10 ---> 3ea23917954f 06:48:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:48:10 ---> Running in d84bd4c024bd 06:48:10 ---> Running in 1eb04abec4a9 06:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:48:13 OK: 217 MiB in 51 packages 06:48:13 OK: 217 MiB in 51 packages 06:48:14 OK: 217 MiB in 51 packages 06:48:14 OK: 217 MiB in 51 packages 06:48:14 OK: 217 MiB in 51 packages 06:48:15 Removing intermediate container 7d7d62fc4a4c 06:48:15 ---> cf8f28007237 06:48:15 Step 6/31 : COPY go.mod . 06:48:15 Removing intermediate container e143d45940ab 06:48:15 ---> ee12a4a1442e 06:48:15 Step 6/21 : COPY go.mod . 06:48:15 Removing intermediate container 8a50e5c54e4b 06:48:15 ---> dc535d39bd49 06:48:15 Step 6/23 : COPY go.mod . 06:48:16 Removing intermediate container 1eb04abec4a9 06:48:16 ---> 1cdf6e63c1ff 06:48:16 Step 6/26 : COPY go.mod . 06:48:16 Removing intermediate container d84bd4c024bd 06:48:16 ---> 8cd04730125e 06:48:16 Step 6/22 : COPY go.mod . 06:48:16 ---> d265d75f507d 06:48:16 Step 7/31 : RUN go mod download 06:48:17 ---> Running in 90f452f8e7f1 06:48:17 ---> c0aecb9834d4 06:48:17 Step 7/23 : RUN go mod download 06:48:17 ---> b4a0a5733fd5 06:48:17 Step 7/21 : RUN go mod download 06:48:17 ---> Running in b430792eb98c 06:48:17 ---> Running in bbd301d166af 06:48:17 ---> 5084ce6ebfb6 06:48:17 Step 7/26 : RUN go mod download 06:48:17 ---> Running in 748215a892aa 06:48:17 ---> 05f28daf948f 06:48:17 Step 7/22 : RUN go mod download 06:48:18 ---> Running in e817c193d904 06:48:21 Removing intermediate container 90f452f8e7f1 06:48:21 ---> c29dec44a69f 06:48:21 Step 8/31 : COPY . . 06:48:21 Removing intermediate container b430792eb98c 06:48:21 ---> cb929369be31 06:48:21 Step 8/23 : COPY . . 06:48:22 Removing intermediate container bbd301d166af 06:48:22 ---> 0f54298ee09f 06:48:22 Step 8/21 : COPY . . 06:48:22 Removing intermediate container e817c193d904 06:48:22 ---> 6e750f08c513 06:48:22 Step 8/22 : COPY . . 06:48:23 Removing intermediate container 748215a892aa 06:48:23 ---> c5d0d5f18685 06:48:23 Step 8/26 : COPY . . 06:48:50 ---> 3176227c8ffd 06:48:50 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:48:50 ---> cfc88e1f09b6 06:48:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:48:50 ---> c2699ca82add 06:48:50 Step 9/23 : RUN make cmd/core-data/core-data 06:48:50 ---> 19af24fa62c8 06:48:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:48:50 ---> Running in 7c9099fca2ba 06:48:50 ---> cbd9cca06945 06:48:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:48:50 ---> Running in 0aa937c46daf 06:48:50 ---> Running in c2760edcb82d 06:48:50 ---> Running in 33eae73d86b9 06:48:50 ---> Running in 2047df7cd66d 06:48:50 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 06:48: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 06:48:50 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 06:48:50 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 06:48:50 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 06:49:36 snapcraft 4.6 from Canonical* installed 06:49:36 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 06:49:36 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 06:49:36 % Total % Received % Xferd Average Speed Time Time Time Current 06:49:36 Dload Upload Total Spent Left Speed 06:49:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4045 0 --:--:-- --:--:-- --:--:-- 4019 06:49:36 100 3325k 100 3325k 0 0 6089k 0 --:--:-- --:--:-- --:--:-- 6089k 06:49:36 ./yq_linux_amd64 06:49:36 + sudo snapcraft prime --use-lxd 06:49:36 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 06:49:36 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: 06:49:36 - README.md 06:49:36 06:49:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:49:36 Launching a container. 06:49:41 Waiting for container to be ready 06:49:42 To start your first instance, try: lxc launch ubuntu:18.04 06:49:42 06:49:46 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 06:49:46 Waiting for network to be ready... 06:49:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:49:51 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:49:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 06:49:52 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:49:52 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:49:52 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:49:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:49:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:49:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:49:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:49:53 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:49:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 06:49:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 06:49:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 06:49:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 06:49:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 06:49:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 06:49:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 06:49:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:49:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 06:49:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 06:49:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 06:49:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 06:49:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 06:49:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 06:49:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] 06:49:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 06:49:56 Fetched 24.2 MB in 10s (2507 kB/s) 06:49:57 Reading package lists... 06:49:57 Reading package lists... 06:49:57 Building dependency tree... 06:49:57 Reading state information... 06:49:57 The following additional packages will be installed: 06:49:57 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:49:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:49:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:49:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 06:49:57 Suggested packages: 06:49:57 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 06:49:57 Recommended packages: 06:49:57 gnupg libsasl2-modules 06:49:57 The following NEW packages will be installed: 06:49:57 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:49:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:49:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:49:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 06:49:57 The following packages will be upgraded: 06:49:57 gpg gpg-agent gpgconf libudev1 06:49:57 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 06:49:57 Need to get 3530 kB of archives. 06:49:57 After this operation, 13.3 MB of additional disk space will be used. 06:49:57 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 06:49:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 06:49:58 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] 06:49:58 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 06:49:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 06:49:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 06:49:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 06:49:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 06:49:58 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 06:49:58 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 06:49:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 06:49:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 06:49:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 06:49:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 06:49:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 06:49:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 06:49:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 06:49:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 06:49:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 06:49:58 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 06:49:58 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 06:49:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 06:49:59 debconf: delaying package configuration, since apt-utils is not installed 06:49:59 Fetched 3530 kB in 1s (3179 kB/s) 06:49:59 (Reading database ... 12511 files and directories currently installed.) 06:49:59 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 06:49:59 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 06:49:59 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 06:49:59 Selecting previously unselected package udev. 06:49:59 (Reading database ... 12511 files and directories currently installed.) 06:49:59 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 06:49:59 Unpacking udev (237-3ubuntu10.45) ... 06:49:59 Selecting previously unselected package libfuse2:amd64. 06:49:59 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 06:49:59 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:49:59 Selecting previously unselected package fuse. 06:49:59 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 06:49:59 Unpacking fuse (2.9.7-1ubuntu1) ... 06:49:59 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 06:49:59 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 06:50:00 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 06:50:00 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 06:50:00 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 06:50:00 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 06:50:00 Selecting previously unselected package libksba8:amd64. 06:50:00 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 06:50:00 Unpacking libksba8:amd64 (1.3.5-2) ... 06:50:00 Selecting previously unselected package libroken18-heimdal:amd64. 06:50:00 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:50:00 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:00 Selecting previously unselected package libasn1-8-heimdal:amd64. 06:50:00 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:50:00 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:00 Selecting previously unselected package libheimbase1-heimdal:amd64. 06:50:00 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:50:00 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:00 Selecting previously unselected package libhcrypto4-heimdal:amd64. 06:50:00 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:50:00 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:00 Selecting previously unselected package libwind0-heimdal:amd64. 06:50:00 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:50:00 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:00 Selecting previously unselected package libhx509-5-heimdal:amd64. 06:50:00 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:50:00 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:00 Selecting previously unselected package libkrb5-26-heimdal:amd64. 06:50:00 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:50:00 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:01 Selecting previously unselected package libheimntlm0-heimdal:amd64. 06:50:01 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:50:01 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:01 Selecting previously unselected package libgssapi3-heimdal:amd64. 06:50:01 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:50:01 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:01 Selecting previously unselected package libsasl2-modules-db:amd64. 06:50:01 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:50:01 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:50:01 Selecting previously unselected package libsasl2-2:amd64. 06:50:01 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:50:01 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:50:01 Selecting previously unselected package libldap-common. 06:50:01 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 06:50:01 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 06:50:01 Selecting previously unselected package libldap-2.4-2:amd64. 06:50:01 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 06:50:01 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 06:50:01 Selecting previously unselected package dirmngr. 06:50:01 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 06:50:01 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 06:50:01 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 06:50:01 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 06:50:01 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:50:01 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:50:01 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:50:01 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 06:50:01 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:01 Setting up libksba8:amd64 (1.3.5-2) ... 06:50:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:50:02 Setting up udev (237-3ubuntu10.45) ... 06:50:02 invoke-rc.d: policy-rc.d denied execution of start. 06:50:02 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:02 Processing triggers for systemd (237-3ubuntu10) ... 06:50:02 Setting up fuse (2.9.7-1ubuntu1) ... 06:50:02 Setting up gpg (2.2.4-1ubuntu1.4) ... 06:50:02 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:02 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:02 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:02 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:02 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:02 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:02 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:50:02 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 06:50:02 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 06:50:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:50:03 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 06:50:03 settings in the [Install] section, and DefaultInstance for template units). 06:50:03 This means they are not meant to be enabled using systemctl. 06:50:03 Possible reasons for having this kind of units are: 06:50:03 1) A unit may be statically enabled by being symlinked from another unit's 06:50:03 .wants/ or .requires/ directory. 06:50:03 2) A unit's purpose may be to act as a helper for some other unit which has 06:50:03 a requirement dependency on it. 06:50:03 3) A unit may be started when needed via activation (socket, path, timer, 06:50:03 D-Bus, udev, scripted systemctl call, ...). 06:50:03 4) In case of template units, the unit is meant to be enabled with some 06:50:03 instance name specified. 06:50:03 Reading package lists... 06:50:03 Building dependency tree... 06:50:03 Reading state information... 06:50:04 The following additional packages will be installed: 06:50:04 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 06:50:04 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 06:50:04 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 06:50:04 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 06:50:04 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 06:50:04 Suggested packages: 06:50:04 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 06:50:04 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 06:50:04 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 06:50:04 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 06:50:04 systemd-container policykit-1 06:50:04 Recommended packages: 06:50:04 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 06:50:04 The following NEW packages will be installed: 06:50:04 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 06:50:04 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 06:50:04 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 06:50:04 multiarch-support openssh-client python3 python3-minimal python3.6 06:50:04 python3.6-minimal snapd squashfs-tools sudo 06:50:04 The following packages will be upgraded: 06:50:04 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 06:50:04 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 06:50:04 Need to get 35.2 MB of archives. 06:50:04 After this operation, 141 MB of additional disk space will be used. 06:50:04 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 06:50:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 06:50:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 06:50:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 06:50:04 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 06:50:04 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 06:50:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 06:50:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 06:50:04 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 06:50:04 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 06:50:04 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 06:50:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 06:50:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 06:50:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 06:50:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 06:50:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 06:50:05 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 06:50:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 06:50:05 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 06:50:05 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 06:50:05 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 06:50:05 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 06:50:05 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 06:50:05 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 06:50:05 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 06:50:05 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 06:50:05 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 06:50:05 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 06:50:05 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 06:50:05 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 06:50:06 debconf: delaying package configuration, since apt-utils is not installed 06:50:06 Fetched 35.2 MB in 3s (14.1 MB/s) 06:50:06 (Reading database ... 12757 files and directories currently installed.) 06:50:06 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 06:50:06 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 06:50:07 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 06:50:07 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 06:50:07 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 06:50:07 (Reading database ... 12757 files and directories currently installed.) 06:50:07 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 06:50:07 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 06:50:07 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 06:50:08 (Reading database ... 12757 files and directories currently installed.) 06:50:08 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 06:50:08 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 06:50:08 Setting up apt (1.6.12ubuntu0.2) ... 06:50:08 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 06:50:08 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 06:50:08 (Reading database ... 12764 files and directories currently installed.) 06:50:08 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 06:50:08 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 06:50:09 Selecting previously unselected package libpython3.6-minimal:amd64. 06:50:09 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 06:50:09 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 06:50:09 Selecting previously unselected package libexpat1:amd64. 06:50:09 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 06:50:09 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:50:09 Selecting previously unselected package python3.6-minimal. 06:50:09 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 06:50:09 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 06:50:10 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 06:50:10 Checking for services that may need to be restarted...done. 06:50:10 Checking for services that may need to be restarted...done. 06:50:10 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 06:50:10 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:50:10 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 06:50:10 Selecting previously unselected package python3-minimal. 06:50:10 (Reading database ... 13012 files and directories currently installed.) 06:50:10 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 06:50:10 Unpacking python3-minimal (3.6.7-1~18.04) ... 06:50:10 Selecting previously unselected package mime-support. 06:50:10 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 06:50:10 Unpacking mime-support (3.60ubuntu1) ... 06:50:10 Selecting previously unselected package libmpdec2:amd64. 06:50:10 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 06:50:10 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:50:11 Selecting previously unselected package libpython3.6-stdlib:amd64. 06:50:11 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 06:50:11 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 06:50:12 Selecting previously unselected package python3.6. 06:50:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 06:50:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 06:50:12 Selecting previously unselected package libpython3-stdlib:amd64. 06:50:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 06:50:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:50:12 Setting up python3-minimal (3.6.7-1~18.04) ... 06:50:12 Selecting previously unselected package python3. 06:50:12 (Reading database ... 13442 files and directories currently installed.) 06:50:12 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 06:50:12 Unpacking python3 (3.6.7-1~18.04) ... 06:50:12 Selecting previously unselected package multiarch-support. 06:50:12 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 06:50:12 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 06:50:12 Setting up multiarch-support (2.27-3ubuntu1.4) ... 06:50:12 Selecting previously unselected package liblzo2-2:amd64. 06:50:12 (Reading database ... 13479 files and directories currently installed.) 06:50:12 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 06:50:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 06:50:13 Selecting previously unselected package libbsd0:amd64. 06:50:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 06:50:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:50:13 Selecting previously unselected package sudo. 06:50:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 06:50:13 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 06:50:13 Selecting previously unselected package apparmor. 06:50:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 06:50:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 06:50:13 Selecting previously unselected package libedit2:amd64. 06:50:13 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 06:50:13 Unpacking libedit2:amd64 (3.1-20170329-1) ... 06:50:13 Selecting previously unselected package libkrb5support0:amd64. 06:50:13 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 06:50:13 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:50:13 Selecting previously unselected package libk5crypto3:amd64. 06:50:13 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 06:50:13 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:50:13 Selecting previously unselected package libkeyutils1:amd64. 06:50:13 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 06:50:13 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:50:13 Selecting previously unselected package libkrb5-3:amd64. 06:50:13 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 06:50:13 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:50:14 Selecting previously unselected package libgssapi-krb5-2:amd64. 06:50:14 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 06:50:14 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:50:14 Selecting previously unselected package libssl1.0.0:amd64. 06:50:14 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 06:50:14 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 06:50:14 Selecting previously unselected package openssh-client. 06:50:14 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 06:50:14 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 06:50:14 Selecting previously unselected package squashfs-tools. 06:50:14 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 06:50:14 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:50:14 Selecting previously unselected package snapd. 06:50:14 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 06:50:14 Unpacking snapd (2.48.3+18.04) ... 06:50:16 Setting up libedit2:amd64 (3.1-20170329-1) ... 06:50:16 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 06:50:17 Setting up mime-support (3.60ubuntu1) ... 06:50:17 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 06:50:17 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:50:17 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:50:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:50:17 Setting up systemd (237-3ubuntu10.45) ... 06:50:17 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 06:50:18 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:50:18 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:50:19 Setting up liblzo2-2:amd64 (2.08-1.2) ... 06:50:19 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 06:50:19 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:50:19 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 06:50:19 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:50:19 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:50:19 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:50:19 Setting up python3 (3.6.7-1~18.04) ... 06:50:19 running python rtupdate hooks for python3.6... 06:50:19 running python post-rtupdate hooks for python3.6... 06:50:19 Setting up apparmor (2.12-4ubuntu5.1) ... 06:50:21 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 06:50:21 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:50:21 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 06:50:21 Setting up snapd (2.48.3+18.04) ... 06:50:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 06:50:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 06:50:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 06:50:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 06:50:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:50:22 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:50:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 06:50:22 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 06:50:23 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 06:50:23 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 06:50:23 /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' 06:50:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:50:23 Processing triggers for systemd (237-3ubuntu10.45) ... 06:50:24 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:50:24 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:50:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:50:25 Reading package lists... 06:50:25 Reading package lists... 06:50:26 Building dependency tree... 06:50:26 Reading state information... 06:50:26 Calculating upgrade... 06:50:26 The following packages will be upgraded: 06:50:26 advancecomp base-files bash binutils binutils-common 06:50:26 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 06:50:26 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 06:50:26 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 06:50:26 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 06:50:26 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 06:50:26 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 06:50:26 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 06:50:26 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 06:50:26 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 06:50:26 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 06:50:26 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 06:50:26 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 06:50:26 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 06:50:26 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 06:50:26 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 06:50:26 Need to get 63.8 MB of archives. 06:50:26 After this operation, 5208 kB of additional disk space will be used. 06:50:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 06:50:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 06:50:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 06:50:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 06:50:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 06:50:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 06:50:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 06:50:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 06:50:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 06:50:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 06:50:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 06:50:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 06:50:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 06:50:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 06:50:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 06:50:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 06:50:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 06:50:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 06:50:26 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 06:50:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 06:50:26 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 06:50:26 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 06:50:26 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 06:50:26 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 06:50:26 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 06:50:26 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 06:50:26 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 06:50:26 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 06:50:26 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 06:50:26 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 06:50:26 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 06:50:26 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 06:50:26 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 06:50:26 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 06:50:26 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 06:50:26 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 06:50:26 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 06:50:26 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 06:50:26 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 06:50:26 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 06:50:26 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 06:50:26 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 06:50:26 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 06:50:26 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 06:50:26 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 06:50:26 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 06:50:26 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 06:50:26 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 06:50:26 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 06:50:26 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 06:50:26 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 06:50:26 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 06:50:26 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 06:50:26 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 06:50:26 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 06:50:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 06:50:27 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 06:50:27 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 06:50:27 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 06:50:27 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 06:50:27 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 06:50:27 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 06:50:27 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 06:50:27 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 06:50:27 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 06:50:28 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 06:50:28 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 06:50:28 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 06:50:28 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 06:50:28 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 06:50:28 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 06:50:28 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 06:50:28 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 06:50:28 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 06:50:28 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 06:50:28 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 06:50:28 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 06:50:28 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 06:50:28 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 06:50:28 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 06:50:28 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 06:50:28 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 06:50:28 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] 06:50:28 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 06:50:28 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 06:50:28 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] 06:50:28 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 06:50:29 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 06:50:29 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 06:50:29 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 06:50:29 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 06:50:29 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 06:50:29 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 06:50:29 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 06:50:29 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 06:50:29 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 06:50:29 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 06:50:29 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 06:50:29 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 06:50:29 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 06:50:29 debconf: delaying package configuration, since apt-utils is not installed 06:50:29 Fetched 63.8 MB in 3s (21.6 MB/s) 06:50:29 (Reading database ... 13912 files and directories currently installed.) 06:50:29 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 06:50:29 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:50:30 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 06:50:30 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:50:30 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 06:50:30 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 06:50:30 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:50:30 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:50:31 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:50:31 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:50:31 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:50:31 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:50:31 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:50:31 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:50:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:50:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:50:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:50:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:50:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:50:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:50:31 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 06:50:31 (Reading database ... 13911 files and directories currently installed.) 06:50:31 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 06:50:31 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 06:50:31 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 06:50:32 (Reading database ... 13911 files and directories currently installed.) 06:50:32 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:50:32 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:50:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:50:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:50:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:50:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:50:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 06:50:32 (Reading database ... 13911 files and directories currently installed.) 06:50:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 06:50:32 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:50:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 06:50:33 (Reading database ... 13911 files and directories currently installed.) 06:50:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 06:50:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 06:50:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 06:50:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 06:50:33 Setting up base-files (10.1ubuntu2.10) ... 06:50:33 Installing new version of config file /etc/issue ... 06:50:33 Installing new version of config file /etc/issue.net ... 06:50:33 Installing new version of config file /etc/lsb-release ... 06:50:34 Installing new version of config file /etc/update-motd.d/50-motd-news ... 06:50:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 06:50:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 06:50:34 Removing obsolete conffile /etc/default/motd-news ... 06:50:34 (Reading database ... 13912 files and directories currently installed.) 06:50:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 06:50:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 06:50:34 Setting up bash (4.4.18-2ubuntu1.2) ... 06:50:34 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 06:50:34 (Reading database ... 13912 files and directories currently installed.) 06:50:34 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 06:50:34 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 06:50:34 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 06:50:34 (Reading database ... 13912 files and directories currently installed.) 06:50:34 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 06:50:35 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 06:50:35 Setting up tar (1.29b-2ubuntu0.2) ... 06:50:35 (Reading database ... 13912 files and directories currently installed.) 06:50:35 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 06:50:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:50:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 06:50:35 (Reading database ... 13912 files and directories currently installed.) 06:50:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 06:50:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:50:35 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 06:50:35 (Reading database ... 13912 files and directories currently installed.) 06:50:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 06:50:36 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:50:36 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 06:50:36 (Reading database ... 13912 files and directories currently installed.) 06:50:36 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 06:50:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 06:50:36 Setting up grep (3.1-2build1) ... 06:50:36 (Reading database ... 13912 files and directories currently installed.) 06:50:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 06:50:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:50:36 Setting up login (1:4.5-1ubuntu2) ... 06:50:36 (Reading database ... 13912 files and directories currently installed.) 06:50:36 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 06:50:36 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:50:37 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 06:50:37 (Reading database ... 13912 files and directories currently installed.) 06:50:37 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 06:50:37 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:50:37 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 06:50:37 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:50:37 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 06:50:38 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:50:38 Setting up perl-base (5.26.1-6ubuntu0.5) ... 06:50:38 (Reading database ... 13912 files and directories currently installed.) 06:50:38 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 06:50:38 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:50:40 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:50:40 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:50:40 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:50:40 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:50:40 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 06:50:40 (Reading database ... 13912 files and directories currently installed.) 06:50:40 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 06:50:40 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 06:50:41 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 06:50:41 (Reading database ... 13912 files and directories currently installed.) 06:50:41 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:50:41 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:50:41 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:50:41 (Reading database ... 13912 files and directories currently installed.) 06:50:41 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:50:41 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:50:41 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:50:41 (Reading database ... 13912 files and directories currently installed.) 06:50:41 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:50:41 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:50:41 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:50:42 (Reading database ... 13912 files and directories currently installed.) 06:50:42 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:50:42 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:50:42 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:50:42 Removing intermediate container 7c9099fca2ba 06:50:42 ---> e935bdab1e93 06:50:42 06:50:42 Step 10/31 : FROM alpine:3.12 06:50:42 3.12: Pulling from library/alpine 06:50:42 (Reading database ... 13912 files and directories currently installed.) 06:50:42 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 06:50:42 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:50:42 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 06:50:42 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:50:42 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 06:50:42 (Reading database ... 13912 files and directories currently installed.) 06:50:42 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 06:50:42 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:50:42 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 06:50:42 (Reading database ... 13912 files and directories currently installed.) 06:50:42 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:50:42 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:50:42 Removing intermediate container c2760edcb82d 06:50:42 ---> 57b44fb1f6b4 06:50:42 06:50:42 Step 10/21 : FROM alpine:3.12 06:50:42 3.12: Pulling from library/alpine 06:50:42 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 06:50:42 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 06:50:42 Status: Image is up to date for alpine:3.12 06:50:42 ---> d75e27dfc0a0 06:50:42 Step 11/21 : RUN apk add --update --no-cache curl 06:50:42 Status: Downloaded newer image for alpine:3.12 06:50:42 ---> d75e27dfc0a0 06:50:43 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:50:43 (Reading database ... 13912 files and directories currently installed.) 06:50:43 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:50:43 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:50:43 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:50:43 Removing intermediate container 2047df7cd66d 06:50:43 ---> ea1c174b7ab8 06:50:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:50:43 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 06:50:43 (Reading database ... 13912 files and directories currently installed.) 06:50:43 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:50:43 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:50:43 ---> Running in 927c97f28822 06:50:43 ---> Running in ba48120ce1ef 06:50:43 ---> Running in fcbad0d16bde 06:50:43 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 06:50:44 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 06:50:44 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 06:50:44 (Reading database ... 13912 files and directories currently installed.) 06:50:44 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 06:50:44 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:50:44 Removing intermediate container ba48120ce1ef 06:50:44 ---> 31145b8c97bb 06:50:44 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:50:44 ---> Running in 16e5d1875478 06:50:45 Setting up libc-bin (2.27-3ubuntu1.4) ... 06:50:45 (Reading database ... 13912 files and directories currently installed.) 06:50:45 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 06:50:45 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:50:45 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 06:50:45 (Reading database ... 13914 files and directories currently installed.) 06:50:45 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 06:50:45 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 06:50:45 Setting up debconf (1.5.66ubuntu1) ... 06:50:45 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 06:50:45 (Reading database ... 13914 files and directories currently installed.) 06:50:45 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 06:50:45 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 06:50:45 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 06:50:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:50:46 (Reading database ... 13914 files and directories currently installed.) 06:50:46 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 06:50:46 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 06:50:46 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 06:50:46 (Reading database ... 13914 files and directories currently installed.) 06:50:46 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:50:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:50:46 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:50:46 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:50:46 (Reading database ... 13914 files and directories currently installed.) 06:50:46 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:50:46 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:50:46 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 06:50:46 (Reading database ... 13914 files and directories currently installed.) 06:50:46 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:50:46 (1/4) Installing ca-certificates (20191127-r4) 06:50:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:50:46 (3/4) Installing libcurl (7.69.1-r3) 06:50:47 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:50:47 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:50:47 (4/4) Installing curl (7.69.1-r3) 06:50:47 Executing busybox-1.31.1-r20.trigger 06:50:47 Executing ca-certificates-20191127-r4.trigger 06:50:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:50:47 (Reading database ... 13914 files and directories currently installed.) 06:50:47 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:50:47 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:50:47 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 06:50:47 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 06:50:47 OK: 7 MiB in 18 packages 06:50:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:50:47 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 06:50:47 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:50:47 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 06:50:47 (Reading database ... 13914 files and directories currently installed.) 06:50:47 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 06:50:47 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 06:50:47 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 06:50:48 (1/2) Installing dumb-init (1.2.2-r1) 06:50:48 (2/2) Installing su-exec (0.2-r1) 06:50:48 Executing busybox-1.31.1-r20.trigger 06:50:48 OK: 5 MiB in 16 packages 06:50:48 (Reading database ... 13914 files and directories currently installed.) 06:50:48 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 06:50:48 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:50:48 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 06:50:48 (Reading database ... 13914 files and directories currently installed.) 06:50:48 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 06:50:48 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:50:48 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 06:50:48 (Reading database ... 13914 files and directories currently installed.) 06:50:48 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 06:50:48 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 06:50:49 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 06:50:49 (Reading database ... 13914 files and directories currently installed.) 06:50:49 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 06:50:49 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:50:49 Setting up passwd (1:4.5-1ubuntu2) ... 06:50:49 (Reading database ... 13914 files and directories currently installed.) 06:50:49 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 06:50:49 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 06:50:49 Setting up gpgv (2.2.4-1ubuntu1.4) ... 06:50:49 (Reading database ... 13914 files and directories currently installed.) 06:50:49 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 06:50:49 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 06:50:50 Removing intermediate container 33eae73d86b9 06:50:50 ---> 4b955e0e49fe 06:50:50 06:50:50 Step 10/22 : FROM alpine:3.12 06:50:50 ---> d75e27dfc0a0 06:50:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:50:50 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 06:50:50 (Reading database ... 13914 files and directories currently installed.) 06:50:50 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 06:50:50 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 06:50:50 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 06:50:50 (Reading database ... 13914 files and directories currently installed.) 06:50:50 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 06:50:50 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 06:50:50 ---> Running in d1348a41d012 06:50:50 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 06:50:50 (Reading database ... 13914 files and directories currently installed.) 06:50:50 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 06:50:50 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 06:50:50 Removing intermediate container 16e5d1875478 06:50:50 ---> a5aaa914a591 06:50:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:50:50 Removing intermediate container 927c97f28822 06:50:50 ---> f46ead03018b 06:50:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:50:50 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 06:50:50 (Reading database ... 13914 files and directories currently installed.) 06:50:50 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 06:50:50 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 06:50:50 ---> Running in fbf71a0ab2a2 06:50:50 ---> Running in f05804dac3a2 06:50:51 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 06:50:51 (Reading database ... 13914 files and directories currently installed.) 06:50:51 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 06:50:51 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 06:50:51 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 06:50:51 Removing intermediate container fcbad0d16bde 06:50:51 ---> 812bd83caedd 06:50:51 06:50:51 Step 11/26 : FROM docker:20.10.0 06:50:51 20.10.0: Pulling from library/docker 06:50:51 (Reading database ... 13915 files and directories currently installed.) 06:50:51 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:50:51 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:50:51 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:50:51 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:50:51 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 06:50:51 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 06:50:51 Removing intermediate container fbf71a0ab2a2 06:50:51 ---> dfedafc80ddf 06:50:51 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:50:51 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 06:50:51 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 06:50:51 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 06:50:52 Removing intermediate container f05804dac3a2 06:50:52 ---> 0470f4051bb3 06:50:52 Step 13/21 : WORKDIR /edgex 06:50:52 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 06:50:52 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 06:50:52 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 06:50:52 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 06:50:52 ---> Running in 9326b91ab820 06:50:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:50:52 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 06:50:52 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 06:50:52 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 06:50:52 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 06:50:52 ---> Running in a94c100e1358 06:50:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:50:52 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 06:50:52 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 06:50:52 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 06:50:52 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 06:50:53 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 06:50:53 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 06:50:53 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 06:50:53 (1/2) Installing ca-certificates (20191127-r4) 06:50:53 (2/2) Installing dumb-init (1.2.2-r1) 06:50:53 Executing busybox-1.31.1-r20.trigger 06:50:53 Executing ca-certificates-20191127-r4.trigger 06:50:53 OK: 6 MiB in 16 packages 06:50:53 Removing intermediate container 9326b91ab820 06:50:53 ---> f152eb1fd600 06:50:53 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:50:54 Removing intermediate container a94c100e1358 06:50:54 ---> e131947139e5 06:50:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:50:54 ---> Running in a5d945ad1fca 06:50:54 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 06:50:54 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 06:50:54 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 06:50:54 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 06:50:54 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 06:50:54 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 06:50:54 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 06:50:54 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 06:50:55 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 06:50:55 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 06:50:55 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 06:50:55 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 06:50:55 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:50:55 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:50:55 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:50:55 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:50:55 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:50:55 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:50:55 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:50:55 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:50:56 ---> 34db76d4e64b 06:50:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:50:56 Removing intermediate container d1348a41d012 06:50:56 ---> 571016683db5 06:50:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:50:56 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:50:56 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:50:57 ---> Running in c5f5f011cbee 06:50:57 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:50:57 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:50:57 Removing intermediate container c5f5f011cbee 06:50:57 ---> 5ed597dd204e 06:50:57 Step 13/22 : ENV APP_PORT=48060 06:50:57 ---> Running in 8c0c2bd5e13c 06:50:58 Removing intermediate container a5d945ad1fca 06:50:58 ---> 8fbd59f7abbd 06:50:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:50:58 ---> f31ed0106787 06:50:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:50:58 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:50:58 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:50:58 ---> Running in ac02d8ad0856 06:50:58 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:50:58 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:50:58 Removing intermediate container 8c0c2bd5e13c 06:50:58 ---> 7a270b8e3f91 06:50:58 Step 14/22 : EXPOSE $APP_PORT 06:50:59 ---> Running in 02cf319bc63d 06:50:59 Removing intermediate container ac02d8ad0856 06:50:59 ---> 6e1ee6e17ec5 06:50:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:50:59 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:50:59 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:50:59 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:50:59 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:50:59 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 06:50:59 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:50:59 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 06:50:59 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:50:59 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 06:50:59 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 06:51:00 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:51:00 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:51:00 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:51:00 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:51:00 Removing intermediate container 02cf319bc63d 06:51:00 ---> e9c622058b61 06:51:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:51:00 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 06:51:00 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 06:51:00 ---> 10b241686ea1 06:51:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:51:00 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:51:00 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 06:51:00 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:51:00 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:51:00 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:51:00 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 06:51:00 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 06:51:00 Setting up tzdata (2021a-0ubuntu0.18.04) ... 06:51:00 ---> 65af0629b5b1 06:51:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:51:00 ---> Running in 5d0b5be390bc 06:51:00 06:51:00 Current default time zone: 'Etc/UTC' 06:51:00 Local time is now: Tue Apr 6 06:51:00 UTC 2021. 06:51:00 Universal Time is now: Tue Apr 6 06:51:00 UTC 2021. 06:51:00 Run 'dpkg-reconfigure tzdata' if you wish to change it. 06:51:00 06:51:00 Setting up systemd-sysv (237-3ubuntu10.45) ... 06:51:00 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:51:00 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 06:51:00 Setting up mount (2.31.1-0.4ubuntu3.7) ... 06:51:00 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 06:51:00 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 06:51:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 06:51:00 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 06:51:01 ---> Running in f3ad47c28a97 06:51:01 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 06:51:01 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 06:51:01 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:51:01 Setting up procps (2:3.3.12-3ubuntu1.2) ... 06:51:01 ---> dc814d02fc65 06:51:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:51:01 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 06:51:01 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 06:51:01 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 06:51:01 Setting up patch (2.7.6-2ubuntu1.1) ... 06:51:01 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 06:51:01 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 06:51:01 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 06:51:01 Installing new version of config file /etc/ssl/openssl.cnf ... 06:51:01 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 06:51:01 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 06:51:01 Setting up ca-certificates (20210119~18.04.1) ... 06:51:02 Removing intermediate container 5d0b5be390bc 06:51:02 ---> f3bb31b8f795 06:51:02 Step 18/21 : CMD ["--init=true"] 06:51:02 ---> Running in 09e0e4b32852 06:51:03 Updating certificates in /etc/ssl/certs... 06:51:03 Removing intermediate container 09e0e4b32852 06:51:03 ---> f8a08e793895 06:51:03 Step 19/21 : LABEL arch=arm64 06:51:04 23 added, 27 removed; done. 06:51:04 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 06:51:04 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:51:04 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 06:51:04 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 06:51:04 Setting up pkgbinarymangler (138.18.04.1) ... 06:51:04 ---> Running in f22139cec180 06:51:04 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 06:51:04 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 06:51:04 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 06:51:04 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 06:51:04 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:51:04 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 06:51:04 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:51:04 Setting up perl (5.26.1-6ubuntu0.5) ... 06:51:04 ---> d0b04eb4405b 06:51:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:51:04 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 06:51:04 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 06:51:04 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 06:51:04 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 06:51:04 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 06:51:04 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 06:51:04 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 06:51:04 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 06:51:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 06:51:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:51:05 Processing triggers for systemd (237-3ubuntu10.45) ... 06:51:05 Processing triggers for mime-support (3.60ubuntu1) ... 06:51:05 Processing triggers for ca-certificates (20210119~18.04.1) ... 06:51:05 Updating certificates in /etc/ssl/certs... 06:51:05 Removing intermediate container f3ad47c28a97 06:51:05 ---> 442e56e295a9 06:51:05 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:51:05 Removing intermediate container f22139cec180 06:51:05 ---> 446c8027f86d 06:51:05 Step 20/21 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:51:05 Removing intermediate container 0aa937c46daf 06:51:05 ---> 52447ba7d9b5 06:51:05 06:51:05 Step 10/23 : FROM alpine:3.12 06:51:05 ---> d75e27dfc0a0 06:51:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:51:05 ---> Running in bde42be0e16c 06:51:06 0 added, 0 removed; done. 06:51:06 Running hooks in /etc/ca-certificates/update.d... 06:51:06 done. 06:51:06 ---> Running in fe5f9b464c0c 06:51:06 ---> 70097b5e7885 06:51:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:51:06 Reading package lists... 06:51:06 Building dependency tree... 06:51:06 Reading state information... 06:51:06 ---> cb61f8811aba 06:51:06 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:51:06 ---> Running in 6d70b2d46236 06:51:06 The following NEW packages will be installed: 06:51:06 apt-transport-https 06:51:06 Removing intermediate container bde42be0e16c 06:51:06 ---> 844c3c56014e 06:51:06 Step 21/21 : LABEL version=0.0.0 06:51:06 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 06:51:06 Need to get 1696 B of archives. 06:51:06 After this operation, 153 kB of additional disk space will be used. 06:51:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 06:51:06 debconf: delaying package configuration, since apt-utils is not installed 06:51:06 Fetched 1696 B in 0s (8542 B/s) 06:51:06 Selecting previously unselected package apt-transport-https. 06:51:06 (Reading database ... 13920 files and directories currently installed.) 06:51:06 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 06:51:06 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 06:51:06 Removing intermediate container fe5f9b464c0c 06:51:06 ---> 965806cd32c6 06:51:06 Step 12/23 : ENV APP_PORT=48080 06:51:06 ---> Running in 18751973df8d 06:51:07 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 06:51:07 ---> Running in 022ab9481bac 06:51:07 Removing intermediate container 6d70b2d46236 06:51:07 ---> 6b996bbb70c1 06:51:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:51:07 Waiting for network to be ready... 06:51:07 ---> Running in fea628f722fd 06:51:07 Removing intermediate container 18751973df8d 06:51:07 ---> fbf151510ce6 06:51:07 06:51:07 Removing intermediate container 022ab9481bac 06:51:07 ---> aafb8a850005 06:51:07 Step 13/23 : EXPOSE $APP_PORT 06:51:08 ---> Running in 78f3e920e19e 06:51:08 Removing intermediate container fea628f722fd 06:51:08 ---> 666bda443569 06:51:08 Step 20/22 : LABEL arch=arm64 06:51:08 ---> 734ca2cc2657 06:51:08 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:51:08 Successfully built fbf151510ce6 06:51:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:51:08 Building docker-support-scheduler-go 06:51:08  Building docker-security-proxy-setup-go ... done  ---> Running in 34397f195aef 06:51:08 Removing intermediate container 78f3e920e19e 06:51:08 ---> ca636a7f8964 06:51:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:51:09 ---> Running in cf27e2b32039 06:51:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:51:09 Removing intermediate container 34397f195aef 06:51:09 ---> 72f5ed7f8673 06:51:09 Step 21/22 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:51:09 Status: Downloaded newer image for docker:20.10.0 06:51:09 ---> eeaf43b92773 06:51:09 Step 12/26 : RUN apk add --no-cache bash 06:51:09 ---> Running in 3d027e3f67ed 06:51:09 ---> Running in 3df1c6819b0c 06:51:09 ---> 029babe48bcc 06:51:09 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:51:11 Removing intermediate container 3df1c6819b0c 06:51:11 ---> ce3b08d89242 06:51:11 Step 22/22 : LABEL version=0.0.0 06:51:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:51:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:51:11 ---> 2c5399d1ab68 06:51:11 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 06:51:11 ---> Running in 073282ca441d 06:51:12 (1/2) Installing readline (8.0.4-r0) 06:51:12 (2/2) Installing bash (5.0.17-r0) 06:51:12 Executing bash-5.0.17-r0.post-install 06:51:12 Executing busybox-1.31.1-r19.trigger 06:51:12 OK: 12 MiB in 22 packages 06:51:12 Removing intermediate container 073282ca441d 06:51:12 ---> fc3fe2d6345a 06:51:12 06:51:12 2021-04-06T06:51:10Z INFO Waiting for automatic snapd restart... 06:51:12 snapd 2.49.1 from Canonical* installed 06:51:12 ---> 11c09ac54cea 06:51:12 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:51:13 Successfully built fc3fe2d6345a 06:51:13 Successfully tagged docker-support-notifications-go-arm64:latest 06:51:13  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 06:51:13 Removing intermediate container cf27e2b32039 06:51:13 ---> Running in 6362fb6c23ff 06:51:13 ---> f180edc74548 06:51:13 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:51:13 ---> Running in b77580f9b96f 06:51:13 "snapd" switched to the "latest/stable" channel 06:51:13 06:51:14 Removing intermediate container 6362fb6c23ff 06:51:14 ---> f38b330703dc 06:51:14 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:51:14 Removing intermediate container 3d027e3f67ed 06:51:14 ---> 8d858e137ec4 06:51:14 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:51:14 ---> Running in f2787aabf4e2 06:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:51:15 ---> d6d27e7bdc62 06:51:15 Step 26/31 : RUN chmod +x /entrypoint.sh 06:51:15 Removing intermediate container f2787aabf4e2 06:51:15 ---> 64038b82d02d 06:51:15 Step 14/26 : ENV APP_PORT=48090 06:51:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:51:16 ---> Running in 3dfc42c23e69 06:51:16 ---> Running in 2057b2a77882 06:51:17 core18 20210309 from Canonical* installed 06:51:17 "core18" switched to the "latest/stable" channel 06:51:17 06:51:17 (1/6) Installing dumb-init (1.2.2-r1) 06:51:17 (2/6) Installing libgcc (9.3.0-r2) 06:51:17 Removing intermediate container 3dfc42c23e69 06:51:17 ---> 7fda89af132f 06:51:17 Step 15/26 : EXPOSE $APP_PORT 06:51:17 (3/6) Installing libsodium (1.0.18-r0) 06:51:17 (4/6) Installing libstdc++ (9.3.0-r2) 06:51:17 ---> Running in c45ffcb0dae9 06:51:17 (5/6) Installing libzmq (4.3.3-r0) 06:51:17 (6/6) Installing zeromq (4.3.3-r0) 06:51:17 Executing busybox-1.31.1-r20.trigger 06:51:17 OK: 8 MiB in 20 packages 06:51:18 Removing intermediate container c45ffcb0dae9 06:51:18 ---> cde9b03ff4af 06:51:18 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:51:19 Removing intermediate container 2057b2a77882 06:51:19 ---> 640661ce962f 06:51:19 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:51:19 ---> Running in 99d3ff0691ad 06:51:20 Removing intermediate container b77580f9b96f 06:51:20 ---> 6e6054e38b4b 06:51:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:51:20 ---> a61db21782c3 06:51:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:51:20 snapcraft 4.6 from Canonical* installed 06:51:20 "snapcraft" switched to the "latest/stable" channel 06:51:20 06:51:21 Removing intermediate container 99d3ff0691ad 06:51:21 ---> 2caa66aa508c 06:51:21 Step 28/31 : CMD ["gate"] 06:51:21 ---> 07de90d40887 06:51:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:51:21 ---> Running in 4481f8403279 06:51:21 ---> dc9c19f424be 06:51:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:51:22 Removing intermediate container 4481f8403279 06:51:22 ---> 6c73a13f3a69 06:51:22 Step 29/31 : LABEL arch=arm64 06:51:22 ---> 531a295d735a 06:51:22 Step 19/26 : RUN apk --no-cache add py3-pip 06:51:22 ---> Running in 700e3ba74aee 06:51:23 ---> 09af64ce10ea 06:51:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:51:23 ---> Running in cf496cbad571 06:51:23 Removing intermediate container 700e3ba74aee 06:51:23 ---> 2b3bea67e729 06:51:23 Step 30/31 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:51:24 ---> Running in 78cb1f2c5ee6 06:51:24 ---> 39d701c162a5 06:51:24 Step 19/23 : ENTRYPOINT ["/core-data"] 06:51:24 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: 06:51:24 - README.md 06:51:24 06:51:24 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:51:24 ---> Running in 765499316fa4 06:51:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:51:25 Removing intermediate container 78cb1f2c5ee6 06:51:25 ---> b7e8604ccb4b 06:51:25 Step 31/31 : LABEL version=0.0.0 06:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:51:25 ---> Running in fc67acf364cf 06:51:25 Removing intermediate container 765499316fa4 06:51:25 ---> 990f0963deac 06:51:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:51:25 (1/33) Installing libbz2 (1.0.8-r1) 06:51:25 (2/33) Installing expat (2.2.9-r1) 06:51:25 (3/33) Installing libffi (3.3-r2) 06:51:25 (4/33) Installing gdbm (1.13-r1) 06:51:25 (5/33) Installing xz-libs (5.2.5-r0) 06:51:25 (6/33) Installing sqlite-libs (3.32.1-r0) 06:51:26 (7/33) Installing python3 (3.8.8-r0) 06:51:26 ---> Running in 8f9ee283ade6 06:51:26 Removing intermediate container fc67acf364cf 06:51:26 ---> ab5a05c462e6 06:51:26 06:51:27 Removing intermediate container 8f9ee283ade6 06:51:27 ---> 5c2746c0d9e2 06:51:27 Step 21/23 : LABEL arch=arm64 06:51:27 Successfully built ab5a05c462e6 06:51:27 Successfully tagged docker-security-bootstrapper-go-arm64:latest 06:51:27  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 06:51:27 ---> Running in a14fe30b1535 06:51:27 (8/33) Installing py3-appdirs (1.4.4-r1) 06:51:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:51:28 (10/33) Installing py3-parsing (2.4.7-r0) 06:51:28 (11/33) Installing py3-six (1.15.0-r0) 06:51:28 (12/33) Installing py3-packaging (20.4-r0) 06:51:28 (13/33) Installing py3-setuptools (47.0.0-r0) 06:51:28 (14/33) Installing py3-chardet (3.0.4-r4) 06:51:28 (15/33) Installing py3-idna (2.9-r0) 06:51:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:51:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:51:28 (18/33) Installing py3-requests (2.23.0-r0) 06:51:28 (19/33) Installing py3-msgpack (1.0.0-r0) 06:51:28 (20/33) Installing py3-lockfile (0.12.2-r3) 06:51:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:51:28 (22/33) Installing py3-colorama (0.4.3-r0) 06:51:28 (23/33) Installing py3-distlib (0.3.0-r0) 06:51:28 Removing intermediate container a14fe30b1535 06:51:28 ---> 8c36f99a2ad6 06:51:28 Step 22/23 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:51:28 (24/33) Installing py3-distro (1.5.0-r1) 06:51:28 (25/33) Installing py3-webencodings (0.5.1-r3) 06:51:28 (26/33) Installing py3-html5lib (1.0.1-r4) 06:51:28 (27/33) Installing py3-pytoml (0.1.21-r0) 06:51:28 (28/33) Installing py3-pep517 (0.8.2-r0) 06:51:28 (29/33) Installing py3-progress (1.5-r0) 06:51:28 (30/33) Installing py3-toml (0.10.1-r0) 06:51:28 (31/33) Installing py3-retrying (1.3.3-r0) 06:51:28 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:51:28 (33/33) Installing py3-pip (20.1.1-r0) 06:51:28 Executing busybox-1.31.1-r19.trigger 06:51:28 OK: 71 MiB in 55 packages 06:51:28 ---> Running in 9b994a55a2d1 06:51:29 Removing intermediate container 9b994a55a2d1 06:51:29 ---> bbe3ead16e06 06:51:29 Step 23/23 : LABEL version=0.0.0 06:51:29 ---> Running in 4cd813cd957e 06:51:30 Removing intermediate container 4cd813cd957e 06:51:30 ---> 9c421cba88a5 06:51:30 06:51:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:51:31 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:51:31 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:51:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:51:31 Successfully built 9c421cba88a5 06:51:31 Successfully tagged docker-core-data-go-arm64:latest 06:51:31  Building docker-core-data-go ... done Building docker-core-command-go 06:51:31 Reading package lists... 06:51:32 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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 06:51:37 Removing intermediate container cf496cbad571 06:51:37 ---> cb7522c0c545 06:51:37 Step 20/26 : RUN pip install docker-compose==1.23.2 06:51:37 ---> Running in dda12d618b80 06:51:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:51:38 Reading package lists... 06:51:38 Building dependency tree... 06:51:38 Reading state information... 06:51:38 Suggested packages: 06:51:38 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 06:51:38 git-gui gitk gitweb git-cvs git-mediawiki git-svn 06:51:38 Recommended packages: 06:51:38 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 06:51:38 The following NEW packages will be installed: 06:51:38 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 06:51:38 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 06:51:38 pkg-config zip 06:51:38 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 06:51:38 Need to get 7663 kB of archives. 06:51:38 After this operation, 43.8 MB of additional disk space will be used. 06:51:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 06:51:38 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 06:51:38 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 06:51:38 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 06:51:38 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 06:51:38 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 06:51:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 06:51:38 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 06:51:38 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 06:51:38 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 06:51:39 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 06:51:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 06:51:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 06:51:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 06:51:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 06:51:39 debconf: delaying package configuration, since apt-utils is not installed 06:51:39 Fetched 7663 kB in 1s (7317 kB/s) 06:51:39 Selecting previously unselected package libglib2.0-0:amd64. 06:51:39 (Reading database ... 13924 files and directories currently installed.) 06:51:39 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 06:51:39 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 06:51:39 Selecting previously unselected package libpsl5:amd64. 06:51:39 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 06:51:39 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 06:51:40 Selecting previously unselected package libnghttp2-14:amd64. 06:51:40 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 06:51:40 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:51:40 Selecting previously unselected package librtmp1:amd64. 06:51:40 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 06:51:40 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:51:40 Selecting previously unselected package libcurl3-gnutls:amd64. 06:51:40 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 06:51:40 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 06:51:40 Selecting previously unselected package liberror-perl. 06:51:40 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 06:51:40 Unpacking liberror-perl (0.17025-1) ... 06:51:40 Selecting previously unselected package git-man. 06:51:40 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 06:51:40 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 06:51:40 Selecting previously unselected package git. 06:51:40 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 06:51:40 Unpacking git (1:2.17.1-1ubuntu0.8) ... 06:51:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:51:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:51:40 ---> e3ddcf671f47 06:51:40 Step 3/22 : WORKDIR /edgex-go 06:51:40 ---> Using cache 06:51:40 ---> e148f8df4e5c 06:51:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:51:40 ---> Using cache 06:51:40 ---> 3ea23917954f 06:51:40 Step 5/22 : RUN apk add --update --no-cache make git 06:51:40 ---> Running in 748e3dafcd07 06:51:41 Selecting previously unselected package libnorm1:amd64. 06:51:41 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 06:51:41 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:51:41 Selecting previously unselected package libpgm-5.2-0:amd64. 06:51:41 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 06:51:41 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:51:41 Selecting previously unselected package libsodium23:amd64. 06:51:41 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 06:51:41 Unpacking libsodium23:amd64 (1.0.16-2) ... 06:51:41 Selecting previously unselected package libzmq5:amd64. 06:51:41 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 06:51:41 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:51:41 Selecting previously unselected package libzmq3-dev:amd64. 06:51:41 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 06:51:41 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:51:42 Selecting previously unselected package pkg-config. 06:51:42 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 06:51:42 Unpacking pkg-config (0.29.1-0ubuntu2) ... 06:51:42 Selecting previously unselected package zip. 06:51:42 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 06:51:42 Unpacking zip (3.0-11build1) ... 06:51:42 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:51:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:51:42 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 06:51:42 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:51:42 Setting up liberror-perl (0.17025-1) ... 06:51:42 Setting up libpsl5:amd64 (0.19.1-5build1) ... 06:51:42 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 06:51:42 No schema files found: doing nothing. 06:51:42 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:51:42 Setting up zip (3.0-11build1) ... 06:51:42 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:51:42 Setting up libsodium23:amd64 (1.0.16-2) ... 06:51:42 Setting up pkg-config (0.29.1-0ubuntu2) ... 06:51:42 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:51:42 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 06:51:42 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:51:42 Setting up git (1:2.17.1-1ubuntu0.8) ... 06:51:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:51:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:51:43 Collecting docker-compose==1.23.2 06:51:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:51:43 OK: 217 MiB in 51 packages 06:51:44 Collecting PyYAML<4,>=3.10 06:51:44 Downloading PyYAML-3.13.tar.gz (270 kB) 06:51:46 Removing intermediate container 748e3dafcd07 06:51:46 ---> ac7b5fd36c6b 06:51:46 Step 6/22 : COPY go.mod . 06:51:47 ---> d982df2dd118 06:51:47 Step 7/22 : RUN go mod download 06:51:47 ---> Running in a2b4c81ae5ca 06:51:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:51:49 git set to automatically installed. 06:51:49 git-man set to automatically installed. 06:51:49 libcurl3-gnutls set to automatically installed. 06:51:49 liberror-perl set to automatically installed. 06:51:49 libglib2.0-0 set to automatically installed. 06:51:49 libnghttp2-14 set to automatically installed. 06:51:49 libnorm1 set to automatically installed. 06:51:49 libpgm-5.2-0 set to automatically installed. 06:51:49 libpsl5 set to automatically installed. 06:51:49 librtmp1 set to automatically installed. 06:51:49 libsodium23 set to automatically installed. 06:51:49 libzmq3-dev set to automatically installed. 06:51:49 libzmq5 set to automatically installed. 06:51:49 pkg-config set to automatically installed. 06:51:49 zip set to automatically installed. 06:51:49 Collecting websocket-client<1.0,>=0.32.0 06:51:49 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 06:51:49 Collecting docker<4.0,>=3.6.0 06:51:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:51:51 Removing intermediate container a2b4c81ae5ca 06:51:51 ---> 682e04419ddb 06:51:51 Step 8/22 : COPY . . 06:51:51 Collecting dockerpty<0.5,>=0.4.1 06:51:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:51:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:51:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:51:52 ---> e3ddcf671f47 06:51:52 Step 3/24 : WORKDIR /edgex-go 06:51:52 ---> Using cache 06:51:52 ---> e148f8df4e5c 06:51:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:51:52 ---> Using cache 06:51:52 ---> 3ea23917954f 06:51:52 Step 5/24 : RUN apk add --update --no-cache make git 06:51:52 ---> Using cache 06:51:52 ---> ac7b5fd36c6b 06:51:52 Step 6/24 : COPY go.mod . 06:51:52 ---> Using cache 06:51:52 ---> d982df2dd118 06:51:52 Step 7/24 : RUN go mod download 06:51:52 ---> Using cache 06:51:52 ---> 682e04419ddb 06:51:52 Step 8/24 : COPY . . 06:51:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:51:53 Collecting jsonschema<3,>=2.5.1 06:51:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:51:53 Collecting docopt<0.7,>=0.6.1 06:51:53 Downloading docopt-0.6.2.tar.gz (25 kB) 06:51:56 Collecting texttable<0.10,>=0.9.0 06:51:56 Downloading texttable-0.9.1.tar.gz (11 kB) 06:51:57 snapd is not logged in, snap install commands will use sudo 06:51:58 Collecting cached-property<2,>=1.2.0 06:51:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:52:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:52:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:52:00 Collecting docker-pycreds>=0.4.0 06:52:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:52:00 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) 06:52:00 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) 06:52:00 Collecting idna<2.8,>=2.5 06:52:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:52:01 Collecting urllib3<1.25,>=1.21.1 06:52:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:52:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:52:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:52:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:52:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:52:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:52:03 Installing collected packages: PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, jsonschema, docopt, texttable, cached-property, docker-compose 06:52:03 Running setup.py install for PyYAML: started 06:52:03 snap "core18" has no updates available 06:52:04 snapd is not logged in, snap install commands will use sudo 06:52:05 Running setup.py install for PyYAML: finished with status 'done' 06:52:06 Attempting uninstall: idna 06:52:06 Found existing installation: idna 2.9 06:52:06 Uninstalling idna-2.9: 06:52:06 Successfully uninstalled idna-2.9 06:52:06 Attempting uninstall: urllib3 06:52:06 Found existing installation: urllib3 1.25.9 06:52:06 Uninstalling urllib3-1.25.9: 06:52:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:52:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:52:06 ---> e3ddcf671f47 06:52:06 Step 3/23 : WORKDIR /edgex-go 06:52:06 ---> Using cache 06:52:06 ---> e148f8df4e5c 06:52:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:06 ---> Using cache 06:52:06 ---> 3ea23917954f 06:52:06 Step 5/23 : RUN apk add --update --no-cache make git 06:52:06 ---> Using cache 06:52:06 ---> ac7b5fd36c6b 06:52:07 Step 6/23 : COPY go.mod . 06:52:07 ---> Using cache 06:52:07 ---> d982df2dd118 06:52:07 Step 7/23 : RUN go mod download 06:52:07 ---> Using cache 06:52:07 ---> 682e04419ddb 06:52:07 Step 8/23 : COPY . . 06:52:07 Successfully uninstalled urllib3-1.25.9 06:52:07 Attempting uninstall: requests 06:52:07 Found existing installation: requests 2.23.0 06:52:07 Uninstalling requests-2.23.0: 06:52:08 Successfully uninstalled requests-2.23.0 06:52:09 Running setup.py install for dockerpty: started 06:52:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:52:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:52:10 ---> e3ddcf671f47 06:52:10 Step 3/23 : WORKDIR /edgex-go 06:52:10 ---> Using cache 06:52:10 ---> e148f8df4e5c 06:52:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:10 ---> Using cache 06:52:10 ---> 3ea23917954f 06:52:10 Step 5/23 : RUN apk add --update --no-cache make git 06:52:10 ---> Using cache 06:52:10 ---> ac7b5fd36c6b 06:52:10 Step 6/23 : COPY go.mod . 06:52:10 ---> Using cache 06:52:10 ---> d982df2dd118 06:52:10 Step 7/23 : RUN go mod download 06:52:10 ---> Using cache 06:52:10 ---> 682e04419ddb 06:52:10 Step 8/23 : COPY . . 06:52:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:52:11 Running setup.py install for dockerpty: finished with status 'done' 06:52:11 Running setup.py install for docopt: started 06:52:14 Running setup.py install for docopt: finished with status 'done' 06:52:14 Running setup.py install for texttable: started 06:52:16 Running setup.py install for texttable: finished with status 'done' 06:52:19 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.58.0 06:52:27 ---> 3ff760a86902 06:52:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:52:27 ---> 6a287428802a 06:52:27 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:52:27 ---> 3a33614f412c 06:52:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:52:27 ---> 66a5de758184 06:52:27 Step 9/23 : RUN make cmd/core-command/core-command 06:52:27 ---> Running in 15ac2d134038 06:52:27 ---> Running in 016ea2c375df 06:52:28 ---> Running in 6be364be817b 06:52:28 ---> Running in 37a08c2437de 06:52:29 Removing intermediate container dda12d618b80 06:52:29 ---> f83e7846596b 06:52:29 Step 21/26 : RUN apk --no-cache add curl 06:52:29 ---> Running in 02645a47a82b 06:52: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 06:52:30 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 06:52:30 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 06:52:30 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 06:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:52:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:52:32 (2/3) Installing libcurl (7.69.1-r3) 06:52:32 (3/3) Installing curl (7.69.1-r3) 06:52:32 Executing busybox-1.31.1-r19.trigger 06:52:32 OK: 72 MiB in 58 packages 06:52:34 Removing intermediate container 02645a47a82b 06:52:34 ---> 645a1e7bd490 06:52:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 06:52:34 ---> Running in 43b1c3653877 06:52:34 Removing intermediate container 43b1c3653877 06:52:34 ---> e60f48e63f80 06:52:34 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:52:35 ---> Running in 59365bb757fc 06:52:35 Removing intermediate container 59365bb757fc 06:52:35 ---> f568f700bfa8 06:52:35 Step 24/26 : LABEL arch=arm64 06:52:36 ---> Running in fa796e96eb93 06:52:36 Removing intermediate container fa796e96eb93 06:52:36 ---> 87e67489e4a8 06:52:36 Step 25/26 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:52:36 ---> Running in 796300ae6064 06:52:37 Removing intermediate container 796300ae6064 06:52:37 ---> a2ae4a59b313 06:52:37 Step 26/26 : LABEL version=0.0.0 06:52:37 ---> Running in c6085195a7da 06:52:38 Removing intermediate container c6085195a7da 06:52:38 ---> 40aa576f9a23 06:52:38 06:52:38 Successfully built 40aa576f9a23 06:52:39 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:53:47  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:54:01 Removing intermediate container 15ac2d134038 06:54:01 ---> a73a9bd3ac2d 06:54:01 06:54:01 Step 10/24 : FROM alpine:3.12 06:54:01 ---> d75e27dfc0a0 06:54:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 06:54:01 ---> Running in 2e87164860bd 06:54:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:54:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:54:03 (1/6) Installing ca-certificates (20191127-r4) 06:54:03 (2/6) Installing nghttp2-libs (1.41.0-r0) 06:54:03 (3/6) Installing libcurl (7.69.1-r3) 06:54:03 (4/6) Installing curl (7.69.1-r3) 06:54:03 (5/6) Installing dumb-init (1.2.2-r1) 06:54:03 (6/6) Installing su-exec (0.2-r1) 06:54:03 Executing busybox-1.31.1-r20.trigger 06:54:03 Executing ca-certificates-20191127-r4.trigger 06:54:04 OK: 7 MiB in 20 packages 06:54:07 Removing intermediate container 2e87164860bd 06:54:07 ---> 8d6f6bab5a77 06:54:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:54:07 Removing intermediate container 6be364be817b 06:54:07 ---> 43d7abb57181 06:54:07 06:54:07 Step 10/23 : FROM alpine:3.12 06:54:07 ---> d75e27dfc0a0 06:54:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:54:08 ---> Running in 4fa648f8ccac 06:54:08 ---> Running in 06b4e7c0d107 06:54:08 Removing intermediate container 016ea2c375df 06:54:08 ---> b0e81c6ab2b1 06:54:08 06:54:08 Step 10/22 : FROM alpine:3.12 06:54:08 ---> d75e27dfc0a0 06:54:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:54:08 Removing intermediate container 4fa648f8ccac 06:54:08 ---> e8def3678eff 06:54:08 Step 13/24 : WORKDIR / 06:54:09 ---> Running in 527a3d4740eb 06:54:09 ---> Running in fbd0d4844242 06:54:10 Removing intermediate container fbd0d4844242 06:54:10 ---> 2f7a1401f88a 06:54:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:54:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:54:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:54:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:54:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:54:11 (1/1) Installing dumb-init (1.2.2-r1) 06:54:11 Executing busybox-1.31.1-r20.trigger 06:54:11 OK: 5 MiB in 15 packages 06:54:11 ---> ac26a61cfec4 06:54:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:54:11 (1/1) Installing dumb-init (1.2.2-r1) 06:54:11 Executing busybox-1.31.1-r20.trigger 06:54:11 OK: 5 MiB in 15 packages 06:54:12 ---> 2514e16a6dac 06:54:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:54:12 Removing intermediate container 06b4e7c0d107 06:54:12 ---> d0a8d3390b30 06:54:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:54:12 ---> Running in 9ea32e37fff8 06:54:13 Removing intermediate container 527a3d4740eb 06:54:13 ---> 101600702ae2 06:54:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:54:13 Removing intermediate container 9ea32e37fff8 06:54:13 ---> 659a3f967910 06:54:13 Step 13/23 : ENV APP_PORT=48082 06:54:13 ---> Running in 07971d1737eb 06:54:13 ---> Running in 76f3f30ae02f 06:54:13 ---> 01ac6f0abdd6 06:54:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:54:14 Removing intermediate container 07971d1737eb 06:54:14 ---> 40e98a97c4b7 06:54:14 Step 13/22 : ENV APP_PORT=48085 06:54:14 Removing intermediate container 76f3f30ae02f 06:54:14 ---> 90b86491f15a 06:54:14 Step 14/23 : EXPOSE $APP_PORT 06:54:14 ---> Running in b54891d601c2 06:54:14 ---> Running in dad7e1889ddd 06:54:15 Removing intermediate container b54891d601c2 06:54:15 ---> a9c22295054b 06:54:15 Step 14/22 : EXPOSE $APP_PORT 06:54:15 Removing intermediate container dad7e1889ddd 06:54:15 ---> c741d63b8704 06:54:15 Step 15/23 : WORKDIR / 06:54:16 ---> Running in 330f838a488b 06:54:16 ---> 325f1194eb55 06:54:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:54:16 ---> Running in b39275a70ba3 06:54:16 Removing intermediate container 37a08c2437de 06:54:16 ---> 34345549d2cb 06:54:16 06:54:16 Step 10/23 : FROM alpine:3.12 06:54:16 ---> d75e27dfc0a0 06:54:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:54:16 ---> Using cache 06:54:16 ---> 101600702ae2 06:54:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:54:16 ---> Using cache 06:54:16 ---> 40e98a97c4b7 06:54:16 Step 13/23 : ENV APP_PORT=48081 06:54:17 ---> Running in 1ba87a251c01 06:54:17 Removing intermediate container 330f838a488b 06:54:17 ---> c9988a0118ed 06:54:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:54:17 Removing intermediate container b39275a70ba3 06:54:17 ---> 4f4e00ae0f55 06:54:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:54:17 ---> 056667c4c2e3 06:54:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:54:17 Removing intermediate container 1ba87a251c01 06:54:17 ---> 818324789012 06:54:17 Step 14/23 : EXPOSE $APP_PORT 06:54:17 ---> Running in 66a064f2918d 06:54:17 ---> eba29123a085 06:54:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:54:17 ---> 80829d60b162 06:54:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:54:18 Removing intermediate container 66a064f2918d 06:54:18 ---> df8be057eb07 06:54:18 Step 15/23 : WORKDIR / 06:54:18 ---> 154d86e84e1b 06:54:18 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/ 06:54:19 ---> Running in 40183bcb568d 06:54:19 ---> Running in 633ee0e0bd51 06:54:19 ---> 626c573901e3 06:54:19 ---> b5a6a7f603fb 06:54:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.tomlStep 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:54:19 06:54:19 Removing intermediate container 40183bcb568d 06:54:19 ---> 4d6483c167d9 06:54:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:54:20 ---> c79e4443526c 06:54:20 Step 19/23 : ENTRYPOINT ["/core-command"] 06:54:20 ---> 2fe86fc18726 06:54:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:54:20 ---> Running in 890302d16d03 06:54:20 ---> Running in 0e519e3b8630 06:54:20 ---> c67be08e6e4f 06:54:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:54:21 Removing intermediate container 890302d16d03 06:54:21 ---> d0f23635f350 06:54:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:54:21 ---> Running in ec654968c12b 06:54:21 Removing intermediate container 0e519e3b8630 06:54:21 ---> a89799372e81 06:54:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:54:21 ---> Running in 12c069aecc0c 06:54:22 Removing intermediate container 633ee0e0bd51 06:54:22 ---> e536591a11c6 06:54:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:54:22 Removing intermediate container ec654968c12b 06:54:22 ---> 17d2727b438a 06:54:22 Step 21/23 : LABEL arch=arm64 06:54:22 ---> 2602aab69e2e 06:54:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:54:22 ---> Running in d2c444371e7e 06:54:22 Removing intermediate container 12c069aecc0c 06:54:22 ---> 043cb140952f 06:54:22 Step 20/22 : LABEL arch=arm64 06:54:22 ---> Running in 288499a4cc70 06:54:22 ---> Running in 150f04d7213c 06:54:23 Removing intermediate container d2c444371e7e 06:54:23 ---> d87fde0fe4d5 06:54:23 Step 22/24 : LABEL arch=arm64 06:54:23 ---> Running in 294877cb5b84 06:54:23 Removing intermediate container 288499a4cc70 06:54:23 ---> e28b42937a43 06:54:23 Step 22/23 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:54:23 Removing intermediate container 150f04d7213c 06:54:23 ---> 77545727c297 06:54:23 Step 21/22 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:54:23 ---> bdadaf40d3e0 06:54:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:54:23 ---> Running in 61aea1bbbbdb 06:54:23 ---> Running in 0beb6b747967 06:54:23 ---> Running in dd85f61e830e 06:54:23 Removing intermediate container 294877cb5b84 06:54:23 ---> 9df640085184 06:54:23 Step 23/24 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:54:23 ---> Running in ceb2bb99acfb 06:54:24 Removing intermediate container 0beb6b747967 06:54:24 ---> 491fda1723be 06:54:24 Step 22/22 : LABEL version=0.0.0 06:54:24 Removing intermediate container 61aea1bbbbdb 06:54:24 ---> 0b24d192a57e 06:54:24 Step 23/23 : LABEL version=0.0.0 06:54:24 Removing intermediate container dd85f61e830e 06:54:24 ---> 662c3133ff33 06:54:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:54:24 ---> Running in 0f325ba336b4 06:54:24 ---> Running in 3b2314562228 06:54:24 ---> Running in 7a51bf182080 06:54:24 Removing intermediate container ceb2bb99acfb 06:54:24 ---> 7b0a1c502f2f 06:54:24 Step 24/24 : LABEL version=0.0.0 06:54:24 ---> Running in 00a73852e317 06:54:24 Removing intermediate container 3b2314562228 06:54:24 ---> 2a7650065f23 06:54:24 06:54:24 Removing intermediate container 0f325ba336b4 06:54:24 ---> 63756861f2b9 06:54:24 06:54:24 Removing intermediate container 7a51bf182080 06:54:24 ---> a20bff0c1d98 06:54:24 Step 21/23 : LABEL arch=arm64 06:54:25 Successfully built 2a7650065f23 06:54:25 Successfully tagged docker-support-scheduler-go-arm64:latest 06:54:25  Building docker-support-scheduler-go ... done Successfully built 63756861f2b9 06:54:25 ---> Running in 7917f007908c 06:54:25 Successfully tagged docker-core-command-go-arm64:latest 06:54:25  Building docker-core-command-go ... done Removing intermediate container 00a73852e317 06:54:25 ---> f8a59dac1e40 06:54:25 06:54:25 Successfully built f8a59dac1e40 06:54:25 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:54:26  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7917f007908c 06:54:26 ---> c86493162820 06:54:26 Step 22/23 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a 06:54:26 ---> Running in 622de1495cb2 06:54:26 Removing intermediate container 622de1495cb2 06:54:26 ---> c5e99844a1f0 06:54:26 Step 23/23 : LABEL version=0.0.0 06:54:26 ---> Running in 615bd636eae3 06:54:27 Removing intermediate container 615bd636eae3 06:54:27 ---> 91c426a586c1 06:54:27 06:54:27 Successfully built 91c426a586c1 06:54:27 Successfully tagged docker-core-metadata-go-arm64:latest 06:54:28  Building docker-core-metadata-go ... done  [Pipeline] } 06:54:28 $ docker stop --time=1 4d36853b4111f6c4e04131d62abec6b46715d67c43b443bc1aa4f0b87b52b64d 06:54:30 $ docker rm -f 4d36853b4111f6c4e04131d62abec6b46715d67c43b443bc1aa4f0b87b52b64d [Pipeline] // withDockerContainer [Pipeline] sh 06:54:30 + + grepdocker docker images 06:54:30 06:54:30 docker-core-metadata-go-arm64 latest 91c426a586c1 4 seconds ago 17.9MB 06:54:30 docker-security-secretstore-setup-go-arm64 latest f8a59dac1e40 5 seconds ago 24.4MB 06:54:30 docker-core-command-go-arm64 latest 63756861f2b9 6 seconds ago 16.3MB 06:54:30 docker-support-scheduler-go-arm64 latest 2a7650065f23 6 seconds ago 16.4MB 06:54:30 docker-sys-mgmt-agent-go-arm64 latest 40aa576f9a23 About a minute ago 301MB 06:54:30 docker-core-data-go-arm64 latest 9c421cba88a5 3 minutes ago 21.4MB 06:54:30 docker-security-bootstrapper-go-arm64 latest ab5a05c462e6 3 minutes ago 17.9MB 06:54:30 docker-support-notifications-go-arm64 latest fc3fe2d6345a 3 minutes ago 16.9MB 06:54:30 docker-security-proxy-setup-go-arm64 latest fbf151510ce6 3 minutes ago 24.1MB 06:54:30 docker 20.10.0 eeaf43b92773 3 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 06:54:32 ---> job-cost.sh 06:54:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vGSr 06:54:47 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 06:54:47 Pulling go-build-helper 06:54:47 + snapcraftctl pull 06:54:47 'app-service-config' has dependencies that need to be staged: go-build-helper 06:54:47 Skipping pull go-build-helper (already ran) 06:54:47 Building go-build-helper 06:54:47 + snapcraftctl build 06:54:47 Staging go-build-helper 06:54:47 + snapcraftctl stage 06:54:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:54:52 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:54:52 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:54:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 06:54:52 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:54:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 06:54:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 06:54:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 06:54:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 06:54:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:54:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:54:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:54:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 06:54:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 06:54:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:54:52 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:54:52 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:54:52 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 06:54:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:54:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 06:54:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 06:54:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 06:54:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 06:54:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 06:54:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 06:54:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] 06:54:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 06:54:52 Fetched 24.2 MB in 0s (0 B/s) 06:54:52 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 06:54:52 Fetched 224 kB in 0s (0 B/s) 06:54:52 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 06:54:52 Fetched 157 kB in 0s (0 B/s) 06:54:52 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 06:54:52 Fetched 221 kB in 0s (0 B/s) 06:54:52 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 06:54:52 Fetched 143 kB in 0s (0 B/s) 06:54:52 Pulling app-service-config 06:54:52 + snapcraftctl pull 06:54:52 Cloning into '/root/parts/app-service-config/src'... 06:54:53 Pulling config-common 06:54:53 + snapcraftctl pull 06:54:57 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 06:54:57 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 06:54:57 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:54:57 Fetched 0 B in 0s (0 B/s) 06:54:57 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 06:54:57 Fetched 0 B in 0s (0 B/s) 06:54:57 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 06:54:57 Fetched 0 B in 0s (0 B/s) 06:54:57 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 06:54:57 Fetched 0 B in 0s (0 B/s) 06:54:57 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 06:54:57 Fetched 0 B in 0s (0 B/s) 06:54:57 Pulling edgex-go 06:54:57 + snapcraftctl pull 06:55:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:55:19 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 06:55:19 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 06:55:19 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:55:19 Fetched 0 B in 0s (0 B/s) 06:55:19 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 06:55:19 Fetched 96.5 kB in 0s (0 B/s) 06:55:19 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 06:55:19 Fetched 279 kB in 0s (0 B/s) 06:55:19 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 06:55:19 Fetched 122 kB in 0s (0 B/s) 06:55:19 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 06:55:19 Fetched 77.8 kB in 0s (0 B/s) 06:55:19 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 06:55:19 Fetched 8848 B in 0s (0 B/s) 06:55:19 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 06:55:19 Fetched 47.8 kB in 0s (0 B/s) 06:55:19 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 06:55:19 Fetched 45.6 kB in 0s (0 B/s) 06:55:19 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 06:55:19 Fetched 15.0 kB in 0s (0 B/s) 06:55:19 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 06:55:19 Fetched 219 kB in 0s (0 B/s) 06:55:19 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 06:55:19 Fetched 154 kB in 0s (0 B/s) 06:55:19 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 06:55:19 Fetched 50.6 kB in 0s (0 B/s) 06:55:19 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 06:55:19 Fetched 14.8 kB in 0s (0 B/s) 06:55:19 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 06:55:19 Fetched 41.8 kB in 0s (0 B/s) 06:55:19 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 06:55:19 Fetched 499 kB in 0s (0 B/s) 06:55:19 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 06:55:19 Fetched 111 kB in 0s (0 B/s) 06:55:19 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 06:55:19 Fetched 240 kB in 0s (0 B/s) 06:55:19 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 06:55:19 Fetched 29.3 kB in 0s (0 B/s) 06:55:19 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 06:55:19 Fetched 85.5 kB in 0s (0 B/s) 06:55:19 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 06:55:19 Fetched 24.5 kB in 0s (0 B/s) 06:55:19 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 06:55:19 Fetched 49.2 kB in 0s (0 B/s) 06:55:19 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 06:55:19 Fetched 54.2 kB in 0s (0 B/s) 06:55:19 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 06:55:19 Fetched 30.8 kB in 0s (0 B/s) 06:55:19 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 06:55:19 Fetched 15.8 kB in 0s (0 B/s) 06:55:19 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 06:55:19 Fetched 85.9 kB in 0s (0 B/s) 06:55:19 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 06:55:19 Fetched 8720 B in 0s (0 B/s) 06:55:19 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 06:55:19 Fetched 137 kB in 0s (0 B/s) 06:55:19 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 06:55:19 Fetched 119 kB in 0s (0 B/s) 06:55:19 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 06:55:19 Fetched 109 kB in 0s (0 B/s) 06:55:19 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 06:55:19 Fetched 11.1 kB in 0s (0 B/s) 06:55:19 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 06:55:19 Fetched 645 kB in 0s (0 B/s) 06:55:19 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 06:55:19 Fetched 41.3 kB in 0s (0 B/s) 06:55:19 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 06:55:19 Fetched 17.9 kB in 0s (0 B/s) 06:55:19 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 06:55:19 Fetched 368 kB in 0s (0 B/s) 06:55:19 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 06:55:19 Fetched 187 kB in 0s (0 B/s) 06:55:19 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 06:55:19 Fetched 175 kB in 0s (0 B/s) 06:55:19 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 06:55:19 Fetched 206 kB in 0s (0 B/s) 06:55:19 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 06:55:19 Fetched 1301 kB in 0s (0 B/s) 06:55:19 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 06:55:19 Fetched 36.2 kB in 0s (0 B/s) 06:55:19 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 06:55:19 Fetched 159 kB in 0s (0 B/s) 06:55:19 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 06:55:19 Fetched 107 kB in 0s (0 B/s) 06:55:19 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 06:55:19 Fetched 48.7 kB in 0s (0 B/s) 06:55:19 Pulling static-packages 06:55:19 + snapcraftctl pull 06:55:20 Pulling version 06:55:20 + cd /root/project 06:55:20 + [ -f VERSION ] 06:55:20 + PROJECT_VERSION=local-dev 06:55:20 + git rev-parse --short HEAD 06:55:20 + GIT_REVISION=bc354aaa 06:55:20 + snapcraftctl set-version local-dev 06:55:21 Skipping build go-build-helper (already ran) 06:55:21 Building app-service-config 06:55:21 + make build 06:55:21 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 06:55:24 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.40 06:55:24 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 06:55:24 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 06:55:24 go: downloading github.com/gorilla/mux v1.8.0 06:55:24 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 06:55:24 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 06:55:24 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 06:55:24 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 06:55:24 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 06:55:24 go: downloading github.com/google/uuid v1.2.0 06:55:24 go: downloading github.com/pelletier/go-toml v1.2.0 06:55:24 go: downloading github.com/x448/float16 v0.8.4 06:55:24 go: downloading github.com/go-kit/kit v0.8.0 06:55:24 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 06:55:24 go: downloading github.com/gorilla/websocket v1.4.2 06:55:24 go: downloading github.com/BurntSushi/toml v0.3.1 06:55:24 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 06:55:24 go: downloading github.com/go-playground/validator/v10 v10.4.1 06:55:24 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 06:55:24 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 06:55:24 go: downloading github.com/pebbe/zmq4 v1.2.7 06:55:24 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 06:55:24 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:55:25 go: downloading github.com/mitchellh/copystructure v1.0.0 06:55:25 go: downloading github.com/hashicorp/consul/api v1.8.1 06:55:25 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 06:55:25 go: downloading github.com/go-playground/universal-translator v0.17.0 06:55:25 go: downloading github.com/mitchellh/reflectwalk v1.0.0 06:55:25 go: downloading github.com/hashicorp/go-hclog v0.12.0 06:55:25 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 06:55:25 go: downloading github.com/mattn/go-isatty v0.0.12 06:55:25 go: downloading github.com/mitchellh/mapstructure v1.1.2 06:55:25 go: downloading github.com/hashicorp/serf v0.9.5 06:55:25 go: downloading github.com/leodido/go-urn v1.2.0 06:55:25 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:55:25 go: downloading github.com/go-playground/locales v0.13.0 06:55:25 go: downloading github.com/go-logfmt/logfmt v0.4.0 06:55:25 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 06:55:25 go: downloading github.com/go-redis/redis/v7 v7.2.0 06:55:25 go: downloading github.com/fatih/color v1.9.0 06:55:25 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 06:55:25 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:55:25 go: downloading github.com/mattn/go-colorable v0.1.6 06:55:25 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 06:55:25 go: downloading github.com/hashicorp/golang-lru v0.5.0 06:55:35 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 06:55:35 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 06:55:35 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 06:55:35 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 06:55:35 Building config-common 06:55:35 + snapcraftctl build 06:55:38 Building edgex-go 06:55:38 + cd /root/parts/edgex-go/src 06:55:38 + make build 06:55:38 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 06:55:38 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 06:55:38 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 06:55:38 go: downloading github.com/pkg/errors v0.8.1 06:55:38 go: downloading github.com/imdario/mergo v0.3.12 06:55:38 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 06:55:38 go: downloading github.com/OneOfOne/xxhash v1.2.8 06:55:41 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 06:55:41 go: downloading gopkg.in/yaml.v2 v2.4.0 06:55:46 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 06:55:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:55:49 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 06:55:50 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 06:55:50 go: downloading github.com/stretchr/testify v1.7.0 06:55:50 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 06:55:50 go: downloading github.com/pmezard/go-difflib v1.0.0 06:55:50 go: downloading github.com/davecgh/go-spew v1.1.1 06:55:52 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 06:55:52 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 06:55:52 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 06:55:53 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 06:55:55 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 06:55:55 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 06:55:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 06:55:57 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 06:55:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:55:58 go: downloading github.com/lib/pq v1.10.0 06:56:00 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 06:56:00 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 06:56:00 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 06:56:00 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 06:56:00 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 06:56:00 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 06:56:00 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 06:56:00 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 06:56:00 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 06:56:00 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 06:56:00 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 06:56:00 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 06:56:00 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 06:56:00 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 06:56:00 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 06:56:00 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 06:56:00 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 06:56:00 + 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 06:56:00 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 06:56:00 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 06:56:00 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 06:56:00 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 06:56:00 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 06:56:00 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 06:56:00 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 06:56:00 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 06:56:04 Building static-packages 06:56:04 + snapcraftctl build 06:56:05 Building version 06:56:05 + snapcraftctl build 06:56:07 Skipping stage go-build-helper (already ran) 06:56:07 Staging app-service-config 06:56:07 + snapcraftctl stage 06:56:08 Staging config-common 06:56:08 + snapcraftctl stage 06:56:09 Staging edgex-go 06:56:09 + snapcraftctl stage 06:56:10 Staging static-packages 06:56:10 + snapcraftctl stage 06:56:11 Staging version 06:56:11 + snapcraftctl stage 06:56:12 Priming go-build-helper 06:56:12 + snapcraftctl prime 06:56:13 Priming app-service-config 06:56:13 + snapcraftctl prime 06:56:14 Priming config-common 06:56:14 + snapcraftctl prime 06:56:15 Priming edgex-go 06:56:15 + snapcraftctl prime 06:56:17 Priming static-packages 06:56:17 + snapcraftctl prime 06:56:19 Priming version 06:56:19 + snapcraftctl prime 06:56:19 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] } 06:56:47 lf-activate-venv(): INFO: Adding /tmp/venv-vGSr/bin to PATH 06:56:47 INFO: No Stack... 06:56:47 INFO: Retrieving Pricing Info for: lf-standard-4 06:56:47 INFO: Archiving Costs [Pipeline] sh 06:56:48 + cut -d, -f6 06:56:48 + cat /w/workspace/edgex-go/55/archives/cost.csv [Pipeline] lock 06:56:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-55-stack-cost] 06:56:48 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-55-stack-cost] did not exist. Created. 06:56:48 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-55-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:56:48 + echo total: 0.20999999344348907 [Pipeline] stash 06:56:48 Stashed 1 file(s) [Pipeline] } 06:56:48 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-55-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 06:56:50 provisioning config files... 06:56:50 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/55@tmp/config5343545055419067134tmp [Pipeline] { [Pipeline] sh 06:56:50 + set +x 06:56:50 + curl -s https://codecov.io/bash 06:56:50 + bash -s -- 06:56:51 06:56:51 _____ _ 06:56:51 / ____| | | 06:56:51 | | ___ __| | ___ ___ _____ __ 06:56:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:56:51 | |___| (_) | (_| | __/ (_| (_) \ V / 06:56:51 \_____\___/ \__,_|\___|\___\___/ \_/ 06:56:51 Bash-20210309-2b87ace 06:56:51 06:56:51 06:56:51 ==> git version 2.24.3 found 06:56:51 ==> 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 06:56:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:56:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:56:51 ==> Jenkins CI detected. 06:56:51 project root: . 06:56:51 --> token set from env 06:56:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:56:51 ==> Running gcov in . (disable via -X gcov) 06:56:51 ==> Python coveragepy not found 06:56:51 ==> Searching for coverage reports in: 06:56:51 + . 06:56:51 -> Found 1 reports 06:56:51 ==> Detecting git/mercurial file structure 06:56:51 ==> Reading reports 06:56:51 + ./coverage.out bytes=697383 06:56:51 ==> Appending adjustments 06:56:51 https://docs.codecov.io/docs/fixing-reports 06:56:54 + Found adjustments 06:56:54 ==> Gzipping contents 06:56:55 100K /tmp/codecov.ViphVw.gz 06:56:55 ==> Uploading reports 06:56:55 url: https://codecov.io 06:56:55 query: branch=PR-3234&commit=3dcad5acca2c733e2f0f869496fb3be139a3983a&build=55&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F55%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 06:56:55 -> Pinging Codecov 06:56:55 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=3dcad5acca2c733e2f0f869496fb3be139a3983a&build=55&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F55%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 06:56:55 -> Uploading to 06:56:55 https://storage.googleapis.com/codecov/v4/raw/2021-04-06/00271124DB129430A58F1EEE437C3FCB/3dcad5acca2c733e2f0f869496fb3be139a3983a/d638f697-6550-4f5c-9f46-c9639306d1f8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T065655Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=032ecb9a4dedac84732be10ee7c60a85674d38f2b86edab49769ad0761f3b793 06:56:55 % Total % Received % Xferd Average Speed Time Time Time Current 06:56:55 Dload Upload Total Spent Left Speed 06:56:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99592 0 0 100 99592 0 222k --:--:-- --:--:-- --:--:-- 222k 06:56:55 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3dcad5acca2c733e2f0f869496fb3be139a3983a [Pipeline] } 06:56:55 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 06:56:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:56:58 ---> package-listing.sh 06:56:58 ++ facter osfamily 06:56:58 ++ tr '[:upper:]' '[:lower:]' 06:56:58 + OS_FAMILY=redhat 06:56:58 + workspace=/w/workspace/edgex-go/55 06:56:58 + START_PACKAGES=/tmp/packages_start.txt 06:56:58 + END_PACKAGES=/tmp/packages_end.txt 06:56:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:56:58 + PACKAGES=/tmp/packages_start.txt 06:56:58 + '[' /w/workspace/edgex-go/55 ']' 06:56:58 + PACKAGES=/tmp/packages_end.txt 06:56:58 + case "${OS_FAMILY}" in 06:56:58 + rpm -qa 06:56:58 + sort 06:57:04 + '[' -f /tmp/packages_start.txt ']' 06:57:04 + '[' -f /tmp/packages_end.txt ']' 06:57:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:57:04 + '[' /w/workspace/edgex-go/55 ']' 06:57:04 + mkdir -p /w/workspace/edgex-go/55/archives/ 06:57:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/55/archives/ [Pipeline] echo 06:57:04 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/55/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:57:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:57:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:57:04 06:57:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:57:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:57:05 alpine: Pulling from edgex-lftools-log-publisher 06:57:05 df20fa9351a1: Pulling fs layer 06:57:05 36b3adc4ff6f: Pulling fs layer 06:57:05 8ad3a11d3b57: Pulling fs layer 06:57:05 46f8f816bc3b: Pulling fs layer 06:57:05 93b61091891f: Pulling fs layer 06:57:05 93b9cdb0e59b: Pulling fs layer 06:57:05 5e14af77c1be: Pulling fs layer 06:57:05 01666e4c0597: Pulling fs layer 06:57:05 aa168da1d23b: Pulling fs layer 06:57:05 46f8f816bc3b: Waiting 06:57:05 93b61091891f: Waiting 06:57:05 93b9cdb0e59b: Waiting 06:57:05 01666e4c0597: Waiting 06:57:05 5e14af77c1be: Waiting 06:57:05 aa168da1d23b: Waiting 06:57:05 36b3adc4ff6f: Download complete 06:57:05 46f8f816bc3b: Verifying Checksum 06:57:05 46f8f816bc3b: Download complete 06:57:05 df20fa9351a1: Verifying Checksum 06:57:05 df20fa9351a1: Download complete 06:57:05 93b9cdb0e59b: Download complete 06:57:05 5e14af77c1be: Verifying Checksum 06:57:05 5e14af77c1be: Download complete 06:57:05 93b61091891f: Verifying Checksum 06:57:05 93b61091891f: Download complete 06:57:05 01666e4c0597: Verifying Checksum 06:57:05 01666e4c0597: Download complete 06:57:05 8ad3a11d3b57: Verifying Checksum 06:57:05 8ad3a11d3b57: Download complete 06:57:06 df20fa9351a1: Pull complete 06:57:06 36b3adc4ff6f: Pull complete 06:57:07 8ad3a11d3b57: Pull complete 06:57:07 aa168da1d23b: Verifying Checksum 06:57:07 aa168da1d23b: Download complete 06:57:08 46f8f816bc3b: Pull complete 06:57:09 93b61091891f: Pull complete 06:57:09 93b9cdb0e59b: Pull complete 06:57:09 5e14af77c1be: Pull complete 06:57:10 01666e4c0597: Pull complete 06:57:18 aa168da1d23b: Pull complete 06:57:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:57:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:57:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:57:18 prd-centos7-docker-4c-2g-32911 does not seem to be running inside a container 06:57:18 $ 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/55/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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:57:22 $ docker top 272c6616f5151ec7f3299a667a587f82be3089b79d06376a3d3333c3208ad19d -eo pid,comm [Pipeline] { [Pipeline] sh 06:57:23 + touch /tmp/pre-build-complete [Pipeline] sh 06:57:23 + mkdir -p /var/log/sa [Pipeline] sh 06:57:24 + ls /var/log/sa-host 06:57:24 + sadf -c /var/log/sa-host/sa06 06:57:24 file_magic: OK 06:57:24 HZ: Using current value: 100 06:57:24 file_header: OK 06:57:24 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 06:57:24 Statistics: 06:57:24 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... 06:57:24 File successfully converted to sysstat format version 12.2.1 06:57:24 + sadf -c /var/log/sa-host/sa23 06:57:24 file_magic: OK 06:57:24 HZ: Using current value: 100 06:57:24 file_header: OK 06:57:24 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 06:57:24 Statistics: 06:57:24 Hnuu...uuuununununu... 06:57:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:57:24 provisioning config files... 06:57:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/55@tmp/config4662146041299166846tmp [Pipeline] { [Pipeline] echo 06:57:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:57:24 ---> create-netrc.sh [Pipeline] } 06:57:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:57:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:57:25 ---> python-tools-install.sh [Pipeline] echo 06:57:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:57:25 ---> sudo-logs.sh 06:57:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:57:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:57:25 ---> job-cost.sh 06:57:25 lf-activate-venv: SKIPPING 06:57:25 DEBUG: total: 0.20999999344348907 06:57:25 INFO: Retrieving Stack Cost... 06:57:27 INFO: Retrieving Pricing Info for: v1-standard-2 06:57:28 INFO: Archiving Costs [Pipeline] echo 06:57:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:57:28 ---> logs-deploy.sh 06:57:28 lf-activate-venv: SKIPPING 06:57:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/55 06:57:28 INFO: archiving workspace using pattern(s): 06:57:30 Archives upload complete. 06:57:30 INFO: archiving logs to Nexus