weichou1229 commented: recheck 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 4a83cd830d92d64e3c8662a0b68849c078e73697 rather than 0cc3e3219049fdf712ebbcbcf561b47189c8f295 Obtained Jenkinsfile from 4a83cd830d92d64e3c8662a0b68849c078e73697 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-23711 in /w/workspace/edgexfoundry_edgex-go_PR-3078 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3078/head:refs/remotes/origin/PR-3078 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 0cc3e3219049fdf712ebbcbcf561b47189c8f295 Merge succeeded, producing 0cc3e3219049fdf712ebbcbcf561b47189c8f295 Checking out Revision 0cc3e3219049fdf712ebbcbcf561b47189c8f295 (PR-3078) > git config core.sparsecheckout # timeout=10 > git checkout -f 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # 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 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # timeout=10 Commit message: "feat(meta): Invoke Device Service callback for DeviceProfile change" > git rev-list --no-walk 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:14:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:14:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:14:02 ========================================================= 08:14:02 EdgeX Global Pipelines Version Info 08:14:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:14:04 ------------------- 08:14:04 stable info: 08:14:04 ------------------- 08:14:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:14:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:14:04 Message: update stable to v1.0.179 08:14:05 ------------------- 08:14:05 experimental info: 08:14:05 ------------------- 08:14:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:14:05 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:14:05 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:14:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:14:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:14:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:14:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:14:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:14:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:14:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:14:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:14:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:14:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:14:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:14:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:14:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:14:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:14:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:14:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:14:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:14:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:14:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:14:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:14:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:14:07 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:14:07 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:14:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3078 [Pipeline] echo 08:14:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3078 [Pipeline] echo 08:14:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3078 [Pipeline] echo 08:14:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0cc3e3219049fdf712ebbcbcf561b47189c8f295 [Pipeline] echo 08:14:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0cc3e32 [Pipeline] echo 08:14:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:14:08 provisioning config files... 08:14:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3761312146931021366tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:14:08 ---> docker-login.sh 08:14:08 nexus3.edgexfoundry.org:10001 08:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:14:09 Configure a credential helper to remove this warning. See 08:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:14:09 08:14:09 Login Succeeded 08:14:09 nexus3.edgexfoundry.org:10002 08:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:14:09 Configure a credential helper to remove this warning. See 08:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:14:09 08:14:09 Login Succeeded 08:14:09 nexus3.edgexfoundry.org:10003 08:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:14:09 Configure a credential helper to remove this warning. See 08:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:14:09 08:14:09 Login Succeeded 08:14:09 nexus3.edgexfoundry.org:10004 08:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:14:09 Configure a credential helper to remove this warning. See 08:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:14:09 08:14:09 Login Succeeded 08:14:09 docker.io 08:14:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:14:10 Configure a credential helper to remove this warning. See 08:14:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:14:10 08:14:10 Login Succeeded 08:14:10 ---> docker-login.sh ends [Pipeline] } 08:14:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:14:10 ++ 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 08:14:10 + for file in '`ls cmd/**/Dockerfile`' 08:14:10 ++ dirname cmd/core-command/Dockerfile 08:14:10 ++ cut -d/ -f2 08:14:10 + echo core-command,cmd/core-command/Dockerfile 08:14:10 + for file in '`ls cmd/**/Dockerfile`' 08:14:10 ++ dirname cmd/core-data/Dockerfile 08:14:10 ++ cut -d/ -f2 08:14:10 + echo core-data,cmd/core-data/Dockerfile 08:14:10 + for file in '`ls cmd/**/Dockerfile`' 08:14:10 ++ dirname cmd/core-metadata/Dockerfile 08:14:10 ++ cut -d/ -f2 08:14:10 + echo core-metadata,cmd/core-metadata/Dockerfile 08:14:10 + for file in '`ls cmd/**/Dockerfile`' 08:14:10 ++ dirname cmd/security-bootstrapper/Dockerfile 08:14:10 ++ cut -d/ -f2 08:14:10 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:14:10 + for file in '`ls cmd/**/Dockerfile`' 08:14:10 ++ dirname cmd/security-proxy-setup/Dockerfile 08:14:10 ++ cut -d/ -f2 08:14:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:14:10 + for file in '`ls cmd/**/Dockerfile`' 08:14:10 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:14:10 ++ cut -d/ -f2 08:14:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:14:10 + for file in '`ls cmd/**/Dockerfile`' 08:14:10 ++ dirname cmd/support-notifications/Dockerfile 08:14:10 ++ cut -d/ -f2 08:14:10 + echo support-notifications,cmd/support-notifications/Dockerfile 08:14:10 + for file in '`ls cmd/**/Dockerfile`' 08:14:10 ++ dirname cmd/support-scheduler/Dockerfile 08:14:10 ++ cut -d/ -f2 08:14:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:14:10 + for file in '`ls cmd/**/Dockerfile`' 08:14:10 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:14:10 ++ cut -d/ -f2 08:14:10 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:14:11 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:14:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:14:12 08:14:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:14:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:14:13 latest: Pulling from edgex-devops/git-semver 08:14:13 31603596830f: Pulling fs layer 08:14:13 2a8b12db71e7: Pulling fs layer 08:14:13 6ca5941a6612: Pulling fs layer 08:14:13 ecc8261a40a4: Pulling fs layer 08:14:13 ecc8261a40a4: Waiting 08:14:13 2a8b12db71e7: Download complete 08:14:13 31603596830f: Verifying Checksum 08:14:13 31603596830f: Download complete 08:14:13 ecc8261a40a4: Verifying Checksum 08:14:13 ecc8261a40a4: Download complete 08:14:13 6ca5941a6612: Verifying Checksum 08:14:13 6ca5941a6612: Download complete 08:14:13 31603596830f: Pull complete 08:14:13 2a8b12db71e7: Pull complete 08:14:14 6ca5941a6612: Pull complete 08:14:14 ecc8261a40a4: Pull complete 08:14:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:14:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:14:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:14:15 prd-centos7-docker-4c-2g-23711 does not seem to be running inside a container 08:14:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:14:17 $ docker top c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:14:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:14:18 [ssh-agent] Looking for ssh-agent implementation... 08:14:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:14:18 $ docker exec c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 ssh-agent 08:14:18 SSH_AUTH_SOCK=/tmp/ssh-FvjV1OmqWgg3/agent.11 08:14:18 SSH_AGENT_PID=17 08:14:18 Running ssh-add (command line suppressed) 08:14:18 Identity added: /w/workspace/edgex-go/5@tmp/private_key_5530004858755145870.key (/w/workspace/edgex-go/5@tmp/private_key_5530004858755145870.key) 08:14:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:14:19 + git tag --points-at HEAD [Pipeline] } 08:14:19 $ docker exec --env ******** --env ******** c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 ssh-agent -k 08:14:19 unset SSH_AUTH_SOCK; 08:14:19 unset SSH_AGENT_PID; 08:14:19 echo Agent pid 17 killed; 08:14:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:14:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:14:19 [ssh-agent] Looking for ssh-agent implementation... 08:14:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:14:19 $ docker exec c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 ssh-agent 08:14:19 SSH_AUTH_SOCK=/tmp/ssh-9wP1xd9RivQn/agent.46 08:14:19 SSH_AGENT_PID=51 08:14:19 Running ssh-add (command line suppressed) 08:14:20 Identity added: /w/workspace/edgex-go/5@tmp/private_key_5505601328556474470.key (/w/workspace/edgex-go/5@tmp/private_key_5505601328556474470.key) 08:14:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:14:20 + git semver init 08:14:20 # -> Open(): unable to determine branch for HEAD 08:14:20 # $GIT_DIR = /w/workspace/edgex-go/5/.git 08:14:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 08:14:20 # $SEMVER_REMOTE_NAME = origin 08:14:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:14:20 # $SEMVER_USER_NAME = edgex-jenkins 08:14:20 # $SEMVER_BRANCH = PR-3078 08:14:20 # $SEMVER_TEMP = /tmp/semver-503578848 08:14:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:14:38 # '/tmp/semver-503578848' -> '/w/workspace/edgex-go/5/.semver' 08:14:38 # -> Force: false 08:14:38 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 08:14:38 $ docker exec --env ******** --env ******** c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 ssh-agent -k 08:14:39 unset SSH_AUTH_SOCK; 08:14:39 unset SSH_AGENT_PID; 08:14:39 echo Agent pid 51 killed; 08:14:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:14:39 + git semver [Pipeline] } 08:14:39 $ docker stop --time=1 c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 08:14:41 $ docker rm -f c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 [Pipeline] // withDockerContainer [Pipeline] sh 08:14:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:14:42 Stashed 1 file(s) [Pipeline] echo 08:14:42 [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 08:14:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:14:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:14:44 + sudo service docker restart 08:14:44 + true 08:14:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:14:44 ========================================================= 08:14:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:14:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:14:44 + 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 . 08:14:48 Sending build context to Docker daemon 327.2MB 08:14:48 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:14:48 Step 2/6 : FROM ${BASE} 08:14:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:14:48 188c0c94c7c5: Pulling fs layer 08:14:48 0ef7d3d256c8: Pulling fs layer 08:14:48 de9db76c5a1d: Pulling fs layer 08:14:48 bca2f99d35d6: Pulling fs layer 08:14:48 93359f2a8cfa: Pulling fs layer 08:14:48 7c6f9722023f: Pulling fs layer 08:14:48 a35cf1a2eb13: Pulling fs layer 08:14:48 bca2f99d35d6: Waiting 08:14:48 93359f2a8cfa: Waiting 08:14:48 7c6f9722023f: Waiting 08:14:48 a35cf1a2eb13: Waiting 08:14:48 de9db76c5a1d: Download complete 08:14:48 0ef7d3d256c8: Download complete 08:14:48 93359f2a8cfa: Verifying Checksum 08:14:48 93359f2a8cfa: Download complete 08:14:48 7c6f9722023f: Verifying Checksum 08:14:48 7c6f9722023f: Download complete 08:14:48 188c0c94c7c5: Verifying Checksum 08:14:48 188c0c94c7c5: Download complete 08:14:49 188c0c94c7c5: Pull complete 08:14:49 0ef7d3d256c8: Pull complete 08:14:49 de9db76c5a1d: Pull complete 08:14:50 a35cf1a2eb13: Verifying Checksum 08:14:50 a35cf1a2eb13: Download complete 08:14:51 bca2f99d35d6: Verifying Checksum 08:14:51 bca2f99d35d6: Download complete 08:14:56 bca2f99d35d6: Pull complete 08:14:56 93359f2a8cfa: Pull complete 08:14:56 7c6f9722023f: Pull complete 08:14:57 Still waiting to schedule task 08:14:57 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:15:02 a35cf1a2eb13: Pull complete 08:15:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:15:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:15:02 ---> a62c8e92a672 08:15:02 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 08:15:02 ---> Running in cb9e88bc4608 08:15:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:15:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:15:03 (1/12) Installing libmagic (5.38-r0) 08:15:04 (2/12) Installing file (5.38-r0) 08:15:04 (3/12) Installing libc-dev (0.7.2-r3) 08:15:04 (4/12) Installing g++ (9.3.0-r2) 08:15:08 (5/12) Installing fortify-headers (1.1-r0) 08:15:08 (6/12) Installing patch (2.7.6-r6) 08:15:08 (7/12) Installing build-base (0.5-r2) 08:15:08 (8/12) Installing libsodium (1.0.18-r0) 08:15:08 (9/12) Installing pkgconf (1.7.2-r0) 08:15:09 (10/12) Installing libsodium-dev (1.0.18-r0) 08:15:09 (11/12) Installing libzmq (4.3.3-r0) 08:15:09 (12/12) Installing zeromq-dev (4.3.3-r0) 08:15:09 Executing busybox-1.31.1-r19.trigger 08:15:09 OK: 233 MiB in 51 packages 08:15:13 Removing intermediate container cb9e88bc4608 08:15:13 ---> 4b7b70d11670 08:15:13 Step 4/6 : WORKDIR /edgex-go 08:15:13 ---> Running in 355edd8d0788 08:15:13 Removing intermediate container 355edd8d0788 08:15:13 ---> 52a196239ccb 08:15:13 Step 5/6 : COPY go.mod . 08:15:13 ---> 5ebb4bcfb9d4 08:15:13 Step 6/6 : RUN go mod download 08:15:14 ---> Running in aec3c02c86e6 08:15:36 Removing intermediate container aec3c02c86e6 08:15:36 ---> 233629041e02 08:15:36 Successfully built 233629041e02 08:15:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:15:36 + docker inspect -f . ci-base-image-x86_64 08:15:36 . [Pipeline] withDockerContainer 08:15:36 prd-centos7-docker-4c-2g-23711 does not seem to be running inside a container 08:15:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:15:37 $ docker top 5712c4cb5fd474aa5b82231393fe017c2b76da1474647811d04c844e397af15d -eo pid,comm [Pipeline] { [Pipeline] sh 08:15:37 + go version 08:15:37 go version go1.15.5 linux/amd64 [Pipeline] } 08:15:37 $ docker stop --time=1 5712c4cb5fd474aa5b82231393fe017c2b76da1474647811d04c844e397af15d 08:15:40 $ docker rm -f 5712c4cb5fd474aa5b82231393fe017c2b76da1474647811d04c844e397af15d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:15:41 + docker inspect -f . ci-base-image-x86_64 08:15:41 . [Pipeline] withDockerContainer 08:15:41 prd-centos7-docker-4c-2g-23711 does not seem to be running inside a container 08:15:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:15:41 $ docker top c56d24d4fbcc546aafce64366c70d97dbe091c8fbfcb77bd181b634b59f4938d -eo pid,comm [Pipeline] { [Pipeline] echo 08:15:42 ========================================================= 08:15:42 [edgeXBuildGoParallel] Running Tests and Build... 08:15:42 ========================================================= [Pipeline] sh 08:15:42 + make test 08:15:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:15:50 ? github.com/edgexfoundry/edgex-go [no test files] 08:16:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:16:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:16:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:16:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:16:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:16:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:16:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:16:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:16:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:16:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:16:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:16:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:16:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:16:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:16:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements 08:16:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:16:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:16:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:16:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:16:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:16:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.216s coverage: 27.1% of statements 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:16:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:16:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:16:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 65.8% of statements 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:16:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.122s coverage: 82.3% of statements 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:16:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements 08:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:16:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 08:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:16:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 08:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:16:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 86.7% of statements 08:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:16:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.089s coverage: 97.5% of statements 08:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:16:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 08:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:16:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.411s coverage: 92.8% of statements 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:16:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:16:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:16:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 43.8% of statements 08:16:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements 08:16:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements 08:16:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 08:16:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.061s coverage: 94.4% of statements 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.072s coverage: 91.4% of statements 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.5% of statements 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.273s coverage: 68.9% of statements 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.259s coverage: 84.0% of statements 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.1% of statements 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.716s coverage: 29.1% of statements 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:16:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 08:16:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:16:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 08:16:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:16:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.070s coverage: 0.0% of statements 08:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:16:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 08:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:16:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 08:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:16:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 08:16:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.025s coverage: 32.1% of statements 08:16:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 08:16:42 GO111MODULE=on go vet ./... 08:16:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23712 in /w/workspace/edgexfoundry_edgex-go_PR-3078 [Pipeline] { [Pipeline] ws 08:16:46 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 08:16:50 using credential edgex-jenkins-ssh 08:16:50 Cloning the remote Git repository 08:16:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:16:51 > git init /w/workspace/edgex-go/5 # timeout=10 08:16:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:16:51 > git --version # timeout=10 08:16:51 > git --version # 'git version 2.17.1' 08:16:51 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:17:08 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:17:08 Merge succeeded, producing 0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:17:08 Checking out Revision 0cc3e3219049fdf712ebbcbcf561b47189c8f295 (PR-3078) 08:17:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:17:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:17:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:17:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:17:07 using GIT_SSH to set credentials SSH Credentials for GitHub 08:17:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3078/head:refs/remotes/origin/PR-3078 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:17:08 > git config core.sparsecheckout # timeout=10 08:17:08 > git checkout -f 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # timeout=10 08:17:08 > git remote # timeout=10 08:17:08 > git config --get remote.origin.url # timeout=10 08:17:08 using GIT_SSH to set credentials SSH Credentials for GitHub 08:17:08 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 08:17:08 > git rev-parse HEAD^{commit} # timeout=10 08:17:08 > git config core.sparsecheckout # timeout=10 08:17:08 > git checkout -f 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # timeout=10 08:17:09 gofmt -l . 08:17:09 [ "`gofmt -l .`" = "" ] 08:17:09 ./bin/test-go-mod-tidy.sh 08:17:09 ./bin/test-attribution-txt.sh [Pipeline] sh 08:17:10 + ls -al . 08:17:10 total 668 08:17:10 drwxrwxr-x 10 1001 1001 4096 Jan 28 08:17 . 08:17:10 drwxr-xr-x 4 root root 28 Jan 28 08:15 .. 08:17:10 -rw-rw-r-- 1 1001 1001 11 Jan 28 08:13 .dockerignore 08:17:10 drwxrwxr-x 8 1001 1001 179 Jan 28 08:14 .git 08:17:10 drwxrwxr-x 3 1001 1001 125 Jan 28 08:13 .github 08:17:10 -rw-rw-r-- 1 1001 1001 872 Jan 28 08:13 .gitignore 08:17:10 drwx------ 3 1001 1001 60 Jan 28 08:14 .semver 08:17:10 -rw-rw-r-- 1 1001 1001 166 Jan 28 08:13 .sonarcloud.properties 08:17:10 -rw-rw-r-- 1 1001 1001 7859 Jan 28 08:13 Attribution.txt 08:17:10 -rw-rw-r-- 1 1001 1001 3804 Jan 28 08:13 CONTRIBUTING.md 08:17:10 -rw-rw-r-- 1 1001 1001 931 Jan 28 08:13 Dockerfile.build 08:17:10 -rw-rw-r-- 1 1001 1001 863 Jan 28 08:13 Jenkinsfile 08:17:10 -rw-rw-r-- 1 1001 1001 10775 Jan 28 08:13 LICENSE 08:17:10 -rw-rw-r-- 1 1001 1001 6001 Jan 28 08:13 Makefile 08:17:10 -rw-rw-r-- 1 1001 1001 6524 Jan 28 08:13 README.md 08:17:10 -rw-rw-r-- 1 1001 1001 6755 Jan 28 08:13 SECURITY.md 08:17:10 -rw-rw-r-- 1 1001 1001 5 Jan 28 08:14 VERSION 08:17:10 -rw-rw-r-- 1 1001 1001 4131 Jan 28 08:13 ZMQWindows.md 08:17:10 drwxrwxr-x 2 1001 1001 117 Jan 28 08:13 bin 08:17:10 drwxrwxr-x 15 1001 1001 4096 Jan 28 08:13 cmd 08:17:10 -rw-r--r-- 1 root root 564700 Jan 28 08:16 coverage.out 08:17:10 -rw-r--r-- 1 root root 1053 Jan 28 08:17 go.mod 08:17:10 -rw-r--r-- 1 root root 19080 Jan 28 08:17 go.sum 08:17:10 drwxrwxr-x 8 1001 1001 127 Jan 28 08:13 internal 08:17:10 drwxrwxr-x 4 1001 1001 26 Jan 28 08:13 openapi 08:17:10 drwxrwxr-x 4 1001 1001 71 Jan 28 08:13 snap 08:17:10 -rw-rw-r-- 1 1001 1001 168 Jan 28 08:13 version.go [Pipeline] sh 08:17:10 + '[' -e coverage.out ] 08:17:10 + chown 1001:1001 coverage.out [Pipeline] stash 08:17:10 Stashed 1 file(s) [Pipeline] sh 08:17:10 + make build 08:17:10 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 08:17:13 Commit message: "feat(meta): Invoke Device Service callback for DeviceProfile change" 08:17:13 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 08:17:13 08:17:13 Could not update commit status. Message: https://api.github.com/repos/edgexfoundry/edgex-go 08:17:13 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:17:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:17:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:17:15 + + sudo service docker restart 08:17:15 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:17:18 provisioning config files... 08:17:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4330413844789937287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:17:18 ---> docker-login.sh 08:17:18 nexus3.edgexfoundry.org:10001 08:17:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:19 Configure a credential helper to remove this warning. See 08:17:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:19 08:17:19 Login Succeeded 08:17:19 nexus3.edgexfoundry.org:10002 08:17:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:20 Configure a credential helper to remove this warning. See 08:17:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:20 08:17:20 Login Succeeded 08:17:20 nexus3.edgexfoundry.org:10003 08:17:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:20 Configure a credential helper to remove this warning. See 08:17:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:20 08:17:20 Login Succeeded 08:17:20 nexus3.edgexfoundry.org:10004 08:17:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:21 Configure a credential helper to remove this warning. See 08:17:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:21 08:17:21 Login Succeeded 08:17:21 docker.io 08:17:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:21 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 08:17:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:17:22 Configure a credential helper to remove this warning. See 08:17:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:17:22 08:17:22 Login Succeeded 08:17:22 ---> docker-login.sh ends [Pipeline] } 08:17:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 08:17: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 [Pipeline] echo 08:17:22 ========================================================= 08:17:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:17:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:17:23 + 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 . 08:17:24 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 08:17:24 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 08:17:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:17:25 Sending build context to Docker daemon 165.9MB 08:17:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:17:25 Step 2/6 : FROM ${BASE} 08:17:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:17:25 5f621e34cdf4: Pulling fs layer 08:17:25 a4357932f1b6: Pulling fs layer 08:17:25 18c013af1878: Pulling fs layer 08:17:25 00ac8860ef70: Pulling fs layer 08:17:25 63d7cb157983: Pulling fs layer 08:17:25 b116817d02f9: Pulling fs layer 08:17:25 745a02a5169b: Pulling fs layer 08:17:25 00ac8860ef70: Waiting 08:17:25 63d7cb157983: Waiting 08:17:25 b116817d02f9: Waiting 08:17:25 745a02a5169b: Waiting 08:17:25 18c013af1878: Verifying Checksum 08:17:25 18c013af1878: Download complete 08:17:25 a4357932f1b6: Verifying Checksum 08:17:25 a4357932f1b6: Download complete 08:17:25 63d7cb157983: Verifying Checksum 08:17:25 63d7cb157983: Download complete 08:17:25 b116817d02f9: Download complete 08:17:25 5f621e34cdf4: Verifying Checksum 08:17:25 5f621e34cdf4: Download complete 08:17:26 5f621e34cdf4: Pull complete 08:17:26 a4357932f1b6: Pull complete 08:17: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 08:17:27 18c013af1878: Pull complete 08:17:28 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 08:17:28 745a02a5169b: Verifying Checksum 08:17:28 745a02a5169b: Download complete 08:17:29 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 08:17:29 00ac8860ef70: Verifying Checksum 08:17:29 00ac8860ef70: Download complete 08:17:30 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 08:17:31 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 08:17:32 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] } 08:17:33 $ docker stop --time=1 c56d24d4fbcc546aafce64366c70d97dbe091c8fbfcb77bd181b634b59f4938d 08:17:35 $ docker rm -f c56d24d4fbcc546aafce64366c70d97dbe091c8fbfcb77bd181b634b59f4938d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:17:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:17:39 08:17:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:17:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:17:39 latest: Pulling from edgex-devops/edgex-compose 08:17:39 cbdbe7a5bc2a: Pulling fs layer 08:17:39 ca9280d653b3: Pulling fs layer 08:17:39 7e9c9ca2126c: Pulling fs layer 08:17:39 cbdbe7a5bc2a: Download complete 08:17:39 00ac8860ef70: Pull complete 08:17:40 cbdbe7a5bc2a: Pull complete 08:17:40 63d7cb157983: Pull complete 08:17:40 ca9280d653b3: Verifying Checksum 08:17:40 ca9280d653b3: Download complete 08:17:40 b116817d02f9: Pull complete 08:17:41 ca9280d653b3: Pull complete 08:17:41 7e9c9ca2126c: Download complete 08:17:44 745a02a5169b: Pull complete 08:17:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:17:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:17:44 ---> b7e6874047d6 08:17:44 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 08:17:47 ---> Running in 673be0bdcc7c 08:17:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:49 7e9c9ca2126c: Pull complete 08:17:49 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:17:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:17:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:17:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:49 prd-centos7-docker-4c-2g-23711 does not seem to be running inside a container 08:17:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:17:50 (1/12) Installing libmagic (5.38-r0) 08:17:50 (2/12) Installing file (5.38-r0) 08:17:50 (3/12) Installing libc-dev (0.7.2-r3) 08:17:50 (4/12) Installing g++ (9.3.0-r2) 08:17:51 $ docker top 85a35dabf33d02a43c2ad7ff0f55300a9b671d7f3ede21961b3d3e57b30bbebb -eo pid,comm [Pipeline] { [Pipeline] sh 08:17:51 + docker-compose build --help 08:17:51 + grep parallel 08:17:52 --parallel Build images in parallel. [Pipeline] } 08:17:52 $ docker stop --time=1 85a35dabf33d02a43c2ad7ff0f55300a9b671d7f3ede21961b3d3e57b30bbebb 08:17:53 $ docker rm -f 85a35dabf33d02a43c2ad7ff0f55300a9b671d7f3ede21961b3d3e57b30bbebb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:17:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:17:54 . [Pipeline] withDockerContainer 08:17:54 prd-centos7-docker-4c-2g-23711 does not seem to be running inside a container 08:17: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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:17:55 $ docker top cb0004275c06a8de4c920de897446dee631e548f0ac4e5779b9d9b3f6bdb4b33 -eo pid,comm [Pipeline] { [Pipeline] sh 08:17:56 + docker-compose -f ./docker-compose-build.yml build --parallel 08:17:57 Building docker-core-command-go ... 08:17:57 Building docker-core-data-go ... 08:17:57 Building docker-core-metadata-go ... 08:17:57 Building docker-security-bootstrapper-go ... 08:17:57 Building docker-security-proxy-setup-go ... 08:17:57 Building docker-security-secretstore-setup-go ... 08:17:57 Building docker-support-notifications-go ... 08:17:57 Building docker-support-scheduler-go ... 08:17:57 Building docker-sys-mgmt-agent-go ... 08:17:57 Building docker-sys-mgmt-agent-go 08:17:57 Building docker-core-command-go 08:17:57 Building docker-security-proxy-setup-go 08:17:57 Building docker-support-notifications-go 08:17:57 Building docker-security-secretstore-setup-go 08:17:57 (5/12) Installing fortify-headers (1.1-r0) 08:17:57 (6/12) Installing patch (2.7.6-r6) 08:17:57 (7/12) Installing build-base (0.5-r2) 08:17:57 (8/12) Installing libsodium (1.0.18-r0) 08:17:57 (9/12) Installing pkgconf (1.7.2-r0) 08:17:57 (10/12) Installing libsodium-dev (1.0.18-r0) 08:17:57 (11/12) Installing libzmq (4.3.3-r0) 08:17:57 (12/12) Installing zeromq-dev (4.3.3-r0) 08:17:57 Executing busybox-1.31.1-r19.trigger 08:17:57 OK: 217 MiB in 51 packages 08:18:02 Removing intermediate container 673be0bdcc7c 08:18:02 ---> 2654a601d29e 08:18:02 Step 4/6 : WORKDIR /edgex-go 08:18:02 ---> Running in 6259ff98ad62 08:18:02 Removing intermediate container 6259ff98ad62 08:18:02 ---> 2cf24c5cd2dd 08:18:02 Step 5/6 : COPY go.mod . 08:18:02 ---> 5de427bd9f5c 08:18:02 Step 6/6 : RUN go mod download 08:18:03 ---> Running in 16ae88e34a5f 08:18:29 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:18:29 08:18:29 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder 08:18:29 08:18:29 ---> 233629041e02 08:18:29 Step 3/22 : WORKDIR /edgex-go 08:18:29 ---> 233629041e02 08:18:29 Step 3/26 : WORKDIR /edgex-go 08:18:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:18:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:18:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 233629041e02 08:18:29 08:18:29 Step 3/24 : WORKDIR /edgex-goStep 2/23 : FROM ${BUILDER_BASE} AS builder 08:18:29 08:18:29 ---> 233629041e02 08:18:29 Step 3/23 : WORKDIR /edgex-go 08:18:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:18:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:18:29 ---> 233629041e02 08:18:29 Step 3/21 : WORKDIR /edgex-go 08:18:29 Removing intermediate container 16ae88e34a5f 08:18:29 ---> adde3ae0606b 08:18:29 Successfully built adde3ae0606b 08:18:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:18:30 ---> Running in d0b352bf3ab1 08:18:30 ---> Running in b76c0786cc9c 08:18:30 ---> Running in 285b7f97310b 08:18:30 ---> Running in 65a1e09dd25b 08:18:30 ---> Running in 4629083c4b12 08:18:30 + docker inspect -f . ci-base-image-arm64 08:18:30 . [Pipeline] withDockerContainer 08:18:30 prd-ubuntu18.04-docker-arm64-4c-16g-23712 does not seem to be running inside a container 08:18:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:18:30 Removing intermediate container 65a1e09dd25b 08:18:30 ---> c42cef4f3879 08:18:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:30 Removing intermediate container d0b352bf3ab1 08:18:30 ---> 623e9be0698f 08:18:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:30 Removing intermediate container 4629083c4b12 08:18:30 ---> bf760ba46a13 08:18:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:30 Removing intermediate container 285b7f97310b 08:18:30 ---> cf240c50d4a9 08:18:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:30 Removing intermediate container b76c0786cc9c 08:18:30 ---> 73920b579c00 08:18:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:30 ---> Running in dc273f9460ce 08:18:30 ---> Running in 3a53a1696100 08:18:30 ---> Running in fbed72bd8385 08:18:30 ---> Running in 5672c7cb3271 08:18:30 ---> Running in 69635cef18b9 08:18:32 $ docker top 38cfd55de2a896dbc6a7b600e105c1303043f37a2c359d8afab4add098763258 -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:33 + go version 08:18:33 go version go1.15.5 linux/arm64 [Pipeline] } 08:18:33 $ docker stop --time=1 38cfd55de2a896dbc6a7b600e105c1303043f37a2c359d8afab4add098763258 08:18:33 Removing intermediate container 3a53a1696100 08:18:33 ---> 342d127e86dc 08:18:33 Step 5/23 : RUN apk add --update --no-cache make git 08:18:33 Removing intermediate container fbed72bd8385 08:18:33 ---> 8f408010437b 08:18:33 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:18:33 Removing intermediate container 5672c7cb3271 08:18:33 ---> 425971ed1251 08:18:33 Step 5/26 : RUN apk add --update --no-cache make bash git 08:18:33 ---> Running in 40dd495af741 08:18:33 ---> Running in d4222c22f090 08:18:33 ---> Running in fb3653ac82d7 08:18:33 Removing intermediate container 69635cef18b9 08:18:33 ---> 83dafe8a404e 08:18:33 Step 5/21 : RUN apk add --update --no-cache make git 08:18:33 Removing intermediate container dc273f9460ce 08:18:33 ---> f4193a2748ed 08:18:33 Step 5/24 : RUN apk add --update --no-cache make git 08:18:33 ---> Running in c970140293d1 08:18:33 ---> Running in 6d7f8a68c8eb 08:18:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:35 $ docker rm -f 38cfd55de2a896dbc6a7b600e105c1303043f37a2c359d8afab4add098763258 08:18:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer 08:18:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 08:18:35 OK: 233 MiB in 51 packages 08:18:35 OK: 233 MiB in 51 packages [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:18:35 OK: 233 MiB in 51 packages 08:18:35 OK: 233 MiB in 51 packages 08:18:36 + docker inspect -f . ci-base-image-arm64 08:18:36 . [Pipeline] withDockerContainer 08:18:36 OK: 233 MiB in 51 packages 08:18:36 Removing intermediate container 40dd495af741 08:18:36 ---> 1eda011b2bb9 08:18:36 Step 6/23 : COPY go.mod . 08:18:36 prd-ubuntu18.04-docker-arm64-4c-16g-23712 does not seem to be running inside a container 08:18: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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:18:36 Removing intermediate container d4222c22f090 08:18:36 ---> 9f2bd8bebdd3 08:18:36 Step 6/22 : COPY go.mod . 08:18:36 ---> f5b789f3192a 08:18:36 Step 7/23 : RUN go mod download 08:18:37 ---> Running in 4d326b3bc292 08:18:37 Removing intermediate container fb3653ac82d7 08:18:37 ---> a0ca9c154453 08:18:37 Step 6/26 : COPY go.mod . 08:18:37 ---> 904277678725 08:18:37 Step 7/22 : RUN go mod download 08:18:37 Removing intermediate container c970140293d1 08:18:37 ---> d8928aa73da7 08:18:37 Step 6/21 : COPY go.mod . 08:18:37 ---> Running in ccefd7cf66ad 08:18:37 Removing intermediate container 6d7f8a68c8eb 08:18:37 ---> 366c7cd605b8 08:18:37 Step 6/24 : COPY go.mod . 08:18:37 ---> 292ce05b5617 08:18:37 Step 7/21 : RUN go mod download 08:18:37 ---> bf8552fa6546 08:18:37 Step 7/26 : RUN go mod download 08:18:37 ---> Running in 733dfd83ac72 08:18:37 ---> Running in 397fda6037e9 08:18:37 $ docker top 97484dea265a17dd060f2fa8e4d7c59b1451be3770da84df4c130381d530afc9 -eo pid,comm 08:18:38 ---> 7e8fbe9ae8f2 08:18:38 Step 7/24 : RUN go mod download 08:18:38 ---> Running in ee9d6c472866 [Pipeline] { [Pipeline] echo 08:18:38 ========================================================= 08:18:38 [edgeXBuildGoParallel] Running Tests and Build... 08:18:38 ========================================================= [Pipeline] sh 08:18:38 + make test 08:18:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:18:39 Removing intermediate container ccefd7cf66ad 08:18:39 ---> 844baf62e21a 08:18:39 Step 8/22 : COPY . . 08:18:39 Removing intermediate container 4d326b3bc292 08:18:39 ---> d11dc4fb34aa 08:18:39 Step 8/23 : COPY . . 08:18:44 Removing intermediate container 733dfd83ac72 08:18:44 ---> 5868676161ac 08:18:44 Step 8/21 : COPY . . 08:18:44 Removing intermediate container 397fda6037e9 08:18:44 ---> 5b21ff3d08e8 08:18:44 Step 8/26 : COPY . . 08:18:44 Removing intermediate container ee9d6c472866 08:18:44 ---> a5f3d5e991dc 08:18:44 Step 8/24 : COPY . . 08:19:01 ? github.com/edgexfoundry/edgex-go [no test files] 08:19:23 ---> 00a7a2c4cac3 08:19:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:19:23 ---> Running in 255dcfa2d173 08:19:23 ---> 59fbe03b92eb 08:19:23 Step 9/23 : RUN make cmd/core-command/core-command 08:19:23 ---> c4ff52395f98 08:19:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:19:23 ---> c82e4fe8012d 08:19:23 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:19:23 ---> c3fc292c51e5 08:19:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:19:23 ---> Running in 0e9c94ff9012 08:19:23 ---> Running in 33ebbff920a0 08:19:23 ---> Running in 71e0713edd59 08:19:23 ---> Running in 218d720bbc3f 08:19:23 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 08:19:23 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 08:19:23 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 08:19:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:19:23 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 08:19:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:19:45 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 08:19:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:19:53 Removing intermediate container 33ebbff920a0 08:19:53 ---> 3a93b4fd89e6 08:19:53 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:19:53 Removing intermediate container 255dcfa2d173 08:19:53 ---> 81022b5c559a 08:19:53 08:19:53 Step 10/22 : FROM alpine:3.12 08:19:53 Removing intermediate container 71e0713edd59 08:19:53 ---> 1597be3c09e3 08:19:53 08:19:53 Step 10/24 : FROM alpine:3.12 08:19:53 Removing intermediate container 0e9c94ff9012 08:19:53 ---> b62c30fa9299 08:19:53 08:19:53 Step 10/23 : FROM alpine:3.12 08:19:54 3.12: Pulling from library/alpine 08:19:54 3.12: Pulling from library/alpine 08:19:54 3.12: Pulling from library/alpine 08:19:55 ---> Running in 5c56374117df 08:19:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:19:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:19:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:19:55 Status: Image is up to date for alpine:3.12 08:19:55 ---> 389fef711851 08:19:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:19:55 Status: Downloaded newer image for alpine:3.12 08:19:55 ---> 389fef711851 08:19:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:19:55 Status: Downloaded newer image for alpine:3.12 08:19:55 ---> 389fef711851 08:19:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:19:55 Removing intermediate container 218d720bbc3f 08:19:55 ---> cf701178c35f 08:19:55 08:19:55 Step 10/21 : FROM alpine:3.12 08:19:55 ---> 389fef711851 08:19:55 Step 11/21 : RUN apk add --update --no-cache curl 08:19:55 ---> Running in 55df0fc7fa6b 08:19:55 ---> Running in a93917f5402a 08:19:55 ---> Running in 8a17219898a7 08:19:55 ---> Running in 09c458a56d18 08:19:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:19:56 (1/5) Installing ca-certificates (20191127-r4) 08:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:19:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:19:56 (3/5) Installing libcurl (7.69.1-r3) 08:19:56 (4/5) Installing curl (7.69.1-r3) 08:19:56 (5/5) Installing dumb-init (1.2.2-r1) 08:19:56 Executing busybox-1.31.1-r19.trigger 08:19:56 Executing ca-certificates-20191127-r4.trigger 08:19:56 (1/1) Installing dumb-init (1.2.2-r1) 08:19:56 Executing busybox-1.31.1-r19.trigger 08:19:56 OK: 6 MiB in 15 packages 08:19:56 (1/4) Installing ca-certificates (20191127-r4) 08:19:56 (1/2) Installing ca-certificates (20191127-r4) 08:19:56 OK: 7 MiB in 19 packages 08:19:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:19:56 (2/2) Installing dumb-init (1.2.2-r1) 08:19:56 (3/4) Installing libcurl (7.69.1-r3) 08:19:56 (4/4) Installing curl (7.69.1-r3) 08:19:56 Executing busybox-1.31.1-r19.trigger 08:19:57 Executing busybox-1.31.1-r19.trigger 08:19:57 Executing ca-certificates-20191127-r4.trigger 08:19:57 Executing ca-certificates-20191127-r4.trigger 08:19:57 OK: 7 MiB in 18 packages 08:19:57 OK: 6 MiB in 16 packages 08:20:00 Removing intermediate container a93917f5402a 08:20:00 ---> fc046473f0d6 08:20:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:20:00 Removing intermediate container 55df0fc7fa6b 08:20:00 ---> ba9a804a7d10 08:20:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:20:00 ---> Running in 149a6f24e742 08:20:00 Removing intermediate container 09c458a56d18 08:20:00 ---> 2d3d3284001f 08:20:00 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:20:00 ---> Running in 592804835f9a 08:20:00 ---> Running in 6f307b7ca311 08:20:00 Removing intermediate container 5c56374117df 08:20:00 ---> 2233f498ae16 08:20:00 08:20:00 Step 11/26 : FROM docker:20.10.0 08:20:01 20.10.0: Pulling from library/docker 08:20:01 Removing intermediate container 8a17219898a7 08:20:01 ---> 06bbf75ad794 08:20:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:20:01 Removing intermediate container 149a6f24e742 08:20:01 ---> bf4aa238aa04 08:20:01 Step 13/23 : ENV APP_PORT=48082 08:20:01 ---> Running in 9e27edfddfa4 08:20:01 ---> Running in 81967693ab73 08:20:01 Removing intermediate container 592804835f9a 08:20:01 ---> 2f7524179b3e 08:20:01 Step 13/24 : WORKDIR / 08:20:01 Removing intermediate container 6f307b7ca311 08:20:01 ---> 89f33d2f9df4 08:20:01 Step 13/21 : WORKDIR /edgex 08:20:01 ---> Running in 65d4bf469854 08:20:01 ---> Running in b7a427dd09f8 08:20:01 Removing intermediate container 9e27edfddfa4 08:20:01 ---> 704080da4b11 08:20:01 Step 13/22 : ENV APP_PORT=48060 08:20:02 Removing intermediate container 81967693ab73 08:20:02 ---> a5886f777e23 08:20:02 Step 14/23 : EXPOSE $APP_PORT 08:20:02 ---> Running in 1678f8b0f5f5 08:20:02 Removing intermediate container 65d4bf469854 08:20:02 ---> f66d000aab8a 08:20:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:20:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:20:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:20:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:20:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:20:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:20:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:20:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:20:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:20:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:20:02 ---> Running in 58f095e0c433 08:20:02 Removing intermediate container b7a427dd09f8 08:20:02 ---> 231ea7def064 08:20:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:20:02 Removing intermediate container 1678f8b0f5f5 08:20:02 ---> 3819d86daa81 08:20:02 Step 14/22 : EXPOSE $APP_PORT 08:20:03 ---> e9098df26e83 08:20:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:20:03 Removing intermediate container 58f095e0c433 08:20:03 ---> 20f77ebfeae0 08:20:03 Step 15/23 : WORKDIR / 08:20:03 ---> Running in 231c257002c0 08:20:03 ---> 9c57821c6402 08:20:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:20:03 ---> Running in 209dcadd4481 08:20:03 Removing intermediate container 231c257002c0 08:20:03 ---> 2b37ac4b51d5 08:20:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:20:03 ---> 9ce38f41c5be 08:20:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:20:03 Removing intermediate container 209dcadd4481 08:20:03 ---> 4f1c3eaf39e6 08:20:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:20:04 ---> ce89d027462d 08:20:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:20:04 ---> 6287ccd89dc1 08:20:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:20:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:20:04 ---> 9e8cb9bc2234 08:20:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:20:04 ---> 2f9fcae08486 08:20:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:20:04 ---> 62689fc01a0f 08:20:04 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:20:04 ---> c1bbae3a5d35 08:20:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:20:05 ---> Running in 64fd4751aa8a 08:20:05 ---> f741445c456e 08:20:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:20:05 ---> 141a76bc0660 08:20:05 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:20:05 ---> 2d3fd023f1d6 08:20:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:20:05 Removing intermediate container 64fd4751aa8a 08:20:05 ---> 44f30810fc8a 08:20:05 Step 18/21 : CMD ["--init=true"] 08:20:05 ---> Running in 734e31320931 08:20:05 ---> Running in 99c92bece012 08:20:06 Removing intermediate container 734e31320931 08:20:06 ---> a662e7290b79 08:20:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:20:06 ---> 0b6b725283da 08:20:06 Step 19/23 : ENTRYPOINT ["/core-command"] 08:20:06 Removing intermediate container 99c92bece012 08:20:06 ---> 44eac488ce53 08:20:06 Step 19/21 : LABEL arch=x86_64 08:20:06 ---> Running in 7b4e41c9c4e8 08:20:06 ---> e364f3f91c0c 08:20:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:20:06 ---> Running in 99278f4b0d4a 08:20:06 ---> Running in be190c2a8fa6 08:20:07 Removing intermediate container 7b4e41c9c4e8 08:20:07 ---> 7b7e4341818d 08:20:07 Step 20/22 : LABEL arch=x86_64 08:20:07 Removing intermediate container 99278f4b0d4a 08:20:07 ---> 84b9b5c4fe57 08:20:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:20:07 ---> Running in e701ee8187cb 08:20:07 ---> 87db91145aee 08:20:07 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 08:20:07 Removing intermediate container be190c2a8fa6 08:20:07 ---> 6b5e2f48fa18 08:20:07 Step 20/21 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:20:07 ---> Running in 2cb6b99819f1 08:20:08 ---> Running in e58a80091dcb 08:20:08 ---> Running in 7380825bee14 08:20:08 Removing intermediate container e701ee8187cb 08:20:08 ---> 4e36ceb6ef48 08:20:08 Step 21/22 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:20:08 Removing intermediate container 2cb6b99819f1 08:20:08 ---> 059e80700fc3 08:20:08 Step 21/23 : LABEL arch=x86_64 08:20:08 Removing intermediate container 7380825bee14 08:20:08 ---> 07c85f09999f 08:20:08 Step 21/21 : LABEL version=0.0.0 08:20:08 ---> Running in cccf2f5c8ff6 08:20:08 ---> Running in 00d575723f63 08:20:08 ---> Running in da842a7ae32e 08:20:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:20:09 Removing intermediate container cccf2f5c8ff6 08:20:09 ---> 5e04422d4b73 08:20:09 Step 22/22 : LABEL version=0.0.0 08:20:09 Status: Downloaded newer image for docker:20.10.0 08:20:09 ---> aefe523efa57 08:20:09 Step 12/26 : RUN apk add --no-cache bash 08:20:09 Removing intermediate container 00d575723f63 08:20:09 ---> 53463f2c2f00 08:20:09 Step 22/23 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:20:09 Removing intermediate container da842a7ae32e 08:20:09 ---> 3d93a6fea6e9 08:20:09 08:20:09 ---> Running in bef517be6952 08:20:09 ---> Running in ced3d658e8bd 08:20:09 ---> Running in 49022aca5d57 08:20:10 Successfully built 3d93a6fea6e9 08:20:10 Successfully tagged docker-security-proxy-setup-go:latest 08:20:10  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 08:20:10 Removing intermediate container bef517be6952 08:20:10 ---> 3f963667c8a8 08:20:10 08:20:10 Removing intermediate container 49022aca5d57 08:20:10 ---> 5531b942844d 08:20:10 Step 23/23 : LABEL version=0.0.0 08:20:10 Removing intermediate container e58a80091dcb 08:20:10 ---> 4c13d7ed3e20 08:20:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:20:10 ---> Running in 7c9ac3cb152f 08:20:10 Successfully built 3f963667c8a8 08:20:10 ---> Running in 0175edb1482d 08:20:10 Successfully tagged docker-support-notifications-go:latest 08:20:10  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 08:20:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:10 Removing intermediate container 7c9ac3cb152f 08:20:10 ---> 406b191a4f73 08:20:10 08:20:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:10 Removing intermediate container 0175edb1482d 08:20:10 ---> 90ea163d4642 08:20:10 Step 22/24 : LABEL arch=x86_64 08:20:11 Successfully built 406b191a4f73 08:20:11 Successfully tagged docker-core-command-go:latest 08:20:11  Building docker-core-command-go ... done Building docker-core-data-go 08:20:11 (1/2) Installing readline (8.0.4-r0) 08:20:11 (2/2) Installing bash (5.0.17-r0) 08:20:11 ---> Running in f769365e79b3 08:20:11 Executing bash-5.0.17-r0.post-install 08:20:11 Executing busybox-1.31.1-r19.trigger 08:20:11 OK: 12 MiB in 22 packages 08:20:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:20:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:20:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:20:11 Removing intermediate container f769365e79b3 08:20:11 ---> 7ef171cc8ab1 08:20:11 Step 23/24 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:20:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.276s coverage: 46.6% of statements 08:20:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:20:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:20:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:20:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:20:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:20:18 ---> Running in ed68e01e1879 08:20:21 Removing intermediate container ed68e01e1879 08:20:21 ---> b216bc100b08 08:20:21 Step 24/24 : LABEL version=0.0.0 08:20:21 Removing intermediate container ced3d658e8bd 08:20:21 ---> fb72ae6a7158 08:20:21 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:20:21 ---> Running in ccb04f3d6e9f 08:20:21 ---> Running in 35f9bdb273cb 08:20:22 Removing intermediate container ccb04f3d6e9f 08:20:22 ---> 599ac0176038 08:20:22 08:20:22 Removing intermediate container 35f9bdb273cb 08:20:22 ---> 97f497e6de42 08:20:22 Step 14/26 : ENV APP_PORT=48090 08:20:22 Successfully built 599ac0176038 08:20:22 Successfully tagged docker-security-secretstore-setup-go:latest 08:20:22 Building docker-core-metadata-go 08:20:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.541s coverage: 27.1% of statements 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:20:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:20:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.094s coverage: 100.0% of statements 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:20:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.243s coverage: 65.8% of statements 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:20:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.414s coverage: 82.3% of statements 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:20:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:20:25  Building docker-security-secretstore-setup-go ... done  ---> Running in 912033054d2d 08:20:26 Removing intermediate container 912033054d2d 08:20:26 ---> 54c7a0d2acb1 08:20:26 Step 15/26 : EXPOSE $APP_PORT 08:20:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.152s coverage: 28.6% of statements 08:20:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:20:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:20:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:20:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:20:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:20:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements 08:20:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:20:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements 08:20:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:20:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.315s coverage: 86.7% of statements 08:20:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:20:31 ---> Running in 0a328ccb17a4 08:20:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.408s coverage: 97.5% of statements 08:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:20:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements 08:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:20:34 Removing intermediate container 0a328ccb17a4 08:20:34 ---> a088478a78c0 08:20:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:20:35 ---> f3cd149f5529 08:20:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:20:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:20:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:20:35 ---> 233629041e02 08:20:35 Step 3/23 : WORKDIR /edgex-go 08:20:35 ---> Using cache 08:20:35 ---> 73920b579c00 08:20:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:35 ---> Using cache 08:20:35 ---> 83dafe8a404e 08:20:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:20:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:20:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:20:36 ---> 233629041e02 08:20:36 Step 3/22 : WORKDIR /edgex-go 08:20:36 ---> Using cache 08:20:36 ---> 73920b579c00 08:20:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:36 ---> Using cache 08:20:36 ---> 83dafe8a404e 08:20:36 Step 5/22 : RUN apk add --update --no-cache make git 08:20:36 ---> Using cache 08:20:36 ---> d8928aa73da7 08:20:36 Step 6/22 : COPY go.mod . 08:20:36 ---> Using cache 08:20:36 ---> 292ce05b5617 08:20:36 Step 7/22 : RUN go mod download 08:20:36 ---> Using cache 08:20:36 ---> 5868676161ac 08:20:36 Step 8/22 : COPY . . 08:20:36 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:20:36 Step 2/34 : FROM ${BUILDER_BASE} AS builder 08:20:36 ---> 233629041e02 08:20:36 Step 3/34 : WORKDIR /edgex-go 08:20:36 ---> Using cache 08:20:36 ---> 73920b579c00 08:20:36 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:36 ---> Using cache 08:20:36 ---> 83dafe8a404e 08:20:36 Step 5/34 : RUN apk add --update --no-cache make git 08:20:36 ---> Using cache 08:20:36 ---> d8928aa73da7 08:20:36 Step 6/34 : COPY go.mod . 08:20:36 ---> Using cache 08:20:36 ---> 292ce05b5617 08:20:36 Step 7/34 : RUN go mod download 08:20:36 ---> Using cache 08:20:36 ---> 5868676161ac 08:20:36 Step 8/34 : COPY . . 08:20:36 ---> Using cache 08:20:36 ---> c82e4fe8012d 08:20:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:20:36 ---> Using cache 08:20:36 ---> c82e4fe8012d 08:20:36 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 08:20:37 ---> Running in 0a786c188170 08:20:37 ---> Running in d0fb92932d59 08:20:37 ---> Running in 7104d589c538 08:20:37 ---> d6e2a999b6a1 08:20:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:20:38 Removing intermediate container d0fb92932d59 08:20:38 ---> 0abcb2e3ab7f 08:20:38 Step 10/34 : 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 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 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" 08:20:38 ---> a45626de7768 08:20:38 Step 19/26 : RUN apk --no-cache add py3-pip 08:20:38 ---> Running in 735ec3c008a2 08:20:39 ---> Running in 93d8ac6ca993 08:20:40 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 08:20:40 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 08:20:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:41 (1/33) Installing libbz2 (1.0.8-r1) 08:20:41 (2/33) Installing expat (2.2.9-r1) 08:20:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:41 (3/33) Installing libffi (3.3-r2) 08:20:41 (4/33) Installing gdbm (1.13-r1) 08:20:42 (5/33) Installing xz-libs (5.2.5-r0) 08:20:42 (6/33) Installing sqlite-libs (3.32.1-r0) 08:20:42 (7/33) Installing python3 (3.8.5-r0) 08:20:42 OK: 233 MiB in 51 packages 08:20:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.303s coverage: 92.8% of statements 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:20:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:20:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.153s coverage: 0.1% of statements 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:20:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 43.8% of statements 08:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.140s coverage: 79.5% of statements 08:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 08:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 08:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements 08:20:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:20:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:20:42 ---> 233629041e02 08:20:42 Step 3/23 : WORKDIR /edgex-go 08:20:42 ---> Using cache 08:20:42 ---> 73920b579c00 08:20:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:42 ---> Using cache 08:20:42 ---> 83dafe8a404e 08:20:42 Step 5/23 : RUN apk add --update --no-cache make git 08:20:42 ---> Using cache 08:20:42 ---> d8928aa73da7 08:20:42 Step 6/23 : COPY go.mod . 08:20:42 ---> Using cache 08:20:42 ---> 292ce05b5617 08:20:42 Step 7/23 : RUN go mod download 08:20:42 ---> Using cache 08:20:42 ---> 5868676161ac 08:20:42 Step 8/23 : COPY . . 08:20:42 ---> Using cache 08:20:42 ---> c82e4fe8012d 08:20:42 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:20:46 ---> Running in 4ce6d23fe8df 08:20:46 (8/33) Installing py3-appdirs (1.4.4-r1) 08:20:46 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:20:46 (10/33) Installing py3-parsing (2.4.7-r0) 08:20:46 (11/33) Installing py3-six (1.15.0-r0) 08:20:46 (12/33) Installing py3-packaging (20.4-r0) 08:20:46 (13/33) Installing py3-setuptools (47.0.0-r0) 08:20:46 (14/33) Installing py3-chardet (3.0.4-r4) 08:20:46 (15/33) Installing py3-idna (2.9-r0) 08:20:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:20:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:20:46 (18/33) Installing py3-requests (2.23.0-r0) 08:20:46 (19/33) Installing py3-msgpack (1.0.0-r0) 08:20:46 (20/33) Installing py3-lockfile (0.12.2-r3) 08:20:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:20:47 (22/33) Installing py3-colorama (0.4.3-r0) 08:20:47 Removing intermediate container 7104d589c538 08:20:47 ---> 6cc91963d0ee 08:20:47 Step 6/23 : COPY go.mod . 08:20:47 (23/33) Installing py3-distlib (0.3.0-r0) 08:20:47 (24/33) Installing py3-distro (1.5.0-r1) 08:20:47 (25/33) Installing py3-webencodings (0.5.1-r3) 08:20:47 (26/33) Installing py3-html5lib (1.0.1-r4) 08:20:47 (27/33) Installing py3-pytoml (0.1.21-r0) 08:20:47 (28/33) Installing py3-pep517 (0.8.2-r0) 08:20:47 (29/33) Installing py3-progress (1.5-r0) 08:20:47 (30/33) Installing py3-toml (0.10.1-r0) 08:20:47 (31/33) Installing py3-retrying (1.3.3-r0) 08:20:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:20:47 (33/33) Installing py3-pip (20.1.1-r0) 08:20:47 Executing busybox-1.31.1-r19.trigger 08:20:47 OK: 71 MiB in 55 packages 08:20:47 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 08:20:48 ---> 93a9df5799dd 08:20:48 Step 7/23 : RUN go mod download 08:20:48 ---> Running in aebbf8619b7f 08:20:52 Removing intermediate container aebbf8619b7f 08:20:52 ---> a1593ffd7a38 08:20:52 Step 8/23 : COPY . . 08:20:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.070s coverage: 94.4% of statements 08:20:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 08:20:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:20:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:20:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:20:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:20:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements 08:20:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:20:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:20:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 08:20:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:20:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements 08:20:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:20:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 08:20:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements 08:20:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.116s coverage: 84.2% of statements 08:20:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.4% of statements 08:20:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:20:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.500s coverage: 63.5% of statements 08:20:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:20:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:20:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 08:20:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements 08:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 08:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements 08:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.092s coverage: 100.0% of statements 08:21:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.883s coverage: 68.9% of statements 08:21:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:21:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:21:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:21:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:21:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:21:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.394s coverage: 37.0% of statements 08:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:21:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.658s coverage: 84.0% of statements 08:21:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements 08:21:07 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 08:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.456s coverage: 47.1% of statements 08:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements 08:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements 08:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:21:10 Removing intermediate container 93d8ac6ca993 08:21:10 ---> 4755b3f72d3a 08:21:10 Step 20/26 : RUN pip install docker-compose==1.23.2 08:21:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.164s coverage: 29.1% of statements 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:21:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.220s coverage: 99.0% of statements 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:21:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.108s coverage: 100.0% of statements 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:21:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:21:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:21:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:21:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 08:21:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 08:21:14 ---> Running in efeabf29f2d6 08:21:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 08:21:16 GO111MODULE=on go vet ./... 08:21:18 + mkdir -p /tmp/build/dist/linux 08:21:18 + cd /tmp/build/dist/linux 08:21:18 + git clone https://github.com/jwilder/dockerize.git . 08:21:18  ---> 70c5235b2995 08:21:18 Step 9/23 : RUN make cmd/core-data/core-data 08:21:18 Cloning into '.'... 08:21:19 Removing intermediate container 0a786c188170 08:21:19 ---> 6280abd6a7b5 08:21:19 08:21:19 Step 10/22 : FROM alpine:3.12 08:21:19 ---> 389fef711851 08:21:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:21:19 ---> Using cache 08:21:19 ---> fc046473f0d6 08:21:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:21:19 ---> Running in 2f23941e1620 08:21:19 ---> Using cache 08:21:19 ---> bf4aa238aa04 08:21:19 Step 13/22 : ENV APP_PORT=48085 08:21:19 + go get github.com/robfig/glock 08:21:19  ---> Running in 17a23c563cca 08:21:19 Removing intermediate container 17a23c563cca 08:21:19 ---> 17e70a1bb687 08:21:19 Step 14/22 : EXPOSE $APP_PORT 08:21:20 ---> Running in fa84cb8b635f 08:21:20 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 08:21:20 Removing intermediate container fa84cb8b635f 08:21:20 ---> 31869bb4cecf 08:21:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:21:20 ---> ddf8fe5a3480 08:21:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:21:21 ---> 0d29ba17bd63 08:21:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:21:21 ---> 2dcd81df5670 08:21:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:21:22 ---> Running in 7df0459ae110 08:21:22 Removing intermediate container 7df0459ae110 08:21:22 ---> 6c937b1d51d5 08:21:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:21:22 ---> Running in ffa9f5ab694f 08:21:22 Collecting docker-compose==1.23.2 08:21:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:21:23 Removing intermediate container ffa9f5ab694f 08:21:23 ---> 9609e01a6bb9 08:21:23 Step 20/22 : LABEL arch=x86_64 08:21:23 Collecting jsonschema<3,>=2.5.1 08:21:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:21:23 ---> Running in 9a7fdbb11644 08:21:24 Collecting PyYAML<4,>=3.10 08:21:24 Downloading PyYAML-3.13.tar.gz (270 kB) 08:21:25 Removing intermediate container 9a7fdbb11644 08:21:25 ---> c47df9a1cb16 08:21:25 Step 21/22 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:21:27 Collecting dockerpty<0.5,>=0.4.1 08:21:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:21:28 ---> Running in ff210e689bcc 08:21:28 Removing intermediate container 4ce6d23fe8df 08:21:28 ---> 2ff5942cd75a 08:21:28 08:21:28 Step 10/23 : FROM alpine:3.12 08:21:28 ---> 389fef711851 08:21:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:21:28 ---> Using cache 08:21:28 ---> fc046473f0d6 08:21:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:21:28 ---> Using cache 08:21:28 ---> bf4aa238aa04 08:21:28 Step 13/23 : ENV APP_PORT=48081 08:21:29 Collecting docopt<0.7,>=0.6.1 08:21:29 Downloading docopt-0.6.2.tar.gz (25 kB) 08:21:30 ---> Running in 3e841fd451ef 08:21:30 Removing intermediate container ff210e689bcc 08:21:30 ---> cc51032150cc 08:21:30 Step 22/22 : LABEL version=0.0.0 08:21:30 ---> Running in 18853f3dd6ae 08:21:30 Collecting cached-property<2,>=1.2.0 08:21:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:21:30 Removing intermediate container 3e841fd451ef 08:21:30 ---> 5b7429c0595f 08:21:30 Step 14/23 : EXPOSE $APP_PORT 08:21:30 Collecting websocket-client<1.0,>=0.32.0 08:21:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:21:30 Removing intermediate container 18853f3dd6ae 08:21:30 ---> 68186ab850ad 08:21:30 08:21:30 ---> Running in f702a8ddf4b8 08:21:30 Collecting texttable<0.10,>=0.9.0 08:21:30 Downloading texttable-0.9.1.tar.gz (11 kB) 08:21:30 Successfully built 68186ab850ad 08:21:30 Successfully tagged docker-support-scheduler-go:latest 08:21:30  Building docker-support-scheduler-go ... done Removing intermediate container f702a8ddf4b8 08:21:30 ---> 11674eb6a718 08:21:30 Step 15/23 : WORKDIR / 08:21:31 ---> Running in 723d53870f07 08:21:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:21:31 Removing intermediate container 723d53870f07 08:21:31 ---> e6d859499ef7 08:21:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:21:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:21:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:21:32 + glock sync -n 08:21:33 Collecting docker<4.0,>=3.6.0 08:21:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:21:33 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) 08:21:33 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) 08:21:33 ---> e9297bb26c23 08:21:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:21:33 Collecting urllib3<1.25,>=1.21.1 08:21:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:21:33 Collecting idna<2.8,>=2.5 08:21:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:21:33 Collecting docker-pycreds>=0.4.0 08:21:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:21:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:21:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:21:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:21:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:21:34 Installing collected packages: jsonschema, PyYAML, dockerpty, docopt, cached-property, websocket-client, texttable, urllib3, idna, requests, docker-pycreds, docker, docker-compose 08:21:35 Running setup.py install for PyYAML: started 08:21:35 ---> 49c7e2f08ee3 08:21:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:21:36 ---> a713d7de8ccb 08:21:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:21:36 ---> Running in 0f79316989e5 08:21:36 Running setup.py install for PyYAML: finished with status 'done' 08:21:36 Running setup.py install for dockerpty: started 08:21:36 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 08:21:36 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 08:21:36 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 08:21:36 Running setup.py install for dockerpty: finished with status 'done' 08:21:36 Running setup.py install for docopt: started 08:21:37 Running setup.py install for docopt: finished with status 'done' 08:21:37 + git describe '--abbrev=0' --tags 08:21:37 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 08:21:37 + TAG=v0.6.1 08:21:37 + LDFLAGS='-X main.buildVersion=v0.6.1' 08:21:37 + apk --print-arch 08:21:37 Removing intermediate container 0f79316989e5 08:21:37 ---> dd975ac63620 08:21:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:21:37 + arch=x86_64 08:21:37 + echo 'building [dockerize] for amd64 ... ' 08:21:37 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 08:21:37 building [dockerize] for amd64 ... 08:21:38 Running setup.py install for texttable: started 08:21:38 ---> Running in 0bd0ae082b09 08:21:38 Running setup.py install for texttable: finished with status 'done' 08:21:38 Attempting uninstall: urllib3 08:21:38 Found existing installation: urllib3 1.25.9 08:21:38 Uninstalling urllib3-1.25.9: 08:21:38 Successfully uninstalled urllib3-1.25.9 08:21:38 Removing intermediate container 0bd0ae082b09 08:21:38 ---> 39aaaaf13893 08:21:38 Step 21/23 : LABEL arch=x86_64 08:21:39 ---> Running in e1790fece581 08:21:39 Attempting uninstall: idna 08:21:39 Found existing installation: idna 2.9 08:21:39 Uninstalling idna-2.9: 08:21:39 Successfully uninstalled idna-2.9 08:21:41 Attempting uninstall: requests 08:21:41 Found existing installation: requests 2.23.0 08:21:41 Uninstalling requests-2.23.0: 08:21:41 Successfully uninstalled requests-2.23.0 08:21:41 Removing intermediate container e1790fece581 08:21:41 ---> 061f252dc193 08:21:41 Step 22/23 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:21:41 ---> Running in 8b7fd2d3c5bb 08:21:44 Removing intermediate container 8b7fd2d3c5bb 08:21:44 ---> 16aefac5364c 08:21:44 Step 23/23 : LABEL version=0.0.0 08:21:44 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 08:21:44 ---> Running in 14bf3461cb8b 08:21:44 Removing intermediate container 14bf3461cb8b 08:21:44 ---> e093dd338754 08:21:44 08:21:45 Successfully built e093dd338754 08:21:45 Successfully tagged docker-core-metadata-go:latest 08:21:48  Building docker-core-metadata-go ... done Removing intermediate container efeabf29f2d6 08:21:48 ---> a3c3d1af55e3 08:21:48 Step 21/26 : RUN apk --no-cache add curl 08:21:48 Removing intermediate container 2f23941e1620 08:21:48 ---> eedf4584254c 08:21:48 08:21:48 Step 10/23 : FROM alpine:3.12 08:21:48 ---> 389fef711851 08:21:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:21:48 ---> Running in e105a8432761 08:21:48 ---> Running in 3a3e577fa547 08:21:49 Removing intermediate container 3a3e577fa547 08:21:49 ---> 61e6fe01ae2a 08:21:49 Step 12/23 : ENV APP_PORT=48080 08:21:49 ---> Running in 436afb754a85 08:21:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:21:49 Removing intermediate container 436afb754a85 08:21:49 ---> 86ceef8300e5 08:21:49 Step 13/23 : EXPOSE $APP_PORT 08:21:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:21:49 ---> Running in 8262ab2f5b06 08:21:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:21:49 (2/3) Installing libcurl (7.69.1-r3) 08:21:49 (3/3) Installing curl (7.69.1-r3) 08:21:49 Executing busybox-1.31.1-r19.trigger 08:21:49 OK: 72 MiB in 58 packages 08:21:50 Removing intermediate container 8262ab2f5b06 08:21:50 ---> 190d0e4ac579 08:21:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:21:50 ---> Running in 493696498cdf 08:21:51 Removing intermediate container e105a8432761 08:21:51 ---> 5a9754ff948b 08:21:51 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:21:51 ---> Running in dce12197f844 08:21:52 Removing intermediate container dce12197f844 08:21:52 ---> 82de8fbfc0b6 08:21:52 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:21:52 ---> Running in c3de57bd201b 08:21:52 Removing intermediate container c3de57bd201b 08:21:52 ---> f29f7db4ca87 08:21:52 Step 24/26 : LABEL arch=x86_64 08:21:52 Removing intermediate container 493696498cdf 08:21:52 ---> a0129d4293ea 08:21:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:21:52 ---> Running in 4b1aca2f7aba 08:21:52 ---> Running in ee8951271e6a 08:21:53 Removing intermediate container 4b1aca2f7aba 08:21:53 ---> b99537ef2147 08:21:53 Step 25/26 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:21:53 ---> Running in 3e5ee5b6e3ea 08:21:53 Removing intermediate container 3e5ee5b6e3ea 08:21:53 ---> bf49fcc97211 08:21:53 Step 26/26 : LABEL version=0.0.0 08:21:53 ---> Running in bd94eaeece79 08:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:21:54 Removing intermediate container bd94eaeece79 08:21:54 ---> bcb27c90d8b0 08:21:54 08:21:54 Successfully built bcb27c90d8b0 08:21:54 Successfully tagged docker-sys-mgmt-agent-go:latest 08:21:54  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:21:55 + date 08:21:55 + echo 'Thu Jan 28 08:21:54 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 08:21:55 Thu Jan 28 08:21:54 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 08:21:55 (1/6) Installing dumb-init (1.2.2-r1) 08:21:55 (2/6) Installing libgcc (9.3.0-r2) 08:21:55 (3/6) Installing libsodium (1.0.18-r0) 08:21:55 (4/6) Installing libstdc++ (9.3.0-r2) 08:21:55 (5/6) Installing libzmq (4.3.3-r0) 08:21:55 (6/6) Installing zeromq (4.3.3-r0) 08:21:55 Executing busybox-1.31.1-r19.trigger 08:21:56 OK: 8 MiB in 20 packages 08:22:02 Removing intermediate container ee8951271e6a 08:22:02 ---> 5f2c14f199dd 08:22:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:22:04 ---> 90ad689d5616 08:22:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:22:04 Removing intermediate container 735ec3c008a2 08:22:04 ---> bdb217bfb672 08:22:04 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 08:22:04 ---> Running in acb2ca830b05 08:22:05 ---> 55b9f5d50472 08:22:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:22:05 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 08:22:05 statically linked 08:22:05 ---> ade809f03638 08:22:05 Step 19/23 : ENTRYPOINT ["/core-data"] 08:22:05 ---> Running in abf21a39063b 08:22:05 Removing intermediate container abf21a39063b 08:22:05 ---> 9184081102d3 08:22:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:22:05 ---> Running in 4f72fd62e352 08:22:05 Removing intermediate container 4f72fd62e352 08:22:05 ---> 1ec921c6e3c0 08:22:05 Step 21/23 : LABEL arch=x86_64 08:22:05 Removing intermediate container acb2ca830b05 08:22:05 ---> 43fb82daef20 08:22:05 08:22:05 Step 12/34 : FROM alpine:3.12 08:22:05 ---> 389fef711851 08:22:05 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:22:05 ---> Running in 0372651c634d 08:22:05 ---> Running in 139fb855e453 08:22:06 Removing intermediate container 0372651c634d 08:22:06 ---> ff3f124d0960 08:22:06 Step 22/23 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:22:06 Removing intermediate container 139fb855e453 08:22:06 ---> 205151d597e1 08:22:06 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 08:22:06 ---> Running in 0d55bdf6223a 08:22:06 ---> Running in 237c974f7873 08:22:06 Removing intermediate container 0d55bdf6223a 08:22:06 ---> 783e5b450cd3 08:22:06 Step 23/23 : LABEL version=0.0.0 08:22:06 ---> Running in d5345330f8d8 08:22:06 Removing intermediate container d5345330f8d8 08:22:06 ---> fce0c4c7d36d 08:22:06 08:22:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:22:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:22:06 (1/3) Installing dumb-init (1.2.2-r1) 08:22:06 (2/3) Installing openssl (1.1.1i-r0) 08:22:06 (3/3) Installing su-exec (0.2-r1) 08:22:06 Executing busybox-1.31.1-r19.trigger 08:22:07 OK: 6 MiB in 17 packages 08:22:07 Successfully built fce0c4c7d36d 08:22:07 Successfully tagged docker-core-data-go:latest 08:22:07  Building docker-core-data-go ... done Removing intermediate container 237c974f7873 08:22:07 ---> 23c35d715ef4 08:22:07 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 08:22:08 ---> Running in 6ce59ba89e22 08:22:08 Removing intermediate container 6ce59ba89e22 08:22:08 ---> 1e66b5bd73c2 08:22:08 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:22:08 ---> Running in 877482109c8d 08:22:08 Removing intermediate container 877482109c8d 08:22:08 ---> 23e40c82bae2 08:22:08 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:22:08 ---> Running in 9ce3f8b3f72d 08:22:09 Removing intermediate container 9ce3f8b3f72d 08:22:09 ---> 21f00e976b11 08:22:09 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 08:22:09 ---> Running in 18297d605f4f 08:22:09 Removing intermediate container 18297d605f4f 08:22:09 ---> 2b2d1058fd5d 08:22:09 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 08:22:10 ---> e480c032445f 08:22:10 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:22:11 ---> 61aace091548 08:22:11 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:22:11 ---> Running in 0d286e59f008 08:22:12 Removing intermediate container 0d286e59f008 08:22:12 ---> 4b4d2e708cca 08:22:12 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 08:22:12 ---> d5ad16f2b29c 08:22:12 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:22:13 ---> 617c9ffe3bc7 08:22:13 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:22:13 ---> ca56534f244b 08:22:13 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 08:22:13 ---> 132e4e38dcb7 08:22:13 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:22:14 ---> 29db25922a14 08:22:14 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 08:22:14 ---> Running in 5fb6565899d9 08:22:14 Removing intermediate container 5fb6565899d9 08:22:14 ---> a6ac2285d521 08:22:14 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:22:14 ---> bc65f517bc33 08:22:14 Step 29/34 : RUN chmod +x /entrypoint.sh 08:22:14 ---> Running in 7de113ba503e 08:22:16 Removing intermediate container 7de113ba503e 08:22:16 ---> 9e2246840376 08:22:16 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 08:22:16 ---> Running in 8f8c8c780590 08:22:16 Removing intermediate container 8f8c8c780590 08:22:16 ---> f89ffe2b402b 08:22:16 Step 31/34 : CMD ["gate"] 08:22:16 ---> Running in fd8900503790 08:22:16 Removing intermediate container fd8900503790 08:22:16 ---> ec3e9f62e6f6 08:22:16 Step 32/34 : LABEL arch=x86_64 08:22:17 ---> Running in a0e214bf572a 08:22:17 Removing intermediate container a0e214bf572a 08:22:17 ---> d35bc6ed492e 08:22:17 Step 33/34 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:22:17 ---> Running in 16af46196073 08:22:17 Removing intermediate container 16af46196073 08:22:17 ---> e9e35ebe2464 08:22:17 Step 34/34 : LABEL version=0.0.0 08:22:17 ---> Running in f12aae8b09aa 08:22:17 Removing intermediate container f12aae8b09aa 08:22:17 ---> 55f25a888204 08:22:17 08:22:18 Successfully built 55f25a888204 08:22:18 Successfully tagged docker-security-bootstrapper-go:latest 08:22:18  Building docker-security-bootstrapper-go ... done  [Pipeline] } 08:22:18 $ docker stop --time=1 cb0004275c06a8de4c920de897446dee631e548f0ac4e5779b9d9b3f6bdb4b33 08:22:20 $ docker rm -f cb0004275c06a8de4c920de897446dee631e548f0ac4e5779b9d9b3f6bdb4b33 [Pipeline] // withDockerContainer [Pipeline] sh 08:22:20 + docker images 08:22:20 + grep docker 08:22:20 docker-security-bootstrapper-go latest 55f25a888204 3 seconds ago 33.5MB 08:22:20 docker-core-data-go latest fce0c4c7d36d 14 seconds ago 22.3MB 08:22:20 docker-sys-mgmt-agent-go latest bcb27c90d8b0 27 seconds ago 313MB 08:22:20 docker-core-metadata-go latest e093dd338754 36 seconds ago 18.8MB 08:22:20 docker-support-scheduler-go latest 68186ab850ad 50 seconds ago 16.4MB 08:22:20 docker-security-secretstore-setup-go latest 599ac0176038 About a minute ago 24.6MB 08:22:20 docker-support-notifications-go latest 3f963667c8a8 2 minutes ago 16.9MB 08:22:20 docker-core-command-go latest 406b191a4f73 2 minutes ago 16.3MB 08:22:20 docker-security-proxy-setup-go latest 3d93a6fea6e9 2 minutes ago 24.4MB 08:22:20 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 08:22:24 gofmt -l . 08:22:26 [ "`gofmt -l .`" = "" ] 08:22:28 ./bin/test-go-mod-tidy.sh 08:22:29 ./bin/test-attribution-txt.sh [Pipeline] sh 08:22:31 + ls -al . 08:22:31 total 696 08:22:31 drwxrwxr-x 9 1001 1001 4096 Jan 28 08:22 . 08:22:31 drwxr-xr-x 4 root root 4096 Jan 28 08:18 .. 08:22:31 -rw-rw-r-- 1 1001 1001 11 Jan 28 08:17 .dockerignore 08:22:31 drwxrwxr-x 8 1001 1001 4096 Jan 28 08:17 .git 08:22:31 drwxrwxr-x 3 1001 1001 4096 Jan 28 08:17 .github 08:22:31 -rw-rw-r-- 1 1001 1001 872 Jan 28 08:17 .gitignore 08:22:31 -rw-rw-r-- 1 1001 1001 166 Jan 28 08:17 .sonarcloud.properties 08:22:31 -rw-rw-r-- 1 1001 1001 7859 Jan 28 08:17 Attribution.txt 08:22:31 -rw-rw-r-- 1 1001 1001 3804 Jan 28 08:17 CONTRIBUTING.md 08:22:31 -rw-rw-r-- 1 1001 1001 931 Jan 28 08:17 Dockerfile.build 08:22:31 -rw-rw-r-- 1 1001 1001 863 Jan 28 08:17 Jenkinsfile 08:22:31 -rw-rw-r-- 1 1001 1001 10775 Jan 28 08:17 LICENSE 08:22:31 -rw-rw-r-- 1 1001 1001 6001 Jan 28 08:17 Makefile 08:22:31 -rw-rw-r-- 1 1001 1001 6524 Jan 28 08:17 README.md 08:22:31 -rw-rw-r-- 1 1001 1001 6755 Jan 28 08:17 SECURITY.md 08:22:31 -rw-rw-r-- 1 1001 1001 5 Jan 28 08:14 VERSION 08:22:31 -rw-rw-r-- 1 1001 1001 4131 Jan 28 08:17 ZMQWindows.md 08:22:31 drwxrwxr-x 2 1001 1001 4096 Jan 28 08:17 bin 08:22:31 drwxrwxr-x 15 1001 1001 4096 Jan 28 08:17 cmd 08:22:31 -rw-r--r-- 1 root root 564700 Jan 28 08:21 coverage.out 08:22:31 -rw-r--r-- 1 root root 1053 Jan 28 08:22 go.mod 08:22:31 -rw-r--r-- 1 root root 19080 Jan 28 08:22 go.sum 08:22:31 drwxrwxr-x 8 1001 1001 4096 Jan 28 08:17 internal 08:22:31 drwxrwxr-x 4 1001 1001 4096 Jan 28 08:17 openapi 08:22:31 drwxrwxr-x 4 1001 1001 4096 Jan 28 08:17 snap 08:22:31 -rw-rw-r-- 1 1001 1001 168 Jan 28 08:17 version.go [Pipeline] sh 08:22:31 + '[' -e coverage.out ] 08:22:31 + chown 1001:1001 coverage.out [Pipeline] stash 08:22:31 Warning: overwriting stash ‘coverage-report’ 08:22:33 Stashed 1 file(s) [Pipeline] sh 08:22:33 + make build 08:22:33 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 08:22:36 Still waiting to schedule task 08:22:36 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:22:43 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 08:23:06 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 08:23:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:23:14 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 08:23:16 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 08:23:20 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 08:23:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:23:28 Running on prd-ubuntu18.04-docker-8c-8g-23713 in /w/workspace/edgexfoundry_edgex-go_PR-3078 [Pipeline] { 08:23:28 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 [Pipeline] ws 08:23:28 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 08:23:30 using credential edgex-jenkins-ssh 08:23:30 Cloning the remote Git repository 08:23:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:23:30 > git init /w/workspace/edgex-go/5 # timeout=10 08:23:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:23:30 > git --version # timeout=10 08:23:30 > git --version # 'git version 2.17.1' 08:23:30 using GIT_SSH to set credentials SSH Credentials for GitHub 08:23:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:23:32 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 08:23:36 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 08:23:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:23:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:23:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:23:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:23:36 using GIT_SSH to set credentials SSH Credentials for GitHub 08:23:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3078/head:refs/remotes/origin/PR-3078 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:23:37 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:23:37 Merge succeeded, producing 0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:23:37 Checking out Revision 0cc3e3219049fdf712ebbcbcf561b47189c8f295 (PR-3078) 08:23:37 > git config core.sparsecheckout # timeout=10 08:23:37 > git checkout -f 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # timeout=10 08:23:37 > git remote # timeout=10 08:23:37 > git config --get remote.origin.url # timeout=10 08:23:37 using GIT_SSH to set credentials SSH Credentials for GitHub 08:23:37 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 08:23:37 > git rev-parse HEAD^{commit} # timeout=10 08:23:37 > git config core.sparsecheckout # timeout=10 08:23:37 > git checkout -f 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # timeout=10 08:23:40 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 08:23:41 Commit message: "feat(meta): Invoke Device Service callback for DeviceProfile change" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:23:42 + echo snap-build.sh 08:23:42 snap-build.sh 08:23:42 + SNAP_BASE_DIR=. 08:23:42 + '[' '!' -z /w/workspace/edgex-go/5 ']' 08:23:42 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 08:23:42 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 08:23:42 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 08:23:42 + cd /w/workspace/edgex-go/5 08:23:42 + sudo apt-get remove -qy --purge lxd lxd-client 08:23:42 Reading package lists... 08:23:42 Building dependency tree... 08:23:42 Reading state information... 08:23:42 The following packages were automatically installed and are no longer required: 08:23:42 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:23:42 uidmap xdelta3 08:23:42 Use 'sudo apt autoremove' to remove them. 08:23:42 The following packages will be REMOVED: 08:23:42 lxd* lxd-client* 08:23:43 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:23:43 After this operation, 31.7 MB disk space will be freed. 08:23:43 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 08:23:44 (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.) 08:23:44 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:23:45 Removing lxd dnsmasq configuration 08:23:45 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:23:45 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:23:46 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:23:46 (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.) 08:23:46 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:23:48 Processing triggers for systemd (237-3ubuntu10.42) ... 08:23:48 Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] } 08:23:49 $ docker stop --time=1 97484dea265a17dd060f2fa8e4d7c59b1451be3770da84df4c130381d530afc9 08:23:49 + sudo snap remove --purge lxd 08:23:49 snap "lxd" is not installed 08:23:49 + sudo groupadd --force --system lxd 08:23:49 ++ whoami 08:23:49 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:23:49 + newgrp - lxd 08:23:49 + sudo snap install lxd 08:23:51 $ docker rm -f 97484dea265a17dd060f2fa8e4d7c59b1451be3770da84df4c130381d530afc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:23:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:23:53 08:23:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:23:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:23:54 latest: Pulling from edgex-devops/edgex-compose-arm64 08:23:54 29e5d40040c1: Pulling fs layer 08:23:54 1ce36da41761: Pulling fs layer 08:23:54 25b303627fd3: Pulling fs layer 08:23:55 29e5d40040c1: Verifying Checksum 08:23:55 29e5d40040c1: Download complete 08:23:55 1ce36da41761: Verifying Checksum 08:23:55 1ce36da41761: Download complete 08:23:55 29e5d40040c1: Pull complete 08:23:56 1ce36da41761: Pull complete 08:23:56 25b303627fd3: Verifying Checksum 08:23:56 25b303627fd3: Download complete 08:23:57 2021-01-28T08:23:55Z INFO Waiting for automatic snapd restart... 08:24:07 25b303627fd3: Pull complete 08:24:07 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:24:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:24:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:24:07 prd-ubuntu18.04-docker-arm64-4c-16g-23712 does not seem to be running inside a container 08:24:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:24:10 $ docker top 551f10b13f64eb4a4e1a801cf61866be52e42717ec35da70e56bb0ab23da91bf -eo pid,comm [Pipeline] { [Pipeline] sh 08:24:11 + docker-compose build --help 08:24:11 + grep parallel 08:24:15 --parallel Build images in parallel. [Pipeline] } 08:24:15 $ docker stop --time=1 551f10b13f64eb4a4e1a801cf61866be52e42717ec35da70e56bb0ab23da91bf 08:24:16 lxd 4.10 from Canonical* installed 08:24:16 + sudo lxd init --auto 08:24:17 $ docker rm -f 551f10b13f64eb4a4e1a801cf61866be52e42717ec35da70e56bb0ab23da91bf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:24:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:24:18 . [Pipeline] withDockerContainer 08:24:18 prd-ubuntu18.04-docker-arm64-4c-16g-23712 does not seem to be running inside a container 08:24:18 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:24:20 $ docker top 3916af18e0487b69ae7aa93077f5a45b2de9c776e81beb265fe7cab7c5c8f5fc -eo pid,comm [Pipeline] { [Pipeline] sh 08:24:21 + docker-compose -f ./docker-compose-build.yml build --parallel 08:24:22 + sudo snap install --classic snapcraft 08:24:25 Building docker-core-command-go ... 08:24:25 Building docker-core-data-go ... 08:24:25 Building docker-core-metadata-go ... 08:24:25 Building docker-security-bootstrapper-go ... 08:24:25 Building docker-security-proxy-setup-go ... 08:24:25 Building docker-security-secretstore-setup-go ... 08:24:25 Building docker-support-notifications-go ... 08:24:25 Building docker-support-scheduler-go ... 08:24:25 Building docker-sys-mgmt-agent-go ... 08:24:25 Building docker-support-notifications-go 08:24:25 Building docker-security-secretstore-setup-go 08:24:25 Building docker-core-metadata-go 08:24:25 Building docker-support-scheduler-go 08:24:25 Building docker-security-proxy-setup-go 08:24:28 snapcraft 4.4.4 from Canonical* installed 08:24:28 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 08:24:28 + patch --verbose -p1 08:24:28 Hmm... Looks like a unified diff to me... 08:24:28 The text leading up to this was: 08:24:28 -------------------------- 08:24:28 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 08:24:28 |From: Tony Espy 08:24:28 |Date: Wed, 16 Dec 2020 16:34:55 -0500 08:24:28 |Subject: [PATCH] optimize snap build for pipeline CI check 08:24:28 | 08:24:28 |This patch is used by the EdgeX CI pipeline builds to 08:24:28 |optimize the snap CI check run for pull requests. When 08:24:28 |applied, it essentially strips out everything (apps and 08:24:28 |parts) from the snapcraft.yaml file except those required 08:24:28 |to build edgex-go, as the whole idea of the CI check is to 08:24:28 |catch changes to edgex-go that break the snap build. 08:24:28 | 08:24:28 |In general, anyone updating snapcraft.yaml will also need 08:24:28 |to update this patch file, otherwise it may fail to apply, 08:24:28 |resulting in a failed snap build CI check in the associated 08:24:28 |pull request. 08:24:28 | 08:24:28 |Note - in addition to applying this patch, the pipeline also 08:24:28 |only primes the snap (e.g. `snapcraft prime`), as there's no 08:24:28 |need to build the finally binary .snap file (and it won't 08:24:28 |work with the patch applied). This further reduces the build 08:24:28 |time. 08:24:28 |--- 08:24:28 | snap/snapcraft.yaml | 461 +------------------------------------------- 08:24:28 | 1 file changed, 2 insertions(+), 459 deletions(-) 08:24:28 | 08:24:28 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 08:24:28 |index 1e537489..faf42425 100644 08:24:28 |--- a/snap/snapcraft.yaml 08:24:28 |+++ b/snap/snapcraft.yaml 08:24:28 -------------------------- 08:24:28 patching file snap/snapcraft.yaml 08:24:28 Using Plan A... 08:24:28 Hunk #1 succeeded at 73. 08:24:28 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 08:24:28 Hunk #3 succeeded at 214 (offset -1 lines). 08:24:28 Hunk #4 succeeded at 222 (offset -1 lines). 08:24:28 Hunk #5 succeeded at 229 (offset -1 lines). 08:24:28 Hunk #6 succeeded at 256 (offset -1 lines). 08:24:28 Hunk #7 succeeded at 290 (offset -1 lines). 08:24:28 Hunk #8 succeeded at 342. 08:24:28 Hmm... Ignoring the trailing garbage. 08:24:28 done 08:24:28 + sudo snapcraft prime --use-lxd 08:24:29 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:24:29 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: 08:24:29 - README.md 08:24:29 - snapcraft.yaml.orig 08:24:29 08:24:29 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:24:30 Launching a container. 08:24:42 Waiting for container to be ready 08:24:42 To start your first instance, try: lxc launch ubuntu:18.04 08:24:42 08:24:45 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:24:45 Waiting for network to be ready... 08:24:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:24:46 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:24:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 08:24:46 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:24:47 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:24:47 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:24:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 08:24:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 08:24:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 08:24:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 08:24:47 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:24:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 08:24:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 08:24:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:24:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:24:47 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:24:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:24:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 08:24:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:24:47 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 08:24:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 08:24:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 08:24:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 08:24:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 08:24:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 08:24:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 08:24:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 08:24:50 Fetched 23.8 MB in 4s (5434 kB/s) 08:24:51 Reading package lists... 08:24:51 Reading package lists... 08:24:51 Building dependency tree... 08:24:51 Reading state information... 08:24:51 The following additional packages will be installed: 08:24:51 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:24:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:24:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:24:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:24:51 Suggested packages: 08:24:51 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:24:51 Recommended packages: 08:24:51 gnupg libsasl2-modules 08:24:51 The following NEW packages will be installed: 08:24:51 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:24:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:24:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:24:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:24:51 The following packages will be upgraded: 08:24:51 gpg gpg-agent gpgconf libudev1 08:24:51 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 08:24:51 Need to get 3533 kB of archives. 08:24:51 After this operation, 13.3 MB of additional disk space will be used. 08:24:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 08:24:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 08:24:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 08:24:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 08:24:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 08:24:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 08:24:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 08:24:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 08:24:51 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 08:24:52 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 08:24:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:24:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:24:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:24:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:24:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:24:52 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:24:52 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:24:52 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:24:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:24:52 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:24:52 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:24:52 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:24:52 debconf: delaying package configuration, since apt-utils is not installed 08:24:52 Fetched 3533 kB in 1s (3543 kB/s) 08:24:53 (Reading database ... 12511 files and directories currently installed.) 08:24:53 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 08:24:53 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:24:53 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 08:24:53 Selecting previously unselected package udev. 08:24:53 (Reading database ... 12511 files and directories currently installed.) 08:24:53 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 08:24:53 Unpacking udev (237-3ubuntu10.44) ... 08:24:53 Selecting previously unselected package libfuse2:amd64. 08:24:53 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:24:53 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:24:53 Selecting previously unselected package fuse. 08:24:53 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:24:53 Unpacking fuse (2.9.7-1ubuntu1) ... 08:24:53 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 08:24:53 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:24:53 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 08:24:53 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:24:54 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 08:24:54 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:24:54 Selecting previously unselected package libksba8:amd64. 08:24:54 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:24:54 Unpacking libksba8:amd64 (1.3.5-2) ... 08:24:54 Selecting previously unselected package libroken18-heimdal:amd64. 08:24:54 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:54 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:54 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:24:54 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:54 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:54 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:24:54 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:54 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:54 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:24:54 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:54 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:54 Selecting previously unselected package libwind0-heimdal:amd64. 08:24:54 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:54 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:54 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:24:54 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:54 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:55 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:24:55 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:55 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:55 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:24:55 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:55 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:55 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:24:55 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:55 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:55 Selecting previously unselected package libsasl2-modules-db:amd64. 08:24:55 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:24:55 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:24:55 Selecting previously unselected package libsasl2-2:amd64. 08:24:55 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:24:55 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:24:55 Selecting previously unselected package libldap-common. 08:24:55 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 08:24:55 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 08:24:55 Selecting previously unselected package libldap-2.4-2:amd64. 08:24:55 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 08:24:55 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 08:24:55 Selecting previously unselected package dirmngr. 08:24:55 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 08:24:55 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 08:24:55 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 08:24:56 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 08:24:56 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:24:56 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:24:56 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:24:56 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 08:24:56 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:56 Setting up libksba8:amd64 (1.3.5-2) ... 08:24:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:24:56 Setting up udev (237-3ubuntu10.44) ... 08:24:56 invoke-rc.d: policy-rc.d denied execution of start. 08:24:56 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:56 Processing triggers for systemd (237-3ubuntu10) ... 08:24:56 Setting up fuse (2.9.7-1ubuntu1) ... 08:24:56 Setting up gpg (2.2.4-1ubuntu1.3) ... 08:24:56 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:56 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:56 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:56 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:56 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:57 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:57 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:57 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 08:24:57 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 08:24:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:24:57 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:24:57 settings in the [Install] section, and DefaultInstance for template units). 08:24:57 This means they are not meant to be enabled using systemctl. 08:24:57 Possible reasons for having this kind of units are: 08:24:57 1) A unit may be statically enabled by being symlinked from another unit's 08:24:57 .wants/ or .requires/ directory. 08:24:57 2) A unit's purpose may be to act as a helper for some other unit which has 08:24:57 a requirement dependency on it. 08:24:57 3) A unit may be started when needed via activation (socket, path, timer, 08:24:57 D-Bus, udev, scripted systemctl call, ...). 08:24:57 4) In case of template units, the unit is meant to be enabled with some 08:24:57 instance name specified. 08:24:58 Reading package lists... 08:24:58 Building dependency tree... 08:24:58 Reading state information... 08:24:58 The following additional packages will be installed: 08:24:58 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:24:58 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:24:58 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:24:58 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:24:58 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:24:58 Suggested packages: 08:24:58 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:24:58 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:24:58 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:24:58 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:24:58 systemd-container policykit-1 08:24:58 Recommended packages: 08:24:58 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:24:58 The following NEW packages will be installed: 08:24:58 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:24:58 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:24:58 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:24:58 multiarch-support openssh-client python3 python3-minimal python3.6 08:24:58 python3.6-minimal snapd squashfs-tools sudo 08:24:58 The following packages will be upgraded: 08:24:58 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:24:58 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 08:24:58 Need to get 35.2 MB of archives. 08:24:58 After this operation, 141 MB of additional disk space will be used. 08:24:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 08:24:58 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 08:24:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 08:24:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 08:24:59 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 08:24:59 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:24:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:24:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:24:59 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:24:59 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:24:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:24:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:24:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:24:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:24:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 08:24:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:24:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 08:24:59 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:24:59 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 08:24:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 08:24:59 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 08:24:59 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:24:59 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:24:59 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:24:59 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:24:59 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:24:59 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:24:59 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:24:59 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 08:24:59 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:25:00 debconf: delaying package configuration, since apt-utils is not installed 08:25:00 Fetched 35.2 MB in 2s (16.8 MB/s) 08:25:00 (Reading database ... 12757 files and directories currently installed.) 08:25:00 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 08:25:00 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:25:01 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 08:25:01 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:25:01 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 08:25:01 (Reading database ... 12757 files and directories currently installed.) 08:25:01 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 08:25:02 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 08:25:02 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 08:25:02 (Reading database ... 12757 files and directories currently installed.) 08:25:02 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 08:25:02 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 08:25:02 Setting up apt (1.6.12ubuntu0.2) ... 08:25:02 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:25:03 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:25:03 (Reading database ... 12764 files and directories currently installed.) 08:25:03 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:25:03 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:25:03 Selecting previously unselected package libpython3.6-minimal:amd64. 08:25:03 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:25:03 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:25:03 Selecting previously unselected package libexpat1:amd64. 08:25:03 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:25:03 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:25:03 Selecting previously unselected package python3.6-minimal. 08:25:03 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:25:03 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:25:04 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 08:25:04 Checking for services that may need to be restarted...done. 08:25:04 Checking for services that may need to be restarted...done. 08:25:04 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:25:04 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:25:04 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:25:04 Selecting previously unselected package python3-minimal. 08:25:04 (Reading database ... 13012 files and directories currently installed.) 08:25:04 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:25:04 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:25:04 Selecting previously unselected package mime-support. 08:25:04 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:25:05 Unpacking mime-support (3.60ubuntu1) ... 08:25:05 Selecting previously unselected package libmpdec2:amd64. 08:25:05 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:25:05 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:25:05 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:25:05 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:25:05 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:25:05 Selecting previously unselected package python3.6. 08:25:05 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:25:05 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:25:05 Selecting previously unselected package libpython3-stdlib:amd64. 08:25:05 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:25:05 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:25:05 Setting up python3-minimal (3.6.7-1~18.04) ... 08:25:05 Selecting previously unselected package python3. 08:25:05 (Reading database ... 13442 files and directories currently installed.) 08:25:05 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:25:05 Unpacking python3 (3.6.7-1~18.04) ... 08:25:05 Selecting previously unselected package multiarch-support. 08:25:05 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:25:05 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:25:06 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:25:06 Selecting previously unselected package liblzo2-2:amd64. 08:25:06 (Reading database ... 13479 files and directories currently installed.) 08:25:06 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:25:06 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:25:06 Selecting previously unselected package libbsd0:amd64. 08:25:06 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:25:06 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:25:06 Selecting previously unselected package sudo. 08:25:06 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:25:06 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:25:06 Selecting previously unselected package apparmor. 08:25:06 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:25:06 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:25:06 Selecting previously unselected package libedit2:amd64. 08:25:06 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:25:06 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:25:06 Selecting previously unselected package libkrb5support0:amd64. 08:25:06 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:25:06 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:25:06 Selecting previously unselected package libk5crypto3:amd64. 08:25:06 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:25:06 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:25:06 Selecting previously unselected package libkeyutils1:amd64. 08:25:06 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:25:06 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:25:07 Selecting previously unselected package libkrb5-3:amd64. 08:25:07 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:25:07 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:25:07 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:25:07 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:25:07 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:25:07 Selecting previously unselected package libssl1.0.0:amd64. 08:25:07 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 08:25:07 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:25:07 Selecting previously unselected package openssh-client. 08:25:07 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:25:07 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:25:07 Selecting previously unselected package squashfs-tools. 08:25:07 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:25:07 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:25:08 Selecting previously unselected package snapd. 08:25:08 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 08:25:08 Unpacking snapd (2.48+18.04) ... 08:25:09 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:25:09 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:25:09 Setting up mime-support (3.60ubuntu1) ... 08:25:10 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:25:10 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:25:10 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:25:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:25:10 Setting up systemd (237-3ubuntu10.44) ... 08:25:10 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:25:11 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:25:11 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:25:11 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:25:11 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:25:11 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:25:11 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:25:12 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:25:12 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:25:12 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:25:12 Setting up python3 (3.6.7-1~18.04) ... 08:25:12 running python rtupdate hooks for python3.6... 08:25:12 running python post-rtupdate hooks for python3.6... 08:25:12 Setting up apparmor (2.12-4ubuntu5.1) ... 08:25:15 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:25:15 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:25:15 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:25:15 Setting up snapd (2.48+18.04) ... 08:25:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:25:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:25:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:25:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:25:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:25:16 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:25:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:25:17 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:25:17 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:25:17 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:25:17 /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' 08:25:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:25:17 Processing triggers for systemd (237-3ubuntu10.44) ... 08:25:18 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:25:18 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:25:18 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:25:19 Reading package lists... 08:25:20 Reading package lists... 08:25:20 Building dependency tree... 08:25:20 Reading state information... 08:25:20 Calculating upgrade... 08:25:20 The following packages will be upgraded: 08:25:20 advancecomp base-files bash binutils binutils-common 08:25:20 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:25:20 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:25:20 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:25:20 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:25:20 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:25:20 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:25:20 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 08:25:20 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 08:25:20 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 08:25:20 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 08:25:20 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 08:25:20 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 08:25:20 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 08:25:20 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:25:21 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:25:21 Need to get 63.8 MB of archives. 08:25:21 After this operation, 5205 kB of additional disk space will be used. 08:25:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 08:25:21 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:25:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:25:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:25:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:25:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:25:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:25:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:25:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:25:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:25:21 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:25:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:25:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:25:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:25:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:25:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:25:21 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:25:21 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:25:21 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:25:21 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:25:21 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:25:21 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:25:21 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:25:21 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:25:21 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:25:21 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:25:21 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:25:21 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:25:21 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:25:21 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:25:21 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:25:21 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:25:21 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:25:21 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:25:21 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:25:21 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 08:25:21 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 08:25:21 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:25:21 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:25:21 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 08:25:21 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 08:25:21 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 08:25:21 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:25:21 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:25:21 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:25:21 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 08:25:21 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:25:21 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:25:21 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] 08:25:21 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 08:25:21 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 08:25:21 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 08:25:21 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:25:21 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:25:21 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:25:21 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:25:22 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:25:22 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:25:22 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:25:22 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:25:22 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:25:22 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:25:22 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:25:22 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:25:22 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:25:22 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:25:22 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:25:22 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:25:22 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:25:22 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:25:22 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:25:22 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:25:22 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:25:22 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:25:22 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:25:22 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:25:22 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:25:22 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:25:23 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:25:23 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:25:23 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:25:23 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:25:23 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] 08:25:23 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:25:23 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 08:25:23 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] 08:25:23 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:25:23 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:25:23 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:25:23 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 08:25:23 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:25:23 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:25:23 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] 08:25:23 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:25:23 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:25:23 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:25:23 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:25:23 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:25:23 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:25:23 debconf: delaying package configuration, since apt-utils is not installed 08:25:23 Fetched 63.8 MB in 3s (24.3 MB/s) 08:25:23 (Reading database ... 13912 files and directories currently installed.) 08:25:23 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:25:23 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:25:24 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:25:24 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:25:24 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 08:25:24 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 08:25:25 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:25:25 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:25:25 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:25:25 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:25:25 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:25:25 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:25:25 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:25:25 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:25:25 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:25:25 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:25:26 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:25:26 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:25:26 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:25:26 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:25:26 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:26 (Reading database ... 13911 files and directories currently installed.) 08:25:26 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:25:26 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:25:26 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:25:26 (Reading database ... 13911 files and directories currently installed.) 08:25:26 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:25:26 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:25:27 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:25:27 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:25:27 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:25:27 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:25:27 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:27 (Reading database ... 13911 files and directories currently installed.) 08:25:27 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:25:27 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:25:28 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:25:28 (Reading database ... 13911 files and directories currently installed.) 08:25:28 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:25:28 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:25:28 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:25:28 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:25:28 Setting up base-files (10.1ubuntu2.10) ... 08:25:28 Installing new version of config file /etc/issue ... 08:25:28 Installing new version of config file /etc/issue.net ... 08:25:28 Installing new version of config file /etc/lsb-release ... 08:25:28 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:25:29 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:25:29 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:25:29 Removing obsolete conffile /etc/default/motd-news ... 08:25:29 (Reading database ... 13912 files and directories currently installed.) 08:25:29 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:25:29 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:25:29 Setting up bash (4.4.18-2ubuntu1.2) ... 08:25:29 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 08:25:29 (Reading database ... 13912 files and directories currently installed.) 08:25:29 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:25:29 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:25:29 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:25:29 (Reading database ... 13912 files and directories currently installed.) 08:25:29 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:25:29 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:25:30 Setting up tar (1.29b-2ubuntu0.2) ... 08:25:30 (Reading database ... 13912 files and directories currently installed.) 08:25:30 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:25:30 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:25:30 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:25:30 (Reading database ... 13912 files and directories currently installed.) 08:25:30 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:25:30 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:25:31 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:25:31 (Reading database ... 13912 files and directories currently installed.) 08:25:31 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:25:31 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:25:31 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:25:31 (Reading database ... 13912 files and directories currently installed.) 08:25:31 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:25:31 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:25:31 Setting up grep (3.1-2build1) ... 08:25:31 (Reading database ... 13912 files and directories currently installed.) 08:25:31 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:25:31 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:25:31 Setting up login (1:4.5-1ubuntu2) ... 08:25:31 (Reading database ... 13912 files and directories currently installed.) 08:25:31 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:25:31 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:25:32 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:25:32 (Reading database ... 13912 files and directories currently installed.) 08:25:32 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:25:32 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:25:32 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:25:32 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:25:32 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:25:32 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:25:33 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:25:33 (Reading database ... 13912 files and directories currently installed.) 08:25:33 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:25:33 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:25:34 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:25:34 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:25:34 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:25:34 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:25:34 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:25:34 (Reading database ... 13912 files and directories currently installed.) 08:25:34 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:25:34 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:25:35 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:25:35 (Reading database ... 13912 files and directories currently installed.) 08:25:35 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:25:35 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:25:35 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:25:35 (Reading database ... 13912 files and directories currently installed.) 08:25:35 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:25:35 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:25:35 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:25:35 (Reading database ... 13912 files and directories currently installed.) 08:25:35 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:25:35 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:25:36 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:25:36 (Reading database ... 13912 files and directories currently installed.) 08:25:36 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:25:36 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:25:36 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:25:36 (Reading database ... 13912 files and directories currently installed.) 08:25:36 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:25:36 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:25:36 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:25:36 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:25:36 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:25:36 (Reading database ... 13912 files and directories currently installed.) 08:25:36 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:25:36 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:25:37 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:25:37 (Reading database ... 13912 files and directories currently installed.) 08:25:37 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:25:37 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:25:37 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:25:37 (Reading database ... 13912 files and directories currently installed.) 08:25:37 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:25:37 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:25:37 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:25:38 (Reading database ... 13912 files and directories currently installed.) 08:25:38 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:25:38 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:25:39 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:25:39 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:25:39 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:25:39 (Reading database ... 13912 files and directories currently installed.) 08:25:39 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:25:39 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:25:39 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:25:39 (Reading database ... 13912 files and directories currently installed.) 08:25:39 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:25:39 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:25:40 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:25:40 (Reading database ... 13914 files and directories currently installed.) 08:25:40 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:25:40 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:25:40 Setting up debconf (1.5.66ubuntu1) ... 08:25:40 (Reading database ... 13914 files and directories currently installed.) 08:25:40 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:25:40 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:25:40 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:25:41 (Reading database ... 13914 files and directories currently installed.) 08:25:41 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:25:41 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:25:41 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:25:41 (Reading database ... 13914 files and directories currently installed.) 08:25:41 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:25:41 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:25:41 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:25:42 (Reading database ... 13914 files and directories currently installed.) 08:25:42 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:25:42 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:25:42 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:25:42 (Reading database ... 13914 files and directories currently installed.) 08:25:42 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:25:42 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:25:42 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:25:42 (Reading database ... 13914 files and directories currently installed.) 08:25:42 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:25:42 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:25:43 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 08:25:43 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:25:43 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:25:43 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:25:43 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:25:43 (Reading database ... 13914 files and directories currently installed.) 08:25:43 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:25:43 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:25:43 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:25:43 (Reading database ... 13914 files and directories currently installed.) 08:25:43 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:25:44 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:25:44 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:25:44 (Reading database ... 13914 files and directories currently installed.) 08:25:44 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:25:44 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:25:44 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:25:44 (Reading database ... 13914 files and directories currently installed.) 08:25:44 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 08:25:44 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 08:25:44 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 08:25:44 (Reading database ... 13914 files and directories currently installed.) 08:25:44 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:25:45 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:25:45 Setting up passwd (1:4.5-1ubuntu2) ... 08:25:45 (Reading database ... 13914 files and directories currently installed.) 08:25:45 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 08:25:45 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:25:45 Setting up gpgv (2.2.4-1ubuntu1.3) ... 08:25:45 (Reading database ... 13914 files and directories currently installed.) 08:25:45 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:25:45 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:25:45 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:25:46 (Reading database ... 13914 files and directories currently installed.) 08:25:46 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:25:46 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:25:46 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:25:46 (Reading database ... 13914 files and directories currently installed.) 08:25:46 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:25:46 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:25:46 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:25:46 (Reading database ... 13914 files and directories currently installed.) 08:25:46 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:25:46 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:25:46 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:25:47 (Reading database ... 13914 files and directories currently installed.) 08:25:47 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 08:25:47 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 08:25:47 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 08:25:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:25:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:25:47 ---> adde3ae0606b 08:25:47 Step 3/22 : WORKDIR /edgex-go 08:25:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:25:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:25:47 ---> adde3ae0606b 08:25:47 Step 3/24 : WORKDIR /edgex-go 08:25:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:25:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:25:47 ---> adde3ae0606b 08:25:47 Step 3/23 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:25:47 08:25:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:25:47 ---> adde3ae0606b 08:25:47 Step 3/22 : WORKDIR /edgex-go 08:25:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:25:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:25:47 ---> adde3ae0606b 08:25:47 Step 3/21 : WORKDIR /edgex-go 08:25:47 ---> Running in bda56eaeeb15 08:25:47 ---> Running in d07de495ebe3 08:25:47 ---> Running in f9a097fca34c 08:25:47 ---> Running in f4d9c4eb1040 08:25:47 ---> Running in 91a618e404f5 08:25:47 Removing intermediate container bda56eaeeb15 08:25:47 Removing intermediate container d07de495ebe3 08:25:47 ---> 7826b7d9790b 08:25:47 ---> 7da949255d06 08:25:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:47 Removing intermediate container 91a618e404f5 08:25:47 ---> 144a8dd7860f 08:25:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:47 Removing intermediate container f9a097fca34c 08:25:47 ---> a4171f5d805f 08:25:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:47 Removing intermediate container f4d9c4eb1040 08:25:47 ---> 6a458ed64614 08:25:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:47 ---> Running in de95424f0365 08:25:47 ---> Running in 3491d0ba8d4b 08:25:47 ---> Running in e43c5c129dec 08:25:47 ---> Running in 7cd35045b84d 08:25:47 ---> Running in 760ceb86305c 08:25:47 Removing intermediate container de95424f0365 08:25:47 ---> 11cfe8654b83 08:25:47 Step 5/24 : RUN apk add --update --no-cache make git 08:25:47 ---> Running in 266fda3d1c26 08:25:47 Removing intermediate container 3491d0ba8d4b 08:25:47 ---> 7b16d3d38a54 08:25:47 Step 5/21 : RUN apk add --update --no-cache make git 08:25:47 Removing intermediate container e43c5c129dec 08:25:47 ---> d62d27c99878 08:25:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:25:47 ---> Running in e6c015f22f14 08:25:47 Removing intermediate container 760ceb86305c 08:25:47 ---> Running in aa8d649e4eca 08:25:47 ---> 8e8c06f5a53c 08:25:47 Step 5/23 : RUN apk add --update --no-cache make git 08:25:47 Removing intermediate container 7cd35045b84d 08:25:47 ---> 4ee9f6dbf0e8 08:25:47 Step 5/22 : RUN apk add --update --no-cache make git 08:25:47 ---> Running in bb7c59124e03 08:25:47 ---> Running in 7eecd5a0d716 08:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:47 OK: 217 MiB in 51 packages 08:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:47 (Reading database ... 13914 files and directories currently installed.) 08:25:47 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 08:25:47 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 08:25:47 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 08:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:47 (Reading database ... 13915 files and directories currently installed.) 08:25:47 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:25:47 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:25:47 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:25:47 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:25:47 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:25:47 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:25:48 OK: 217 MiB in 51 packages 08:25:48 OK: 217 MiB in 51 packages 08:25:48 OK: 217 MiB in 51 packages 08:25:48 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 08:25:48 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 08:25:48 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:25:48 Removing intermediate container 266fda3d1c26 08:25:48 ---> 77ddc1e160ec 08:25:48 Step 6/24 : COPY go.mod . 08:25:48 OK: 217 MiB in 51 packages 08:25:48 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:25:48 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:25:48 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:25:49 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:25:49 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:25:49 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:25:49 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:25:49 ---> 34b693ba59dc 08:25:49 Step 7/24 : RUN go mod download 08:25:49 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:25:49 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:25:49 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:25:49 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:25:49 ---> Running in 6da4b45796e3 08:25:49 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:25:49 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:25:49 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 08:25:49 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 08:25:49 Removing intermediate container aa8d649e4eca 08:25:49 ---> 1dd94951cd8e 08:25:49 Step 6/22 : COPY go.mod . 08:25:49 Removing intermediate container bb7c59124e03 08:25:49 ---> 2228d8edc13e 08:25:49 Step 6/23 : COPY go.mod . 08:25:50 Removing intermediate container 7eecd5a0d716 08:25:50 ---> 5e0faa417983 08:25:50 Step 6/22 : COPY go.mod . 08:25:50 Removing intermediate container e6c015f22f14 08:25:50 ---> eee6e04fa264 08:25:50 Step 6/21 : COPY go.mod . 08:25:50 ---> 783d89b8126b 08:25:50 Step 7/22 : RUN go mod download 08:25:50 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:25:50 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:25:50 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:25:50 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:25:51 ---> Running in 0272107144b1 08:25:51 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:25:51 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:25:51 ---> 2291746f3148 08:25:51 Step 7/23 : RUN go mod download 08:25:51 ---> 84f1e7cd3c40 08:25:51 Step 7/22 : RUN go mod download 08:25:51 ---> 53e119210cae 08:25:51 Step 7/21 : RUN go mod download 08:25:51 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:25:51 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:25:51 ---> Running in f0cf80bbf2d0 08:25:51 ---> Running in d159b9f643c2 08:25:51 ---> Running in 0bf156734f0e 08:25:51 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:25:51 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:25:51 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:25:51 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:25:51 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:51 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:51 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:52 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:52 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:52 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:52 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:52 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:53 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:53 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:53 Removing intermediate container 6da4b45796e3 08:25:53 ---> 1ea0ebc1bb9a 08:25:53 Step 8/24 : COPY . . 08:25:54 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:54 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:55 Removing intermediate container 0272107144b1 08:25:55 ---> ea581b98d281 08:25:55 Step 8/22 : COPY . . 08:25:55 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:55 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:55 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:55 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:56 Removing intermediate container f0cf80bbf2d0 08:25:56 ---> f61c5d5e0678 08:25:56 Step 8/22 : COPY . . 08:25:57 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:57 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:57 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:25:57 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:25:57 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:25:57 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:25:57 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:25:57 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:25:57 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:25:57 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:25:57 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:25:57 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:25:57 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:25:57 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:25:57 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:25:57 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:25:57 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:57 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:25:57 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:57 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:57 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:57 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:25:57 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:25:57 Removing intermediate container d159b9f643c2 08:25:57 ---> 1bf7b63ca6f9 08:25:57 Step 8/23 : COPY . . 08:25:57 Removing intermediate container 0bf156734f0e 08:25:57 ---> cfe4ab4c7560 08:25:57 Step 8/21 : COPY . . 08:25:57 Setting up tzdata (2020f-0ubuntu0.18.04) ... 08:25:57 08:25:57 Current default time zone: 'Etc/UTC' 08:25:57 Local time is now: Thu Jan 28 08:25:57 UTC 2021. 08:25:57 Universal Time is now: Thu Jan 28 08:25:57 UTC 2021. 08:25:57 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:25:57 08:25:57 Setting up systemd-sysv (237-3ubuntu10.44) ... 08:25:57 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:57 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 08:25:57 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:25:58 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:25:58 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:25:58 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:25:58 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:25:58 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:25:58 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:25:58 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:58 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:25:58 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:25:58 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 08:25:58 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:58 Setting up patch (2.7.6-2ubuntu1.1) ... 08:25:58 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:25:58 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:25:58 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 08:25:59 Installing new version of config file /etc/ssl/openssl.cnf ... 08:25:59 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:25:59 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:25:59 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 08:26:00 Updating certificates in /etc/ssl/certs... 08:26:01 22 added, 17 removed; done. 08:26:01 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:26:01 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:26:01 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:26:02 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:26:02 Setting up pkgbinarymangler (138.18.04.1) ... 08:26:02 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:26:02 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 08:26:02 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:26:02 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:26:02 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:26:02 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:26:02 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:26:02 Setting up perl (5.26.1-6ubuntu0.5) ... 08:26:02 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 08:26:02 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:26:02 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:26:02 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 08:26:02 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:26:02 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:26:02 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:26:02 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:26:02 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:26:02 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:26:02 Processing triggers for systemd (237-3ubuntu10.44) ... 08:26:02 Processing triggers for mime-support (3.60ubuntu1) ... 08:26:02 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 08:26:02 Updating certificates in /etc/ssl/certs... 08:26:03 0 added, 0 removed; done. 08:26:03 Running hooks in /etc/ca-certificates/update.d... 08:26:03 done. 08:26:04 Reading package lists... 08:26:04 Building dependency tree... 08:26:04 Reading state information... 08:26:04 The following NEW packages will be installed: 08:26:04 apt-transport-https 08:26:04 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:26:04 Need to get 1696 B of archives. 08:26:04 After this operation, 153 kB of additional disk space will be used. 08:26:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 08:26:04 debconf: delaying package configuration, since apt-utils is not installed 08:26:04 Fetched 1696 B in 0s (29.5 kB/s) 08:26:04 Selecting previously unselected package apt-transport-https. 08:26:04 (Reading database ... 13929 files and directories currently installed.) 08:26:04 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 08:26:04 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 08:26:04 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 08:26:05 Waiting for network to be ready... 08:26:10 2021-01-28T08:26:08Z INFO Waiting for automatic snapd restart... 08:26:10 snapd 2.48.2 from Canonical* installed 08:26:11 "snapd" switched to the "latest/stable" channel 08:26:11 08:26:14 core18 20201210 from Canonical* installed 08:26:14 "core18" switched to the "latest/stable" channel 08:26:14 08:26:17 snapcraft 4.4.4 from Canonical* installed 08:26:18 "snapcraft" switched to the "latest/stable" channel 08:26:18 08:26:19 ---> e134534014f3 08:26:19 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:26:19 ---> a23ec6cdc6a7 08:26:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:26:19 ---> 7b3cf2c08f8f 08:26:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:26:20 ---> def84fefbc6c 08:26:20 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:26:20 ---> 0d46fc714a1b 08:26:20 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:26:20 ---> Running in bbac7cd67378 08:26:20 ---> Running in fb40efe1f6ee 08:26:20 ---> Running in ccaac5b5995d 08:26:20 ---> Running in c16aaad2c05d 08:26:20 ---> Running in 0788e7608fec 08:26:22 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: 08:26:22 - README.md 08:26:22 - snapcraft.yaml.orig 08:26:22 08:26:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:26:22 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 08:26:22 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 08:26: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 08:26:23 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 08:26:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:26:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:26:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:26:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:26:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:26:29 Reading package lists... 08:26:30 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 08:26:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:26:36 Reading package lists... 08:26:36 Building dependency tree... 08:26:36 Reading state information... 08:26:36 Suggested packages: 08:26:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:26:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:26:36 Recommended packages: 08:26:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:26:36 The following NEW packages will be installed: 08:26:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:26:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:26:36 pkg-config zip 08:26:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:26:36 Need to get 7655 kB of archives. 08:26:36 After this operation, 43.7 MB of additional disk space will be used. 08:26:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 08:26:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 08:26:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 08:26:36 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:26:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 08:26:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:26:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:26:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:26:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:26:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:26:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:26:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:26:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:26:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:26:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:26:37 debconf: delaying package configuration, since apt-utils is not installed 08:26:37 Fetched 7655 kB in 1s (10.3 MB/s) 08:26:37 Selecting previously unselected package libglib2.0-0:amd64. 08:26:37 (Reading database ... 13933 files and directories currently installed.) 08:26:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 08:26:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:26:37 Selecting previously unselected package libpsl5:amd64. 08:26:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:26:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:26:37 Selecting previously unselected package libnghttp2-14:amd64. 08:26:37 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:26:37 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:26:37 Selecting previously unselected package librtmp1:amd64. 08:26:37 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:26:37 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:26:38 Selecting previously unselected package libcurl3-gnutls:amd64. 08:26:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 08:26:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:26:38 Selecting previously unselected package liberror-perl. 08:26:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:26:38 Unpacking liberror-perl (0.17025-1) ... 08:26:38 Selecting previously unselected package git-man. 08:26:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 08:26:38 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 08:26:38 Selecting previously unselected package git. 08:26:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 08:26:38 Unpacking git (1:2.17.1-1ubuntu0.7) ... 08:26:39 Selecting previously unselected package libnorm1:amd64. 08:26:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:26:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:26:39 Selecting previously unselected package libpgm-5.2-0:amd64. 08:26:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:26:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:26:39 Selecting previously unselected package libsodium23:amd64. 08:26:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:26:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:26:39 Selecting previously unselected package libzmq5:amd64. 08:26:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:26:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:26:39 Selecting previously unselected package libzmq3-dev:amd64. 08:26:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:26:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:26:39 Selecting previously unselected package pkg-config. 08:26:39 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:26:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:26:39 Selecting previously unselected package zip. 08:26:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:26:39 Unpacking zip (3.0-11build1) ... 08:26:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:26:40 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 08:26:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:26:40 Setting up liberror-perl (0.17025-1) ... 08:26:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:26:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:26:40 No schema files found: doing nothing. 08:26:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:26:40 Setting up zip (3.0-11build1) ... 08:26:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:26:40 Setting up libsodium23:amd64 (1.0.16-2) ... 08:26:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:26:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:26:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:26:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:26:40 Setting up git (1:2.17.1-1ubuntu0.7) ... 08:26:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:26:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:26:47 git set to automatically installed. 08:26:47 git-man set to automatically installed. 08:26:47 libcurl3-gnutls set to automatically installed. 08:26:47 liberror-perl set to automatically installed. 08:26:47 libglib2.0-0 set to automatically installed. 08:26:47 libnghttp2-14 set to automatically installed. 08:26:47 libnorm1 set to automatically installed. 08:26:47 libpgm-5.2-0 set to automatically installed. 08:26:47 libpsl5 set to automatically installed. 08:26:47 librtmp1 set to automatically installed. 08:26:47 libsodium23 set to automatically installed. 08:26:47 libzmq3-dev set to automatically installed. 08:26:47 libzmq5 set to automatically installed. 08:26:47 pkg-config set to automatically installed. 08:26:47 zip set to automatically installed. 08:26:48 snapd is not logged in, snap install commands will use sudo 08:26:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:26:56 snap "core18" has no updates available 08:26:57 Pulling config-common 08:26:58 Pulling go-build-helper 08:27:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:27:20 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:27:20 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:27:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 08:27:20 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:27:20 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:27:20 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:27:20 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:27:20 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:27:20 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:27:20 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:27:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 08:27:20 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 08:27:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 08:27:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 08:27:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 08:27:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 08:27:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 08:27:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:27:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 08:27:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 08:27:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 08:27:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 08:27:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 08:27:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 08:27:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 08:27:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 08:27:20 Fetched 23.8 MB in 0s (0 B/s) 08:27:20 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:27:20 Fetched 96.5 kB in 0s (0 B/s) 08:27:20 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:27:20 Fetched 279 kB in 0s (0 B/s) 08:27:20 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:27:20 Fetched 122 kB in 0s (0 B/s) 08:27:20 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:27:20 Fetched 77.8 kB in 0s (0 B/s) 08:27:20 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:27:20 Fetched 8848 B in 0s (0 B/s) 08:27:20 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:27:20 Fetched 47.8 kB in 0s (0 B/s) 08:27:20 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:27:20 Fetched 45.6 kB in 0s (0 B/s) 08:27:20 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:27:20 Fetched 15.0 kB in 0s (0 B/s) 08:27:20 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 08:27:20 Fetched 214 kB in 0s (0 B/s) 08:27:20 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 08:27:20 Fetched 155 kB in 0s (0 B/s) 08:27:20 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:27:20 Fetched 50.6 kB in 0s (0 B/s) 08:27:20 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:27:20 Fetched 14.8 kB in 0s (0 B/s) 08:27:20 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:27:20 Fetched 41.8 kB in 0s (0 B/s) 08:27:20 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:27:20 Fetched 499 kB in 0s (0 B/s) 08:27:20 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:27:20 Fetched 111 kB in 0s (0 B/s) 08:27:20 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:27:20 Fetched 240 kB in 0s (0 B/s) 08:27:20 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:27:20 Fetched 29.3 kB in 0s (0 B/s) 08:27:20 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:27:20 Fetched 85.5 kB in 0s (0 B/s) 08:27:20 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:27:20 Fetched 24.5 kB in 0s (0 B/s) 08:27:20 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:27:20 Fetched 49.2 kB in 0s (0 B/s) 08:27:20 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:27:20 Fetched 54.2 kB in 0s (0 B/s) 08:27:20 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:27:20 Fetched 30.8 kB in 0s (0 B/s) 08:27:20 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 08:27:20 Fetched 17.0 kB in 0s (0 B/s) 08:27:20 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:27:20 Fetched 85.9 kB in 0s (0 B/s) 08:27:20 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:27:20 Fetched 8720 B in 0s (0 B/s) 08:27:20 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 08:27:20 Fetched 137 kB in 0s (0 B/s) 08:27:20 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:27:20 Fetched 119 kB in 0s (0 B/s) 08:27:20 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 08:27:20 Fetched 109 kB in 0s (0 B/s) 08:27:20 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:27:20 Fetched 11.1 kB in 0s (0 B/s) 08:27:20 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:27:20 Fetched 645 kB in 0s (0 B/s) 08:27:20 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:27:20 Fetched 41.3 kB in 0s (0 B/s) 08:27:20 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:27:20 Fetched 17.9 kB in 0s (0 B/s) 08:27:20 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:27:20 Fetched 368 kB in 0s (0 B/s) 08:27:20 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:27:20 Fetched 187 kB in 0s (0 B/s) 08:27:20 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:27:20 Fetched 175 kB in 0s (0 B/s) 08:27:20 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:27:23 Fetched 206 kB in 0s (0 B/s) 08:27:23 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 08:27:23 Fetched 1301 kB in 0s (0 B/s) 08:27:23 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:27:23 Fetched 36.2 kB in 0s (0 B/s) 08:27:23 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 08:27:23 Fetched 159 kB in 0s (0 B/s) 08:27:23 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:27:23 Fetched 107 kB in 0s (0 B/s) 08:27:23 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:27:23 Fetched 48.7 kB in 0s (0 B/s) 08:27:23 Pulling static-packages 08:27:24 'go115' has dependencies that need to be staged: static-packages go-build-helper 08:27:24 Skipping pull go-build-helper (already ran) 08:27:24 Skipping pull static-packages (already ran) 08:27:24 Building go-build-helper 08:27:28 Building static-packages 08:27:30 Staging go-build-helper 08:27:31 Staging static-packages 08:27:32 Pulling go115 08:27:33 'edgex-go' has dependencies that need to be staged: go115 08:27:33 Skipping pull go115 (already ran) 08:27:33 Building go115 08:27:33 % Total % Received % Xferd Average Speed Time Time Time Current 08:27:33 Dload Upload Total Spent Left Speed 08:27:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 19.1M 0 0 22.6M 0 0:00:05 --:--:-- 0:00:05 22.6M 46 115M 46 53.2M 0 0 28.9M 0 0:00:03 0:00:01 0:00:02 28.9M 78 115M 78 90.8M 0 0 31.9M 0 0:00:03 0:00:02 0:00:01 31.9M 100 115M 100 115M 0 0 33.5M 0 0:00:03 0:00:03 --:--:-- 33.5M 08:27:37 go1.15.2.linux-amd64.tar.gz: OK 08:27:41 Staging go115 08:27:44 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 08:27:44 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 08:27:46 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:27:46 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:27:46 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:27:46 Fetched 0 B in 0s (0 B/s) 08:27:46 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:27:46 Fetched 224 kB in 0s (0 B/s) 08:27:46 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:27:46 Fetched 157 kB in 0s (0 B/s) 08:27:46 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:27:46 Fetched 221 kB in 0s (0 B/s) 08:27:46 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:27:46 Fetched 143 kB in 0s (0 B/s) 08:27:46 Pulling edgex-go 08:27:47 Pulling version 08:27:48 Building config-common 08:27:50 Skipping build go-build-helper (already ran) 08:27:50 Skipping build static-packages (already ran) 08:27:50 Skipping build go115 (already ran) 08:27:50 Building edgex-go 08:27:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:27:51 go: downloading github.com/gorilla/mux v1.8.0 08:27:51 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 08:27:51 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 08:27:51 go: downloading github.com/google/uuid v1.2.0 08:27:51 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:27:51 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 08:27:51 go: downloading github.com/imdario/mergo v0.3.11 08:27:51 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 08:27:51 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:27:51 go: downloading github.com/pkg/errors v0.8.1 08:27:51 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:27:51 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 08:27:51 go: downloading github.com/pelletier/go-toml v1.2.0 08:27:51 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 08:27:51 go: downloading github.com/go-playground/validator/v10 v10.3.0 08:27:51 go: downloading github.com/go-kit/kit v0.8.0 08:27:51 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:27:51 go: downloading github.com/pebbe/zmq4 v1.2.2 08:27:51 go: downloading github.com/hashicorp/consul/api v1.1.0 08:27:51 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:27:51 go: downloading github.com/BurntSushi/toml v0.3.1 08:27:51 go: downloading github.com/x448/float16 v0.8.4 08:27:51 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:27:51 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 08:27:51 go: downloading gopkg.in/yaml.v2 v2.4.0 08:27:51 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:27:51 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:27:51 go: downloading github.com/mitchellh/copystructure v1.0.0 08:27:51 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:27:51 go: downloading github.com/hashicorp/serf v0.8.2 08:27:51 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 08:27:51 go: downloading github.com/leodido/go-urn v1.2.0 08:27:51 go: downloading github.com/go-playground/universal-translator v0.17.0 08:27:51 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:27:51 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 08:27:51 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:27:52 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:27:52 go: downloading github.com/go-playground/locales v0.13.0 08:27:52 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:27:52 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:27:53 Removing intermediate container ccaac5b5995d 08:27:53 ---> fbaf96f524c1 08:27:53 08:27:53 Step 10/24 : FROM alpine:3.12 08:27:53 3.12: Pulling from library/alpine 08:27:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:27:55 Status: Downloaded newer image for alpine:3.12 08:27:55 ---> afeebe901d6b 08:27:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:27:55 ---> Running in 0038073d8eb9 08:27:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:27:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:27:58 (1/5) Installing ca-certificates (20191127-r4) 08:27:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:27:58 (3/5) Installing libcurl (7.69.1-r3) 08:27:58 (4/5) Installing curl (7.69.1-r3) 08:27:58 (5/5) Installing dumb-init (1.2.2-r1) 08:27:58 Executing busybox-1.31.1-r19.trigger 08:27:58 Executing ca-certificates-20191127-r4.trigger 08:27:59 OK: 7 MiB in 19 packages 08:27:59 Removing intermediate container bbac7cd67378 08:27:59 ---> e4727d0eb494 08:27:59 08:27:59 Step 10/22 : FROM alpine:3.12 08:27:59 ---> afeebe901d6b 08:27:59 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:27:59 ---> Running in e33156a49e87 08:27:59 Removing intermediate container c16aaad2c05d 08:27:59 ---> 64240b1c6937 08:27:59 08:27:59 Step 10/21 : FROM alpine:3.12 08:27:59 ---> afeebe901d6b 08:27:59 Step 11/21 : RUN apk add --update --no-cache curl 08:28:00 Removing intermediate container fb40efe1f6ee 08:28:00 ---> 549dfdabd8e8 08:28:00 08:28:00 Step 10/22 : FROM alpine:3.12 08:28:00 ---> afeebe901d6b 08:28:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:28:00 ---> Running in b867a61a6263 08:28:00 ---> Running in cd9eaea028e9 08:28:00 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 08:28:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:28:02 Removing intermediate container 0038073d8eb9 08:28:02 ---> 9d2e8d775e7b 08:28:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:28:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:28:02 ---> Running in dede439da7a7 08:28:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:28:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:28:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:28:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:28:03 (1/1) Installing dumb-init (1.2.2-r1) 08:28:03 Executing busybox-1.31.1-r19.trigger 08:28:03 OK: 5 MiB in 15 packages 08:28:03 Removing intermediate container dede439da7a7 08:28:03 ---> 032b152f51dd 08:28:03 Step 13/24 : WORKDIR / 08:28:03 ---> Running in c531c54943f4 08:28:03 (1/4) Installing ca-certificates (20191127-r4) 08:28:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:28:03 (1/2) Installing ca-certificates (20191127-r4) 08:28:03 (3/4) Installing libcurl (7.69.1-r3) 08:28:03 (4/4) Installing curl (7.69.1-r3) 08:28:03 Executing busybox-1.31.1-r19.trigger 08:28:03 Executing ca-certificates-20191127-r4.trigger 08:28:03 (2/2) Installing dumb-init (1.2.2-r1) 08:28:03 Executing busybox-1.31.1-r19.trigger 08:28:03 Executing ca-certificates-20191127-r4.trigger 08:28:04 OK: 7 MiB in 18 packages 08:28:04 OK: 6 MiB in 16 packages 08:28:04 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 08:28:04 Removing intermediate container c531c54943f4 08:28:04 ---> 44930eb9119c 08:28:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:28:05 Removing intermediate container e33156a49e87 08:28:05 ---> 6d651fdbcfcc 08:28:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:28:05 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 08:28:05 ---> Running in 17f5e8cea635 08:28:06 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 08:28:06 ---> c97a024e4135 08:28:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:28:06 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 08:28:06 go: downloading github.com/stretchr/testify v1.6.1 08:28:07 go: downloading github.com/pmezard/go-difflib v1.0.0 08:28:07 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:28:07 go: downloading github.com/davecgh/go-spew v1.1.1 08:28:07 Removing intermediate container 17f5e8cea635 08:28:07 ---> 0149580c22ea 08:28:07 Step 13/22 : ENV APP_PORT=48085 08:28:07 Removing intermediate container b867a61a6263 08:28:07 ---> 4d3b25bdc5e3 08:28:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:28:07 Removing intermediate container cd9eaea028e9 08:28:07 ---> 6bb2233bfbdb 08:28:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:28:07 ---> Running in 07c0ec54646b 08:28:07 ---> Running in 21eb87900fbb 08:28:07 ---> Running in 2e65fa9d9872 08:28:08 ---> 141fa34e115b 08:28:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:28:08 Removing intermediate container 07c0ec54646b 08:28:08 ---> 06d48752acfa 08:28:08 Step 14/22 : EXPOSE $APP_PORT 08:28:08 Removing intermediate container 21eb87900fbb 08:28:08 ---> d16bb71e3c5d 08:28:08 Step 13/21 : WORKDIR /edgex 08:28:08 ---> Running in 00fae3710733 08:28:08 Removing intermediate container 2e65fa9d9872 08:28:08 ---> c1d86f5c9fa4 08:28:08 Step 13/22 : ENV APP_PORT=48060 08:28:08 ---> Running in c06f5e1a6c0e 08:28:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:28:09 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:28:09 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:28:09 ---> Running in 37e3d4e91584 08:28:09 ---> 3aec1aa0efd6 08:28:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:28:09 Removing intermediate container 00fae3710733 08:28:09 ---> 00a581addec6 08:28:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:28:09 Removing intermediate container c06f5e1a6c0e 08:28:09 ---> c4950af4191a 08:28:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:28:10 Removing intermediate container 37e3d4e91584 08:28:10 ---> a5d92dba1046 08:28:10 Step 14/22 : EXPOSE $APP_PORT 08:28:10 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 08:28:10 ---> Running in 546fce6e8aea 08:28:10 ---> 5a3b35d5a279 08:28:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:28:10 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 08:28:10 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 08:28:11 ---> 7f4e0df1c139 08:28:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:28:11 Removing intermediate container 546fce6e8aea 08:28:11 ---> aba9ee332385 08:28:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:28:11 ---> bd67dba70aa5 08:28:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:28:11 Removing intermediate container 0788e7608fec 08:28:11 ---> 053782bc46dc 08:28:11 08:28:11 Step 10/23 : FROM alpine:3.12 08:28:11 ---> afeebe901d6b 08:28:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:28:11 ---> Using cache 08:28:11 ---> 6d651fdbcfcc 08:28:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:28:11 ---> Using cache 08:28:11 ---> 0149580c22ea 08:28:11 Step 13/23 : ENV APP_PORT=48081 08:28:12 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 08:28:12 ---> Running in 88bc2df2d0c2 08:28:12 ---> ca6ffb7adb69 08:28:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:28:12 ---> 13379403235c 08:28:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:28:13 Removing intermediate container 88bc2df2d0c2 08:28:13 ---> 2e16cbcc9593 08:28:13 Step 14/23 : EXPOSE $APP_PORT 08:28:13 ---> 9b87fe43a831 08:28:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:28:13 ---> 176ec77340c9 08:28:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:28:13 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 08:28:13 ---> Running in a2b15900962b 08:28:13 ---> d4612651ae83 08:28:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:28:14 ---> Running in ba9b293681e4 08:28:14 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 08:28:14 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:28:14 Removing intermediate container a2b15900962b 08:28:14 ---> b06320b4a48a 08:28:14 Step 15/23 : WORKDIR / 08:28:14 ---> 40d53d5637b9 08:28:14 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 08:28:14 ---> a4bbc198ecb3 08:28:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:28:15 ---> Running in b67606e16676 08:28:15 ---> Running in 348b3f1d61b9 08:28:15 ---> 69e4fbe9c4ab 08:28:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:28:15 Removing intermediate container ba9b293681e4 08:28:15 ---> 89a4df3030ea 08:28:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:28:15 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 08:28:15 go: downloading github.com/lib/pq v1.9.0 08:28:15 ---> Running in f9551d7dfd74 08:28:15 ---> Running in ff9c40559272 08:28:15 Removing intermediate container 348b3f1d61b9 08:28:15 ---> fb26790c2a30 08:28:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:28:15 ---> 44b416b30660 08:28:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:28:16 ---> Running in ee830d966a94 08:28:16 Removing intermediate container f9551d7dfd74 08:28:16 ---> 67ad983e0e55 08:28:16 Step 18/21 : CMD ["--init=true"] 08:28:16 Removing intermediate container ff9c40559272 08:28:16 ---> 57e3c04b8348 08:28:16 Step 20/22 : LABEL arch=arm64 08:28:16 ---> Running in b468809a1eaf 08:28:16 ---> Running in 4597a0b62095 08:28:16 ---> 3a164475dc86 08:28:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:28:16 Removing intermediate container ee830d966a94 08:28:16 ---> 3235613435c4 08:28:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:28:16 ---> Running in f68a2493205d 08:28:16 Removing intermediate container b468809a1eaf 08:28:16 ---> 661e0cfb6517 08:28:16 Step 19/21 : LABEL arch=arm64 08:28:17 Removing intermediate container 4597a0b62095 08:28:17 ---> 280eb2b5cf45 08:28:17 Step 21/22 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:28:17 ---> Running in f7c5b8b4a363 08:28:17 ---> Running in e161cf0728b6 08:28:17 Removing intermediate container f68a2493205d 08:28:17 ---> 24e3d9939c24 08:28:17 Step 20/22 : LABEL arch=arm64 08:28:18 ---> Running in e776ad6d154e 08:28:18 Removing intermediate container f7c5b8b4a363 08:28:18 ---> 943806d3ec54 08:28:18 Removing intermediate container e161cf0728b6 08:28:18 ---> 0f18d2818340 08:28:18 Step 22/22 : LABEL version=0.0.0 08:28:18 Step 20/21 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:28:18 Removing intermediate container b67606e16676 08:28:18 ---> 841348ffcd73 08:28:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:28:18 Building version 08:28:18 ---> Running in a5ac3a5c4133 08:28:18 ---> Running in 739b161226d7 08:28:18 ---> dba397f52ddd 08:28:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:28:18 Removing intermediate container e776ad6d154e 08:28:18 ---> e23883487896 08:28:18 Step 21/22 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:28:18 ---> Running in e7985480f23b 08:28:18 ---> Running in ecec8efb27cf 08:28:19 Removing intermediate container 739b161226d7 08:28:19 ---> bee5af918cb6 08:28:19 Step 21/21 : LABEL version=0.0.0 08:28:19 Removing intermediate container a5ac3a5c4133 08:28:19 ---> 8f8b31ba3470 08:28:19 08:28:19 ---> Running in f4669318d335 08:28:19 Removing intermediate container e7985480f23b 08:28:19 ---> e6a3ea3143bc 08:28:19 Step 22/24 : LABEL arch=arm64 08:28:19 Removing intermediate container ecec8efb27cf 08:28:19 ---> 489d3437c36b 08:28:19 Step 22/22 : LABEL version=0.0.0 08:28:19 Successfully built 8f8b31ba3470 08:28:19 ---> Running in 0a259c4630cc 08:28:19 Successfully tagged docker-support-scheduler-go-arm64:latest 08:28:19 Building docker-core-command-go 08:28:20  Building docker-support-scheduler-go ... done  ---> ffd3da6fdcde 08:28:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:28:20 ---> Running in 2a156189e317 08:28:20 Removing intermediate container f4669318d335 08:28:20 ---> 2ae5e7629c23 08:28:20 08:28:20 ---> Running in 78c51d7a62db 08:28:20 Staging config-common 08:28:20 Removing intermediate container 0a259c4630cc 08:28:20 ---> 7467745f2efb 08:28:20 Step 23/24 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:28:20 Successfully built 2ae5e7629c23 08:28:20 ---> Running in b0fcc78d82d3 08:28:20 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:28:20  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 08:28:20 Removing intermediate container 2a156189e317 08:28:20 ---> ce94699a7c55 08:28:20 08:28:20 Removing intermediate container 78c51d7a62db 08:28:20 ---> a50d5acf2145 08:28:20 Skipping stage go-build-helper (already ran) 08:28:20 Skipping stage static-packages (already ran) 08:28:20 Skipping stage go115 (already ran) 08:28:20 Staging edgex-go 08:28:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:28:21 ---> Running in 83a5d9219681 08:28:21 Removing intermediate container b0fcc78d82d3 08:28:21 ---> 2091b06c4e94 08:28:21 Step 24/24 : LABEL version=0.0.0 08:28:21 Successfully built ce94699a7c55 08:28:21 Successfully tagged docker-support-notifications-go-arm64:latest 08:28:21  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 08:28:21 ---> Running in d29f5cd02d6f 08:28:21 Removing intermediate container 83a5d9219681 08:28:21 ---> 45be309d424e 08:28:21 Step 21/23 : LABEL arch=arm64 08:28:21 Staging version 08:28:21 ---> Running in 9068fb62375e 08:28:22 Removing intermediate container d29f5cd02d6f 08:28:22 ---> 155814630c51 08:28:22 08:28:22 Successfully built 155814630c51 08:28:22 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:28:22  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 08:28:22 Removing intermediate container 9068fb62375e 08:28:22 ---> 7fe058ea73c0 08:28:22 Step 22/23 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:28:22 Priming config-common 08:28:23 ---> Running in 53a03db36b99 08:28:23 Removing intermediate container 53a03db36b99 08:28:23 ---> 8d76b41cfa7f 08:28:23 Step 23/23 : LABEL version=0.0.0 08:28:23 ---> Running in 041880c03128 08:28:23 Priming go-build-helper 08:28:24 Removing intermediate container 041880c03128 08:28:24 ---> 45cf0ff7272e 08:28:24 08:28:24 Successfully built 45cf0ff7272e 08:28:24 Successfully tagged docker-core-metadata-go-arm64:latest 08:28:24 Priming static-packages 08:28:27 Priming go115 08:28:28 Priming edgex-go 08:28:29 Priming version 08:28:30 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:29:20  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:29:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:29:20 ---> adde3ae0606b 08:29:20 Step 3/23 : WORKDIR /edgex-go 08:29:20 ---> Using cache 08:29:20 ---> 6a458ed64614 08:29:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:29:20 ---> Using cache 08:29:20 ---> 4ee9f6dbf0e8 08:29:20 Step 5/23 : RUN apk add --update --no-cache make git 08:29:20 ---> Using cache 08:29:20 ---> 5e0faa417983 08:29:20 Step 6/23 : COPY go.mod . 08:29:20 ---> Using cache 08:29:20 ---> 84f1e7cd3c40 08:29:20 Step 7/23 : RUN go mod download 08:29:20 ---> Using cache 08:29:20 ---> f61c5d5e0678 08:29:20 Step 8/23 : COPY . . 08:29:20 ---> Using cache 08:29:20 ---> 7b3cf2c08f8f 08:29:20 Step 9/23 : RUN make cmd/core-command/core-command 08:29:20 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:29:20 Step 2/34 : FROM ${BUILDER_BASE} AS builder 08:29:20 ---> adde3ae0606b 08:29:20 Step 3/34 : WORKDIR /edgex-go 08:29:20 ---> Using cache 08:29:20 ---> 6a458ed64614 08:29:20 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:29:20 ---> Using cache 08:29:20 ---> 4ee9f6dbf0e8 08:29:20 Step 5/34 : RUN apk add --update --no-cache make git 08:29:20 ---> Using cache 08:29:20 ---> 5e0faa417983 08:29:20 Step 6/34 : COPY go.mod . 08:29:20 ---> Using cache 08:29:20 ---> 84f1e7cd3c40 08:29:20 Step 7/34 : RUN go mod download 08:29:20 ---> Using cache 08:29:20 ---> f61c5d5e0678 08:29:20 Step 8/34 : COPY . . 08:29:20 ---> Using cache 08:29:20 ---> 7b3cf2c08f8f 08:29:20 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 08:29:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:29:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:29:20 ---> adde3ae0606b 08:29:20 Step 3/23 : WORKDIR /edgex-go 08:29:20 ---> Using cache 08:29:20 ---> 6a458ed64614 08:29:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:29:20 ---> Using cache 08:29:20 ---> 4ee9f6dbf0e8 08:29:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:29:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:29:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:29:20 ---> adde3ae0606b 08:29:20 Step 3/26 : WORKDIR /edgex-go 08:29:20 ---> Using cache 08:29:20 ---> 6a458ed64614 08:29:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:29:20 ---> Using cache 08:29:20 ---> 4ee9f6dbf0e8 08:29:20 Step 5/26 : RUN apk add --update --no-cache make bash git 08:29:20 ---> Running in 8008b064bd33 08:29:20 ---> Running in bdd4f5120c3b 08:29:20 ---> Running in 139674dc2211 08:29:20 ---> Running in ee2552f87696 08:29:20 Removing intermediate container 8008b064bd33 08:29:20 ---> 05b8e7cb7677 08:29:20 Step 10/34 : 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 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 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" 08:29:20 ---> Running in fa0e91a236ec 08:29:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:29: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 08:29:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:29:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:29:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:29:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:29:21 OK: 217 MiB in 51 packages 08:29:21 OK: 217 MiB in 51 packages 08:29:22 Removing intermediate container 139674dc2211 08:29:22 ---> f9a874a30829 08:29:22 Step 6/23 : COPY go.mod . 08:29:23 Removing intermediate container bdd4f5120c3b 08:29:23 ---> e76163ac7bfe 08:29:23 Step 6/26 : COPY go.mod . 08:29:24 ---> dcd8f6ed34bb 08:29:24 Step 7/23 : RUN go mod download 08:29:24 ---> Running in 2d19674295d2 08:29:24 ---> e655b8c3742c 08:29:24 Step 7/26 : RUN go mod download 08:29:24 ---> Running in d6ed837177d0 08:29:29 Removing intermediate container 2d19674295d2 08:29:29 ---> 741bb3a3e4a6 08:29:29 Step 8/23 : COPY . . 08:29:29 Removing intermediate container d6ed837177d0 08:29:29 ---> 2ab6231fd03e 08:29:29 Step 8/26 : COPY . . 08:30:01 ---> 784d3d41d578 08:30:01 Step 9/23 : RUN make cmd/core-data/core-data 08:30:01 ---> 3784faeaa945 08:30:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:30:01 ---> Running in b639715f3d68 08:30:01 ---> Running in dec30cc27047 08:30: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 08:30:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:30: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 08:30:22 Removing intermediate container ee2552f87696 08:30:22 ---> f91d396b28fd 08:30:22 08:30:22 Step 10/23 : FROM alpine:3.12 08:30:22 ---> afeebe901d6b 08:30:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:30:22 ---> Using cache 08:30:22 ---> 6d651fdbcfcc 08:30:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:30:22 ---> Using cache 08:30:22 ---> 0149580c22ea 08:30:22 Step 13/23 : ENV APP_PORT=48082 08:30:22 ---> Running in 0c68edb87e61 08:30:23 Removing intermediate container 0c68edb87e61 08:30:23 ---> 26035f54bab4 08:30:23 Step 14/23 : EXPOSE $APP_PORT 08:30:23 ---> Running in 10ed6e5140e6 08:30:24 Removing intermediate container 10ed6e5140e6 08:30:24 ---> 3c2d91e802da 08:30:24 Step 15/23 : WORKDIR / 08:30:24 ---> Running in 5b5e88ebd69e 08:30:25 Removing intermediate container 5b5e88ebd69e 08:30:25 ---> d8379ff00cd1 08:30:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:30:26 ---> 66371e4214cc 08:30:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:30:28 + mkdir -p /tmp/build/dist/linux 08:30:28 + cd /tmp/build/dist/linux 08:30:28 + git clone https://github.com/jwilder/dockerize.git . 08:30:28 Cloning into '.'... 08:30:28  ---> 592a1bddfa5c 08:30:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:30:28 + go get github.com/robfig/glock 08:30:29  ---> 35572577dde1 08:30:29 Step 19/23 : ENTRYPOINT ["/core-command"] 08:30:29 ---> Running in 5d09dd8dc43e 08:30:30 Removing intermediate container 5d09dd8dc43e 08:30:30 ---> 22a177e983be 08:30:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:30:30 ---> Running in 12a54492a256 08:30:31 Removing intermediate container 12a54492a256 08:30:31 ---> 7ee73445ff75 08:30:31 Step 21/23 : LABEL arch=arm64 08:30:31 ---> Running in b37b725216fb 08:30:32 Removing intermediate container b37b725216fb 08:30:32 ---> 6985be6a3b8b 08:30:32 Step 22/23 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:30:32 ---> Running in f2da0ddc38e2 08:30:33 Removing intermediate container f2da0ddc38e2 08:30:33 ---> 3ad26cba7ade 08:30:33 Step 23/23 : LABEL version=0.0.0 08:30:33 ---> Running in aa381da284fc 08:30:34 Removing intermediate container aa381da284fc 08:30:34 ---> c933ed694de0 08:30:34 08:30:34 Successfully built c933ed694de0 08:30:34 Successfully tagged docker-core-command-go-arm64:latest 08:30:56  Building docker-core-command-go ... done + glock sync -n 08:31:01 failed to get: github.com/jwilder/gojq 08:31:01 08:31:01 > go get -v -d github.com/jwilder/gojq 08:31:01 github.com/elgs/gosplitargs (download) 08:31:01 github.com/hpcloud/tail (download) 08:31:01 github.com/jwilder/gojq (download) 08:31:01 # cd .; git clone -- https://github.com/jwilder/gojq /go/src/github.com/jwilder/gojq 08:31:01 Cloning into '/go/src/github.com/jwilder/gojq'... 08:31:01 remote: Not Found 08:31:01 fatal: repository 'https://github.com/jwilder/gojq/' not found 08:31:01 package github.com/jwilder/gojq: exit status 128 08:31:01 get "golang.org/x/net": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net?go-get=1 08:31:01 golang.org/x/net (download) 08:31:01 package golang.org/x/net: no Go files in /go/src/golang.org/x/net 08:31:01 exit status 1 08:31:01 08:31:01 > import github.com/jwilder/gojq 08:31:01 cannot find package "github.com/jwilder/gojq" in any of: 08:31:01 /usr/local/go/src/github.com/jwilder/gojq (from $GOROOT) 08:31:01 /go/src/github.com/jwilder/gojq (from $GOPATH) 08:31:01 /bin/sh: arch: parameter not set 08:31:06 Removing intermediate container dec30cc27047 08:31:06 ---> 8ba007ca81da 08:31:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:31:06 ---> Running in 06f1405e4b53 08:31: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 08:31:10 Removing intermediate container 06f1405e4b53 08:31:10 ---> b956c00e657e 08:31:10 08:31:10 Step 11/26 : FROM docker:20.10.0 08:31:10 20.10.0: Pulling from library/docker 08:31:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:31:21 Status: Downloaded newer image for docker:20.10.0 08:31:21 ---> eeaf43b92773 08:31:21 Step 12/26 : RUN apk add --no-cache bash 08:31:21 ---> Running in e05d64e616d9 08:31:21 Removing intermediate container b639715f3d68 08:31:21 ---> 450d408f6421 08:31:21 08:31:21 Step 10/23 : FROM alpine:3.12 08:31:21 ---> afeebe901d6b 08:31:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:31:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:31:21 ---> Running in 464ae90589f1 08:31:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:31:21 Removing intermediate container 464ae90589f1 08:31:21 ---> 24bff53173fa 08:31:21 Step 12/23 : ENV APP_PORT=48080 08:31:21 ---> Running in f0fcdb7a9674 08:31:22 (1/2) Installing readline (8.0.4-r0) 08:31:22 (2/2) Installing bash (5.0.17-r0) 08:31:22 Executing bash-5.0.17-r0.post-install 08:31:22 Executing busybox-1.31.1-r19.trigger 08:31:22 OK: 12 MiB in 22 packages 08:31:22 Removing intermediate container f0fcdb7a9674 08:31:22 ---> 97a111045e4e 08:31:22 Step 13/23 : EXPOSE $APP_PORT 08:31:22 ---> Running in 85f2b13280d6 08:31:23 Removing intermediate container 85f2b13280d6 08:31:23 ---> 66888b0243ac 08:31:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:31:23 ---> Running in 084be47fe571 08:31:23 Removing intermediate container e05d64e616d9 08:31:23 ---> e2573a4e7c3f 08:31:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:31:23 ---> Running in efcc46b9f64d 08:31:24 Removing intermediate container efcc46b9f64d 08:31:24 ---> a5ee888bd80a 08:31:24 Step 14/26 : ENV APP_PORT=48090 08:31:24 ---> Running in 119de93ca2bb 08:31:24 Removing intermediate container 119de93ca2bb 08:31:24 ---> a87f133036b4 08:31:24 Step 15/26 : EXPOSE $APP_PORT 08:31:24 ---> Running in 5696433da7cd 08:31:25 Removing intermediate container 5696433da7cd 08:31:25 ---> 4a5fbca9d056 08:31:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:31:25 Removing intermediate container 084be47fe571 08:31:25 ---> 7448f925b56b 08:31:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:31:25 ---> Running in 4b1a694dd3c2 08:31:26 ---> 4325b81f1be4 08:31:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:31:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:31:27 ---> c513e472ef77 08:31:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:31:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:31:28 (1/6) Installing dumb-init (1.2.2-r1) 08:31:28 ---> 4dbc5354f9aa 08:31:28 Step 19/26 : RUN apk --no-cache add py3-pip 08:31:28 (2/6) Installing libgcc (9.3.0-r2) 08:31:28 (3/6) Installing libsodium (1.0.18-r0) 08:31:28 ---> Running in 5c2b25de5075 08:31:28 (4/6) Installing libstdc++ (9.3.0-r2) 08:31:28 (5/6) Installing libzmq (4.3.3-r0) 08:31:28 (6/6) Installing zeromq (4.3.3-r0) 08:31:28 Executing busybox-1.31.1-r19.trigger 08:31:28 OK: 8 MiB in 20 packages 08:31:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:31:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:31:30 Removing intermediate container 4b1a694dd3c2 08:31:30 ---> 3cecb01b9410 08:31:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:31:30 (1/33) Installing libbz2 (1.0.8-r1) 08:31:30 (2/33) Installing expat (2.2.9-r1) 08:31:30 (3/33) Installing libffi (3.3-r2) 08:31:30 (4/33) Installing gdbm (1.13-r1) 08:31:30 (5/33) Installing xz-libs (5.2.5-r0) 08:31:30 (6/33) Installing sqlite-libs (3.32.1-r0) 08:31:30 (7/33) Installing python3 (3.8.5-r0) 08:31:31 ---> b63fd650754f 08:31:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:31:32 (8/33) Installing py3-appdirs (1.4.4-r1) 08:31:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:31:32 (10/33) Installing py3-parsing (2.4.7-r0) 08:31:32 (11/33) Installing py3-six (1.15.0-r0) 08:31:32 (12/33) Installing py3-packaging (20.4-r0) 08:31:32 ---> 333d66b8cf0b 08:31:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:31:32 (13/33) Installing py3-setuptools (47.0.0-r0) 08:31:32 (14/33) Installing py3-chardet (3.0.4-r4) 08:31:32 (15/33) Installing py3-idna (2.9-r0) 08:31:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:31:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:31:33 (18/33) Installing py3-requests (2.23.0-r0) 08:31:33 (19/33) Installing py3-msgpack (1.0.0-r0) 08:31:33 (20/33) Installing py3-lockfile (0.12.2-r3) 08:31:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:31:33 (22/33) Installing py3-colorama (0.4.3-r0) 08:31:33 (23/33) Installing py3-distlib (0.3.0-r0) 08:31:33 (24/33) Installing py3-distro (1.5.0-r1) 08:31:33 (25/33) Installing py3-webencodings (0.5.1-r3) 08:31:33 (26/33) Installing py3-html5lib (1.0.1-r4) 08:31:33 (27/33) Installing py3-pytoml (0.1.21-r0) 08:31:33 (28/33) Installing py3-pep517 (0.8.2-r0) 08:31:33 (29/33) Installing py3-progress (1.5-r0) 08:31:33 (30/33) Installing py3-toml (0.10.1-r0) 08:31:33 (31/33) Installing py3-retrying (1.3.3-r0) 08:31:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:31:33 (33/33) Installing py3-pip (20.1.1-r0) 08:31:33 ---> 1008a5b4b036 08:31:33 Step 19/23 : ENTRYPOINT ["/core-data"] 08:31:33 Executing busybox-1.31.1-r19.trigger 08:31:33 OK: 71 MiB in 55 packages 08:31:33 ---> Running in f798f992c11e 08:31:34 Removing intermediate container f798f992c11e 08:31:34 ---> 94dd7cca3887 08:31:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:31:34 ---> Running in a693bea47d85 08:31:34 Removing intermediate container a693bea47d85 08:31:34 ---> 4d0799b323c3 08:31:34 Step 21/23 : LABEL arch=arm64 08:31:35 ---> Running in dd9df1384ac9 08:31:35 Removing intermediate container dd9df1384ac9 08:31:35 ---> 1f102701b974 08:31:35 Step 22/23 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:31:35 ---> Running in 635bee09f027 08:31:36 Removing intermediate container 635bee09f027 08:31:36 ---> 147f2c935d74 08:31:36 Step 23/23 : LABEL version=0.0.0 08:31:36 ---> Running in 9aafdf0267ed 08:31:37 Removing intermediate container 9aafdf0267ed 08:31:37 ---> 12a892b496b9 08:31:37 08:31:37 Successfully built 12a892b496b9 08:31:37 Successfully tagged docker-core-data-go-arm64:latest 08:31:39  Building docker-core-data-go ... done Removing intermediate container 5c2b25de5075 08:31:39 ---> cbdce8bb4a50 08:31:39 Step 20/26 : RUN pip install docker-compose==1.23.2 08:31:39 ---> Running in f69480b2ca7f 08:31:43 Collecting docker-compose==1.23.2 08:31:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:31:44 Collecting jsonschema<3,>=2.5.1 08:31:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:31:45 Collecting websocket-client<1.0,>=0.32.0 08:31:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:31:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:31:45 Collecting dockerpty<0.5,>=0.4.1 08:31:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:31:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:31:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:31:48 Collecting cached-property<2,>=1.2.0 08:31:48 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:31:49 Collecting docker<4.0,>=3.6.0 08:31:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:31:50 Collecting PyYAML<4,>=3.10 08:31:50 Downloading PyYAML-3.13.tar.gz (270 kB) 08:31:53 Collecting docopt<0.7,>=0.6.1 08:31:53 Downloading docopt-0.6.2.tar.gz (25 kB) 08:31:55 Collecting texttable<0.10,>=0.9.0 08:31:55 Downloading texttable-0.9.1.tar.gz (11 kB) 08:31:57 Collecting urllib3<1.25,>=1.21.1 08:31:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:31:57 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) 08:31:57 Collecting idna<2.8,>=2.5 08:31:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:31:57 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) 08:31:57 Collecting docker-pycreds>=0.4.0 08:31:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:31:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:31:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:31:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:31:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:31:58 Installing collected packages: jsonschema, websocket-client, dockerpty, urllib3, idna, requests, cached-property, docker-pycreds, docker, PyYAML, docopt, texttable, docker-compose 08:31:59 Running setup.py install for dockerpty: started 08:32:01 Running setup.py install for dockerpty: finished with status 'done' 08:32:01 Attempting uninstall: urllib3 08:32:01 Found existing installation: urllib3 1.25.9 08:32:01 Uninstalling urllib3-1.25.9: 08:32:01 Successfully uninstalled urllib3-1.25.9 08:32:02 Attempting uninstall: idna 08:32:02 Found existing installation: idna 2.9 08:32:02 Uninstalling idna-2.9: 08:32:02 Successfully uninstalled idna-2.9 08:32:02 Attempting uninstall: requests 08:32:02 Found existing installation: requests 2.23.0 08:32:02 Uninstalling requests-2.23.0: 08:32:02 Successfully uninstalled requests-2.23.0 08:32:04 Running setup.py install for PyYAML: started 08:32:06 Running setup.py install for PyYAML: finished with status 'done' 08:32:06 Running setup.py install for docopt: started 08:32:07 Running setup.py install for docopt: finished with status 'done' 08:32:07 Running setup.py install for texttable: started 08:32:09 Running setup.py install for texttable: finished with status 'done' 08:32:10 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 08:32:14 Removing intermediate container f69480b2ca7f 08:32:14 ---> 88ccb2d699a6 08:32:14 Step 21/26 : RUN apk --no-cache add curl 08:32:14 ---> Running in 32f501b49d66 08:32:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:32:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:32:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:32:16 (2/3) Installing libcurl (7.69.1-r3) 08:32:16 (3/3) Installing curl (7.69.1-r3) 08:32:16 Executing busybox-1.31.1-r19.trigger 08:32:16 OK: 71 MiB in 58 packages 08:32:17 Removing intermediate container 32f501b49d66 08:32:17 ---> 4ff39b847aff 08:32:17 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:32:17 ---> Running in 3cb238c5c89c 08:32:18 Removing intermediate container 3cb238c5c89c 08:32:18 ---> 26b689380e96 08:32:18 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:32:18 ---> Running in 1150bf591fea 08:32:18 Removing intermediate container 1150bf591fea 08:32:18 ---> 7598fba50e70 08:32:18 Step 24/26 : LABEL arch=arm64 08:32:18 ---> Running in 5f04d234dc23 08:32:19 Removing intermediate container 5f04d234dc23 08:32:19 ---> fb4468b4926a 08:32:19 Step 25/26 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 08:32:19 ---> Running in 651aa8571280 08:32:19 Removing intermediate container 651aa8571280 08:32:19 ---> 52c97eadd8ba 08:32:19 Step 26/26 : LABEL version=0.0.0 08:32:19 ---> Running in 53b0341db0fd 08:32:20 Removing intermediate container 53b0341db0fd 08:32:20 ---> ae5cb7403517 08:32:20 08:32:20 Successfully built ae5cb7403517 08:32:20 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:32:20  Building docker-sys-mgmt-agent-go ... done  08:32:20 ERROR: for docker-security-bootstrapper-go (, 'The command \'/bin/sh -c 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 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 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"\' returned a non-zero code: 2') 08:32:20 Service 'docker-security-bootstrapper-go' failed to build: The command '/bin/sh -c 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 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 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"' returned a non-zero code: 2 [Pipeline] } 08:32:21 $ docker stop --time=1 3916af18e0487b69ae7aa93077f5a45b2de9c776e81beb265fe7cab7c5c8f5fc 08:32:23 $ docker rm -f 3916af18e0487b69ae7aa93077f5a45b2de9c776e81beb265fe7cab7c5c8f5fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:32:24 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:32:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:32:27 ---> package-listing.sh 08:32:27 ++ facter osfamily 08:32:27 ++ tr '[:upper:]' '[:lower:]' 08:32:27 + OS_FAMILY=redhat 08:32:27 + workspace=/w/workspace/edgex-go/5 08:32:27 + START_PACKAGES=/tmp/packages_start.txt 08:32:27 + END_PACKAGES=/tmp/packages_end.txt 08:32:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:32:27 + PACKAGES=/tmp/packages_start.txt 08:32:27 + '[' /w/workspace/edgex-go/5 ']' 08:32:27 + PACKAGES=/tmp/packages_end.txt 08:32:27 + case "${OS_FAMILY}" in 08:32:27 + rpm -qa 08:32:27 + sort 08:32:32 + '[' -f /tmp/packages_start.txt ']' 08:32:32 + '[' -f /tmp/packages_end.txt ']' 08:32:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:32:32 + '[' /w/workspace/edgex-go/5 ']' 08:32:32 + mkdir -p /w/workspace/edgex-go/5/archives/ 08:32:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 08:32:32 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:32:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:32:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:32:33 08:32:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:32:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:32:33 alpine: Pulling from edgex-lftools-log-publisher 08:32:33 df20fa9351a1: Pulling fs layer 08:32:33 36b3adc4ff6f: Pulling fs layer 08:32:33 8ad3a11d3b57: Pulling fs layer 08:32:33 46f8f816bc3b: Pulling fs layer 08:32:33 93b61091891f: Pulling fs layer 08:32:33 93b9cdb0e59b: Pulling fs layer 08:32:33 5e14af77c1be: Pulling fs layer 08:32:33 01666e4c0597: Pulling fs layer 08:32:33 aa168da1d23b: Pulling fs layer 08:32:33 93b9cdb0e59b: Waiting 08:32:33 5e14af77c1be: Waiting 08:32:33 aa168da1d23b: Waiting 08:32:33 01666e4c0597: Waiting 08:32:33 93b61091891f: Waiting 08:32:33 46f8f816bc3b: Waiting 08:32:33 36b3adc4ff6f: Verifying Checksum 08:32:33 36b3adc4ff6f: Download complete 08:32:33 46f8f816bc3b: Verifying Checksum 08:32:33 46f8f816bc3b: Download complete 08:32:33 df20fa9351a1: Verifying Checksum 08:32:33 df20fa9351a1: Download complete 08:32:33 93b9cdb0e59b: Verifying Checksum 08:32:33 93b9cdb0e59b: Download complete 08:32:33 5e14af77c1be: Verifying Checksum 08:32:33 5e14af77c1be: Download complete 08:32:33 01666e4c0597: Verifying Checksum 08:32:33 8ad3a11d3b57: Verifying Checksum 08:32:33 8ad3a11d3b57: Download complete 08:32:34 df20fa9351a1: Pull complete 08:32:34 36b3adc4ff6f: Pull complete 08:32:34 93b61091891f: Download complete 08:32:35 8ad3a11d3b57: Pull complete 08:32:35 46f8f816bc3b: Pull complete 08:32:35 93b61091891f: Pull complete 08:32:36 aa168da1d23b: Download complete 08:32:37 93b9cdb0e59b: Pull complete 08:32:37 5e14af77c1be: Pull complete 08:32:37 01666e4c0597: Pull complete 08:32:47 aa168da1d23b: Pull complete 08:32:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:32:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:32:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:32:47 prd-centos7-docker-4c-2g-23711 does not seem to be running inside a container 08:32:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:32:52 $ docker top 815f62af1a5f1970b5743032774cb87b0f1be055d12de3039619bc74878545ef -eo pid,comm [Pipeline] { [Pipeline] sh 08:32:53 + touch /tmp/pre-build-complete [Pipeline] sh 08:32:53 + mkdir -p /var/log/sa [Pipeline] sh 08:32:53 + ls /var/log/sa-host 08:32:53 + sadf -c /var/log/sa-host/sa23 08:32:53 file_magic: OK 08:32:53 HZ: Using current value: 100 08:32:53 file_header: OK 08:32:53 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 08:32:53 Statistics: 08:32:53 Hnuu...uuuununununu... 08:32:53 File successfully converted to sysstat format version 12.2.1 08:32:53 + sadf -c /var/log/sa-host/sa28 08:32:53 file_magic: OK 08:32:53 HZ: Using current value: 100 08:32:53 file_header: OK 08:32:53 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 08:32:53 Statistics: 08:32:53 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... 08:32:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:32:53 provisioning config files... 08:32:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1861236660519127531tmp [Pipeline] { [Pipeline] echo 08:32:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:32:54 ---> create-netrc.sh [Pipeline] } 08:32:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:32:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:32:54 ---> python-tools-install.sh [Pipeline] echo 08:32:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:32:55 ---> sudo-logs.sh 08:32:55 Archiving 'sudo' log.. [Pipeline] echo 08:32:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:32:55 ---> job-cost.sh 08:32:55 lf-activate-venv: SKIPPING 08:32:55 INFO: No Stack... 08:32:56 INFO: Retrieving Pricing Info for: v1-standard-2 08:32:56 INFO: Archiving Costs [Pipeline] echo 08:32:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:32:57 ---> logs-deploy.sh 08:32:57 lf-activate-venv: SKIPPING 08:32:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3078/5 08:32:57 INFO: archiving workspace using pattern(s): 08:32:58 Archives upload complete. 08:32:58 INFO: archiving logs to Nexus