Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at f2bd0815c0e73667d07e5744b61daa5be38d8f92 rather than 1e9f562da539bc74bb42954d46b56ff67cb596da Obtained Jenkinsfile from f2bd0815c0e73667d07e5744b61daa5be38d8f92 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32365 in /w/workspace/edgexfoundry_edgex-go_PR-3313 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 1e9f562da539bc74bb42954d46b56ff67cb596da Merge succeeded, producing ef2529f732dd112c71414021f095ca98a2fd0a56 Checking out Revision ef2529f732dd112c71414021f095ca98a2fd0a56 (PR-3313) > 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/3313/head:refs/remotes/origin/PR-3313 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e9f562da539bc74bb42954d46b56ff67cb596da # 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 f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef2529f732dd112c71414021f095ca98a2fd0a56 # timeout=10 Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 559e31232d98a09340175098ea7e7eed853eab4f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:57 ========================================================= 00:30:57 EdgeX Global Pipelines Version Info 00:30:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:58 ------------------- 00:30:58 stable info: 00:30:58 ------------------- 00:30:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:58 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:30:58 Message: update stable to v1.0.186 00:30:59 ------------------- 00:30:59 experimental info: 00:30:59 ------------------- 00:30:59 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:59 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 00:30:59 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3313 [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3313 [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3313 [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ef2529f732dd112c71414021f095ca98a2fd0a56 [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ef2529f [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:02 provisioning config files... 00:31:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5963879212671578071tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:03 ---> docker-login.sh 00:31:03 nexus3.edgexfoundry.org:10001 00:31:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:03 Configure a credential helper to remove this warning. See 00:31:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:03 00:31:03 Login Succeeded 00:31:03 nexus3.edgexfoundry.org:10002 00:31:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:03 Configure a credential helper to remove this warning. See 00:31:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:03 00:31:03 Login Succeeded 00:31:03 nexus3.edgexfoundry.org:10003 00:31:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:04 Configure a credential helper to remove this warning. See 00:31:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:04 00:31:04 Login Succeeded 00:31:04 nexus3.edgexfoundry.org:10004 00:31:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:04 Configure a credential helper to remove this warning. See 00:31:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:04 00:31:04 Login Succeeded 00:31:04 docker.io 00:31:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:04 Configure a credential helper to remove this warning. See 00:31:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:04 00:31:04 Login Succeeded 00:31:04 ---> docker-login.sh ends [Pipeline] } 00:31:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:05 ++ 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 00:31:05 + for file in '`ls cmd/**/Dockerfile`' 00:31:05 ++ dirname cmd/core-command/Dockerfile 00:31:05 ++ cut -d/ -f2 00:31:05 + echo core-command,cmd/core-command/Dockerfile 00:31:05 + for file in '`ls cmd/**/Dockerfile`' 00:31:05 ++ dirname cmd/core-data/Dockerfile 00:31:05 ++ cut -d/ -f2 00:31:05 + echo core-data,cmd/core-data/Dockerfile 00:31:05 + for file in '`ls cmd/**/Dockerfile`' 00:31:05 ++ dirname cmd/core-metadata/Dockerfile 00:31:05 ++ cut -d/ -f2 00:31:05 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:05 + for file in '`ls cmd/**/Dockerfile`' 00:31:05 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:05 ++ cut -d/ -f2 00:31:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:05 + for file in '`ls cmd/**/Dockerfile`' 00:31:05 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:05 ++ cut -d/ -f2 00:31:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:05 + for file in '`ls cmd/**/Dockerfile`' 00:31:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:05 ++ cut -d/ -f2 00:31:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:05 + for file in '`ls cmd/**/Dockerfile`' 00:31:05 ++ dirname cmd/support-notifications/Dockerfile 00:31:05 ++ cut -d/ -f2 00:31:05 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:05 + for file in '`ls cmd/**/Dockerfile`' 00:31:05 ++ dirname cmd/support-scheduler/Dockerfile 00:31:05 ++ cut -d/ -f2 00:31:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:05 + for file in '`ls cmd/**/Dockerfile`' 00:31:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:05 ++ cut -d/ -f2 00:31:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:05 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 00:31:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:05 00:31:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:06 latest: Pulling from edgex-devops/git-semver 00:31:06 31603596830f: Pulling fs layer 00:31:06 2a8b12db71e7: Pulling fs layer 00:31:06 6ca5941a6612: Pulling fs layer 00:31:06 ecc8261a40a4: Pulling fs layer 00:31:06 ecc8261a40a4: Waiting 00:31:06 2a8b12db71e7: Verifying Checksum 00:31:06 2a8b12db71e7: Download complete 00:31:06 31603596830f: Download complete 00:31:06 6ca5941a6612: Verifying Checksum 00:31:06 6ca5941a6612: Download complete 00:31:06 ecc8261a40a4: Verifying Checksum 00:31:06 ecc8261a40a4: Download complete 00:31:06 31603596830f: Pull complete 00:31:06 2a8b12db71e7: Pull complete 00:31:07 6ca5941a6612: Pull complete 00:31:08 ecc8261a40a4: Pull complete 00:31:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:08 prd-centos7-docker-4c-2g-32365 does not seem to be running inside a container 00:31:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:10 $ docker top fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:11 [ssh-agent] Looking for ssh-agent implementation... 00:31:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:11 $ docker exec fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 ssh-agent 00:31:11 SSH_AUTH_SOCK=/tmp/ssh-4GvuwbeEC9Gf/agent.11 00:31:11 SSH_AGENT_PID=16 00:31:11 Running ssh-add (command line suppressed) 00:31:11 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2681949025025788523.key (/w/workspace/edgex-go/4@tmp/private_key_2681949025025788523.key) 00:31:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:12 + git tag --points-at HEAD [Pipeline] } 00:31:12 $ docker exec --env ******** --env ******** fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 ssh-agent -k 00:31:12 unset SSH_AUTH_SOCK; 00:31:12 unset SSH_AGENT_PID; 00:31:12 echo Agent pid 16 killed; 00:31:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:12 [ssh-agent] Looking for ssh-agent implementation... 00:31:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:12 $ docker exec fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 ssh-agent 00:31:12 SSH_AUTH_SOCK=/tmp/ssh-JKDclJourcL1/agent.45 00:31:12 SSH_AGENT_PID=51 00:31:12 Running ssh-add (command line suppressed) 00:31:13 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2404447693012988815.key (/w/workspace/edgex-go/4@tmp/private_key_2404447693012988815.key) 00:31:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:13 + git semver init 00:31:13 # -> Open(): unable to determine branch for HEAD 00:31:13 # $GIT_DIR = /w/workspace/edgex-go/4/.git 00:31:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 00:31:13 # $SEMVER_REMOTE_NAME = origin 00:31:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:13 # $SEMVER_USER_NAME = edgex-jenkins 00:31:13 # $SEMVER_BRANCH = PR-3313 00:31:13 # $SEMVER_TEMP = /tmp/semver-993946845 00:31:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:40 # '/tmp/semver-993946845' -> '/w/workspace/edgex-go/4/.semver' 00:31:40 # -> Force: false 00:31:40 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 00:31:40 $ docker exec --env ******** --env ******** fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 ssh-agent -k 00:31:40 unset SSH_AUTH_SOCK; 00:31:40 unset SSH_AGENT_PID; 00:31:40 echo Agent pid 51 killed; 00:31:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:41 + git semver [Pipeline] } 00:31:41 $ docker stop --time=1 fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 00:31:43 $ docker rm -f fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:44 Stashed 1 file(s) [Pipeline] echo 00:31:44 [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 00:31:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:45 + sudo service docker restart 00:31:45 + true 00:31:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:46 ========================================================= 00:31:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:46 + 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 . 00:31:50 Sending build context to Docker daemon 329MB 00:31:50 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:50 Step 2/6 : FROM ${BASE} 00:31:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:50 188c0c94c7c5: Pulling fs layer 00:31:50 0ef7d3d256c8: Pulling fs layer 00:31:50 de9db76c5a1d: Pulling fs layer 00:31:50 bca2f99d35d6: Pulling fs layer 00:31:50 93359f2a8cfa: Pulling fs layer 00:31:50 7c6f9722023f: Pulling fs layer 00:31:50 a35cf1a2eb13: Pulling fs layer 00:31:50 93359f2a8cfa: Waiting 00:31:50 7c6f9722023f: Waiting 00:31:50 a35cf1a2eb13: Waiting 00:31:50 bca2f99d35d6: Waiting 00:31:50 de9db76c5a1d: Download complete 00:31:50 0ef7d3d256c8: Download complete 00:31:50 93359f2a8cfa: Verifying Checksum 00:31:50 93359f2a8cfa: Download complete 00:31:50 7c6f9722023f: Verifying Checksum 00:31:50 7c6f9722023f: Download complete 00:31:50 188c0c94c7c5: Verifying Checksum 00:31:50 188c0c94c7c5: Download complete 00:31:51 188c0c94c7c5: Pull complete 00:31:52 0ef7d3d256c8: Pull complete 00:31:52 de9db76c5a1d: Pull complete 00:31:52 a35cf1a2eb13: Verifying Checksum 00:31:52 a35cf1a2eb13: Download complete 00:31:53 bca2f99d35d6: Verifying Checksum 00:31:53 bca2f99d35d6: Download complete 00:31:58 bca2f99d35d6: Pull complete 00:31:58 93359f2a8cfa: Pull complete 00:31:58 7c6f9722023f: Pull complete 00:31:59 Still waiting to schedule task 00:31:59 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:32:05 a35cf1a2eb13: Pull complete 00:32:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:05 ---> a62c8e92a672 00:32:05 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 00:32:05 ---> Running in 47e0a896cc81 00:32:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:06 (1/12) Installing libmagic (5.38-r0) 00:32:07 (2/12) Installing file (5.38-r0) 00:32:07 (3/12) Installing libc-dev (0.7.2-r3) 00:32:07 (4/12) Installing g++ (9.3.0-r2) 00:32:14 (5/12) Installing fortify-headers (1.1-r0) 00:32:14 (6/12) Installing patch (2.7.6-r6) 00:32:14 (7/12) Installing build-base (0.5-r2) 00:32:14 (8/12) Installing libsodium (1.0.18-r0) 00:32:14 (9/12) Installing pkgconf (1.7.2-r0) 00:32:14 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:14 (11/12) Installing libzmq (4.3.3-r0) 00:32:14 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:14 Executing busybox-1.31.1-r19.trigger 00:32:14 OK: 233 MiB in 51 packages 00:32:17 Removing intermediate container 47e0a896cc81 00:32:17 ---> 7820aae706f8 00:32:17 Step 4/6 : WORKDIR /edgex-go 00:32:17 ---> Running in 46c323f0960d 00:32:17 Removing intermediate container 46c323f0960d 00:32:17 ---> 3ba5c439a1d9 00:32:17 Step 5/6 : COPY go.mod . 00:32:18 ---> a5ec64f7dd6a 00:32:18 Step 6/6 : RUN go mod download 00:32:18 ---> Running in 12c1123bfa06 00:32:40 Removing intermediate container 12c1123bfa06 00:32:40 ---> 41119d6cc2fc 00:32:40 Successfully built 41119d6cc2fc 00:32:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:40 + docker inspect -f . ci-base-image-x86_64 00:32:40 . [Pipeline] withDockerContainer 00:32:40 prd-centos7-docker-4c-2g-32365 does not seem to be running inside a container 00:32:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:41 $ docker top 2f59e36a2a2ac9faa7d4f3c01f4db58b310e322ada0b4e5492b686daa04fbd16 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:42 + go version 00:32:42 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:42 $ docker stop --time=1 2f59e36a2a2ac9faa7d4f3c01f4db58b310e322ada0b4e5492b686daa04fbd16 00:32:43 $ docker rm -f 2f59e36a2a2ac9faa7d4f3c01f4db58b310e322ada0b4e5492b686daa04fbd16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:44 + docker inspect -f . ci-base-image-x86_64 00:32:44 . [Pipeline] withDockerContainer 00:32:44 prd-centos7-docker-4c-2g-32365 does not seem to be running inside a container 00:32:44 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:44 $ docker top a2106d768d58c760a64435a63f1be829c52bddd3999a9930ca1eb07363c9219d -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:45 ========================================================= 00:32:45 [edgeXBuildGoParallel] Running Tests and Build... 00:32:45 ========================================================= [Pipeline] sh 00:32:45 + make test 00:32:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:55 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 45.9% of statements 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.069s coverage: 19.8% of statements 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.269s coverage: 27.1% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.197s coverage: 82.9% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.074s coverage: 78.9% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.094s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.138s coverage: 86.7% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.171s coverage: 97.5% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.099s coverage: 78.3% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.387s coverage: 92.8% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 1.0% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.092s coverage: 47.1% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.089s coverage: 79.5% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.225s coverage: 82.6% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.109s coverage: 92.9% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 84.6% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.125s coverage: 91.6% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.210s coverage: 64.4% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.342s coverage: 69.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 38.4% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.140s coverage: 47.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.158s coverage: 87.1% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.739s coverage: 29.1% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.100s coverage: 95.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:34:01 GO111MODULE=on go vet ./... 00:34:33 gofmt -l . 00:34:33 [ "`gofmt -l .`" = "" ] 00:34:33 ./bin/test-go-mod-tidy.sh 00:34:33 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:34 + ls -al . 00:34:34 total 780 00:34:34 drwxrwxr-x 10 1001 1001 4096 Apr 1 00:34 . 00:34:34 drwxr-xr-x 4 root root 28 Apr 1 00:32 .. 00:34:34 -rw-rw-r-- 1 1001 1001 11 Apr 1 00:30 .dockerignore 00:34:34 drwxrwxr-x 8 1001 1001 179 Apr 1 00:30 .git 00:34:34 drwxrwxr-x 3 1001 1001 125 Apr 1 00:30 .github 00:34:34 -rw-rw-r-- 1 1001 1001 818 Apr 1 00:30 .gitignore 00:34:34 drwx------ 3 1001 1001 60 Apr 1 00:31 .semver 00:34:34 -rw-rw-r-- 1 1001 1001 166 Apr 1 00:30 .sonarcloud.properties 00:34:34 -rw-rw-r-- 1 1001 1001 8607 Apr 1 00:30 Attribution.txt 00:34:34 -rw-rw-r-- 1 1001 1001 3804 Apr 1 00:30 CONTRIBUTING.md 00:34:34 -rw-rw-r-- 1 1001 1001 931 Apr 1 00:30 Dockerfile.build 00:34:34 -rw-rw-r-- 1 1001 1001 863 Apr 1 00:30 Jenkinsfile 00:34:34 -rw-rw-r-- 1 1001 1001 10775 Apr 1 00:30 LICENSE 00:34:34 -rw-rw-r-- 1 1001 1001 5774 Apr 1 00:30 Makefile 00:34:34 -rw-rw-r-- 1 1001 1001 6548 Apr 1 00:30 README.md 00:34:34 -rw-rw-r-- 1 1001 1001 6755 Apr 1 00:30 SECURITY.md 00:34:34 -rw-rw-r-- 1 1001 1001 5 Apr 1 00:31 VERSION 00:34:34 -rw-rw-r-- 1 1001 1001 4131 Apr 1 00:30 ZMQWindows.md 00:34:34 drwxrwxr-x 2 1001 1001 117 Apr 1 00:30 bin 00:34:34 drwxrwxr-x 14 1001 1001 4096 Apr 1 00:30 cmd 00:34:34 -rw-r--r-- 1 root root 669470 Apr 1 00:34 coverage.out 00:34:34 -rw-r--r-- 1 root root 1056 Apr 1 00:34 go.mod 00:34:34 -rw-r--r-- 1 root root 22360 Apr 1 00:34 go.sum 00:34:34 drwxrwxr-x 8 1001 1001 127 Apr 1 00:30 internal 00:34:34 drwxrwxr-x 4 1001 1001 26 Apr 1 00:30 openapi 00:34:34 drwxrwxr-x 4 1001 1001 71 Apr 1 00:30 snap 00:34:34 -rw-rw-r-- 1 1001 1001 168 Apr 1 00:30 version.go [Pipeline] sh 00:34:34 + '[' -e coverage.out ] 00:34:34 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:35 Stashed 1 file(s) [Pipeline] sh 00:34:35 + make build 00:34:35 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 00:34:39 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 00:34:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:48 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 00:34:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34: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 00:34: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 00:34: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 00:34:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32370 in /w/workspace/edgexfoundry_edgex-go_PR-3313 [Pipeline] { [Pipeline] ws 00:34:55 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:34: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 00:34:56 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 00:34: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 00:34:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:00 $ docker stop --time=1 a2106d768d58c760a64435a63f1be829c52bddd3999a9930ca1eb07363c9219d 00:35:00 using credential edgex-jenkins-ssh 00:35:00 Cloning the remote Git repository 00:35:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:00 > git init /w/workspace/edgex-go/4 # timeout=10 00:35:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:00 > git --version # timeout=10 00:35:01 > git --version # 'git version 2.17.1' 00:35:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:02 $ docker rm -f a2106d768d58c760a64435a63f1be829c52bddd3999a9930ca1eb07363c9219d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:04 00:35:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:04 latest: Pulling from edgex-devops/edgex-compose 00:35:04 cbdbe7a5bc2a: Pulling fs layer 00:35:04 ca9280d653b3: Pulling fs layer 00:35:04 7e9c9ca2126c: Pulling fs layer 00:35:04 cbdbe7a5bc2a: Verifying Checksum 00:35:04 cbdbe7a5bc2a: Download complete 00:35:05 ca9280d653b3: Verifying Checksum 00:35:05 ca9280d653b3: Download complete 00:35:05 cbdbe7a5bc2a: Pull complete 00:35:06 7e9c9ca2126c: Verifying Checksum 00:35:06 7e9c9ca2126c: Download complete 00:35:06 ca9280d653b3: Pull complete 00:35:14 7e9c9ca2126c: Pull complete 00:35:14 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:14 prd-centos7-docker-4c-2g-32365 does not seem to be running inside a container 00:35:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:17 $ docker top e77e701e37d25a678f760362580bda38204d3bcc70b813f43d8d55743db4d448 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:17 + docker-compose build --help 00:35:17 + grep parallel 00:35:18 --parallel Build images in parallel. [Pipeline] } 00:35:18 $ docker stop --time=1 e77e701e37d25a678f760362580bda38204d3bcc70b813f43d8d55743db4d448 00:35:20 $ docker rm -f e77e701e37d25a678f760362580bda38204d3bcc70b813f43d8d55743db4d448 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:20 . [Pipeline] withDockerContainer 00:35:20 prd-centos7-docker-4c-2g-32365 does not seem to be running inside a container 00:35:21 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 1e9f562da539bc74bb42954d46b56ff67cb596da 00:35:21 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:21 $ docker top 6d2f715441aab1a25bed4daa48ae4a6fe376a03eea1622a09453b3b346d688b0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:21 Merge succeeded, producing 5f911030473169d7160935bfafe0770f5b30efe6 00:35:21 Checking out Revision 5f911030473169d7160935bfafe0770f5b30efe6 (PR-3313) 00:35:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3313/head:refs/remotes/origin/PR-3313 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:21 > git config core.sparsecheckout # timeout=10 00:35:21 > git checkout -f 1e9f562da539bc74bb42954d46b56ff67cb596da # timeout=10 00:35:21 > git remote # timeout=10 00:35:21 > git config --get remote.origin.url # timeout=10 00:35:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:21 > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 00:35:21 > git rev-parse HEAD^{commit} # timeout=10 00:35:21 > git config core.sparsecheckout # timeout=10 00:35:21 > git checkout -f 5f911030473169d7160935bfafe0770f5b30efe6 # timeout=10 00:35:22 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:23 Building docker-core-command-go ... 00:35:23 Building docker-core-data-go ... 00:35:23 Building docker-core-metadata-go ... 00:35:23 Building docker-security-bootstrapper-go ... 00:35:23 Building docker-security-proxy-setup-go ... 00:35:23 Building docker-security-secretstore-setup-go ... 00:35:23 Building docker-support-notifications-go ... 00:35:23 Building docker-support-scheduler-go ... 00:35:23 Building docker-sys-mgmt-agent-go ... 00:35:23 Building docker-support-notifications-go 00:35:23 Building docker-core-metadata-go 00:35:23 Building docker-security-proxy-setup-go 00:35:23 Building docker-sys-mgmt-agent-go 00:35:23 Building docker-core-command-go 00:35:26 Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" 00:35:26 First time build. Skipping changelog. 00:35:26 > git rev-list --no-walk 559e31232d98a09340175098ea7e7eed853eab4f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:28 + true 00:35:28 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:30 provisioning config files... 00:35:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5511031975688793304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:31 ---> docker-login.sh 00:35:31 nexus3.edgexfoundry.org:10001 00:35:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:32 Configure a credential helper to remove this warning. See 00:35:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:32 00:35:32 Login Succeeded 00:35:32 nexus3.edgexfoundry.org:10002 00:35:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:32 Configure a credential helper to remove this warning. See 00:35:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:32 00:35:32 Login Succeeded 00:35:32 nexus3.edgexfoundry.org:10003 00:35:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:33 Configure a credential helper to remove this warning. See 00:35:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:33 00:35:33 Login Succeeded 00:35:33 nexus3.edgexfoundry.org:10004 00:35:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:33 Configure a credential helper to remove this warning. See 00:35:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:33 00:35:33 Login Succeeded 00:35:33 docker.io 00:35:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:34 Configure a credential helper to remove this warning. See 00:35:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:34 00:35:34 Login Succeeded 00:35:34 ---> docker-login.sh ends [Pipeline] } 00:35:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:35 ========================================================= 00:35:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:35 + 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 . 00:35:38 Sending build context to Docker daemon 167.1MB 00:35:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:38 Step 2/6 : FROM ${BASE} 00:35:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:38 5f621e34cdf4: Pulling fs layer 00:35:38 a4357932f1b6: Pulling fs layer 00:35:38 18c013af1878: Pulling fs layer 00:35:38 00ac8860ef70: Pulling fs layer 00:35:38 63d7cb157983: Pulling fs layer 00:35:38 b116817d02f9: Pulling fs layer 00:35:38 745a02a5169b: Pulling fs layer 00:35:38 63d7cb157983: Waiting 00:35:38 b116817d02f9: Waiting 00:35:38 745a02a5169b: Waiting 00:35:38 00ac8860ef70: Waiting 00:35:38 18c013af1878: Download complete 00:35:38 a4357932f1b6: Verifying Checksum 00:35:38 63d7cb157983: Download complete 00:35:38 5f621e34cdf4: Verifying Checksum 00:35:38 5f621e34cdf4: Download complete 00:35:38 5f621e34cdf4: Pull complete 00:35:39 a4357932f1b6: Pull complete 00:35:39 18c013af1878: Pull complete 00:35:41 745a02a5169b: Verifying Checksum 00:35:41 00ac8860ef70: Verifying Checksum 00:35:41 00ac8860ef70: Download complete 00:35:52 00ac8860ef70: Pull complete 00:35:52 63d7cb157983: Pull complete 00:35:52 b116817d02f9: Pull complete 00:35:56 745a02a5169b: Pull complete 00:35:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:56 ---> b7e6874047d6 00:35:56 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 00:36:00 ---> Running in ab00dc24b5ef 00:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:02 ---> 41119d6cc2fc 00:36:02 Step 3/23 : WORKDIR /edgex-go 00:36:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:02 ---> 41119d6cc2fc 00:36:02 Step 3/26 : WORKDIR /edgex-go 00:36:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:02 ---> 41119d6cc2fc 00:36:02 Step 3/22 : WORKDIR /edgex-go 00:36:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:02 ---> 41119d6cc2fc 00:36:02 Step 3/23 : WORKDIR /edgex-go 00:36:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:02 ---> 41119d6cc2fc 00:36:02 Step 3/21 : WORKDIR /edgex-go 00:36:02 ---> Running in 48fbf1898bb0 00:36:02 ---> Running in 3ca4845bd5a1 00:36:02 ---> Running in fb288f14bc85 00:36:02 ---> Running in 1ff3412d2bf8 00:36:02 ---> Running in b790f0bc5704 00:36:02 Removing intermediate container 1ff3412d2bf8 00:36:02 ---> ca9ba1dd5edf 00:36:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:02 Removing intermediate container 3ca4845bd5a1 00:36:02 ---> b982c9c5a82b 00:36:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:02 Removing intermediate container fb288f14bc85 00:36:02 ---> 338c0e8dfb1e 00:36:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:02 Removing intermediate container 48fbf1898bb0 00:36:02 ---> 591cb0fc0df9 00:36:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:02 Removing intermediate container b790f0bc5704 00:36:02 ---> 747f6bb9fce8 00:36:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:02 ---> Running in 4691a304d2ba 00:36:02 ---> Running in 8c7292e1240d 00:36:02 ---> Running in 2451fbbbb7d7 00:36:02 ---> Running in d538ae438b92 00:36:02 ---> Running in d856f955138b 00:36:02 Removing intermediate container 4691a304d2ba 00:36:02 ---> 9c1c365c56b8 00:36:02 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:02 ---> Running in e3bba740ff07 00:36:02 Removing intermediate container 2451fbbbb7d7 00:36:02 ---> 81c1c0236883 00:36:02 Step 5/23 : RUN apk add --update --no-cache make git 00:36:02 ---> Running in d54a8784fd1f 00:36:02 Removing intermediate container 8c7292e1240d 00:36:02 ---> 9f241fdd20e1 00:36:02 Step 5/23 : RUN apk add --update --no-cache make git 00:36:02 Removing intermediate container d538ae438b92 00:36:02 ---> 35d2b77b2a26 00:36:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:02 Removing intermediate container d856f955138b 00:36:02 ---> d62b2f045515 00:36:02 Step 5/21 : RUN apk add --update --no-cache make git 00:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:02 ---> Running in 159f53d86b34 00:36:02 ---> Running in 143d28164c86 00:36:02 ---> Running in 9ab0662e8822 00:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:03 (1/12) Installing libmagic (5.38-r0) 00:36:03 (2/12) Installing file (5.38-r0) 00:36:03 (3/12) Installing libc-dev (0.7.2-r3) 00:36:04 (4/12) Installing g++ (9.3.0-r2) 00:36:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:05 OK: 233 MiB in 51 packages 00:36:05 OK: 233 MiB in 51 packages 00:36:06 OK: 233 MiB in 51 packages 00:36:06 Removing intermediate container e3bba740ff07 00:36:06 ---> c0a412771f39 00:36:06 Step 6/26 : COPY go.mod . 00:36:06 OK: 233 MiB in 51 packages 00:36:06 OK: 233 MiB in 51 packages 00:36:06 Removing intermediate container d54a8784fd1f 00:36:06 ---> 9a6ab19cab97 00:36:06 Step 6/23 : COPY go.mod . 00:36:06 ---> d039db707460 00:36:06 Step 7/26 : RUN go mod download 00:36:06 ---> Running in edb1bb511e5f 00:36:07 ---> 656abacb1924 00:36:07 Step 7/23 : RUN go mod download 00:36:07 Removing intermediate container 143d28164c86 00:36:07 ---> fe0beb00003d 00:36:07 Step 6/23 : COPY go.mod . 00:36:07 ---> Running in c43a98833785 00:36:07 Removing intermediate container 159f53d86b34 00:36:07 ---> f5e67990bbdd 00:36:07 Step 6/22 : COPY go.mod . 00:36:07 Removing intermediate container 9ab0662e8822 00:36:07 ---> e6105440caeb 00:36:07 Step 6/21 : COPY go.mod . 00:36:07 ---> ada00c00efc7 00:36:07 Step 7/23 : RUN go mod download 00:36:07 ---> Running in b21f2ae033fc 00:36:07 ---> afe651e43e7b 00:36:07 Step 7/22 : RUN go mod download 00:36:08 ---> 44c59073baf8 00:36:08 Step 7/21 : RUN go mod download 00:36:08 ---> Running in dc2480916340 00:36:08 (5/12) Installing fortify-headers (1.1-r0) 00:36:08 (6/12) Installing patch (2.7.6-r6) 00:36:08 (7/12) Installing build-base (0.5-r2) 00:36:08 (8/12) Installing libsodium (1.0.18-r0) 00:36:08 (9/12) Installing pkgconf (1.7.2-r0) 00:36:08 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:08 (11/12) Installing libzmq (4.3.3-r0) 00:36:08 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:08 Executing busybox-1.31.1-r19.trigger 00:36:08 OK: 217 MiB in 51 packages 00:36:08 ---> Running in 91b1371d8faf 00:36:09 Removing intermediate container c43a98833785 00:36:09 ---> 60fa6d353e9b 00:36:09 Step 8/23 : COPY . . 00:36:09 Removing intermediate container edb1bb511e5f 00:36:09 ---> c683afd124dd 00:36:09 Step 8/26 : COPY . . 00:36:10 Removing intermediate container b21f2ae033fc 00:36:10 ---> 0f4a7ab89aea 00:36:10 Step 8/23 : COPY . . 00:36:12 Removing intermediate container ab00dc24b5ef 00:36:12 ---> d5abd1179260 00:36:12 Step 4/6 : WORKDIR /edgex-go 00:36:12 ---> Running in 7894571ae742 00:36:12 Removing intermediate container 7894571ae742 00:36:12 ---> c9da587408ad 00:36:12 Step 5/6 : COPY go.mod . 00:36:13 ---> 831928405491 00:36:13 Step 6/6 : RUN go mod download 00:36:13 ---> Running in 33ade3e453a4 00:36:14 Removing intermediate container dc2480916340 00:36:14 ---> 0cc7f95a118f 00:36:14 Step 8/22 : COPY . . 00:36:15 Removing intermediate container 91b1371d8faf 00:36:15 ---> e31fc59ce228 00:36:15 Step 8/21 : COPY . . 00:36:40 Removing intermediate container 33ade3e453a4 00:36:40 ---> 01e62e69f6be 00:36:40 Successfully built 01e62e69f6be 00:36:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:40 + docker inspect -f . ci-base-image-arm64 00:36:40 . [Pipeline] withDockerContainer 00:36:41 prd-ubuntu18.04-docker-arm64-4c-16g-32370 does not seem to be running inside a container 00:36:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:42 $ docker top 8036fe47b3f28197655e7222b4ac6837f0159968585a4489440ef50c019ab572 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:44 + go version 00:36:44 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:44 $ docker stop --time=1 8036fe47b3f28197655e7222b4ac6837f0159968585a4489440ef50c019ab572 00:36:46 $ docker rm -f 8036fe47b3f28197655e7222b4ac6837f0159968585a4489440ef50c019ab572 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:47 + docker inspect -f . ci-base-image-arm64 00:36:47 . [Pipeline] withDockerContainer 00:36:47 prd-ubuntu18.04-docker-arm64-4c-16g-32370 does not seem to be running inside a container 00:36:47 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:48 $ docker top 87f7816767fbd32896f29390b4a3bd39e8c2c59dac0d2b972ec76e95352d2519 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:49 ========================================================= 00:36:49 [edgeXBuildGoParallel] Running Tests and Build... 00:36:49 ========================================================= [Pipeline] sh 00:36:49 + make test 00:36:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:54 ---> d678b6c36aa8 00:36:54 Step 9/23 : RUN make cmd/core-command/core-command 00:36:54 ---> 7108b1d9fd21 00:36:54 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:36:54 ---> Running in d31cafe34d5b 00:36:54 ---> f645c95ba86e 00:36:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:54 ---> Running in 58b202ee6979 00:36:54 ---> dd47f9470ec0 00:36:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:36:54 ---> 74dcd7fb4969 00:36:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:36:54 ---> Running in 86160ab3dd2d 00:36:54 ---> Running in 762158ffe5c4 00:36:54 ---> Running in a8360e39f167 00:36:54 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 00:36:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:36:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:36:54 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 00:36:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:16 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:26 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 00:37:33 Removing intermediate container 86160ab3dd2d 00:37:33 ---> 93295709a503 00:37:33 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:33 ---> Running in bc960c4aa95f 00:37:34 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 00:37:39 Removing intermediate container a8360e39f167 00:37:39 ---> c023ef476b96 00:37:39 00:37:39 Step 10/21 : FROM alpine:3.12 00:37:39 3.12: Pulling from library/alpine 00:37:39 Removing intermediate container 58b202ee6979 00:37:39 ---> 65e01df56f05 00:37:39 00:37:39 Step 10/23 : FROM alpine:3.12 00:37:39 Removing intermediate container 762158ffe5c4 00:37:39 ---> f15f26b4c6ef 00:37:39 00:37:39 Step 10/22 : FROM alpine:3.12 00:37:39 3.12: Pulling from library/alpine 00:37:39 3.12: Pulling from library/alpine 00:37:40 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:37:40 Removing intermediate container bc960c4aa95f 00:37:40 ---> 4e162fe3160c 00:37:40 00:37:40 Step 11/26 : FROM docker:20.10.0 00:37:40 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:37:40 Status: Downloaded newer image for alpine:3.12 00:37:40 Status: Downloaded newer image for alpine:3.12 00:37:40 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:37:40 Status: Image is up to date for alpine:3.12 00:37:40 ---> 42cb162f0360 00:37:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:40 ---> 42cb162f0360 00:37:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:40 20.10.0: Pulling from library/docker 00:37:40 ---> 42cb162f0360 00:37:40 Step 11/21 : RUN apk add --update --no-cache curl 00:37:41 Removing intermediate container d31cafe34d5b 00:37:41 ---> 297840a53e18 00:37:41 00:37:41 Step 10/23 : FROM alpine:3.12 00:37:41 ---> 42cb162f0360 00:37:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:41 ---> Running in 16357a0c35f9 00:37:41 ---> Running in 405d8b504a90 00:37:41 ---> Running in 37a828f5581a 00:37:41 ---> Running in 2d58b02d3b4a 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:42 (1/4) Installing ca-certificates (20191127-r4) 00:37:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:42 (3/4) Installing libcurl (7.69.1-r3) 00:37:43 (4/4) Installing curl (7.69.1-r3) 00:37:43 (1/1) Installing dumb-init (1.2.2-r1) 00:37:43 Executing busybox-1.31.1-r19.trigger 00:37:43 Executing busybox-1.31.1-r19.trigger 00:37:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:43 OK: 6 MiB in 15 packages 00:37:43 Executing ca-certificates-20191127-r4.trigger 00:37:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:43 (1/2) Installing ca-certificates (20191127-r4) 00:37:43 OK: 7 MiB in 18 packages 00:37:43 (2/2) Installing dumb-init (1.2.2-r1) 00:37:43 Executing busybox-1.31.1-r19.trigger 00:37:43 Executing ca-certificates-20191127-r4.trigger 00:37:43 OK: 6 MiB in 16 packages 00:37:43 (1/1) Installing dumb-init (1.2.2-r1) 00:37:43 Executing busybox-1.31.1-r19.trigger 00:37:43 OK: 6 MiB in 15 packages 00:37:46 Removing intermediate container 405d8b504a90 00:37:46 ---> 33c56fe21a3a 00:37:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:46 ---> Running in ba638b688deb 00:37:47 Removing intermediate container 16357a0c35f9 00:37:47 ---> 085ed54e4e4c 00:37:47 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:47 Removing intermediate container 37a828f5581a 00:37:47 ---> 7ac3611ec49e 00:37:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:47 Removing intermediate container 2d58b02d3b4a 00:37:47 ---> 9807e6fd57f1 00:37:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:47 Removing intermediate container ba638b688deb 00:37:47 ---> b154a5676223 00:37:47 Step 13/23 : ENV APP_PORT=48082 00:37:47 ---> Running in 21cc65fee8a9 00:37:47 ---> Running in 778f71d80775 00:37:47 ---> Running in 065e3cfb1082 00:37:47 ---> Running in d7373def00f1 00:37:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:37:47 Status: Downloaded newer image for docker:20.10.0 00:37:47 Removing intermediate container 21cc65fee8a9 00:37:47 ---> 087871f31e73 00:37:47 Step 13/22 : ENV APP_PORT=48060 00:37:47 ---> aefe523efa57 00:37:47 Step 12/26 : RUN apk add --no-cache bash 00:37:47 Removing intermediate container 065e3cfb1082 00:37:47 ---> 4c1899f3abfa 00:37:47 Step 13/21 : WORKDIR /edgex 00:37:48 Removing intermediate container 778f71d80775 00:37:48 ---> 4c5585f36c37 00:37:48 Step 13/23 : ENV APP_PORT=48081 00:37:48 Removing intermediate container d7373def00f1 00:37:48 ---> 97ddbd211ac0 00:37:48 Step 14/23 : EXPOSE $APP_PORT 00:37:48 ---> Running in 2425e85c8b45 00:37:48 ---> Running in 134d2f51c84a 00:37:48 ---> Running in fe9d3d213ef4 00:37:48 ---> Running in 5b305870d348 00:37:48 ---> Running in 060c660132ed 00:37:48 Removing intermediate container 2425e85c8b45 00:37:48 ---> 34b0053c33cc 00:37:48 Step 14/22 : EXPOSE $APP_PORT 00:37:48 Removing intermediate container 5b305870d348 00:37:48 ---> 27ab211b3ec1 00:37:48 Step 14/23 : EXPOSE $APP_PORT 00:37:48 Removing intermediate container fe9d3d213ef4 00:37:48 ---> cd2521b580e7 00:37:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:48 Removing intermediate container 060c660132ed 00:37:48 ---> 65f6a078e9dc 00:37:48 Step 15/23 : WORKDIR / 00:37:49 ---> Running in 95a118115d3d 00:37:49 ---> Running in 1b9ebfe3212c 00:37:49 ---> Running in 201be0cea627 00:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:49 ---> 67782af7e2ee 00:37:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:49 Removing intermediate container 95a118115d3d 00:37:49 ---> 019a1765b30f 00:37:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:49 Removing intermediate container 1b9ebfe3212c 00:37:49 ---> 2c7cd71ccf8e 00:37:49 Step 15/23 : WORKDIR / 00:37:49 (1/2) Installing readline (8.0.4-r0) 00:37:49 (2/2) Installing bash (5.0.17-r0) 00:37:49 Executing bash-5.0.17-r0.post-install 00:37:49 Executing busybox-1.31.1-r19.trigger 00:37:49 OK: 12 MiB in 22 packages 00:37:49 Removing intermediate container 201be0cea627 00:37:49 ---> 4d9b63a74cb5 00:37:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:49 ---> Running in b73470f4b78c 00:37:49 ---> 316305eea0c9 00:37:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:50 ---> b8e9be437f27 00:37:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:50 ---> af0b77244edd 00:37:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:50 Removing intermediate container b73470f4b78c 00:37:50 ---> 19be1e272881 00:37:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:51 Removing intermediate container 134d2f51c84a 00:37:51 ---> ad09156b42f6 00:37:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:51 ---> 704225ee28b4 00:37:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:51 ---> 5b64e9692edd 00:37:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:51 ---> Running in f5c02c4b1edf 00:37:51 ---> 99111671f1ab 00:37:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:51 ---> e8bd060c8244 00:37:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:51 ---> Running in 006a4705eeb5 00:37:51 Removing intermediate container f5c02c4b1edf 00:37:51 ---> 5cc979800962 00:37:51 Step 14/26 : ENV APP_PORT=48090 00:37:51 ---> 920d9d8e34b9 00:37:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:51 ---> Running in d8048a7ddd6e 00:37:51 ---> Running in 3a2be63dbd7a 00:37:51 Removing intermediate container 006a4705eeb5 00:37:51 ---> 49b1723f7b42 00:37:51 Step 18/21 : CMD ["--init=true"] 00:37:52 ---> 1b45c3c606c5 00:37:52 Step 19/23 : ENTRYPOINT ["/core-command"] 00:37:52 ---> 15194da15bd6 00:37:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:52 ---> Running in 8606dc3b3072 00:37:52 ---> Running in 6f35fb78491f 00:37:52 Removing intermediate container d8048a7ddd6e 00:37:52 ---> 3bce06e7232b 00:37:52 Step 15/26 : EXPOSE $APP_PORT 00:37:52 Removing intermediate container 3a2be63dbd7a 00:37:52 ---> 9faad80146f7 00:37:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:52 ---> Running in c6894f0d9337 00:37:52 ---> Running in 29b874e97075 00:37:52 Removing intermediate container 8606dc3b3072 00:37:52 ---> 32657faafb85 00:37:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:52 Removing intermediate container 6f35fb78491f 00:37:52 ---> 9e1d6e888cf2 00:37:52 Step 19/21 : LABEL arch=x86_64 00:37:52 ---> 1d1548a7e3c3 00:37:52 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:37:52 ---> Running in 838572a66736 00:37:52 ---> Running in efff188df92a 00:37:52 ---> Running in 6a8836b2d2c9 00:37:52 Removing intermediate container c6894f0d9337 00:37:52 ---> 713a3877fbd0 00:37:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:53 Removing intermediate container 29b874e97075 00:37:53 ---> 1184fd1b63e6 00:37:53 Step 20/22 : LABEL arch=x86_64 00:37:53 Removing intermediate container 838572a66736 00:37:53 ---> 16200afd69c5 00:37:53 Step 21/23 : LABEL arch=x86_64 00:37:53 ---> Running in 5d7052b67d67 00:37:53 Removing intermediate container efff188df92a 00:37:53 ---> 5e4c52962dd4 00:37:53 Step 20/21 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:37:53 Removing intermediate container 6a8836b2d2c9 00:37:53 ---> fb706657705c 00:37:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:53 ---> Running in 37427438e728 00:37:53 ---> Running in 56110eaa9b83 00:37:53 ---> 5b33170ac46e 00:37:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:53 ---> Running in 1ddd2d2adfe7 00:37:53 Removing intermediate container 5d7052b67d67 00:37:53 ---> ec3fe0cd7ec5 00:37:53 Step 21/22 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:37:53 Removing intermediate container 37427438e728 00:37:53 ---> 2cfaac389327 00:37:53 Step 22/23 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:37:53 Removing intermediate container 56110eaa9b83 00:37:53 ---> 0312f53af09e 00:37:53 Step 21/21 : LABEL version=0.0.0 00:37:53 ---> Running in 99c9d30bacea 00:37:53 ---> Running in 28e13797672e 00:37:53 Removing intermediate container 1ddd2d2adfe7 00:37:53 ---> 66f4f587ae7e 00:37:53 Step 21/23 : LABEL arch=x86_64 00:37:54 ---> a35166124bf2 00:37:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:54 ---> Running in 41b0eac705b5 00:37:54 ---> Running in f6b57a5851c2 00:37:54 Removing intermediate container 99c9d30bacea 00:37:54 ---> 9b5edc665731 00:37:54 Step 22/22 : LABEL version=0.0.0 00:37:54 Removing intermediate container 28e13797672e 00:37:54 ---> b959e0a038a0 00:37:54 Step 23/23 : LABEL version=0.0.0 00:37:54 ---> Running in ef5ff28e898d 00:37:54 ---> Running in d635d88e32d0 00:37:54 Removing intermediate container 41b0eac705b5 00:37:54 ---> 17da03b2c5f2 00:37:54 00:37:54 ---> 51ecb5a6279b 00:37:54 Step 19/26 : RUN apk --no-cache add py3-pip 00:37:55 Removing intermediate container f6b57a5851c2 00:37:55 ---> 0087eaeacf9e 00:37:55 Step 22/23 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:37:55 Successfully built 17da03b2c5f2 00:37:55 Successfully tagged docker-security-proxy-setup-go:latest 00:37:55 ---> Running in 8e776a9e4d84 00:37:55 Building docker-core-data-go 00:37:55  Building docker-security-proxy-setup-go ... done  ---> Running in 798719a80ed8 00:37:55 Removing intermediate container d635d88e32d0 00:37:55 ---> d2aabb9ae6b1 00:37:55 00:37:55 Removing intermediate container ef5ff28e898d 00:37:55 ---> cd31ac19365d 00:37:55 00:37:55 Successfully built d2aabb9ae6b1 00:37:55 Removing intermediate container 798719a80ed8 00:37:55 ---> f4ffc3326837 00:37:55 Step 23/23 : LABEL version=0.0.0 00:37:55 Successfully built cd31ac19365d 00:37:55 Successfully tagged docker-core-command-go:latest 00:37:55 Building docker-support-scheduler-go 00:37:55  Building docker-core-command-go ... done Successfully tagged docker-support-notifications-go:latest 00:37:55  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 00:37:55 ---> Running in 4e980e1ccb12 00:37:55 Removing intermediate container 4e980e1ccb12 00:37:55 ---> be09082032fc 00:37:55 00:37:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:56 Successfully built be09082032fc 00:37:56 Successfully tagged docker-core-metadata-go:latest 00:37:56 Building docker-security-bootstrapper-go 00:37:56  Building docker-core-metadata-go ... done (1/33) Installing libbz2 (1.0.8-r1) 00:37:56 (2/33) Installing expat (2.2.9-r1) 00:37:56 (3/33) Installing libffi (3.3-r2) 00:37:56 (4/33) Installing gdbm (1.13-r1) 00:37:56 (5/33) Installing xz-libs (5.2.5-r0) 00:37:56 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:56 (7/33) Installing python3 (3.8.8-r0) 00:38:04 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:04 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:04 (11/33) Installing py3-six (1.15.0-r0) 00:38:04 (12/33) Installing py3-packaging (20.4-r0) 00:38:04 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:04 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:04 (15/33) Installing py3-idna (2.9-r0) 00:38:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:06 (18/33) Installing py3-requests (2.23.0-r0) 00:38:06 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:06 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:09 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:09 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:09 (24/33) Installing py3-distro (1.5.0-r1) 00:38:09 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:09 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:09 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:09 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:09 (29/33) Installing py3-progress (1.5-r0) 00:38:09 (30/33) Installing py3-toml (0.10.1-r0) 00:38:09 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:09 (33/33) Installing py3-pip (20.1.1-r0) 00:38:12 Executing busybox-1.31.1-r19.trigger 00:38:12 OK: 71 MiB in 55 packages 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:34 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:34 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:38:34 ---> 41119d6cc2fc 00:38:34 Step 3/31 : WORKDIR /edgex-go 00:38:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:34 ---> 41119d6cc2fc 00:38:34 Step 3/22 : WORKDIR /edgex-go 00:38:34 ---> Using cache 00:38:34 ---> 747f6bb9fce8 00:38:34 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:34 ---> Using cache 00:38:34 ---> 747f6bb9fce8 00:38:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> Using cache 00:38:34 ---> Using cache 00:38:34 ---> d62b2f045515 00:38:34 00:38:34 Step 5/31 : RUN apk add --update --no-cache make git ---> d62b2f045515 00:38:34 00:38:34 Step 5/22 : RUN apk add --update --no-cache make git 00:38:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:34 ---> 41119d6cc2fc 00:38:34 Step 3/23 : WORKDIR /edgex-go 00:38:34 ---> Using cache 00:38:34 ---> 747f6bb9fce8 00:38:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:34 ---> Using cache 00:38:34 ---> d62b2f045515 00:38:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:34 ---> Using cache 00:38:34 ---> e6105440caeb 00:38:34 Step 6/22 : COPY go.mod . 00:38:34 ---> Using cache 00:38:34 ---> e6105440caeb 00:38:34 Step 6/31 : COPY go.mod . 00:38:34 ---> Using cache 00:38:34 ---> 44c59073baf8 00:38:34 Step 7/22 : RUN go mod download 00:38:34 ---> Using cache 00:38:34 ---> 44c59073baf8 00:38:34 Step 7/31 : RUN go mod download 00:38:34 ---> Using cache 00:38:34 ---> e31fc59ce228 00:38:34 Step 8/22 : COPY . . 00:38:34 ---> Using cache 00:38:34 ---> e31fc59ce228 00:38:34 Step 8/31 : COPY . . 00:38:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:34 ---> 41119d6cc2fc 00:38:34 Step 3/24 : WORKDIR /edgex-go 00:38:34 ---> Using cache 00:38:34 ---> 747f6bb9fce8 00:38:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:34 ---> Using cache 00:38:34 ---> d62b2f045515 00:38:34 Step 5/24 : RUN apk add --update --no-cache make git 00:38:34 ---> Using cache 00:38:34 ---> e6105440caeb 00:38:34 Step 6/24 : COPY go.mod . 00:38:34 ---> Using cache 00:38:34 ---> 44c59073baf8 00:38:34 Step 7/24 : RUN go mod download 00:38:34 ---> Using cache 00:38:34 ---> e31fc59ce228 00:38:34 Step 8/24 : COPY . . 00:38:34 ---> Using cache 00:38:34 ---> dd47f9470ec0 00:38:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:38:34 ---> Using cache 00:38:34 ---> dd47f9470ec0 00:38:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:34 ---> Using cache 00:38:34 ---> dd47f9470ec0 00:38:34 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:38:34 ---> Running in fd707bdce916 00:38:34 ---> Running in 26a16dec04a6 00:38:34 ---> Running in 3f81fa48ceb5 00:38:34 ---> Running in f69dfdc9d9ff 00:38:34 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 00:38:34 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 00:38:34 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 00:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:36 Removing intermediate container 8e776a9e4d84 00:38:36 ---> e0776eb5ede2 00:38:36 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:37 OK: 233 MiB in 51 packages 00:38:37 ---> Running in d60fbc8fddd4 00:38:39 Removing intermediate container f69dfdc9d9ff 00:38:39 ---> 27bf1efa3038 00:38:39 Step 6/23 : COPY go.mod . 00:38:39 ---> 067103436a9a 00:38:39 Step 7/23 : RUN go mod download 00:38:39 ---> Running in 1923f5dddf20 00:38:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:41 Collecting docker-compose==1.23.2 00:38:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:41 Collecting dockerpty<0.5,>=0.4.1 00:38:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:42 Collecting websocket-client<1.0,>=0.32.0 00:38:42 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:38:43 Removing intermediate container 1923f5dddf20 00:38:43 ---> a55d0be0e5d4 00:38:43 Step 8/23 : COPY . . 00:38:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:43 Collecting docker<4.0,>=3.6.0 00:38:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:44 Collecting cached-property<2,>=1.2.0 00:38:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:45 Collecting jsonschema<3,>=2.5.1 00:38:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:47 Collecting docopt<0.7,>=0.6.1 00:38:47 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.286s coverage: 45.9% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.136s coverage: 19.8% of statements 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.249s coverage: 100.0% of statements 00:38:49 Collecting texttable<0.10,>=0.9.0 00:38:49 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:50 Collecting PyYAML<4,>=3.10 00:38:50 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:53 Collecting urllib3<1.25,>=1.21.1 00:38:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:54 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) 00:38:54 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) 00:38:54 Collecting idna<2.8,>=2.5 00:38:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:54 Collecting docker-pycreds>=0.4.0 00:38:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:54 Installing collected packages: dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, jsonschema, docopt, texttable, PyYAML, docker-compose 00:38:54 Running setup.py install for dockerpty: started 00:38:55 Running setup.py install for dockerpty: finished with status 'done' 00:38:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.667s coverage: 27.1% of statements 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.164s coverage: 100.0% of statements 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.146s coverage: 100.0% of statements 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.335s coverage: 71.3% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:57 Attempting uninstall: urllib3 00:38:57 Found existing installation: urllib3 1.25.9 00:38:57 Uninstalling urllib3-1.25.9: 00:38:57 Successfully uninstalled urllib3-1.25.9 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.563s coverage: 82.9% of statements 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.154s coverage: 78.9% of statements 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:00 Attempting uninstall: idna 00:39:00 Found existing installation: idna 2.9 00:39:00 Uninstalling idna-2.9: 00:39:00 Successfully uninstalled idna-2.9 00:39:03 Attempting uninstall: requests 00:39:03 Found existing installation: requests 2.23.0 00:39:03 Uninstalling requests-2.23.0: 00:39:03 Successfully uninstalled requests-2.23.0 00:39:07 Running setup.py install for docopt: started 00:39:07 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 00:39:07 Running setup.py install for docopt: finished with status 'done' 00:39:07 Running setup.py install for texttable: started 00:39:08 Running setup.py install for texttable: finished with status 'done' 00:39:08 Running setup.py install for PyYAML: started 00:39:09 Running setup.py install for PyYAML: finished with status 'done' 00:39:09 ---> 8c13743090a1 00:39:09 Step 9/23 : RUN make cmd/core-data/core-data 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.234s coverage: 28.6% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.165s coverage: 100.0% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.475s coverage: 86.7% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.405s coverage: 97.5% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.248s coverage: 78.3% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:11 ---> Running in 6f9c1196b081 00:39:11 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 00:39:12 Removing intermediate container fd707bdce916 00:39:12 ---> a2230e16e348 00:39:12 00:39:12 Step 10/31 : FROM alpine:3.12 00:39:12 ---> 42cb162f0360 00:39:12 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:39:12 ---> Running in aeea357aac63 00:39:12 Removing intermediate container aeea357aac63 00:39:12 ---> ca33a22f96f9 00:39:12 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:39:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:14 ---> Running in 018e5ad23e1d 00:39:15 Removing intermediate container 26a16dec04a6 00:39:15 ---> b90b7592e02d 00:39:15 00:39:15 Step 10/22 : FROM alpine:3.12 00:39:15 ---> 42cb162f0360 00:39:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:39:15 ---> Using cache 00:39:15 ---> 9807e6fd57f1 00:39:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:15 ---> Using cache 00:39:15 ---> 4c5585f36c37 00:39:15 Step 13/22 : ENV APP_PORT=48085 00:39:15 ---> Running in 9fa03c11262b 00:39:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.188s coverage: 92.8% of statements 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.123s coverage: 58.8% of statements 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.276s coverage: 1.0% of statements 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.248s coverage: 47.1% of statements 00:39:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.241s coverage: 79.5% of statements 00:39:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.147s coverage: 94.1% of statements 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.150s coverage: 96.3% of statements 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.139s coverage: 87.5% of statements 00:39:18 Removing intermediate container 9fa03c11262b 00:39:18 ---> 4f92b95af010 00:39:18 Step 14/22 : EXPOSE $APP_PORT 00:39:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:18 (1/2) Installing dumb-init (1.2.2-r1) 00:39:18 (2/2) Installing su-exec (0.2-r1) 00:39:18 Executing busybox-1.31.1-r19.trigger 00:39:18 OK: 6 MiB in 16 packages 00:39:19 Removing intermediate container d60fbc8fddd4 00:39:19 ---> 72de2907262b 00:39:19 Step 21/26 : RUN apk --no-cache add curl 00:39:19 ---> Running in a2dcb37f431b 00:39:20 ---> Running in ceb8c3b13605 00:39:20 Removing intermediate container 3f81fa48ceb5 00:39:20 ---> aa320581d425 00:39:20 00:39:20 Step 10/24 : FROM alpine:3.12 00:39:20 ---> 42cb162f0360 00:39:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:39:20 Removing intermediate container a2dcb37f431b 00:39:20 ---> ddd060f9c43e 00:39:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:20 ---> Running in cac40527e9c8 00:39:21 Removing intermediate container 018e5ad23e1d 00:39:21 ---> 3204a523daf7 00:39:21 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:39:21 ---> Running in f70d87c9efa9 00:39:21 ---> 3470a525e6e9 00:39:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:22 Removing intermediate container f70d87c9efa9 00:39:22 ---> c6da5159eb09 00:39:22 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:23 (2/3) Installing libcurl (7.69.1-r3) 00:39:23 (3/3) Installing curl (7.69.1-r3) 00:39:23 Executing busybox-1.31.1-r19.trigger 00:39:23 OK: 72 MiB in 58 packages 00:39:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:23 ---> Running in 9cd9ef9cc4ca 00:39:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:23 (1/6) Installing ca-certificates (20191127-r4) 00:39:23 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:39:23 (3/6) Installing libcurl (7.69.1-r3) 00:39:23 (4/6) Installing curl (7.69.1-r3) 00:39:23 (5/6) Installing dumb-init (1.2.2-r1) 00:39:23 (6/6) Installing su-exec (0.2-r1) 00:39:23 Executing busybox-1.31.1-r19.trigger 00:39:23 Executing ca-certificates-20191127-r4.trigger 00:39:23 OK: 7 MiB in 20 packages 00:39:24 ---> 96f142d4e309 00:39:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:24 Removing intermediate container 9cd9ef9cc4ca 00:39:24 ---> 23b398b8ed92 00:39:24 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:39:24 ---> Running in 55b518fddac5 00:39:24 ---> 6247cda9f9f7 00:39:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:25 Removing intermediate container ceb8c3b13605 00:39:25 ---> 364e05722f65 00:39:25 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:25 ---> Running in 63448c7b7103 00:39:25 ---> Running in 8991145f4c59 00:39:26 Removing intermediate container 63448c7b7103 00:39:26 ---> f32877f41a94 00:39:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:26 Removing intermediate container cac40527e9c8 00:39:26 ---> a2d4f1b71825 00:39:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:26 Removing intermediate container 8991145f4c59 00:39:26 ---> f2375d8402ad 00:39:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:26 ---> Running in 07b21371b139 00:39:26 ---> Running in d6c4bf2a3f14 00:39:27 ---> Running in 213a4b5662ca 00:39:27 Removing intermediate container 07b21371b139 00:39:27 ---> 6e8fc3cc5238 00:39:27 Step 20/22 : LABEL arch=x86_64 00:39:27 Removing intermediate container d6c4bf2a3f14 00:39:27 ---> 68a400fe434b 00:39:27 Step 13/24 : WORKDIR / 00:39:27 Removing intermediate container 213a4b5662ca 00:39:27 ---> e313d5c7021a 00:39:27 Step 24/26 : LABEL arch=x86_64 00:39:27 ---> Running in f369243e7c90 00:39:27 ---> Running in 00c587a70de3 00:39:27 Removing intermediate container 55b518fddac5 00:39:27 ---> 9576bd187cc6 00:39:27 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:39:27 ---> Running in 492184f6369b 00:39:27 ---> Running in 1858daac79d2 00:39:27 Removing intermediate container f369243e7c90 00:39:27 ---> f3bd27e3c746 00:39:27 Step 21/22 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:39:28 ---> Running in c19f1655b65e 00:39:28 Removing intermediate container 00c587a70de3 00:39:28 ---> 63ce62a743fd 00:39:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:28 Removing intermediate container 492184f6369b 00:39:28 ---> 8cfb40e67ad6 00:39:28 Step 25/26 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:39:28 Removing intermediate container 1858daac79d2 00:39:28 ---> 1aeb3396fd87 00:39:28 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:39:28 ---> Running in e173cb924e4d 00:39:28 Removing intermediate container c19f1655b65e 00:39:28 ---> b883bd4daa22 00:39:28 Step 22/22 : LABEL version=0.0.0 00:39:28 ---> Running in daef0d55d194 00:39:29 ---> 13183392bbf6 00:39:29 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:29 ---> 4e7f438a2de5 00:39:29 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:39:29 Removing intermediate container e173cb924e4d 00:39:29 ---> d9d94c629107 00:39:29 Step 26/26 : LABEL version=0.0.0 00:39:29 Removing intermediate container daef0d55d194 00:39:29 ---> 8adc330bdd8c 00:39:29 00:39:29 ---> Running in 61bf9f9bd229 00:39:29 Successfully built 8adc330bdd8c 00:39:29 Successfully tagged docker-support-scheduler-go:latest 00:39:29  Building docker-support-scheduler-go ... done  ---> Running in 15b5c13814b6 00:39:30 ---> 491adbc02e73 00:39:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:30 Removing intermediate container 15b5c13814b6 00:39:30 ---> 20ee6b9a4932 00:39:30 00:39:30 ---> edbf3b858056 00:39:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:30 Successfully built 20ee6b9a4932 00:39:30 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:30  Building docker-sys-mgmt-agent-go ... done  ---> d96d5dfa6708 00:39:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.178s coverage: 94.4% of statements 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.122s coverage: 44.8% of statements 00:39:33 ---> 8f69c11c0d97 00:39:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:33 Removing intermediate container 61bf9f9bd229 00:39:33 ---> 57d87920d10b 00:39:33 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:33 ---> 620e690b6ebd 00:39:33 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:39:33 ---> 962b048da0d0 00:39:33 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/ 00:39:33 ---> Running in f9df9fe5e536 00:39:34 ---> b4ea91e024f1 00:39:34 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.496s coverage: 82.6% of statements 00:39:37 ---> b9af2266b78d 00:39:37 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:37 Removing intermediate container f9df9fe5e536 00:39:37 ---> 5ecca5f50bc7 00:39:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:37 Removing intermediate container 6f9c1196b081 00:39:37 ---> 121b4ad15478 00:39:37 00:39:37 Step 10/23 : FROM alpine:3.12 00:39:37 ---> 42cb162f0360 00:39:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:37 ---> Running in 50fa9aaf6564 00:39:37 ---> Running in 609dfd9613cc 00:39:37 ---> 2c952f08072f 00:39:37 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:39:37 Removing intermediate container 50fa9aaf6564 00:39:37 ---> cc0c3e99a259 00:39:37 Step 22/24 : LABEL arch=x86_64 00:39:37 Removing intermediate container 609dfd9613cc 00:39:37 ---> b0d756714ab3 00:39:37 Step 12/23 : ENV APP_PORT=48080 00:39:38 ---> Running in 141cb898e453 00:39:38 ---> Running in e77b2f55d376 00:39:38 ---> 3fa85ffc80e4 00:39:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:39:38 ---> Running in 83867f46d164 00:39:38 Removing intermediate container 141cb898e453 00:39:38 ---> 9b6b59c97cbe 00:39:38 Step 23/24 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:39:38 Removing intermediate container e77b2f55d376 00:39:38 ---> 19c547b47856 00:39:38 Step 13/23 : EXPOSE $APP_PORT 00:39:38 ---> Running in 23f6fd2aeb45 00:39:38 ---> Running in aaa392b3c20a 00:39:38 Removing intermediate container 83867f46d164 00:39:38 ---> 737977d40bf8 00:39:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:39 Removing intermediate container 23f6fd2aeb45 00:39:39 ---> c6889857dc33 00:39:39 Step 24/24 : LABEL version=0.0.0 00:39:39 Removing intermediate container aaa392b3c20a 00:39:39 ---> 4c3b9c64cf99 00:39:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:39 ---> Running in c7d543eeb0ed 00:39:39 ---> Running in d24bc497cac2 00:39:39 ---> 5d092d5e097e 00:39:39 Step 26/31 : RUN chmod +x /entrypoint.sh 00:39:39 Removing intermediate container c7d543eeb0ed 00:39:39 ---> 5597d89d6c94 00:39:39 00:39:39 ---> Running in 40f1f8c09a94 00:39:39 Successfully built 5597d89d6c94 00:39:39 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:40  Building docker-security-secretstore-setup-go ... done Removing intermediate container d24bc497cac2 00:39:40 ---> 4e42729c1248 00:39:40 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:40 ---> Running in 4be5b84e63a9 00:39:40 Removing intermediate container 40f1f8c09a94 00:39:40 ---> 477537454c82 00:39:40 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:39:41 ---> Running in e1518e8176ee 00:39:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:41 Removing intermediate container e1518e8176ee 00:39:41 ---> 6f75f2589033 00:39:41 Step 28/31 : CMD ["gate"] 00:39:41 ---> Running in 354a7185e42c 00:39:41 Removing intermediate container 354a7185e42c 00:39:41 ---> 2356215662b6 00:39:41 Step 29/31 : LABEL arch=x86_64 00:39:41 ---> Running in 455950fd69a1 00:39:42 Removing intermediate container 455950fd69a1 00:39:42 ---> f7d996b53348 00:39:42 Step 30/31 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:42 ---> Running in 13e813ba41e9 00:39:42 Removing intermediate container 13e813ba41e9 00:39:42 ---> 9a3a4a099a72 00:39:42 Step 31/31 : LABEL version=0.0.0 00:39:42 ---> Running in 7bf55cc77c45 00:39:42 Removing intermediate container 7bf55cc77c45 00:39:42 ---> 9104cfa0abfc 00:39:42 00:39:42 (1/6) Installing dumb-init (1.2.2-r1) 00:39:42 Successfully built 9104cfa0abfc 00:39:42 Successfully tagged docker-security-bootstrapper-go:latest 00:39:42  Building docker-security-bootstrapper-go ... done (2/6) Installing libgcc (9.3.0-r2) 00:39:42 (3/6) Installing libsodium (1.0.18-r0) 00:39:43 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:43 (5/6) Installing libzmq (4.3.3-r0) 00:39:43 (6/6) Installing zeromq (4.3.3-r0) 00:39:43 Executing busybox-1.31.1-r19.trigger 00:39:43 OK: 8 MiB in 20 packages 00:39:44 Removing intermediate container 4be5b84e63a9 00:39:44 ---> e645c628acb9 00:39:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:44 ---> 70b2b14f5c5e 00:39:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:45 ---> 216d79d0a642 00:39:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:45 ---> 78c10f6aaf45 00:39:45 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:45 ---> Running in 4ff75e61426a 00:39:45 Removing intermediate container 4ff75e61426a 00:39:45 ---> d4c9e9b92856 00:39:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:45 ---> Running in d14c5a17dbfe 00:39:45 Removing intermediate container d14c5a17dbfe 00:39:45 ---> 8302e21b8701 00:39:45 Step 21/23 : LABEL arch=x86_64 00:39:45 ---> Running in a0ff87c4f8a9 00:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.193s coverage: 92.9% of statements 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.121s coverage: 100.0% of statements 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.172s coverage: 75.5% of statements 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.160s coverage: 80.8% of statements 00:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.198s coverage: 87.2% of statements 00:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.220s coverage: 84.6% of statements 00:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.320s coverage: 91.6% of statements 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:46 Removing intermediate container a0ff87c4f8a9 00:39:46 ---> d691eb4bfbac 00:39:46 Step 22/23 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:39:46 ---> Running in e87fb76e481a 00:39:46 Removing intermediate container e87fb76e481a 00:39:46 ---> 515f83cf9ed9 00:39:46 Step 23/23 : LABEL version=0.0.0 00:39:46 ---> Running in 03a2c5a261ff 00:39:46 Removing intermediate container 03a2c5a261ff 00:39:46 ---> 9a286adfc2f6 00:39:46 00:39:46 Successfully built 9a286adfc2f6 00:39:47 Successfully tagged docker-core-data-go:latest 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.865s coverage: 64.4% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.148s coverage: 100.0% of statements 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 00:39:47  Building docker-core-data-go ... done  [Pipeline] } 00:39:47 $ docker stop --time=1 6d2f715441aab1a25bed4daa48ae4a6fe376a03eea1622a09453b3b346d688b0 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements 00:39:48 $ docker rm -f 6d2f715441aab1a25bed4daa48ae4a6fe376a03eea1622a09453b3b346d688b0 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:49 + docker images 00:39:49 + grep docker 00:39:49 docker-core-data-go latest 9a286adfc2f6 3 seconds ago 22.7MB 00:39:49 docker-security-bootstrapper-go latest 9104cfa0abfc 7 seconds ago 18.9MB 00:39:49 docker-security-secretstore-setup-go latest 5597d89d6c94 10 seconds ago 25.7MB 00:39:49 docker-sys-mgmt-agent-go latest 20ee6b9a4932 20 seconds ago 314MB 00:39:49 docker-support-scheduler-go latest 8adc330bdd8c 21 seconds ago 17.4MB 00:39:49 docker-core-metadata-go latest be09082032fc About a minute ago 19MB 00:39:49 docker-security-proxy-setup-go latest 17da03b2c5f2 About a minute ago 25.4MB 00:39:49 docker-core-command-go latest d2aabb9ae6b1 About a minute ago 17.3MB 00:39:49 docker-support-notifications-go latest cd31ac19365d About a minute ago 17.9MB 00:39:49 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 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.972s coverage: 69.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.581s coverage: 38.4% of statements 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.097s coverage: 89.5% of statements 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.157s coverage: 84.8% of statements 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.492s coverage: 47.0% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.252s coverage: 100.0% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.171s coverage: 100.0% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.507s coverage: 87.1% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:05 Still waiting to schedule task 00:40:05 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.065s coverage: 29.1% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.247s coverage: 99.0% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.220s coverage: 100.0% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.293s coverage: 95.0% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.121s coverage: 32.1% of statements 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:40:15 GO111MODULE=on go vet ./... 00:41:37 gofmt -l . 00:41:39 [ "`gofmt -l .`" = "" ] 00:41:41 ./bin/test-go-mod-tidy.sh 00:41:42 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:45 + ls -al . 00:41:45 total 808 00:41:45 drwxrwxr-x 9 1001 1001 4096 Apr 1 00:41 . 00:41:45 drwxr-xr-x 4 root root 4096 Apr 1 00:36 .. 00:41:45 -rw-rw-r-- 1 1001 1001 11 Apr 1 00:35 .dockerignore 00:41:45 drwxrwxr-x 8 1001 1001 4096 Apr 1 00:35 .git 00:41:45 drwxrwxr-x 3 1001 1001 4096 Apr 1 00:35 .github 00:41:45 -rw-rw-r-- 1 1001 1001 818 Apr 1 00:35 .gitignore 00:41:45 -rw-rw-r-- 1 1001 1001 166 Apr 1 00:35 .sonarcloud.properties 00:41:45 -rw-rw-r-- 1 1001 1001 8607 Apr 1 00:35 Attribution.txt 00:41:45 -rw-rw-r-- 1 1001 1001 3804 Apr 1 00:35 CONTRIBUTING.md 00:41:45 -rw-rw-r-- 1 1001 1001 931 Apr 1 00:35 Dockerfile.build 00:41:45 -rw-rw-r-- 1 1001 1001 863 Apr 1 00:35 Jenkinsfile 00:41:45 -rw-rw-r-- 1 1001 1001 10775 Apr 1 00:35 LICENSE 00:41:45 -rw-rw-r-- 1 1001 1001 5774 Apr 1 00:35 Makefile 00:41:45 -rw-rw-r-- 1 1001 1001 6548 Apr 1 00:35 README.md 00:41:45 -rw-rw-r-- 1 1001 1001 6755 Apr 1 00:35 SECURITY.md 00:41:45 -rw-rw-r-- 1 1001 1001 5 Apr 1 00:31 VERSION 00:41:45 -rw-rw-r-- 1 1001 1001 4131 Apr 1 00:35 ZMQWindows.md 00:41:45 drwxrwxr-x 2 1001 1001 4096 Apr 1 00:35 bin 00:41:45 drwxrwxr-x 14 1001 1001 4096 Apr 1 00:35 cmd 00:41:45 -rw-r--r-- 1 root root 669470 Apr 1 00:40 coverage.out 00:41:45 -rw-r--r-- 1 root root 1056 Apr 1 00:41 go.mod 00:41:45 -rw-r--r-- 1 root root 22360 Apr 1 00:41 go.sum 00:41:45 drwxrwxr-x 8 1001 1001 4096 Apr 1 00:35 internal 00:41:45 drwxrwxr-x 4 1001 1001 4096 Apr 1 00:35 openapi 00:41:45 drwxrwxr-x 4 1001 1001 4096 Apr 1 00:35 snap 00:41:45 -rw-rw-r-- 1 1001 1001 168 Apr 1 00:35 version.go [Pipeline] sh 00:41:46 + '[' -e coverage.out ] 00:41:46 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:46 Warning: overwriting stash ‘coverage-report’ 00:41:47 Stashed 1 file(s) [Pipeline] sh 00:41:48 + make build 00:41:48 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 00:41:58 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 00:42:00 Running on prd-ubuntu18.04-docker-8c-8g-32374 in /w/workspace/edgexfoundry_edgex-go_PR-3313 [Pipeline] { [Pipeline] ws 00:42:00 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:42:02 using credential edgex-jenkins-ssh 00:42:02 Cloning the remote Git repository 00:42:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:02 > git init /w/workspace/edgex-go/4 # timeout=10 00:42:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:02 > git --version # timeout=10 00:42:02 > git --version # 'git version 2.17.1' 00:42:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3313/head:refs/remotes/origin/PR-3313 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:10 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 1e9f562da539bc74bb42954d46b56ff67cb596da 00:42:10 Merge succeeded, producing 8ce4869c22b50bc610f018b067bff9166a317fe6 00:42:10 Checking out Revision 8ce4869c22b50bc610f018b067bff9166a317fe6 (PR-3313) 00:42:10 > git config core.sparsecheckout # timeout=10 00:42:10 > git checkout -f 1e9f562da539bc74bb42954d46b56ff67cb596da # timeout=10 00:42:10 > git remote # timeout=10 00:42:10 > git config --get remote.origin.url # timeout=10 00:42:10 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:10 > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 00:42:10 > git rev-parse HEAD^{commit} # timeout=10 00:42:10 > git config core.sparsecheckout # timeout=10 00:42:10 > git checkout -f 8ce4869c22b50bc610f018b067bff9166a317fe6 # timeout=10 00:42:14 Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" 00:42:14 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:14 > git rev-list --no-walk 559e31232d98a09340175098ea7e7eed853eab4f # timeout=10 00:42:15 + echo snap-build.sh 00:42:15 snap-build.sh 00:42:15 + SNAP_BASE_DIR=. 00:42:15 + '[' '!' -z /w/workspace/edgex-go/4 ']' 00:42:15 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 00:42:15 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 00:42:15 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 00:42:15 + cd /w/workspace/edgex-go/4 00:42:15 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:15 Reading package lists... 00:42:15 Building dependency tree... 00:42:15 Reading state information... 00:42:15 The following packages were automatically installed and are no longer required: 00:42:15 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:15 uidmap xdelta3 00:42:15 Use 'sudo apt autoremove' to remove them. 00:42:15 The following packages will be REMOVED: 00:42:15 lxd* lxd-client* 00:42:16 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:16 After this operation, 31.7 MB disk space will be freed. 00:42:17 (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.) 00:42:17 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:18 Removing lxd dnsmasq configuration 00:42:18 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:18 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:19 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:19 (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.) 00:42:19 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:20 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:20 Processing triggers for ureadahead (0.100.0-21) ... 00:42:22 + sudo snap remove --purge lxd 00:42:22 snap "lxd" is not installed 00:42:22 + sudo groupadd --force --system lxd 00:42:22 ++ whoami 00:42:22 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:22 + newgrp - lxd 00:42:22 + sudo snap install lxd 00:42:24 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 00:42:28 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 00:42:35 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 00:42:35 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 00:42:41 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 00:42: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 00:42:54 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 00:43:00 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 00:43:04 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 00:43:10 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] } 00:43:16 $ docker stop --time=1 87f7816767fbd32896f29390b4a3bd39e8c2c59dac0d2b972ec76e95352d2519 00:43:18 2021-04-01T00:43:09Z INFO Waiting for automatic snapd restart... 00:43:19 $ docker rm -f 87f7816767fbd32896f29390b4a3bd39e8c2c59dac0d2b972ec76e95352d2519 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:21 00:43:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:22 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:22 29e5d40040c1: Pulling fs layer 00:43:22 1ce36da41761: Pulling fs layer 00:43:22 25b303627fd3: Pulling fs layer 00:43:22 29e5d40040c1: Download complete 00:43:23 1ce36da41761: Verifying Checksum 00:43:23 1ce36da41761: Download complete 00:43:23 29e5d40040c1: Pull complete 00:43:24 1ce36da41761: Pull complete 00:43:24 25b303627fd3: Verifying Checksum 00:43:24 25b303627fd3: Download complete 00:43:34 25b303627fd3: Pull complete 00:43:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:35 prd-ubuntu18.04-docker-arm64-4c-16g-32370 does not seem to be running inside a container 00:43:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:38 $ docker top 7468723898c332e302f8ce22d23be4c43c51f0a7117360bdb2f80f620aa84f70 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:39 + grep parallel 00:43:39 + docker-compose build --help 00:43:43 --parallel Build images in parallel. [Pipeline] } 00:43:44 $ docker stop --time=1 7468723898c332e302f8ce22d23be4c43c51f0a7117360bdb2f80f620aa84f70 00:43:46 $ docker rm -f 7468723898c332e302f8ce22d23be4c43c51f0a7117360bdb2f80f620aa84f70 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:46 . [Pipeline] withDockerContainer 00:43:47 prd-ubuntu18.04-docker-arm64-4c-16g-32370 does not seem to be running inside a container 00:43:47 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:48 $ docker top 0cb50d9629f8bf3d1cc4787e2c93d39ab605fa31c6989b7f80ed5d80b9a6dbe4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:49 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:56 Building docker-core-command-go ... 00:43:56 Building docker-core-data-go ... 00:43:56 Building docker-core-metadata-go ... 00:43:56 Building docker-security-bootstrapper-go ... 00:43:56 Building docker-security-proxy-setup-go ... 00:43:56 Building docker-security-secretstore-setup-go ... 00:43:56 Building docker-support-notifications-go ... 00:43:56 Building docker-support-scheduler-go ... 00:43:56 Building docker-sys-mgmt-agent-go ... 00:43:56 Building docker-sys-mgmt-agent-go 00:43:56 Building docker-support-notifications-go 00:43:56 Building docker-core-data-go 00:43:56 Building docker-core-command-go 00:43:56 Building docker-security-secretstore-setup-go 00:44:26 lxd 4.12 from Canonical* installed 00:44:26 + sudo lxd init --auto 00:44:34 + sudo snap install --classic snapcraft 00:44:46 snapcraft 4.6 from Canonical* installed 00:44:46 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 00:44:46 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 00:44:46 % Total % Received % Xferd Average Speed Time Time Time Current 00:44:46 Dload Upload Total Spent Left Speed 00:44:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 10278 0 --:--:-- --:--:-- --:--:-- 10278 00:44:46 100 3325k 100 3325k 0 0 22.3M 0 --:--:-- --:--:-- --:--:-- 22.3M 00:44:46 ./yq_linux_amd64 00:44:47 + sudo snapcraft prime --use-lxd 00:44:48 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:44:48 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: 00:44:48 - README.md 00:44:48 00:44:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:49 Launching a container. 00:44:59 Waiting for container to be ready 00:44:59 To start your first instance, try: lxc launch ubuntu:18.04 00:44:59 00:45:03 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:45:03 Waiting for network to be ready... 00:45:03 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:04 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 00:45:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:04 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:45:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:45:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:45:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:45:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:45:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:45:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:45:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 00:45:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:45:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:45:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:45:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:45:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:45:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 00:45:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 00:45:07 Fetched 24.2 MB in 4s (5742 kB/s) 00:45:08 Reading package lists... 00:45:09 Reading package lists... 00:45:09 Building dependency tree... 00:45:09 Reading state information... 00:45:09 The following additional packages will be installed: 00:45:09 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:45:09 Suggested packages: 00:45:09 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:45:09 Recommended packages: 00:45:09 gnupg libsasl2-modules 00:45:09 The following NEW packages will be installed: 00:45:09 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:45:09 The following packages will be upgraded: 00:45:09 gpg gpg-agent gpgconf libudev1 00:45:09 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:45:09 Need to get 3530 kB of archives. 00:45:09 After this operation, 13.3 MB of additional disk space will be used. 00:45:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:45:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:45:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:45:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:45:09 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 00:45:09 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 00:45:10 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:45:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:45:10 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:45:10 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:45:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:45:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:45:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:45:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:45:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:45:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:45:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:45:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:45:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:45:10 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:45:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:45:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:45:10 debconf: delaying package configuration, since apt-utils is not installed 00:45:10 Fetched 3530 kB in 1s (3510 kB/s) 00:45:10 (Reading database ... 12511 files and directories currently installed.) 00:45:10 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 00:45:10 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:45:10 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 00:45:10 Selecting previously unselected package udev. 00:45:10 (Reading database ... 12511 files and directories currently installed.) 00:45:10 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 00:45:10 Unpacking udev (237-3ubuntu10.45) ... 00:45:11 Selecting previously unselected package libfuse2:amd64. 00:45:11 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:45:11 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:45:11 Selecting previously unselected package fuse. 00:45:11 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:45:11 Unpacking fuse (2.9.7-1ubuntu1) ... 00:45:11 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:45:11 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:45:11 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:45:11 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:45:11 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:45:11 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:45:11 Selecting previously unselected package libksba8:amd64. 00:45:11 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:45:11 Unpacking libksba8:amd64 (1.3.5-2) ... 00:45:11 Selecting previously unselected package libroken18-heimdal:amd64. 00:45:11 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:11 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:11 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:45:11 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:12 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:45:12 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:12 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:45:12 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:12 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Selecting previously unselected package libwind0-heimdal:amd64. 00:45:12 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:12 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:45:12 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:12 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:45:12 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:12 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:45:12 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:12 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:45:12 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:12 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Selecting previously unselected package libsasl2-modules-db:amd64. 00:45:12 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:45:12 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:45:12 Selecting previously unselected package libsasl2-2:amd64. 00:45:12 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:45:12 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:45:12 Selecting previously unselected package libldap-common. 00:45:12 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:45:12 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:45:12 Selecting previously unselected package libldap-2.4-2:amd64. 00:45:12 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:45:12 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:45:13 Selecting previously unselected package dirmngr. 00:45:13 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:45:13 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:45:13 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:45:13 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:45:13 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:45:13 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:45:13 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:45:13 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:45:13 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:13 Setting up libksba8:amd64 (1.3.5-2) ... 00:45:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:13 Setting up udev (237-3ubuntu10.45) ... 00:45:13 invoke-rc.d: policy-rc.d denied execution of start. 00:45:13 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:13 Processing triggers for systemd (237-3ubuntu10) ... 00:45:14 Setting up fuse (2.9.7-1ubuntu1) ... 00:45:14 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:45:14 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:14 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:14 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:14 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:14 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:14 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:14 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:14 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:45:14 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:45:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:15 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:45:15 settings in the [Install] section, and DefaultInstance for template units). 00:45:15 This means they are not meant to be enabled using systemctl. 00:45:15 Possible reasons for having this kind of units are: 00:45:15 1) A unit may be statically enabled by being symlinked from another unit's 00:45:15 .wants/ or .requires/ directory. 00:45:15 2) A unit's purpose may be to act as a helper for some other unit which has 00:45:15 a requirement dependency on it. 00:45:15 3) A unit may be started when needed via activation (socket, path, timer, 00:45:15 D-Bus, udev, scripted systemctl call, ...). 00:45:15 4) In case of template units, the unit is meant to be enabled with some 00:45:15 instance name specified. 00:45:15 Reading package lists... 00:45:15 Building dependency tree... 00:45:15 Reading state information... 00:45:15 The following additional packages will be installed: 00:45:15 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:45:15 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:45:15 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:45:15 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:45:15 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:45:15 Suggested packages: 00:45:15 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:45:15 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:45:15 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:45:15 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:45:15 systemd-container policykit-1 00:45:15 Recommended packages: 00:45:15 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:45:15 The following NEW packages will be installed: 00:45:15 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:45:15 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:45:15 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:45:15 multiarch-support openssh-client python3 python3-minimal python3.6 00:45:15 python3.6-minimal snapd squashfs-tools sudo 00:45:15 The following packages will be upgraded: 00:45:15 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:45:15 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:45:15 Need to get 35.2 MB of archives. 00:45:15 After this operation, 141 MB of additional disk space will be used. 00:45:15 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 00:45:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:45:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:45:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 00:45:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:45:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:45:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:45:16 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 00:45:16 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:45:16 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:45:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:45:16 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:45:16 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:45:16 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:45:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:45:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:45:16 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:45:16 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:45:16 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:45:16 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:45:16 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:45:16 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:45:16 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:45:16 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:45:16 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:45:16 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:45:16 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:45:16 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:45:16 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:45:16 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:45:17 debconf: delaying package configuration, since apt-utils is not installed 00:45:17 Fetched 35.2 MB in 2s (17.1 MB/s) 00:45:17 (Reading database ... 12757 files and directories currently installed.) 00:45:17 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 00:45:17 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:45:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:18 ---> 01e62e69f6be 00:45:18 Step 3/23 : WORKDIR /edgex-go 00:45:18 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:45:18 ---> 01e62e69f6be 00:45:18 Step 3/26 : WORKDIR /edgex-go 00:45:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:18 ---> 01e62e69f6be 00:45:18 Step 3/24 : WORKDIR /edgex-go 00:45:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:18 ---> 01e62e69f6be 00:45:18 Step 3/23 : WORKDIR /edgex-go 00:45:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:18 ---> 01e62e69f6be 00:45:18 Step 3/22 : WORKDIR /edgex-go 00:45:18 ---> Running in 6916e2b3d23e 00:45:18 ---> Running in 7a09b528321b 00:45:18 ---> Running in f8c6003d1c2b 00:45:18 ---> Running in 88694e32e177 00:45:18 ---> Running in f39a4a019985 00:45:18 Removing intermediate container f39a4a019985 00:45:18 ---> 4c5ca10158e2 00:45:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:18 Removing intermediate container 88694e32e177 00:45:18 ---> 060da29c87d2 00:45:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:18 Removing intermediate container 7a09b528321b 00:45:18 ---> ec070b54bcd6 00:45:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:18 Removing intermediate container 6916e2b3d23e 00:45:18 ---> 30eefe02a72b 00:45:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:18 Removing intermediate container f8c6003d1c2b 00:45:18 ---> eab1ab8b3439 00:45:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:18 ---> Running in c20ae1614b65 00:45:18 ---> Running in fc38d12c8760 00:45:18 ---> Running in 3b5d67d45f3d 00:45:18 ---> Running in 610cf6ebcb29 00:45:18 ---> Running in 9b327af25cd7 00:45:18 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 00:45:18 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:45:18 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 00:45:18 (Reading database ... 12757 files and directories currently installed.) 00:45:18 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:45:18 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:18 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:45:19 (Reading database ... 12757 files and directories currently installed.) 00:45:19 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:45:19 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:19 Setting up apt (1.6.12ubuntu0.2) ... 00:45:19 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:45:19 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:45:19 Removing intermediate container fc38d12c8760 00:45:19 ---> 370da003c35e 00:45:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:45:19 ---> Running in c1732cfb50ea 00:45:19 Removing intermediate container c20ae1614b65 00:45:19 ---> f656fbb34ba7 00:45:19 Step 5/24 : RUN apk add --update --no-cache make git 00:45:20 ---> Running in e670939aa195 00:45:20 Removing intermediate container 3b5d67d45f3d 00:45:20 ---> 288c5fbda762 00:45:20 Step 5/26 : RUN apk add --update --no-cache make bash git 00:45:20 Removing intermediate container 610cf6ebcb29 00:45:20 ---> f46e0e1a5fe0 00:45:20 Step 5/23 : RUN apk add --update --no-cache make git 00:45:20 Removing intermediate container 9b327af25cd7 00:45:20 ---> 7f07662eddf9 00:45:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:45:20 ---> Running in cf094fa536cc 00:45:20 ---> Running in 624580050f67 00:45:20 ---> Running in 819dc0f93d37 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:21 (Reading database ... 12764 files and directories currently installed.) 00:45:21 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:45:21 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:45:21 Selecting previously unselected package libpython3.6-minimal:amd64. 00:45:21 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:45:21 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:45:21 Selecting previously unselected package libexpat1:amd64. 00:45:21 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:45:21 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:21 Selecting previously unselected package python3.6-minimal. 00:45:21 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:45:21 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:45:22 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 00:45:22 Checking for services that may need to be restarted...done. 00:45:22 Checking for services that may need to be restarted...done. 00:45:22 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:45:22 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:22 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:22 Selecting previously unselected package python3-minimal. 00:45:22 (Reading database ... 13012 files and directories currently installed.) 00:45:22 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:45:22 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:45:22 Selecting previously unselected package mime-support. 00:45:22 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:45:22 Unpacking mime-support (3.60ubuntu1) ... 00:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:22 Selecting previously unselected package libmpdec2:amd64. 00:45:22 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:45:22 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:22 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:45:22 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:45:22 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:45:23 Selecting previously unselected package python3.6. 00:45:23 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:45:23 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:45:23 Selecting previously unselected package libpython3-stdlib:amd64. 00:45:23 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:45:23 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:23 Setting up python3-minimal (3.6.7-1~18.04) ... 00:45:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:23 OK: 217 MiB in 51 packages 00:45:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:23 Selecting previously unselected package python3. 00:45:23 (Reading database ... 13442 files and directories currently installed.) 00:45:23 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:45:23 Unpacking python3 (3.6.7-1~18.04) ... 00:45:23 OK: 217 MiB in 51 packages 00:45:24 Selecting previously unselected package multiarch-support. 00:45:24 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:45:24 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:45:24 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:45:24 Selecting previously unselected package liblzo2-2:amd64. 00:45:24 (Reading database ... 13479 files and directories currently installed.) 00:45:24 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:45:24 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:45:24 Selecting previously unselected package libbsd0:amd64. 00:45:24 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:45:24 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:24 Selecting previously unselected package sudo. 00:45:24 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:45:24 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:45:24 OK: 217 MiB in 51 packages 00:45:24 Selecting previously unselected package apparmor. 00:45:24 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:45:24 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:45:24 Selecting previously unselected package libedit2:amd64. 00:45:24 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:45:24 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:45:24 OK: 217 MiB in 51 packages 00:45:24 OK: 217 MiB in 51 packages 00:45:24 Selecting previously unselected package libkrb5support0:amd64. 00:45:24 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:45:24 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:24 Selecting previously unselected package libk5crypto3:amd64. 00:45:24 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:45:24 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:24 Selecting previously unselected package libkeyutils1:amd64. 00:45:24 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:45:24 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:25 Selecting previously unselected package libkrb5-3:amd64. 00:45:25 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:45:25 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:25 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:45:25 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:45:25 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:25 Selecting previously unselected package libssl1.0.0:amd64. 00:45:25 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:45:25 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:45:25 Selecting previously unselected package openssh-client. 00:45:25 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:45:25 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:25 Removing intermediate container c1732cfb50ea 00:45:25 ---> 8c6fbdfe2413 00:45:25 Step 6/22 : COPY go.mod . 00:45:25 Selecting previously unselected package squashfs-tools. 00:45:25 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:45:25 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:25 Selecting previously unselected package snapd. 00:45:25 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:45:25 Unpacking snapd (2.48.3+18.04) ... 00:45:25 Removing intermediate container e670939aa195 00:45:25 ---> 95c7e62b9d16 00:45:25 Step 6/24 : COPY go.mod . 00:45:25 Removing intermediate container 624580050f67 00:45:25 ---> a36bf3120d79 00:45:25 Step 6/23 : COPY go.mod . 00:45:26 ---> 5cdaab99c974 00:45:26 Step 7/22 : RUN go mod download 00:45:26 ---> Running in 4ada9ab7b177 00:45:26 Removing intermediate container 819dc0f93d37 00:45:26 ---> a7ae16b43849 00:45:26 Step 6/23 : COPY go.mod . 00:45:26 Removing intermediate container cf094fa536cc 00:45:26 ---> 318077ba697c 00:45:26 Step 6/26 : COPY go.mod . 00:45:26 ---> 7459b81ec5c6 00:45:26 Step 7/24 : RUN go mod download 00:45:27 ---> Running in 0208a8c900cc 00:45:27 ---> 8d964e311acd 00:45:27 Step 7/23 : RUN go mod download 00:45:27 ---> Running in 4914a6a56cc6 00:45:27 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:45:27 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:45:27 Setting up mime-support (3.60ubuntu1) ... 00:45:27 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:45:27 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:28 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:28 Setting up systemd (237-3ubuntu10.45) ... 00:45:28 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:45:28 ---> 97195b3eec5e 00:45:28 Step 7/23 : RUN go mod download 00:45:28 ---> 43b65f0375fe 00:45:28 Step 7/26 : RUN go mod download 00:45:28 ---> Running in dd40dfc42b18 00:45:28 ---> Running in b275f79dbbe7 00:45:28 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:28 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:28 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:45:28 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:45:28 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:28 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:45:29 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:29 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:29 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:29 Setting up python3 (3.6.7-1~18.04) ... 00:45:29 running python rtupdate hooks for python3.6... 00:45:29 running python post-rtupdate hooks for python3.6... 00:45:29 Setting up apparmor (2.12-4ubuntu5.1) ... 00:45:30 Removing intermediate container 4ada9ab7b177 00:45:30 ---> c029c842f435 00:45:30 Step 8/22 : COPY . . 00:45:31 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:45:31 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:31 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:31 Setting up snapd (2.48.3+18.04) ... 00:45:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:45:31 Removing intermediate container 0208a8c900cc 00:45:31 ---> c80af6bf1cc7 00:45:31 Step 8/24 : COPY . . 00:45:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:45:31 Removing intermediate container 4914a6a56cc6 00:45:31 ---> c06008d32c8a 00:45:31 Step 8/23 : COPY . . 00:45:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:45:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:45:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:32 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:45:32 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:45:32 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:45:33 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:45:33 /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' 00:45:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:33 Processing triggers for systemd (237-3ubuntu10.45) ... 00:45:33 Removing intermediate container dd40dfc42b18 00:45:33 ---> a757ab035838 00:45:33 Step 8/26 : COPY . . 00:45:34 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:34 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:34 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:34 Removing intermediate container b275f79dbbe7 00:45:34 ---> e8222c4eba0e 00:45:34 Step 8/23 : COPY . . 00:45:35 Reading package lists... 00:45:35 Reading package lists... 00:45:35 Building dependency tree... 00:45:35 Reading state information... 00:45:36 Calculating upgrade... 00:45:36 The following packages will be upgraded: 00:45:36 advancecomp base-files bash binutils binutils-common 00:45:36 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:45:36 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:45:36 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:45:36 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:45:36 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:45:36 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:45:36 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:45:36 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:45:36 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:45:36 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:45:36 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:45:36 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:45:36 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:45:36 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:45:36 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:45:36 Need to get 63.8 MB of archives. 00:45:36 After this operation, 5208 kB of additional disk space will be used. 00:45:36 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:45:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 00:45:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:45:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:45:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:45:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:45:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:45:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:45:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:45:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:45:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:45:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:45:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:45:37 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:45:37 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:45:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:45:37 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:45:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:45:37 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:45:37 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:45:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:45:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:45:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:45:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:45:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:45:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:45:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:45:37 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:45:37 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:45:37 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:45:37 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:45:37 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:45:37 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:45:37 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:45:37 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:45:37 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:45:37 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:45:37 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:45:37 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:45:37 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:45:37 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:45:37 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:45:37 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:45:37 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:45:37 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:45:37 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:45:37 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:45:37 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:45:37 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:45:37 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 00:45:37 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:45:37 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:45:37 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:45:37 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:45:37 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:45:37 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:45:37 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:45:37 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:45:37 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:45:37 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:45:37 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:45:37 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:45:37 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:45:37 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:45:37 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 00:45:37 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:45:37 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:45:37 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:45:37 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 00:45:37 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:45:37 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:45:37 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:45:37 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:45:37 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:45:37 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:45:37 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:45:37 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 00:45:37 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:45:37 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:45:37 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:45:37 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:45:37 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:45:37 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:45:37 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:45:37 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:45:37 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:45:37 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:45:37 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:45:37 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:45:37 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:45:38 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:45:38 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:45:38 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:45:38 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:45:39 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:45:39 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:45:39 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:45:39 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:45:39 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:45:39 debconf: delaying package configuration, since apt-utils is not installed 00:45:39 Fetched 63.8 MB in 3s (22.0 MB/s) 00:45:39 (Reading database ... 13912 files and directories currently installed.) 00:45:39 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:45:39 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:39 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:45:39 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:39 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 00:45:40 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 00:45:40 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:40 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:40 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:40 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:41 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:41 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:41 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:41 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:41 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:41 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:41 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:41 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:42 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:42 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:42 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:42 (Reading database ... 13911 files and directories currently installed.) 00:45:42 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:42 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:45:42 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:45:42 (Reading database ... 13911 files and directories currently installed.) 00:45:42 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:42 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:42 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:42 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:42 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:43 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:43 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:43 (Reading database ... 13911 files and directories currently installed.) 00:45:43 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:45:43 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:43 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:45:44 (Reading database ... 13911 files and directories currently installed.) 00:45:44 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:45:44 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:45:44 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:45:44 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:45:44 Setting up base-files (10.1ubuntu2.10) ... 00:45:44 Installing new version of config file /etc/issue ... 00:45:44 Installing new version of config file /etc/issue.net ... 00:45:44 Installing new version of config file /etc/lsb-release ... 00:45:44 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:45:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:45:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:45:44 Removing obsolete conffile /etc/default/motd-news ... 00:45:44 (Reading database ... 13912 files and directories currently installed.) 00:45:44 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:45:44 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:45:45 Setting up bash (4.4.18-2ubuntu1.2) ... 00:45:45 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 00:45:45 (Reading database ... 13912 files and directories currently installed.) 00:45:45 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:45 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:45:45 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:45:45 (Reading database ... 13912 files and directories currently installed.) 00:45:45 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:45:45 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:45:45 Setting up tar (1.29b-2ubuntu0.2) ... 00:45:46 (Reading database ... 13912 files and directories currently installed.) 00:45:46 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:45:46 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:46 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:45:46 (Reading database ... 13912 files and directories currently installed.) 00:45:46 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:46 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:46 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:46 (Reading database ... 13912 files and directories currently installed.) 00:45:46 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:47 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:47 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:45:47 (Reading database ... 13912 files and directories currently installed.) 00:45:47 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:45:47 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:45:47 Setting up grep (3.1-2build1) ... 00:45:47 (Reading database ... 13912 files and directories currently installed.) 00:45:47 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:47 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:47 Setting up login (1:4.5-1ubuntu2) ... 00:45:47 (Reading database ... 13912 files and directories currently installed.) 00:45:47 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:47 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:48 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:45:48 (Reading database ... 13912 files and directories currently installed.) 00:45:48 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:48 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:48 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:48 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:48 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:48 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:49 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:45:49 (Reading database ... 13912 files and directories currently installed.) 00:45:49 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:45:49 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:50 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:45:50 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:50 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:45:50 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:50 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:45:50 (Reading database ... 13912 files and directories currently installed.) 00:45:50 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:45:50 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:45:51 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:45:51 (Reading database ... 13912 files and directories currently installed.) 00:45:51 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:51 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:51 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:51 (Reading database ... 13912 files and directories currently installed.) 00:45:51 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:51 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:51 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:51 (Reading database ... 13912 files and directories currently installed.) 00:45:51 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:51 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:51 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:51 (Reading database ... 13912 files and directories currently installed.) 00:45:51 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:51 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:51 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:52 (Reading database ... 13912 files and directories currently installed.) 00:45:52 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:52 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:52 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:52 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:52 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:52 (Reading database ... 13912 files and directories currently installed.) 00:45:52 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:52 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:52 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:52 (Reading database ... 13912 files and directories currently installed.) 00:45:52 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:52 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:52 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:53 (Reading database ... 13912 files and directories currently installed.) 00:45:53 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:53 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:53 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:45:53 (Reading database ... 13912 files and directories currently installed.) 00:45:53 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:53 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:53 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:45:53 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:45:54 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:45:54 (Reading database ... 13912 files and directories currently installed.) 00:45:54 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:45:54 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:54 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:45:54 (Reading database ... 13912 files and directories currently installed.) 00:45:54 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:45:54 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:54 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:45:54 (Reading database ... 13914 files and directories currently installed.) 00:45:54 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:45:54 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:45:55 Setting up debconf (1.5.66ubuntu1) ... 00:45:55 (Reading database ... 13914 files and directories currently installed.) 00:45:55 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:45:55 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:45:55 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:45:55 (Reading database ... 13914 files and directories currently installed.) 00:45:55 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:45:55 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:45:55 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:45:55 (Reading database ... 13914 files and directories currently installed.) 00:45:55 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:55 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:55 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:55 (Reading database ... 13914 files and directories currently installed.) 00:45:55 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:55 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:56 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:56 (Reading database ... 13914 files and directories currently installed.) 00:45:56 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:56 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:56 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:56 (Reading database ... 13914 files and directories currently installed.) 00:45:56 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:56 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:56 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 00:45:56 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:45:56 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:56 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:56 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:57 (Reading database ... 13914 files and directories currently installed.) 00:45:57 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:45:57 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:45:57 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:45:57 (Reading database ... 13914 files and directories currently installed.) 00:45:57 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:45:57 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:57 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:57 (Reading database ... 13914 files and directories currently installed.) 00:45:57 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:57 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:57 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:58 (Reading database ... 13914 files and directories currently installed.) 00:45:58 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:45:58 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:45:58 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:45:58 (Reading database ... 13914 files and directories currently installed.) 00:45:58 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:58 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:58 Setting up passwd (1:4.5-1ubuntu2) ... 00:45:58 (Reading database ... 13914 files and directories currently installed.) 00:45:58 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:45:58 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:45:59 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:45:59 (Reading database ... 13914 files and directories currently installed.) 00:45:59 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:45:59 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:45:59 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:45:59 (Reading database ... 13914 files and directories currently installed.) 00:45:59 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:45:59 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:45:59 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:45:59 (Reading database ... 13914 files and directories currently installed.) 00:45:59 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:45:59 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:45:59 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:46:00 (Reading database ... 13914 files and directories currently installed.) 00:46:00 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:46:00 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:46:00 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:46:00 (Reading database ... 13914 files and directories currently installed.) 00:46:00 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:46:00 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:46:00 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:46:00 (Reading database ... 13914 files and directories currently installed.) 00:46:00 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 00:46:00 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 00:46:00 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 00:46:00 (Reading database ... 13915 files and directories currently installed.) 00:46:00 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:46:00 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:46:00 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:46:00 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:46:01 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:46:01 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:46:01 ---> e8d788667032 00:46:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:01 ---> b944ab616ad6 00:46:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:01 ---> Running in 6ce33ac40648 00:46:01 ---> f25f4c2533a3 00:46:01 Step 9/23 : RUN make cmd/core-command/core-command 00:46:01 ---> Running in cdf4a05efc8a 00:46:01 ---> 45e9cf16a657 00:46:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:01 ---> ef387ffc1386 00:46:01 Step 9/23 : RUN make cmd/core-data/core-data 00:46:01 ---> Running in 0cdad0efca64 00:46:01 ---> Running in badf23e09093 00:46:01 ---> Running in ba0efbc4d9b8 00:46:01 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:46:01 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:46:01 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:46:01 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:46:01 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:46:01 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:46:01 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 00:46:01 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 00:46:02 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 00:46:02 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:46:02 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:46:02 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 00:46:02 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 00:46:02 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:46:02 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:46:02 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:46:02 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:46:02 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:46:02 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:46:02 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:46:03 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:46:03 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:46:03 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:46:04 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:46:04 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:46:04 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:46:04 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:46:04 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:46:04 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:46:04 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:46:04 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:46:04 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:46:05 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:46:05 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:46:05 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:46:05 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:05 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:05 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:05 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:05 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:05 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:05 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:05 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:06 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:06 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:07 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:07 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:08 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:08 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:08 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:08 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:09 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:09 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:09 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:09 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:10 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:46:10 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:10 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:46:10 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:10 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:46:10 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:46:10 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:10 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:10 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:10 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:10 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:46:11 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:46:11 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:11 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:11 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:11 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:11 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:11 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:46:11 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:46:11 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:46:11 00:46:11 Current default time zone: 'Etc/UTC' 00:46:11 Local time is now: Thu Apr 1 00:46:11 UTC 2021. 00:46:11 Universal Time is now: Thu Apr 1 00:46:11 UTC 2021. 00:46:11 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:46:11 00:46:11 Setting up systemd-sysv (237-3ubuntu10.45) ... 00:46:11 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:11 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 00:46:11 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:46:11 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:46:11 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:46:11 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:46:11 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:46:11 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:46:11 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:46:11 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:11 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:46:11 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:11 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:46:11 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:12 Setting up patch (2.7.6-2ubuntu1.1) ... 00:46:12 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:46:12 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:46:12 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 00:46:12 Installing new version of config file /etc/ssl/openssl.cnf ... 00:46:12 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:46:12 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:46:12 Setting up ca-certificates (20210119~18.04.1) ... 00:46:14 Updating certificates in /etc/ssl/certs... 00:46:14 23 added, 27 removed; done. 00:46:14 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:46:14 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:14 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:46:14 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:46:14 Setting up pkgbinarymangler (138.18.04.1) ... 00:46:15 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:15 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:46:15 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:15 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:15 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:15 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:46:15 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:15 Setting up perl (5.26.1-6ubuntu0.5) ... 00:46:15 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:46:15 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:46:15 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:46:15 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:46:15 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:46:15 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:46:15 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:46:15 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:46:15 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:46:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:46:15 Processing triggers for systemd (237-3ubuntu10.45) ... 00:46:15 Processing triggers for mime-support (3.60ubuntu1) ... 00:46:16 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:46:16 Updating certificates in /etc/ssl/certs... 00:46:16 0 added, 0 removed; done. 00:46:16 Running hooks in /etc/ca-certificates/update.d... 00:46:16 done. 00:46:16 Reading package lists... 00:46:17 Building dependency tree... 00:46:17 Reading state information... 00:46:17 The following NEW packages will be installed: 00:46:17 apt-transport-https 00:46:17 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:46:17 Need to get 1696 B of archives. 00:46:17 After this operation, 153 kB of additional disk space will be used. 00:46:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:46:17 debconf: delaying package configuration, since apt-utils is not installed 00:46:17 Fetched 1696 B in 0s (41.8 kB/s) 00:46:17 Selecting previously unselected package apt-transport-https. 00:46:17 (Reading database ... 13920 files and directories currently installed.) 00:46:17 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:46:17 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:46:17 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:46:17 Waiting for network to be ready... 00:46:23 2021-04-01T00:46:20Z INFO Waiting for automatic snapd restart... 00:46:23 snapd 2.49.1 from Canonical* installed 00:46:24 "snapd" switched to the "latest/stable" channel 00:46:24 00:46:26 core18 20210309 from Canonical* installed 00:46:27 "core18" switched to the "latest/stable" channel 00:46:27 00:46:30 snapcraft 4.6 from Canonical* installed 00:46:30 "snapcraft" switched to the "latest/stable" channel 00:46:30 00:46:34 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: 00:46:34 - README.md 00:46:34 00:46:34 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:46:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:41 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:41 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:42 Reading package lists... 00:46:42 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 00:46:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:49 Reading package lists... 00:46:49 Building dependency tree... 00:46:49 Reading state information... 00:46:49 Suggested packages: 00:46:49 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:46:49 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:46:49 Recommended packages: 00:46:49 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:46:49 The following NEW packages will be installed: 00:46:49 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:46:49 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:46:49 pkg-config zip 00:46:49 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:46:49 Need to get 7663 kB of archives. 00:46:49 After this operation, 43.8 MB of additional disk space will be used. 00:46:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 00:46:49 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:46:49 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:46:49 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:46:49 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:46:49 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:46:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:46:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:46:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:46:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:46:49 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 00:46:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 00:46:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 00:46:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:46:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:46:50 debconf: delaying package configuration, since apt-utils is not installed 00:46:50 Fetched 7663 kB in 1s (7113 kB/s) 00:46:50 Selecting previously unselected package libglib2.0-0:amd64. 00:46:50 (Reading database ... 13924 files and directories currently installed.) 00:46:50 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 00:46:50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:46:50 Selecting previously unselected package libpsl5:amd64. 00:46:50 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:46:50 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:46:50 Selecting previously unselected package libnghttp2-14:amd64. 00:46:50 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:46:50 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:46:50 Selecting previously unselected package librtmp1:amd64. 00:46:50 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:46:50 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:46:50 Selecting previously unselected package libcurl3-gnutls:amd64. 00:46:50 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 00:46:50 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:46:51 Selecting previously unselected package liberror-perl. 00:46:51 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:46:51 Unpacking liberror-perl (0.17025-1) ... 00:46:51 Selecting previously unselected package git-man. 00:46:51 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 00:46:51 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 00:46:51 Selecting previously unselected package git. 00:46:51 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 00:46:51 Unpacking git (1:2.17.1-1ubuntu0.8) ... 00:46:51 Selecting previously unselected package libnorm1:amd64. 00:46:51 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:46:51 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:52 Selecting previously unselected package libpgm-5.2-0:amd64. 00:46:52 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:46:52 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:52 Selecting previously unselected package libsodium23:amd64. 00:46:52 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:46:52 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:46:52 Selecting previously unselected package libzmq5:amd64. 00:46:52 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:52 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:52 Selecting previously unselected package libzmq3-dev:amd64. 00:46:52 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:52 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:52 Selecting previously unselected package pkg-config. 00:46:52 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:46:52 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:46:52 Selecting previously unselected package zip. 00:46:52 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:46:52 Unpacking zip (3.0-11build1) ... 00:46:52 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:52 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 00:46:52 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:46:52 Setting up liberror-perl (0.17025-1) ... 00:46:52 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:46:53 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:46:53 No schema files found: doing nothing. 00:46:53 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:46:53 Setting up zip (3.0-11build1) ... 00:46:53 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:53 Setting up libsodium23:amd64 (1.0.16-2) ... 00:46:53 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:46:53 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:46:53 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:53 Setting up git (1:2.17.1-1ubuntu0.8) ... 00:46:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:47:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:00 git set to automatically installed. 00:47:00 git-man set to automatically installed. 00:47:00 libcurl3-gnutls set to automatically installed. 00:47:00 liberror-perl set to automatically installed. 00:47:00 libglib2.0-0 set to automatically installed. 00:47:00 libnghttp2-14 set to automatically installed. 00:47:00 libnorm1 set to automatically installed. 00:47:00 libpgm-5.2-0 set to automatically installed. 00:47:00 libpsl5 set to automatically installed. 00:47:00 librtmp1 set to automatically installed. 00:47:00 libsodium23 set to automatically installed. 00:47:00 libzmq3-dev set to automatically installed. 00:47:00 libzmq5 set to automatically installed. 00:47:00 pkg-config set to automatically installed. 00:47:00 zip set to automatically installed. 00:47:02 snapd is not logged in, snap install commands will use sudo 00:47:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:54 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 00:48:04 Removing intermediate container cdf4a05efc8a 00:48:04 ---> f45409db97d8 00:48:04 00:48:04 Step 10/24 : FROM alpine:3.12 00:48:04 3.12: Pulling from library/alpine 00:48:05 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 00:48:05 snapd is not logged in, snap install commands will use sudo 00:48:07 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:48:07 Status: Downloaded newer image for alpine:3.12 00:48:07 ---> e47305ac9786 00:48:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:48:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:48:08 ---> Running in 18d512f99d2e 00:48:09 snap "core18" has no updates available 00:48:09 Pulling go-build-helper 00:48:09 + snapcraftctl pull 00:48:10 'app-service-config' has dependencies that need to be staged: go-build-helper 00:48:10 Skipping pull go-build-helper (already ran) 00:48:10 Building go-build-helper 00:48:10 + snapcraftctl build 00:48:11 Removing intermediate container badf23e09093 00:48:11 ---> c02674bbdb77 00:48:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:11 ---> Running in 6858c716f273 00:48:11 (1/6) Installing ca-certificates (20191127-r4) 00:48:11 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:48:11 (3/6) Installing libcurl (7.69.1-r3) 00:48:11 (4/6) Installing curl (7.69.1-r3) 00:48:12 (5/6) Installing dumb-init (1.2.2-r1) 00:48:12 (6/6) Installing su-exec (0.2-r1) 00:48:12 Executing busybox-1.31.1-r19.trigger 00:48:12 Executing ca-certificates-20191127-r4.trigger 00:48:12 OK: 7 MiB in 20 packages 00:48:12 Staging go-build-helper 00:48:12 + snapcraftctl stage 00:48:12 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 00:48:16 Removing intermediate container 18d512f99d2e 00:48:16 ---> 8263f08ae0db 00:48:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:16 ---> Running in f5c51e5b5673 00:48:18 Removing intermediate container f5c51e5b5673 00:48:18 ---> 13fcfe21b500 00:48:18 Step 13/24 : WORKDIR / 00:48:18 ---> Running in a06833b793ca 00:48:18 Removing intermediate container 6858c716f273 00:48:18 ---> c13082b43077 00:48:18 00:48:18 Step 11/26 : FROM docker:20.10.0 00:48:19 20.10.0: Pulling from library/docker 00:48:19 Removing intermediate container 0cdad0efca64 00:48:19 ---> 34bede115e69 00:48:19 00:48:19 Step 10/23 : FROM alpine:3.12 00:48:19 ---> e47305ac9786 00:48:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:20 ---> Running in a2d5e43a45ca 00:48:20 Removing intermediate container a06833b793ca 00:48:20 ---> c2638696826b 00:48:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:21 Removing intermediate container 6ce33ac40648 00:48:21 ---> 25e413af1ec9 00:48:21 00:48:21 Step 10/22 : FROM alpine:3.12 00:48:21 ---> e47305ac9786 00:48:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:48:22 ---> Running in 92be91d9e1df 00:48:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:22 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:48:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:48:22 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:48:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 00:48:22 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:48:22 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:48:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:48:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:48:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:48:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:48:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:48:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:48:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:48:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:48:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:48:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:48:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:48:22 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:48:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:48:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 00:48:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:48:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:48:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:48:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:48:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:48:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 00:48:22 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 00:48:22 Fetched 24.2 MB in 0s (0 B/s) 00:48:22 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:48:22 Fetched 224 kB in 0s (0 B/s) 00:48:22 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:48:22 Fetched 157 kB in 0s (0 B/s) 00:48:22 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:48:22 Fetched 221 kB in 0s (0 B/s) 00:48:22 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:48:22 Fetched 143 kB in 0s (0 B/s) 00:48:22 Pulling app-service-config 00:48:22 + snapcraftctl pull 00:48:22 ---> fda99d7ee0b6 00:48:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:23 Cloning into '/root/parts/app-service-config/src'... 00:48:23 (1/1) Installing dumb-init (1.2.2-r1) 00:48:23 Executing busybox-1.31.1-r19.trigger 00:48:23 OK: 5 MiB in 15 packages 00:48:23 Pulling config-common 00:48:23 + snapcraftctl pull 00:48:24 ---> 8147f094f14b 00:48:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:25 (1/2) Installing ca-certificates (20191127-r4) 00:48:25 (2/2) Installing dumb-init (1.2.2-r1) 00:48:25 Executing busybox-1.31.1-r19.trigger 00:48:25 Executing ca-certificates-20191127-r4.trigger 00:48:25 OK: 6 MiB in 16 packages 00:48:26 ---> 0192e561ac4b 00:48:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:26 Removing intermediate container a2d5e43a45ca 00:48:26 ---> a88123d000b2 00:48:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:26 ---> Running in 35af5dc0c440 00:48:27 Removing intermediate container 35af5dc0c440 00:48:27 ---> dd83fdbd6fc9 00:48:27 Step 13/23 : ENV APP_PORT=48082 00:48:27 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:48:27 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:48:27 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:48:27 Fetched 0 B in 0s (0 B/s) 00:48:27 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:48:27 Fetched 0 B in 0s (0 B/s) 00:48:27 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:48:27 Fetched 0 B in 0s (0 B/s) 00:48:27 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:48:27 Fetched 0 B in 0s (0 B/s) 00:48:27 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:48:27 Fetched 0 B in 0s (0 B/s) 00:48:27 Pulling edgex-go 00:48:27 + snapcraftctl pull 00:48:28 ---> Running in fce8bd120d72 00:48:28 ---> ad60ff1d37e7 00:48:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:29 Removing intermediate container 92be91d9e1df 00:48:29 ---> 52ade9c3e7ca 00:48:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:48:29 ---> Running in 009d03a071ad 00:48:29 Removing intermediate container fce8bd120d72 00:48:29 ---> b9efa836b080 00:48:29 Step 14/23 : EXPOSE $APP_PORT 00:48:30 ---> Running in 154c0eb7eb8c 00:48:30 Removing intermediate container 009d03a071ad 00:48:30 ---> 10d3c6f52602 00:48:30 Step 13/22 : ENV APP_PORT=48060 00:48:31 ---> Running in 83e5e02b7dd0 00:48:31 Removing intermediate container 154c0eb7eb8c 00:48:31 ---> ed8cfab257de 00:48:31 Step 15/23 : WORKDIR / 00:48:31 ---> d461fceb9589 00:48:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:31 ---> Running in fce9776d6170 00:48:32 Removing intermediate container 83e5e02b7dd0 00:48:32 ---> a5f3cc229e3d 00:48:32 Step 14/22 : EXPOSE $APP_PORT 00:48:32 ---> Running in 64a0c2329f46 00:48:33 ---> 34e9fd936e69 00:48:33 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/ 00:48:33 Removing intermediate container fce9776d6170 00:48:33 ---> 7af9fc8a038f 00:48:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:33 ---> Running in 5112330dc483 00:48:33 Removing intermediate container 64a0c2329f46 00:48:33 ---> e669a634d84d 00:48:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:35 ---> 8694d03ad057 00:48:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:36 ---> 3b3bea548c5b 00:48:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:36 Removing intermediate container ba0efbc4d9b8 00:48:36 ---> e914ae41e01c 00:48:36 00:48:36 Step 10/23 : FROM alpine:3.12 00:48:36 ---> e47305ac9786 00:48:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:36 ---> Running in a6e5207c31f3 00:48:37 ---> a96d268c9478 00:48:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:37 Removing intermediate container 5112330dc483 00:48:37 ---> b8f441d3686b 00:48:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:37 Status: Downloaded newer image for docker:20.10.0 00:48:37 ---> eeaf43b92773 00:48:37 Step 12/26 : RUN apk add --no-cache bash 00:48:37 Removing intermediate container a6e5207c31f3 00:48:37 ---> bff2e85c7338 00:48:37 Step 12/23 : ENV APP_PORT=48080 00:48:37 ---> b5f5e790077f 00:48:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:37 ---> Running in 10d81353a34e 00:48:38 ---> Running in 22d8f63085c1 00:48:38 ---> Running in 6c178fb7bad1 00:48:38 ---> 1ca20c246f4f 00:48:38 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:38 ---> Running in f450152c5686 00:48:38 Removing intermediate container 10d81353a34e 00:48:38 ---> 7f5c2d6d6374 00:48:38 Step 22/24 : LABEL arch=arm64 00:48:38 Removing intermediate container 22d8f63085c1 00:48:38 ---> 2b1e136f7648 00:48:38 Step 13/23 : EXPOSE $APP_PORT 00:48:38 ---> Running in b43dd6be2535 00:48:38 ---> 0fe47622d9ea 00:48:38 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:48:39 ---> Running in 95fba57853c0 00:48:39 ---> Running in 179b95aa9073 00:48:39 Removing intermediate container f450152c5686 00:48:39 ---> 8868416625f0 00:48:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:39 ---> Running in b876a6ff500d 00:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:39 Removing intermediate container b43dd6be2535 00:48:39 ---> 90c49ea87c56 00:48:39 Step 23/24 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:40 Removing intermediate container 95fba57853c0 00:48:40 ---> 2b1f5ff22404 00:48:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:40 ---> Running in 1ad06c79ad1e 00:48:40 Removing intermediate container 179b95aa9073 00:48:40 ---> cdcfd8a2e858 00:48:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:40 ---> Running in 2ef0e02467f3 00:48:40 Removing intermediate container b876a6ff500d 00:48:40 ---> ca5f0370e8e3 00:48:40 Step 21/23 : LABEL arch=arm64 00:48:40 (1/2) Installing readline (8.0.4-r0) 00:48:40 (2/2) Installing bash (5.0.17-r0) 00:48:40 Executing bash-5.0.17-r0.post-install 00:48:40 Executing busybox-1.31.1-r19.trigger 00:48:40 OK: 12 MiB in 22 packages 00:48:40 ---> Running in f20260c1423a 00:48:40 ---> Running in eea1977219cc 00:48:41 Removing intermediate container 1ad06c79ad1e 00:48:41 ---> 31f26158f3ec 00:48:41 Step 24/24 : LABEL version=0.0.0 00:48:41 ---> Running in c70c65eff114 00:48:41 Removing intermediate container f20260c1423a 00:48:41 ---> e60f6c5bedce 00:48:41 Step 20/22 : LABEL arch=arm64 00:48:41 ---> Running in 9fec876179ab 00:48:41 Removing intermediate container eea1977219cc 00:48:41 ---> 7260ecd9b6af 00:48:41 Step 22/23 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:48:41 ---> Running in 87544b760a21 00:48:42 Removing intermediate container c70c65eff114 00:48:42 ---> b7f90069eec1 00:48:42 00:48:42 Removing intermediate container 9fec876179ab 00:48:42 ---> 6cae961beead 00:48:42 Step 21/22 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:48:42 Removing intermediate container 6c178fb7bad1 00:48:42 ---> b02ac8c4b274 00:48:42 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:42 Successfully built b7f90069eec1 00:48:42 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:42  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 00:48:42 ---> Running in ff58ec672b03 00:48:42 ---> Running in 45bf02723893 00:48:43 Removing intermediate container 87544b760a21 00:48:43 ---> 949ffe2381f4 00:48:43 Step 23/23 : LABEL version=0.0.0 00:48:43 ---> Running in e147b85f9c30 00:48:43 Removing intermediate container ff58ec672b03 00:48:43 ---> 5c7eee0bb3a7 00:48:43 Step 14/26 : ENV APP_PORT=48090 00:48:43 Removing intermediate container 45bf02723893 00:48:43 ---> c0a354c6ee0e 00:48:43 Step 22/22 : LABEL version=0.0.0 00:48:43 ---> Running in 4ce3d4c18972 00:48:43 Removing intermediate container 2ef0e02467f3 00:48:43 ---> 7082313fe9a1 00:48:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:48:44 ---> Running in 9a650a89a7fc 00:48:44 Removing intermediate container e147b85f9c30 00:48:44 ---> 19da089514fd 00:48:44 00:48:44 ---> Running in d9ebec4834cb 00:48:44 Removing intermediate container 4ce3d4c18972 00:48:44 ---> 697a067960fb 00:48:44 Step 15/26 : EXPOSE $APP_PORT 00:48:45 Successfully built 19da089514fd 00:48:45 Successfully tagged docker-core-command-go-arm64:latest 00:48:45  Building docker-core-command-go ... done Building docker-support-scheduler-go 00:48:45 ---> Running in bcb6cb49eac3 00:48:45 Removing intermediate container 9a650a89a7fc 00:48:45 ---> 0d0dfa24375e 00:48:45 00:48:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:45 Successfully built 0d0dfa24375e 00:48:46 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:46  Building docker-support-notifications-go ... done Removing intermediate container bcb6cb49eac3 00:48:46 Building docker-security-proxy-setup-go 00:48:46 ---> 9bd50a5512bd 00:48:46 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:47 ---> 7c25908084d3 00:48:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:48 (1/6) Installing dumb-init (1.2.2-r1) 00:48:48 (2/6) Installing libgcc (9.3.0-r2) 00:48:48 (3/6) Installing libsodium (1.0.18-r0) 00:48:49 (4/6) Installing libstdc++ (9.3.0-r2) 00:48:49 (5/6) Installing libzmq (4.3.3-r0) 00:48:49 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:48:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:48:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:48:49 Fetched 0 B in 0s (0 B/s) 00:48:49 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:48:49 Fetched 96.5 kB in 0s (0 B/s) 00:48:49 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:48:49 Fetched 279 kB in 0s (0 B/s) 00:48:49 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:48:49 Fetched 122 kB in 0s (0 B/s) 00:48:49 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:48:49 Fetched 77.8 kB in 0s (0 B/s) 00:48:49 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:48:49 Fetched 8848 B in 0s (0 B/s) 00:48:49 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:48:49 Fetched 47.8 kB in 0s (0 B/s) 00:48:49 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:48:49 Fetched 45.6 kB in 0s (0 B/s) 00:48:49 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:48:49 Fetched 15.0 kB in 0s (0 B/s) 00:48:49 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 00:48:49 Fetched 219 kB in 0s (0 B/s) 00:48:49 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 00:48:49 Fetched 154 kB in 0s (0 B/s) 00:48:49 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:48:49 Fetched 50.6 kB in 0s (0 B/s) 00:48:49 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:48:49 Fetched 14.8 kB in 0s (0 B/s) 00:48:49 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:48:49 Fetched 41.8 kB in 0s (0 B/s) 00:48:49 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:48:49 Fetched 499 kB in 0s (0 B/s) 00:48:49 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:48:49 Fetched 111 kB in 0s (0 B/s) 00:48:49 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:48:49 Fetched 240 kB in 0s (0 B/s) 00:48:49 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:48:49 Fetched 29.3 kB in 0s (0 B/s) 00:48:49 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:48:49 Fetched 85.5 kB in 0s (0 B/s) 00:48:49 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:48:49 Fetched 24.5 kB in 0s (0 B/s) 00:48:49 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:48:49 Fetched 49.2 kB in 0s (0 B/s) 00:48:49 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:48:49 Fetched 54.2 kB in 0s (0 B/s) 00:48:49 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:48:49 Fetched 30.8 kB in 0s (0 B/s) 00:48:49 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 00:48:49 Fetched 15.8 kB in 0s (0 B/s) 00:48:49 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:48:49 Fetched 85.9 kB in 0s (0 B/s) 00:48:49 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:48:49 Fetched 8720 B in 0s (0 B/s) 00:48:49 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:48:49 Fetched 137 kB in 0s (0 B/s) 00:48:49 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:48:49 Fetched 119 kB in 0s (0 B/s) 00:48:49 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:48:49 Fetched 109 kB in 0s (0 B/s) 00:48:49 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:48:49 Fetched 11.1 kB in 0s (0 B/s) 00:48:49 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:48:49 Fetched 645 kB in 0s (0 B/s) 00:48:49 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:48:49 Fetched 41.3 kB in 0s (0 B/s) 00:48:49 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:48:49 Fetched 17.9 kB in 0s (0 B/s) 00:48:49 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:48:49 Fetched 368 kB in 0s (0 B/s) 00:48:49 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:48:49 Fetched 187 kB in 0s (0 B/s) 00:48:49 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:48:49 Fetched 175 kB in 0s (0 B/s) 00:48:49 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:48:49 Fetched 206 kB in 0s (0 B/s) 00:48:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 00:48:49 Fetched 1301 kB in 0s (0 B/s) 00:48:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:48:49 Fetched 36.2 kB in 0s (0 B/s) 00:48:49 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 00:48:49 Fetched 159 kB in 0s (0 B/s) 00:48:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:48:49 Fetched 107 kB in 0s (0 B/s) 00:48:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:48:49 Fetched 48.7 kB in 0s (0 B/s) 00:48:49 Pulling static-packages 00:48:49 + snapcraftctl pull 00:48:49 Pulling version 00:48:49 + cd /root/project 00:48:49 + [ -f VERSION ] 00:48:49 + PROJECT_VERSION=local-dev 00:48:49 + git rev-parse --short HEAD 00:48:49 + GIT_REVISION=8ce4869c 00:48:49 + snapcraftctl set-version local-dev 00:48:49 ---> f1c0c7a57f80 00:48:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:50 (6/6) Installing zeromq (4.3.3-r0) 00:48:50 Executing busybox-1.31.1-r19.trigger 00:48:50 OK: 8 MiB in 20 packages 00:48:50 Skipping build go-build-helper (already ran) 00:48:50 Building app-service-config 00:48:50 + make build 00:48:50 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:48:52 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 00:48:52 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 00:48:52 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 00:48:52 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 00:48:52 go: downloading github.com/gorilla/mux v1.8.0 00:48:52 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 00:48:52 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 00:48:52 go: downloading github.com/go-kit/kit v0.8.0 00:48:52 go: downloading github.com/BurntSushi/toml v0.3.1 00:48:52 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 00:48:52 ---> a33c6b755f3e 00:48:52 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:52 go: downloading github.com/google/uuid v1.2.0 00:48:52 go: downloading github.com/gorilla/websocket v1.4.2 00:48:52 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 00:48:52 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:48:52 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:48:52 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 00:48:53 go: downloading github.com/pelletier/go-toml v1.2.0 00:48:53 ---> Running in fb7c86c8817c 00:48:53 go: downloading github.com/go-playground/validator/v10 v10.4.1 00:48:53 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:48:53 go: downloading github.com/mitchellh/copystructure v1.0.0 00:48:53 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:48:53 go: downloading github.com/hashicorp/consul/api v1.8.1 00:48:53 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:48:53 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 00:48:53 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:48:53 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:48:53 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:48:53 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:48:53 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:48:53 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:48:53 go: downloading github.com/go-playground/universal-translator v0.17.0 00:48:53 go: downloading github.com/x448/float16 v0.8.4 00:48:53 go: downloading github.com/fatih/color v1.9.0 00:48:53 go: downloading github.com/hashicorp/serf v0.9.5 00:48:53 go: downloading github.com/leodido/go-urn v1.2.0 00:48:53 go: downloading github.com/pebbe/zmq4 v1.2.5 00:48:53 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:48:53 go: downloading github.com/mattn/go-isatty v0.0.12 00:48:53 go: downloading github.com/go-playground/locales v0.13.0 00:48:53 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:48:53 go: downloading github.com/mattn/go-colorable v0.1.6 00:48:53 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 00:48:53 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:48:54 Removing intermediate container d9ebec4834cb 00:48:54 ---> a9343b0147d1 00:48:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:54 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:48:54 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:48:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:55 ---> e3773c348458 00:48:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:48:55 (1/33) Installing libbz2 (1.0.8-r1) 00:48:55 (2/33) Installing expat (2.2.9-r1) 00:48:55 (3/33) Installing libffi (3.3-r2) 00:48:55 (4/33) Installing gdbm (1.13-r1) 00:48:55 (5/33) Installing xz-libs (5.2.5-r0) 00:48:55 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:55 (7/33) Installing python3 (3.8.8-r0) 00:48:57 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:57 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:57 (11/33) Installing py3-six (1.15.0-r0) 00:48:57 (12/33) Installing py3-packaging (20.4-r0) 00:48:57 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:57 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:57 (15/33) Installing py3-idna (2.9-r0) 00:48:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:57 (18/33) Installing py3-requests (2.23.0-r0) 00:48:58 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:58 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:58 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:58 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:58 (24/33) Installing py3-distro (1.5.0-r1) 00:48:58 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:58 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:58 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:58 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:58 (29/33) Installing py3-progress (1.5-r0) 00:48:58 (30/33) Installing py3-toml (0.10.1-r0) 00:48:58 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:58 (33/33) Installing py3-pip (20.1.1-r0) 00:48:58 Executing busybox-1.31.1-r19.trigger 00:48:58 OK: 71 MiB in 55 packages 00:48:58 ---> b57406469a0a 00:48:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:00 ---> ec7e8bafa119 00:49:00 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:00 ---> Running in d8e6939bdc2e 00:49:01 Removing intermediate container d8e6939bdc2e 00:49:01 ---> ee828349ea7c 00:49:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:01 ---> Running in 35ce04285111 00:49:02 Removing intermediate container 35ce04285111 00:49:02 ---> 5c75232f15b6 00:49:02 Step 21/23 : LABEL arch=arm64 00:49:03 ---> Running in b4d39c15c7f5 00:49:03 Removing intermediate container b4d39c15c7f5 00:49:03 ---> 8386c19aaddc 00:49:03 Step 22/23 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:49:04 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 00:49:04 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 00:49:04 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 00:49:04 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 00:49:04 ---> Running in 3e7c1a4c91db 00:49:04 Building config-common 00:49:04 + snapcraftctl build 00:49:05 Removing intermediate container 3e7c1a4c91db 00:49:05 ---> c9c6542761b8 00:49:05 Step 23/23 : LABEL version=0.0.0 00:49:05 ---> Running in 13ce088b4f31 00:49:06 Removing intermediate container 13ce088b4f31 00:49:06 ---> e50c193ebdc4 00:49:06 00:49:06 Removing intermediate container fb7c86c8817c 00:49:06 ---> 1547e21cf476 00:49:06 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:06 ---> Running in 124fd72e4483 00:49:06 Successfully built e50c193ebdc4 00:49:06 Successfully tagged docker-core-data-go-arm64:latest 00:49:06  Building docker-core-data-go ... done Building docker-core-metadata-go 00:49:07 Building edgex-go 00:49:07 + cd /root/parts/edgex-go/src 00:49:07 + make build 00:49:07 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 00:49:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 00:49:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 00:49:07 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:49:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 00:49:07 go: downloading github.com/pkg/errors v0.8.1 00:49:07 go: downloading github.com/imdario/mergo v0.3.12 00:49:07 go: downloading github.com/pebbe/zmq4 v1.2.7 00:49:12 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 00:49:12 go: downloading gopkg.in/yaml.v2 v2.4.0 00:49:13 Collecting docker-compose==1.23.2 00:49:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:13 Collecting jsonschema<3,>=2.5.1 00:49:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:14 Collecting docopt<0.7,>=0.6.1 00:49:14 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:17 Collecting texttable<0.10,>=0.9.0 00:49:17 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:49:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:49:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:49:19 Collecting dockerpty<0.5,>=0.4.1 00:49:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49:21 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 00:49:21 go: downloading github.com/stretchr/testify v1.7.0 00:49:21 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:49:21 go: downloading github.com/pmezard/go-difflib v1.0.0 00:49:21 go: downloading github.com/davecgh/go-spew v1.1.1 00:49:22 Collecting PyYAML<4,>=3.10 00:49:22 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:23 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 00:49:23 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:49:23 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:49:25 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 00:49:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:27 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 00:49:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:28 Collecting websocket-client<1.0,>=0.32.0 00:49:28 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:49:29 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 00:49:29 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:49:30 Collecting docker<4.0,>=3.6.0 00:49:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:30 Collecting cached-property<2,>=1.2.0 00:49:30 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 00:49:30 go: downloading github.com/lib/pq v1.9.0 00:49:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:30 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:30 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:49:30 ---> 01e62e69f6be 00:49:30 Step 3/31 : WORKDIR /edgex-go 00:49:30 ---> Using cache 00:49:30 ---> eab1ab8b3439 00:49:30 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:30 ---> Using cache 00:49:30 ---> 7f07662eddf9 00:49:30 Step 5/31 : RUN apk add --update --no-cache make git 00:49:31 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) 00:49:32 Collecting idna<2.8,>=2.5 00:49:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:32 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:49:32 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:49:32 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:49:32 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) 00:49:32 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:49:32 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:49:32 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:49:32 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:49:32 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:49:32 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:49:32 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:49:32 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:49:32 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:49:32 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:49:32 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:49:32 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:49:32 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:49:32 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:49:32 + 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 00:49:32 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:49:32 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:49:32 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 00:49:32 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:49:32 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:49:32 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:49:32 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:49:32 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 00:49:34 Collecting urllib3<1.25,>=1.21.1 00:49:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:35 ---> 01e62e69f6be 00:49:35 Step 3/22 : WORKDIR /edgex-go 00:49:35 ---> Using cache 00:49:35 ---> eab1ab8b3439 00:49:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:35 ---> Using cache 00:49:35 ---> 7f07662eddf9 00:49:35 Step 5/22 : RUN apk add --update --no-cache make git 00:49:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:35 ---> 01e62e69f6be 00:49:35 Step 3/21 : WORKDIR /edgex-go 00:49:35 ---> Using cache 00:49:35 ---> eab1ab8b3439 00:49:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:35 ---> Using cache 00:49:35 ---> 7f07662eddf9 00:49:35 Step 5/21 : RUN apk add --update --no-cache make git 00:49:35 Collecting docker-pycreds>=0.4.0 00:49:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:36 Building static-packages 00:49:36 + snapcraftctl build 00:49:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:37 Installing collected packages: jsonschema, docopt, texttable, dockerpty, PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, docker-compose 00:49:38 Running setup.py install for docopt: started 00:49:38 Building version 00:49:38 + snapcraftctl build 00:49:38 ---> Running in f40164de6430 00:49:38 ---> Running in 524d8646c953 00:49:38 ---> Running in 3dfe8a994e01 00:49:40 Skipping stage go-build-helper (already ran) 00:49:40 Staging app-service-config 00:49:40 + snapcraftctl stage 00:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:40 Running setup.py install for docopt: finished with status 'done' 00:49:40 Running setup.py install for texttable: started 00:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:41 Staging config-common 00:49:41 + snapcraftctl stage 00:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:41 Staging edgex-go 00:49:41 + snapcraftctl stage 00:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:41 ---> 01e62e69f6be 00:49:41 Step 3/23 : WORKDIR /edgex-go 00:49:41 ---> Using cache 00:49:41 ---> eab1ab8b3439 00:49:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:41 ---> Using cache 00:49:41 ---> 7f07662eddf9 00:49:41 Step 5/23 : RUN apk add --update --no-cache make git 00:49:42 OK: 217 MiB in 51 packages 00:49:42 OK: 217 MiB in 51 packages 00:49:42 OK: 217 MiB in 51 packages 00:49:42 ---> Running in 9d6185fe29a1 00:49:42 Staging static-packages 00:49:42 + snapcraftctl stage 00:49:43 Running setup.py install for texttable: finished with status 'done' 00:49:43 Running setup.py install for dockerpty: started 00:49:43 Staging version 00:49:43 + snapcraftctl stage 00:49:43 Removing intermediate container f40164de6430 00:49:43 ---> 4c7a288132b2 00:49:43 Step 6/22 : COPY go.mod . 00:49:44 Removing intermediate container 524d8646c953 00:49:44 ---> 5c018bb1dbc4 00:49:44 Step 6/21 : COPY go.mod . 00:49:44 Priming go-build-helper 00:49:44 + snapcraftctl prime 00:49:44 Removing intermediate container 3dfe8a994e01 00:49:44 ---> f1f741b14b79 00:49:44 Step 6/31 : COPY go.mod . 00:49:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:44 ---> a94aa5daf0be 00:49:44 Step 7/22 : RUN go mod download 00:49:45 ---> Running in 44cb486ce61e 00:49:45 ---> bbe336456866 00:49:45 Step 7/21 : RUN go mod download 00:49:45 ---> 949e43e88819 00:49:45 Step 7/31 : RUN go mod download 00:49:45 ---> Running in bd7bd0d81c43 00:49:45 Priming app-service-config 00:49:45 + snapcraftctl prime 00:49:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:45 ---> Running in 547a2617c691 00:49:46 Running setup.py install for dockerpty: finished with status 'done' 00:49:46 Running setup.py install for PyYAML: started 00:49:46 OK: 217 MiB in 51 packages 00:49:46 Priming config-common 00:49:46 + snapcraftctl prime 00:49:47 Priming edgex-go 00:49:47 + snapcraftctl prime 00:49:48 Removing intermediate container 9d6185fe29a1 00:49:48 ---> 8337ba8eeebb 00:49:48 Step 6/23 : COPY go.mod . 00:49:49 Priming static-packages 00:49:49 + snapcraftctl prime 00:49:49 ---> 6385c0223313 00:49:49 Step 7/23 : RUN go mod download 00:49:49 Running setup.py install for PyYAML: finished with status 'done' 00:49:49 Attempting uninstall: idna 00:49:49 Found existing installation: idna 2.9 00:49:49 Uninstalling idna-2.9: 00:49:49 Successfully uninstalled idna-2.9 00:49:49 ---> Running in 0ef431ecb184 00:49:50 Removing intermediate container 44cb486ce61e 00:49:50 ---> 2426141a3d77 00:49:50 Step 8/22 : COPY . . 00:49:50 Removing intermediate container bd7bd0d81c43 00:49:50 ---> 2a6e044ad76d 00:49:50 Step 8/21 : COPY . . 00:49:50 Removing intermediate container 547a2617c691 00:49:50 ---> 53a8f40ee5c3 00:49:50 Step 8/31 : COPY . . 00:49:50 Attempting uninstall: urllib3 00:49:50 Found existing installation: urllib3 1.25.9 00:49:50 Uninstalling urllib3-1.25.9: 00:49:51 Successfully uninstalled urllib3-1.25.9 00:49:51 Priming version 00:49:51 + snapcraftctl prime 00:49:52 Attempting uninstall: requests 00:49:52 Found existing installation: requests 2.23.0 00:49:52 Uninstalling requests-2.23.0: 00:49:52 Successfully uninstalled requests-2.23.0 00:49:52 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] } 00:49:57 Removing intermediate container 0ef431ecb184 00:49:57 ---> 83ad9bda9747 00:49:57 Step 8/23 : COPY . . 00:49:57 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:50:07 Removing intermediate container 124fd72e4483 00:50:07 ---> 9ba033a96968 00:50:07 Step 21/26 : RUN apk --no-cache add curl 00:50:07 ---> Running in 7614ee88fd6a 00:50:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:09 (2/3) Installing libcurl (7.69.1-r3) 00:50:09 (3/3) Installing curl (7.69.1-r3) 00:50:09 Executing busybox-1.31.1-r19.trigger 00:50:09 OK: 72 MiB in 58 packages 00:50:13 Removing intermediate container 7614ee88fd6a 00:50:13 ---> 720c370129ad 00:50:13 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:13 ---> 399131c5c189 00:50:13 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:50:13 ---> 77db90ee23f0 00:50:13 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler ---> 1f1c0b4db0e2 00:50:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:50:13 00:50:13 ---> Running in ea9e7308f4e8 00:50:13 ---> Running in b678fabdfbcd 00:50:14 ---> Running in 2cf6412213c5 00:50:14 ---> Running in 97af03dfeb51 00:50:14 Removing intermediate container b678fabdfbcd 00:50:14 ---> 1bf44d2676cd 00:50:14 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:15 ---> Running in 868ff0a14bbe 00:50:16 Removing intermediate container 868ff0a14bbe 00:50:16 ---> 7f5db815ce7a 00:50:16 Step 24/26 : LABEL arch=arm64 00:50: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 00:50:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:50:16 ---> Running in 3dc767671dc5 00:50:16 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 00:50:17 Removing intermediate container 3dc767671dc5 00:50:17 ---> 9223ac3f7108 00:50:17 Step 25/26 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:50:18 ---> Running in 1788112e6695 00:50:19 Removing intermediate container 1788112e6695 00:50:19 ---> f88f6dbd6937 00:50:19 Step 26/26 : LABEL version=0.0.0 00:50:19 ---> Running in 322af8cf864e 00:50:21 Removing intermediate container 322af8cf864e 00:50:21 ---> 31bffe90e957 00:50:21 00:50:21 ---> e1f1ef1e94d7 00:50:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:50:21 Successfully built 31bffe90e957 00:50:21 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:21  Building docker-sys-mgmt-agent-go ... done  ---> Running in 9cc9cf19bc04 00:50:23 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 00:51:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:51:52 Removing intermediate container ea9e7308f4e8 00:51:52 ---> fe71320d9dd8 00:51:52 00:51:52 Step 10/31 : FROM alpine:3.12 00:51:52 ---> e47305ac9786 00:51:52 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:51:52 ---> Running in a9cc862ccbe4 00:51:52 Removing intermediate container a9cc862ccbe4 00:51:52 ---> 2edf9ef2eeba 00:51:52 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:51:53 ---> Running in ccf2364c8b39 00:51:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:55 (1/2) Installing dumb-init (1.2.2-r1) 00:51:55 (2/2) Installing su-exec (0.2-r1) 00:51:55 Executing busybox-1.31.1-r19.trigger 00:51:55 OK: 5 MiB in 16 packages 00:51:56 Removing intermediate container 2cf6412213c5 00:51:56 ---> 3f4c7dabca62 00:51:56 00:51:56 Step 10/21 : FROM alpine:3.12 00:51:56 ---> e47305ac9786 00:51:56 Step 11/21 : RUN apk add --update --no-cache curl 00:51:56 ---> Running in 9a0dd3b85478 00:51:57 Removing intermediate container ccf2364c8b39 00:51:57 ---> 221c9f02dfa6 00:51:57 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:51:58 ---> Running in f5a6eb2a0d18 00:51:59 Removing intermediate container f5a6eb2a0d18 00:51:59 ---> f2ad0d3a1e74 00:51:59 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:51:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:59 ---> Running in 88b1b609286c 00:52:00 (1/4) Installing ca-certificates (20191127-r4) 00:52:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:00 (3/4) Installing libcurl (7.69.1-r3) 00:52:00 (4/4) Installing curl (7.69.1-r3) 00:52:00 Executing busybox-1.31.1-r19.trigger 00:52:00 Executing ca-certificates-20191127-r4.trigger 00:52:00 OK: 7 MiB in 18 packages 00:52:00 Removing intermediate container 88b1b609286c 00:52:00 ---> b0faba900794 00:52:00 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:52:00 ---> Running in 72b907555385 00:52:02 Removing intermediate container 97af03dfeb51 00:52:02 ---> 9632cef8d4b5 00:52:02 00:52:02 Step 10/22 : FROM alpine:3.12 00:52:02 ---> e47305ac9786 00:52:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:52:02 ---> Using cache 00:52:02 ---> a88123d000b2 00:52:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:02 ---> Using cache 00:52:02 ---> dd83fdbd6fc9 00:52:02 Step 13/22 : ENV APP_PORT=48085 00:52:02 ---> Running in 9117ff1e131b 00:52:02 Removing intermediate container 9a0dd3b85478 00:52:02 ---> 8582e6b02bf6 00:52:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:03 ---> Running in d63cbadb8638 00:52:03 Removing intermediate container 9117ff1e131b 00:52:03 ---> 9ab94d7abb30 00:52:03 Step 14/22 : EXPOSE $APP_PORT 00:52:03 ---> Running in 36d89007338c 00:52:03 Removing intermediate container d63cbadb8638 00:52:03 ---> 53b34c5beba4 00:52:03 Step 13/21 : WORKDIR /edgex 00:52:03 Removing intermediate container 72b907555385 00:52:03 ---> e6e2f2f7edea 00:52:03 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:52:03 ---> Running in ee7ac80f09ca 00:52:04 ---> Running in c53168330fc8 00:52:04 Removing intermediate container 36d89007338c 00:52:04 ---> aa0242e0af9b 00:52:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:04 Removing intermediate container ee7ac80f09ca 00:52:04 ---> 05bca9e4ec8b 00:52:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:04 Removing intermediate container c53168330fc8 00:52:04 ---> 53df4d229e8f 00:52:04 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:52:05 ---> a37426526571 00:52:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:05 ---> 976e8a65f86c 00:52:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:05 ---> b4c0b29aa79c 00:52:05 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:52:06 ---> Running in 021c393b38c4 00:52:07 ---> d796f37e90b0 00:52:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:07 ---> 7d3aab86d83a 00:52:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:08 ---> f8181c37720d 00:52:08 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:52:09 ---> de6b2b3dc716 00:52:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:09 ---> Running in 080a612d7ce1 00:52:09 ---> Running in 61ea98a24047 00:52:10 Removing intermediate container 021c393b38c4 00:52:10 ---> f019b9349fc4 00:52:10 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:10 Removing intermediate container 080a612d7ce1 00:52:10 ---> 7efbf8643f3d 00:52:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:10 Removing intermediate container 61ea98a24047 00:52:10 ---> b9cbd7403dac 00:52:10 Step 18/21 : CMD ["--init=true"] 00:52:10 ---> Running in c56f78e8b4b7 00:52:10 Removing intermediate container 9cc9cf19bc04 00:52:10 ---> 49b0366326ab 00:52:10 00:52:10 Step 10/23 : FROM alpine:3.12 00:52:10 ---> e47305ac9786 00:52:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:10 ---> Using cache 00:52:10 ---> a88123d000b2 00:52:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:10 ---> Using cache 00:52:10 ---> dd83fdbd6fc9 00:52:10 Step 13/23 : ENV APP_PORT=48081 00:52:10 ---> Running in c9f5904a136b 00:52:10 ---> Running in 4a06585e5b39 00:52:10 ---> f4e3a632c385 00:52:10 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:52:10 Removing intermediate container c56f78e8b4b7 00:52:10 ---> c743ccfbb4ea 00:52:10 Step 20/22 : LABEL arch=arm64 00:52:11 Removing intermediate container c9f5904a136b 00:52:11 ---> 6ca440f2f691 00:52:11 Step 19/21 : LABEL arch=arm64 00:52:11 ---> Running in b82ce9c550a7 00:52:11 Removing intermediate container 4a06585e5b39 00:52:11 ---> b8e9863878d7 00:52:11 Step 14/23 : EXPOSE $APP_PORT 00:52:11 ---> Running in 3aae70208a04 00:52:11 ---> Running in bfddab71b019 00:52:11 Removing intermediate container b82ce9c550a7 00:52:11 ---> f598d72f439a 00:52:11 Step 21/22 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:52:11 Removing intermediate container 3aae70208a04 00:52:11 ---> c5c132d02f64 00:52:11 Step 20/21 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:52:12 ---> Running in 03d45eac41df 00:52:12 Removing intermediate container bfddab71b019 00:52:12 ---> bcd3213cb9cb 00:52:12 Step 15/23 : WORKDIR / 00:52:12 ---> Running in 54703e6d4d0e 00:52:12 ---> d730b88d8bdb 00:52:12 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:52:12 ---> Running in e16146591adb 00:52:12 Removing intermediate container 03d45eac41df 00:52:12 ---> 1e38279c6728 00:52:12 Step 22/22 : LABEL version=0.0.0 00:52:13 Removing intermediate container 54703e6d4d0e 00:52:13 ---> cbe59276e571 00:52:13 Step 21/21 : LABEL version=0.0.0 00:52:13 ---> Running in 6c812b789520 00:52:13 Removing intermediate container e16146591adb 00:52:13 ---> 11953dfe8372 00:52:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:13 ---> Running in e0f126dc485a 00:52:13 ---> 0f1a17d39a37 00:52:13 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:52:13 Removing intermediate container 6c812b789520 00:52:13 ---> 3d04638bd4e8 00:52:13 00:52:13 Removing intermediate container e0f126dc485a 00:52:13 ---> 008f897afd13 00:52:13 00:52:14 Successfully built 3d04638bd4e8 00:52:14 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:14  Building docker-support-scheduler-go ... done Successfully built 008f897afd13 00:52:14 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:14  Building docker-security-proxy-setup-go ... done  ---> 8558471f6a55 00:52:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:14 ---> d4580ad77a09 00:52:14 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:52:15 ---> d3b85d3346d1 00:52:15 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:52:15 ---> ee5e7c4be350 00:52:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:15 ---> Running in 9e3e434ae41b 00:52:16 Removing intermediate container 9e3e434ae41b 00:52:16 ---> 39ab0f75e302 00:52:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:52:16 ---> 380c400ab4ae 00:52:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:52:16 ---> Running in 7dfc0b237529 00:52:16 ---> 17934a8c2974 00:52:16 Step 26/31 : RUN chmod +x /entrypoint.sh 00:52:17 Removing intermediate container 7dfc0b237529 00:52:17 ---> cbefc0fc3d6c 00:52:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:17 ---> Running in fcec7b10aac3 00:52:17 ---> Running in 0b2e967d67dc 00:52:18 Removing intermediate container 0b2e967d67dc 00:52:18 ---> 3a7147181e5e 00:52:18 Step 21/23 : LABEL arch=arm64 00:52:18 ---> Running in 7d08851c9fe9 00:52:18 Removing intermediate container 7d08851c9fe9 00:52:18 ---> bdc5d5e3efcb 00:52:18 Step 22/23 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:52:18 ---> Running in 6d568cdcb92d 00:52:19 Removing intermediate container 6d568cdcb92d 00:52:19 ---> 4b52750c32d9 00:52:19 Step 23/23 : LABEL version=0.0.0 00:52:19 ---> Running in a436fce876b9 00:52:19 Removing intermediate container fcec7b10aac3 00:52:19 ---> 46cd6769dfbc 00:52:19 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:52:20 ---> Running in 7cdab279723a 00:52:20 Removing intermediate container a436fce876b9 00:52:20 ---> 54a57063fccd 00:52:20 00:52:20 Successfully built 54a57063fccd 00:52:20 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:20  Building docker-core-metadata-go ... done Removing intermediate container 7cdab279723a 00:52:20 ---> 6c4cbe4ed247 00:52:20 Step 28/31 : CMD ["gate"] 00:52:21 ---> Running in 3778a2624111 00:52:21 Removing intermediate container 3778a2624111 00:52:21 ---> 38b91958e36f 00:52:21 Step 29/31 : LABEL arch=arm64 00:52:22 ---> Running in 0a75b5d6f07d 00:52:22 Removing intermediate container 0a75b5d6f07d 00:52:22 ---> 0f9266c1d9cc 00:52:22 Step 30/31 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 00:52:23 ---> Running in 440e4996d1aa 00:52:23 Removing intermediate container 440e4996d1aa 00:52:23 ---> 6aa55e3596f0 00:52:23 Step 31/31 : LABEL version=0.0.0 00:52:24 ---> Running in 8c553f236f02 00:52:24 Removing intermediate container 8c553f236f02 00:52:24 ---> 6b2ce95fabb2 00:52:24 00:52:24 Successfully built 6b2ce95fabb2 00:52:24 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:52:25  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:52:25 $ docker stop --time=1 0cb50d9629f8bf3d1cc4787e2c93d39ab605fa31c6989b7f80ed5d80b9a6dbe4 00:52:27 $ docker rm -f 0cb50d9629f8bf3d1cc4787e2c93d39ab605fa31c6989b7f80ed5d80b9a6dbe4 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:28 + + dockergrep images docker 00:52:28 00:52:28 docker-security-bootstrapper-go-arm64 latest 6b2ce95fabb2 4 seconds ago 17.9MB 00:52:28 docker-core-metadata-go-arm64 latest 54a57063fccd 8 seconds ago 17.9MB 00:52:28 docker-support-scheduler-go-arm64 latest 3d04638bd4e8 15 seconds ago 16.4MB 00:52:28 docker-security-proxy-setup-go-arm64 latest 008f897afd13 15 seconds ago 24.1MB 00:52:28 docker-sys-mgmt-agent-go-arm64 latest 31bffe90e957 2 minutes ago 301MB 00:52:28 docker-core-data-go-arm64 latest e50c193ebdc4 3 minutes ago 21.4MB 00:52:28 docker-support-notifications-go-arm64 latest 0d0dfa24375e 3 minutes ago 16.9MB 00:52:28 docker-core-command-go-arm64 latest 19da089514fd 3 minutes ago 16.3MB 00:52:28 docker-security-secretstore-setup-go-arm64 latest b7f90069eec1 3 minutes ago 24.4MB 00:52:28 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 00:52:29 ---> job-cost.sh 00:52:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nYx9 00:53:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:54:45 lf-activate-venv(): INFO: Adding /tmp/venv-nYx9/bin to PATH 00:54:45 INFO: No Stack... 00:54:45 INFO: Retrieving Pricing Info for: lf-standard-4 00:54:45 INFO: Archiving Costs [Pipeline] sh 00:54:45 + cut -d, -f6 00:54:45 + cat /w/workspace/edgex-go/4/archives/cost.csv [Pipeline] lock 00:54:45 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3313-4-stack-cost] 00:54:45 Resource [jenkins-edgexfoundry-edgex-go-PR-3313-4-stack-cost] did not exist. Created. 00:54:45 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3313-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:54:46 + echo total: 0.20999999344348907 [Pipeline] stash 00:54:46 Stashed 1 file(s) [Pipeline] } 00:54:46 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3313-4-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 00:54:47 provisioning config files... 00:54:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config7907982885825105297tmp [Pipeline] { [Pipeline] sh 00:54:48 + set +x 00:54:48 + curl -s https://codecov.io/bash 00:54:48 + bash -s -- 00:54:48 00:54:48 _____ _ 00:54:48 / ____| | | 00:54:48 | | ___ __| | ___ ___ _____ __ 00:54:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:54:48 | |___| (_) | (_| | __/ (_| (_) \ V / 00:54:48 \_____\___/ \__,_|\___|\___\___/ \_/ 00:54:48 Bash-20210309-2b87ace 00:54:48 00:54:48 00:54:48 ==> git version 2.24.3 found 00:54:48 ==> 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 00:54:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:54:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:54:48 ==> Jenkins CI detected. 00:54:48 project root: . 00:54:48 --> token set from env 00:54:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:54:48 ==> Running gcov in . (disable via -X gcov) 00:54:48 ==> Python coveragepy not found 00:54:48 ==> Searching for coverage reports in: 00:54:48 + . 00:54:48 -> Found 1 reports 00:54:48 ==> Detecting git/mercurial file structure 00:54:48 ==> Reading reports 00:54:48 + ./coverage.out bytes=669470 00:54:48 ==> Appending adjustments 00:54:48 https://docs.codecov.io/docs/fixing-reports 00:54:52 + Found adjustments 00:54:52 ==> Gzipping contents 00:54:52 96K /tmp/codecov.EJMWQz.gz 00:54:52 ==> Uploading reports 00:54:52 url: https://codecov.io 00:54:52 query: branch=PR-3313&commit=ef2529f732dd112c71414021f095ca98a2fd0a56&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3313%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3313&job=&cmd_args= 00:54:52 -> Pinging Codecov 00:54:52 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3313&commit=ef2529f732dd112c71414021f095ca98a2fd0a56&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3313%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3313&job=&cmd_args= 00:54:52 -> Uploading to 00:54:52 https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/ef2529f732dd112c71414021f095ca98a2fd0a56/73fb999d-7f88-4d57-aa1a-dc52dbc8c089.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T005452Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cbfd46a149f69ce8f1c26191b46a6859820957607fa05e2edbe602d809821766 00:54:52 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:52 Dload Upload Total Spent Left Speed 00:54:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96938 0 0 100 96938 0 185k --:--:-- --:--:-- --:--:-- 185k 00:54:53 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ef2529f732dd112c71414021f095ca98a2fd0a56 [Pipeline] } 00:54:53 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 00:54:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:55 ---> package-listing.sh 00:54:55 ++ facter osfamily 00:54:55 ++ tr '[:upper:]' '[:lower:]' 00:54:55 + OS_FAMILY=redhat 00:54:55 + workspace=/w/workspace/edgex-go/4 00:54:55 + START_PACKAGES=/tmp/packages_start.txt 00:54:55 + END_PACKAGES=/tmp/packages_end.txt 00:54:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:55 + PACKAGES=/tmp/packages_start.txt 00:54:55 + '[' /w/workspace/edgex-go/4 ']' 00:54:55 + PACKAGES=/tmp/packages_end.txt 00:54:55 + case "${OS_FAMILY}" in 00:54:55 + rpm -qa 00:54:55 + sort 00:55:01 + '[' -f /tmp/packages_start.txt ']' 00:55:01 + '[' -f /tmp/packages_end.txt ']' 00:55:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:01 + '[' /w/workspace/edgex-go/4 ']' 00:55:01 + mkdir -p /w/workspace/edgex-go/4/archives/ 00:55:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 00:55:01 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:01 00:55:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:01 alpine: Pulling from edgex-lftools-log-publisher 00:55:01 df20fa9351a1: Pulling fs layer 00:55:01 36b3adc4ff6f: Pulling fs layer 00:55:01 8ad3a11d3b57: Pulling fs layer 00:55:01 46f8f816bc3b: Pulling fs layer 00:55:01 93b61091891f: Pulling fs layer 00:55:01 93b9cdb0e59b: Pulling fs layer 00:55:01 5e14af77c1be: Pulling fs layer 00:55:01 01666e4c0597: Pulling fs layer 00:55:01 aa168da1d23b: Pulling fs layer 00:55:01 46f8f816bc3b: Waiting 00:55:01 93b61091891f: Waiting 00:55:01 5e14af77c1be: Waiting 00:55:01 01666e4c0597: Waiting 00:55:01 93b9cdb0e59b: Waiting 00:55:01 36b3adc4ff6f: Download complete 00:55:01 df20fa9351a1: Verifying Checksum 00:55:01 46f8f816bc3b: Verifying Checksum 00:55:01 46f8f816bc3b: Download complete 00:55:01 df20fa9351a1: Download complete 00:55:02 93b9cdb0e59b: Download complete 00:55:02 5e14af77c1be: Verifying Checksum 00:55:02 5e14af77c1be: Download complete 00:55:02 01666e4c0597: Verifying Checksum 00:55:02 01666e4c0597: Download complete 00:55:02 93b61091891f: Verifying Checksum 00:55:02 93b61091891f: Download complete 00:55:02 8ad3a11d3b57: Verifying Checksum 00:55:02 8ad3a11d3b57: Download complete 00:55:02 df20fa9351a1: Pull complete 00:55:02 36b3adc4ff6f: Pull complete 00:55:03 8ad3a11d3b57: Pull complete 00:55:03 46f8f816bc3b: Pull complete 00:55:04 aa168da1d23b: Verifying Checksum 00:55:04 aa168da1d23b: Download complete 00:55:05 93b61091891f: Pull complete 00:55:05 93b9cdb0e59b: Pull complete 00:55:05 5e14af77c1be: Pull complete 00:55:05 01666e4c0597: Pull complete 00:55:13 aa168da1d23b: Pull complete 00:55:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:13 prd-centos7-docker-4c-2g-32365 does not seem to be running inside a container 00:55:13 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:55:18 $ docker top 1b8606d1e40843871902e49ecac21affcc251a638c30db0af9d26a554482c31e -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:19 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:19 + mkdir -p /var/log/sa [Pipeline] sh 00:55:19 + ls /var/log/sa-host 00:55:19 + sadf -c /var/log/sa-host/sa01 00:55:19 file_magic: OK 00:55:19 HZ: Using current value: 100 00:55:19 file_header: OK 00:55:19 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 00:55:19 Statistics: 00:55:19 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:19 File successfully converted to sysstat format version 12.2.1 00:55:19 + sadf -c /var/log/sa-host/sa23 00:55:19 file_magic: OK 00:55:19 HZ: Using current value: 100 00:55:19 file_header: OK 00:55:19 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 00:55:19 Statistics: 00:55:19 Hnuu...uuuununununu... 00:55:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:20 provisioning config files... 00:55:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config3573679380679950436tmp [Pipeline] { [Pipeline] echo 00:55:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:20 ---> create-netrc.sh [Pipeline] } 00:55:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:21 ---> python-tools-install.sh [Pipeline] echo 00:55:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:21 ---> sudo-logs.sh 00:55:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:55:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:21 ---> job-cost.sh 00:55:21 lf-activate-venv: SKIPPING 00:55:21 DEBUG: total: 0.20999999344348907 00:55:21 INFO: Retrieving Stack Cost... 00:55:23 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:23 INFO: Archiving Costs [Pipeline] echo 00:55:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:24 ---> logs-deploy.sh 00:55:24 lf-activate-venv: SKIPPING 00:55:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3313/4 00:55:24 INFO: archiving workspace using pattern(s): 00:55:25 Archives upload complete. 00:55:25 INFO: archiving logs to Nexus