Pull request #3088 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c rather than d3d087662b0c1d6890045bf75bc5d8c78beda443 Obtained Jenkinsfile from 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23410 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 Merge succeeded, producing d3d087662b0c1d6890045bf75bc5d8c78beda443 Checking out Revision d3d087662b0c1d6890045bf75bc5d8c78beda443 (PR-3088) > 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/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # 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 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 Commit message: "Merge branch 'master' into issue-3087" > git rev-list --no-walk 2fbfd621f6fb6a922a12108e464c1e1ce55cfff2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:32:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:32:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:32:47 ========================================================= 15:32:47 EdgeX Global Pipelines Version Info 15:32:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:32:49 ------------------- 15:32:49 stable info: 15:32:49 ------------------- 15:32:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:32:49 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:32:49 Message: update stable to v1.0.179 15:32:50 ------------------- 15:32:50 experimental info: 15:32:50 ------------------- 15:32:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:32:50 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:32:50 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:32:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:32:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:32:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:32:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:32:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:32:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:32:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:32:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:32:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:32:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:32:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:32:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:32:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:32:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:32:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:32:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:32:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:32:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:32:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:32:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:32:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:32:52 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:32:52 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:32:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3088 [Pipeline] echo 15:32:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3088 [Pipeline] echo 15:32:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3088 [Pipeline] echo 15:32:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d3d087662b0c1d6890045bf75bc5d8c78beda443 [Pipeline] echo 15:32:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d3d0876 [Pipeline] echo 15:32:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:32:53 provisioning config files... 15:32:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config166140059431173420tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:32:53 ---> docker-login.sh 15:32:53 nexus3.edgexfoundry.org:10001 15:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:54 Configure a credential helper to remove this warning. See 15:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:54 15:32:54 Login Succeeded 15:32:54 nexus3.edgexfoundry.org:10002 15:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:54 Configure a credential helper to remove this warning. See 15:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:54 15:32:54 Login Succeeded 15:32:54 nexus3.edgexfoundry.org:10003 15:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:54 Configure a credential helper to remove this warning. See 15:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:54 15:32:54 Login Succeeded 15:32:54 nexus3.edgexfoundry.org:10004 15:32:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:55 Configure a credential helper to remove this warning. See 15:32:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:55 15:32:55 Login Succeeded 15:32:55 docker.io 15:32:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:55 Configure a credential helper to remove this warning. See 15:32:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:55 15:32:55 Login Succeeded 15:32:55 ---> docker-login.sh ends [Pipeline] } 15:32:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:32:56 ++ 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 15:32:56 + for file in '`ls cmd/**/Dockerfile`' 15:32:56 ++ dirname cmd/core-command/Dockerfile 15:32:56 ++ cut -d/ -f2 15:32:56 + echo core-command,cmd/core-command/Dockerfile 15:32:56 + for file in '`ls cmd/**/Dockerfile`' 15:32:56 ++ dirname cmd/core-data/Dockerfile 15:32:56 ++ cut -d/ -f2 15:32:56 + echo core-data,cmd/core-data/Dockerfile 15:32:56 + for file in '`ls cmd/**/Dockerfile`' 15:32:56 ++ dirname cmd/core-metadata/Dockerfile 15:32:56 ++ cut -d/ -f2 15:32:56 + echo core-metadata,cmd/core-metadata/Dockerfile 15:32:56 + for file in '`ls cmd/**/Dockerfile`' 15:32:56 ++ dirname cmd/security-bootstrapper/Dockerfile 15:32:56 ++ cut -d/ -f2 15:32:56 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:32:56 + for file in '`ls cmd/**/Dockerfile`' 15:32:56 ++ dirname cmd/security-proxy-setup/Dockerfile 15:32:56 ++ cut -d/ -f2 15:32:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:32:56 + for file in '`ls cmd/**/Dockerfile`' 15:32:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:32:56 ++ cut -d/ -f2 15:32:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:32:56 + for file in '`ls cmd/**/Dockerfile`' 15:32:56 ++ dirname cmd/support-notifications/Dockerfile 15:32:56 ++ cut -d/ -f2 15:32:56 + echo support-notifications,cmd/support-notifications/Dockerfile 15:32:56 + for file in '`ls cmd/**/Dockerfile`' 15:32:56 ++ dirname cmd/support-scheduler/Dockerfile 15:32:56 ++ cut -d/ -f2 15:32:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:32:56 + for file in '`ls cmd/**/Dockerfile`' 15:32:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:32:56 ++ cut -d/ -f2 15:32:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:32:56 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 15:32:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:57 15:32:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:32:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:58 latest: Pulling from edgex-devops/git-semver 15:32:58 31603596830f: Pulling fs layer 15:32:58 2a8b12db71e7: Pulling fs layer 15:32:58 6ca5941a6612: Pulling fs layer 15:32:58 ecc8261a40a4: Pulling fs layer 15:32:58 ecc8261a40a4: Waiting 15:32:58 2a8b12db71e7: Verifying Checksum 15:32:58 2a8b12db71e7: Download complete 15:32:58 31603596830f: Verifying Checksum 15:32:58 31603596830f: Download complete 15:32:58 ecc8261a40a4: Verifying Checksum 15:32:58 ecc8261a40a4: Download complete 15:32:58 6ca5941a6612: Verifying Checksum 15:32:58 6ca5941a6612: Download complete 15:32:58 31603596830f: Pull complete 15:32:58 2a8b12db71e7: Pull complete 15:32:59 6ca5941a6612: Pull complete 15:33:00 ecc8261a40a4: Pull complete 15:33:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:33:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:33:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:33:00 prd-centos7-docker-4c-2g-23410 does not seem to be running inside a container 15:33:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:33:03 $ docker top 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:33:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:33:03 [ssh-agent] Looking for ssh-agent implementation... 15:33:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:33:03 $ docker exec 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b ssh-agent 15:33:03 SSH_AUTH_SOCK=/tmp/ssh-yV2yvvADIQ0z/agent.11 15:33:03 SSH_AGENT_PID=16 15:33:04 Running ssh-add (command line suppressed) 15:33:04 Identity added: /w/workspace/edgex-go/3@tmp/private_key_305837541986282714.key (/w/workspace/edgex-go/3@tmp/private_key_305837541986282714.key) 15:33:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:33:04 + git tag --points-at HEAD [Pipeline] } 15:33:04 $ docker exec --env ******** --env ******** 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b ssh-agent -k 15:33:04 unset SSH_AUTH_SOCK; 15:33:04 unset SSH_AGENT_PID; 15:33:04 echo Agent pid 16 killed; 15:33:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:33:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:33:04 [ssh-agent] Looking for ssh-agent implementation... 15:33:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:33:05 $ docker exec 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b ssh-agent 15:33:05 SSH_AUTH_SOCK=/tmp/ssh-UdxtQcYvNkY7/agent.46 15:33:05 SSH_AGENT_PID=52 15:33:05 Running ssh-add (command line suppressed) 15:33:05 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3877428177171084658.key (/w/workspace/edgex-go/3@tmp/private_key_3877428177171084658.key) 15:33:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:33:05 + git semver init 15:33:05 # -> Open(): unable to determine branch for HEAD 15:33:05 # $GIT_DIR = /w/workspace/edgex-go/3/.git 15:33:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 15:33:05 # $SEMVER_REMOTE_NAME = origin 15:33:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:33:05 # $SEMVER_USER_NAME = edgex-jenkins 15:33:05 # $SEMVER_BRANCH = PR-3088 15:33:05 # $SEMVER_TEMP = /tmp/semver-666337329 15:33:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:33:27 # '/tmp/semver-666337329' -> '/w/workspace/edgex-go/3/.semver' 15:33:27 # -> Force: false 15:33:27 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 15:33:27 $ docker exec --env ******** --env ******** 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b ssh-agent -k 15:33:28 unset SSH_AUTH_SOCK; 15:33:28 unset SSH_AGENT_PID; 15:33:28 echo Agent pid 52 killed; 15:33:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:33:28 + git semver [Pipeline] } 15:33:28 $ docker stop --time=1 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b 15:33:30 $ docker rm -f 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b [Pipeline] // withDockerContainer [Pipeline] sh 15:33:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:33:31 Stashed 1 file(s) [Pipeline] echo 15:33:31 [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 15:33:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:33:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:33:33 + sudo service docker restart 15:33:33 + true 15:33:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:33:33 ========================================================= 15:33:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:33:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:33:33 + 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 . 15:33:38 Sending build context to Docker daemon 327.2MB 15:33:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:33:38 Step 2/6 : FROM ${BASE} 15:33:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:33:38 188c0c94c7c5: Pulling fs layer 15:33:38 0ef7d3d256c8: Pulling fs layer 15:33:38 de9db76c5a1d: Pulling fs layer 15:33:38 bca2f99d35d6: Pulling fs layer 15:33:38 93359f2a8cfa: Pulling fs layer 15:33:38 7c6f9722023f: Pulling fs layer 15:33:38 a35cf1a2eb13: Pulling fs layer 15:33:38 93359f2a8cfa: Waiting 15:33:38 7c6f9722023f: Waiting 15:33:38 a35cf1a2eb13: Waiting 15:33:38 bca2f99d35d6: Waiting 15:33:38 de9db76c5a1d: Download complete 15:33:38 0ef7d3d256c8: Verifying Checksum 15:33:38 0ef7d3d256c8: Download complete 15:33:38 93359f2a8cfa: Verifying Checksum 15:33:38 93359f2a8cfa: Download complete 15:33:38 188c0c94c7c5: Verifying Checksum 15:33:38 7c6f9722023f: Verifying Checksum 15:33:38 7c6f9722023f: Download complete 15:33:39 188c0c94c7c5: Pull complete 15:33:39 0ef7d3d256c8: Pull complete 15:33:39 de9db76c5a1d: Pull complete 15:33:40 a35cf1a2eb13: Verifying Checksum 15:33:40 a35cf1a2eb13: Download complete 15:33:41 bca2f99d35d6: Verifying Checksum 15:33:41 bca2f99d35d6: Download complete 15:33:46 Still waiting to schedule task 15:33:46 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 15:33:48 bca2f99d35d6: Pull complete 15:33:48 93359f2a8cfa: Pull complete 15:33:48 7c6f9722023f: Pull complete 15:33:53 a35cf1a2eb13: Pull complete 15:33:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:33:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:33:53 ---> a62c8e92a672 15:33:53 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 15:33:53 ---> Running in f040a020619e 15:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:33:55 (1/12) Installing libmagic (5.38-r0) 15:33:55 (2/12) Installing file (5.38-r0) 15:33:55 (3/12) Installing libc-dev (0.7.2-r3) 15:33:55 (4/12) Installing g++ (9.3.0-r2) 15:34:05 (5/12) Installing fortify-headers (1.1-r0) 15:34:05 (6/12) Installing patch (2.7.6-r6) 15:34:05 (7/12) Installing build-base (0.5-r2) 15:34:05 (8/12) Installing libsodium (1.0.18-r0) 15:34:05 (9/12) Installing pkgconf (1.7.2-r0) 15:34:05 (10/12) Installing libsodium-dev (1.0.18-r0) 15:34:05 (11/12) Installing libzmq (4.3.3-r0) 15:34:05 (12/12) Installing zeromq-dev (4.3.3-r0) 15:34:05 Executing busybox-1.31.1-r19.trigger 15:34:05 OK: 233 MiB in 51 packages 15:34:10 Removing intermediate container f040a020619e 15:34:10 ---> 529910be25ad 15:34:10 Step 4/6 : WORKDIR /edgex-go 15:34:10 ---> Running in dc7ed159152b 15:34:10 Removing intermediate container dc7ed159152b 15:34:10 ---> 90c316cca531 15:34:10 Step 5/6 : COPY go.mod . 15:34:10 ---> 46d9f937f7a9 15:34:10 Step 6/6 : RUN go mod download 15:34:10 ---> Running in e2d623bacf85 15:34:32 Removing intermediate container e2d623bacf85 15:34:32 ---> 2bafd5d88a3f 15:34:32 Successfully built 2bafd5d88a3f 15:34:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:34:32 + docker inspect -f . ci-base-image-x86_64 15:34:32 . [Pipeline] withDockerContainer 15:34:32 prd-centos7-docker-4c-2g-23410 does not seem to be running inside a container 15:34:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:34:33 $ docker top cf3c472ac5d9e21f53bff78e6465cfc7d125b0117e669433777a202138a6d969 -eo pid,comm [Pipeline] { [Pipeline] sh 15:34:34 + go version 15:34:34 go version go1.15.5 linux/amd64 [Pipeline] } 15:34:34 $ docker stop --time=1 cf3c472ac5d9e21f53bff78e6465cfc7d125b0117e669433777a202138a6d969 15:34:35 $ docker rm -f cf3c472ac5d9e21f53bff78e6465cfc7d125b0117e669433777a202138a6d969 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:36 + docker inspect -f . ci-base-image-x86_64 15:34:36 . [Pipeline] withDockerContainer 15:34:36 prd-centos7-docker-4c-2g-23410 does not seem to be running inside a container 15:34:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:34:37 $ docker top 21038f36aa129bccafdb4c6d5c39578ad72ffff1ce804e4a3f0835859af980db -eo pid,comm [Pipeline] { [Pipeline] echo 15:34:37 ========================================================= 15:34:37 [edgeXBuildGoParallel] Running Tests and Build... 15:34:37 ========================================================= [Pipeline] sh 15:34:37 + make test 15:34:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:34:47 ? github.com/edgexfoundry/edgex-go [no test files] 15:35:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:35:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:35:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:35:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:35:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:35:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:35:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:35:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements 15:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:35:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:35:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:35:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:35:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 65.8% of statements 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:35:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.147s coverage: 82.3% of statements 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.369s coverage: 28.6% of statements 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.414s coverage: 92.8% of statements 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 43.8% of statements 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements 15:35:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23411 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws 15:35:30 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 15:35:36 using credential edgex-jenkins-ssh 15:35:36 Cloning the remote Git repository 15:35:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:35:36 > git init /w/workspace/edgex-go/3 # timeout=10 15:35:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:35:36 > git --version # timeout=10 15:35:36 > git --version # 'git version 2.17.1' 15:35:36 using GIT_SSH to set credentials SSH Credentials for GitHub 15:35:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.051s coverage: 94.4% of statements 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.4% of statements 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 63.5% of statements 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.295s coverage: 68.9% of statements 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:35:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements 15:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:35:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 29.1% of statements 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:35:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:35:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:35:39 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:35:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:35:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.067s coverage: 87.9% of statements 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:35:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 15:35:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 15:35:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 15:35:40 GO111MODULE=on go vet ./... 15:35:52 Merging remotes/origin/master commit 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 15:35:53 Merge succeeded, producing d3d087662b0c1d6890045bf75bc5d8c78beda443 15:35:53 Checking out Revision d3d087662b0c1d6890045bf75bc5d8c78beda443 (PR-3088) 15:35:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:35:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:35:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:35:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:35:51 using GIT_SSH to set credentials SSH Credentials for GitHub 15:35:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:35:52 > git config core.sparsecheckout # timeout=10 15:35:52 > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 15:35:52 > git remote # timeout=10 15:35:52 > git config --get remote.origin.url # timeout=10 15:35:52 using GIT_SSH to set credentials SSH Credentials for GitHub 15:35:52 > git merge 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 15:35:52 > git rev-parse HEAD^{commit} # timeout=10 15:35:53 > git config core.sparsecheckout # timeout=10 15:35:53 > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 15:35:57 Commit message: "Merge branch 'master' into issue-3087" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:35:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:35:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:36:00 + sudo service docker+ restart 15:36:00 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:36:02 provisioning config files... 15:36:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4552668529930567979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:36:02 ---> docker-login.sh 15:36:02 nexus3.edgexfoundry.org:10001 15:36:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:03 Configure a credential helper to remove this warning. See 15:36:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:03 15:36:03 Login Succeeded 15:36:03 nexus3.edgexfoundry.org:10002 15:36:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:04 Configure a credential helper to remove this warning. See 15:36:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:04 15:36:04 Login Succeeded 15:36:04 nexus3.edgexfoundry.org:10003 15:36:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:05 Configure a credential helper to remove this warning. See 15:36:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:05 15:36:05 Login Succeeded 15:36:05 nexus3.edgexfoundry.org:10004 15:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:05 Configure a credential helper to remove this warning. See 15:36:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:05 15:36:05 Login Succeeded 15:36:05 docker.io 15:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:06 Configure a credential helper to remove this warning. See 15:36:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:06 15:36:06 Login Succeeded 15:36:06 ---> docker-login.sh ends [Pipeline] } 15:36:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:36:06 ========================================================= 15:36:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:36:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:36:06 + 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 . 15:36:07 gofmt -l . 15:36:07 [ "`gofmt -l .`" = "" ] 15:36:07 ./bin/test-go-mod-tidy.sh 15:36:07 ./bin/test-attribution-txt.sh [Pipeline] sh 15:36:07 + ls -al . 15:36:07 total 668 15:36:07 drwxrwxr-x 10 1001 1001 4096 Jan 27 15:36 . 15:36:07 drwxr-xr-x 4 root root 28 Jan 27 15:34 .. 15:36:07 -rw-rw-r-- 1 1001 1001 11 Jan 27 15:32 .dockerignore 15:36:07 drwxrwxr-x 8 1001 1001 179 Jan 27 15:32 .git 15:36:07 drwxrwxr-x 3 1001 1001 125 Jan 27 15:32 .github 15:36:07 -rw-rw-r-- 1 1001 1001 872 Jan 27 15:32 .gitignore 15:36:07 drwx------ 3 1001 1001 60 Jan 27 15:33 .semver 15:36:07 -rw-rw-r-- 1 1001 1001 166 Jan 27 15:32 .sonarcloud.properties 15:36:07 -rw-rw-r-- 1 1001 1001 7859 Jan 27 15:32 Attribution.txt 15:36:07 -rw-rw-r-- 1 1001 1001 3804 Jan 27 15:32 CONTRIBUTING.md 15:36:07 -rw-rw-r-- 1 1001 1001 931 Jan 27 15:32 Dockerfile.build 15:36:07 -rw-rw-r-- 1 1001 1001 863 Jan 27 15:32 Jenkinsfile 15:36:07 -rw-rw-r-- 1 1001 1001 10775 Jan 27 15:32 LICENSE 15:36:07 -rw-rw-r-- 1 1001 1001 6001 Jan 27 15:32 Makefile 15:36:07 -rw-rw-r-- 1 1001 1001 6524 Jan 27 15:32 README.md 15:36:07 -rw-rw-r-- 1 1001 1001 6755 Jan 27 15:32 SECURITY.md 15:36:07 -rw-rw-r-- 1 1001 1001 5 Jan 27 15:33 VERSION 15:36:07 -rw-rw-r-- 1 1001 1001 4131 Jan 27 15:32 ZMQWindows.md 15:36:07 drwxrwxr-x 2 1001 1001 117 Jan 27 15:32 bin 15:36:07 drwxrwxr-x 15 1001 1001 4096 Jan 27 15:32 cmd 15:36:07 -rw-r--r-- 1 root root 564700 Jan 27 15:35 coverage.out 15:36:07 -rw-r--r-- 1 root root 1053 Jan 27 15:36 go.mod 15:36:07 -rw-r--r-- 1 root root 18995 Jan 27 15:36 go.sum 15:36:07 drwxrwxr-x 8 1001 1001 127 Jan 27 15:32 internal 15:36:07 drwxrwxr-x 4 1001 1001 26 Jan 27 15:32 openapi 15:36:07 drwxrwxr-x 4 1001 1001 71 Jan 27 15:32 snap 15:36:07 -rw-rw-r-- 1 1001 1001 168 Jan 27 15:32 version.go [Pipeline] sh 15:36:07 + '[' -e coverage.out ] 15:36:07 + chown 1001:1001 coverage.out [Pipeline] stash 15:36:08 Stashed 1 file(s) [Pipeline] sh 15:36:08 + make build 15:36:08 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 15:36:09 Sending build context to Docker daemon 165.9MB 15:36:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:36:09 Step 2/6 : FROM ${BASE} 15:36:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:36:09 5f621e34cdf4: Pulling fs layer 15:36:09 a4357932f1b6: Pulling fs layer 15:36:09 18c013af1878: Pulling fs layer 15:36:09 00ac8860ef70: Pulling fs layer 15:36:09 63d7cb157983: Pulling fs layer 15:36:09 b116817d02f9: Pulling fs layer 15:36:09 745a02a5169b: Pulling fs layer 15:36:09 00ac8860ef70: Waiting 15:36:09 63d7cb157983: Waiting 15:36:09 b116817d02f9: Waiting 15:36:09 745a02a5169b: Waiting 15:36:09 18c013af1878: Verifying Checksum 15:36:09 18c013af1878: Download complete 15:36:09 a4357932f1b6: Verifying Checksum 15:36:09 a4357932f1b6: Download complete 15:36:09 63d7cb157983: Verifying Checksum 15:36:09 63d7cb157983: Download complete 15:36:09 5f621e34cdf4: Verifying Checksum 15:36:09 5f621e34cdf4: Download complete 15:36:09 b116817d02f9: Verifying Checksum 15:36:09 b116817d02f9: Download complete 15:36:10 5f621e34cdf4: Pull complete 15:36:10 a4357932f1b6: Pull complete 15:36:11 18c013af1878: Pull complete 15:36:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:36:12 745a02a5169b: Download complete 15:36:14 00ac8860ef70: Verifying Checksum 15:36:14 00ac8860ef70: Download complete 15:36:20 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 15:36:20 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 15:36:21 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 15:36: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 15:36:24 00ac8860ef70: Pull complete 15:36:24 63d7cb157983: Pull complete 15:36:24 b116817d02f9: Pull complete 15:36:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:36: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 15:36: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 15:36:27 745a02a5169b: Pull complete 15:36:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:36:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:36:27 ---> b7e6874047d6 15:36:27 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 15:36: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 15:36:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:36:30 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 15:36:31 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 15:36:31 ---> Running in 43aa8cd40cd6 15:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } 15:36:33 $ docker stop --time=1 21038f36aa129bccafdb4c6d5c39578ad72ffff1ce804e4a3f0835859af980db 15:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:36:34 (1/12) Installing libmagic (5.38-r0) 15:36:34 (2/12) Installing file (5.38-r0) 15:36:34 (3/12) Installing libc-dev (0.7.2-r3) 15:36:34 (4/12) Installing g++ (9.3.0-r2) 15:36:34 $ docker rm -f 21038f36aa129bccafdb4c6d5c39578ad72ffff1ce804e4a3f0835859af980db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:36:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:36:38 15:36:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:36:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:36:38 latest: Pulling from edgex-devops/edgex-compose 15:36:38 cbdbe7a5bc2a: Pulling fs layer 15:36:38 ca9280d653b3: Pulling fs layer 15:36:38 7e9c9ca2126c: Pulling fs layer 15:36:38 cbdbe7a5bc2a: Download complete 15:36:39 cbdbe7a5bc2a: Pull complete 15:36:39 ca9280d653b3: Verifying Checksum 15:36:39 ca9280d653b3: Download complete 15:36:40 ca9280d653b3: Pull complete 15:36:40 7e9c9ca2126c: Verifying Checksum 15:36:40 7e9c9ca2126c: Download complete 15:36:47 7e9c9ca2126c: Pull complete 15:36:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:36:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:36:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:36:47 prd-centos7-docker-4c-2g-23410 does not seem to be running inside a container 15:36:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:36:50 $ docker top e10055849c0a76cffde813310cabf49df11dd378948d2d42c588d82515d37068 -eo pid,comm [Pipeline] { [Pipeline] sh 15:36:51 + docker-compose build --help 15:36:51 + grep parallel 15:36:52 --parallel Build images in parallel. [Pipeline] } 15:36:52 $ docker stop --time=1 e10055849c0a76cffde813310cabf49df11dd378948d2d42c588d82515d37068 15:36:52 (5/12) Installing fortify-headers (1.1-r0) 15:36:52 (6/12) Installing patch (2.7.6-r6) 15:36:53 (7/12) Installing build-base (0.5-r2) 15:36:53 (8/12) Installing libsodium (1.0.18-r0) 15:36:53 (9/12) Installing pkgconf (1.7.2-r0) 15:36:53 (10/12) Installing libsodium-dev (1.0.18-r0) 15:36:53 (11/12) Installing libzmq (4.3.3-r0) 15:36:53 (12/12) Installing zeromq-dev (4.3.3-r0) 15:36:53 Executing busybox-1.31.1-r19.trigger 15:36:53 OK: 217 MiB in 51 packages 15:36:54 $ docker rm -f e10055849c0a76cffde813310cabf49df11dd378948d2d42c588d82515d37068 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:36:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:36:54 . [Pipeline] withDockerContainer 15:36:54 prd-centos7-docker-4c-2g-23410 does not seem to be running inside a container 15:36:54 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:36:55 $ docker top f5fc445d316d7e5b7904b90b7a89fd3339d7dd6f50829f7e4f26c6355cf9329c -eo pid,comm [Pipeline] { [Pipeline] sh 15:36:56 + docker-compose -f ./docker-compose-build.yml build --parallel 15:36:57 Building docker-core-command-go ... 15:36:57 Building docker-core-data-go ... 15:36:57 Building docker-core-metadata-go ... 15:36:57 Building docker-security-bootstrapper-go ... 15:36:57 Building docker-security-proxy-setup-go ... 15:36:57 Building docker-security-secretstore-setup-go ... 15:36:57 Building docker-support-notifications-go ... 15:36:57 Building docker-support-scheduler-go ... 15:36:57 Building docker-sys-mgmt-agent-go ... 15:36:57 Building docker-core-command-go 15:36:57 Building docker-core-data-go 15:36:57 Building docker-security-secretstore-setup-go 15:36:57 Building docker-security-proxy-setup-go 15:36:57 Building docker-sys-mgmt-agent-go 15:36:58 Removing intermediate container 43aa8cd40cd6 15:36:58 ---> aa433f9c4f6c 15:36:58 Step 4/6 : WORKDIR /edgex-go 15:36:58 ---> Running in 1f978799dc74 15:36:58 Removing intermediate container 1f978799dc74 15:36:58 ---> cb2ecb271fb4 15:36:58 Step 5/6 : COPY go.mod . 15:36:59 ---> dff993c4d83e 15:36:59 Step 6/6 : RUN go mod download 15:36:59 ---> Running in f75dc7ab994a 15:37:26 Removing intermediate container f75dc7ab994a 15:37:26 ---> 380458349494 15:37:26 Successfully built 380458349494 15:37:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:37:26 + docker inspect -f . ci-base-image-arm64 15:37:26 . [Pipeline] withDockerContainer 15:37:26 prd-ubuntu18.04-docker-arm64-4c-16g-23411 does not seem to be running inside a container 15:37:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:37:28 $ docker top 10228251229fc537844bfdad9117d8bb445fb1d060ca64aac395957a190a19f2 -eo pid,comm [Pipeline] { [Pipeline] sh 15:37:29 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:37:29 ---> 2bafd5d88a3f 15:37:29 Step 3/26 : WORKDIR /edgex-go 15:37:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:37:29 ---> 2bafd5d88a3f 15:37:29 Step 3/23 : WORKDIR /edgex-go 15:37:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:37:29 ---> 2bafd5d88a3f 15:37:29 Step 3/23 : WORKDIR /edgex-go 15:37:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:37:29 ---> 2bafd5d88a3f 15:37:29 Step 3/21 : WORKDIR /edgex-go 15:37:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:37:29 ---> 2bafd5d88a3f 15:37:29 Step 3/24 : WORKDIR /edgex-go 15:37:29 ---> Running in 74efff53bf32 15:37:29 ---> Running in f049c31a7223 15:37:29 ---> Running in 74979e640905 15:37:29 ---> Running in 92a04801142b 15:37:29 ---> Running in 593f844c53b2 15:37:29 + go version 15:37:29 go version go1.15.5 linux/arm64 [Pipeline] } 15:37:29 $ docker stop --time=1 10228251229fc537844bfdad9117d8bb445fb1d060ca64aac395957a190a19f2 15:37:29 Removing intermediate container 74efff53bf32 15:37:29 ---> 4b156e078148 15:37:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:29 Removing intermediate container f049c31a7223 15:37:29 ---> 1f1a52d825d2 15:37:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:29 Removing intermediate container 74979e640905 15:37:29 ---> e481ddb43569 15:37:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:29 Removing intermediate container 92a04801142b 15:37:29 ---> 8c0c841498da 15:37:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:30 Removing intermediate container 593f844c53b2 15:37:30 ---> 3cb8155b0667 15:37:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:30 ---> Running in 06d5014c3c02 15:37:30 ---> Running in 5fa1e8b36aa4 15:37:30 ---> Running in cdf2cdfe95d0 15:37:30 ---> Running in db4777cceb6b 15:37:30 ---> Running in 27f5fe59af8a 15:37:31 $ docker rm -f 10228251229fc537844bfdad9117d8bb445fb1d060ca64aac395957a190a19f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:37:32 Removing intermediate container cdf2cdfe95d0 15:37:32 ---> f49697501f5c 15:37:32 Step 5/26 : RUN apk add --update --no-cache make bash git 15:37:32 + docker inspect -f . ci-base-image-arm64 15:37:32 . [Pipeline] withDockerContainer 15:37:32 ---> Running in c2e33e8effb9 15:37:32 prd-ubuntu18.04-docker-arm64-4c-16g-23411 does not seem to be running inside a container 15:37:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:37:32 Removing intermediate container 06d5014c3c02 15:37:32 ---> 0e503c3c8de3 15:37:32 Step 5/23 : RUN apk add --update --no-cache make git 15:37:32 Removing intermediate container db4777cceb6b 15:37:32 ---> 2574c8e429fd 15:37:32 Step 5/21 : RUN apk add --update --no-cache make git 15:37:32 ---> Running in 8617bd392cc6 15:37:32 Removing intermediate container 5fa1e8b36aa4 15:37:32 ---> a02e858762ce 15:37:32 Step 5/24 : RUN apk add --update --no-cache make git 15:37:32 Removing intermediate container 27f5fe59af8a 15:37:32 ---> e4123e4814dc 15:37:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:37:33 ---> Running in 1ed65a4a002c 15:37:33 ---> Running in 70ee72bfea70 15:37:33 ---> Running in ab552de0ffa5 15:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:34 $ docker top 3e64ee2416fb3fc248ad764672deb0d5044d50ba3b4935656394f5873eebe9f1 -eo pid,comm 15:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo 15:37:34 ========================================================= 15:37:34 [edgeXBuildGoParallel] Running Tests and Build... 15:37:34 ========================================================= [Pipeline] sh 15:37:35 + make test 15:37:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:37 OK: 233 MiB in 51 packages 15:37:37 OK: 233 MiB in 51 packages 15:37:37 OK: 233 MiB in 51 packages 15:37:37 OK: 233 MiB in 51 packages 15:37:37 OK: 233 MiB in 51 packages 15:37:38 Removing intermediate container 70ee72bfea70 15:37:38 ---> 1f7161f48fc5 15:37:38 Step 6/24 : COPY go.mod . 15:37:38 ---> ed9416af9abf 15:37:38 Step 7/24 : RUN go mod download 15:37:38 Removing intermediate container 1ed65a4a002c 15:37:38 ---> 7fecabb04b8f 15:37:38 Step 6/21 : COPY go.mod . 15:37:38 ---> Running in 7586fa419ab9 15:37:39 Removing intermediate container 8617bd392cc6 15:37:39 ---> 13ff5e207a59 15:37:39 Step 6/23 : COPY go.mod . 15:37:39 Removing intermediate container c2e33e8effb9 15:37:39 ---> b65750c551a6 15:37:39 Step 6/26 : COPY go.mod . 15:37:39 Removing intermediate container ab552de0ffa5 15:37:39 ---> 39e852cd9c24 15:37:39 Step 6/23 : COPY go.mod . 15:37:39 ---> 4e35da11bbdf 15:37:39 Step 7/21 : RUN go mod download 15:37:39 ---> Running in 2ff7cf51b00f 15:37:39 ---> 31da70432804 15:37:39 Step 7/23 : RUN go mod download 15:37:39 ---> Running in d55090f5a5c0 15:37:39 ---> 050b7a9a8670 15:37:39 Step 7/26 : RUN go mod download 15:37:39 ---> 094ce2df4264 15:37:39 Step 7/23 : RUN go mod download 15:37:40 ---> Running in 59e18f69b0e3 15:37:40 ---> Running in d42c4da65dad 15:37:41 Removing intermediate container 2ff7cf51b00f 15:37:41 ---> a68bbd55138a 15:37:41 Step 8/21 : COPY . . 15:37:41 Removing intermediate container 7586fa419ab9 15:37:41 ---> 0ef483a43f57 15:37:41 Step 8/24 : COPY . . 15:37:41 Removing intermediate container d55090f5a5c0 15:37:41 ---> f640ce86746f 15:37:41 Step 8/23 : COPY . . 15:37:46 Removing intermediate container 59e18f69b0e3 15:37:46 ---> 62593e4bb140 15:37:46 Step 8/23 : COPY . . 15:37:48 Removing intermediate container d42c4da65dad 15:37:48 ---> b0eb064bfe63 15:37:48 Step 8/26 : COPY . . 15:37:57 ? github.com/edgexfoundry/edgex-go [no test files] 15:38:27 ---> 5f3e45bb6efd 15:38:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:38:27 ---> 45c0c99a30a7 15:38:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:38:27 ---> Running in edd27fdb1e90 15:38:27 ---> bf1dcc507d0a 15:38:27 Step 9/23 : RUN make cmd/core-command/core-command 15:38:27 ---> 251ab8e81130 15:38:27 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:38:27 ---> 994a962e24ca 15:38:27 Step 9/23 : RUN make cmd/core-data/core-data 15:38:27 ---> Running in c7d3a8eac5fb 15:38:27 ---> Running in f373c495d77d 15:38:27 ---> Running in 3f913f6896ea 15:38:27 ---> Running in b3ec2f565348 15:38: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 15:38:27 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 15:38:27 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 15:38:27 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 15:38:27 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 15:38:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:38: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 15:38:54 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 15:38:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:38:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:38:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:38:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:39:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:39:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:39:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:39:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:39:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:39:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:39:04 Removing intermediate container c7d3a8eac5fb 15:39:04 ---> 146a50688c00 15:39:04 15:39:04 Step 10/21 : FROM alpine:3.12 15:39:04 Removing intermediate container edd27fdb1e90 15:39:04 ---> 5fc3d51ecd23 15:39:04 15:39:04 Step 10/24 : FROM alpine:3.12 15:39:04 Removing intermediate container f373c495d77d 15:39:04 ---> b5f19f77ca6b 15:39:04 15:39:04 Step 10/23 : FROM alpine:3.12 15:39:04 Removing intermediate container 3f913f6896ea 15:39:04 ---> 2a75ba178271 15:39:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:39:04 3.12: Pulling from library/alpine 15:39:04 3.12: Pulling from library/alpine 15:39:04 3.12: Pulling from library/alpine 15:39:04 ---> Running in 678e2ff39d99 15:39:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:39:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:39:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:39:04 Status: Downloaded newer image for alpine:3.12 15:39:04 ---> 389fef711851 15:39:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:39:04 Status: Image is up to date for alpine:3.12 15:39:04 ---> 389fef711851 15:39:04 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:39:04 Status: Downloaded newer image for alpine:3.12 15:39:04 ---> 389fef711851 15:39:04 Step 11/21 : RUN apk add --update --no-cache curl 15:39:04 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 15:39:05 ---> Running in 0451b2421a19 15:39:05 ---> Running in c4e555421617 15:39:05 ---> Running in 69e1f88b7bef 15:39:07 Removing intermediate container b3ec2f565348 15:39:07 ---> e97face7309a 15:39:07 15:39:07 Step 10/23 : FROM alpine:3.12 15:39:07 ---> 389fef711851 15:39:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:39:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:07 ---> Running in b60d2fc29b5f 15:39:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:07 (1/5) Installing ca-certificates (20191127-r4) 15:39:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:39:07 (3/5) Installing libcurl (7.69.1-r3) 15:39:07 (4/5) Installing curl (7.69.1-r3) 15:39:07 (5/5) Installing dumb-init (1.2.2-r1) 15:39:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:07 Executing busybox-1.31.1-r19.trigger 15:39:07 Executing ca-certificates-20191127-r4.trigger 15:39:07 OK: 7 MiB in 19 packages 15:39:07 (1/1) Installing dumb-init (1.2.2-r1) 15:39:07 (1/4) Installing ca-certificates (20191127-r4) 15:39:07 Executing busybox-1.31.1-r19.trigger 15:39:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:39:07 (3/4) Installing libcurl (7.69.1-r3) 15:39:07 (4/4) Installing curl (7.69.1-r3) 15:39:07 Executing busybox-1.31.1-r19.trigger 15:39:07 Executing ca-certificates-20191127-r4.trigger 15:39:07 OK: 7 MiB in 18 packages 15:39:07 OK: 6 MiB in 15 packages 15:39:08 Removing intermediate container b60d2fc29b5f 15:39:08 ---> 1c5d8ef83ceb 15:39:08 Step 12/23 : ENV APP_PORT=48080 15:39:08 Removing intermediate container 678e2ff39d99 15:39:08 ---> fde3291d364b 15:39:08 15:39:08 Step 11/26 : FROM docker:20.10.0 15:39:08 20.10.0: Pulling from library/docker 15:39:08 ---> Running in 58cc1c1a92ff 15:39:09 Removing intermediate container 58cc1c1a92ff 15:39:09 ---> 9312635b8c87 15:39:09 Step 13/23 : EXPOSE $APP_PORT 15:39:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:39:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:39:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:39:11 Removing intermediate container c4e555421617 15:39:11 ---> e14ec0ade9d5 15:39:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:39:11 ---> Running in 76b3b74ca964 15:39:11 Removing intermediate container 69e1f88b7bef 15:39:11 ---> 0aa2210fcd6a 15:39:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:39:11 Removing intermediate container 0451b2421a19 15:39:11 ---> 437e369362ee 15:39:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:39:11 ---> Running in 4340f663c345 15:39:11 ---> Running in 654d2069ebdd 15:39:11 ---> Running in 347923b315c6 15:39:11 Removing intermediate container 76b3b74ca964 15:39:11 ---> b528bc687cef 15:39:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:11 Removing intermediate container 4340f663c345 15:39:11 ---> 43e9fb5cf3f2 15:39:11 Step 13/24 : WORKDIR / 15:39:12 ---> Running in 225feaf07042 15:39:12 Removing intermediate container 347923b315c6 15:39:12 ---> 8ad7eb8038df 15:39:12 Step 13/21 : WORKDIR /edgex 15:39:12 ---> Running in d55c9014c7ac 15:39:12 Removing intermediate container 654d2069ebdd 15:39:12 ---> 4d4ff8b4d2b7 15:39:12 Step 13/23 : ENV APP_PORT=48082 15:39:12 ---> Running in cfb3d0553b6a 15:39:12 ---> Running in d9d6cca59ac3 15:39:12 Removing intermediate container d55c9014c7ac 15:39:12 ---> 879e346056ae 15:39:12 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:39:13 Removing intermediate container cfb3d0553b6a 15:39:13 ---> dc0b2fe281db 15:39:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:39:13 Removing intermediate container d9d6cca59ac3 15:39:13 ---> 25a8f08c7ceb 15:39:13 Step 14/23 : EXPOSE $APP_PORT 15:39:13 ---> Running in 2f1f3bb91288 15:39:13 ---> 9b6f8ceceab8 15:39:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:39:13 ---> 60d113f76502 15:39:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:39:13 Removing intermediate container 2f1f3bb91288 15:39:13 ---> e3136de9e996 15:39:13 Step 15/23 : WORKDIR / 15:39:13 ---> Running in 36ea232defbb 15:39:13 ---> 180711d2f9da 15:39:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:39:14 ---> 6be34480de63 15:39:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:39:14 Removing intermediate container 225feaf07042 15:39:14 ---> 85cbfc67571d 15:39:14 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:39:14 ---> 379f788678ef 15:39:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:39:14 Removing intermediate container 36ea232defbb 15:39:14 ---> 698bd0d78540 15:39:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:39:14 ---> Running in 3a0d4a8bc02f 15:39:15 ---> f0c02ecd2447 15:39:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:39:15 ---> 7c702a8c45a5 15:39:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:39:15 ---> 8b11c8620144 15:39:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:39:15 ---> Running in 2f6e12b5c279 15:39:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:15 Removing intermediate container 2f6e12b5c279 15:39:15 ---> 4813915bd007 15:39:15 Step 18/21 : CMD ["--init=true"] 15:39:16 ---> Running in 1b5a7399acc1 15:39:16 ---> a7acc52e6b72 15:39:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:39:16 ---> 8deb5faffec3 15:39:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:39:16 Removing intermediate container 1b5a7399acc1 15:39:16 ---> bafbde0d75f0 15:39:16 Step 19/21 : LABEL arch=x86_64 15:39:16 ---> Running in 521c58dab349 15:39:16 ---> b3d90d708d25 15:39:16 Step 19/23 : ENTRYPOINT ["/core-command"] 15:39:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.221s coverage: 46.6% of statements 15:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:39:17 ---> 5a21b5870fe3 15:39:17 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/ 15:39:17 ---> Running in 0cb9531b31da 15:39:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:39:17 Status: Downloaded newer image for docker:20.10.0 15:39:17 ---> aefe523efa57 15:39:17 Step 12/26 : RUN apk add --no-cache bash 15:39:17 ---> Running in 6cbb9d10588d 15:39:17 Removing intermediate container 521c58dab349 15:39:17 ---> 39e4f4fee422 15:39:17 Step 20/21 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:39:17 ---> Running in adbdaf74cf83 15:39:17 ---> Running in 508ec38938db 15:39:17 Removing intermediate container 0cb9531b31da 15:39:17 ---> dadf0a5a9725 15:39:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:39:18 ---> Running in 7f85f55e9a24 15:39:18 Removing intermediate container 508ec38938db 15:39:18 ---> 710897e4ef70 15:39:18 Step 21/21 : LABEL version=0.0.0 15:39:18 ---> Running in 1a66fc849ede 15:39:18 Removing intermediate container 7f85f55e9a24 15:39:18 ---> 9f6a4d67fd0b 15:39:18 Step 21/23 : LABEL arch=x86_64 15:39:18 ---> Running in 40c9448b2d86 15:39:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:18 Removing intermediate container 1a66fc849ede 15:39:18 ---> f948d39cec00 15:39:18 15:39:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:18 (1/6) Installing dumb-init (1.2.2-r1) 15:39:18 (1/2) Installing readline (8.0.4-r0) 15:39:18 (2/2) Installing bash (5.0.17-r0) 15:39:18 Removing intermediate container 40c9448b2d86 15:39:18 ---> 5129af80790a 15:39:18 Step 22/23 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:39:18 (2/6) Installing libgcc (9.3.0-r2) 15:39:18 Executing bash-5.0.17-r0.post-install 15:39:18 Executing busybox-1.31.1-r19.trigger 15:39:18 OK: 12 MiB in 22 packages 15:39:18 Successfully built f948d39cec00 15:39:18 (3/6) Installing libsodium (1.0.18-r0) 15:39:18 Successfully tagged docker-security-proxy-setup-go:latest 15:39:18  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 15:39:18 (4/6) Installing libstdc++ (9.3.0-r2) 15:39:18 ---> Running in c709b219e91e 15:39:18 Removing intermediate container 6cbb9d10588d 15:39:18 ---> 2dd078d9e188 15:39:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:39:19 ---> Running in e9b652e094c6 15:39:19 (5/6) Installing libzmq (4.3.3-r0) 15:39:19 Removing intermediate container c709b219e91e 15:39:19 ---> 264bb32972a0 15:39:19 Step 23/23 : LABEL version=0.0.0 15:39:19 ---> Running in 23dca2885739 15:39:19 (6/6) Installing zeromq (4.3.3-r0) 15:39:19 Executing busybox-1.31.1-r19.trigger 15:39:19 OK: 8 MiB in 20 packages 15:39:20 Removing intermediate container e9b652e094c6 15:39:20 ---> 3905ae77e5eb 15:39:20 Step 22/24 : LABEL arch=x86_64 15:39:21 Removing intermediate container adbdaf74cf83 15:39:21 ---> 382ed5866215 15:39:21 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:39:22 ---> Running in e294a36ff965 15:39:22 Removing intermediate container 23dca2885739 15:39:22 ---> 3e3a35d27b1a 15:39:22 15:39:22 ---> Running in 657aa5d8aa18 15:39:22 Successfully built 3e3a35d27b1a 15:39:23 Successfully tagged docker-core-command-go:latest 15:39:23 Building docker-security-bootstrapper-go 15:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.551s coverage: 27.1% of statements 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.238s coverage: 65.8% of statements 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.663s coverage: 82.3% of statements 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:39:24  Building docker-core-command-go ... done Removing intermediate container e294a36ff965 15:39:24 ---> 6d7d82b68074 15:39:24 Step 23/24 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:39:26 Removing intermediate container 657aa5d8aa18 15:39:26 ---> e51c0e7514ce 15:39:26 Step 14/26 : ENV APP_PORT=48090 15:39:26 Removing intermediate container 3a0d4a8bc02f 15:39:26 ---> 60ab6fbb92d1 15:39:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:39:26 ---> Running in 0940b09f5bd4 15:39:29 ---> Running in 98402f8ab95f 15:39:30 ---> a82c7f483142 15:39:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:39:30 Removing intermediate container 0940b09f5bd4 15:39:30 ---> c1925c835649 15:39:30 Step 24/24 : LABEL version=0.0.0 15:39:31 ---> Running in ccd7d0c40302 15:39:31 Removing intermediate container 98402f8ab95f 15:39:31 ---> e2a42dd21221 15:39:31 Step 15/26 : EXPOSE $APP_PORT 15:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.178s coverage: 28.6% of statements 15:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.246s coverage: 100.0% of statements 15:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements 15:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.481s coverage: 86.7% of statements 15:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.303s coverage: 97.5% of statements 15:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements 15:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:39:32 ---> Running in bf1892efe332 15:39:32 ---> b3b50e2ca835 15:39:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:39:32 Removing intermediate container ccd7d0c40302 15:39:32 ---> 8cdde22067cb 15:39:32 15:39:33 Successfully built 8cdde22067cb 15:39:33 Removing intermediate container bf1892efe332 15:39:33 ---> 74ecdff2733e 15:39:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:39:34 Successfully tagged docker-security-secretstore-setup-go:latest 15:39:34  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 15:39:35 ---> f37a2abd6f5a 15:39:35 Step 19/23 : ENTRYPOINT ["/core-data"] 15:39:36 ---> Running in 8539e69df337 15:39:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:39:37 ---> 2bafd5d88a3f 15:39:37 Step 3/22 : WORKDIR /edgex-go 15:39:37 ---> Using cache 15:39:37 ---> 3cb8155b0667 15:39:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:37 ---> Using cache 15:39:37 ---> e4123e4814dc 15:39:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:39:38 ---> 920dfbc6125a 15:39:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:39:38 ---> Running in e7ecd0f4ef75 15:39:38 Removing intermediate container 8539e69df337 15:39:38 ---> 7a6c7be0071f 15:39:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:39:41 ---> Running in 979a7bf4e31c 15:39:41 ---> bf4cb104e479 15:39:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:39:41 Removing intermediate container 979a7bf4e31c 15:39:41 ---> 4956e4d3e9df 15:39:41 Step 21/23 : LABEL arch=x86_64 15:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:42 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:42 Step 2/33 : FROM ${BUILDER_BASE} AS builder 15:39:42 ---> 2bafd5d88a3f 15:39:42 Step 3/33 : WORKDIR /edgex-go 15:39:42 ---> Using cache 15:39:42 ---> 3cb8155b0667 15:39:42 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:42 ---> Using cache 15:39:42 ---> e4123e4814dc 15:39:42 Step 5/33 : RUN apk add --update --no-cache make git 15:39:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.262s coverage: 92.8% of statements 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:39:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:39:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 0.1% of statements 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:39:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 43.8% of statements 15:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 79.5% of statements 15:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 15:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements 15:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements 15:39:42 ---> Running in 429056e7bad2 15:39:42 ---> Running in 4358a9e0f1d6 15:39:42 ---> ce12bf3ddcea 15:39:42 Step 19/26 : RUN apk --no-cache add py3-pip 15:39:43 ---> Running in 244ea31a64ec 15:39:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:43 Removing intermediate container 429056e7bad2 15:39:43 ---> 2c231a2201ff 15:39:43 Step 22/23 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:39:43 ---> Running in 267d9c2c153b 15:39:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:43 Removing intermediate container 267d9c2c153b 15:39:43 ---> 9cbd67c0c66b 15:39:43 Step 23/23 : LABEL version=0.0.0 15:39:43 ---> Running in dba5e39d4ad3 15:39:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:43 OK: 233 MiB in 51 packages 15:39:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:44 (1/33) Installing libbz2 (1.0.8-r1) 15:39:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:44 (2/33) Installing expat (2.2.9-r1) 15:39:44 (3/33) Installing libffi (3.3-r2) 15:39:44 (4/33) Installing gdbm (1.13-r1) 15:39:44 (5/33) Installing xz-libs (5.2.5-r0) 15:39:44 (6/33) Installing sqlite-libs (3.32.1-r0) 15:39:44 (7/33) Installing python3 (3.8.5-r0) 15:39:44 Removing intermediate container dba5e39d4ad3 15:39:44 ---> b35d31629b86 15:39:44 15:39:45 OK: 233 MiB in 51 packages 15:39:45 Successfully built b35d31629b86 15:39:45 Successfully tagged docker-core-data-go:latest 15:39:45 Building docker-core-metadata-go 15:39:53  Building docker-core-data-go ... done Removing intermediate container e7ecd0f4ef75 15:39:53 ---> 9c561a5c132b 15:39:53 Step 6/22 : COPY go.mod . 15:39:53 (8/33) Installing py3-appdirs (1.4.4-r1) 15:39:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:39:53 (10/33) Installing py3-parsing (2.4.7-r0) 15:39:53 (11/33) Installing py3-six (1.15.0-r0) 15:39:53 (12/33) Installing py3-packaging (20.4-r0) 15:39:53 (13/33) Installing py3-setuptools (47.0.0-r0) 15:39:53 (14/33) Installing py3-chardet (3.0.4-r4) 15:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements 15:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 15:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements 15:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 15:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 15:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 15:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 15:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements 15:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements 15:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:39:55 (15/33) Installing py3-idna (2.9-r0) 15:39:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:39:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:39:55 (18/33) Installing py3-requests (2.23.0-r0) 15:39:55 (19/33) Installing py3-msgpack (1.0.0-r0) 15:39:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.624s coverage: 63.5% of statements 15:39:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:39:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:39:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:39:55 (20/33) Installing py3-lockfile (0.12.2-r3) 15:39:55 ---> 2bafd5d88a3f 15:39:55 Step 3/22 : WORKDIR /edgex-go 15:39:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.082s coverage: 100.0% of statements 15:39:55 ---> Using cache 15:39:55 ---> 3cb8155b0667 15:39:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:55 ---> Using cache 15:39:55 ---> e4123e4814dc 15:39:55 Step 5/22 : RUN apk add --update --no-cache make git 15:39:55 ---> Using cache 15:39:55 ---> 8f96c0e2decc 15:39:55 Step 6/22 : COPY go.mod . 15:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements 15:39:56 ---> ec524389cb6c 15:39:56 Step 7/22 : RUN go mod download 15:39:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:39:56 (22/33) Installing py3-colorama (0.4.3-r0) 15:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.092s coverage: 100.0% of statements 15:39:56 Removing intermediate container 4358a9e0f1d6 15:39:56 ---> 8f96c0e2decc 15:39:56 Step 6/33 : COPY go.mod . 15:39:56 (23/33) Installing py3-distlib (0.3.0-r0) 15:39:56 (24/33) Installing py3-distro (1.5.0-r1) 15:39:56 (25/33) Installing py3-webencodings (0.5.1-r3) 15:39:56 ---> Running in 155fdf9668ef 15:39:56 (26/33) Installing py3-html5lib (1.0.1-r4) 15:39:56 ---> f908f3186e2e 15:39:56 Step 7/22 : RUN go mod download 15:39:57 (27/33) Installing py3-pytoml (0.1.21-r0) 15:39:57 (28/33) Installing py3-pep517 (0.8.2-r0) 15:39:57 (29/33) Installing py3-progress (1.5-r0) 15:39:57 (30/33) Installing py3-toml (0.10.1-r0) 15:39:57 ---> 42679ea00ad3 15:39:57 Step 7/33 : RUN go mod download 15:39:57 (31/33) Installing py3-retrying (1.3.3-r0) 15:39:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:39:57 (33/33) Installing py3-pip (20.1.1-r0) 15:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 15:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 15:39:58 ---> Running in fed585bce5ee 15:40:00 Executing busybox-1.31.1-r19.trigger 15:40:00 ---> Running in 68c8281f6f16 15:40:00 OK: 71 MiB in 55 packages 15:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.837s coverage: 68.9% of statements 15:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:40:02 Removing intermediate container 155fdf9668ef 15:40:02 ---> 3c1dd8737912 15:40:02 Step 8/22 : COPY . . 15:40:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.424s coverage: 37.0% of statements 15:40:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:40:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:40:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.663s coverage: 84.0% of statements 15:40:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements 15:40:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:40:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:40:05 ---> 2bafd5d88a3f 15:40:05 Step 3/23 : WORKDIR /edgex-go 15:40:06 ---> Using cache 15:40:06 ---> 3cb8155b0667 15:40:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:40:06 ---> Using cache 15:40:06 ---> e4123e4814dc 15:40:06 Step 5/23 : RUN apk add --update --no-cache make git 15:40:06 ---> Using cache 15:40:06 ---> 8f96c0e2decc 15:40:06 Step 6/23 : COPY go.mod . 15:40:06 ---> Using cache 15:40:06 ---> 42679ea00ad3 15:40:06 Step 7/23 : RUN go mod download 15:40:07 Removing intermediate container fed585bce5ee 15:40:07 ---> 8e1eb765244e 15:40:07 Step 8/22 : COPY . . 15:40:10 ---> Running in 9e74bffbc663 15:40:10 Removing intermediate container 68c8281f6f16 15:40:10 ---> 95c94234ef5d 15:40:10 Step 8/33 : COPY . . 15:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.385s coverage: 47.1% of statements 15:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements 15:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.155s coverage: 100.0% of statements 15:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:40:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.063s coverage: 29.1% of statements 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:40:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:40:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:40:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:40:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:40:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:40:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:40:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements 15:40:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 15:40:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 15:40:18 GO111MODULE=on go vet ./... 15:40:32 Removing intermediate container 9e74bffbc663 15:40:32 ---> 3aaf5b833ab4 15:40:32 Step 8/23 : COPY . . 15:40:37 ---> 45f1ce433a92 15:40:37 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:40:37 Removing intermediate container 244ea31a64ec 15:40:37 ---> f3a4b3b5fb99 15:40:37 Step 20/26 : RUN pip install docker-compose==1.23.2 15:40:43 ---> Running in ea9143be7a57 15:40:43 ---> Running in 49ca316e819c 15:40:45 ---> 9ebbd8b51831 15:40:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:40:45 ---> 1b827a6e41eb 15:40:45 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 15:40:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:40:47 ---> Running in 27256b4671ab 15:40:47 ---> Running in dca79f7548b0 15:40:48 Removing intermediate container dca79f7548b0 15:40:48 ---> a13c27c3f3b0 15:40:48 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 15:40:49 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 15:40:49 ---> Running in bad4ae43c3f4 15:40:51 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 15:40:53 Collecting docker-compose==1.23.2 15:40:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:40:53 Collecting PyYAML<4,>=3.10 15:40:53 Downloading PyYAML-3.13.tar.gz (270 kB) 15:40:58 Collecting websocket-client<1.0,>=0.32.0 15:40:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:40:58 Collecting cached-property<2,>=1.2.0 15:40:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:40:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:40:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:40:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:41:00 Collecting dockerpty<0.5,>=0.4.1 15:41:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:41:00 ---> deae466033e6 15:41:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:41:00 ---> Running in 8dc62cc4ebe0 15:41:01 Collecting docker<4.0,>=3.6.0 15:41:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:41:01 Collecting texttable<0.10,>=0.9.0 15:41:01 Downloading texttable-0.9.1.tar.gz (11 kB) 15:41:02 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 15:41:02 Collecting docopt<0.7,>=0.6.1 15:41:02 Downloading docopt-0.6.2.tar.gz (25 kB) 15:41:03 Collecting jsonschema<3,>=2.5.1 15:41:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:41:03 Collecting idna<2.8,>=2.5 15:41:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:41:03 Collecting urllib3<1.25,>=1.21.1 15:41:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:41:03 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) 15:41:03 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) 15:41:03 Collecting docker-pycreds>=0.4.0 15:41:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:41:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:41:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:41:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:41:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:41:03 Installing collected packages: PyYAML, websocket-client, cached-property, idna, urllib3, requests, dockerpty, docker-pycreds, docker, texttable, docopt, jsonschema, docker-compose 15:41:03 Running setup.py install for PyYAML: started 15:41:04 Running setup.py install for PyYAML: finished with status 'done' 15:41:05 Attempting uninstall: idna 15:41:05 Found existing installation: idna 2.9 15:41:05 Uninstalling idna-2.9: 15:41:05 Successfully uninstalled idna-2.9 15:41:05 Attempting uninstall: urllib3 15:41:05 Found existing installation: urllib3 1.25.9 15:41:05 Uninstalling urllib3-1.25.9: 15:41:05 Successfully uninstalled urllib3-1.25.9 15:41:06 Attempting uninstall: requests 15:41:06 Found existing installation: requests 2.23.0 15:41:06 Uninstalling requests-2.23.0: 15:41:06 Successfully uninstalled requests-2.23.0 15:41:06 Running setup.py install for dockerpty: started 15:41:07 Running setup.py install for dockerpty: finished with status 'done' 15:41:07 Running setup.py install for texttable: started 15:41:08 Running setup.py install for texttable: finished with status 'done' 15:41:08 Running setup.py install for docopt: started 15:41:09 Running setup.py install for docopt: finished with status 'done' 15:41:09 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:41:15 Removing intermediate container ea9143be7a57 15:41:15 ---> 5bddf3adf2b1 15:41:15 Step 21/26 : RUN apk --no-cache add curl 15:41:15 ---> Running in 85b4b5f5d3fe 15:41:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:41:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:41:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:41:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:41:18 (2/3) Installing libcurl (7.69.1-r3) 15:41:18 (3/3) Installing curl (7.69.1-r3) 15:41:18 Executing busybox-1.31.1-r19.trigger 15:41:18 OK: 72 MiB in 58 packages 15:41:20 Removing intermediate container 85b4b5f5d3fe 15:41:20 ---> cfdfee926109 15:41:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:41:22 ---> Running in 90870ba82b4e 15:41:22 Removing intermediate container 49ca316e819c 15:41:22 ---> f32881308ab1 15:41:22 15:41:22 Step 10/22 : FROM alpine:3.12 15:41:22 ---> 389fef711851 15:41:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:41:22 Removing intermediate container 27256b4671ab 15:41:22 ---> a6990d988047 15:41:22 15:41:22 Step 10/22 : FROM alpine:3.12 15:41:22 ---> 389fef711851 15:41:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:41:22 ---> Using cache 15:41:22 ---> 0aa2210fcd6a 15:41:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:41:22 ---> Using cache 15:41:22 ---> 4d4ff8b4d2b7 15:41:22 Step 13/22 : ENV APP_PORT=48085 15:41:23 ---> Running in 24be7af19d20 15:41:23 Removing intermediate container 90870ba82b4e 15:41:23 ---> 9ab611c96b38 15:41:23 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:41:23 ---> Running in c12348a7bdfe 15:41:25 + mkdir -p /tmp/build/dist/linux 15:41:25 + cd /tmp/build/dist/linux 15:41:25 + git clone https://github.com/jwilder/dockerize.git . 15:41:25 Cloning into '.'... 15:41:25  ---> Running in b46e63bba637 15:41:25 Removing intermediate container c12348a7bdfe 15:41:25 ---> ef191dc5ad22 15:41:25 Step 14/22 : EXPOSE $APP_PORT 15:41:25 ---> Running in 904f5e9d3ebb 15:41:25 Removing intermediate container b46e63bba637 15:41:25 ---> e6c846ec7161 15:41:25 Step 24/26 : LABEL arch=x86_64 15:41:25 + go get github.com/robfig/glock 15:41:25  ---> Running in 1e993c36434b 15:41:25 Removing intermediate container 904f5e9d3ebb 15:41:25 ---> ee68fa0747dd 15:41:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:41:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:41:26 Removing intermediate container 1e993c36434b 15:41:26 ---> 1e1ed05248a4 15:41:26 Step 25/26 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:41:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:41:26 (1/2) Installing ca-certificates (20191127-r4) 15:41:26 (2/2) Installing dumb-init (1.2.2-r1) 15:41:26 Executing busybox-1.31.1-r19.trigger 15:41:26 Executing ca-certificates-20191127-r4.trigger 15:41:26 OK: 6 MiB in 16 packages 15:41:26 ---> Running in 97d0d373fef1 15:41:26 ---> faa02f64cb8f 15:41:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:41:26 Removing intermediate container 97d0d373fef1 15:41:26 ---> d8b32b3b4fcb 15:41:26 Step 26/26 : LABEL version=0.0.0 15:41:27 ---> Running in 1a01d97ac42b 15:41:27 ---> f1c143e62cf7 15:41:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:41:27 Removing intermediate container 1a01d97ac42b 15:41:27 ---> b6f77e2f69d9 15:41:27 15:41:28 Successfully built b6f77e2f69d9 15:41:28 Successfully tagged docker-sys-mgmt-agent-go:latest 15:41:28  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 24be7af19d20 15:41:28 ---> a3ba0943eca1 15:41:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:41:28 ---> 4842b08dab36 15:41:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:41:28 ---> Running in 508b34a907db 15:41:28 ---> Running in bed2174a785f 15:41:28 Removing intermediate container 508b34a907db 15:41:28 ---> 8a64d49fe235 15:41:28 Step 13/22 : ENV APP_PORT=48060 15:41:28 Removing intermediate container bed2174a785f 15:41:28 ---> 2d85a0f0be3d 15:41:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:41:28 ---> Running in dd2a69bb2152 15:41:28 ---> Running in 85f852b4f117 15:41:28 Removing intermediate container dd2a69bb2152 15:41:28 ---> 48fd0b3e55aa 15:41:28 Step 14/22 : EXPOSE $APP_PORT 15:41:28 Removing intermediate container 85f852b4f117 15:41:28 ---> 910e976aa94f 15:41:28 Step 20/22 : LABEL arch=x86_64 15:41:28 ---> Running in de35439603f1 15:41:29 ---> Running in da024692b554 15:41:29 Removing intermediate container de35439603f1 15:41:29 ---> 1f0ef3ee8d8d 15:41:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:41:29 Removing intermediate container da024692b554 15:41:29 ---> da8994493693 15:41:29 Step 21/22 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:41:29 ---> Running in aa7bef13cfae 15:41:29 ---> d8848a4abcf6 15:41:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:41:29 Removing intermediate container aa7bef13cfae 15:41:29 ---> 9053e806fac2 15:41:29 Step 22/22 : LABEL version=0.0.0 15:41:29 ---> Running in cdaa1966b4d9 15:41:30 Removing intermediate container cdaa1966b4d9 15:41:30 ---> 3a49a01923bb 15:41:30 15:41:30 Successfully built 3a49a01923bb 15:41:31 Successfully tagged docker-support-scheduler-go:latest 15:41:32  Building docker-support-scheduler-go ... done  ---> 24f9e5cc9634 15:41:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:41:35 Removing intermediate container 8dc62cc4ebe0 15:41:35 ---> 93ba2b98a986 15:41:35 15:41:35 Step 10/23 : FROM alpine:3.12 15:41:35 ---> 389fef711851 15:41:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:41:35 ---> Using cache 15:41:35 ---> 0aa2210fcd6a 15:41:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:41:35 ---> Using cache 15:41:35 ---> 4d4ff8b4d2b7 15:41:35 Step 13/23 : ENV APP_PORT=48081 15:41:35 ---> 7ef3f0ee0a09 15:41:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:41:35 ---> Running in 3e2465bad0cd 15:41:35 ---> Running in aa34f42b310a 15:41:35 Removing intermediate container 3e2465bad0cd 15:41:35 ---> 4ac08197772f 15:41:35 Step 14/23 : EXPOSE $APP_PORT 15:41:35 Removing intermediate container aa34f42b310a 15:41:35 ---> 60de6991a31b 15:41:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:41:35 ---> Running in e63cb9c82fe4 15:41:35 ---> Running in 5567baa4342c 15:41:35 Removing intermediate container e63cb9c82fe4 15:41:35 ---> dc6e80f6f039 15:41:35 Step 15/23 : WORKDIR / 15:41:35 Removing intermediate container 5567baa4342c 15:41:35 ---> e2b677d72407 15:41:35 Step 20/22 : LABEL arch=x86_64 15:41:35 ---> Running in 2788a6b40e4f 15:41:35 ---> Running in 2920ab623bf5 15:41:36 Removing intermediate container 2920ab623bf5 15:41:36 ---> a4cdc0b2e1d1 15:41:36 Step 21/22 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:41:36 Removing intermediate container 2788a6b40e4f 15:41:36 ---> 78774dbb979b 15:41:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:41:36 ---> Running in c01528897323 15:41:36 + glock sync -n 15:41:36  ---> d9ead8a78eda 15:41:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:41:37 Removing intermediate container c01528897323 15:41:37 ---> 138424731ce2 15:41:37 Step 22/22 : LABEL version=0.0.0 15:41:37 ---> e737b15ad851 15:41:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:41:37 ---> Running in 05eacb932e6a 15:41:37 Removing intermediate container 05eacb932e6a 15:41:37 ---> 921cfd6afa52 15:41:37 15:41:37 ---> 053fb0e6ba97 15:41:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:41:38 ---> Running in eec6e1edcbba 15:41:38 Successfully built 921cfd6afa52 15:41:38 Successfully tagged docker-support-notifications-go:latest 15:41:38  Building docker-support-notifications-go ... done Removing intermediate container eec6e1edcbba 15:41:38 ---> 6ba9e77dbee9 15:41:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:41:38 ---> Running in d50d14151296 15:41:38 Removing intermediate container d50d14151296 15:41:38 ---> 7aff7fbeab71 15:41:38 Step 21/23 : LABEL arch=x86_64 15:41:38 ---> Running in fb84f46e44be 15:41:38 Removing intermediate container fb84f46e44be 15:41:38 ---> ea18b5c8ff4e 15:41:38 Step 22/23 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:41:39 ---> Running in b7bcd4528dbd 15:41:39 Removing intermediate container b7bcd4528dbd 15:41:39 ---> 00751576e696 15:41:39 Step 23/23 : LABEL version=0.0.0 15:41:39 ---> Running in 95de47d2bd53 15:41:39 Removing intermediate container 95de47d2bd53 15:41:39 ---> 312f19fb69a4 15:41:39 15:41:39 gofmt -l . 15:41:39 [ "`gofmt -l .`" = "" ] 15:41:39 ./bin/test-go-mod-tidy.sh 15:41:39 ./bin/test-attribution-txt.sh [Pipeline] sh 15:41:40 Successfully built 312f19fb69a4 15:41:40 Successfully tagged docker-core-metadata-go:latest 15:41:40  Building docker-core-metadata-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 15:41:40 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 15:41:40 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 15:41:40 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 15:41:40 + git describe '--abbrev=0' --tags 15:41:40 + TAG=v0.6.1 15:41:40 + LDFLAGS='-X main.buildVersion=v0.6.1' 15:41:40 + apk --print-arch 15:41:40 building [dockerize] for amd64 ... 15:41:40 + arch=x86_64 15:41:40 + echo 'building [dockerize] for amd64 ... ' 15:41:40 + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 15:41:40 + ls -al . 15:41:40 total 696 15:41:40 drwxrwxr-x 9 1001 1001 4096 Jan 27 15:41 . 15:41:40 drwxr-xr-x 4 root root 4096 Jan 27 15:37 .. 15:41:40 -rw-rw-r-- 1 1001 1001 11 Jan 27 15:35 .dockerignore 15:41:40 drwxrwxr-x 8 1001 1001 4096 Jan 27 15:35 .git 15:41:40 drwxrwxr-x 3 1001 1001 4096 Jan 27 15:35 .github 15:41:40 -rw-rw-r-- 1 1001 1001 872 Jan 27 15:35 .gitignore 15:41:40 -rw-rw-r-- 1 1001 1001 166 Jan 27 15:35 .sonarcloud.properties 15:41:40 -rw-rw-r-- 1 1001 1001 7859 Jan 27 15:35 Attribution.txt 15:41:40 -rw-rw-r-- 1 1001 1001 3804 Jan 27 15:35 CONTRIBUTING.md 15:41:40 -rw-rw-r-- 1 1001 1001 931 Jan 27 15:35 Dockerfile.build 15:41:40 -rw-rw-r-- 1 1001 1001 863 Jan 27 15:35 Jenkinsfile 15:41:40 -rw-rw-r-- 1 1001 1001 10775 Jan 27 15:35 LICENSE 15:41:40 -rw-rw-r-- 1 1001 1001 6001 Jan 27 15:35 Makefile 15:41:40 -rw-rw-r-- 1 1001 1001 6524 Jan 27 15:35 README.md 15:41:40 -rw-rw-r-- 1 1001 1001 6755 Jan 27 15:35 SECURITY.md 15:41:40 -rw-rw-r-- 1 1001 1001 5 Jan 27 15:33 VERSION 15:41:40 -rw-rw-r-- 1 1001 1001 4131 Jan 27 15:35 ZMQWindows.md 15:41:40 drwxrwxr-x 2 1001 1001 4096 Jan 27 15:35 bin 15:41:40 drwxrwxr-x 15 1001 1001 4096 Jan 27 15:35 cmd 15:41:40 -rw-r--r-- 1 root root 564700 Jan 27 15:40 coverage.out 15:41:40 -rw-r--r-- 1 root root 1053 Jan 27 15:41 go.mod 15:41:40 -rw-r--r-- 1 root root 18995 Jan 27 15:41 go.sum 15:41:40 drwxrwxr-x 8 1001 1001 4096 Jan 27 15:35 internal 15:41:40 drwxrwxr-x 4 1001 1001 4096 Jan 27 15:35 openapi 15:41:40 drwxrwxr-x 4 1001 1001 4096 Jan 27 15:35 snap 15:41:40 -rw-rw-r-- 1 1001 1001 168 Jan 27 15:35 version.go [Pipeline] sh 15:41:41 + '[' -e coverage.out ] 15:41:41 + chown 1001:1001 coverage.out [Pipeline] stash 15:41:41 Warning: overwriting stash ‘coverage-report’ 15:41:42 Stashed 1 file(s) [Pipeline] sh 15:41:43 + make build 15:41:43 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 15:41:52 + date 15:41:52 + echo 'Wed Jan 27 15:41:51 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 15:41:52 Wed Jan 27 15:41:51 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 15:41:55 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 15:42:03 Removing intermediate container bad4ae43c3f4 15:42:03 ---> 79339a494b4f 15:42:03 15:42:03 Step 11/33 : FROM alpine:3.12 15:42:03 ---> 389fef711851 15:42:03 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:42:03 ---> Running in daa35c352d96 15:42:03 Removing intermediate container daa35c352d96 15:42:03 ---> 93816f568511 15:42:03 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 15:42:03 ---> Running in f0bebb10b60b 15:42:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:42:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:42:04 (1/3) Installing dumb-init (1.2.2-r1) 15:42:04 (2/3) Installing openssl (1.1.1i-r0) 15:42:04 (3/3) Installing su-exec (0.2-r1) 15:42:04 Executing busybox-1.31.1-r19.trigger 15:42:04 OK: 6 MiB in 17 packages 15:42:04 Removing intermediate container f0bebb10b60b 15:42:04 ---> 29ec38ba067e 15:42:04 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 15:42:04 ---> Running in 18a6c851c13c 15:42:05 Removing intermediate container 18a6c851c13c 15:42:05 ---> e73b8025756a 15:42:05 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:42:05 ---> Running in 8348af0b6449 15:42:05 Removing intermediate container 8348af0b6449 15:42:05 ---> 7bf1dccc51ac 15:42:05 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:42:05 ---> Running in a93f257fed1a 15:42:06 Removing intermediate container a93f257fed1a 15:42:06 ---> 2989e892efed 15:42:06 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 15:42:06 ---> Running in 7a8b81167109 15:42:06 Removing intermediate container 7a8b81167109 15:42:06 ---> fc3c9d2b7c5e 15:42:06 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 15:42:07 ---> 146a1490646a 15:42:07 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:42:07 ---> 5c0eba67bf10 15:42:07 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:42:07 ---> Running in e4bee3a6009d 15:42:08 Removing intermediate container e4bee3a6009d 15:42:08 ---> e08637397a91 15:42:08 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 15:42:08 ---> 759c76873257 15:42:08 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:42:09 ---> dc54df242ca4 15:42:09 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:42:09 ---> 9f0a7189954c 15:42:09 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 15:42:09 ---> 81e5dea689ca 15:42:09 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:42:10 ---> 689c88e6c64d 15:42:10 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 15:42:10 ---> Running in 285b59c3cb3c 15:42:10 Removing intermediate container 285b59c3cb3c 15:42:10 ---> 1a0cc21b524f 15:42:10 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:42:11 ---> 54edfd89836e 15:42:11 Step 28/33 : RUN chmod +x /entrypoint.sh 15:42:11 ---> Running in d55cdad57a6d 15:42:12 Removing intermediate container d55cdad57a6d 15:42:12 ---> e2ca29bdf66f 15:42:12 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 15:42:12 ---> Running in 9577266c6b7c 15:42:12 Removing intermediate container 9577266c6b7c 15:42:12 ---> 01cb1613eb8c 15:42:12 Step 30/33 : CMD ["gate"] 15:42:12 ---> Running in 9d29adee6afe 15:42:12 Removing intermediate container 9d29adee6afe 15:42:12 ---> 870713a3143a 15:42:12 Step 31/33 : LABEL arch=x86_64 15:42:13 ---> Running in 5991144013d5 15:42:13 Removing intermediate container 5991144013d5 15:42:13 ---> 93f93c9111fd 15:42:13 Step 32/33 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:42:13 ---> Running in 0228d20b3876 15:42:13 Removing intermediate container 0228d20b3876 15:42:13 ---> f03936374c11 15:42:13 Step 33/33 : LABEL version=0.0.0 15:42:14 ---> Running in 0918ea38621d 15:42:14 Removing intermediate container 0918ea38621d 15:42:14 ---> 60bf80629982 15:42:14 15:42:14 Successfully built 60bf80629982 15:42:14 Successfully tagged docker-security-bootstrapper-go:latest 15:42:15  Building docker-security-bootstrapper-go ... done  [Pipeline] } 15:42:15 $ docker stop --time=1 f5fc445d316d7e5b7904b90b7a89fd3339d7dd6f50829f7e4f26c6355cf9329c 15:42:17 $ docker rm -f f5fc445d316d7e5b7904b90b7a89fd3339d7dd6f50829f7e4f26c6355cf9329c [Pipeline] // withDockerContainer [Pipeline] sh 15:42:17 + docker images 15:42:17 + grep docker 15:42:17 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 15:42:18 docker-security-bootstrapper-go latest 60bf80629982 5 seconds ago 33.5MB 15:42:18 docker-core-metadata-go latest 312f19fb69a4 39 seconds ago 18.8MB 15:42:18 docker-support-notifications-go latest 921cfd6afa52 41 seconds ago 16.9MB 15:42:18 docker-support-scheduler-go latest 3a49a01923bb 48 seconds ago 16.4MB 15:42:18 docker-sys-mgmt-agent-go latest b6f77e2f69d9 51 seconds ago 313MB 15:42:18 docker-core-data-go latest b35d31629b86 2 minutes ago 22.3MB 15:42:18 docker-security-secretstore-setup-go latest 8cdde22067cb 2 minutes ago 24.6MB 15:42:18 docker-core-command-go latest 3e3a35d27b1a 2 minutes ago 16.3MB 15:42:18 docker-security-proxy-setup-go latest f948d39cec00 3 minutes ago 24.4MB 15:42:18 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 15:42:22 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 15:42:26 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 15:42:27 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 15:42:32 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 15:42:34 Still waiting to schedule task 15:42:34 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:42:35 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 15:42:40 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 15:42:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:42:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:42:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:42:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 15:42:59 $ docker stop --time=1 3e64ee2416fb3fc248ad764672deb0d5044d50ba3b4935656394f5873eebe9f1 15:43:01 $ docker rm -f 3e64ee2416fb3fc248ad764672deb0d5044d50ba3b4935656394f5873eebe9f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:43:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:43:04 15:43:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:43:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:43:05 latest: Pulling from edgex-devops/edgex-compose-arm64 15:43:05 29e5d40040c1: Pulling fs layer 15:43:05 1ce36da41761: Pulling fs layer 15:43:05 25b303627fd3: Pulling fs layer 15:43:05 29e5d40040c1: Verifying Checksum 15:43:05 29e5d40040c1: Download complete 15:43:06 1ce36da41761: Download complete 15:43:06 29e5d40040c1: Pull complete 15:43:07 1ce36da41761: Pull complete 15:43:07 25b303627fd3: Verifying Checksum 15:43:07 25b303627fd3: Download complete 15:43:15 25b303627fd3: Pull complete 15:43:15 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:43:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:43:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:43:16 prd-ubuntu18.04-docker-arm64-4c-16g-23411 does not seem to be running inside a container 15:43:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:43:19 $ docker top 5f7ab2ec62c327cf5a89e16cc670b1738b4c6edd81d9cd33da34d9feef8e11a7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:43:20 + + grep paralleldocker-compose 15:43:20 build --help 15:43:23 --parallel Build images in parallel. [Pipeline] } 15:43:23 $ docker stop --time=1 5f7ab2ec62c327cf5a89e16cc670b1738b4c6edd81d9cd33da34d9feef8e11a7 15:43:25 $ docker rm -f 5f7ab2ec62c327cf5a89e16cc670b1738b4c6edd81d9cd33da34d9feef8e11a7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:43:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:43:26 . [Pipeline] withDockerContainer 15:43:26 prd-ubuntu18.04-docker-arm64-4c-16g-23411 does not seem to be running inside a container 15:43:26 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:43:28 $ docker top bff7a10ac22ea20bea5c4e87d1f01c870687ed46b83709a7283db2018a801ce6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:43:29 + docker-compose -f ./docker-compose-build.yml build --parallel 15:43:33 Building docker-core-command-go ... 15:43:33 Building docker-core-data-go ... 15:43:33 Building docker-core-metadata-go ... 15:43:33 Building docker-security-bootstrapper-go ... 15:43:33 Building docker-security-proxy-setup-go ... 15:43:33 Building docker-security-secretstore-setup-go ... 15:43:33 Building docker-support-notifications-go ... 15:43:33 Building docker-support-scheduler-go ... 15:43:33 Building docker-sys-mgmt-agent-go ... 15:43:33 Building docker-support-notifications-go 15:43:33 Building docker-sys-mgmt-agent-go 15:43:33 Building docker-core-metadata-go 15:43:33 Building docker-security-proxy-setup-go 15:43:33 Building docker-support-scheduler-go 15:43:35 Running on prd-ubuntu18.04-docker-8c-8g-23412 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws 15:43:35 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 15:43:37 using credential edgex-jenkins-ssh 15:43:37 Cloning the remote Git repository 15:43:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:43:37 > git init /w/workspace/edgex-go/3 # timeout=10 15:43:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:43:37 > git --version # timeout=10 15:43:37 > git --version # 'git version 2.17.1' 15:43:37 using GIT_SSH to set credentials SSH Credentials for GitHub 15:43:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:43:44 Merging remotes/origin/master commit 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 15:43:44 Merge succeeded, producing d3d087662b0c1d6890045bf75bc5d8c78beda443 15:43:44 Checking out Revision d3d087662b0c1d6890045bf75bc5d8c78beda443 (PR-3088) 15:43:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:43:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:43:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:43:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:43:43 using GIT_SSH to set credentials SSH Credentials for GitHub 15:43:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:43:44 > git config core.sparsecheckout # timeout=10 15:43:44 > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 15:43:44 > git remote # timeout=10 15:43:44 > git config --get remote.origin.url # timeout=10 15:43:44 using GIT_SSH to set credentials SSH Credentials for GitHub 15:43:44 > git merge 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 15:43:44 > git rev-parse HEAD^{commit} # timeout=10 15:43:44 > git config core.sparsecheckout # timeout=10 15:43:44 > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 15:43:48 Commit message: "Merge branch 'master' into issue-3087" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:43:49 + echo snap-build.sh 15:43:49 snap-build.sh 15:43:49 + SNAP_BASE_DIR=. 15:43:49 + '[' '!' -z /w/workspace/edgex-go/3 ']' 15:43:49 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 15:43:49 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 15:43:49 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 15:43:49 + cd /w/workspace/edgex-go/3 15:43:49 + sudo apt-get remove -qy --purge lxd lxd-client 15:43:49 Reading package lists... 15:43:49 Building dependency tree... 15:43:49 Reading state information... 15:43:50 The following packages were automatically installed and are no longer required: 15:43:50 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:43:50 uidmap xdelta3 15:43:50 Use 'sudo apt autoremove' to remove them. 15:43:50 The following packages will be REMOVED: 15:43:50 lxd* lxd-client* 15:43:50 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:43:50 After this operation, 31.7 MB disk space will be freed. 15:43:51 (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.) 15:43:51 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:43:52 Removing lxd dnsmasq configuration 15:43:52 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:43:52 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:43:53 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:43:54 (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.) 15:43:54 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:43:55 Processing triggers for systemd (237-3ubuntu10.42) ... 15:43:55 Processing triggers for ureadahead (0.100.0-21) ... 15:43:56 + sudo snap remove --purge lxd 15:43:56 snap "lxd" is not installed 15:43:56 + sudo groupadd --force --system lxd 15:43:56 ++ whoami 15:43:56 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:43:56 + newgrp - lxd 15:43:57 + sudo snap install lxd 15:44:05 2021-01-27T15:44:03Z INFO Waiting for automatic snapd restart... 15:44:23 lxd 4.10 from Canonical* installed 15:44:23 + sudo lxd init --auto 15:44:31 + sudo snap install --classic snapcraft 15:44:36 snapcraft 4.4.4 from Canonical* installed 15:44:36 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 15:44:36 + patch --verbose -p1 15:44:36 Hmm... Looks like a unified diff to me... 15:44:36 The text leading up to this was: 15:44:36 -------------------------- 15:44:36 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 15:44:36 |From: Tony Espy 15:44:36 |Date: Wed, 16 Dec 2020 16:34:55 -0500 15:44:36 |Subject: [PATCH] optimize snap build for pipeline CI check 15:44:36 | 15:44:36 |This patch is used by the EdgeX CI pipeline builds to 15:44:36 |optimize the snap CI check run for pull requests. When 15:44:36 |applied, it essentially strips out everything (apps and 15:44:36 |parts) from the snapcraft.yaml file except those required 15:44:36 |to build edgex-go, as the whole idea of the CI check is to 15:44:36 |catch changes to edgex-go that break the snap build. 15:44:36 | 15:44:36 |In general, anyone updating snapcraft.yaml will also need 15:44:36 |to update this patch file, otherwise it may fail to apply, 15:44:36 |resulting in a failed snap build CI check in the associated 15:44:36 |pull request. 15:44:36 | 15:44:36 |Note - in addition to applying this patch, the pipeline also 15:44:36 |only primes the snap (e.g. `snapcraft prime`), as there's no 15:44:36 |need to build the finally binary .snap file (and it won't 15:44:36 |work with the patch applied). This further reduces the build 15:44:36 |time. 15:44:36 |--- 15:44:36 | snap/snapcraft.yaml | 461 +------------------------------------------- 15:44:36 | 1 file changed, 2 insertions(+), 459 deletions(-) 15:44:36 | 15:44:36 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 15:44:36 |index 1e537489..faf42425 100644 15:44:36 |--- a/snap/snapcraft.yaml 15:44:36 |+++ b/snap/snapcraft.yaml 15:44:36 -------------------------- 15:44:36 patching file snap/snapcraft.yaml 15:44:36 Using Plan A... 15:44:36 Hunk #1 succeeded at 73. 15:44:36 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 15:44:36 Hunk #3 succeeded at 214 (offset -1 lines). 15:44:36 Hunk #4 succeeded at 222 (offset -1 lines). 15:44:36 Hunk #5 succeeded at 229 (offset -1 lines). 15:44:36 Hunk #6 succeeded at 256 (offset -1 lines). 15:44:36 Hunk #7 succeeded at 290 (offset -1 lines). 15:44:36 Hunk #8 succeeded at 342. 15:44:36 Hmm... Ignoring the trailing garbage. 15:44:36 done 15:44:36 + sudo snapcraft prime --use-lxd 15:44:36 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:44:36 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 15:44:36 - README.md 15:44:36 - snapcraft.yaml.orig 15:44:36 15:44:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:44:37 Launching a container. 15:44:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:44:41 ---> 380458349494 15:44:41 Step 3/26 : WORKDIR /edgex-go 15:44:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:44:41 ---> 380458349494 15:44:41 Step 3/21 : WORKDIR /edgex-go 15:44:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:44:41 ---> 380458349494 15:44:41 Step 3/22 : WORKDIR /edgex-go 15:44:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:44:41 ---> 380458349494 15:44:41 Step 3/22 : WORKDIR /edgex-go 15:44:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:44:41 ---> 380458349494 15:44:41 Step 3/23 : WORKDIR /edgex-go 15:44:41 ---> Running in 3dbd5fdd1430 15:44:41 ---> Running in a97965f6d77d 15:44:41 ---> Running in 85aedd820a27 15:44:41 ---> Running in 513cb1a6ab11 15:44:41 ---> Running in b7080ad768e4 15:44:42 Removing intermediate container 85aedd820a27 15:44:42 ---> 38c10ed99495 15:44:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:42 Removing intermediate container b7080ad768e4 15:44:42 ---> 880e7a31714b 15:44:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:42 Removing intermediate container 513cb1a6ab11 15:44:42 ---> 7208877a3835 15:44:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:42 Removing intermediate container a97965f6d77d 15:44:42 Removing intermediate container 3dbd5fdd1430 15:44:42 ---> 2987b572694f 15:44:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> d2dca166d8c4 15:44:42 15:44:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:42 ---> Running in 24df39a12ce5 15:44:42 ---> Running in 8073db42750c 15:44:42 ---> Running in 34ed1f88b20d 15:44:42 ---> Running in a74e21c600e9 15:44:42 ---> Running in f977c09aee54 15:44:45 Removing intermediate container 24df39a12ce5 15:44:45 ---> 2f5b5db02b53 15:44:45 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:44:46 ---> Running in efbb35aca371 15:44:46 Removing intermediate container 34ed1f88b20d 15:44:46 ---> 5b0d5ef6523a 15:44:46 Step 5/23 : RUN apk add --update --no-cache make git 15:44:46 ---> Running in 4e5c9a0d597c 15:44:46 Removing intermediate container 8073db42750c 15:44:46 ---> b5aebb732caf 15:44:46 Step 5/22 : RUN apk add --update --no-cache make git 15:44:46 Removing intermediate container a74e21c600e9 15:44:46 ---> 85e330576f11 15:44:46 Step 5/21 : RUN apk add --update --no-cache make git 15:44:46 Removing intermediate container f977c09aee54 15:44:46 ---> 3d8ff6440c97 15:44:46 Step 5/26 : RUN apk add --update --no-cache make bash git 15:44:46 ---> Running in f65e5bdd1f50 15:44:46 ---> Running in f391e05438e9 15:44:47 ---> Running in ba93b1f8850b 15:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:49 OK: 217 MiB in 51 packages 15:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:50 Waiting for container to be ready 15:44:50 To start your first instance, try: lxc launch ubuntu:18.04 15:44:50 15:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:50 Removing intermediate container efbb35aca371 15:44:50 ---> e3861fd386eb 15:44:50 Step 6/22 : COPY go.mod . 15:44:50 OK: 217 MiB in 51 packages 15:44:51 OK: 217 MiB in 51 packages 15:44:51 OK: 217 MiB in 51 packages 15:44:51 OK: 217 MiB in 51 packages 15:44:52 ---> 03cdcf42c930 15:44:52 Step 7/22 : RUN go mod download 15:44:52 ---> Running in 19948c9dbc72 15:44:53 Removing intermediate container f391e05438e9 15:44:53 ---> 81d8defbb008 15:44:53 Step 6/21 : COPY go.mod . 15:44:53 Removing intermediate container 4e5c9a0d597c 15:44:53 ---> 4f7b6927805f 15:44:53 Step 6/23 : COPY go.mod . 15:44:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:44:53 Waiting for network to be ready... 15:44:53 Removing intermediate container f65e5bdd1f50 15:44:53 ---> 760093f906fc 15:44:53 Step 6/22 : COPY go.mod . 15:44:53 Removing intermediate container ba93b1f8850b 15:44:53 ---> 811ee5bdeb95 15:44:53 Step 6/26 : COPY go.mod . 15:44:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:44:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 15:44:54 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:44:54 ---> 7f5ea6c00b53 15:44:54 Step 7/21 : RUN go mod download 15:44:54 ---> 9676b4b3b2e9 15:44:54 Step 7/23 : RUN go mod download 15:44:54 ---> Running in e420a28fafee 15:44:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 15:44:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:44:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:44:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 15:44:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 15:44:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 15:44:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 15:44:54 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:44:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:44:54 ---> Running in a1f1cd63e8ed 15:44:54 ---> 90ed18115b24 15:44:54 Step 7/22 : RUN go mod download 15:44:54 ---> 581948bdeb86 15:44:54 Step 7/26 : RUN go mod download 15:44:55 ---> Running in 40da949582cf 15:44:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:44:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:44:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:44:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:44:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:44:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:44:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:44:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 15:44:55 ---> Running in d44bec40a6c0 15:44:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 15:44:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 15:44:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 15:44:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 15:44:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 15:44:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 15:44:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 15:44:56 Removing intermediate container 19948c9dbc72 15:44:56 ---> d16223fc7c8e 15:44:56 Step 8/22 : COPY . . 15:44:58 Fetched 23.8 MB in 4s (5875 kB/s) 15:44:58 Removing intermediate container e420a28fafee 15:44:58 ---> e32fa7da9c39 15:44:58 Step 8/21 : COPY . . 15:44:58 Reading package lists... 15:44:59 Reading package lists... 15:44:59 Building dependency tree... 15:44:59 Reading state information... 15:44:59 The following additional packages will be installed: 15:44:59 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:44:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:44:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:44:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:44:59 Suggested packages: 15:44:59 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:44:59 Recommended packages: 15:44:59 gnupg libsasl2-modules 15:44:59 The following NEW packages will be installed: 15:44:59 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:44:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:44:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:44:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:44:59 The following packages will be upgraded: 15:44:59 gpg gpg-agent gpgconf libudev1 15:44:59 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 15:44:59 Need to get 3533 kB of archives. 15:44:59 After this operation, 13.3 MB of additional disk space will be used. 15:44:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 15:44:59 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 15:45:00 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 15:45:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 15:45:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 15:45:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 15:45:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 15:45:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 15:45:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 15:45:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 15:45:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:45:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:45:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:45:00 Removing intermediate container a1f1cd63e8ed 15:45:00 ---> 408713b786b5 15:45:00 Step 8/23 : COPY . . 15:45:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:45:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:45:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:45:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:45:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:45:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:45:00 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:45:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:45:00 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:45:00 debconf: delaying package configuration, since apt-utils is not installed 15:45:00 Removing intermediate container 40da949582cf 15:45:00 ---> e58850e495b8 15:45:00 Step 8/22 : COPY . . 15:45:00 Removing intermediate container d44bec40a6c0 15:45:00 ---> 8a1b0447f18a 15:45:00 Step 8/26 : COPY . . 15:45:00 Fetched 3533 kB in 1s (3078 kB/s) 15:45:00 (Reading database ... 12511 files and directories currently installed.) 15:45:00 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 15:45:00 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:45:00 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 15:45:01 Selecting previously unselected package udev. 15:45:01 (Reading database ... 12511 files and directories currently installed.) 15:45:01 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 15:45:01 Unpacking udev (237-3ubuntu10.44) ... 15:45:01 Selecting previously unselected package libfuse2:amd64. 15:45:01 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:45:01 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:45:01 Selecting previously unselected package fuse. 15:45:01 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:45:01 Unpacking fuse (2.9.7-1ubuntu1) ... 15:45:01 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 15:45:01 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:45:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 15:45:01 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:45:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 15:45:01 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:45:01 Selecting previously unselected package libksba8:amd64. 15:45:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:45:01 Unpacking libksba8:amd64 (1.3.5-2) ... 15:45:02 Selecting previously unselected package libroken18-heimdal:amd64. 15:45:02 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:02 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:02 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:45:02 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:02 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:02 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:45:02 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:02 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:02 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:45:02 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:02 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:02 Selecting previously unselected package libwind0-heimdal:amd64. 15:45:02 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:02 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:45:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:45:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:45:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:45:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:03 Selecting previously unselected package libsasl2-modules-db:amd64. 15:45:03 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:45:03 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:45:03 Selecting previously unselected package libsasl2-2:amd64. 15:45:03 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:45:03 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:45:03 Selecting previously unselected package libldap-common. 15:45:03 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 15:45:03 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 15:45:03 Selecting previously unselected package libldap-2.4-2:amd64. 15:45:03 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 15:45:03 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 15:45:03 Selecting previously unselected package dirmngr. 15:45:03 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 15:45:03 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 15:45:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 15:45:03 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 15:45:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:45:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:45:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:45:03 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 15:45:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:03 Setting up libksba8:amd64 (1.3.5-2) ... 15:45:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:45:04 Setting up udev (237-3ubuntu10.44) ... 15:45:04 invoke-rc.d: policy-rc.d denied execution of start. 15:45:04 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:04 Processing triggers for systemd (237-3ubuntu10) ... 15:45:04 Setting up fuse (2.9.7-1ubuntu1) ... 15:45:04 Setting up gpg (2.2.4-1ubuntu1.3) ... 15:45:04 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:04 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:04 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 15:45:04 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 15:45:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:45:05 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:45:05 settings in the [Install] section, and DefaultInstance for template units). 15:45:05 This means they are not meant to be enabled using systemctl. 15:45:05 Possible reasons for having this kind of units are: 15:45:05 1) A unit may be statically enabled by being symlinked from another unit's 15:45:05 .wants/ or .requires/ directory. 15:45:05 2) A unit's purpose may be to act as a helper for some other unit which has 15:45:05 a requirement dependency on it. 15:45:05 3) A unit may be started when needed via activation (socket, path, timer, 15:45:05 D-Bus, udev, scripted systemctl call, ...). 15:45:05 4) In case of template units, the unit is meant to be enabled with some 15:45:05 instance name specified. 15:45:05 Reading package lists... 15:45:05 Building dependency tree... 15:45:05 Reading state information... 15:45:05 The following additional packages will be installed: 15:45:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:45:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:45:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:45:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:45:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:45:05 Suggested packages: 15:45:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:45:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:45:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:45:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:45:05 systemd-container policykit-1 15:45:05 Recommended packages: 15:45:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:45:05 The following NEW packages will be installed: 15:45:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:45:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:45:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:45:05 multiarch-support openssh-client python3 python3-minimal python3.6 15:45:05 python3.6-minimal snapd squashfs-tools sudo 15:45:05 The following packages will be upgraded: 15:45:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:45:05 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 15:45:05 Need to get 35.2 MB of archives. 15:45:05 After this operation, 141 MB of additional disk space will be used. 15:45:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 15:45:06 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 15:45:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 15:45:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 15:45:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 15:45:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:45:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 15:45:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 15:45:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 15:45:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:45:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 15:45:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:45:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:45:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:45:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:45:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:45:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 15:45:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:45:07 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 15:45:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:45:07 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:45:07 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:45:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:45:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:45:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:45:07 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:45:07 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:45:07 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:45:07 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:45:07 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 15:45:09 debconf: delaying package configuration, since apt-utils is not installed 15:45:09 Fetched 35.2 MB in 3s (10.3 MB/s) 15:45:09 (Reading database ... 12757 files and directories currently installed.) 15:45:09 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 15:45:09 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:45:10 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 15:45:10 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:45:10 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 15:45:10 (Reading database ... 12757 files and directories currently installed.) 15:45:10 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 15:45:11 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 15:45:11 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 15:45:11 (Reading database ... 12757 files and directories currently installed.) 15:45:11 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 15:45:11 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 15:45:11 Setting up apt (1.6.12ubuntu0.2) ... 15:45:11 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:45:12 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:45:12 (Reading database ... 12764 files and directories currently installed.) 15:45:12 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:45:12 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:45:12 Selecting previously unselected package libpython3.6-minimal:amd64. 15:45:12 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:45:12 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:45:12 Selecting previously unselected package libexpat1:amd64. 15:45:12 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:45:12 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:45:12 Selecting previously unselected package python3.6-minimal. 15:45:12 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:45:12 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:45:12 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 15:45:13 Checking for services that may need to be restarted...done. 15:45:13 Checking for services that may need to be restarted...done. 15:45:13 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:45:13 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:45:13 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:45:13 Selecting previously unselected package python3-minimal. 15:45:13 (Reading database ... 13012 files and directories currently installed.) 15:45:13 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:45:13 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:45:13 Selecting previously unselected package mime-support. 15:45:13 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:45:13 Unpacking mime-support (3.60ubuntu1) ... 15:45:13 Selecting previously unselected package libmpdec2:amd64. 15:45:13 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:45:13 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:45:14 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:45:14 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:45:14 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:45:14 Selecting previously unselected package python3.6. 15:45:14 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:45:14 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:45:14 Selecting previously unselected package libpython3-stdlib:amd64. 15:45:14 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:45:14 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:45:14 Setting up python3-minimal (3.6.7-1~18.04) ... 15:45:14 Selecting previously unselected package python3. 15:45:14 (Reading database ... 13442 files and directories currently installed.) 15:45:14 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:45:14 Unpacking python3 (3.6.7-1~18.04) ... 15:45:14 Selecting previously unselected package multiarch-support. 15:45:14 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:45:14 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:45:14 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:45:14 Selecting previously unselected package liblzo2-2:amd64. 15:45:14 (Reading database ... 13479 files and directories currently installed.) 15:45:14 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:45:14 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:45:15 Selecting previously unselected package libbsd0:amd64. 15:45:15 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:45:15 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:45:15 Selecting previously unselected package sudo. 15:45:15 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 15:45:15 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 15:45:15 Selecting previously unselected package apparmor. 15:45:15 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:45:15 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:45:15 Selecting previously unselected package libedit2:amd64. 15:45:15 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:45:15 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:45:16 Selecting previously unselected package libkrb5support0:amd64. 15:45:16 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:45:16 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:45:16 Selecting previously unselected package libk5crypto3:amd64. 15:45:16 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:45:16 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:45:16 Selecting previously unselected package libkeyutils1:amd64. 15:45:16 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:45:16 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:45:16 Selecting previously unselected package libkrb5-3:amd64. 15:45:16 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:45:16 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:45:16 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:45:16 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:45:16 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:45:16 Selecting previously unselected package libssl1.0.0:amd64. 15:45:16 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 15:45:16 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:45:16 Selecting previously unselected package openssh-client. 15:45:16 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:45:16 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:45:17 Selecting previously unselected package squashfs-tools. 15:45:17 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:45:17 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:45:17 Selecting previously unselected package snapd. 15:45:17 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 15:45:17 Unpacking snapd (2.48+18.04) ... 15:45:18 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:45:18 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:45:19 Setting up mime-support (3.60ubuntu1) ... 15:45:19 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 15:45:19 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:45:19 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:45:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:45:19 Setting up systemd (237-3ubuntu10.44) ... 15:45:19 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:45:20 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:45:20 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:45:20 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:45:20 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:45:20 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:45:20 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:45:21 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:45:21 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:45:21 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:45:21 Setting up python3 (3.6.7-1~18.04) ... 15:45:21 running python rtupdate hooks for python3.6... 15:45:21 running python post-rtupdate hooks for python3.6... 15:45:21 Setting up apparmor (2.12-4ubuntu5.1) ... 15:45:22 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:45:22 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:45:22 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:45:23 Setting up snapd (2.48+18.04) ... 15:45:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:45:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:45:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:45:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:45:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:45:24 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:45:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:45:24 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:45:24 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:45:25 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:45:25 /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' 15:45:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:45:25 Processing triggers for systemd (237-3ubuntu10.44) ... 15:45:26 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 15:45:26 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:45:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:45:27 ---> f144ed0aa244 15:45:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:45:27 ---> 6246db86c3fc 15:45:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:45:27 ---> Running in b743a3dbf06b 15:45:27 ---> Running in b7119ace6f98 15:45:27 ---> 554d94855a8a 15:45:27 ---> 26267041aa5b 15:45:27 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:45:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:45:27 ---> 1cb73f047f25 15:45:27 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:45:27 ---> Running in f1f5d46f924e 15:45:27 ---> Running in aae8387e35f7 15:45:27 ---> Running in 639d2e219701 15:45:27 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 15:45:27 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 15:45:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:45:27 Reading package lists... 15:45:27 Reading package lists... 15:45:27 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 15:45:27 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 15:45:28 Building dependency tree... 15:45:28 Reading state information... 15:45:28 Calculating upgrade... 15:45:28 The following packages will be upgraded: 15:45:28 advancecomp base-files bash binutils binutils-common 15:45:28 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:45:28 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:45:28 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 15:45:28 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 15:45:28 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 15:45:28 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 15:45:28 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 15:45:28 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 15:45:28 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 15:45:28 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 15:45:28 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 15:45:28 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 15:45:28 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 15:45:28 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 15:45:28 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:45:28 Need to get 63.8 MB of archives. 15:45:28 After this operation, 5205 kB of additional disk space will be used. 15:45:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 15:45:28 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:45:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:45:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:45:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:45:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:45:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:45:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:45:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:45:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:45:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:45:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:45:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:45:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:45:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:45:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:45:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:45:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:45:28 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:45:28 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:45:28 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:45:28 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:45:28 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:45:28 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:45:28 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:45:28 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:45:28 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:45:28 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:45:28 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:45:28 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:45:28 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:45:28 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:45:28 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:45:28 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:45:28 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:45:28 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 15:45:28 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 15:45:28 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:45:28 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:45:28 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:45:28 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 15:45:28 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 15:45:28 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:45:28 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:45:28 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:45:28 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 15:45:28 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:45:28 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:45:28 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:45:29 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:45:29 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:45:29 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:45:29 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:45:29 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:45:29 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:45:29 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:45:29 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:45:29 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:45:29 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:45:29 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:45:29 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:45:29 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:45:29 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:45:29 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:45:29 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:45:29 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:45:29 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:45:29 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:45:29 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:45:29 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:45:29 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:45:29 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:45:29 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:45:29 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:45:29 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:45:29 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:45:29 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:45:29 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:45:29 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:45:29 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 15:45:29 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 15:45:29 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:45:29 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 15:45:29 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:45:29 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 15:45:30 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 15:45:30 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:45:30 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:45:30 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:45:30 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 15:45:30 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:45:30 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:45:30 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 15:45:30 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:45:30 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:45:30 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:45:30 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:45:30 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:45:30 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:45:30 debconf: delaying package configuration, since apt-utils is not installed 15:45:30 Fetched 63.8 MB in 2s (30.6 MB/s) 15:45:30 (Reading database ... 13912 files and directories currently installed.) 15:45:30 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:45:30 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:45:31 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:45:31 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:45:31 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 15:45:31 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 15:45:32 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:45:32 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:45:32 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:45:32 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:45:32 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:45:32 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:45:32 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:45:32 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:45:32 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:45:32 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:45:32 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:45:32 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:45:33 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:45:33 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:45:33 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:45:33 (Reading database ... 13911 files and directories currently installed.) 15:45:33 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:45:33 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:45:33 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:45:33 (Reading database ... 13911 files and directories currently installed.) 15:45:33 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:45:33 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:45:33 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:45:33 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:45:34 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:45:34 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:45:34 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:45:34 (Reading database ... 13911 files and directories currently installed.) 15:45:34 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:45:34 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:45:35 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:45:35 (Reading database ... 13911 files and directories currently installed.) 15:45:35 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:45:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:45:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:45:35 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:45:35 Setting up base-files (10.1ubuntu2.10) ... 15:45:35 Installing new version of config file /etc/issue ... 15:45:35 Installing new version of config file /etc/issue.net ... 15:45:35 Installing new version of config file /etc/lsb-release ... 15:45:35 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:45:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:45:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:45:35 Removing obsolete conffile /etc/default/motd-news ... 15:45:36 (Reading database ... 13912 files and directories currently installed.) 15:45:36 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:45:36 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:45:36 Setting up bash (4.4.18-2ubuntu1.2) ... 15:45:36 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 15:45:36 (Reading database ... 13912 files and directories currently installed.) 15:45:36 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:45:36 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:45:36 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:45:36 (Reading database ... 13912 files and directories currently installed.) 15:45:36 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:45:36 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:45:36 Setting up tar (1.29b-2ubuntu0.2) ... 15:45:37 (Reading database ... 13912 files and directories currently installed.) 15:45:37 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:45:37 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:45:37 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:45:37 (Reading database ... 13912 files and directories currently installed.) 15:45:37 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:45:37 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:45:37 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:45:37 (Reading database ... 13912 files and directories currently installed.) 15:45:37 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:45:37 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:45:37 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:45:37 (Reading database ... 13912 files and directories currently installed.) 15:45:37 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:45:37 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:45:37 Setting up grep (3.1-2build1) ... 15:45:38 (Reading database ... 13912 files and directories currently installed.) 15:45:38 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:45:38 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:45:38 Setting up login (1:4.5-1ubuntu2) ... 15:45:38 (Reading database ... 13912 files and directories currently installed.) 15:45:38 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:45:38 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:45:38 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:45:38 (Reading database ... 13912 files and directories currently installed.) 15:45:38 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:45:38 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:45:39 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:45:39 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:45:39 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:45:39 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:45:39 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:45:39 (Reading database ... 13912 files and directories currently installed.) 15:45:39 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:45:40 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:45:41 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:45:41 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:45:41 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:45:41 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:45:41 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:45:41 (Reading database ... 13912 files and directories currently installed.) 15:45:41 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:45:41 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:45:41 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:45:41 (Reading database ... 13912 files and directories currently installed.) 15:45:41 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:45:41 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:45:41 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:45:41 (Reading database ... 13912 files and directories currently installed.) 15:45:41 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:45:41 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:45:42 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:45:42 (Reading database ... 13912 files and directories currently installed.) 15:45:42 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:45:42 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:45:42 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:45:42 (Reading database ... 13912 files and directories currently installed.) 15:45:42 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:45:42 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:45:42 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:45:42 (Reading database ... 13912 files and directories currently installed.) 15:45:42 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:45:42 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:45:42 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:45:42 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:45:42 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:45:42 (Reading database ... 13912 files and directories currently installed.) 15:45:42 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:45:42 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:45:43 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:45:43 (Reading database ... 13912 files and directories currently installed.) 15:45:43 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:45:43 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:45:43 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:45:43 (Reading database ... 13912 files and directories currently installed.) 15:45:43 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:45:43 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:45:43 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:45:43 (Reading database ... 13912 files and directories currently installed.) 15:45:43 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:45:43 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:45:44 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:45:44 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:45:44 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:45:44 (Reading database ... 13912 files and directories currently installed.) 15:45:44 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:45:44 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:45:45 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:45:45 (Reading database ... 13912 files and directories currently installed.) 15:45:45 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:45:45 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:45:45 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:45:45 (Reading database ... 13914 files and directories currently installed.) 15:45:45 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:45:45 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:45:45 Setting up debconf (1.5.66ubuntu1) ... 15:45:45 (Reading database ... 13914 files and directories currently installed.) 15:45:45 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 15:45:45 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:45:46 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 15:45:46 (Reading database ... 13914 files and directories currently installed.) 15:45:46 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 15:45:46 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:45:46 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 15:45:46 (Reading database ... 13914 files and directories currently installed.) 15:45:46 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:45:46 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:45:46 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:45:46 (Reading database ... 13914 files and directories currently installed.) 15:45:46 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:45:46 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:45:46 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:45:46 (Reading database ... 13914 files and directories currently installed.) 15:45:46 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:45:47 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:45:47 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:45:47 (Reading database ... 13914 files and directories currently installed.) 15:45:47 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:45:47 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:45:47 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 15:45:47 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:45:47 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:45:47 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:45:47 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:45:48 (Reading database ... 13914 files and directories currently installed.) 15:45:48 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:45:48 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:45:48 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:45:48 (Reading database ... 13914 files and directories currently installed.) 15:45:48 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:45:48 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:45:48 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:45:48 (Reading database ... 13914 files and directories currently installed.) 15:45:48 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:45:48 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:45:49 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:45:49 (Reading database ... 13914 files and directories currently installed.) 15:45:49 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 15:45:49 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 15:45:49 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 15:45:49 (Reading database ... 13914 files and directories currently installed.) 15:45:49 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:45:49 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:45:49 Setting up passwd (1:4.5-1ubuntu2) ... 15:45:49 (Reading database ... 13914 files and directories currently installed.) 15:45:49 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 15:45:49 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:45:50 Setting up gpgv (2.2.4-1ubuntu1.3) ... 15:45:50 (Reading database ... 13914 files and directories currently installed.) 15:45:50 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:45:50 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:45:50 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:45:50 (Reading database ... 13914 files and directories currently installed.) 15:45:50 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:45:50 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:45:50 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:45:50 (Reading database ... 13914 files and directories currently installed.) 15:45:50 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:45:50 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:45:50 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:45:50 (Reading database ... 13914 files and directories currently installed.) 15:45:50 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:45:50 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:45:51 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:45:51 (Reading database ... 13914 files and directories currently installed.) 15:45:51 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:45:51 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:45:51 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 15:45:51 (Reading database ... 13914 files and directories currently installed.) 15:45:51 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 15:45:51 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 15:45:51 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 15:45:51 (Reading database ... 13915 files and directories currently installed.) 15:45:51 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:45:51 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:45:52 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:45:52 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:45:52 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:45:52 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:45:52 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 15:45:52 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 15:45:53 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:45:53 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:45:53 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:45:53 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:45:53 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:45:53 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:45:53 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:45:53 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:45:53 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:45:53 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:45:53 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:45:53 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:45:53 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:45:53 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:45:54 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 15:45:54 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 15:45:55 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:45:55 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:45:55 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:45:55 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:45:55 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:45:55 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:45:55 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:45:55 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:45:55 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:45:55 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:45:55 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:45:55 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:45:56 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:45:56 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:45:56 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:45:56 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:45:56 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:45:56 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:45:56 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:45:56 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:45:57 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:45:57 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:45:58 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:45:58 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:45:59 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:45:59 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:45:59 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:45:59 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:46:00 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:46:00 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:46:00 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:46:00 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:46:00 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:46:00 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:46:00 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:46:00 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:46:00 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:46:01 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:46:01 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:46:01 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:46:01 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:46:01 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:46:01 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:46:01 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:46:01 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:01 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:46:01 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:01 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:01 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:01 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:46:01 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:46:01 Setting up tzdata (2020f-0ubuntu0.18.04) ... 15:46:01 15:46:01 Current default time zone: 'Etc/UTC' 15:46:01 Local time is now: Wed Jan 27 15:46:01 UTC 2021. 15:46:01 Universal Time is now: Wed Jan 27 15:46:01 UTC 2021. 15:46:01 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:46:01 15:46:01 Setting up systemd-sysv (237-3ubuntu10.44) ... 15:46:01 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:02 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 15:46:02 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:46:02 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:46:02 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:46:02 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:46:02 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:46:02 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:46:02 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:46:02 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:02 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:46:02 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:46:02 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:46:02 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:02 Setting up patch (2.7.6-2ubuntu1.1) ... 15:46:02 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:46:02 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:46:02 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 15:46:02 Installing new version of config file /etc/ssl/openssl.cnf ... 15:46:02 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:46:02 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:46:02 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 15:46:04 Updating certificates in /etc/ssl/certs... 15:46:05 22 added, 17 removed; done. 15:46:06 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:46:06 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:06 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:46:06 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:46:06 Setting up pkgbinarymangler (138.18.04.1) ... 15:46:06 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:46:06 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:46:06 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:46:06 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:46:06 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:46:06 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:46:06 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:46:06 Setting up perl (5.26.1-6ubuntu0.5) ... 15:46:06 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:46:06 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:46:06 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:46:06 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:46:06 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:46:06 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:46:06 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:46:06 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:46:06 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:46:06 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:46:06 Processing triggers for systemd (237-3ubuntu10.44) ... 15:46:06 Processing triggers for mime-support (3.60ubuntu1) ... 15:46:06 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 15:46:06 Updating certificates in /etc/ssl/certs... 15:46:07 0 added, 0 removed; done. 15:46:07 Running hooks in /etc/ca-certificates/update.d... 15:46:07 done. 15:46:08 Reading package lists... 15:46:08 Building dependency tree... 15:46:08 Reading state information... 15:46:08 The following NEW packages will be installed: 15:46:08 apt-transport-https 15:46:08 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:46:08 Need to get 1696 B of archives. 15:46:08 After this operation, 153 kB of additional disk space will be used. 15:46:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 15:46:08 debconf: delaying package configuration, since apt-utils is not installed 15:46:08 Fetched 1696 B in 0s (6333 B/s) 15:46:08 Selecting previously unselected package apt-transport-https. 15:46:08 (Reading database ... 13929 files and directories currently installed.) 15:46:08 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 15:46:08 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 15:46:09 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 15:46:09 Waiting for network to be ready... 15:46:16 2021-01-27T15:46:12Z INFO Waiting for automatic snapd restart... 15:46:16 snapd 2.48.2 from Canonical* installed 15:46:16 "snapd" switched to the "latest/stable" channel 15:46:16 15:46:18 core18 20201210 from Canonical* installed 15:46:19 "core18" switched to the "latest/stable" channel 15:46:19 15:46:22 snapcraft 4.4.4 from Canonical* installed 15:46:22 "snapcraft" switched to the "latest/stable" channel 15:46:22 15:46:26 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: 15:46:26 - README.md 15:46:26 - snapcraft.yaml.orig 15:46:26 15:46:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:46:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:46:33 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:46:33 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:46:33 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:46:34 Reading package lists... 15:46:34 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 15:46:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:46:41 Reading package lists... 15:46:41 Building dependency tree... 15:46:41 Reading state information... 15:46:41 Suggested packages: 15:46:41 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:46:41 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:46:41 Recommended packages: 15:46:41 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:46:41 The following NEW packages will be installed: 15:46:41 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:46:41 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:46:41 pkg-config zip 15:46:41 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:46:41 Need to get 7655 kB of archives. 15:46:41 After this operation, 43.7 MB of additional disk space will be used. 15:46:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 15:46:41 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:46:41 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:46:41 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:46:41 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:46:41 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:46:41 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:46:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:46:41 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:46:41 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:46:41 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 15:46:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:46:41 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:46:41 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:46:41 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:46:42 debconf: delaying package configuration, since apt-utils is not installed 15:46:42 Fetched 7655 kB in 1s (7104 kB/s) 15:46:42 Selecting previously unselected package libglib2.0-0:amd64. 15:46:42 (Reading database ... 13933 files and directories currently installed.) 15:46:42 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 15:46:42 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:46:42 Selecting previously unselected package libpsl5:amd64. 15:46:42 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:46:42 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:46:42 Selecting previously unselected package libnghttp2-14:amd64. 15:46:42 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:46:42 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:46:42 Selecting previously unselected package librtmp1:amd64. 15:46:42 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:46:42 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:46:42 Selecting previously unselected package libcurl3-gnutls:amd64. 15:46:42 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 15:46:42 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:46:42 Selecting previously unselected package liberror-perl. 15:46:42 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:46:42 Unpacking liberror-perl (0.17025-1) ... 15:46:42 Selecting previously unselected package git-man. 15:46:42 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:46:42 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:46:42 Selecting previously unselected package git. 15:46:42 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:46:42 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:46:43 Selecting previously unselected package libnorm1:amd64. 15:46:43 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:46:43 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:46:43 Selecting previously unselected package libpgm-5.2-0:amd64. 15:46:43 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:46:43 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:46:43 Selecting previously unselected package libsodium23:amd64. 15:46:43 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:46:43 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:46:44 Selecting previously unselected package libzmq5:amd64. 15:46:44 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:46:44 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:46:44 Selecting previously unselected package libzmq3-dev:amd64. 15:46:44 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:46:44 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:46:44 Selecting previously unselected package pkg-config. 15:46:44 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:46:44 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:46:44 Selecting previously unselected package zip. 15:46:44 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:46:44 Unpacking zip (3.0-11build1) ... 15:46:44 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:46:44 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:46:44 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:46:44 Setting up liberror-perl (0.17025-1) ... 15:46:44 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:46:44 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:46:44 No schema files found: doing nothing. 15:46:44 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:46:44 Setting up zip (3.0-11build1) ... 15:46:44 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:46:44 Setting up libsodium23:amd64 (1.0.16-2) ... 15:46:44 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:46:45 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:46:45 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:46:45 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:46:45 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:46:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:46:49 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 15:46:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:46:52 git set to automatically installed. 15:46:52 git-man set to automatically installed. 15:46:52 libcurl3-gnutls set to automatically installed. 15:46:52 liberror-perl set to automatically installed. 15:46:52 libglib2.0-0 set to automatically installed. 15:46:52 libnghttp2-14 set to automatically installed. 15:46:52 libnorm1 set to automatically installed. 15:46:52 libpgm-5.2-0 set to automatically installed. 15:46:52 libpsl5 set to automatically installed. 15:46:52 librtmp1 set to automatically installed. 15:46:52 libsodium23 set to automatically installed. 15:46:52 libzmq3-dev set to automatically installed. 15:46:52 libzmq5 set to automatically installed. 15:46:52 pkg-config set to automatically installed. 15:46:52 zip set to automatically installed. 15:46:54 snapd is not logged in, snap install commands will use sudo 15:47:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:47:01 snap "core18" has no updates available 15:47:02 Pulling config-common 15:47:03 Pulling go-build-helper 15:47:08 Removing intermediate container b743a3dbf06b 15:47:08 ---> 3e481fb27b1e 15:47:08 15:47:08 Step 10/21 : FROM alpine:3.12 15:47:08 3.12: Pulling from library/alpine 15:47:08 Removing intermediate container f1f5d46f924e 15:47:08 ---> b5185abfba4a 15:47:08 15:47:08 Step 10/22 : FROM alpine:3.12 15:47:08 Removing intermediate container b7119ace6f98 15:47:08 ---> a7697c5b4261 15:47:08 15:47:08 Step 10/22 : FROM alpine:3.12 15:47:08 3.12: Pulling from library/alpine 15:47:08 Removing intermediate container aae8387e35f7 15:47:08 ---> ffa98c7422cf 15:47:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:47:08 3.12: Pulling from library/alpine 15:47:08 ---> Running in 33e11df03cab 15:47:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:47:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:47:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:47:08 Status: Downloaded newer image for alpine:3.12 15:47:08 Status: Image is up to date for alpine:3.12 15:47:08 ---> afeebe901d6b 15:47:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:47:08 Status: Image is up to date for alpine:3.12 15:47:08 ---> afeebe901d6b 15:47:08 Step 11/21 : RUN apk add --update --no-cache curl 15:47:08 ---> afeebe901d6b 15:47:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:47:08 ---> Running in 1f36b9eee1c0 15:47:08 ---> Running in fdeb6406bf91 15:47:08 ---> Running in 9dbb01970d3e 15:47:08 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 15:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:10 (1/1) Installing dumb-init (1.2.2-r1) 15:47:10 Executing busybox-1.31.1-r19.trigger 15:47:10 OK: 5 MiB in 15 packages 15:47:10 (1/4) Installing ca-certificates (20191127-r4) 15:47:10 (1/2) Installing ca-certificates (20191127-r4) 15:47:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:47:10 (2/2) Installing dumb-init (1.2.2-r1) 15:47:10 (3/4) Installing libcurl (7.69.1-r3) 15:47:10 Executing busybox-1.31.1-r19.trigger 15:47:10 (4/4) Installing curl (7.69.1-r3) 15:47:10 Executing busybox-1.31.1-r19.trigger 15:47:10 Executing ca-certificates-20191127-r4.trigger 15:47:10 Executing ca-certificates-20191127-r4.trigger 15:47:11 OK: 6 MiB in 16 packages 15:47:11 OK: 7 MiB in 18 packages 15:47:13 Removing intermediate container fdeb6406bf91 15:47:13 ---> 70d98b93bb47 15:47:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:47:13 ---> Running in 5178a5f68ab5 15:47:13 Removing intermediate container 33e11df03cab 15:47:13 ---> 6e478b4e99c5 15:47:13 15:47:13 Step 11/26 : FROM docker:20.10.0 15:47:13 20.10.0: Pulling from library/docker 15:47:14 Removing intermediate container 639d2e219701 15:47:14 ---> 056f98e11db0 15:47:14 15:47:14 Step 10/23 : FROM alpine:3.12 15:47:14 ---> afeebe901d6b 15:47:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:47:14 ---> Using cache 15:47:14 ---> 70d98b93bb47 15:47:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:47:14 ---> Using cache 15:47:14 ---> 781617ad5299 15:47:14 Step 13/23 : ENV APP_PORT=48081 15:47:14 Removing intermediate container 5178a5f68ab5 15:47:14 ---> 781617ad5299 15:47:14 Step 13/22 : ENV APP_PORT=48085 15:47:14 ---> Running in f29e851e1aef 15:47:14 Removing intermediate container 9dbb01970d3e 15:47:14 ---> 9b51f393372e 15:47:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:47:14 ---> Running in 48194efd8dc7 15:47:15 Removing intermediate container 1f36b9eee1c0 15:47:15 ---> 0920a1fb0e78 15:47:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:47:15 ---> Running in bfad6393b8be 15:47:15 ---> Running in 0da2a8e4a8da 15:47:15 Removing intermediate container f29e851e1aef 15:47:15 ---> adbc8491b7de 15:47:15 Step 14/23 : EXPOSE $APP_PORT 15:47:16 ---> Running in 6b3e6bd54099 15:47:16 Removing intermediate container 48194efd8dc7 15:47:16 ---> 1843a56a8902 15:47:16 Step 14/22 : EXPOSE $APP_PORT 15:47:16 Removing intermediate container bfad6393b8be 15:47:16 ---> 7ad45cceab4e 15:47:16 Step 13/22 : ENV APP_PORT=48060 15:47:16 ---> Running in c0cd39482e93 15:47:16 Removing intermediate container 0da2a8e4a8da 15:47:16 ---> 9dffeddd0089 15:47:16 Step 13/21 : WORKDIR /edgex 15:47:16 ---> Running in 11a019ecefed 15:47:16 Removing intermediate container 6b3e6bd54099 15:47:16 ---> a95d29fad8f4 15:47:16 Step 15/23 : WORKDIR / 15:47:17 ---> Running in 6021f9bbbbdc 15:47:17 ---> Running in c22d0261c7cd 15:47:17 Removing intermediate container c0cd39482e93 15:47:17 ---> 4e2994f1ccaf 15:47:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:47:18 Removing intermediate container 11a019ecefed 15:47:18 ---> ecee982f7081 15:47:18 Step 14/22 : EXPOSE $APP_PORT 15:47:18 Removing intermediate container 6021f9bbbbdc 15:47:18 ---> 416481af9859 15:47:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:47:18 ---> Running in 59860f74ce80 15:47:18 Removing intermediate container c22d0261c7cd 15:47:18 ---> aa1dc79e42a4 15:47:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:47:19 Removing intermediate container 59860f74ce80 15:47:19 ---> 643501d04b7c 15:47:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:47:19 ---> bc2acee72def 15:47:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:47:19 ---> 78531c08bef5 15:47:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:47:20 ---> d8babc248a9e 15:47:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:47:20 ---> 9f472b993824 15:47:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:47:22 ---> d9da5fe2be58 15:47:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:47:23 ---> 66f661bcd5ef 15:47:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:47:23 ---> c06eed702ef5 15:47:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:47:23 ---> 37f816d763e2 15:47:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:47:23 ---> e9ee865a48ee 15:47:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:47:24 ---> 9486549673d5 15:47:24 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:47:24 ---> Running in 7f87061523b4 15:47:24 ---> Running in e98941e6966b 15:47:24 ---> 61a4a9b988d7 15:47:24 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:47:25 ---> c0a52ee8700a 15:47:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:47:25 Removing intermediate container 7f87061523b4 15:47:25 ---> 625ed0cddd1f 15:47:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:47:25 ---> Running in ccc706b84c83 15:47:25 ---> Running in f4998a32e114 15:47:25 ---> Running in 6a2616f92a27 15:47:25 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:47:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:47:25 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:47:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 15:47:25 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:47:25 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:47:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:47:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:47:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:47:25 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:47:25 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:47:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 15:47:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:47:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:47:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 15:47:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 15:47:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 15:47:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 15:47:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:47:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 15:47:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 15:47:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 15:47:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 15:47:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 15:47:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 15:47:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 15:47:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 15:47:25 Fetched 23.8 MB in 0s (0 B/s) 15:47:25 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:47:25 Fetched 96.5 kB in 0s (0 B/s) 15:47:25 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:47:25 Fetched 279 kB in 0s (0 B/s) 15:47:25 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:47:25 Fetched 122 kB in 0s (0 B/s) 15:47:25 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:47:25 Fetched 77.8 kB in 0s (0 B/s) 15:47:25 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:47:25 Fetched 8848 B in 0s (0 B/s) 15:47:25 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:47:25 Fetched 47.8 kB in 0s (0 B/s) 15:47:25 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:47:25 Fetched 45.6 kB in 0s (0 B/s) 15:47:25 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:47:25 Fetched 15.0 kB in 0s (0 B/s) 15:47:25 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 15:47:25 Fetched 214 kB in 0s (0 B/s) 15:47:25 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 15:47:25 Fetched 155 kB in 0s (0 B/s) 15:47:25 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:47:25 Fetched 50.6 kB in 0s (0 B/s) 15:47:25 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:47:25 Fetched 14.8 kB in 0s (0 B/s) 15:47:25 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:47:25 Fetched 41.8 kB in 0s (0 B/s) 15:47:25 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:47:25 Fetched 499 kB in 0s (0 B/s) 15:47:25 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:47:25 Fetched 111 kB in 0s (0 B/s) 15:47:25 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:47:25 Fetched 240 kB in 0s (0 B/s) 15:47:25 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:47:25 Fetched 29.3 kB in 0s (0 B/s) 15:47:25 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:47:25 Fetched 85.5 kB in 0s (0 B/s) 15:47:25 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:47:25 Fetched 24.5 kB in 0s (0 B/s) 15:47:25 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:47:25 Fetched 49.2 kB in 0s (0 B/s) 15:47:25 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:47:25 Fetched 54.2 kB in 0s (0 B/s) 15:47:25 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:47:25 Fetched 30.8 kB in 0s (0 B/s) 15:47:25 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 15:47:25 Fetched 17.0 kB in 0s (0 B/s) 15:47:25 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:47:25 Fetched 85.9 kB in 0s (0 B/s) 15:47:25 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:47:25 Fetched 8720 B in 0s (0 B/s) 15:47:25 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:47:25 Fetched 137 kB in 0s (0 B/s) 15:47:25 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:47:25 Fetched 119 kB in 0s (0 B/s) 15:47:25 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:47:25 Fetched 109 kB in 0s (0 B/s) 15:47:25 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:47:25 Fetched 11.1 kB in 0s (0 B/s) 15:47:25 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:47:25 Fetched 645 kB in 0s (0 B/s) 15:47:25 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:47:25 Fetched 41.3 kB in 0s (0 B/s) 15:47:25 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:47:25 Fetched 17.9 kB in 0s (0 B/s) 15:47:25 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:47:25 Fetched 368 kB in 0s (0 B/s) 15:47:25 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:47:25 Fetched 187 kB in 0s (0 B/s) 15:47:25 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:47:25 Fetched 175 kB in 0s (0 B/s) 15:47:25 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:47:25 Removing intermediate container e98941e6966b 15:47:25 ---> f9deb4e57be7 15:47:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:47:26 Removing intermediate container ccc706b84c83 15:47:26 ---> c6bb8cb85d5f 15:47:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:47:26 ---> Running in 91ffc87e74d5 15:47:26 Removing intermediate container 6a2616f92a27 15:47:26 ---> bc7086d39f4e 15:47:26 Step 20/22 : LABEL arch=arm64 15:47:26 Removing intermediate container f4998a32e114 15:47:26 ---> 097f9c846045 15:47:26 Step 18/21 : CMD ["--init=true"] 15:47:26 ---> Running in c6328a48c499 15:47:26 ---> Running in 9d7190f60f7c 15:47:26 ---> Running in 3a2df0f52b14 15:47:27 Removing intermediate container 91ffc87e74d5 15:47:27 ---> aef7a3c5776e 15:47:27 Step 21/23 : LABEL arch=arm64 15:47:27 ---> Running in c049384aecec 15:47:27 Removing intermediate container c6328a48c499 15:47:27 ---> 2495c6872742 15:47:27 Step 20/22 : LABEL arch=arm64 15:47:27 ---> Running in 552573e80670 15:47:27 Removing intermediate container 9d7190f60f7c 15:47:27 ---> 8261f3c802c4 15:47:27 Step 21/22 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:47:27 Removing intermediate container 3a2df0f52b14 15:47:27 ---> e2cbeb3c4f53 15:47:27 Step 19/21 : LABEL arch=arm64 15:47:28 ---> Running in 14163f90b9ee 15:47:28 ---> Running in f030c21263a3 15:47:28 Fetched 206 kB in 0s (0 B/s) 15:47:28 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 15:47:28 Fetched 1301 kB in 0s (0 B/s) 15:47:28 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:47:28 Fetched 36.2 kB in 0s (0 B/s) 15:47:28 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 15:47:28 Fetched 159 kB in 0s (0 B/s) 15:47:28 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:47:28 Fetched 107 kB in 0s (0 B/s) 15:47:28 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:47:28 Fetched 48.7 kB in 0s (0 B/s) 15:47:28 Pulling static-packages 15:47:28 Removing intermediate container c049384aecec 15:47:28 ---> 07760812da5a 15:47:28 Step 22/23 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:47:28 Removing intermediate container 552573e80670 15:47:28 ---> 263ab6f3ccbc 15:47:28 Step 21/22 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:47:28 ---> Running in b3f9baa9a8d5 15:47:28 ---> Running in 39586c892e29 15:47:28 Removing intermediate container 14163f90b9ee 15:47:28 ---> 663ca1de029e 15:47:28 Step 22/22 : LABEL version=0.0.0 15:47:28 Removing intermediate container f030c21263a3 15:47:28 ---> c45c7af372d2 15:47:28 Step 20/21 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:47:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:47:28 Status: Downloaded newer image for docker:20.10.0 15:47:28 ---> eeaf43b92773 15:47:28 Step 12/26 : RUN apk add --no-cache bash 15:47:29 ---> Running in 4ce0d56517a3 15:47:29 ---> Running in 274f598090e4 15:47:29 Removing intermediate container b3f9baa9a8d5 15:47:29 ---> a8701ad8f868 15:47:29 Step 23/23 : LABEL version=0.0.0 15:47:29 ---> Running in 15ca7e6512cc 15:47:29 'go115' has dependencies that need to be staged: static-packages go-build-helper 15:47:29 Skipping pull go-build-helper (already ran) 15:47:29 Skipping pull static-packages (already ran) 15:47:29 Building go-build-helper 15:47:29 Removing intermediate container 39586c892e29 15:47:29 ---> 488ef2755057 15:47:29 Step 22/22 : LABEL version=0.0.0 15:47:29 ---> Running in c204e4ff401d 15:47:29 ---> Running in 46f03b38796b 15:47:29 Removing intermediate container 4ce0d56517a3 15:47:29 ---> acaf46a72ec4 15:47:29 Step 21/21 : LABEL version=0.0.0 15:47:29 Removing intermediate container 274f598090e4 15:47:29 ---> 286c3bc08bdc 15:47:29 15:47:30 ---> Running in dff697138ee1 15:47:30 Removing intermediate container c204e4ff401d 15:47:30 ---> ab7ae23249a5 15:47:30 15:47:30 Removing intermediate container 46f03b38796b 15:47:30 ---> 2dddc442de32 15:47:30 15:47:30 Successfully built 286c3bc08bdc 15:47:30 Successfully tagged docker-support-scheduler-go-arm64:latest 15:47:30  Building docker-support-scheduler-go ... done Building docker-core-command-go 15:47:30 Successfully built ab7ae23249a5 15:47:30 Successfully tagged docker-core-metadata-go-arm64:latest 15:47:30  Building docker-core-metadata-go ... done Removing intermediate container dff697138ee1 15:47:30 ---> 170ff1b46a2c 15:47:30 15:47:30 Building docker-core-data-go 15:47:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:30 Successfully built 2dddc442de32 15:47:31 Successfully tagged docker-support-notifications-go-arm64:latest 15:47:31  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 15:47:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:31 Successfully built 170ff1b46a2c 15:47:31 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:47:31  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 15:47:31 (1/2) Installing readline (8.0.4-r0) 15:47:31 (2/2) Installing bash (5.0.17-r0) 15:47:31 Executing bash-5.0.17-r0.post-install 15:47:31 Executing busybox-1.31.1-r19.trigger 15:47:31 OK: 12 MiB in 22 packages 15:47:33 Removing intermediate container 15ca7e6512cc 15:47:33 ---> 6437f7782725 15:47:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:47:33 ---> Running in 4ed03a7d24d6 15:47:33 Building static-packages 15:47:33 Removing intermediate container 4ed03a7d24d6 15:47:33 ---> 06a892685ef6 15:47:33 Step 14/26 : ENV APP_PORT=48090 15:47:33 ---> Running in 96df1c570985 15:47:34 Removing intermediate container 96df1c570985 15:47:34 ---> d998ff7d397c 15:47:34 Step 15/26 : EXPOSE $APP_PORT 15:47:34 ---> Running in 36d3752e0690 15:47:34 Staging go-build-helper 15:47:35 Removing intermediate container 36d3752e0690 15:47:35 ---> 51e475dd9e57 15:47:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:47:35 Staging static-packages 15:47:36 Pulling go115 15:47:37 'edgex-go' has dependencies that need to be staged: go115 15:47:37 Skipping pull go115 (already ran) 15:47:37 Building go115 15:47:37 % Total % Received % Xferd Average Speed Time Time Time Current 15:47:37 Dload Upload Total Spent Left Speed 15:47:38 ---> 2ff1c707fcb8 15:47:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:47:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 7647k 0 0 21.2M 0 0:00:05 --:--:-- 0:00:05 21.2M 44 115M 44 51.1M 0 0 37.8M 0 0:00:03 0:00:01 0:00:02 37.8M 78 115M 78 91.1M 0 0 38.7M 0 0:00:02 0:00:02 --:--:-- 38.7M 100 115M 100 115M 0 0 40.2M 0 0:00:02 0:00:02 --:--:-- 40.2M 15:47:40 ---> beaa69720222 15:47:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:47:40 go1.15.2.linux-amd64.tar.gz: OK 15:47:41 ---> b07a4a717649 15:47:41 Step 19/26 : RUN apk --no-cache add py3-pip 15:47:41 ---> Running in 0e3ff255086b 15:47:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:44 (1/33) Installing libbz2 (1.0.8-r1) 15:47:44 (2/33) Installing expat (2.2.9-r1) 15:47:44 (3/33) Installing libffi (3.3-r2) 15:47:44 (4/33) Installing gdbm (1.13-r1) 15:47:44 (5/33) Installing xz-libs (5.2.5-r0) 15:47:44 (6/33) Installing sqlite-libs (3.32.1-r0) 15:47:44 (7/33) Installing python3 (3.8.5-r0) 15:47:44 Staging go115 15:47:47 (8/33) Installing py3-appdirs (1.4.4-r1) 15:47:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:47:47 (10/33) Installing py3-parsing (2.4.7-r0) 15:47:47 (11/33) Installing py3-six (1.15.0-r0) 15:47:47 (12/33) Installing py3-packaging (20.4-r0) 15:47:47 (13/33) Installing py3-setuptools (47.0.0-r0) 15:47:47 (14/33) Installing py3-chardet (3.0.4-r4) 15:47:47 (15/33) Installing py3-idna (2.9-r0) 15:47:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:47:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:47:47 (18/33) Installing py3-requests (2.23.0-r0) 15:47:47 (19/33) Installing py3-msgpack (1.0.0-r0) 15:47:47 (20/33) Installing py3-lockfile (0.12.2-r3) 15:47:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:47:47 (22/33) Installing py3-colorama (0.4.3-r0) 15:47:47 (23/33) Installing py3-distlib (0.3.0-r0) 15:47:47 (24/33) Installing py3-distro (1.5.0-r1) 15:47:47 (25/33) Installing py3-webencodings (0.5.1-r3) 15:47:47 (26/33) Installing py3-html5lib (1.0.1-r4) 15:47:47 (27/33) Installing py3-pytoml (0.1.21-r0) 15:47:47 (28/33) Installing py3-pep517 (0.8.2-r0) 15:47:47 (29/33) Installing py3-progress (1.5-r0) 15:47:47 (30/33) Installing py3-toml (0.10.1-r0) 15:47:47 (31/33) Installing py3-retrying (1.3.3-r0) 15:47:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:47:47 (33/33) Installing py3-pip (20.1.1-r0) 15:47:48 Executing busybox-1.31.1-r19.trigger 15:47:48 OK: 71 MiB in 55 packages 15:47:50 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:47:50 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:47:50 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:47:50 Fetched 0 B in 0s (0 B/s) 15:47:50 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:47:50 Fetched 224 kB in 0s (0 B/s) 15:47:50 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:47:50 Fetched 157 kB in 0s (0 B/s) 15:47:50 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:47:50 Fetched 221 kB in 0s (0 B/s) 15:47:50 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:47:50 Fetched 143 kB in 0s (0 B/s) 15:47:50 Pulling edgex-go 15:47:50 Pulling version 15:47:51 Building config-common 15:47:53 Skipping build go-build-helper (already ran) 15:47:53 Skipping build static-packages (already ran) 15:47:53 Skipping build go115 (already ran) 15:47:53 Building edgex-go 15:47:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:47:55 go: downloading github.com/gorilla/mux v1.8.0 15:47:55 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 15:47:55 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:47:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 15:47:55 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 15:47:55 go: downloading github.com/imdario/mergo v0.3.11 15:47:55 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:47:55 go: downloading github.com/pkg/errors v0.8.1 15:47:55 go: downloading github.com/BurntSushi/toml v0.3.1 15:47:55 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:47:55 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 15:47:55 go: downloading github.com/pelletier/go-toml v1.2.0 15:47:55 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 15:47:55 go: downloading github.com/google/uuid v1.1.5 15:47:55 go: downloading github.com/go-kit/kit v0.8.0 15:47:55 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:47:55 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 15:47:55 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:47:55 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:47:55 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:47:55 go: downloading github.com/x448/float16 v0.8.4 15:47:55 go: downloading gopkg.in/yaml.v2 v2.4.0 15:47:55 go: downloading github.com/hashicorp/consul/api v1.1.0 15:47:55 go: downloading github.com/pebbe/zmq4 v1.2.2 15:47:55 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:47:55 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:47:55 go: downloading github.com/go-playground/universal-translator v0.17.0 15:47:55 go: downloading github.com/leodido/go-urn v1.2.0 15:47:55 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:47:55 go: downloading github.com/mitchellh/copystructure v1.0.0 15:47:55 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:47:55 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:47:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:47:55 go: downloading github.com/go-playground/locales v0.13.0 15:47:55 go: downloading github.com/hashicorp/serf v0.8.2 15:47:55 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:47:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:47:55 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:47:55 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:47:55 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:47:58 Removing intermediate container 0e3ff255086b 15:47:58 ---> 3a80d05ab992 15:47:58 Step 20/26 : RUN pip install docker-compose==1.23.2 15:47:58 ---> Running in b54494f2c002 15:48:03 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 15:48:04 Collecting docker-compose==1.23.2 15:48:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:48:05 Collecting jsonschema<3,>=2.5.1 15:48:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:48:05 Collecting texttable<0.10,>=0.9.0 15:48:05 Downloading texttable-0.9.1.tar.gz (11 kB) 15:48:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:48:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:48:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:48:08 Collecting websocket-client<1.0,>=0.32.0 15:48:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:48:08 Collecting docopt<0.7,>=0.6.1 15:48:08 Downloading docopt-0.6.2.tar.gz (25 kB) 15:48:08 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 15:48:08 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 15:48:08 go: downloading github.com/stretchr/testify v1.6.1 15:48:09 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:48:09 go: downloading github.com/davecgh/go-spew v1.1.1 15:48:09 go: downloading github.com/pmezard/go-difflib v1.0.0 15:48:10 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 15:48:10 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:48:10 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:48:11 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 15:48:11 Collecting PyYAML<4,>=3.10 15:48:11 Downloading PyYAML-3.13.tar.gz (270 kB) 15:48:12 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 15:48:12 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:48:14 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 15:48:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:48:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:48:16 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:48:16 Collecting docker<4.0,>=3.6.0 15:48:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:48:16 Collecting dockerpty<0.5,>=0.4.1 15:48:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:48:17 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 15:48:17 go: downloading github.com/lib/pq v1.9.0 15:48:19 Building version 15:48:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:48:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:48:19 ---> 380458349494 15:48:19 Step 3/24 : WORKDIR /edgex-go 15:48:19 ---> Using cache 15:48:19 ---> d2dca166d8c4 15:48:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:19 ---> Using cache 15:48:19 ---> 3d8ff6440c97 15:48:19 Step 5/24 : RUN apk add --update --no-cache make git 15:48:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:48:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:48:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:48:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:48:19 ---> 380458349494 15:48:19 Step 3/23 : WORKDIR /edgex-go 15:48:19 ---> Using cache 15:48:19 ---> d2dca166d8c4 15:48:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:19 ---> Using cache 15:48:19 ---> 3d8ff6440c97 15:48:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:48:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:48:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:48:19 ---> 380458349494 15:48:19 Step 3/23 : WORKDIR /edgex-go 15:48:19 ---> Using cache 15:48:19 ---> d2dca166d8c4 15:48:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:19 ---> Using cache 15:48:19 ---> 3d8ff6440c97 15:48:19 Step 5/23 : RUN apk add --update --no-cache make git 15:48:19 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:48:19 Step 2/33 : FROM ${BUILDER_BASE} AS builder 15:48:19 ---> 380458349494 15:48:19 Step 3/33 : WORKDIR /edgex-go 15:48:19 ---> Using cache 15:48:19 ---> d2dca166d8c4 15:48:19 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:19 ---> Using cache 15:48:19 ---> 3d8ff6440c97 15:48:19 Step 5/33 : RUN apk add --update --no-cache make git 15:48:21 Collecting cached-property<2,>=1.2.0 15:48:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:48:21 Staging config-common 15:48:22 Skipping stage go-build-helper (already ran) 15:48:22 Skipping stage static-packages (already ran) 15:48:22 Skipping stage go115 (already ran) 15:48:22 Staging edgex-go 15:48:22 Collecting docker-pycreds>=0.4.0 15:48:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:48:23 Staging version 15:48:23 Collecting idna<2.8,>=2.5 15:48:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:48:23 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) 15:48:23 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) 15:48:23 ---> Running in fe37c19b1efe 15:48:23 ---> Running in 01bbb7d11d94 15:48:23 ---> Running in 751993e67186 15:48:23 ---> Running in 406613290e0e 15:48:24 Priming config-common 15:48:24 Collecting urllib3<1.25,>=1.21.1 15:48:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:48:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:48:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:48:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:48:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:48:25 Priming go-build-helper 15:48:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:25 Installing collected packages: jsonschema, texttable, websocket-client, docopt, PyYAML, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, docker-compose 15:48:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:25 Priming static-packages 15:48:26 Running setup.py install for texttable: started 15:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:27 Running setup.py install for texttable: finished with status 'done' 15:48:28 Running setup.py install for docopt: started 15:48:28 Priming go115 15:48:28 OK: 217 MiB in 51 packages 15:48:28 OK: 217 MiB in 51 packages 15:48:29 Priming edgex-go 15:48:29 OK: 217 MiB in 51 packages 15:48:30 Priming version 15:48:30 OK: 217 MiB in 51 packages 15:48:30 Removing intermediate container fe37c19b1efe 15:48:30 ---> d3d9d0cdcd09 15:48:30 Step 6/23 : COPY go.mod . 15:48:30 Running setup.py install for docopt: finished with status 'done' 15:48:30 Running setup.py install for PyYAML: started 15:48:30 Removing intermediate container 01bbb7d11d94 15:48:30 ---> 6c0c6bc341d7 15:48:30 Step 6/23 : COPY go.mod . 15:48:30 Removing intermediate container 406613290e0e 15:48:30 ---> 93f3bdf7a35f 15:48:30 Step 6/24 : COPY go.mod . 15:48:31 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 15:48:31 ---> 7176d26b6fed 15:48:31 Step 7/23 : RUN go mod download 15:48:31 ---> 2f50df8160a6 15:48:31 Step 7/23 : RUN go mod download 15:48:31 ---> Running in f19582842f63 15:48:31 ---> Running in 0338aa982260 15:48:32 Removing intermediate container 751993e67186 15:48:32 ---> 266f92670270 15:48:32 Step 6/33 : COPY go.mod . 15:48:32 ---> 30656d2e4997 15:48:32 Step 7/24 : RUN go mod download 15:48:32 ---> Running in ae31de10c459 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 15:48:33 ---> 491c05d857d6 15:48:33 Step 7/33 : RUN go mod download 15:48:33 Running setup.py install for PyYAML: finished with status 'done' 15:48:33 Attempting uninstall: idna 15:48:33 Found existing installation: idna 2.9 15:48:33 Uninstalling idna-2.9: 15:48:33 ---> Running in 2fab7e17748b [Pipeline] } 15:48:34 Successfully uninstalled idna-2.9 15:48:34 Attempting uninstall: urllib3 15:48:34 Found existing installation: urllib3 1.25.9 15:48:34 Uninstalling urllib3-1.25.9: 15:48:34 Successfully uninstalled urllib3-1.25.9 15:48:35 Attempting uninstall: requests 15:48:35 Found existing installation: requests 2.23.0 15:48:35 Uninstalling requests-2.23.0: 15:48:35 Successfully uninstalled requests-2.23.0 15:48:36 Removing intermediate container f19582842f63 15:48:36 ---> 1845de1c080e 15:48:36 Step 8/23 : COPY . . 15:48:37 Removing intermediate container 0338aa982260 15:48:37 ---> dd58a103feca 15:48:37 Step 8/23 : COPY . . 15:48:37 Removing intermediate container ae31de10c459 15:48:37 ---> 697cc1852e8c 15:48:37 Step 8/24 : COPY . . 15:48:37 Running setup.py install for dockerpty: started 15:48:38 Removing intermediate container 2fab7e17748b 15:48:38 ---> 565b975e1d57 15:48:38 Step 8/33 : COPY . . 15:48:40 Running setup.py install for dockerpty: finished with status 'done' 15:48:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:48:53 Removing intermediate container b54494f2c002 15:48:53 ---> 1d7b406d052c 15:48:53 Step 21/26 : RUN apk --no-cache add curl 15:48:53 ---> Running in 67e9ded70559 15:48:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:55 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:48:55 (2/3) Installing libcurl (7.69.1-r3) 15:48:55 (3/3) Installing curl (7.69.1-r3) 15:48:55 Executing busybox-1.31.1-r19.trigger 15:48:55 OK: 71 MiB in 58 packages 15:48:59 ---> f8ef75cc4f26 15:48:59 Step 9/23 : RUN make cmd/core-command/core-command 15:48:59 Removing intermediate container 67e9ded70559 15:48:59 ---> 767ef9c2daa5 15:48:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:48:59 ---> Running in 6f753d5a9d78 15:48:59 ---> Running in 7dcba645fb7a 15:48:59 ---> a02d8da57e67 15:48:59 Step 9/23 : RUN make cmd/core-data/core-data 15:48:59 ---> b37df8285d8b 15:48:59 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 15:48:59 ---> b3175b79a706 15:48:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:48:59 ---> Running in 36a416b112f6 15:48:59 ---> Running in 05bd7893a7a3 15:48:59 ---> Running in 99d4491a217d 15:49:00 Removing intermediate container 7dcba645fb7a 15:49:00 ---> a2fde57920e0 15:49:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:49:00 ---> Running in f953e0b99882 15:49:00 Removing intermediate container 05bd7893a7a3 15:49:00 ---> 79557524a4d7 15:49:00 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 15:49:00 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 15:49:01 ---> Running in ef2b0e70727e 15:49:01 Removing intermediate container f953e0b99882 15:49:01 ---> cdb0905d2765 15:49:01 Step 24/26 : LABEL arch=arm64 15:49:01 ---> Running in a2feb93cb441 15:49:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:49:02 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 15:49:02 Removing intermediate container a2feb93cb441 15:49:02 ---> 2ef6e2e98b94 15:49:02 Step 25/26 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:49:02 ---> Running in 771addd7ad53 15:49:03 Removing intermediate container 771addd7ad53 15:49:03 ---> e6ef1c9d4f50 15:49:03 Step 26/26 : LABEL version=0.0.0 15:49:03 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 15:49:03 ---> Running in 96f568578113 15:49:03 Removing intermediate container 96f568578113 15:49:03 ---> 0969be0f74b1 15:49:03 15:49:04 Successfully built 0969be0f74b1 15:49:04 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:50:12  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:50:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:50:17 Removing intermediate container 99d4491a217d 15:50:17 ---> cb8ed47a54d7 15:50:17 15:50:17 Step 10/24 : FROM alpine:3.12 15:50:17 ---> afeebe901d6b 15:50:17 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:50:17 ---> Running in 22320e893843 15:50:19 Removing intermediate container 6f753d5a9d78 15:50:19 ---> 93e167ee430c 15:50:19 15:50:19 Step 10/23 : FROM alpine:3.12 15:50:19 ---> afeebe901d6b 15:50:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:50:19 ---> Using cache 15:50:19 ---> 70d98b93bb47 15:50:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:50:19 ---> Using cache 15:50:19 ---> 781617ad5299 15:50:19 Step 13/23 : ENV APP_PORT=48082 15:50:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:50:19 ---> Running in 34c13f882978 15:50:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:50:20 Removing intermediate container 34c13f882978 15:50:20 ---> 6c834f869765 15:50:20 Step 14/23 : EXPOSE $APP_PORT 15:50:20 ---> Running in c46be065295b 15:50:20 (1/5) Installing ca-certificates (20191127-r4) 15:50:20 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:50:20 (3/5) Installing libcurl (7.69.1-r3) 15:50:20 (4/5) Installing curl (7.69.1-r3) 15:50:20 (5/5) Installing dumb-init (1.2.2-r1) 15:50:21 Executing busybox-1.31.1-r19.trigger 15:50:21 Executing ca-certificates-20191127-r4.trigger 15:50:21 OK: 7 MiB in 19 packages 15:50:21 Removing intermediate container c46be065295b 15:50:21 ---> 182d209a4e1e 15:50:21 Step 15/23 : WORKDIR / 15:50:21 ---> Running in 19abd5dddb2b 15:50:22 Removing intermediate container 19abd5dddb2b 15:50:22 ---> affe48daa0b9 15:50:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:24 Removing intermediate container 22320e893843 15:50:24 ---> 3db4e3484de1 15:50:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:50:24 ---> 599734e5c2ac 15:50:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:50:24 ---> Running in 33bda0349fe4 15:50:25 Removing intermediate container 33bda0349fe4 15:50:25 ---> 8554bbded406 15:50:25 Step 13/24 : WORKDIR / 15:50:25 ---> Running in a55e5de39abe 15:50:25 + mkdir -p /tmp/build/dist/linux 15:50:25 + cd /tmp/build/dist/linux 15:50:25 + git clone https://github.com/jwilder/dockerize.git . 15:50:25 Cloning into '.'... 15:50:25  ---> 4a6a29d54341 15:50:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:50:25 Removing intermediate container a55e5de39abe 15:50:25 ---> 63bbf4e3cc17 15:50:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:50:25 + go get github.com/robfig/glock 15:50:26  ---> 47ce82781c84 15:50:26 Step 19/23 : ENTRYPOINT ["/core-command"] 15:50:27 ---> 42efb4c87151 15:50:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:50:27 ---> Running in 03c7d659b9f7 15:50:27 Removing intermediate container 03c7d659b9f7 15:50:27 ---> 5d7577044184 15:50:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:28 ---> Running in e5ec694281a0 15:50:28 ---> 7beb90d1379c 15:50:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:50:28 Removing intermediate container e5ec694281a0 15:50:28 ---> 20503d175d9b 15:50:28 Step 21/23 : LABEL arch=arm64 15:50:28 ---> Running in f9cfe305c6e0 15:50:29 Removing intermediate container f9cfe305c6e0 15:50:29 ---> 356bcc66e2e2 15:50:29 Step 22/23 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:50:29 ---> e7c0d44294e3 15:50:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:50:29 ---> Running in 097be9d711ce 15:50:30 Removing intermediate container 097be9d711ce 15:50:30 ---> 872c1083827a 15:50:30 Step 23/23 : LABEL version=0.0.0 15:50:30 ---> Running in dfa79be4eeb6 15:50:30 ---> def06260f85e 15:50:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:50:30 Removing intermediate container dfa79be4eeb6 15:50:30 ---> 90e01af9d97b 15:50:30 15:50:31 Successfully built 90e01af9d97b 15:50:31 Successfully tagged docker-core-command-go-arm64:latest 15:50:32  Building docker-core-command-go ... done  ---> 6b6205ce73ed 15:50:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:50:33 ---> 5ea3225d4e1c 15:50: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/ 15:50:33 ---> Running in b602bb48caff 15:50:36 Removing intermediate container b602bb48caff 15:50:36 ---> 985285262eb6 15:50:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:50:36 ---> Running in 3749d7164d04 15:50:36 Removing intermediate container 3749d7164d04 15:50:36 ---> 93dc241beebb 15:50:36 Step 22/24 : LABEL arch=arm64 15:50:36 ---> Running in 303f253cae99 15:50:37 Removing intermediate container 303f253cae99 15:50:37 ---> dca107fb6452 15:50:37 Step 23/24 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:50:37 ---> Running in 3936c94a7da0 15:50:38 Removing intermediate container 3936c94a7da0 15:50:38 ---> dc20a71d0447 15:50:38 Step 24/24 : LABEL version=0.0.0 15:50:39 ---> Running in 83b7951b7341 15:50:40 Removing intermediate container 83b7951b7341 15:50:40 ---> ebd730e93385 15:50:40 15:50:40 Removing intermediate container 36a416b112f6 15:50:40 ---> 79c0ddbfdee2 15:50:40 15:50:40 Step 10/23 : FROM alpine:3.12 15:50:40 ---> afeebe901d6b 15:50:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:50:40 Successfully built ebd730e93385 15:50:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:50:40  Building docker-security-secretstore-setup-go ... done  ---> Running in 48d1f98b8762 15:50:41 Removing intermediate container 48d1f98b8762 15:50:41 ---> a2976444de2c 15:50:41 Step 12/23 : ENV APP_PORT=48080 15:50:41 ---> Running in a5c560434736 15:50:42 Removing intermediate container a5c560434736 15:50:42 ---> 25cc10e39719 15:50:42 Step 13/23 : EXPOSE $APP_PORT 15:50:42 ---> Running in 8a1c2d814c58 15:50:42 Removing intermediate container 8a1c2d814c58 15:50:42 ---> 25c70d5bb9ea 15:50:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:42 ---> Running in 77ff6ff1899a 15:50:44 + glock sync -n 15:50:44 Removing intermediate container 77ff6ff1899a 15:50:44 ---> 71a6abf268a1 15:50:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:50:45 ---> Running in 9782dda1775f 15:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:50:49 (1/6) Installing dumb-init (1.2.2-r1) 15:50:49 (2/6) Installing libgcc (9.3.0-r2) 15:50:49 (3/6) Installing libsodium (1.0.18-r0) 15:50:49 (4/6) Installing libstdc++ (9.3.0-r2) 15:50:49 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 15:50:49 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 15:50:49 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 15:50:49 (5/6) Installing libzmq (4.3.3-r0) 15:50:50 (6/6) Installing zeromq (4.3.3-r0) 15:50:50 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 15:50:50 + git describe '--abbrev=0' --tags 15:50:50 + TAG=v0.6.1 15:50:50 + LDFLAGS='-X main.buildVersion=v0.6.1' 15:50:50 + apk --print-arch 15:50:50 + arch=aarch64 15:50:50 + echo 'building [dockerize] for arm64 ... ' 15:50:50 + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 15:50:50 building [dockerize] for arm64 ... 15:50:50 Executing busybox-1.31.1-r19.trigger 15:50:50 OK: 8 MiB in 20 packages 15:50:52 Removing intermediate container 9782dda1775f 15:50:52 ---> 8a81fc297710 15:50:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:52 ---> e04298f9a71e 15:50:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:50:54 ---> 39b5a361dc8d 15:50:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:50:54 + date 15:50:54 Wed Jan 27 15:50:54 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 15:50:54 + echo 'Wed Jan 27 15:50:54 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 15:50:54  ---> 5a4883b1853d 15:50:54 Step 19/23 : ENTRYPOINT ["/core-data"] 15:50:54 ---> Running in 55fc1ecde529 15:50:55 Removing intermediate container 55fc1ecde529 15:50:55 ---> 8cf04103c126 15:50:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:55 ---> Running in 7ef397156c2d 15:50:56 Removing intermediate container 7ef397156c2d 15:50:56 ---> e8cf304c9d14 15:50:56 Step 21/23 : LABEL arch=arm64 15:50:57 ---> Running in 3a48388996c6 15:50:57 Removing intermediate container 3a48388996c6 15:50:57 ---> c857c0598d26 15:50:57 Step 22/23 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:50:57 ---> Running in 337ca3c692d4 15:50:58 Removing intermediate container 337ca3c692d4 15:50:58 ---> f0f36aebe4f5 15:50:58 Step 23/23 : LABEL version=0.0.0 15:50:58 ---> Running in 6dc21c8e2f84 15:50:59 Removing intermediate container 6dc21c8e2f84 15:50:59 ---> 01b330d550d3 15:50:59 15:51:00 Successfully built 01b330d550d3 15:51:00 Successfully tagged docker-core-data-go-arm64:latest 15:51:02  Building docker-core-data-go ... done Removing intermediate container ef2b0e70727e 15:51:02 ---> 544e7e9bfeb3 15:51:02 15:51:02 Step 11/33 : FROM alpine:3.12 15:51:02 ---> afeebe901d6b 15:51:02 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:51:02 ---> Running in 31d6e49d17c3 15:51:03 Removing intermediate container 31d6e49d17c3 15:51:03 ---> 1ac72acf492e 15:51:03 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 15:51:03 ---> Running in 98183b634786 15:51:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:51:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:51:04 (1/3) Installing dumb-init (1.2.2-r1) 15:51:04 (2/3) Installing openssl (1.1.1i-r0) 15:51:04 (3/3) Installing su-exec (0.2-r1) 15:51:04 Executing busybox-1.31.1-r19.trigger 15:51:04 OK: 6 MiB in 17 packages 15:51:06 Removing intermediate container 98183b634786 15:51:06 ---> dced8d1b2d3a 15:51:06 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 15:51:06 ---> Running in bd908cc241ff 15:51:06 Removing intermediate container bd908cc241ff 15:51:06 ---> 2a0a587aecc7 15:51:06 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:51:06 ---> Running in b40fb2d16b75 15:51:07 Removing intermediate container b40fb2d16b75 15:51:07 ---> ec4d4db9023b 15:51:07 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:51:07 ---> Running in 37183fd7684a 15:51:09 Removing intermediate container 37183fd7684a 15:51:09 ---> 82e871192b96 15:51:09 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 15:51:09 ---> Running in 44105848ff1b 15:51:09 Removing intermediate container 44105848ff1b 15:51:09 ---> 36bb9ba8efbd 15:51:09 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 15:51:11 ---> d8ce5f728668 15:51:11 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:51:11 ---> 21dd8dbd83ef 15:51:11 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:51:11 ---> Running in 1d0623260048 15:51:13 Removing intermediate container 1d0623260048 15:51:13 ---> f05017901eef 15:51:13 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 15:51:14 ---> eba5fd53faac 15:51:14 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:51:15 ---> fb74ae12f954 15:51:15 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:51:16 ---> 606d20a083d7 15:51:16 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 15:51:17 ---> 68e8cc097a8d 15:51:17 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:51:18 ---> 29d258d3ed65 15:51:18 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 15:51:18 ---> Running in 4df6806d2680 15:51:19 Removing intermediate container 4df6806d2680 15:51:19 ---> 260afe51f330 15:51:19 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:51:20 ---> cc6c4d68de4c 15:51:20 Step 28/33 : RUN chmod +x /entrypoint.sh 15:51:20 ---> Running in 5aacd94142dd 15:51:23 Removing intermediate container 5aacd94142dd 15:51:23 ---> ddccf23c4266 15:51:23 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 15:51:23 ---> Running in b0152ff29c25 15:51:23 Removing intermediate container b0152ff29c25 15:51:23 ---> 87550e3d762a 15:51:23 Step 30/33 : CMD ["gate"] 15:51:23 ---> Running in 14f8b6b22d1a 15:51:24 Removing intermediate container 14f8b6b22d1a 15:51:24 ---> b6cac0126172 15:51:24 Step 31/33 : LABEL arch=arm64 15:51:24 ---> Running in db95082363e5 15:51:25 Removing intermediate container db95082363e5 15:51:25 ---> 557543654a0a 15:51:25 Step 32/33 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 15:51:25 ---> Running in 5a3bfc9fc079 15:51:26 Removing intermediate container 5a3bfc9fc079 15:51:26 ---> 1f16f5ce7942 15:51:26 Step 33/33 : LABEL version=0.0.0 15:51:26 ---> Running in 9c01f4077883 15:51:27 Removing intermediate container 9c01f4077883 15:51:27 ---> adf1d7c83ac8 15:51:27 15:51:27 Successfully built adf1d7c83ac8 15:51:27 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:51:28  Building docker-security-bootstrapper-go ... done  [Pipeline] } 15:51:28 $ docker stop --time=1 bff7a10ac22ea20bea5c4e87d1f01c870687ed46b83709a7283db2018a801ce6 15:51:29 $ docker rm -f bff7a10ac22ea20bea5c4e87d1f01c870687ed46b83709a7283db2018a801ce6 [Pipeline] // withDockerContainer [Pipeline] sh 15:51:30 + grep docker 15:51:30 + docker images 15:51:30 docker-security-bootstrapper-go-arm64 latest adf1d7c83ac8 4 seconds ago 31.9MB 15:51:30 docker-core-data-go-arm64 latest 01b330d550d3 31 seconds ago 21MB 15:51:30 docker-security-secretstore-setup-go-arm64 latest ebd730e93385 51 seconds ago 23.4MB 15:51:30 docker-core-command-go-arm64 latest 90e01af9d97b About a minute ago 15.4MB 15:51:30 docker-sys-mgmt-agent-go-arm64 latest 0969be0f74b1 2 minutes ago 300MB 15:51:30 docker-support-notifications-go-arm64 latest 2dddc442de32 4 minutes ago 16MB 15:51:30 docker-security-proxy-setup-go-arm64 latest 170ff1b46a2c 4 minutes ago 23.2MB 15:51:30 docker-core-metadata-go-arm64 latest ab7ae23249a5 4 minutes ago 17.7MB 15:51:30 docker-support-scheduler-go-arm64 latest 286c3bc08bdc 4 minutes ago 15.5MB 15:51:30 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 15:51:33 provisioning config files... 15:51:33 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4013145454813401967tmp [Pipeline] { [Pipeline] sh 15:51:34 + set +x 15:51:34 + curl -s https://codecov.io/bash 15:51:34 + bash -s -- 15:51:34 15:51:34 _____ _ 15:51:34 / ____| | | 15:51:34 | | ___ __| | ___ ___ _____ __ 15:51:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:51:34 | |___| (_) | (_| | __/ (_| (_) \ V / 15:51:34 \_____\___/ \__,_|\___|\___\___/ \_/ 15:51:34 Bash-20210115-cec3c92 15:51:34 15:51:34 15:51:34 ==> git version 2.24.3 found 15:51:34 ==> 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 15:51:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:51:34 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:51:34 ==> Jenkins CI detected. 15:51:34 project root: . 15:51:34 --> token set from env 15:51:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:51:34 ==> Running gcov in . (disable via -X gcov) 15:51:34 ==> Python coveragepy not found 15:51:34 ==> Searching for coverage reports in: 15:51:34 + . 15:51:34 -> Found 1 reports 15:51:34 ==> Detecting git/mercurial file structure 15:51:34 ==> Reading reports 15:51:34 + ./coverage.out bytes=564700 15:51:34 ==> Appending adjustments 15:51:34 https://docs.codecov.io/docs/fixing-reports 15:51:38 + Found adjustments 15:51:38 ==> Gzipping contents 15:51:38 84K /tmp/codecov.Tfbqwd.gz 15:51:38 ==> Uploading reports 15:51:38 url: https://codecov.io 15:51:38 query: branch=PR-3088&commit=d3d087662b0c1d6890045bf75bc5d8c78beda443&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= 15:51:38 -> Pinging Codecov 15:51:38 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3088&commit=d3d087662b0c1d6890045bf75bc5d8c78beda443&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= 15:51:38 -> Uploading to 15:51:38 https://storage.googleapis.com/codecov/v4/raw/2021-01-27/00271124DB129430A58F1EEE437C3FCB/d3d087662b0c1d6890045bf75bc5d8c78beda443/56240064-1971-45dd-b411-6a60c3f4b6cc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T155138Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=03303761433f20776f58a6ce4543ddadb51b3498c63a1e136b6165f7133f6180 15:51:38 % Total % Received % Xferd Average Speed Time Time Time Current 15:51:38 Dload Upload Total Spent Left Speed 15:51:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85455 0 0 100 85455 0 150k --:--:-- --:--:-- --:--:-- 149k 15:51:39 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d3d087662b0c1d6890045bf75bc5d8c78beda443 [Pipeline] } 15:51:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:51:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:51:42 ---> package-listing.sh 15:51:42 ++ facter osfamily 15:51:42 ++ tr '[:upper:]' '[:lower:]' 15:51:42 + OS_FAMILY=redhat 15:51:42 + workspace=/w/workspace/edgex-go/3 15:51:42 + START_PACKAGES=/tmp/packages_start.txt 15:51:42 + END_PACKAGES=/tmp/packages_end.txt 15:51:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:51:42 + PACKAGES=/tmp/packages_start.txt 15:51:42 + '[' /w/workspace/edgex-go/3 ']' 15:51:42 + PACKAGES=/tmp/packages_end.txt 15:51:42 + case "${OS_FAMILY}" in 15:51:42 + rpm -qa 15:51:42 + sort 15:51:47 + '[' -f /tmp/packages_start.txt ']' 15:51:47 + '[' -f /tmp/packages_end.txt ']' 15:51:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:51:47 + '[' /w/workspace/edgex-go/3 ']' 15:51:47 + mkdir -p /w/workspace/edgex-go/3/archives/ 15:51:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 15:51:48 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:51:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:51:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:51:48 15:51:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:51:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:51:48 alpine: Pulling from edgex-lftools-log-publisher 15:51:48 df20fa9351a1: Pulling fs layer 15:51:48 36b3adc4ff6f: Pulling fs layer 15:51:48 8ad3a11d3b57: Pulling fs layer 15:51:48 46f8f816bc3b: Pulling fs layer 15:51:48 93b61091891f: Pulling fs layer 15:51:48 93b9cdb0e59b: Pulling fs layer 15:51:48 5e14af77c1be: Pulling fs layer 15:51:48 01666e4c0597: Pulling fs layer 15:51:48 aa168da1d23b: Pulling fs layer 15:51:48 46f8f816bc3b: Waiting 15:51:48 5e14af77c1be: Waiting 15:51:48 93b61091891f: Waiting 15:51:48 93b9cdb0e59b: Waiting 15:51:48 aa168da1d23b: Waiting 15:51:48 01666e4c0597: Waiting 15:51:48 36b3adc4ff6f: Verifying Checksum 15:51:48 36b3adc4ff6f: Download complete 15:51:48 46f8f816bc3b: Verifying Checksum 15:51:48 46f8f816bc3b: Download complete 15:51:49 df20fa9351a1: Verifying Checksum 15:51:49 df20fa9351a1: Download complete 15:51:49 93b9cdb0e59b: Verifying Checksum 15:51:49 93b9cdb0e59b: Download complete 15:51:49 5e14af77c1be: Verifying Checksum 15:51:49 5e14af77c1be: Download complete 15:51:49 93b61091891f: Verifying Checksum 15:51:49 93b61091891f: Download complete 15:51:49 01666e4c0597: Download complete 15:51:49 df20fa9351a1: Pull complete 15:51:49 36b3adc4ff6f: Pull complete 15:51:50 8ad3a11d3b57: Verifying Checksum 15:51:50 8ad3a11d3b57: Download complete 15:51:51 8ad3a11d3b57: Pull complete 15:51:51 46f8f816bc3b: Pull complete 15:51:52 aa168da1d23b: Verifying Checksum 15:51:52 aa168da1d23b: Download complete 15:51:53 93b61091891f: Pull complete 15:51:53 93b9cdb0e59b: Pull complete 15:51:53 5e14af77c1be: Pull complete 15:51:53 01666e4c0597: Pull complete 15:52:04 aa168da1d23b: Pull complete 15:52:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:52:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:52:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:52:04 prd-centos7-docker-4c-2g-23410 does not seem to be running inside a container 15:52:04 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:52:09 $ docker top 043c8ed137544fa60694d5cc4494934638e801c28f58a365d628925bc7beaed5 -eo pid,comm [Pipeline] { [Pipeline] sh 15:52:11 + touch /tmp/pre-build-complete [Pipeline] sh 15:52:11 + mkdir -p /var/log/sa [Pipeline] sh 15:52:11 + ls /var/log/sa-host 15:52:11 + sadf -c /var/log/sa-host/sa23 15:52:11 file_magic: OK 15:52:11 HZ: Using current value: 100 15:52:11 file_header: OK 15:52:11 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 15:52:11 Statistics: 15:52:11 Hnuu...uuuununununu... 15:52:11 File successfully converted to sysstat format version 12.2.1 15:52:11 + sadf -c /var/log/sa-host/sa27 15:52:11 file_magic: OK 15:52:11 HZ: Using current value: 100 15:52:11 file_header: OK 15:52:11 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 15:52:11 Statistics: 15:52:11 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... 15:52:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:52:12 provisioning config files... 15:52:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2552376932481942061tmp [Pipeline] { [Pipeline] echo 15:52:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:52:13 ---> create-netrc.sh [Pipeline] } 15:52:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:52:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:52:13 ---> python-tools-install.sh [Pipeline] echo 15:52:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:52:13 ---> sudo-logs.sh 15:52:13 Archiving 'sudo' log.. [Pipeline] echo 15:52:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:52:14 ---> job-cost.sh 15:52:14 lf-activate-venv: SKIPPING 15:52:14 INFO: No Stack... 15:52:15 INFO: Retrieving Pricing Info for: v1-standard-2 15:52:15 INFO: Archiving Costs [Pipeline] echo 15:52:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:52:15 ---> logs-deploy.sh 15:52:15 lf-activate-venv: SKIPPING 15:52:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3088/3 15:52:15 INFO: archiving workspace using pattern(s): 15:52:17 Archives upload complete. 15:52:17 INFO: archiving logs to Nexus