Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b24f7dfb09187849f099ea4c61709a1fa7358ae9+6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 (0049434482bcc5459f8cf3cb549796df4be60608) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26195 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit b24f7dfb09187849f099ea4c61709a1fa7358ae9 > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b24f7dfb09187849f099ea4c61709a1fa7358ae9 # timeout=10 Merge succeeded, producing b24f7dfb09187849f099ea4c61709a1fa7358ae9 Checking out Revision b24f7dfb09187849f099ea4c61709a1fa7358ae9 (PR-3113) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b24f7dfb09187849f099ea4c61709a1fa7358ae9 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:48:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:48:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:48:57 ========================================================= 02:48:57 EdgeX Global Pipelines Version Info 02:48:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 # timeout=10 02:48:59 ------------------- 02:48:59 stable info: 02:48:59 ------------------- 02:48:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:48:59 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:48:59 Message: update stable to v1.0.179 02:49:00 ------------------- 02:49:00 experimental info: 02:49:00 ------------------- 02:49:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:49:00 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:49:00 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:49:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:49:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:49:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:49:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:49:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:49:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:49:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:49:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:49:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:49:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:49:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:49:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:49:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:49:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:49:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:49:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:49:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:49:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:49:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:49:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:49:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:49:02 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:49:03 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:49:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo 02:49:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo 02:49:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo 02:49:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b24f7dfb09187849f099ea4c61709a1fa7358ae9 [Pipeline] echo 02:49:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b24f7df [Pipeline] echo 02:49:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:49:03 provisioning config files... 02:49:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config7146872678049147016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:49:04 ---> docker-login.sh 02:49:04 nexus3.edgexfoundry.org:10001 02:49:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:04 Configure a credential helper to remove this warning. See 02:49:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:04 02:49:04 Login Succeeded 02:49:04 nexus3.edgexfoundry.org:10002 02:49:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:05 Configure a credential helper to remove this warning. See 02:49:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:05 02:49:05 Login Succeeded 02:49:05 nexus3.edgexfoundry.org:10003 02:49:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:05 Configure a credential helper to remove this warning. See 02:49:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:05 02:49:05 Login Succeeded 02:49:05 nexus3.edgexfoundry.org:10004 02:49:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:05 Configure a credential helper to remove this warning. See 02:49:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:05 02:49:05 Login Succeeded 02:49:05 docker.io 02:49:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:05 Configure a credential helper to remove this warning. See 02:49:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:05 02:49:05 Login Succeeded 02:49:05 ---> docker-login.sh ends [Pipeline] } 02:49:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:49:06 ++ 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 02:49:06 + for file in '`ls cmd/**/Dockerfile`' 02:49:06 ++ dirname cmd/core-command/Dockerfile 02:49:06 ++ cut -d/ -f2 02:49:06 + echo core-command,cmd/core-command/Dockerfile 02:49:06 + for file in '`ls cmd/**/Dockerfile`' 02:49:06 ++ dirname cmd/core-data/Dockerfile 02:49:06 ++ cut -d/ -f2 02:49:06 + echo core-data,cmd/core-data/Dockerfile 02:49:06 + for file in '`ls cmd/**/Dockerfile`' 02:49:06 ++ dirname cmd/core-metadata/Dockerfile 02:49:06 ++ cut -d/ -f2 02:49:06 + echo core-metadata,cmd/core-metadata/Dockerfile 02:49:06 + for file in '`ls cmd/**/Dockerfile`' 02:49:06 ++ dirname cmd/security-bootstrapper/Dockerfile 02:49:06 ++ cut -d/ -f2 02:49:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:49:06 + for file in '`ls cmd/**/Dockerfile`' 02:49:06 ++ dirname cmd/security-proxy-setup/Dockerfile 02:49:06 ++ cut -d/ -f2 02:49:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:49:06 + for file in '`ls cmd/**/Dockerfile`' 02:49:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:49:06 ++ cut -d/ -f2 02:49:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:49:06 + for file in '`ls cmd/**/Dockerfile`' 02:49:06 ++ dirname cmd/support-notifications/Dockerfile 02:49:06 ++ cut -d/ -f2 02:49:06 + echo support-notifications,cmd/support-notifications/Dockerfile 02:49:06 + for file in '`ls cmd/**/Dockerfile`' 02:49:06 ++ dirname cmd/support-scheduler/Dockerfile 02:49:06 ++ cut -d/ -f2 02:49:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:49:06 + for file in '`ls cmd/**/Dockerfile`' 02:49:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:49:06 ++ cut -d/ -f2 02:49:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:49:06 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 02:49:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:49:07 02:49:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:49:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:49:07 latest: Pulling from edgex-devops/git-semver 02:49:07 31603596830f: Pulling fs layer 02:49:07 2a8b12db71e7: Pulling fs layer 02:49:07 6ca5941a6612: Pulling fs layer 02:49:07 ecc8261a40a4: Pulling fs layer 02:49:07 ecc8261a40a4: Waiting 02:49:07 2a8b12db71e7: Verifying Checksum 02:49:07 2a8b12db71e7: Download complete 02:49:07 31603596830f: Verifying Checksum 02:49:07 31603596830f: Download complete 02:49:08 ecc8261a40a4: Verifying Checksum 02:49:08 ecc8261a40a4: Download complete 02:49:08 6ca5941a6612: Verifying Checksum 02:49:08 6ca5941a6612: Download complete 02:49:08 31603596830f: Pull complete 02:49:08 2a8b12db71e7: Pull complete 02:49:09 6ca5941a6612: Pull complete 02:49:09 ecc8261a40a4: Pull complete 02:49:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:49:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:49:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:49:09 prd-centos7-docker-4c-2g-26195 does not seem to be running inside a container 02:49:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:49:12 $ docker top 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:49:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:49:12 [ssh-agent] Looking for ssh-agent implementation... 02:49:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:49:12 $ docker exec 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 ssh-agent 02:49:13 SSH_AUTH_SOCK=/tmp/ssh-RL5U9v0cCOSw/agent.12 02:49:13 SSH_AGENT_PID=17 02:49:13 Running ssh-add (command line suppressed) 02:49:13 Identity added: /w/workspace/edgex-go/22@tmp/private_key_6408142759838507980.key (/w/workspace/edgex-go/22@tmp/private_key_6408142759838507980.key) 02:49:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:49:13 + git tag --points-at HEAD [Pipeline] } 02:49:13 $ docker exec --env ******** --env ******** 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 ssh-agent -k 02:49:13 unset SSH_AUTH_SOCK; 02:49:13 unset SSH_AGENT_PID; 02:49:13 echo Agent pid 17 killed; 02:49:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:49:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:49:13 [ssh-agent] Looking for ssh-agent implementation... 02:49:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:49:14 $ docker exec 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 ssh-agent 02:49:14 SSH_AUTH_SOCK=/tmp/ssh-M4DzSC5nH1K5/agent.46 02:49:14 SSH_AGENT_PID=51 02:49:14 Running ssh-add (command line suppressed) 02:49:14 Identity added: /w/workspace/edgex-go/22@tmp/private_key_7530090992456155369.key (/w/workspace/edgex-go/22@tmp/private_key_7530090992456155369.key) 02:49:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:49:14 + git semver init 02:49:14 # -> Open(): unable to determine branch for HEAD 02:49:14 # $GIT_DIR = /w/workspace/edgex-go/22/.git 02:49:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/22 02:49:14 # $SEMVER_REMOTE_NAME = origin 02:49:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:49:14 # $SEMVER_USER_NAME = edgex-jenkins 02:49:14 # $SEMVER_BRANCH = PR-3113 02:49:14 # $SEMVER_TEMP = /tmp/semver-387305069 02:49:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:49:33 # '/tmp/semver-387305069' -> '/w/workspace/edgex-go/22/.semver' 02:49:33 # -> Force: false 02:49:33 # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } 02:49:33 $ docker exec --env ******** --env ******** 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 ssh-agent -k 02:49:33 unset SSH_AUTH_SOCK; 02:49:33 unset SSH_AGENT_PID; 02:49:33 echo Agent pid 51 killed; 02:49:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:49:33 + git semver [Pipeline] } 02:49:33 $ docker stop --time=1 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 02:49:35 $ docker rm -f 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 [Pipeline] // withDockerContainer [Pipeline] sh 02:49:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:49:36 Stashed 1 file(s) [Pipeline] echo 02:49:36 [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 02:49:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:49:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:49:37 + sudo service docker restart 02:49:37 + true 02:49:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:49:38 ========================================================= 02:49:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:49:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:49:38 + 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 . 02:49:43 Sending build context to Docker daemon 327.8MB 02:49:43 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:49:43 Step 2/6 : FROM ${BASE} 02:49:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:49:43 188c0c94c7c5: Pulling fs layer 02:49:43 0ef7d3d256c8: Pulling fs layer 02:49:43 de9db76c5a1d: Pulling fs layer 02:49:43 bca2f99d35d6: Pulling fs layer 02:49:43 93359f2a8cfa: Pulling fs layer 02:49:43 7c6f9722023f: Pulling fs layer 02:49:43 a35cf1a2eb13: Pulling fs layer 02:49:43 93359f2a8cfa: Waiting 02:49:43 7c6f9722023f: Waiting 02:49:43 a35cf1a2eb13: Waiting 02:49:43 bca2f99d35d6: Waiting 02:49:43 0ef7d3d256c8: Download complete 02:49:43 de9db76c5a1d: Verifying Checksum 02:49:43 de9db76c5a1d: Download complete 02:49:43 93359f2a8cfa: Verifying Checksum 02:49:43 93359f2a8cfa: Download complete 02:49:43 188c0c94c7c5: Verifying Checksum 02:49:43 188c0c94c7c5: Download complete 02:49:43 7c6f9722023f: Verifying Checksum 02:49:43 7c6f9722023f: Download complete 02:49:43 188c0c94c7c5: Pull complete 02:49:43 0ef7d3d256c8: Pull complete 02:49:43 de9db76c5a1d: Pull complete 02:49:45 a35cf1a2eb13: Download complete 02:49:45 bca2f99d35d6: Verifying Checksum 02:49:45 bca2f99d35d6: Download complete 02:49:51 Still waiting to schedule task 02:49:51 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:49:52 bca2f99d35d6: Pull complete 02:49:52 93359f2a8cfa: Pull complete 02:49:52 7c6f9722023f: Pull complete 02:49:56 a35cf1a2eb13: Pull complete 02:49:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:49:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:49:56 ---> a62c8e92a672 02:49:56 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 02:49:56 ---> Running in 61274c906eef 02:49:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:49:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:49:57 (1/12) Installing libmagic (5.38-r0) 02:49:58 (2/12) Installing file (5.38-r0) 02:49:58 (3/12) Installing libc-dev (0.7.2-r3) 02:49:58 (4/12) Installing g++ (9.3.0-r2) 02:50:02 (5/12) Installing fortify-headers (1.1-r0) 02:50:02 (6/12) Installing patch (2.7.6-r6) 02:50:02 (7/12) Installing build-base (0.5-r2) 02:50:02 (8/12) Installing libsodium (1.0.18-r0) 02:50:02 (9/12) Installing pkgconf (1.7.2-r0) 02:50:02 (10/12) Installing libsodium-dev (1.0.18-r0) 02:50:03 (11/12) Installing libzmq (4.3.3-r0) 02:50:03 (12/12) Installing zeromq-dev (4.3.3-r0) 02:50:03 Executing busybox-1.31.1-r19.trigger 02:50:03 OK: 233 MiB in 51 packages 02:50:06 Removing intermediate container 61274c906eef 02:50:06 ---> 277e19059666 02:50:06 Step 4/6 : WORKDIR /edgex-go 02:50:06 ---> Running in f3c442b763d6 02:50:07 Removing intermediate container f3c442b763d6 02:50:07 ---> 134529d2bd8a 02:50:07 Step 5/6 : COPY go.mod . 02:50:07 ---> 4f5dbe128e91 02:50:07 Step 6/6 : RUN go mod download 02:50:07 ---> Running in 5d4eaee3aa3f 02:50:29 Removing intermediate container 5d4eaee3aa3f 02:50:29 ---> 4aa62a6a289d 02:50:29 Successfully built 4aa62a6a289d 02:50:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:50:29 + docker inspect -f . ci-base-image-x86_64 02:50:29 . [Pipeline] withDockerContainer 02:50:29 prd-centos7-docker-4c-2g-26195 does not seem to be running inside a container 02:50:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:50:30 $ docker top 3081e24e4d1ad4e2ea9677cad08e4706dc835dd482dbb84566c543f410d10c1c -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:31 + go version 02:50:31 go version go1.15.5 linux/amd64 [Pipeline] } 02:50:31 $ docker stop --time=1 3081e24e4d1ad4e2ea9677cad08e4706dc835dd482dbb84566c543f410d10c1c 02:50:32 $ docker rm -f 3081e24e4d1ad4e2ea9677cad08e4706dc835dd482dbb84566c543f410d10c1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:50:33 + docker inspect -f . ci-base-image-x86_64 02:50:33 . [Pipeline] withDockerContainer 02:50:33 prd-centos7-docker-4c-2g-26195 does not seem to be running inside a container 02:50:33 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:50:34 $ docker top 5662afe458d34cc326a14892e762428af35b10eb37826a1ddf0863ef171ef46c -eo pid,comm [Pipeline] { [Pipeline] echo 02:50:34 ========================================================= 02:50:34 [edgeXBuildGoParallel] Running Tests and Build... 02:50:34 ========================================================= [Pipeline] sh 02:50:34 + make test 02:50:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:50:44 ? github.com/edgexfoundry/edgex-go [no test files] 02:50:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:51:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:51:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:51:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:51:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:51:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:51:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:51:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:51:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:51:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:51:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:51:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:51:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:51:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.153s coverage: 45.9% of statements 02:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 02:51:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements 02:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.220s coverage: 27.1% of statements 02:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements 02:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 02:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 65.8% of statements 02:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:51:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.418s coverage: 82.3% of statements 02:51:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:51:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:51:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:51:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:51:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.335s coverage: 28.6% of statements 02:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:51:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements 02:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:51:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements 02:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:51:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements 02:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:51:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.119s coverage: 97.5% of statements 02:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:51:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 02:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:51:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.431s coverage: 92.8% of statements 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:51:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:51:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:51:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.030s coverage: 45.5% of statements 02:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements 02:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 02:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements 02:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 02:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements 02:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 02:51:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26196 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 02:51:37 Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout 02:51:42 using credential edgex-jenkins-ssh 02:51:43 Cloning the remote Git repository 02:51:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:51:43 > git init /w/workspace/edgex-go/22 # timeout=10 02:51:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:51:43 > git --version # timeout=10 02:51:43 > git --version # 'git version 2.17.1' 02:51:43 using GIT_SSH to set credentials SSH Credentials for GitHub 02:51:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.079s coverage: 92.9% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.301s coverage: 68.9% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.0% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.271s coverage: 84.0% of statements 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.0% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.104s coverage: 89.4% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.701s coverage: 29.1% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.064s coverage: 100.0% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 02:51:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 02:51:46 GO111MODULE=on go vet ./... 02:51:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:51:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:51:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:51:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:51:57 using GIT_SSH to set credentials SSH Credentials for GitHub 02:51:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:51:58 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit b24f7dfb09187849f099ea4c61709a1fa7358ae9 02:51:59 Merge succeeded, producing b24f7dfb09187849f099ea4c61709a1fa7358ae9 02:51:59 Checking out Revision b24f7dfb09187849f099ea4c61709a1fa7358ae9 (PR-3113) 02:51:58 > git config core.sparsecheckout # timeout=10 02:51:58 > git checkout -f b24f7dfb09187849f099ea4c61709a1fa7358ae9 # timeout=10 02:51:58 > git remote # timeout=10 02:51:58 > git config --get remote.origin.url # timeout=10 02:51:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:51:58 > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 02:51:59 > git rev-parse HEAD^{commit} # timeout=10 02:51:59 > git config core.sparsecheckout # timeout=10 02:51:59 > git checkout -f b24f7dfb09187849f099ea4c61709a1fa7358ae9 # timeout=10 02:52:03 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:52:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:52:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:52:06 + true 02:52:06 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:52:08 provisioning config files... 02:52:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config6615870658633048534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:52:08 ---> docker-login.sh 02:52:08 nexus3.edgexfoundry.org:10001 02:52:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:52:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:52:10 Configure a credential helper to remove this warning. See 02:52:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:52:10 02:52:10 Login Succeeded 02:52:10 nexus3.edgexfoundry.org:10002 02:52:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:52:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:52:10 Configure a credential helper to remove this warning. See 02:52:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:52:10 02:52:10 Login Succeeded 02:52:10 nexus3.edgexfoundry.org:10003 02:52:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:52:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:52:11 Configure a credential helper to remove this warning. See 02:52:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:52:11 02:52:11 Login Succeeded 02:52:11 nexus3.edgexfoundry.org:10004 02:52:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:52:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:52:11 Configure a credential helper to remove this warning. See 02:52:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:52:11 02:52:11 Login Succeeded 02:52:11 docker.io 02:52:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:52:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:52:12 Configure a credential helper to remove this warning. See 02:52:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:52:12 02:52:12 Login Succeeded 02:52:12 ---> docker-login.sh ends [Pipeline] } 02:52:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:52:13 ========================================================= 02:52:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:52:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:52:13 gofmt -l . 02:52:13 [ "`gofmt -l .`" = "" ] 02:52:13 ./bin/test-go-mod-tidy.sh 02:52:13 ./bin/test-attribution-txt.sh 02:52:13 + 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 . [Pipeline] sh 02:52:14 + ls -al . 02:52:14 total 700 02:52:14 drwxrwxr-x 10 1001 1001 4096 Feb 12 02:52 . 02:52:14 drwxr-xr-x 4 root root 30 Feb 12 02:50 .. 02:52:14 -rw-rw-r-- 1 1001 1001 11 Feb 12 02:48 .dockerignore 02:52:14 drwxrwxr-x 8 1001 1001 179 Feb 12 02:48 .git 02:52:14 drwxrwxr-x 3 1001 1001 125 Feb 12 02:48 .github 02:52:14 -rw-rw-r-- 1 1001 1001 818 Feb 12 02:48 .gitignore 02:52:14 drwx------ 3 1001 1001 60 Feb 12 02:49 .semver 02:52:14 -rw-rw-r-- 1 1001 1001 166 Feb 12 02:48 .sonarcloud.properties 02:52:14 -rw-rw-r-- 1 1001 1001 7859 Feb 12 02:48 Attribution.txt 02:52:14 -rw-rw-r-- 1 1001 1001 3804 Feb 12 02:48 CONTRIBUTING.md 02:52:14 -rw-rw-r-- 1 1001 1001 931 Feb 12 02:48 Dockerfile.build 02:52:14 -rw-rw-r-- 1 1001 1001 863 Feb 12 02:48 Jenkinsfile 02:52:14 -rw-rw-r-- 1 1001 1001 10775 Feb 12 02:48 LICENSE 02:52:14 -rw-rw-r-- 1 1001 1001 5774 Feb 12 02:48 Makefile 02:52:14 -rw-rw-r-- 1 1001 1001 6524 Feb 12 02:48 README.md 02:52:14 -rw-rw-r-- 1 1001 1001 6755 Feb 12 02:48 SECURITY.md 02:52:14 -rw-rw-r-- 1 1001 1001 5 Feb 12 02:49 VERSION 02:52:14 -rw-rw-r-- 1 1001 1001 4131 Feb 12 02:48 ZMQWindows.md 02:52:14 drwxrwxr-x 2 1001 1001 117 Feb 12 02:48 bin 02:52:14 drwxrwxr-x 14 1001 1001 4096 Feb 12 02:48 cmd 02:52:14 -rw-r--r-- 1 root root 595676 Feb 12 02:51 coverage.out 02:52:14 -rw-r--r-- 1 root root 1054 Feb 12 02:52 go.mod 02:52:14 -rw-r--r-- 1 root root 19290 Feb 12 02:52 go.sum 02:52:14 drwxrwxr-x 8 1001 1001 127 Feb 12 02:48 internal 02:52:14 drwxrwxr-x 4 1001 1001 26 Feb 12 02:48 openapi 02:52:14 drwxrwxr-x 4 1001 1001 71 Feb 12 02:48 snap 02:52:14 -rw-rw-r-- 1 1001 1001 168 Feb 12 02:48 version.go [Pipeline] sh 02:52:14 + '[' -e coverage.out ] 02:52:14 + chown 1001:1001 coverage.out [Pipeline] stash 02:52:14 Stashed 1 file(s) [Pipeline] sh 02:52:14 + make build 02:52:14 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 02:52:16 Sending build context to Docker daemon 166.3MB 02:52:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:52:16 Step 2/6 : FROM ${BASE} 02:52:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:52:16 5f621e34cdf4: Pulling fs layer 02:52:16 a4357932f1b6: Pulling fs layer 02:52:16 18c013af1878: Pulling fs layer 02:52:16 00ac8860ef70: Pulling fs layer 02:52:16 63d7cb157983: Pulling fs layer 02:52:16 b116817d02f9: Pulling fs layer 02:52:16 745a02a5169b: Pulling fs layer 02:52:16 b116817d02f9: Waiting 02:52:16 00ac8860ef70: Waiting 02:52:16 745a02a5169b: Waiting 02:52:16 63d7cb157983: Waiting 02:52:16 18c013af1878: Verifying Checksum 02:52:16 18c013af1878: Download complete 02:52:16 a4357932f1b6: Verifying Checksum 02:52:16 a4357932f1b6: Download complete 02:52:16 63d7cb157983: Download complete 02:52:16 b116817d02f9: Verifying Checksum 02:52:16 b116817d02f9: Download complete 02:52:16 5f621e34cdf4: Verifying Checksum 02:52:16 5f621e34cdf4: Download complete 02:52:16 5f621e34cdf4: Pull complete 02:52:17 a4357932f1b6: Pull complete 02:52:17 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 02:52:17 18c013af1878: Pull complete 02:52:18 745a02a5169b: Verifying Checksum 02:52:18 745a02a5169b: Download complete 02:52:19 00ac8860ef70: Verifying Checksum 02:52:19 00ac8860ef70: Download complete 02:52:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:52:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:52:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:52:29 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 02:52:29 00ac8860ef70: Pull complete 02:52:29 63d7cb157983: Pull complete 02:52:30 b116817d02f9: Pull complete 02:52:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:52:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:52:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:52:33 745a02a5169b: Pull complete 02:52:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:52:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:52:33 ---> b7e6874047d6 02:52:33 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 02:52:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:52:35 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 02:52:36 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 02:52:36 ---> Running in b0827e62dc79 02:52:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } 02:52:38 $ docker stop --time=1 5662afe458d34cc326a14892e762428af35b10eb37826a1ddf0863ef171ef46c 02:52:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:52:39 (1/12) Installing libmagic (5.38-r0) 02:52:39 (2/12) Installing file (5.38-r0) 02:52:39 (3/12) Installing libc-dev (0.7.2-r3) 02:52:39 (4/12) Installing g++ (9.3.0-r2) 02:52:39 $ docker rm -f 5662afe458d34cc326a14892e762428af35b10eb37826a1ddf0863ef171ef46c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:52:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:52:43 02:52:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:52:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:52:43 latest: Pulling from edgex-devops/edgex-compose 02:52:43 cbdbe7a5bc2a: Pulling fs layer 02:52:43 ca9280d653b3: Pulling fs layer 02:52:43 7e9c9ca2126c: Pulling fs layer 02:52:44 cbdbe7a5bc2a: Verifying Checksum 02:52:44 cbdbe7a5bc2a: Download complete 02:52:44 cbdbe7a5bc2a: Pull complete 02:52:44 ca9280d653b3: Verifying Checksum 02:52:44 ca9280d653b3: Download complete 02:52:45 7e9c9ca2126c: Verifying Checksum 02:52:45 7e9c9ca2126c: Download complete 02:52:45 ca9280d653b3: Pull complete 02:52:47 (5/12) Installing fortify-headers (1.1-r0) 02:52:47 (6/12) Installing patch (2.7.6-r6) 02:52:47 (7/12) Installing build-base (0.5-r2) 02:52:47 (8/12) Installing libsodium (1.0.18-r0) 02:52:47 (9/12) Installing pkgconf (1.7.2-r0) 02:52:47 (10/12) Installing libsodium-dev (1.0.18-r0) 02:52:47 (11/12) Installing libzmq (4.3.3-r0) 02:52:47 (12/12) Installing zeromq-dev (4.3.3-r0) 02:52:47 Executing busybox-1.31.1-r19.trigger 02:52:47 OK: 217 MiB in 51 packages 02:52:52 Removing intermediate container b0827e62dc79 02:52:52 ---> 8b54b8baff79 02:52:52 Step 4/6 : WORKDIR /edgex-go 02:52:52 ---> Running in e26a06e3d6a1 02:52:52 Removing intermediate container e26a06e3d6a1 02:52:52 ---> b5a0830dcb91 02:52:52 Step 5/6 : COPY go.mod . 02:52:52 7e9c9ca2126c: Pull complete 02:52:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:52:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:52:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:52:52 prd-centos7-docker-4c-2g-26195 does not seem to be running inside a container 02:52:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:52:53 ---> aa0787427285 02:52:53 Step 6/6 : RUN go mod download 02:52:53 ---> Running in f9e5948c527f 02:52:55 $ docker top 271ca2aa16e1e95f37f38dd0ade6d2bc15c3862bbc9ed804c78cc38194fc24e8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:52:56 + docker-compose build --help 02:52:56 + grep parallel 02:52:57 --parallel Build images in parallel. [Pipeline] } 02:52:57 $ docker stop --time=1 271ca2aa16e1e95f37f38dd0ade6d2bc15c3862bbc9ed804c78cc38194fc24e8 02:52:58 $ docker rm -f 271ca2aa16e1e95f37f38dd0ade6d2bc15c3862bbc9ed804c78cc38194fc24e8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:52:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:52:59 . [Pipeline] withDockerContainer 02:52:59 prd-centos7-docker-4c-2g-26195 does not seem to be running inside a container 02:52:59 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:52:59 $ docker top d9afae7daba4ffa1c05621aacac03ad588add42e713d976de8302c81c932a593 -eo pid,comm [Pipeline] { [Pipeline] sh 02:53:00 + docker-compose -f ./docker-compose-build.yml build --parallel 02:53:01 Building docker-core-command-go ... 02:53:01 Building docker-core-data-go ... 02:53:01 Building docker-core-metadata-go ... 02:53:01 Building docker-security-bootstrapper-go ... 02:53:01 Building docker-security-proxy-setup-go ... 02:53:01 Building docker-security-secretstore-setup-go ... 02:53:01 Building docker-support-notifications-go ... 02:53:01 Building docker-support-scheduler-go ... 02:53:01 Building docker-sys-mgmt-agent-go ... 02:53:01 Building docker-security-secretstore-setup-go 02:53:01 Building docker-support-notifications-go 02:53:01 Building docker-security-bootstrapper-go 02:53:01 Building docker-core-metadata-go 02:53:01 Building docker-core-command-go 02:53:20 Removing intermediate container f9e5948c527f 02:53:20 ---> 7d85d19677da 02:53:20 Successfully built 7d85d19677da 02:53:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:53:20 + docker inspect -f . ci-base-image-arm64 02:53:20 . [Pipeline] withDockerContainer 02:53:20 prd-ubuntu18.04-docker-arm64-4c-16g-26196 does not seem to be running inside a container 02:53:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:53:22 $ docker top d14dd86ed21d238286ab37d42ebc5a481cc1100d00355760d08431efb01ad8f6 -eo pid,comm [Pipeline] { [Pipeline] sh 02:53:23 + go version 02:53:23 go version go1.15.5 linux/arm64 [Pipeline] } 02:53:23 $ docker stop --time=1 d14dd86ed21d238286ab37d42ebc5a481cc1100d00355760d08431efb01ad8f6 02:53:24 $ docker rm -f d14dd86ed21d238286ab37d42ebc5a481cc1100d00355760d08431efb01ad8f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:53:25 + docker inspect -f . ci-base-image-arm64 02:53:25 . [Pipeline] withDockerContainer 02:53:26 prd-ubuntu18.04-docker-arm64-4c-16g-26196 does not seem to be running inside a container 02:53:26 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:53:27 $ docker top c35b60ec85741d4daf169e7294029a4567030776671b1d9f4a9eb87398a6693c -eo pid,comm [Pipeline] { [Pipeline] echo 02:53:28 ========================================================= 02:53:28 [edgeXBuildGoParallel] Running Tests and Build... 02:53:28 ========================================================= [Pipeline] sh 02:53:28 + make test 02:53:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:53:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:53:33 ---> 4aa62a6a289d 02:53:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/23 : WORKDIR /edgex-go 02:53:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:53:33 ---> 4aa62a6a289d 02:53:33 Step 3/22 : WORKDIR /edgex-go 02:53:33 02:53:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:53:33 ---> 4aa62a6a289d 02:53:33 Step 3/23 : WORKDIR /edgex-go 02:53:33 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/30 : FROM ${BUILDER_BASE} AS builder 02:53:33 02:53:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 4aa62a6a289d 02:53:33 02:53:33 ---> 4aa62a6a289d 02:53:33 Step 3/24 : WORKDIR /edgex-go 02:53:33 Step 3/30 : WORKDIR /edgex-go 02:53:34 ---> Running in c6e81eb6a437 02:53:34 ---> Running in 54fe9112890c 02:53:34 ---> Running in f4d127543a8f 02:53:34 ---> Running in a4902c76d6b3 02:53:34 ---> Running in 54b3a66de914 02:53:35 Removing intermediate container a4902c76d6b3 02:53:35 ---> 9f2ffb872fe0 02:53:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:35 Removing intermediate container 54b3a66de914 02:53:35 ---> 8052d43be83a 02:53:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:35 Removing intermediate container c6e81eb6a437 02:53:35 ---> a175fd51d699 02:53:35 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:35 Removing intermediate container 54fe9112890c 02:53:35 ---> 04d7119197cf 02:53:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:35 Removing intermediate container f4d127543a8f 02:53:35 ---> 9d3052e30f65 02:53:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:35 ---> Running in a7271b6cc5e5 02:53:35 ---> Running in 538f248e232d 02:53:35 ---> Running in fcf22453ac77 02:53:35 ---> Running in fa2ecaf672c4 02:53:35 ---> Running in f7e4632d340a 02:53:37 Removing intermediate container 538f248e232d 02:53:37 ---> 4e80cd48338c 02:53:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:53:37 Removing intermediate container a7271b6cc5e5 02:53:37 ---> 784094661a32 02:53:37 Step 5/23 : RUN apk add --update --no-cache make git 02:53:37 ---> Running in 1111d3309209 02:53:37 ---> Running in 56017cb70ad5 02:53:37 Removing intermediate container fcf22453ac77 02:53:37 ---> 86773c0fd4ad 02:53:37 Step 5/23 : RUN apk add --update --no-cache make git 02:53:37 ---> Running in 8b66641ce562 02:53:37 Removing intermediate container fa2ecaf672c4 02:53:37 ---> bcedff78452b 02:53:37 Step 5/30 : RUN apk add --update --no-cache make git 02:53:38 ---> Running in e75cad191dc4 02:53:38 Removing intermediate container f7e4632d340a 02:53:38 ---> 11ca5f7cef93 02:53:38 Step 5/24 : RUN apk add --update --no-cache make git 02:53:38 ---> Running in 9e6aaac53341 02:53:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:53:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:53:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:53:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:53:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:53:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:53:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:53:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:53:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:53:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:53:39 OK: 233 MiB in 51 packages 02:53:39 OK: 233 MiB in 51 packages 02:53:40 OK: 233 MiB in 51 packages 02:53:40 OK: 233 MiB in 51 packages 02:53:40 Removing intermediate container 1111d3309209 02:53:40 ---> f4d769470615 02:53:40 Step 6/22 : COPY go.mod . 02:53:40 OK: 233 MiB in 51 packages 02:53:40 Removing intermediate container 56017cb70ad5 02:53:40 ---> 0c7d11bf7b82 02:53:40 Step 6/23 : COPY go.mod . 02:53:40 ---> 138b6611c672 02:53:40 Step 7/22 : RUN go mod download 02:53:40 ---> Running in 914476a3f9e1 02:53:40 Removing intermediate container 8b66641ce562 02:53:40 ---> e9c2507c058a 02:53:40 Step 6/23 : COPY go.mod . 02:53:41 ---> 43e2bf4b6bdc 02:53:41 Step 7/23 : RUN go mod download 02:53:41 ---> Running in c6cbaefe6eb3 02:53:41 Removing intermediate container 9e6aaac53341 02:53:41 ---> 3568aa91052e 02:53:41 Step 6/24 : COPY go.mod . 02:53:41 ---> acd52f982b3f 02:53:41 Step 7/23 : RUN go mod download 02:53:41 Removing intermediate container e75cad191dc4 02:53:41 ---> de8ec476528c 02:53:41 Step 6/30 : COPY go.mod . 02:53:41 ---> Running in c78c2b370ece 02:53:41 ---> c48fb0f995d7 02:53:41 Step 7/24 : RUN go mod download 02:53:42 ---> Running in 2a565f7e1d3f 02:53:42 ---> cadf32574133 02:53:42 Step 7/30 : RUN go mod download 02:53:42 ---> Running in d62d5eee8863 02:53:44 Removing intermediate container c6cbaefe6eb3 02:53:44 ---> 3f3c882f3b0b 02:53:44 Step 8/23 : COPY . . 02:53:44 Removing intermediate container 914476a3f9e1 02:53:44 ---> f216658c1cd7 02:53:44 Step 8/22 : COPY . . 02:53:44 Removing intermediate container c78c2b370ece 02:53:44 ---> 41c104d69afa 02:53:44 Step 8/23 : COPY . . 02:53:50 ? github.com/edgexfoundry/edgex-go [no test files] 02:53:54 Removing intermediate container 2a565f7e1d3f 02:53:54 ---> e91813bf8130 02:53:54 Step 8/24 : COPY . . 02:53:54 Removing intermediate container d62d5eee8863 02:53:54 ---> 734b54e954fc 02:53:54 Step 8/30 : COPY . . 02:54:26 ---> da1ba347fccc 02:54:26 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:54:26 ---> 9cbd70ef7571 02:54:26 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:54:26 ---> db97efcfbcfa 02:54:26 Step 9/23 : RUN make cmd/core-command/core-command 02:54:26 ---> Running in 3d582700662e 02:54:26 ---> Running in aabefea1446d 02:54:27 ---> Running in 2ac97c02199b 02:54:27 ---> be6abf4f1791 02:54:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:54:27 ---> Running in 9fc2ff9abae6 02:54:29 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 02:54:29 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 02:54:29 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 02:54: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 02:54:30 ---> 880221056d17 02:54:30 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:54:30 ---> Running in b7d1cf783f67 02:54:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:54:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:54:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:54:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:54:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:54:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:54:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:54:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:54:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:54:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:54:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:54:57 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 02:55:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:55:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:55:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:55:05 Removing intermediate container b7d1cf783f67 02:55:05 ---> 3126816ac913 02:55:05 02:55:05 Step 10/30 : FROM alpine:3.12 02:55:05 3.12: Pulling from library/alpine 02:55:05 Removing intermediate container 9fc2ff9abae6 02:55:05 ---> 44bc70900695 02:55:05 02:55:05 Step 10/24 : FROM alpine:3.12 02:55:05 Removing intermediate container 3d582700662e 02:55:05 ---> c163477ce746 02:55:05 02:55:05 Step 10/23 : FROM alpine:3.12 02:55:05 3.12: Pulling from library/alpine 02:55:05 3.12: Pulling from library/alpine 02:55:05 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:55:05 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:55:05 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:55:05 Status: Downloaded newer image for alpine:3.12 02:55:05 Status: Downloaded newer image for alpine:3.12 02:55:05 Status: Image is up to date for alpine:3.12 02:55:05 ---> 389fef711851 02:55:05 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:55:05 ---> 389fef711851 02:55:05 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:55:05 ---> 389fef711851 02:55:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:55:08 Removing intermediate container aabefea1446d 02:55:08 ---> 3cfa2ecdc714 02:55:08 02:55:08 Step 10/22 : FROM alpine:3.12 02:55:08 ---> 389fef711851 02:55:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:55:08 ---> Running in 94d1270d2f81 02:55:08 ---> Running in b12d73431534 02:55:08 ---> Running in ce1494aeec81 02:55:08 ---> Running in 5b089d314807 02:55:09 Removing intermediate container ce1494aeec81 02:55:09 ---> e27d33c8fadf 02:55:09 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 02:55:09 Removing intermediate container 2ac97c02199b 02:55:09 ---> 2d35a5f9bafc 02:55:09 02:55:09 Step 10/23 : FROM alpine:3.12 02:55:09 ---> 389fef711851 02:55:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:55:09 ---> Running in 776fa07434bd 02:55:09 ---> Running in ef82efcce2ad 02:55:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.341s coverage: 45.9% of statements 02:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 02:55:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.229s coverage: 100.0% of statements 02:55:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:55:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:55:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:55:10 (1/5) Installing ca-certificates (20191127-r4) 02:55:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:55:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:55:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:55:10 (3/5) Installing libcurl (7.69.1-r3) 02:55:10 (4/5) Installing curl (7.69.1-r3) 02:55:10 (5/5) Installing dumb-init (1.2.2-r1) 02:55:10 Executing busybox-1.31.1-r19.trigger 02:55:10 Executing ca-certificates-20191127-r4.trigger 02:55:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:55:10 OK: 7 MiB in 19 packages 02:55:10 (1/2) Installing ca-certificates (20191127-r4) 02:55:10 (2/2) Installing dumb-init (1.2.2-r1) 02:55:10 Executing busybox-1.31.1-r19.trigger 02:55:10 Executing ca-certificates-20191127-r4.trigger 02:55:10 (1/1) Installing dumb-init (1.2.2-r1) 02:55:10 Executing busybox-1.31.1-r19.trigger 02:55:10 OK: 6 MiB in 15 packages 02:55:10 OK: 6 MiB in 16 packages 02:55:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:55:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:55:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:55:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:55:10 (1/1) Installing dumb-init (1.2.2-r1) 02:55:10 Executing busybox-1.31.1-r19.trigger 02:55:10 OK: 6 MiB in 15 packages 02:55:10 (1/2) Installing dumb-init (1.2.2-r1) 02:55:10 (2/2) Installing su-exec (0.2-r1) 02:55:10 Executing busybox-1.31.1-r19.trigger 02:55:10 OK: 6 MiB in 16 packages 02:55:12 Removing intermediate container 94d1270d2f81 02:55:12 ---> 907b4c933872 02:55:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:55:14 ---> Running in e29e89a2f41b 02:55:14 Removing intermediate container b12d73431534 02:55:14 ---> e44768e14cc3 02:55:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:55:14 Removing intermediate container 5b089d314807 02:55:14 ---> b6d690fb9983 02:55:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:55:14 Removing intermediate container 776fa07434bd 02:55:14 ---> c81e19a031c3 02:55:14 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 02:55:14 ---> Running in a2d25e544dc2 02:55:14 ---> Running in a8a9371e7393 02:55:14 ---> Running in 742a6bbd8118 02:55:14 Removing intermediate container ef82efcce2ad 02:55:14 ---> a8829390906b 02:55:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:55:14 Removing intermediate container e29e89a2f41b 02:55:14 ---> cab1c5bca4db 02:55:14 Step 13/24 : WORKDIR / 02:55:14 ---> Running in 9755371c8f8e 02:55:14 ---> Running in e427faf82b88 02:55:14 Removing intermediate container a2d25e544dc2 02:55:14 ---> 456bb0ba7f0a 02:55:14 Step 13/23 : ENV APP_PORT=48082 02:55:14 Removing intermediate container a8a9371e7393 02:55:14 ---> ccf8201fa932 02:55:14 Step 13/22 : ENV APP_PORT=48060 02:55:14 Removing intermediate container 742a6bbd8118 02:55:14 ---> 26d9ff6b1af8 02:55:14 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:55:14 ---> Running in 6371f4a0c119 02:55:14 ---> Running in 723dd03b4d1a 02:55:14 ---> Running in 694c56ed6786 02:55:14 Removing intermediate container 9755371c8f8e 02:55:14 ---> 1945debccd59 02:55:14 Step 13/23 : ENV APP_PORT=48081 02:55:15 Removing intermediate container e427faf82b88 02:55:15 ---> 5ae0c49dd34e 02:55:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:55:15 ---> Running in 2cb803b634dc 02:55:15 Removing intermediate container 6371f4a0c119 02:55:15 ---> b89411d7772b 02:55:15 Step 14/22 : EXPOSE $APP_PORT 02:55:15 Removing intermediate container 723dd03b4d1a 02:55:15 ---> 22066fe4ee8c 02:55:15 Step 14/23 : EXPOSE $APP_PORT 02:55:15 Removing intermediate container 694c56ed6786 02:55:15 ---> c0178ba8fa47 02:55:15 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:55:15 ---> Running in dc3f340ba4af 02:55:15 ---> Running in 041cf8a1ac3d 02:55:15 ---> af167c4d445e 02:55:15 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:55:15 Removing intermediate container 2cb803b634dc 02:55:15 ---> 5e885e666df5 02:55:15 Step 14/23 : EXPOSE $APP_PORT 02:55:15 ---> Running in 8f6b7675092a 02:55:16 ---> Running in 944b79a6b595 02:55:16 Removing intermediate container dc3f340ba4af 02:55:16 ---> 834618d6fcf4 02:55:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:55:16 Removing intermediate container 041cf8a1ac3d 02:55:16 ---> f180c6faa063 02:55:16 Step 15/23 : WORKDIR / 02:55:16 ---> 0db7fbda7b9c 02:55:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:55:16 Removing intermediate container 944b79a6b595 02:55:16 ---> fef0740caeae 02:55:16 Step 15/23 : WORKDIR / 02:55:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.472s coverage: 27.1% of statements 02:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:55:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 02:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:55:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.101s coverage: 100.0% of statements 02:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:55:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.216s coverage: 65.8% of statements 02:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:55:16 ---> Running in 3e3aea1ee684 02:55:16 ---> Running in c00d4d93f0f0 02:55:16 ---> a23ab6d285cb 02:55:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:55:16 Removing intermediate container 3e3aea1ee684 02:55:16 ---> b01af85c5f1a 02:55:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:55:16 ---> b43a34189ac1 02:55:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:55:16 Removing intermediate container c00d4d93f0f0 02:55:16 ---> 62ca4e1868d4 02:55:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:55:17 ---> 7a85a525a64a 02:55:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:55:17 Removing intermediate container 8f6b7675092a 02:55:17 ---> a1154e4c5bee 02:55:17 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 02:55:17 ---> 167220554ccc 02:55:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:55:17 ---> cbdd91c1de9a 02:55:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:55:17 ---> Running in a5d44fd7045b 02:55:17 ---> 9782d0660446 02:55:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:55:17 Removing intermediate container a5d44fd7045b 02:55:17 ---> 5ff744f890a9 02:55:17 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:55:18 ---> 37797f106485 02:55:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:55:18 ---> 40a50f35a941 02:55:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:55:18 ---> 871b077087ce 02:55:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:55:18 ---> e85a15d29c06 02:55:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:55:18 ---> Running in 1ab91d73f1c8 02:55:18 ---> 2a8b40a17c6b 02:55:18 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:55:18 ---> Running in a9f0344b951b 02:55:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.665s coverage: 82.3% of statements 02:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:55:19 ---> 6159a4e636d6 02:55:19 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/ 02:55:19 ---> 8783c9ee286c 02:55:19 Step 19/23 : ENTRYPOINT ["/core-command"] 02:55:19 Removing intermediate container 1ab91d73f1c8 02:55:19 ---> 7b8a7b362165 02:55:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:55:19 ---> 81691668d930 02:55:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:55:19 ---> Running in 12bee3f266af 02:55:19 ---> Running in 4bf3ad4e9c42 02:55:19 ---> Running in a47876fd2da9 02:55:19 ---> Running in 096d7b19e7d7 02:55:19 Removing intermediate container 12bee3f266af 02:55:19 ---> ba61614c278d 02:55:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:55:19 Removing intermediate container a47876fd2da9 02:55:19 ---> 937f71b989e4 02:55:19 Step 20/22 : LABEL arch=x86_64 02:55:19 Removing intermediate container 096d7b19e7d7 02:55:19 ---> 0fec3685a810 02:55:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:55:20 ---> Running in 539fe1d4057e 02:55:20 ---> Running in 0e3a3c1913e8 02:55:20 ---> Running in 83bf8fd6ca80 02:55:20 Removing intermediate container 539fe1d4057e 02:55:20 ---> 4fc38add3826 02:55:20 Step 21/23 : LABEL arch=x86_64 02:55:20 Removing intermediate container 0e3a3c1913e8 02:55:20 ---> c6ba8199e726 02:55:20 Step 21/22 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 02:55:20 Removing intermediate container a9f0344b951b 02:55:20 ---> 8c7e2fafca54 02:55:20 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 02:55:20 ---> Running in 3c2dc5e926ba 02:55:20 Removing intermediate container 83bf8fd6ca80 02:55:20 ---> 36df7cb2b8b8 02:55:20 Step 21/23 : LABEL arch=x86_64 02:55:20 ---> Running in a729dbff6130 02:55:20 ---> Running in c89058f59a8d 02:55:20 Removing intermediate container 3c2dc5e926ba 02:55:20 ---> d5b7bada2969 02:55:20 Step 22/23 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 02:55:20 Removing intermediate container 4bf3ad4e9c42 02:55:20 ---> 440520764478 02:55:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:55:21 ---> 5ae18fb9d99e 02:55:21 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:55:21 Removing intermediate container a729dbff6130 02:55:21 ---> f7b26aba8fef 02:55:21 Step 22/22 : LABEL version=0.0.0 02:55:21 ---> Running in c6e05f1651ed 02:55:21 ---> Running in 64419ba4d0f4 02:55:21 Removing intermediate container c89058f59a8d 02:55:21 ---> b86aec1d16e2 02:55:21 Step 22/23 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 02:55:21 ---> Running in 49255fe69968 02:55:21 ---> Running in cb922823cdc9 02:55:22 Removing intermediate container 64419ba4d0f4 02:55:22 ---> 14fc1d6d3c71 02:55:22 Step 22/24 : LABEL arch=x86_64 02:55:22 Removing intermediate container c6e05f1651ed 02:55:22 ---> 734040b5e436 02:55:22 Step 23/23 : LABEL version=0.0.0 02:55:22 ---> 6d3134e01b67 02:55:22 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:55:22 ---> Running in d249a6f41c34 02:55:22 Removing intermediate container 49255fe69968 02:55:22 ---> 5953803c1c57 02:55:22 02:55:22 Removing intermediate container cb922823cdc9 02:55:22 ---> 1b590ffe6bcc 02:55:22 Step 23/23 : LABEL version=0.0.0 02:55:22 ---> Running in ac559858e998 02:55:22 ---> Running in 7ad5726da571 02:55:22 ---> 3e03c31ebf07 02:55:22 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:55:22 Removing intermediate container d249a6f41c34 02:55:22 ---> 57ff37128996 02:55:22 Step 23/24 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 02:55:22 Successfully built 5953803c1c57 02:55:22 Successfully tagged docker-support-notifications-go:latest 02:55:22 Building docker-security-proxy-setup-go 02:55:22  Building docker-support-notifications-go ... done Removing intermediate container ac559858e998 02:55:22 ---> 19c7ffc80818 02:55:22 02:55:22 ---> Running in 5a60127b0422 02:55:22 Successfully built 19c7ffc80818 02:55:22 Removing intermediate container 7ad5726da571 02:55:22 ---> cdf08bf141bb 02:55:22 02:55:22 ---> 178efe874c63 02:55:22 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 02:55:22 Successfully tagged docker-core-command-go:latest 02:55:22 Building docker-sys-mgmt-agent-go 02:55:23  Building docker-core-command-go ... done Successfully built cdf08bf141bb 02:55:23 Successfully tagged docker-core-metadata-go:latest 02:55:23  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 02:55:23 Removing intermediate container 5a60127b0422 02:55:23 ---> 7105997b1d9d 02:55:23 Step 24/24 : LABEL version=0.0.0 02:55:23 ---> Running in 0dcc7f95a222 02:55:23 ---> Running in 5b18a390bad3 02:55:23 Removing intermediate container 0dcc7f95a222 02:55:23 ---> 9dcf7b478181 02:55:23 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:55:23 Removing intermediate container 5b18a390bad3 02:55:23 ---> ba6363cb0ac5 02:55:23 02:55:23 Successfully built ba6363cb0ac5 02:55:23 Successfully tagged docker-security-secretstore-setup-go:latest 02:55:23 Building docker-core-data-go 02:55:23  Building docker-security-secretstore-setup-go ... done  ---> ec396ee71328 02:55:23 Step 25/30 : RUN chmod +x /entrypoint.sh 02:55:24 ---> Running in ccad1c0bd6bf 02:55:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.154s coverage: 28.6% of statements 02:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:55:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.195s coverage: 100.0% of statements 02:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:55:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 02:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:55:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.304s coverage: 86.7% of statements 02:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:55:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.394s coverage: 97.5% of statements 02:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:55:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.188s coverage: 78.3% of statements 02:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:55:29 Removing intermediate container ccad1c0bd6bf 02:55:29 ---> 3349e71a9d74 02:55:29 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 02:55:30 ---> Running in 42fdd15b96e2 02:55:31 Removing intermediate container 42fdd15b96e2 02:55:31 ---> f62222fbe415 02:55:31 Step 27/30 : CMD ["gate"] 02:55:32 ---> Running in cf680bed9e36 02:55:33 Removing intermediate container cf680bed9e36 02:55:33 ---> c44d6002109e 02:55:33 Step 28/30 : LABEL arch=x86_64 02:55:33 ---> Running in 99865a88730e 02:55:33 Removing intermediate container 99865a88730e 02:55:33 ---> a4e03f7f18f8 02:55:33 Step 29/30 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 02:55:33 ---> Running in b01eb6643d2d 02:55:34 Removing intermediate container b01eb6643d2d 02:55:34 ---> aa14892d93a0 02:55:34 Step 30/30 : LABEL version=0.0.0 02:55:34 ---> Running in d002d43f6e4d 02:55:34 Removing intermediate container d002d43f6e4d 02:55:34 ---> daecad7f4810 02:55:34 02:55:34 Successfully built daecad7f4810 02:55:34 Successfully tagged docker-security-bootstrapper-go:latest 02:55:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.270s coverage: 92.8% of statements 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:55:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:55:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.186s coverage: 0.1% of statements 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:55:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:55:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.113s coverage: 45.5% of statements 02:55:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 79.5% of statements 02:55:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements 02:55:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements 02:55:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.098s coverage: 87.5% of statements 02:55:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements 02:55:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 02:55:49  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:55:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:55:49 ---> 4aa62a6a289d 02:55:49 Step 3/22 : WORKDIR /edgex-go 02:55:49 ---> Using cache 02:55:49 ---> 9d3052e30f65 02:55:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:55:49 ---> Using cache 02:55:49 ---> 11ca5f7cef93 02:55:49 Step 5/22 : RUN apk add --update --no-cache make git 02:55:49 ---> Using cache 02:55:49 ---> 3568aa91052e 02:55:49 Step 6/22 : COPY go.mod . 02:55:49 ---> Using cache 02:55:49 ---> c48fb0f995d7 02:55:49 Step 7/22 : RUN go mod download 02:55:49 ---> Using cache 02:55:49 ---> e91813bf8130 02:55:49 Step 8/22 : COPY . . 02:55:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:55:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:55:49 ---> 4aa62a6a289d 02:55:49 Step 3/23 : WORKDIR /edgex-go 02:55:49 ---> Using cache 02:55:49 ---> 9d3052e30f65 02:55:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:55:49 ---> Using cache 02:55:49 ---> 11ca5f7cef93 02:55:49 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:55:49 ---> Using cache 02:55:49 ---> be6abf4f1791 02:55:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:55:49 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:55:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:55:49 ---> 4aa62a6a289d 02:55:49 Step 3/21 : WORKDIR /edgex-go 02:55:49 ---> Using cache 02:55:49 ---> 9d3052e30f65 02:55:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:55:49 ---> Using cache 02:55:49 ---> 11ca5f7cef93 02:55:49 Step 5/21 : RUN apk add --update --no-cache make git 02:55:49 ---> Using cache 02:55:49 ---> 3568aa91052e 02:55:49 Step 6/21 : COPY go.mod . 02:55:49 ---> Using cache 02:55:49 ---> c48fb0f995d7 02:55:49 Step 7/21 : RUN go mod download 02:55:49 ---> Using cache 02:55:49 ---> e91813bf8130 02:55:49 Step 8/21 : COPY . . 02:55:49 ---> Using cache 02:55:49 ---> be6abf4f1791 02:55:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:55:50 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:55:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:55:50 ---> 4aa62a6a289d 02:55:50 Step 3/26 : WORKDIR /edgex-go 02:55:50 ---> Using cache 02:55:50 ---> 9d3052e30f65 02:55:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:55:50 ---> Using cache 02:55:50 ---> 11ca5f7cef93 02:55:50 Step 5/26 : RUN apk add --update --no-cache make bash git 02:55:50 ---> Running in 962db47c73c2 02:55:50 ---> Running in f007bc67f0a5 02:55:50 ---> Running in 38f060f8385c 02:55:50 ---> Running in a548021980b6 02:55:52 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 02:55:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:55:53 OK: 233 MiB in 51 packages 02:55:53 OK: 233 MiB in 51 packages 02:55:55 Removing intermediate container 38f060f8385c 02:55:55 ---> 0a584946f07e 02:55:55 Step 6/26 : COPY go.mod . 02:55:55 Removing intermediate container f007bc67f0a5 02:55:55 ---> 9483a14aa340 02:55:55 Step 6/23 : COPY go.mod . 02:55:55 ---> b546b34ea743 02:55:55 Step 7/26 : RUN go mod download 02:55:55 ---> Running in f91a63b83337 02:55:55 ---> 4e387bbb6c62 02:55:55 Step 7/23 : RUN go mod download 02:55:56 ---> Running in 08090be7469e 02:55:58 Removing intermediate container 08090be7469e 02:55:58 ---> 9939d2fa18a6 02:55:58 Step 8/23 : COPY . . 02:55:58 Removing intermediate container f91a63b83337 02:55:58 ---> d173dfe6f3c4 02:55:58 Step 8/26 : COPY . . 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.128s coverage: 92.9% of statements 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.064s coverage: 77.8% of statements 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.111s coverage: 87.2% of statements 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.156s coverage: 91.4% of statements 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.485s coverage: 63.5% of statements 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.718s coverage: 68.9% of statements 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.367s coverage: 37.0% of statements 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:56:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:56:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.603s coverage: 84.0% of statements 02:56:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.114s coverage: 100.0% of statements 02:56:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.456s coverage: 47.0% of statements 02:56:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:56:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:56:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:56:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:56:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:56:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements 02:56:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:56:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements 02:56:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:56:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 02:56:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 02:56:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 02:56:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.329s coverage: 89.4% of statements 02:56:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 02:56:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 02:56:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 02:56:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 02:56:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.033s coverage: 29.1% of statements 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:56:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:56:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:56:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.161s coverage: 100.0% of statements 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:56:20 ok github.com/edgexfoundry/edgex-go/internal/system 0.067s coverage: 0.0% of statements 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:56:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:56:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:56:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:56:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 02:56:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 02:56:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 02:56:21 GO111MODULE=on go vet ./... 02:56:23 ---> 8fc0c302eff3 02:56:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:56:24 ---> 9079a3141f7b 02:56:24 Step 9/23 : RUN make cmd/core-data/core-data 02:56:25 ---> Running in ac9ed6a405c2 02:56:25 ---> Running in a0dbb02f2b21 02:56:25 Removing intermediate container 962db47c73c2 02:56:25 ---> 202e5896a892 02:56:25 02:56:25 Step 10/21 : FROM alpine:3.12 02:56:25 ---> 389fef711851 02:56:25 Step 11/21 : RUN apk add --update --no-cache curl 02:56:25 Removing intermediate container a548021980b6 02:56:25 ---> 7cea90d0fe8d 02:56:25 02:56:25 Step 10/22 : FROM alpine:3.12 02:56:25 ---> 389fef711851 02:56:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:56:25 ---> Using cache 02:56:25 ---> a8829390906b 02:56:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:56:25 ---> Using cache 02:56:25 ---> 1945debccd59 02:56:25 Step 13/22 : ENV APP_PORT=48085 02:56:26 ---> Running in 4c3907ff1c3f 02:56:26 ---> Running in c3a57f12306a 02:56:26 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 02:56:26 Removing intermediate container c3a57f12306a 02:56:26 ---> 84d58abc5cec 02:56:26 Step 14/22 : EXPOSE $APP_PORT 02:56:26 ---> Running in c9c70af233dc 02:56:26 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 02:56:26 Removing intermediate container c9c70af233dc 02:56:26 ---> 0741acef70e6 02:56:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:56:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:56:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:56:27 ---> 0bb4b5f77d2c 02:56:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:56:27 (1/4) Installing ca-certificates (20191127-r4) 02:56:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:56:27 (3/4) Installing libcurl (7.69.1-r3) 02:56:27 (4/4) Installing curl (7.69.1-r3) 02:56:27 Executing busybox-1.31.1-r19.trigger 02:56:27 Executing ca-certificates-20191127-r4.trigger 02:56:27 OK: 7 MiB in 18 packages 02:56:29 ---> 342f81ca65f5 02:56:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:56:30 ---> ff9f144028f0 02:56:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:56:30 Removing intermediate container 4c3907ff1c3f 02:56:30 ---> da300e14f855 02:56:30 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:56:30 ---> Running in 243d01e6dbc6 02:56:30 ---> Running in 81f2ade4f4fd 02:56:30 Removing intermediate container 243d01e6dbc6 02:56:30 ---> a69d79e4573e 02:56:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:56:31 ---> Running in 01792070cc1f 02:56:31 Removing intermediate container 81f2ade4f4fd 02:56:31 ---> bc40e1a8e862 02:56:31 Step 13/21 : WORKDIR /edgex 02:56:31 ---> Running in fcedad8e7bee 02:56:31 Removing intermediate container 01792070cc1f 02:56:31 ---> 4737551dc7ef 02:56:31 Step 20/22 : LABEL arch=x86_64 02:56:31 ---> Running in 0488d5a48861 02:56:31 Removing intermediate container fcedad8e7bee 02:56:31 ---> cf8fd8c3ae6a 02:56:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:56:32 Removing intermediate container 0488d5a48861 02:56:32 ---> 984abc7e0592 02:56:32 Step 21/22 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 02:56:32 ---> 9e03df929e20 02:56:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:56:32 ---> Running in 889169fd5be5 02:56:32 Removing intermediate container 889169fd5be5 02:56:32 ---> 648dbcd28d2a 02:56:32 Step 22/22 : LABEL version=0.0.0 02:56:33 ---> Running in 8839139e1052 02:56:33 ---> 5ab55c81d49d 02:56:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:56:33 Removing intermediate container 8839139e1052 02:56:33 ---> 48b746f49791 02:56:33 02:56:33 Successfully built 48b746f49791 02:56:34 Successfully tagged docker-support-scheduler-go:latest 02:56:34  Building docker-support-scheduler-go ... done  ---> b63a820d8936 02:56:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:56:34 ---> Running in 2d9846cb250f 02:56:34 Removing intermediate container 2d9846cb250f 02:56:34 ---> bc64837f036a 02:56:34 Step 18/21 : CMD ["--init=true"] 02:56:34 ---> Running in 29a97a6e1189 02:56:34 Removing intermediate container 29a97a6e1189 02:56:34 ---> f6c18690486a 02:56:34 Step 19/21 : LABEL arch=x86_64 02:56:34 ---> Running in dd6ebd03396b 02:56:35 Removing intermediate container dd6ebd03396b 02:56:35 ---> bcb93c72aaf4 02:56:35 Step 20/21 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 02:56:35 ---> Running in 134b91dda7c4 02:56:35 Removing intermediate container 134b91dda7c4 02:56:35 ---> e83697bd1b9d 02:56:35 Step 21/21 : LABEL version=0.0.0 02:56:35 ---> Running in 2b8292de4184 02:56:35 Removing intermediate container 2b8292de4184 02:56:35 ---> 5f0161ec156f 02:56:35 02:56:36 Successfully built 5f0161ec156f 02:56:36 Successfully tagged docker-security-proxy-setup-go:latest 02:56:46  Building docker-security-proxy-setup-go ... done Removing intermediate container ac9ed6a405c2 02:56:46 ---> a13c70112918 02:56:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:56:46 ---> Running in 7507a69bcc19 02:56:46 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 02:56:48 Removing intermediate container a0dbb02f2b21 02:56:48 ---> 34fdf8a82668 02:56:48 02:56:48 Step 10/23 : FROM alpine:3.12 02:56:48 ---> 389fef711851 02:56:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:56:48 Removing intermediate container 7507a69bcc19 02:56:48 ---> b955f671035d 02:56:48 02:56:48 Step 11/26 : FROM docker:20.10.0 02:56:48 ---> Running in b0d7f870d708 02:56:48 20.10.0: Pulling from library/docker 02:56:48 Removing intermediate container b0d7f870d708 02:56:48 ---> dddd4bd62a46 02:56:48 Step 12/23 : ENV APP_PORT=48080 02:56:48 ---> Running in 6d53c88d8481 02:56:48 Removing intermediate container 6d53c88d8481 02:56:48 ---> 81252df82640 02:56:48 Step 13/23 : EXPOSE $APP_PORT 02:56:49 ---> Running in 5785c3d4f2eb 02:56:49 Removing intermediate container 5785c3d4f2eb 02:56:49 ---> 21ea362208fd 02:56:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:49 ---> Running in 83909ff9e5d0 02:56:50 Removing intermediate container 83909ff9e5d0 02:56:50 ---> c1cee733e94d 02:56:50 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:56:50 ---> Running in eb59c2b4b939 02:56:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:56:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:56:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:56:52 Status: Downloaded newer image for docker:20.10.0 02:56:52 ---> aefe523efa57 02:56:52 Step 12/26 : RUN apk add --no-cache bash 02:56:52 ---> Running in d62c490ff2c1 02:56:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:56:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:56:53 (1/2) Installing readline (8.0.4-r0) 02:56:53 (2/2) Installing bash (5.0.17-r0) 02:56:53 Executing bash-5.0.17-r0.post-install 02:56:53 Executing busybox-1.31.1-r19.trigger 02:56:53 OK: 12 MiB in 22 packages 02:56:53 (1/6) Installing dumb-init (1.2.2-r1) 02:56:53 (2/6) Installing libgcc (9.3.0-r2) 02:56:53 (3/6) Installing libsodium (1.0.18-r0) 02:56:53 Removing intermediate container d62c490ff2c1 02:56:53 ---> 4ec5274bfd33 02:56:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:56:53 ---> Running in e547980de359 02:56:53 (4/6) Installing libstdc++ (9.3.0-r2) 02:56:54 Removing intermediate container e547980de359 02:56:54 ---> c6fcb5765b19 02:56:54 Step 14/26 : ENV APP_PORT=48090 02:56:54 ---> Running in 6085cff6f043 02:56:54 (5/6) Installing libzmq (4.3.3-r0) 02:56:54 Removing intermediate container 6085cff6f043 02:56:54 ---> 16d928400fbd 02:56:54 Step 15/26 : EXPOSE $APP_PORT 02:56:54 ---> Running in 753bbd3d15f1 02:56:54 Removing intermediate container 753bbd3d15f1 02:56:54 ---> 31ef7c3b664f 02:56:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:56:54 (6/6) Installing zeromq (4.3.3-r0) 02:56:54 Executing busybox-1.31.1-r19.trigger 02:56:54 OK: 8 MiB in 20 packages 02:56:55 ---> 337676a25f18 02:56:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:56:55 Removing intermediate container eb59c2b4b939 02:56:55 ---> d2e93eb0d0c5 02:56:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:56:55 ---> 846e8751e19e 02:56:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:56:55 ---> 151b2ff1a1b5 02:56:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:56:55 ---> 3f004151bf79 02:56:55 Step 19/26 : RUN apk --no-cache add py3-pip 02:56:55 ---> Running in a57db4372918 02:56:55 ---> 89d37f2a7687 02:56:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:56:56 ---> 005b711e4456 02:56:56 Step 19/23 : ENTRYPOINT ["/core-data"] 02:56:56 ---> Running in 037103f89ba7 02:56:56 (1/33) Installing libbz2 (1.0.8-r1) 02:56:56 (2/33) Installing expat (2.2.9-r1) 02:56:56 (3/33) Installing libffi (3.3-r2) 02:56:56 (4/33) Installing gdbm (1.13-r1) 02:56:56 (5/33) Installing xz-libs (5.2.5-r0) 02:56:56 (6/33) Installing sqlite-libs (3.32.1-r0) 02:56:56 (7/33) Installing python3 (3.8.5-r0) 02:56:57 Removing intermediate container 037103f89ba7 02:56:57 ---> 853712984540 02:56:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:57:00 ---> Running in 6174e3fc39b2 02:57:00 (8/33) Installing py3-appdirs (1.4.4-r1) 02:57:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:57:00 (10/33) Installing py3-parsing (2.4.7-r0) 02:57:00 (11/33) Installing py3-six (1.15.0-r0) 02:57:00 (12/33) Installing py3-packaging (20.4-r0) 02:57:00 (13/33) Installing py3-setuptools (47.0.0-r0) 02:57:00 (14/33) Installing py3-chardet (3.0.4-r4) 02:57:00 (15/33) Installing py3-idna (2.9-r0) 02:57:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:57:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:57:01 (18/33) Installing py3-requests (2.23.0-r0) 02:57:01 (19/33) Installing py3-msgpack (1.0.0-r0) 02:57:01 (20/33) Installing py3-lockfile (0.12.2-r3) 02:57:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:57:01 Removing intermediate container 6174e3fc39b2 02:57:01 ---> 6384f5624e38 02:57:01 Step 21/23 : LABEL arch=x86_64 02:57:01 (22/33) Installing py3-colorama (0.4.3-r0) 02:57:01 (23/33) Installing py3-distlib (0.3.0-r0) 02:57:01 (24/33) Installing py3-distro (1.5.0-r1) 02:57:01 (25/33) Installing py3-webencodings (0.5.1-r3) 02:57:01 ---> Running in b4d06402614b 02:57:01 (26/33) Installing py3-html5lib (1.0.1-r4) 02:57:02 (27/33) Installing py3-pytoml (0.1.21-r0) 02:57:02 (28/33) Installing py3-pep517 (0.8.2-r0) 02:57:02 (29/33) Installing py3-progress (1.5-r0) 02:57:02 (30/33) Installing py3-toml (0.10.1-r0) 02:57:02 (31/33) Installing py3-retrying (1.3.3-r0) 02:57:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:57:02 (33/33) Installing py3-pip (20.1.1-r0) 02:57:02 Executing busybox-1.31.1-r19.trigger 02:57:02 OK: 71 MiB in 55 packages 02:57:02 Removing intermediate container b4d06402614b 02:57:02 ---> d41d5e8b4e80 02:57:02 Step 22/23 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 02:57:03 ---> Running in 7f357499911d 02:57:03 Removing intermediate container 7f357499911d 02:57:03 ---> 8afa198545e1 02:57:03 Step 23/23 : LABEL version=0.0.0 02:57:06 ---> Running in 47750735945c 02:57:07 Removing intermediate container 47750735945c 02:57:07 ---> e344604a39fd 02:57:07 02:57:07 Removing intermediate container a57db4372918 02:57:07 ---> bd13f03c0425 02:57:07 Step 20/26 : RUN pip install docker-compose==1.23.2 02:57:07 Successfully built e344604a39fd 02:57:07 Successfully tagged docker-core-data-go:latest 02:57:07  Building docker-core-data-go ... done  ---> Running in de800296fcc6 02:57:09 Collecting docker-compose==1.23.2 02:57:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:57:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:57:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:57:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:57:09 Collecting docopt<0.7,>=0.6.1 02:57:09 Downloading docopt-0.6.2.tar.gz (25 kB) 02:57:09 Collecting websocket-client<1.0,>=0.32.0 02:57:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:57:10 Collecting PyYAML<4,>=3.10 02:57:10 Downloading PyYAML-3.13.tar.gz (270 kB) 02:57:11 Collecting texttable<0.10,>=0.9.0 02:57:11 Downloading texttable-0.9.1.tar.gz (11 kB) 02:57:11 Collecting cached-property<2,>=1.2.0 02:57:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:57:11 Collecting docker<4.0,>=3.6.0 02:57:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:57:11 Collecting jsonschema<3,>=2.5.1 02:57:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:57:11 Collecting dockerpty<0.5,>=0.4.1 02:57:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:57:12 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) 02:57:12 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) 02:57:12 Collecting urllib3<1.25,>=1.21.1 02:57:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:57:12 Collecting idna<2.8,>=2.5 02:57:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:57:12 Collecting docker-pycreds>=0.4.0 02:57:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:57:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:57:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:57:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:57:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:57:12 Installing collected packages: urllib3, idna, requests, docopt, websocket-client, PyYAML, texttable, cached-property, docker-pycreds, docker, jsonschema, dockerpty, docker-compose 02:57:12 Attempting uninstall: urllib3 02:57:12 Found existing installation: urllib3 1.25.9 02:57:12 Uninstalling urllib3-1.25.9: 02:57:12 Successfully uninstalled urllib3-1.25.9 02:57:12 Attempting uninstall: idna 02:57:12 Found existing installation: idna 2.9 02:57:12 Uninstalling idna-2.9: 02:57:12 Successfully uninstalled idna-2.9 02:57:14 Attempting uninstall: requests 02:57:14 Found existing installation: requests 2.23.0 02:57:14 Uninstalling requests-2.23.0: 02:57:14 Successfully uninstalled requests-2.23.0 02:57:14 Running setup.py install for docopt: started 02:57:14 Running setup.py install for docopt: finished with status 'done' 02:57:14 Running setup.py install for PyYAML: started 02:57:15 Running setup.py install for PyYAML: finished with status 'done' 02:57:15 Running setup.py install for texttable: started 02:57:16 Running setup.py install for texttable: finished with status 'done' 02:57:16 Running setup.py install for dockerpty: started 02:57:16 Running setup.py install for dockerpty: finished with status 'done' 02:57:17 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 02:57:19 Removing intermediate container de800296fcc6 02:57:19 ---> e674afe48707 02:57:19 Step 21/26 : RUN apk --no-cache add curl 02:57:20 ---> Running in f8021a2ad7ff 02:57:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:57:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:57:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:57:20 (2/3) Installing libcurl (7.69.1-r3) 02:57:20 (3/3) Installing curl (7.69.1-r3) 02:57:20 Executing busybox-1.31.1-r19.trigger 02:57:20 OK: 72 MiB in 58 packages 02:57:21 Removing intermediate container f8021a2ad7ff 02:57:21 ---> e588bdd10811 02:57:21 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:57:21 ---> Running in 7fc141adf312 02:57:21 Removing intermediate container 7fc141adf312 02:57:21 ---> e35d5fec450e 02:57:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:57:21 ---> Running in c04ee72fac23 02:57:21 Removing intermediate container c04ee72fac23 02:57:21 ---> 16528c6aae65 02:57:21 Step 24/26 : LABEL arch=x86_64 02:57:22 ---> Running in 9e10b30c0918 02:57:22 Removing intermediate container 9e10b30c0918 02:57:22 ---> 884cb60f0d6c 02:57:22 Step 25/26 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 02:57:22 ---> Running in 68cae29d3593 02:57:22 Removing intermediate container 68cae29d3593 02:57:22 ---> 749109c71b8c 02:57:22 Step 26/26 : LABEL version=0.0.0 02:57:22 ---> Running in ea06526a82f7 02:57:22 Removing intermediate container ea06526a82f7 02:57:22 ---> d074dfcb57b1 02:57:22 02:57:22 Successfully built d074dfcb57b1 02:57:22 Successfully tagged docker-sys-mgmt-agent-go:latest 02:57:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:57:23 $ docker stop --time=1 d9afae7daba4ffa1c05621aacac03ad588add42e713d976de8302c81c932a593 02:57:24 $ docker rm -f d9afae7daba4ffa1c05621aacac03ad588add42e713d976de8302c81c932a593 [Pipeline] // withDockerContainer [Pipeline] sh 02:57:25 + docker images 02:57:25 + grep docker 02:57:25 docker-sys-mgmt-agent-go latest d074dfcb57b1 3 seconds ago 313MB 02:57:25 docker-core-data-go latest e344604a39fd 18 seconds ago 22.3MB 02:57:25 docker-security-proxy-setup-go latest 5f0161ec156f 50 seconds ago 24.4MB 02:57:25 docker-support-scheduler-go latest 48b746f49791 52 seconds ago 17MB 02:57:25 docker-security-bootstrapper-go latest daecad7f4810 About a minute ago 18MB 02:57:25 docker-security-secretstore-setup-go latest ba6363cb0ac5 2 minutes ago 24.6MB 02:57:25 docker-core-metadata-go latest cdf08bf141bb 2 minutes ago 18.8MB 02:57:25 docker-core-command-go latest 19c7ffc80818 2 minutes ago 16.9MB 02:57:25 docker-support-notifications-go latest 5953803c1c57 2 minutes ago 17.6MB 02:57:25 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 02:57:41 Still waiting to schedule task 02:57:41 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 02:57:43 gofmt -l . 02:57:43 [ "`gofmt -l .`" = "" ] 02:57:43 ./bin/test-go-mod-tidy.sh 02:57:43 ./bin/test-attribution-txt.sh [Pipeline] sh 02:57:43 + ls -al . 02:57:43 total 728 02:57:43 drwxrwxr-x 9 1001 1001 4096 Feb 12 02:57 . 02:57:43 drwxr-xr-x 4 root root 4096 Feb 12 02:53 .. 02:57:43 -rw-rw-r-- 1 1001 1001 11 Feb 12 02:51 .dockerignore 02:57:43 drwxrwxr-x 8 1001 1001 4096 Feb 12 02:52 .git 02:57:43 drwxrwxr-x 3 1001 1001 4096 Feb 12 02:51 .github 02:57:43 -rw-rw-r-- 1 1001 1001 818 Feb 12 02:51 .gitignore 02:57:43 -rw-rw-r-- 1 1001 1001 166 Feb 12 02:51 .sonarcloud.properties 02:57:43 -rw-rw-r-- 1 1001 1001 7859 Feb 12 02:51 Attribution.txt 02:57:43 -rw-rw-r-- 1 1001 1001 3804 Feb 12 02:51 CONTRIBUTING.md 02:57:43 -rw-rw-r-- 1 1001 1001 931 Feb 12 02:51 Dockerfile.build 02:57:43 -rw-rw-r-- 1 1001 1001 863 Feb 12 02:51 Jenkinsfile 02:57:43 -rw-rw-r-- 1 1001 1001 10775 Feb 12 02:51 LICENSE 02:57:43 -rw-rw-r-- 1 1001 1001 5774 Feb 12 02:51 Makefile 02:57:43 -rw-rw-r-- 1 1001 1001 6524 Feb 12 02:51 README.md 02:57:43 -rw-rw-r-- 1 1001 1001 6755 Feb 12 02:51 SECURITY.md 02:57:43 -rw-rw-r-- 1 1001 1001 5 Feb 12 02:49 VERSION 02:57:43 -rw-rw-r-- 1 1001 1001 4131 Feb 12 02:51 ZMQWindows.md 02:57:43 drwxrwxr-x 2 1001 1001 4096 Feb 12 02:51 bin 02:57:43 drwxrwxr-x 14 1001 1001 4096 Feb 12 02:51 cmd 02:57:43 -rw-r--r-- 1 root root 595676 Feb 12 02:56 coverage.out 02:57:43 -rw-r--r-- 1 root root 1054 Feb 12 02:57 go.mod 02:57:43 -rw-r--r-- 1 root root 19290 Feb 12 02:57 go.sum 02:57:43 drwxrwxr-x 8 1001 1001 4096 Feb 12 02:51 internal 02:57:43 drwxrwxr-x 4 1001 1001 4096 Feb 12 02:51 openapi 02:57:43 drwxrwxr-x 4 1001 1001 4096 Feb 12 02:51 snap 02:57:43 -rw-rw-r-- 1 1001 1001 168 Feb 12 02:51 version.go [Pipeline] sh 02:57:44 + '[' -e coverage.out ] 02:57:44 + chown 1001:1001 coverage.out [Pipeline] stash 02:57:44 Warning: overwriting stash ‘coverage-report’ 02:57:45 Stashed 1 file(s) [Pipeline] sh 02:57:46 + make build 02:57:46 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 02:57:56 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 02:58:19 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 02:58: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 02:58:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:58:29 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 02:58:34 Running on prd-ubuntu18.04-docker-8c-8g-26197 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 02:58:34 Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout 02:58:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:58:38 using credential edgex-jenkins-ssh 02:58:38 Cloning the remote Git repository 02:58:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:58:38 > git init /w/workspace/edgex-go/22 # timeout=10 02:58:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:58:39 > git --version # timeout=10 02:58:39 > git --version # 'git version 2.17.1' 02:58:39 using GIT_SSH to set credentials SSH Credentials for GitHub 02:58:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:58:39 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 02:58:42 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 02:58:47 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 02:58:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:58:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:58:47 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit b24f7dfb09187849f099ea4c61709a1fa7358ae9 02:58:48 Merge succeeded, producing b24f7dfb09187849f099ea4c61709a1fa7358ae9 02:58:48 Checking out Revision b24f7dfb09187849f099ea4c61709a1fa7358ae9 (PR-3113) 02:58:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:58:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:58:47 using GIT_SSH to set credentials SSH Credentials for GitHub 02:58:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:58:47 > git config core.sparsecheckout # timeout=10 02:58:47 > git checkout -f b24f7dfb09187849f099ea4c61709a1fa7358ae9 # timeout=10 02:58:48 > git remote # timeout=10 02:58:48 > git config --get remote.origin.url # timeout=10 02:58:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:58:48 > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 02:58:48 > git rev-parse HEAD^{commit} # timeout=10 02:58:48 > git config core.sparsecheckout # timeout=10 02:58:48 > git checkout -f b24f7dfb09187849f099ea4c61709a1fa7358ae9 # timeout=10 02:58:51 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 02:58:51 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:58:52 + echo snap-build.sh 02:58:52 snap-build.sh 02:58:52 + SNAP_BASE_DIR=. 02:58:52 + '[' '!' -z /w/workspace/edgex-go/22 ']' 02:58:52 + SNAP_BASE_DIR=/w/workspace/edgex-go/22 02:58:52 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/22]' 02:58:52 [snap-build] Building snap in dir [/w/workspace/edgex-go/22] 02:58:52 + cd /w/workspace/edgex-go/22 02:58:52 + sudo apt-get remove -qy --purge lxd lxd-client 02:58:52 Reading package lists... 02:58:53 Building dependency tree... 02:58:53 Reading state information... 02:58:53 The following packages were automatically installed and are no longer required: 02:58:53 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 02:58:53 uidmap xdelta3 02:58:53 Use 'sudo apt autoremove' to remove them. 02:58:53 The following packages will be REMOVED: 02:58:53 lxd* lxd-client* 02:58:53 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 02:58:53 After this operation, 31.7 MB disk space will be freed. 02:58:54 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 02:58:55 (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.) 02:58:55 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 02:58:56 Removing lxd dnsmasq configuration 02:58:56 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 02:58:56 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 02:58:57 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 02:58:57 (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.) 02:58:57 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 02:58:59 Processing triggers for systemd (237-3ubuntu10.42) ... 02:58:59 Processing triggers for ureadahead (0.100.0-21) ... 02:59:00 + sudo snap remove --purge lxd 02:59:01 snap "lxd" is not installed 02:59:01 + sudo groupadd --force --system lxd 02:59:01 ++ whoami 02:59:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 02:59:01 + newgrp - lxd 02:59:01 + sudo snap install lxd [Pipeline] } 02:59:01 $ docker stop --time=1 c35b60ec85741d4daf169e7294029a4567030776671b1d9f4a9eb87398a6693c 02:59:04 $ docker rm -f c35b60ec85741d4daf169e7294029a4567030776671b1d9f4a9eb87398a6693c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:59:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:59:06 02:59:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:59:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:59:07 latest: Pulling from edgex-devops/edgex-compose-arm64 02:59:07 29e5d40040c1: Pulling fs layer 02:59:07 1ce36da41761: Pulling fs layer 02:59:07 25b303627fd3: Pulling fs layer 02:59:07 29e5d40040c1: Verifying Checksum 02:59:07 29e5d40040c1: Download complete 02:59:08 1ce36da41761: Verifying Checksum 02:59:08 1ce36da41761: Download complete 02:59:08 29e5d40040c1: Pull complete 02:59:09 1ce36da41761: Pull complete 02:59:10 25b303627fd3: Verifying Checksum 02:59:10 25b303627fd3: Download complete 02:59:11 2021-02-12T02:59:08Z INFO Waiting for automatic snapd restart... 02:59:20 25b303627fd3: Pull complete 02:59:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:59:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:59:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:59:20 prd-ubuntu18.04-docker-arm64-4c-16g-26196 does not seem to be running inside a container 02:59:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:59:23 $ docker top c2944d58bcc56d4112df67f081b730db210318e5b7bec613f9d202bb2fef7098 -eo pid,comm [Pipeline] { [Pipeline] sh 02:59:24 + + grepdocker-compose parallel build 02:59:24 --help 02:59:28 --parallel Build images in parallel. [Pipeline] } 02:59:28 $ docker stop --time=1 c2944d58bcc56d4112df67f081b730db210318e5b7bec613f9d202bb2fef7098 02:59:29 lxd 4.11 from Canonical* installed 02:59:29 + sudo lxd init --auto 02:59:30 $ docker rm -f c2944d58bcc56d4112df67f081b730db210318e5b7bec613f9d202bb2fef7098 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:59:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:59:31 . [Pipeline] withDockerContainer 02:59:31 prd-ubuntu18.04-docker-arm64-4c-16g-26196 does not seem to be running inside a container 02:59:31 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:59:33 $ docker top c0f9ce543952fe48cf4ebaba468401cf1d815fb6d581e59f6b494dbec7485a91 -eo pid,comm [Pipeline] { [Pipeline] sh 02:59:34 + docker-compose -f ./docker-compose-build.yml build --parallel 02:59:37 + sudo snap install --classic snapcraft 02:59:38 Building docker-core-command-go ... 02:59:38 Building docker-core-data-go ... 02:59:38 Building docker-core-metadata-go ... 02:59:38 Building docker-security-bootstrapper-go ... 02:59:38 Building docker-security-proxy-setup-go ... 02:59:38 Building docker-security-secretstore-setup-go ... 02:59:38 Building docker-support-notifications-go ... 02:59:38 Building docker-support-scheduler-go ... 02:59:38 Building docker-sys-mgmt-agent-go ... 02:59:38 Building docker-security-proxy-setup-go 02:59:38 Building docker-core-metadata-go 02:59:38 Building docker-support-scheduler-go 02:59:38 Building docker-security-bootstrapper-go 02:59:38 Building docker-support-notifications-go 02:59:44 snapcraft 4.5.1 from Canonical* installed 02:59:44 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 02:59:44 + patch --verbose -p1 02:59:44 Hmm... Looks like a unified diff to me... 02:59:44 The text leading up to this was: 02:59:44 -------------------------- 02:59:44 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 02:59:44 |From: Tony Espy 02:59:44 |Date: Wed, 16 Dec 2020 16:34:55 -0500 02:59:44 |Subject: [PATCH] optimize snap build for pipeline CI check 02:59:44 | 02:59:44 |This patch is used by the EdgeX CI pipeline builds to 02:59:44 |optimize the snap CI check run for pull requests. When 02:59:44 |applied, it essentially strips out everything (apps and 02:59:44 |parts) from the snapcraft.yaml file except those required 02:59:44 |to build edgex-go, as the whole idea of the CI check is to 02:59:44 |catch changes to edgex-go that break the snap build. 02:59:44 | 02:59:44 |In general, anyone updating snapcraft.yaml will also need 02:59:44 |to update this patch file, otherwise it may fail to apply, 02:59:44 |resulting in a failed snap build CI check in the associated 02:59:44 |pull request. 02:59:44 | 02:59:44 |Note - in addition to applying this patch, the pipeline also 02:59:44 |only primes the snap (e.g. `snapcraft prime`), as there's no 02:59:44 |need to build the finally binary .snap file (and it won't 02:59:44 |work with the patch applied). This further reduces the build 02:59:44 |time. 02:59:44 |--- 02:59:44 | snap/snapcraft.yaml | 461 +------------------------------------------- 02:59:44 | 1 file changed, 2 insertions(+), 459 deletions(-) 02:59:44 | 02:59:44 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 02:59:44 |index 1e537489..faf42425 100644 02:59:44 |--- a/snap/snapcraft.yaml 02:59:44 |+++ b/snap/snapcraft.yaml 02:59:44 -------------------------- 02:59:44 patching file snap/snapcraft.yaml 02:59:44 Using Plan A... 02:59:44 Hunk #1 succeeded at 73. 02:59:44 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 02:59:44 Hunk #3 succeeded at 217 (offset 3 lines). 02:59:44 Hunk #4 succeeded at 225 (offset 3 lines). 02:59:44 Hunk #5 succeeded at 232 (offset 3 lines). 02:59:44 Hunk #6 succeeded at 259 (offset 3 lines). 02:59:44 Hunk #7 succeeded at 293 (offset 3 lines). 02:59:44 Hunk #8 succeeded at 352 (offset 11 lines). 02:59:44 Hmm... Ignoring the trailing garbage. 02:59:44 done 02:59:44 + sudo snapcraft prime --use-lxd 02:59:46 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 02:59:46 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 02:59:46 - README.md 02:59:46 - snapcraft.yaml.orig 02:59:46 02:59:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:59:46 Launching a container. 02:59:59 Waiting for container to be ready 02:59:59 To start your first instance, try: lxc launch ubuntu:18.04 02:59:59 03:00:03 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:00:03 Waiting for network to be ready... 03:00:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:00:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 03:00:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 03:00:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 03:00:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 03:00:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 03:00:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 03:00:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 03:00:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 03:00:11 Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:00:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:00:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:00:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:00:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:00:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:00:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:00:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:00:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:00:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:00:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 03:00:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 03:00:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 03:00:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 03:00:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 03:00:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 03:00:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 03:00:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 03:00:16 Fetched 23.9 MB in 12s (1946 kB/s) 03:00:17 Reading package lists... 03:00:17 Reading package lists... 03:00:17 Building dependency tree... 03:00:17 Reading state information... 03:00:17 The following additional packages will be installed: 03:00:17 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:00:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:00:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:00:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:00:17 Suggested packages: 03:00:17 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:00:17 Recommended packages: 03:00:17 gnupg libsasl2-modules 03:00:18 The following NEW packages will be installed: 03:00:18 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:00:18 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:00:18 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:00:18 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:00:18 The following packages will be upgraded: 03:00:18 gpg gpg-agent gpgconf libudev1 03:00:18 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 03:00:18 Need to get 3532 kB of archives. 03:00:18 After this operation, 13.3 MB of additional disk space will be used. 03:00:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 03:00:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 03:00:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 03:00:18 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] 03:00:18 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] 03:00:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 03:00:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 03:00:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 03:00:18 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 03:00:18 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 03:00:19 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:00:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:00:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:00:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:00:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:00:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:00:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:00:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:00:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:00:19 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:00:19 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:00:19 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:00:19 debconf: delaying package configuration, since apt-utils is not installed 03:00:19 Fetched 3532 kB in 1s (2993 kB/s) 03:00:19 (Reading database ... 12511 files and directories currently installed.) 03:00:19 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 03:00:19 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:00:19 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 03:00:19 Selecting previously unselected package udev. 03:00:19 (Reading database ... 12511 files and directories currently installed.) 03:00:19 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 03:00:20 Unpacking udev (237-3ubuntu10.44) ... 03:00:20 Selecting previously unselected package libfuse2:amd64. 03:00:20 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:00:20 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:00:20 Selecting previously unselected package fuse. 03:00:20 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:00:20 Unpacking fuse (2.9.7-1ubuntu1) ... 03:00:20 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 03:00:20 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:00:20 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 03:00:20 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:00:20 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 03:00:20 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:00:21 Selecting previously unselected package libksba8:amd64. 03:00:21 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:00:21 Unpacking libksba8:amd64 (1.3.5-2) ... 03:00:21 Selecting previously unselected package libroken18-heimdal:amd64. 03:00:21 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:00:21 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:21 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:00:21 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:00:21 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:21 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:00:21 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:00:21 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:21 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:00:21 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:00:21 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:21 Selecting previously unselected package libwind0-heimdal:amd64. 03:00:21 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:00:21 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:21 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:00:21 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:00:21 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:21 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:00:21 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:00:21 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:21 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:00:21 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:00:21 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:22 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:00:22 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:00:22 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:22 Selecting previously unselected package libsasl2-modules-db:amd64. 03:00:22 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:00:22 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:00:22 Selecting previously unselected package libsasl2-2:amd64. 03:00:22 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:00:22 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:00:22 Selecting previously unselected package libldap-common. 03:00:22 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 03:00:22 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 03:00:22 Selecting previously unselected package libldap-2.4-2:amd64. 03:00:22 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 03:00:22 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 03:00:23 Selecting previously unselected package dirmngr. 03:00:23 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 03:00:23 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 03:00:23 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 03:00:23 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 03:00:23 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:00:23 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:00:23 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:00:23 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 03:00:23 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:23 Setting up libksba8:amd64 (1.3.5-2) ... 03:00:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:00:23 Setting up udev (237-3ubuntu10.44) ... 03:00:24 invoke-rc.d: policy-rc.d denied execution of start. 03:00:24 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:24 Processing triggers for systemd (237-3ubuntu10) ... 03:00:24 Setting up fuse (2.9.7-1ubuntu1) ... 03:00:24 Setting up gpg (2.2.4-1ubuntu1.3) ... 03:00:24 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:24 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:24 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:24 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:24 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:24 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:24 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:00:24 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 03:00:24 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 03:00:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:00:25 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:00:25 settings in the [Install] section, and DefaultInstance for template units). 03:00:25 This means they are not meant to be enabled using systemctl. 03:00:25 Possible reasons for having this kind of units are: 03:00:25 1) A unit may be statically enabled by being symlinked from another unit's 03:00:25 .wants/ or .requires/ directory. 03:00:25 2) A unit's purpose may be to act as a helper for some other unit which has 03:00:25 a requirement dependency on it. 03:00:25 3) A unit may be started when needed via activation (socket, path, timer, 03:00:25 D-Bus, udev, scripted systemctl call, ...). 03:00:25 4) In case of template units, the unit is meant to be enabled with some 03:00:25 instance name specified. 03:00:25 Reading package lists... 03:00:25 Building dependency tree... 03:00:25 Reading state information... 03:00:26 The following additional packages will be installed: 03:00:26 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:00:26 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:00:26 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:00:26 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:00:26 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:00:26 Suggested packages: 03:00:26 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:00:26 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:00:26 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:00:26 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:00:26 systemd-container policykit-1 03:00:26 Recommended packages: 03:00:26 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:00:26 The following NEW packages will be installed: 03:00:26 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:00:26 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:00:26 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:00:26 multiarch-support openssh-client python3 python3-minimal python3.6 03:00:26 python3.6-minimal snapd squashfs-tools sudo 03:00:26 The following packages will be upgraded: 03:00:26 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:00:26 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 03:00:26 Need to get 35.2 MB of archives. 03:00:26 After this operation, 141 MB of additional disk space will be used. 03:00:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 03:00:26 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 03:00:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 03:00:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 03:00:27 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 03:00:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 03:00:27 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:00:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:00:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:00:27 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:00:27 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 03:00:27 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:00:27 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:00:27 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:00:27 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:00:27 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:00:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:00:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 03:00:27 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:00:27 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 03:00:27 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:00:27 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 03:00:27 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:00:27 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:00:27 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:00:27 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:00:27 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:00:27 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 03:00:27 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:00:27 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 03:00:28 debconf: delaying package configuration, since apt-utils is not installed 03:00:28 Fetched 35.2 MB in 2s (14.5 MB/s) 03:00:29 (Reading database ... 12757 files and directories currently installed.) 03:00:29 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 03:00:29 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:00:29 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 03:00:29 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:00:30 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 03:00:30 (Reading database ... 12757 files and directories currently installed.) 03:00:30 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 03:00:30 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 03:00:30 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 03:00:30 (Reading database ... 12757 files and directories currently installed.) 03:00:30 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 03:00:30 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 03:00:30 Setting up apt (1.6.12ubuntu0.2) ... 03:00:31 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:00:31 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:00:31 (Reading database ... 12764 files and directories currently installed.) 03:00:31 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 03:00:31 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 03:00:31 Selecting previously unselected package libpython3.6-minimal:amd64. 03:00:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:00:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:00:32 Selecting previously unselected package libexpat1:amd64. 03:00:32 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:00:32 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:00:32 Selecting previously unselected package python3.6-minimal. 03:00:32 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:00:32 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 03:00:32 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 03:00:32 Checking for services that may need to be restarted...done. 03:00:32 Checking for services that may need to be restarted...done. 03:00:32 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:00:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:00:33 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 03:00:33 Selecting previously unselected package python3-minimal. 03:00:33 (Reading database ... 13012 files and directories currently installed.) 03:00:33 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:00:33 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:00:34 Selecting previously unselected package mime-support. 03:00:34 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:00:34 Unpacking mime-support (3.60ubuntu1) ... 03:00:34 Selecting previously unselected package libmpdec2:amd64. 03:00:34 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:00:34 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:00:34 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:00:34 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:00:34 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:00:34 Selecting previously unselected package python3.6. 03:00:34 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:00:34 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 03:00:34 Selecting previously unselected package libpython3-stdlib:amd64. 03:00:34 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:00:34 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:00:34 Setting up python3-minimal (3.6.7-1~18.04) ... 03:00:35 Selecting previously unselected package python3. 03:00:35 (Reading database ... 13442 files and directories currently installed.) 03:00:35 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:00:35 Unpacking python3 (3.6.7-1~18.04) ... 03:00:35 Selecting previously unselected package multiarch-support. 03:00:35 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:00:35 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:00:35 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:00:35 Selecting previously unselected package liblzo2-2:amd64. 03:00:35 (Reading database ... 13479 files and directories currently installed.) 03:00:35 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:00:35 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:00:35 Selecting previously unselected package libbsd0:amd64. 03:00:35 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:00:35 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:00:35 Selecting previously unselected package sudo. 03:00:35 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 03:00:35 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 03:00:35 Selecting previously unselected package apparmor. 03:00:35 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:00:35 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:00:36 Selecting previously unselected package libedit2:amd64. 03:00:36 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:00:36 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:00:36 Selecting previously unselected package libkrb5support0:amd64. 03:00:36 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:00:36 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:00:36 Selecting previously unselected package libk5crypto3:amd64. 03:00:36 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:00:36 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:00:36 Selecting previously unselected package libkeyutils1:amd64. 03:00:36 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:00:36 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:00:36 Selecting previously unselected package libkrb5-3:amd64. 03:00:36 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:00:36 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:00:36 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:00:36 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:00:36 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:00:36 Selecting previously unselected package libssl1.0.0:amd64. 03:00:36 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 03:00:36 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 03:00:36 Selecting previously unselected package openssh-client. 03:00:36 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:00:37 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:00:37 Selecting previously unselected package squashfs-tools. 03:00:37 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:00:37 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:00:37 Selecting previously unselected package snapd. 03:00:37 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 03:00:37 Unpacking snapd (2.48.3+18.04) ... 03:00:40 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:00:40 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 03:00:40 Setting up mime-support (3.60ubuntu1) ... 03:00:40 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 03:00:40 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:00:40 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:00:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:00:40 Setting up systemd (237-3ubuntu10.44) ... 03:00:40 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:00:41 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:00:41 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:00:41 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:00:41 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:00:41 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:00:41 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 03:00:42 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:00:42 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:00:42 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:00:42 Setting up python3 (3.6.7-1~18.04) ... 03:00:42 running python rtupdate hooks for python3.6... 03:00:42 running python post-rtupdate hooks for python3.6... 03:00:42 Setting up apparmor (2.12-4ubuntu5.1) ... 03:00:44 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:00:44 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:00:44 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:00:44 Setting up snapd (2.48.3+18.04) ... 03:00:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:00:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:00:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:00:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:00:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:00:46 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:00:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:00:46 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:00:46 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:00:47 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:00:47 /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' 03:00:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:00:47 Processing triggers for systemd (237-3ubuntu10.44) ... 03:00:48 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:00:48 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:00:48 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:00:49 Reading package lists... 03:00:50 Reading package lists... 03:00:50 Building dependency tree... 03:00:50 Reading state information... 03:00:50 Calculating upgrade... 03:00:50 The following packages will be upgraded: 03:00:50 advancecomp base-files bash binutils binutils-common 03:00:50 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:00:50 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:00:50 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 03:00:50 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 03:00:50 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 03:00:50 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 03:00:50 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 03:00:50 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 03:00:50 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 03:00:50 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 03:00:50 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 03:00:50 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 03:00:50 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 03:00:50 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 03:00:50 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:00:50 Need to get 63.8 MB of archives. 03:00:50 After this operation, 5188 kB of additional disk space will be used. 03:00:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 03:00:50 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:00:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:00:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:00:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:00:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:00:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:00:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:00:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:00:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:00:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:00:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:00:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:00:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:00:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:00:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:00:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:00:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:00:50 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:00:50 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:00:51 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:00:51 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:00:51 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:00:51 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:00:51 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:00:51 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:00:51 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:00:51 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:00:51 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:00:51 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:00:51 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:00:51 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:00:51 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:00:51 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:00:51 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:00:51 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 03:00:51 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 03:00:51 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:00:51 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:00:51 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:00:51 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 03:00:51 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 03:00:51 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:00:51 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:00:51 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:00:51 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 03:00:51 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:00:51 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:00:51 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] 03:00:51 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 03:00:51 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 03:00:51 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 03:00:51 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:00:51 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:00:51 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:00:51 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:00:51 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:00:51 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:00:51 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:00:51 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:00:51 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:00:51 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:00:52 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:00:52 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:00:52 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:00:52 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:00:52 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:00:52 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:00:52 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:00:52 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:00:52 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:00:52 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:00:52 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:00:52 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:00:52 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:00:52 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:00:52 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:00:52 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:00:52 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:00:52 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 03:00:52 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 03:00:52 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:00:52 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] 03:00:52 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:00:52 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 03:00:52 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] 03:00:52 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:00:52 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:00:52 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:00:52 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 03:00:52 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:00:52 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:00:52 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] 03:00:52 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:00:52 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:00:52 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:00:52 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:00:52 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:00:52 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:00:52 debconf: delaying package configuration, since apt-utils is not installed 03:00:52 Fetched 63.8 MB in 2s (35.7 MB/s) 03:00:52 (Reading database ... 13912 files and directories currently installed.) 03:00:52 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:00:52 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:00:53 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:00:53 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:00:53 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 03:00:53 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 03:00:54 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:00:54 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:00:54 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:00:54 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:00:55 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:00:55 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:00:55 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:00:55 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:00:55 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:00:55 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:00:55 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:00:55 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:00:55 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:00:55 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:00:55 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:00:55 (Reading database ... 13911 files and directories currently installed.) 03:00:55 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:00:55 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:00:55 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:00:55 (Reading database ... 13911 files and directories currently installed.) 03:00:55 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:00:55 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:00:55 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:00:56 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:00:56 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:00:56 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:00:56 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:00:56 (Reading database ... 13911 files and directories currently installed.) 03:00:56 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:00:56 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:00:57 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:00:57 (Reading database ... 13911 files and directories currently installed.) 03:00:57 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:00:57 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:00:57 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:00:57 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:00:58 Setting up base-files (10.1ubuntu2.10) ... 03:00:58 Installing new version of config file /etc/issue ... 03:00:58 Installing new version of config file /etc/issue.net ... 03:00:58 Installing new version of config file /etc/lsb-release ... 03:00:58 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:00:58 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:00:58 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:00:58 Removing obsolete conffile /etc/default/motd-news ... 03:00:58 (Reading database ... 13912 files and directories currently installed.) 03:00:58 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:00:58 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:00:58 Setting up bash (4.4.18-2ubuntu1.2) ... 03:00:58 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 03:00:58 (Reading database ... 13912 files and directories currently installed.) 03:00:58 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:00:58 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:00:59 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:00:59 (Reading database ... 13912 files and directories currently installed.) 03:00:59 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:00:59 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:00:59 Setting up tar (1.29b-2ubuntu0.2) ... 03:00:59 (Reading database ... 13912 files and directories currently installed.) 03:00:59 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:00:59 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:00:59 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:00:59 (Reading database ... 13912 files and directories currently installed.) 03:00:59 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:00:59 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:01:00 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:01:00 (Reading database ... 13912 files and directories currently installed.) 03:01:00 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:01:00 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:01:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:01:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:01:00 ---> 7d85d19677da 03:01:00 Step 3/22 : WORKDIR /edgex-go 03:01:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:01:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:01:00 ---> 7d85d19677da 03:01:00 Step 3/23 : WORKDIR /edgex-go 03:01:00 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:01:00 Step 2/30 : FROM ${BUILDER_BASE} AS builder 03:01:00 ---> 7d85d19677da 03:01:00 Step 3/30 : WORKDIR /edgex-go 03:01:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:01:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:01:00 ---> 7d85d19677da 03:01:00 Step 3/21 : WORKDIR /edgex-go 03:01:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:01:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:01:00 ---> 7d85d19677da 03:01:00 Step 3/22 : WORKDIR /edgex-go 03:01:00 ---> Running in 3189aa01f41c 03:01:00 ---> Running in bd53658d7a09 03:01:00 ---> Running in 2c61a2e08699 03:01:00 ---> Running in 251b674915d3 03:01:00 ---> Running in d42f85804153 03:01:00 Removing intermediate container 2c61a2e08699 03:01:00 ---> 7eb66885727e 03:01:00 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:01:00 Removing intermediate container 251b674915d3 03:01:00 ---> d556ed2b77c6 03:01:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:01:00 Removing intermediate container 3189aa01f41c 03:01:00 ---> 7a74f49bccdc 03:01:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:01:00 Removing intermediate container d42f85804153 03:01:00 ---> dee8258cbdc2 03:01:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:01:00 Removing intermediate container bd53658d7a09 03:01:00 ---> a58a79e2ee67 03:01:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:01:00 ---> Running in 349b6e9a5b94 03:01:00 ---> Running in a9713166c6a4 03:01:00 ---> Running in 09f3e82c29ee 03:01:00 ---> Running in 07a34c10e9fb 03:01:00 ---> Running in 22f2bcd255ac 03:01:00 Removing intermediate container 349b6e9a5b94 03:01:00 ---> cecf3fd51903 03:01:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:01:00 ---> Running in 134c0afe3f7f 03:01:00 Removing intermediate container 09f3e82c29ee 03:01:00 ---> 10abcdd9fe15 03:01:00 Step 5/30 : RUN apk add --update --no-cache make git 03:01:00 Removing intermediate container a9713166c6a4 03:01:00 ---> e710a70ac700 03:01:00 Step 5/22 : RUN apk add --update --no-cache make git 03:01:00 ---> Running in a18a256505be 03:01:00 ---> Running in e37b1eeaeb0f 03:01:00 Removing intermediate container 22f2bcd255ac 03:01:00 ---> 710a072dc05b 03:01:00 Step 5/23 : RUN apk add --update --no-cache make git 03:01:00 Removing intermediate container 07a34c10e9fb 03:01:00 ---> 2a6005f05198 03:01:00 Step 5/21 : RUN apk add --update --no-cache make git 03:01:00 ---> Running in cc1a21e22253 03:01:00 ---> Running in 8ef837cac1cb 03:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:01:00 OK: 217 MiB in 51 packages 03:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:01:00 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:01:00 (Reading database ... 13912 files and directories currently installed.) 03:01:00 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:01:00 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:01:00 Setting up grep (3.1-2build1) ... 03:01:00 (Reading database ... 13912 files and directories currently installed.) 03:01:00 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:01:00 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:01:00 Setting up login (1:4.5-1ubuntu2) ... 03:01:00 OK: 217 MiB in 51 packages 03:01:01 (Reading database ... 13912 files and directories currently installed.) 03:01:01 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:01:01 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:01:01 OK: 217 MiB in 51 packages 03:01:01 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:01:01 (Reading database ... 13912 files and directories currently installed.) 03:01:01 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:01:01 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:01:01 OK: 217 MiB in 51 packages 03:01:01 Removing intermediate container 134c0afe3f7f 03:01:01 ---> 8b063cd0eb42 03:01:01 Step 6/22 : COPY go.mod . 03:01:02 OK: 217 MiB in 51 packages 03:01:02 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:01:02 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:01:02 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:01:02 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:01:02 Removing intermediate container a18a256505be 03:01:02 ---> d29eb0488cf9 03:01:02 Step 6/30 : COPY go.mod . 03:01:02 ---> 25e1e385cf62 03:01:02 Step 7/22 : RUN go mod download 03:01:02 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:01:02 (Reading database ... 13912 files and directories currently installed.) 03:01:02 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:01:02 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:01:03 ---> Running in e9fa4fec8618 03:01:03 Removing intermediate container e37b1eeaeb0f 03:01:03 ---> cb5b9dd6bc63 03:01:03 Step 6/22 : COPY go.mod . 03:01:03 Removing intermediate container 8ef837cac1cb 03:01:03 ---> a0540522a29c 03:01:03 Step 6/23 : COPY go.mod . 03:01:03 Removing intermediate container cc1a21e22253 03:01:03 ---> 9e662664b090 03:01:03 Step 6/21 : COPY go.mod . 03:01:03 ---> 54c05bef8ad6 03:01:03 Step 7/30 : RUN go mod download 03:01:04 ---> Running in 1c2ab95742a9 03:01:04 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:01:04 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:01:04 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:01:04 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:01:04 ---> 48ae32a2654d 03:01:04 Step 7/22 : RUN go mod download 03:01:04 ---> 8bc5aeda18ee 03:01:04 Step 7/23 : RUN go mod download 03:01:04 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:01:04 ---> Running in 5660d3233704 03:01:04 ---> Running in f4d1e9ac7092 03:01:05 ---> 0d61c886b6b2 03:01:05 Step 7/21 : RUN go mod download 03:01:05 (Reading database ... 13912 files and directories currently installed.) 03:01:05 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:01:05 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:01:05 ---> Running in 73337df203bc 03:01:05 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:01:05 (Reading database ... 13912 files and directories currently installed.) 03:01:05 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:01:05 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:01:05 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:01:05 (Reading database ... 13912 files and directories currently installed.) 03:01:05 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:01:05 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:01:05 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:01:05 (Reading database ... 13912 files and directories currently installed.) 03:01:05 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:01:05 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:01:06 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:01:06 (Reading database ... 13912 files and directories currently installed.) 03:01:06 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:01:06 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:01:06 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:01:06 (Reading database ... 13912 files and directories currently installed.) 03:01:06 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:01:06 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:01:06 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:01:06 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:01:06 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:01:07 (Reading database ... 13912 files and directories currently installed.) 03:01:07 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:01:07 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:01:07 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:01:07 (Reading database ... 13912 files and directories currently installed.) 03:01:07 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:01:07 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:01:07 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:01:07 Removing intermediate container e9fa4fec8618 03:01:07 ---> 4831aec2d3cc 03:01:07 Step 8/22 : COPY . . 03:01:07 (Reading database ... 13912 files and directories currently installed.) 03:01:07 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:01:07 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:01:07 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:01:07 (Reading database ... 13912 files and directories currently installed.) 03:01:07 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:01:07 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:01:08 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:01:08 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:01:08 Removing intermediate container 1c2ab95742a9 03:01:08 ---> d2507a974dc3 03:01:08 Step 8/30 : COPY . . 03:01:09 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:01:09 (Reading database ... 13912 files and directories currently installed.) 03:01:09 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:01:09 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:01:09 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:01:09 (Reading database ... 13912 files and directories currently installed.) 03:01:09 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:01:09 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:01:09 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:01:09 Removing intermediate container 5660d3233704 03:01:09 ---> 601b158a8691 03:01:09 Step 8/22 : COPY . . 03:01:10 (Reading database ... 13914 files and directories currently installed.) 03:01:10 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:01:10 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:01:10 Setting up debconf (1.5.66ubuntu1) ... 03:01:10 (Reading database ... 13914 files and directories currently installed.) 03:01:10 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 03:01:10 Removing intermediate container f4d1e9ac7092 03:01:10 ---> 78b34c0a8382 03:01:10 Step 8/23 : COPY . . 03:01:10 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:01:10 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 03:01:10 (Reading database ... 13914 files and directories currently installed.) 03:01:10 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 03:01:10 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:01:10 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 03:01:10 Removing intermediate container 73337df203bc 03:01:10 ---> 3a597755dfe7 03:01:10 Step 8/21 : COPY . . 03:01:11 (Reading database ... 13914 files and directories currently installed.) 03:01:11 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:01:11 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:01:11 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:01:11 (Reading database ... 13914 files and directories currently installed.) 03:01:11 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:01:11 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:01:11 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:01:11 (Reading database ... 13914 files and directories currently installed.) 03:01:11 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:01:11 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:01:11 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:01:12 (Reading database ... 13914 files and directories currently installed.) 03:01:12 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:01:12 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:01:12 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 03:01:12 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:01:12 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:01:12 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:01:12 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:01:12 (Reading database ... 13914 files and directories currently installed.) 03:01:12 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:01:12 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:01:12 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:01:12 (Reading database ... 13914 files and directories currently installed.) 03:01:12 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:01:12 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:01:12 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:01:13 (Reading database ... 13914 files and directories currently installed.) 03:01:13 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:01:13 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:01:13 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:01:13 (Reading database ... 13914 files and directories currently installed.) 03:01:13 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 03:01:13 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 03:01:13 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 03:01:13 (Reading database ... 13914 files and directories currently installed.) 03:01:13 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:01:13 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:01:14 Setting up passwd (1:4.5-1ubuntu2) ... 03:01:14 (Reading database ... 13914 files and directories currently installed.) 03:01:14 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 03:01:14 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:01:14 Setting up gpgv (2.2.4-1ubuntu1.3) ... 03:01:14 (Reading database ... 13914 files and directories currently installed.) 03:01:14 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:01:14 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:01:14 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:01:14 (Reading database ... 13914 files and directories currently installed.) 03:01:14 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:01:14 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:01:14 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:01:14 (Reading database ... 13914 files and directories currently installed.) 03:01:14 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:01:14 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:01:15 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:01:15 (Reading database ... 13914 files and directories currently installed.) 03:01:15 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:01:15 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:01:15 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:01:15 (Reading database ... 13914 files and directories currently installed.) 03:01:15 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:01:16 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:01:16 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:01:16 (Reading database ... 13914 files and directories currently installed.) 03:01:16 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 03:01:16 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 03:01:16 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 03:01:16 (Reading database ... 13915 files and directories currently installed.) 03:01:16 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:01:16 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:01:16 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:01:16 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:01:16 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 03:01:16 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 03:01:17 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 03:01:17 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 03:01:17 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:01:17 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:01:17 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:01:17 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:01:17 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:01:17 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:01:17 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:01:17 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:01:18 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:01:18 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:01:18 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:01:18 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:01:18 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:01:18 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:01:18 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 03:01:18 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 03:01:19 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:01:19 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:01:19 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:01:19 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:01:19 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:01:19 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:01:20 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:01:20 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:01:21 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:01:21 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:01:21 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:01:21 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:01:21 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:01:21 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:01:21 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:01:21 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:01:21 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:01:21 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:01:21 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:01:21 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:01:23 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:01:23 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:01:24 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:01:24 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:01:25 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:01:25 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:01:25 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:01:25 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:01:26 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:01:26 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:01:26 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:01:26 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:01:26 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:01:26 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:01:26 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:01:27 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:01:27 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:01:27 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:01:27 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:01:27 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:01:27 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:01:27 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:01:27 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:01:27 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:01:27 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:01:27 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:01:27 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:01:27 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:01:27 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:01:27 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:01:27 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:01:27 Setting up tzdata (2021a-0ubuntu0.18.04) ... 03:01:28 03:01:28 Current default time zone: 'Etc/UTC' 03:01:28 Local time is now: Fri Feb 12 03:01:28 UTC 2021. 03:01:28 Universal Time is now: Fri Feb 12 03:01:28 UTC 2021. 03:01:28 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:01:28 03:01:28 Setting up systemd-sysv (237-3ubuntu10.44) ... 03:01:28 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:01:28 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 03:01:28 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:01:28 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:01:28 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:01:28 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:01:28 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:01:28 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:01:28 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:01:28 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:01:28 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:01:28 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:01:28 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 03:01:28 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:01:28 Setting up patch (2.7.6-2ubuntu1.1) ... 03:01:28 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:01:28 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:01:29 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 03:01:29 Installing new version of config file /etc/ssl/openssl.cnf ... 03:01:29 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:01:29 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:01:29 Setting up ca-certificates (20210119~18.04.1) ... 03:01:31 Updating certificates in /etc/ssl/certs... 03:01:31 23 added, 27 removed; done. 03:01:31 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:01:31 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:01:31 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:01:31 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:01:31 Setting up pkgbinarymangler (138.18.04.1) ... 03:01:32 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:01:32 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 03:01:32 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:01:32 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:01:32 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:01:32 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:01:32 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:01:32 Setting up perl (5.26.1-6ubuntu0.5) ... 03:01:32 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 03:01:32 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:01:32 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:01:32 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 03:01:32 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:01:32 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:01:32 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:01:32 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:01:32 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:01:32 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:01:32 Processing triggers for systemd (237-3ubuntu10.44) ... 03:01:32 Processing triggers for mime-support (3.60ubuntu1) ... 03:01:32 Processing triggers for ca-certificates (20210119~18.04.1) ... 03:01:33 Updating certificates in /etc/ssl/certs... 03:01:33 0 added, 0 removed; done. 03:01:33 Running hooks in /etc/ca-certificates/update.d... 03:01:33 done. 03:01:34 Reading package lists... 03:01:34 Building dependency tree... 03:01:34 Reading state information... 03:01:34 The following NEW packages will be installed: 03:01:34 apt-transport-https 03:01:34 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:01:34 Need to get 1696 B of archives. 03:01:34 After this operation, 153 kB of additional disk space will be used. 03:01:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 03:01:34 debconf: delaying package configuration, since apt-utils is not installed 03:01:35 Fetched 1696 B in 0s (27.9 kB/s) 03:01:35 Selecting previously unselected package apt-transport-https. 03:01:35 (Reading database ... 13920 files and directories currently installed.) 03:01:35 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 03:01:35 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 03:01:35 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 03:01:35 Waiting for network to be ready... 03:01:37 ---> 4bbb5af4a20f 03:01:37 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:01:37 ---> 49b2ffe4ffc2 03:01:37 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:01:37 ---> 3230fc438e04 03:01:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:01:37 ---> 2f3e24b2f298 03:01:37 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:01:37 ---> 24e8d891bc58 03:01:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:01:37 ---> Running in 2fd0f2ad39e7 03:01:37 ---> Running in fedf29c2f83f 03:01:37 ---> Running in 0fa42730b5a0 03:01:37 ---> Running in 622babec86bc 03:01:37 ---> Running in c155c44a8a0d 03:01:37 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 03:01:37 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 03:01:37 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 03:01:37 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 03:01:37 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 03:01:42 2021-02-12T03:01:39Z INFO Waiting for automatic snapd restart... 03:01:42 snapd 2.48.2.1 from Canonical* installed 03:01:42 "snapd" switched to the "latest/stable" channel 03:01:42 03:01:46 core18 20210128 from Canonical* installed 03:01:46 "core18" switched to the "latest/stable" channel 03:01:46 03:01:51 snapcraft 4.5.1 from Canonical* installed 03:01:51 "snapcraft" switched to the "latest/stable" channel 03:01:51 03:01:54 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: 03:01:54 - README.md 03:01:54 - snapcraft.yaml.orig 03:01:54 03:01:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:02:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:02:01 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:02:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:02:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:02:02 Reading package lists... 03:02:03 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 03:02:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:02:09 Reading package lists... 03:02:09 Building dependency tree... 03:02:09 Reading state information... 03:02:09 Suggested packages: 03:02:09 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:02:09 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:02:09 Recommended packages: 03:02:09 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:02:09 The following NEW packages will be installed: 03:02:09 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:02:09 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:02:09 pkg-config zip 03:02:09 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:02:09 Need to get 7655 kB of archives. 03:02:09 After this operation, 43.7 MB of additional disk space will be used. 03:02:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 03:02:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:02:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 03:02:10 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:02:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 03:02:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:02:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:02:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:02:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:02:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:02:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:02:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:02:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:02:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:02:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:02:10 debconf: delaying package configuration, since apt-utils is not installed 03:02:10 Fetched 7655 kB in 1s (10.8 MB/s) 03:02:10 Selecting previously unselected package libglib2.0-0:amd64. 03:02:10 (Reading database ... 13924 files and directories currently installed.) 03:02:10 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 03:02:10 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 03:02:11 Selecting previously unselected package libpsl5:amd64. 03:02:11 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:02:11 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:02:11 Selecting previously unselected package libnghttp2-14:amd64. 03:02:11 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:02:11 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:02:11 Selecting previously unselected package librtmp1:amd64. 03:02:11 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:02:11 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:02:11 Selecting previously unselected package libcurl3-gnutls:amd64. 03:02:11 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:02:11 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:02:11 Selecting previously unselected package liberror-perl. 03:02:11 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:02:11 Unpacking liberror-perl (0.17025-1) ... 03:02:11 Selecting previously unselected package git-man. 03:02:11 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 03:02:11 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 03:02:12 Selecting previously unselected package git. 03:02:12 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 03:02:12 Unpacking git (1:2.17.1-1ubuntu0.7) ... 03:02:13 Selecting previously unselected package libnorm1:amd64. 03:02:13 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:02:13 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:02:13 Selecting previously unselected package libpgm-5.2-0:amd64. 03:02:13 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:02:13 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:02:13 Selecting previously unselected package libsodium23:amd64. 03:02:13 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:02:13 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:02:13 Selecting previously unselected package libzmq5:amd64. 03:02:13 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:02:13 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:02:13 Selecting previously unselected package libzmq3-dev:amd64. 03:02:13 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:02:13 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:02:13 Selecting previously unselected package pkg-config. 03:02:13 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:02:13 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:02:14 Selecting previously unselected package zip. 03:02:14 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:02:14 Unpacking zip (3.0-11build1) ... 03:02:14 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:02:14 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 03:02:14 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:02:14 Setting up liberror-perl (0.17025-1) ... 03:02:14 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:02:14 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 03:02:14 No schema files found: doing nothing. 03:02:14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:02:14 Setting up zip (3.0-11build1) ... 03:02:14 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:02:14 Setting up libsodium23:amd64 (1.0.16-2) ... 03:02:14 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:02:14 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:02:14 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:02:14 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:02:14 Setting up git (1:2.17.1-1ubuntu0.7) ... 03:02:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:02:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:02:21 git set to automatically installed. 03:02:21 git-man set to automatically installed. 03:02:21 libcurl3-gnutls set to automatically installed. 03:02:21 liberror-perl set to automatically installed. 03:02:21 libglib2.0-0 set to automatically installed. 03:02:21 libnghttp2-14 set to automatically installed. 03:02:21 libnorm1 set to automatically installed. 03:02:21 libpgm-5.2-0 set to automatically installed. 03:02:21 libpsl5 set to automatically installed. 03:02:21 librtmp1 set to automatically installed. 03:02:21 libsodium23 set to automatically installed. 03:02:21 libzmq3-dev set to automatically installed. 03:02:21 libzmq5 set to automatically installed. 03:02:21 pkg-config set to automatically installed. 03:02:21 zip set to automatically installed. 03:02:22 snapd is not logged in, snap install commands will use sudo 03:02:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:02:29 snap "core18" has no updates available 03:02:30 Pulling config-common 03:02:30 + snapcraftctl pull 03:02:31 Pulling go-build-helper 03:02:31 + snapcraftctl pull 03:02:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:02:58 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:02:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 03:02:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 03:02:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 03:02:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 03:02:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 03:02:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 03:02:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 03:02:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 03:02:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:02:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:02:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:02:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:02:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:02:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:02:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:02:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:02:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:02:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 03:02:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 03:02:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 03:02:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 03:02:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 03:02:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 03:02:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 03:02:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 03:02:58 Fetched 23.9 MB in 0s (0 B/s) 03:02:58 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:02:58 Fetched 96.5 kB in 0s (0 B/s) 03:02:58 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:02:58 Fetched 279 kB in 0s (0 B/s) 03:02:58 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:02:58 Fetched 122 kB in 0s (0 B/s) 03:02:58 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:02:58 Fetched 77.8 kB in 0s (0 B/s) 03:02:58 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:02:58 Fetched 8848 B in 0s (0 B/s) 03:02:58 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:02:58 Fetched 47.8 kB in 0s (0 B/s) 03:02:58 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:02:58 Fetched 45.6 kB in 0s (0 B/s) 03:02:58 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:02:58 Fetched 15.0 kB in 0s (0 B/s) 03:02:58 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:02:58 Fetched 214 kB in 0s (0 B/s) 03:02:58 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 03:02:58 Fetched 155 kB in 0s (0 B/s) 03:02:58 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:02:58 Fetched 50.6 kB in 0s (0 B/s) 03:02:58 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:02:58 Fetched 14.8 kB in 0s (0 B/s) 03:02:58 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:02:58 Fetched 41.8 kB in 0s (0 B/s) 03:02:58 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:02:58 Fetched 499 kB in 0s (0 B/s) 03:02:58 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:02:58 Fetched 111 kB in 0s (0 B/s) 03:02:58 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:02:58 Fetched 240 kB in 0s (0 B/s) 03:02:58 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:02:58 Fetched 29.3 kB in 0s (0 B/s) 03:02:58 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:02:58 Fetched 85.5 kB in 0s (0 B/s) 03:02:58 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:02:58 Fetched 24.5 kB in 0s (0 B/s) 03:02:58 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:02:58 Fetched 49.2 kB in 0s (0 B/s) 03:02:58 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:02:58 Fetched 54.2 kB in 0s (0 B/s) 03:02:58 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:02:58 Fetched 30.8 kB in 0s (0 B/s) 03:02:58 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 03:02:58 Fetched 16.6 kB in 0s (0 B/s) 03:02:58 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:02:58 Fetched 85.9 kB in 0s (0 B/s) 03:02:58 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:02:58 Fetched 8720 B in 0s (0 B/s) 03:02:58 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:02:58 Fetched 137 kB in 0s (0 B/s) 03:02:58 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:02:58 Fetched 119 kB in 0s (0 B/s) 03:02:58 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:02:58 Fetched 109 kB in 0s (0 B/s) 03:02:58 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:02:58 Fetched 11.1 kB in 0s (0 B/s) 03:02:58 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:02:58 Fetched 645 kB in 0s (0 B/s) 03:02:58 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:02:58 Fetched 41.3 kB in 0s (0 B/s) 03:02:58 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:02:58 Fetched 17.9 kB in 0s (0 B/s) 03:02:58 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:02:58 Fetched 368 kB in 0s (0 B/s) 03:02:58 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:02:58 Fetched 187 kB in 0s (0 B/s) 03:02:58 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:02:58 Fetched 175 kB in 0s (0 B/s) 03:02:58 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:02:59 Fetched 206 kB in 0s (0 B/s) 03:02:59 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 03:02:59 Fetched 1301 kB in 0s (0 B/s) 03:02:59 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:02:59 Fetched 36.2 kB in 0s (0 B/s) 03:02:59 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:02:59 Fetched 159 kB in 0s (0 B/s) 03:02:59 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:02:59 Fetched 107 kB in 0s (0 B/s) 03:02:59 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:02:59 Fetched 48.7 kB in 0s (0 B/s) 03:02:59 Pulling static-packages 03:02:59 + snapcraftctl pull 03:02:59 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 03:03:00 'go115' has dependencies that need to be staged: go-build-helper static-packages 03:03:00 Skipping pull go-build-helper (already ran) 03:03:00 Skipping pull static-packages (already ran) 03:03:00 Building go-build-helper 03:03:00 + snapcraftctl build 03:03:04 Building static-packages 03:03:04 + snapcraftctl build 03:03:07 Staging go-build-helper 03:03:07 + snapcraftctl stage 03:03:07 Removing intermediate container 2fd0f2ad39e7 03:03:07 ---> 84b33a230ad5 03:03:07 03:03:07 Step 10/30 : FROM alpine:3.12 03:03:08 3.12: Pulling from library/alpine 03:03:08 Staging static-packages 03:03:08 + snapcraftctl stage 03:03:09 Pulling go115 03:03:09 + snapcraftctl pull 03:03:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 03:03:10 Status: Downloaded newer image for alpine:3.12 03:03:10 ---> afeebe901d6b 03:03:10 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:03:10 ---> Running in 8867efbf8d2f 03:03:11 'edgex-go' has dependencies that need to be staged: go115 03:03:11 Skipping pull go115 (already ran) 03:03:11 Building go115 03:03:11 + dpkg --print-architecture 03:03:11 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 03:03:11 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 03:03:11 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 03:03:11 % Total % Received % Xferd Average Speed Time Time Time Current 03:03:11 Dload Upload Total Spent Left Speed 03:03:12 Removing intermediate container 8867efbf8d2f 03:03:12 ---> 85fc9f651c4c 03:03:12 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 03:03:12 ---> Running in ad45cfcfcd0d 03:03:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 29 115M 29 33.9M 0 0 31.2M 0 0:00:03 0:00:01 0:00:02 31.2M 66 115M 66 76.6M 0 0 36.4M 0 0:00:03 0:00:02 0:00:01 36.4M 97 115M 97 112M 0 0 36.5M 0 0:00:03 0:00:03 --:--:-- 36.5M 100 115M 100 115M 0 0 36.4M 0 0:00:03 0:00:03 --:--:-- 36.4M 03:03:14 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 03:03:14 + sha256sum -c sha256 03:03:14 + grep OK 03:03:14 Removing intermediate container c155c44a8a0d 03:03:14 ---> 97f16f30b8b5 03:03:14 03:03:14 Step 10/21 : FROM alpine:3.12 03:03:14 ---> afeebe901d6b 03:03:14 Step 11/21 : RUN apk add --update --no-cache curl 03:03:14 ---> Running in 5a019213ca3d 03:03:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:03:15 + mkdir -p /root/stage/go1.15 03:03:15 go1.15.2.linux-amd64.tar.gz: OK 03:03:15 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 03:03:16 (1/2) Installing dumb-init (1.2.2-r1) 03:03:16 (2/2) Installing su-exec (0.2-r1) 03:03:16 Executing busybox-1.31.1-r19.trigger 03:03:16 OK: 5 MiB in 16 packages 03:03:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:03:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:03:17 (1/4) Installing ca-certificates (20191127-r4) 03:03:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:03:17 (3/4) Installing libcurl (7.69.1-r3) 03:03:17 (4/4) Installing curl (7.69.1-r3) 03:03:17 Executing busybox-1.31.1-r19.trigger 03:03:17 Executing ca-certificates-20191127-r4.trigger 03:03:17 OK: 7 MiB in 18 packages 03:03:18 Removing intermediate container ad45cfcfcd0d 03:03:18 ---> 1e6a7e11d5ab 03:03:18 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 03:03:18 ---> Running in 5c61862dc68a 03:03:19 Removing intermediate container 5c61862dc68a 03:03:19 ---> d36d65a95059 03:03:19 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:03:19 ---> Running in d8d5c14253d3 03:03:20 Removing intermediate container 5a019213ca3d 03:03:20 ---> 102882ff6986 03:03:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:03:20 Staging go115 03:03:20 + snapcraftctl stage 03:03:20 ---> Running in 5df8bb6a0d53 03:03:20 Removing intermediate container d8d5c14253d3 03:03:20 ---> 4e23d8b50e47 03:03:20 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:03:21 ---> Running in 25d6e40a9b0a 03:03:21 Removing intermediate container 5df8bb6a0d53 03:03:21 ---> 70be98557690 03:03:21 Step 13/21 : WORKDIR /edgex 03:03:22 ---> Running in 17243c707f5a 03:03:23 Removing intermediate container 17243c707f5a 03:03:23 ---> dae1e846f686 03:03:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:03:24 ---> a608e36750fe 03:03:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:03:25 Removing intermediate container 25d6e40a9b0a 03:03:25 ---> fac81d87589d 03:03:25 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 03:03:25 ---> Running in b1115946c63d 03:03:26 Removing intermediate container b1115946c63d 03:03:26 ---> a2fdad6b9396 03:03:26 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:03:27 ---> 2ee18f8d17d6 03:03:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:03:27 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:03:27 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:03:27 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:03:27 Fetched 0 B in 0s (0 B/s) 03:03:27 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:03:27 Fetched 224 kB in 0s (0 B/s) 03:03:27 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:03:27 Fetched 157 kB in 0s (0 B/s) 03:03:27 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:03:27 Fetched 221 kB in 0s (0 B/s) 03:03:27 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:03:27 Fetched 143 kB in 0s (0 B/s) 03:03:27 Pulling edgex-go 03:03:27 + snapcraftctl pull 03:03:28 Removing intermediate container 0fa42730b5a0 03:03:28 ---> 160ae10a193d 03:03:28 03:03:28 Step 10/22 : FROM alpine:3.12 03:03:28 ---> afeebe901d6b 03:03:28 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:03:28 ---> a2742e66d955 03:03:28 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:03:28 Removing intermediate container fedf29c2f83f 03:03:28 ---> 6f9cddbed8e9 03:03:28 03:03:28 Step 10/22 : FROM alpine:3.12 03:03:28 ---> afeebe901d6b 03:03:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:03:28 ---> Running in b67082502299 03:03:28 ---> Running in b9e857ac3c9f 03:03:29 Pulling version 03:03:29 + cd /root/project 03:03:29 + [ -f VERSION ] 03:03:29 + PROJECT_VERSION=local-dev 03:03:29 + git rev-parse --short HEAD 03:03:29 + GIT_REVISION=b24f7dfb 03:03:29 + snapcraftctl set-version local-dev 03:03:29 ---> Running in af095b8185c3 03:03:29 ---> 5e6a280496af 03:03:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:03:29 ---> Running in 67f8fe57ebc8 03:03:30 Building config-common 03:03:30 + snapcraftctl build 03:03:30 Removing intermediate container 67f8fe57ebc8 03:03:30 ---> 683b273689b3 03:03:30 Step 18/21 : CMD ["--init=true"] 03:03:30 ---> Running in 3120b56bf7f6 03:03:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:03:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:03:32 Removing intermediate container 3120b56bf7f6 03:03:32 ---> 6584e39a1a37 03:03:32 Step 19/21 : LABEL arch=arm64 03:03:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:03:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:03:32 ---> Running in a9629da807a2 03:03:32 (1/1) Installing dumb-init (1.2.2-r1) 03:03:32 Executing busybox-1.31.1-r19.trigger 03:03:32 OK: 5 MiB in 15 packages 03:03:32 (1/2) Installing ca-certificates (20191127-r4) 03:03:33 Skipping build go-build-helper (already ran) 03:03:33 Skipping build static-packages (already ran) 03:03:33 Skipping build go115 (already ran) 03:03:33 (2/2) Installing dumb-init (1.2.2-r1) 03:03:33 Executing busybox-1.31.1-r19.trigger 03:03:33 Executing ca-certificates-20191127-r4.trigger 03:03:33 Building edgex-go 03:03:33 OK: 6 MiB in 16 packages 03:03:33 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 03:03:33 + cd /root/parts/edgex-go/src 03:03:33 + make build 03:03: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 03:03:34 Removing intermediate container b9e857ac3c9f 03:03:34 ---> 513dbc73e22d 03:03:34 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 03:03:34 Removing intermediate container a9629da807a2 03:03:34 ---> 88ac81d39b27 03:03:34 Step 20/21 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 03:03:35 ---> Running in dfb6336f6ea3 03:03:35 Removing intermediate container b67082502299 03:03:35 ---> 8d3c7b57f2af 03:03:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:03:35 go: downloading github.com/gorilla/mux v1.8.0 03:03:35 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 03:03:35 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 03:03:35 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 03:03:35 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 03:03:35 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:03:35 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:03:35 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:03:35 go: downloading github.com/google/uuid v1.2.0 03:03:35 ---> Running in 5341f122e1db 03:03:35 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 03:03:35 go: downloading github.com/BurntSushi/toml v0.3.1 03:03:35 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:03:35 go: downloading github.com/imdario/mergo v0.3.11 03:03:35 go: downloading github.com/go-kit/kit v0.8.0 03:03:35 go: downloading github.com/pkg/errors v0.8.1 03:03:35 go: downloading github.com/go-playground/validator/v10 v10.3.0 03:03:35 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 03:03:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 03:03:35 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:03:35 go: downloading github.com/hashicorp/consul/api v1.1.0 03:03:35 go: downloading github.com/pebbe/zmq4 v1.2.2 03:03:35 go: downloading github.com/pelletier/go-toml v1.2.0 03:03:35 go: downloading github.com/x448/float16 v0.8.4 03:03:35 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:03:35 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 03:03:35 ---> 7ef7648af4b3 03:03:35 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:03:35 Removing intermediate container dfb6336f6ea3 03:03:35 ---> 3d9a6692fc79 03:03:35 Step 21/21 : LABEL version=0.0.0 03:03:35 Removing intermediate container af095b8185c3 03:03:35 ---> 247a49688489 03:03:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:03:35 go: downloading github.com/leodido/go-urn v1.2.0 03:03:36 Removing intermediate container 622babec86bc 03:03:36 ---> 15cd292397df 03:03:36 03:03:36 Step 10/23 : FROM alpine:3.12 03:03:36 ---> afeebe901d6b 03:03:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:03:36 ---> Using cache 03:03:36 ---> 8d3c7b57f2af 03:03:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:03:36 go: downloading github.com/go-playground/universal-translator v0.17.0 03:03:36 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:03:36 ---> Running in fa24e7531449 03:03:36 ---> Running in 0ca2df095558 03:03:36 ---> Running in 3e793621ebba 03:03:36 go: downloading github.com/mitchellh/copystructure v1.0.0 03:03:36 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:03:36 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:03:36 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 03:03:36 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:03:36 Removing intermediate container 5341f122e1db 03:03:36 ---> b0a3702b8128 03:03:36 Step 13/22 : ENV APP_PORT=48085 03:03:36 ---> Running in c2066c716a5e 03:03:36 go: downloading github.com/hashicorp/serf v0.8.2 03:03:36 go: downloading github.com/go-playground/locales v0.13.0 03:03:36 Removing intermediate container fa24e7531449 03:03:36 ---> a7bd25c1df17 03:03:36 03:03:37 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:03:37 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:03:37 Removing intermediate container 0ca2df095558 03:03:37 ---> e66d47080aeb 03:03:37 Step 13/22 : ENV APP_PORT=48060 03:03:37 Removing intermediate container 3e793621ebba 03:03:37 ---> 963380013387 03:03:37 Step 13/23 : ENV APP_PORT=48081 03:03:37 ---> 65dab198058a 03:03:37 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:03:37 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:03:37 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:03:37 Successfully built a7bd25c1df17 03:03:37 Removing intermediate container c2066c716a5e 03:03:37 ---> 544c98c9a2b0 03:03:37 Step 14/22 : EXPOSE $APP_PORT 03:03:37 ---> Running in b3784ee540cb 03:03:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:03:37  Building docker-security-proxy-setup-go ... done  ---> Running in 9d061319a17d 03:03:37 Building docker-sys-mgmt-agent-go 03:03:37 ---> Running in 3ec0202df727 03:03:38 Removing intermediate container b3784ee540cb 03:03:38 ---> 5d342a796a24 03:03:38 Step 14/23 : EXPOSE $APP_PORT 03:03:38 Removing intermediate container 9d061319a17d 03:03:38 ---> 8c4560357628 03:03:38 Step 14/22 : EXPOSE $APP_PORT 03:03:38 ---> 4dc53f58767d 03:03:38 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:03:38 ---> Running in c70afaf80eff 03:03:38 Removing intermediate container 3ec0202df727 03:03:38 ---> f751dddc8d0f 03:03:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:03:38 ---> Running in d000efedf6fe 03:03:40 Removing intermediate container c70afaf80eff 03:03:40 ---> 40d13b25bef1 03:03:40 Step 15/23 : WORKDIR / 03:03:40 Removing intermediate container d000efedf6fe 03:03:40 ---> 7f5ea54c956e 03:03:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:03:40 ---> Running in 6e802f419873 03:03:40 ---> 5eb28bf95c91 03:03:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:03:40 ---> aa7f1f6d976b 03:03:40 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 03:03:41 ---> Running in 04bfe552c994 03:03:41 ---> 4f61595bf101 03:03:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:03:42 Removing intermediate container 6e802f419873 03:03:42 ---> 938a803e1a86 03:03:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:03:42 ---> f282d0bdefe6 03:03:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:03:42 Removing intermediate container 04bfe552c994 03:03:42 ---> f589643a1efd 03:03:42 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:03:43 ---> 2a99e31b7fcc 03:03:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:03:43 ---> 0ab9a2b29436 03:03:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:03:43 ---> c26da5a0eb1c 03:03:43 ---> ea34f152757a 03:03:43 Step 25/30 : RUN chmod +x /entrypoint.sh 03:03:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:03:44 ---> Running in add45fca657b 03:03:44 ---> Running in b016e4145709 03:03:45 ---> 06c833aad280 03:03:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:03:45 ---> 186552ce1a79 03:03:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:03:45 Removing intermediate container add45fca657b 03:03:45 ---> 8a815bc06878 03:03:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:03:45 ---> Running in 8d796902d31d 03:03:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:03:45 go: downloading gopkg.in/yaml.v2 v2.4.0 03:03:45 ---> Running in 18e0636a53d9 03:03:46 Removing intermediate container 8d796902d31d 03:03:46 ---> 53d804e295ef 03:03:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:03:46 ---> Running in c350a422788f 03:03:46 Removing intermediate container 18e0636a53d9 03:03:46 ---> a3600343efeb 03:03:46 Step 20/22 : LABEL arch=arm64 03:03:46 ---> 64fc905cb78d 03:03:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:03:47 ---> Running in 8c25553191ba 03:03:47 ---> Running in 08654da96b3f 03:03:47 Removing intermediate container c350a422788f 03:03:47 ---> 683358ecd168 03:03:47 Step 20/22 : LABEL arch=arm64 03:03:47 Removing intermediate container b016e4145709 03:03:47 ---> 5a1576d73e97 03:03:47 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 03:03:47 ---> Running in c8490517ef07 03:03:48 Removing intermediate container 8c25553191ba 03:03:48 ---> f4c494a3703e 03:03:48 Step 21/22 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 03:03:48 Removing intermediate container 08654da96b3f 03:03:48 ---> ae3e73f471da 03:03:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:03:48 ---> Running in c90b156263b2 03:03:48 ---> Running in 82eac41bc170 03:03:48 ---> Running in e5504a6a65e8 03:03:48 Removing intermediate container c8490517ef07 03:03:48 ---> 99b75ef5c836 03:03:48 Step 21/22 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 03:03:49 ---> Running in 6c633a837a17 03:03:49 Removing intermediate container 82eac41bc170 03:03:49 ---> 00517f01e2c2 03:03:49 Step 22/22 : LABEL version=0.0.0 03:03:49 Removing intermediate container c90b156263b2 03:03:49 ---> f1900bb3016b 03:03:49 Step 27/30 : CMD ["gate"] 03:03:49 Removing intermediate container e5504a6a65e8 03:03:49 ---> 1e844b5872d9 03:03:49 Step 21/23 : LABEL arch=arm64 03:03:49 ---> Running in a83ed8dfc6b6 03:03:50 ---> Running in 9a819efc95cd 03:03:50 ---> Running in b6a91c8b9001 03:03:50 Removing intermediate container 6c633a837a17 03:03:50 ---> 8fe783e6c093 03:03:50 Step 22/22 : LABEL version=0.0.0 03:03:50 Removing intermediate container a83ed8dfc6b6 03:03:50 ---> bc12254bad7f 03:03:50 03:03:50 ---> Running in 1db1c84922e9 03:03:51 Successfully built bc12254bad7f 03:03:51 Successfully tagged docker-support-scheduler-go-arm64:latest 03:03:51  Building docker-support-scheduler-go ... done Building docker-core-command-go 03:03:51 Removing intermediate container 9a819efc95cd 03:03:51 ---> 279ceec1629b 03:03:51 Step 22/23 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 03:03:51 Removing intermediate container b6a91c8b9001 03:03:51 ---> 47b8d6e3ab7f 03:03:51 Step 28/30 : LABEL arch=arm64 03:03:51 Removing intermediate container 1db1c84922e9 03:03:51 ---> ecd53d40e7b6 03:03:51 03:03:51 ---> Running in d46915090fe7 03:03:52 ---> Running in bd12b3437a86 03:03:52 Successfully built ecd53d40e7b6 03:03:52 Successfully tagged docker-support-notifications-go-arm64:latest 03:03:52 Building docker-core-data-go 03:03:52 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 03:03:52  Building docker-support-notifications-go ... done Removing intermediate container d46915090fe7 03:03:52 ---> dcf6e8faeb72 03:03:52 Step 23/23 : LABEL version=0.0.0 03:03:52 ---> Running in 3974ff1aaf01 03:03:52 Removing intermediate container bd12b3437a86 03:03:52 ---> 3845f1955fb8 03:03:52 Step 29/30 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 03:03:52 ---> Running in e997ae8dca0b 03:03:52 Removing intermediate container 3974ff1aaf01 03:03:52 ---> c3a38d18f952 03:03:52 03:03:53 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 03:03:53 Successfully built c3a38d18f952 03:03:53 Successfully tagged docker-core-metadata-go-arm64:latest 03:03:53  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 03:03:53 Removing intermediate container e997ae8dca0b 03:03:53 ---> 76451cf0340d 03:03:53 Step 30/30 : LABEL version=0.0.0 03:03:54 ---> Running in acfe7e06034e 03:03:54 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 03:03:54 Removing intermediate container acfe7e06034e 03:03:54 ---> e706c0f6b881 03:03:54 03:03:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:03:54 go: downloading github.com/stretchr/testify v1.7.0 03:03:54 Successfully built e706c0f6b881 03:03:55 go: downloading github.com/davecgh/go-spew v1.1.1 03:03:55 go: downloading github.com/pmezard/go-difflib v1.0.0 03:03:55 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:03:55 Successfully tagged docker-security-bootstrapper-go-arm64:latest 03:03:57 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 03:03:57 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:03:57 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:03:58 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 03:03:59 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 03:03:59 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 03:04:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:04:01 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 03:04:01 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:04:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:04:03 go: downloading github.com/lib/pq v1.9.0 03:04:05 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 03:04:05 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 03:04:05 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 03:04:05 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 03:04:05 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 03:04:05  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:04:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:04:05 ---> 7d85d19677da 03:04:05 Step 3/26 : WORKDIR /edgex-go 03:04:05 ---> Using cache 03:04:05 ---> dee8258cbdc2 03:04:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:05 ---> Using cache 03:04:05 ---> 2a6005f05198 03:04:05 Step 5/26 : RUN apk add --update --no-cache make bash git 03:04:05 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 03:04:05 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 03:04:05 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 03:04:05 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 03:04:05 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 03:04:05 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 03:04:05 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 03:04:05 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 03:04:05 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 03:04:05 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 03:04:05 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 03:04:05 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 03:04:05 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 03:04:05 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 03:04:05 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 03:04:05 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 03:04:05 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 03:04:05 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 03:04:05 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 03:04:05 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 03:04:07 ---> Running in 0eec9552800d 03:04:07 Building version 03:04:07 + snapcraftctl build 03:04:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:04:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:04:10 OK: 217 MiB in 51 packages 03:04:10 Staging config-common 03:04:10 + snapcraftctl stage 03:04:11 Skipping stage go-build-helper (already ran) 03:04:11 Skipping stage static-packages (already ran) 03:04:11 Skipping stage go115 (already ran) 03:04:11 Staging edgex-go 03:04:11 + snapcraftctl stage 03:04:12 Removing intermediate container 0eec9552800d 03:04:12 ---> d5b7c31b0d19 03:04:12 Step 6/26 : COPY go.mod . 03:04:12 Staging version 03:04:12 + snapcraftctl stage 03:04:13 Priming config-common 03:04:13 + snapcraftctl prime 03:04:14 ---> f1f6c7223854 03:04:14 Step 7/26 : RUN go mod download 03:04:14 ---> Running in 5ce2f564d43e 03:04:14 Priming go-build-helper 03:04:14 + snapcraftctl prime 03:04:16 Priming static-packages 03:04:16 + snapcraftctl prime 03:04:18 Removing intermediate container 5ce2f564d43e 03:04:18 ---> 318ae8a23f5c 03:04:18 Step 8/26 : COPY . . 03:04:18 Priming go115 03:04:18 + snapcraftctl prime 03:04:19 Priming edgex-go 03:04:19 + snapcraftctl prime 03:04:21 Priming version 03:04:21 + snapcraftctl prime 03:04:23 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] } 03:04:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:04:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:04:31 ---> 7d85d19677da 03:04:31 Step 3/23 : WORKDIR /edgex-go 03:04:31 ---> Using cache 03:04:31 ---> dee8258cbdc2 03:04:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:31 ---> Using cache 03:04:31 ---> 2a6005f05198 03:04:31 Step 5/23 : RUN apk add --update --no-cache make git 03:04:31 ---> Using cache 03:04:31 ---> 9e662664b090 03:04:31 Step 6/23 : COPY go.mod . 03:04:31 ---> Using cache 03:04:31 ---> 0d61c886b6b2 03:04:31 Step 7/23 : RUN go mod download 03:04:31 ---> Using cache 03:04:31 ---> 3a597755dfe7 03:04:31 Step 8/23 : COPY . . 03:04:31 ---> Using cache 03:04:31 ---> 24e8d891bc58 03:04:31 Step 9/23 : RUN make cmd/core-command/core-command 03:04:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:04:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:04:31 ---> 7d85d19677da 03:04:31 Step 3/23 : WORKDIR /edgex-go 03:04:31 ---> Using cache 03:04:31 ---> dee8258cbdc2 03:04:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:31 ---> Using cache 03:04:31 ---> 2a6005f05198 03:04:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:04:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:04:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:04:31 ---> 7d85d19677da 03:04:31 Step 3/24 : WORKDIR /edgex-go 03:04:31 ---> Using cache 03:04:31 ---> dee8258cbdc2 03:04:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:31 ---> Using cache 03:04:31 ---> 2a6005f05198 03:04:31 Step 5/24 : RUN apk add --update --no-cache make git 03:04:31 ---> Using cache 03:04:31 ---> 9e662664b090 03:04:31 Step 6/24 : COPY go.mod . 03:04:31 ---> Using cache 03:04:31 ---> 0d61c886b6b2 03:04:31 Step 7/24 : RUN go mod download 03:04:31 ---> Using cache 03:04:31 ---> 3a597755dfe7 03:04:31 Step 8/24 : COPY . . 03:04:31 ---> Using cache 03:04:31 ---> 24e8d891bc58 03:04:31 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:04:36 ---> Running in 07aac8cb6e31 03:04:36 ---> Running in 72e419a91434 03:04:36 ---> Running in c90ff0ef11ac 03:04:36 ---> e146241efea1 03:04:36 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:04:36 ---> Running in 8ff1f6448baa 03:04:38 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 03:04:38 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 03:04:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:04:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:04:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:04:40 OK: 217 MiB in 51 packages 03:04:42 Removing intermediate container 72e419a91434 03:04:42 ---> 65a32b4ba48a 03:04:42 Step 6/23 : COPY go.mod . 03:04:43 ---> 333cc3841933 03:04:43 Step 7/23 : RUN go mod download 03:04:43 ---> Running in 7e4edd30f8bf 03:04:48 Removing intermediate container 7e4edd30f8bf 03:04:48 ---> 58168c32adad 03:04:48 Step 8/23 : COPY . . 03:05:06 ---> 90e11681c56b 03:05:06 Step 9/23 : RUN make cmd/core-data/core-data 03:05:06 ---> Running in e4a565b4ec6f 03:05:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:05:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:05:55 Removing intermediate container 07aac8cb6e31 03:05:55 ---> ec9778e520a9 03:05:55 03:05:55 Step 10/24 : FROM alpine:3.12 03:05:55 ---> afeebe901d6b 03:05:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:05:55 ---> Running in 6316dc42b46b 03:05:56 Removing intermediate container 8ff1f6448baa 03:05:56 ---> b4768beea3d4 03:05:56 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:05:56 ---> Running in 49a794bbb0e1 03:05:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:05:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:05:57 (1/5) Installing ca-certificates (20191127-r4) 03:05:57 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:05:57 (3/5) Installing libcurl (7.69.1-r3) 03:05:57 (4/5) Installing curl (7.69.1-r3) 03:05:57 (5/5) Installing dumb-init (1.2.2-r1) 03:05:57 Executing busybox-1.31.1-r19.trigger 03:05:57 Executing ca-certificates-20191127-r4.trigger 03:05:58 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 03:05:58 OK: 7 MiB in 19 packages 03:06:00 Removing intermediate container 6316dc42b46b 03:06:00 ---> b1349731b08a 03:06:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:06:01 ---> Running in 33d8548277ca 03:06:02 Removing intermediate container 33d8548277ca 03:06:02 ---> b83a88ed8954 03:06:02 Step 13/24 : WORKDIR / 03:06:03 ---> Running in 782811783a35 03:06:04 Removing intermediate container 49a794bbb0e1 03:06:04 ---> 5663e0c0e532 03:06:04 03:06:04 Step 11/26 : FROM docker:20.10.0 03:06:04 20.10.0: Pulling from library/docker 03:06:04 Removing intermediate container 782811783a35 03:06:04 ---> ed8b56f2a83e 03:06: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 03:06:04 Removing intermediate container c90ff0ef11ac 03:06:04 ---> 2eaea6e15ef2 03:06:04 03:06:04 Step 10/23 : FROM alpine:3.12 03:06:04 ---> afeebe901d6b 03:06:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:06:04 ---> Using cache 03:06:04 ---> 8d3c7b57f2af 03:06:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:06:04 ---> Using cache 03:06:04 ---> 963380013387 03:06:04 Step 13/23 : ENV APP_PORT=48082 03:06:05 ---> Running in ae194bb795da 03:06:06 ---> 2f285c24d3fe 03:06: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 03:06:06 Removing intermediate container ae194bb795da 03:06:06 ---> 77ebfdcd2675 03:06:06 Step 14/23 : EXPOSE $APP_PORT 03:06:06 ---> Running in 0cf0ed4113d0 03:06:07 Removing intermediate container 0cf0ed4113d0 03:06:07 ---> 6256575cdc09 03:06:07 Step 15/23 : WORKDIR / 03:06:07 ---> 2767ea1910fb 03:06:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:06:07 ---> Running in 36c2a0792ff4 03:06:09 Removing intermediate container 36c2a0792ff4 03:06:09 ---> 7c989736c173 03:06:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:06:10 ---> 9b0650599d76 03:06:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:06:12 ---> 5ceb23ce3fed 03:06:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:06:12 ---> 2a3216189b77 03:06:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:06:16 ---> 0a79cda97f97 03:06:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:06:16 ---> 813c381e75c9 03:06:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:06:17 ---> c2d4f33a3f43 03:06:17 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 03:06:17 ---> 01c12f7bcccb 03:06:17 Step 19/23 : ENTRYPOINT ["/core-command"] 03:06:17 ---> Running in f49ebadb278b 03:06:17 ---> Running in 1a04fd9ed34b 03:06:18 Removing intermediate container 1a04fd9ed34b 03:06:18 ---> 2db32205b03f 03:06:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:06:19 ---> Running in ed89c8149fc8 03:06:20 Removing intermediate container ed89c8149fc8 03:06:20 ---> 224a51e7c9a7 03:06:20 Step 21/23 : LABEL arch=arm64 03:06:21 ---> Running in 22dda3fa6474 03:06:21 Removing intermediate container f49ebadb278b 03:06:21 ---> e71e169ae9bc 03:06:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:06:21 ---> Running in 4ffd331b7598 03:06:21 Removing intermediate container 22dda3fa6474 03:06:21 ---> 585aae11b0ff 03:06:21 Step 22/23 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 03:06:22 ---> Running in 74a4b6699477 03:06:22 Removing intermediate container 4ffd331b7598 03:06:22 ---> 9e49730a39a2 03:06:22 Step 22/24 : LABEL arch=arm64 03:06:22 ---> Running in 10ed63ca3efd 03:06:23 Removing intermediate container 74a4b6699477 03:06:23 ---> 02d7bc4c44ab 03:06:23 Step 23/23 : LABEL version=0.0.0 03:06:23 ---> Running in faa69ceeac47 03:06:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:06:23 Status: Downloaded newer image for docker:20.10.0 03:06:23 ---> eeaf43b92773 03:06:23 Step 12/26 : RUN apk add --no-cache bash 03:06:23 Removing intermediate container 10ed63ca3efd 03:06:23 ---> 9e5fce631d4e 03:06:23 Step 23/24 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 03:06:23 ---> Running in 942fa3b2f0d8 03:06:23 ---> Running in fd0415bd25cd 03:06:23 Removing intermediate container faa69ceeac47 03:06:23 ---> c07ee692baa7 03:06:23 03:06:24 Removing intermediate container 942fa3b2f0d8 03:06:24 ---> b7eef7197893 03:06:24 Step 24/24 : LABEL version=0.0.0 03:06:24 Successfully built c07ee692baa7 03:06:24 Successfully tagged docker-core-command-go-arm64:latest 03:06:24  Building docker-core-command-go ... done  ---> Running in e9e9695de232 03:06:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:06:25 Removing intermediate container e9e9695de232 03:06:25 ---> 2ec104f1d62c 03:06:25 03:06:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:06:25 Successfully built 2ec104f1d62c 03:06:25 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:06:25  Building docker-security-secretstore-setup-go ... done (1/2) Installing readline (8.0.4-r0) 03:06:25 (2/2) Installing bash (5.0.17-r0) 03:06:25 Executing bash-5.0.17-r0.post-install 03:06:26 Executing busybox-1.31.1-r19.trigger 03:06:26 OK: 12 MiB in 22 packages 03:06:27 Removing intermediate container fd0415bd25cd 03:06:27 ---> e44a856dc11f 03:06:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:06:27 ---> Running in d124f9cbffa1 03:06:28 Removing intermediate container d124f9cbffa1 03:06:28 ---> 9d7612511845 03:06:28 Step 14/26 : ENV APP_PORT=48090 03:06:29 ---> Running in a3bf48fcac70 03:06:29 Removing intermediate container e4a565b4ec6f 03:06:29 ---> 36ee08669098 03:06:29 03:06:29 Step 10/23 : FROM alpine:3.12 03:06:29 ---> afeebe901d6b 03:06:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:06:29 ---> Running in 746d934c3d95 03:06:29 Removing intermediate container a3bf48fcac70 03:06:29 ---> 2eec400e7c14 03:06:29 Step 15/26 : EXPOSE $APP_PORT 03:06:29 ---> Running in f2e2fd7693ae 03:06:30 Removing intermediate container 746d934c3d95 03:06:30 ---> 1e3033113685 03:06:30 Step 12/23 : ENV APP_PORT=48080 03:06:30 ---> Running in b7837bc0a88c 03:06:30 Removing intermediate container f2e2fd7693ae 03:06:30 ---> 40e52a065e72 03:06:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:06:30 Removing intermediate container b7837bc0a88c 03:06:30 ---> c7901601251e 03:06:30 Step 13/23 : EXPOSE $APP_PORT 03:06:31 ---> Running in d64d5c522961 03:06:31 ---> 92295d007ba0 03:06:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:06:31 Removing intermediate container d64d5c522961 03:06:31 ---> 94b0ebb84967 03:06:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:06:31 ---> Running in 69a2181743d4 03:06:32 ---> ff8e5d53e259 03:06:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:06:33 ---> fb483b903873 03:06:33 Step 19/26 : RUN apk --no-cache add py3-pip 03:06:33 ---> Running in 7a11d054a04d 03:06:34 Removing intermediate container 69a2181743d4 03:06:34 ---> 788195f9133b 03:06:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:06:34 ---> Running in 1742a4993ec9 03:06:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:06:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:06:35 (1/33) Installing libbz2 (1.0.8-r1) 03:06:35 (2/33) Installing expat (2.2.9-r1) 03:06:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:06:35 (3/33) Installing libffi (3.3-r2) 03:06:35 (4/33) Installing gdbm (1.13-r1) 03:06:35 (5/33) Installing xz-libs (5.2.5-r0) 03:06:35 (6/33) Installing sqlite-libs (3.32.1-r0) 03:06:35 (7/33) Installing python3 (3.8.5-r0) 03:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:06:37 (1/6) Installing dumb-init (1.2.2-r1) 03:06:37 (2/6) Installing libgcc (9.3.0-r2) 03:06:37 (3/6) Installing libsodium (1.0.18-r0) 03:06:37 (8/33) Installing py3-appdirs (1.4.4-r1) 03:06:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:06:37 (10/33) Installing py3-parsing (2.4.7-r0) 03:06:37 (11/33) Installing py3-six (1.15.0-r0) 03:06:37 (12/33) Installing py3-packaging (20.4-r0) 03:06:37 (13/33) Installing py3-setuptools (47.0.0-r0) 03:06:37 (4/6) Installing libstdc++ (9.3.0-r2) 03:06:37 (14/33) Installing py3-chardet (3.0.4-r4) 03:06:37 (15/33) Installing py3-idna (2.9-r0) 03:06:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:06:37 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:06:37 (18/33) Installing py3-requests (2.23.0-r0) 03:06:37 (19/33) Installing py3-msgpack (1.0.0-r0) 03:06:37 (20/33) Installing py3-lockfile (0.12.2-r3) 03:06:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:06:37 (22/33) Installing py3-colorama (0.4.3-r0) 03:06:37 (23/33) Installing py3-distlib (0.3.0-r0) 03:06:37 (5/6) Installing libzmq (4.3.3-r0) 03:06:37 (24/33) Installing py3-distro (1.5.0-r1) 03:06:37 (25/33) Installing py3-webencodings (0.5.1-r3) 03:06:37 (26/33) Installing py3-html5lib (1.0.1-r4) 03:06:37 (27/33) Installing py3-pytoml (0.1.21-r0) 03:06:37 (28/33) Installing py3-pep517 (0.8.2-r0) 03:06:37 (29/33) Installing py3-progress (1.5-r0) 03:06:37 (30/33) Installing py3-toml (0.10.1-r0) 03:06:37 (31/33) Installing py3-retrying (1.3.3-r0) 03:06:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:06:37 (33/33) Installing py3-pip (20.1.1-r0) 03:06:38 (6/6) Installing zeromq (4.3.3-r0) 03:06:38 Executing busybox-1.31.1-r19.trigger 03:06:38 Executing busybox-1.31.1-r19.trigger 03:06:38 OK: 8 MiB in 20 packages 03:06:38 OK: 71 MiB in 55 packages 03:06:40 Removing intermediate container 1742a4993ec9 03:06:40 ---> 4c0a39e13c05 03:06:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:06:40 ---> 67b0c79d0cd7 03:06:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:06:42 ---> f567edd93d3e 03:06:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:06:43 ---> ebb687e19588 03:06:43 Step 19/23 : ENTRYPOINT ["/core-data"] 03:06:43 ---> Running in 6bc364b8a3bf 03:06:44 Removing intermediate container 7a11d054a04d 03:06:44 ---> 9a7c161bcff7 03:06:44 Step 20/26 : RUN pip install docker-compose==1.23.2 03:06:44 ---> Running in 059985635fee 03:06:44 Removing intermediate container 6bc364b8a3bf 03:06:44 ---> 624b1ac8ae4c 03:06:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:06:44 ---> Running in 39c507da9d6d 03:06:45 Removing intermediate container 39c507da9d6d 03:06:45 ---> 15d4103764a9 03:06:45 Step 21/23 : LABEL arch=arm64 03:06:45 ---> Running in 900a3eefe8e1 03:06:45 Removing intermediate container 900a3eefe8e1 03:06:45 ---> 6b565984bd0f 03:06:45 Step 22/23 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 03:06:46 ---> Running in 99a44ef5b1af 03:06:46 Removing intermediate container 99a44ef5b1af 03:06:46 ---> a5478a2bfeb3 03:06:46 Step 23/23 : LABEL version=0.0.0 03:06:46 ---> Running in 49c36bfdf3e1 03:06:47 Removing intermediate container 49c36bfdf3e1 03:06:47 ---> 6781ba9972a5 03:06:47 03:06:47 Successfully built 6781ba9972a5 03:06:47 Successfully tagged docker-core-data-go-arm64:latest 03:06:49  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 03:06:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:06:50 Collecting jsonschema<3,>=2.5.1 03:06:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:06:50 Collecting texttable<0.10,>=0.9.0 03:06:50 Downloading texttable-0.9.1.tar.gz (11 kB) 03:06:52 Collecting websocket-client<1.0,>=0.32.0 03:06:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:06:53 Collecting dockerpty<0.5,>=0.4.1 03:06:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:06:55 Collecting docopt<0.7,>=0.6.1 03:06:55 Downloading docopt-0.6.2.tar.gz (25 kB) 03:06:57 Collecting cached-property<2,>=1.2.0 03:06:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:06:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:06:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:06:59 Collecting PyYAML<4,>=3.10 03:06:59 Downloading PyYAML-3.13.tar.gz (270 kB) 03:07:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:07:02 Collecting docker<4.0,>=3.6.0 03:07:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:07:03 Collecting idna<2.8,>=2.5 03:07:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:07:03 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 03:07:03 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 03:07:03 Collecting urllib3<1.25,>=1.21.1 03:07:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:07:04 Collecting docker-pycreds>=0.4.0 03:07:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:07:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:07:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:07:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:07:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:07:04 Installing collected packages: jsonschema, texttable, websocket-client, dockerpty, docopt, cached-property, idna, urllib3, requests, PyYAML, docker-pycreds, docker, docker-compose 03:07:05 Running setup.py install for texttable: started 03:07:07 Running setup.py install for texttable: finished with status 'done' 03:07:07 Running setup.py install for dockerpty: started 03:07:09 Running setup.py install for dockerpty: finished with status 'done' 03:07:09 Running setup.py install for docopt: started 03:07:11 Running setup.py install for docopt: finished with status 'done' 03:07:11 Attempting uninstall: idna 03:07:11 Found existing installation: idna 2.9 03:07:11 Uninstalling idna-2.9: 03:07:11 Successfully uninstalled idna-2.9 03:07:11 Attempting uninstall: urllib3 03:07:11 Found existing installation: urllib3 1.25.9 03:07:11 Uninstalling urllib3-1.25.9: 03:07:11 Successfully uninstalled urllib3-1.25.9 03:07:12 Attempting uninstall: requests 03:07:12 Found existing installation: requests 2.23.0 03:07:12 Uninstalling requests-2.23.0: 03:07:12 Successfully uninstalled requests-2.23.0 03:07:12 Running setup.py install for PyYAML: started 03:07:14 Running setup.py install for PyYAML: finished with status 'done' 03:07:16 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 03:07:20 Removing intermediate container 059985635fee 03:07:20 ---> f7e016ebbc66 03:07:20 Step 21/26 : RUN apk --no-cache add curl 03:07:20 ---> Running in 7bb1e2942a92 03:07:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:07:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:07:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:07:21 (2/3) Installing libcurl (7.69.1-r3) 03:07:21 (3/3) Installing curl (7.69.1-r3) 03:07:21 Executing busybox-1.31.1-r19.trigger 03:07:21 OK: 71 MiB in 58 packages 03:07:23 Removing intermediate container 7bb1e2942a92 03:07:23 ---> 842db33641e5 03:07:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:07:23 ---> Running in c022c42d4464 03:07:24 Removing intermediate container c022c42d4464 03:07:24 ---> bd2891552bd4 03:07:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:07:24 ---> Running in 5c03bd0db528 03:07:24 Removing intermediate container 5c03bd0db528 03:07:24 ---> 9367c390d4d2 03:07:24 Step 24/26 : LABEL arch=arm64 03:07:24 ---> Running in 7985bc9a95e0 03:07:25 Removing intermediate container 7985bc9a95e0 03:07:25 ---> 516a4008aa89 03:07:25 Step 25/26 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 03:07:25 ---> Running in 6817d77b816b 03:07:25 Removing intermediate container 6817d77b816b 03:07:25 ---> 577b64be86a9 03:07:25 Step 26/26 : LABEL version=0.0.0 03:07:25 ---> Running in 414fa3f370c8 03:07:26 Removing intermediate container 414fa3f370c8 03:07:26 ---> 9262ecc109bd 03:07:26 03:07:26 Successfully built 9262ecc109bd 03:07:26 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:07:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:07:27 $ docker stop --time=1 c0f9ce543952fe48cf4ebaba468401cf1d815fb6d581e59f6b494dbec7485a91 03:07:29 $ docker rm -f c0f9ce543952fe48cf4ebaba468401cf1d815fb6d581e59f6b494dbec7485a91 [Pipeline] // withDockerContainer [Pipeline] sh 03:07:29 + grep docker 03:07:29 + docker images 03:07:30 docker-sys-mgmt-agent-go-arm64 latest 9262ecc109bd 4 seconds ago 300MB 03:07:30 docker-core-data-go-arm64 latest 6781ba9972a5 42 seconds ago 21MB 03:07:30 docker-security-secretstore-setup-go-arm64 latest 2ec104f1d62c About a minute ago 23.4MB 03:07:30 docker-core-command-go-arm64 latest c07ee692baa7 About a minute ago 16MB 03:07:30 docker-security-bootstrapper-go-arm64 latest e706c0f6b881 3 minutes ago 17MB 03:07:30 docker-core-metadata-go-arm64 latest c3a38d18f952 3 minutes ago 17.8MB 03:07:30 docker-support-notifications-go-arm64 latest ecd53d40e7b6 3 minutes ago 16.7MB 03:07:30 docker-support-scheduler-go-arm64 latest bc12254bad7f 3 minutes ago 16.1MB 03:07:30 docker-security-proxy-setup-go-arm64 latest a7bd25c1df17 3 minutes ago 23.2MB 03:07:30 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:07:32 provisioning config files... 03:07:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/22@tmp/config6080828903743897999tmp [Pipeline] { [Pipeline] sh 03:07:32 + set +x 03:07:32 + curl -s https://codecov.io/bash 03:07:32 + bash -s -- 03:07:33 03:07:33 _____ _ 03:07:33 / ____| | | 03:07:33 | | ___ __| | ___ ___ _____ __ 03:07:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:07:33 | |___| (_) | (_| | __/ (_| (_) \ V / 03:07:33 \_____\___/ \__,_|\___|\___\___/ \_/ 03:07:33 Bash-20210129-7c25fce 03:07:33 03:07:33 03:07:33 ==> git version 2.24.3 found 03:07:33 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 03:07:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:07:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:07:33 ==> Jenkins CI detected. 03:07:33 project root: . 03:07:33 --> token set from env 03:07:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:07:33 ==> Running gcov in . (disable via -X gcov) 03:07:33 ==> Python coveragepy not found 03:07:33 ==> Searching for coverage reports in: 03:07:33 + . 03:07:33 -> Found 1 reports 03:07:33 ==> Detecting git/mercurial file structure 03:07:33 ==> Reading reports 03:07:33 + ./coverage.out bytes=595676 03:07:33 ==> Appending adjustments 03:07:33 https://docs.codecov.io/docs/fixing-reports 03:07:37 + Found adjustments 03:07:37 ==> Gzipping contents 03:07:37 88K /tmp/codecov.O42l4T.gz 03:07:37 ==> Uploading reports 03:07:37 url: https://codecov.io 03:07:37 query: branch=PR-3113&commit=b24f7dfb09187849f099ea4c61709a1fa7358ae9&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 03:07:37 -> Pinging Codecov 03:07:37 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=b24f7dfb09187849f099ea4c61709a1fa7358ae9&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 03:07:37 -> Uploading to 03:07:37 https://storage.googleapis.com/codecov/v4/raw/2021-02-12/00271124DB129430A58F1EEE437C3FCB/b24f7dfb09187849f099ea4c61709a1fa7358ae9/1b17ae5f-6b7f-47cd-a343-9afd4fec0c09.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T030737Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=35c06e55cc42dd2df989044b95eec05001753fdbae46a337ad304747f77a94ff 03:07:37 % Total % Received % Xferd Average Speed Time Time Time Current 03:07:37 Dload Upload Total Spent Left Speed 03:07:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89336 0 0 100 89336 0 179k --:--:-- --:--:-- --:--:-- 179k 03:07:37 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b24f7dfb09187849f099ea4c61709a1fa7358ae9 [Pipeline] } 03:07:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:07:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:07:40 ---> package-listing.sh 03:07:40 ++ facter osfamily 03:07:40 ++ tr '[:upper:]' '[:lower:]' 03:07:40 + OS_FAMILY=redhat 03:07:40 + workspace=/w/workspace/edgex-go/22 03:07:40 + START_PACKAGES=/tmp/packages_start.txt 03:07:40 + END_PACKAGES=/tmp/packages_end.txt 03:07:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:07:40 + PACKAGES=/tmp/packages_start.txt 03:07:40 + '[' /w/workspace/edgex-go/22 ']' 03:07:40 + PACKAGES=/tmp/packages_end.txt 03:07:40 + case "${OS_FAMILY}" in 03:07:40 + rpm -qa 03:07:40 + sort 03:07:46 + '[' -f /tmp/packages_start.txt ']' 03:07:46 + '[' -f /tmp/packages_end.txt ']' 03:07:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:07:46 + '[' /w/workspace/edgex-go/22 ']' 03:07:46 + mkdir -p /w/workspace/edgex-go/22/archives/ 03:07:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] echo 03:07:46 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/22/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:07:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:07:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:07:46 03:07:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:07:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:07:47 alpine: Pulling from edgex-lftools-log-publisher 03:07:47 df20fa9351a1: Pulling fs layer 03:07:47 36b3adc4ff6f: Pulling fs layer 03:07:47 8ad3a11d3b57: Pulling fs layer 03:07:47 46f8f816bc3b: Pulling fs layer 03:07:47 93b61091891f: Pulling fs layer 03:07:47 93b9cdb0e59b: Pulling fs layer 03:07:47 5e14af77c1be: Pulling fs layer 03:07:47 01666e4c0597: Pulling fs layer 03:07:47 aa168da1d23b: Pulling fs layer 03:07:47 46f8f816bc3b: Waiting 03:07:47 93b61091891f: Waiting 03:07:47 93b9cdb0e59b: Waiting 03:07:47 5e14af77c1be: Waiting 03:07:47 01666e4c0597: Waiting 03:07:47 aa168da1d23b: Waiting 03:07:47 36b3adc4ff6f: Download complete 03:07:47 46f8f816bc3b: Verifying Checksum 03:07:47 46f8f816bc3b: Download complete 03:07:47 df20fa9351a1: Verifying Checksum 03:07:47 df20fa9351a1: Download complete 03:07:47 93b9cdb0e59b: Verifying Checksum 03:07:47 93b9cdb0e59b: Download complete 03:07:47 5e14af77c1be: Verifying Checksum 03:07:47 5e14af77c1be: Download complete 03:07:47 01666e4c0597: Verifying Checksum 03:07:47 01666e4c0597: Download complete 03:07:47 93b61091891f: Verifying Checksum 03:07:47 93b61091891f: Download complete 03:07:47 8ad3a11d3b57: Verifying Checksum 03:07:47 8ad3a11d3b57: Download complete 03:07:47 df20fa9351a1: Pull complete 03:07:47 36b3adc4ff6f: Pull complete 03:07:48 8ad3a11d3b57: Pull complete 03:07:48 46f8f816bc3b: Pull complete 03:07:49 aa168da1d23b: Verifying Checksum 03:07:49 aa168da1d23b: Download complete 03:07:50 93b61091891f: Pull complete 03:07:51 93b9cdb0e59b: Pull complete 03:07:51 5e14af77c1be: Pull complete 03:07:51 01666e4c0597: Pull complete 03:07:59 aa168da1d23b: Pull complete 03:07:59 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:07:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:07:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:08:00 prd-centos7-docker-4c-2g-26195 does not seem to be running inside a container 03:08:00 $ 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/22/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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:08:08 $ docker top fc9700aef3106e142b7958b825f821165362e871a3455304770ff1a8d9e2921c -eo pid,comm [Pipeline] { [Pipeline] sh 03:08:09 + touch /tmp/pre-build-complete [Pipeline] sh 03:08:09 + mkdir -p /var/log/sa [Pipeline] sh 03:08:10 + ls /var/log/sa-host 03:08:10 + sadf -c /var/log/sa-host/sa12 03:08:10 file_magic: OK 03:08:10 HZ: Using current value: 100 03:08:10 file_header: OK 03:08:10 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 03:08:10 Statistics: 03:08:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:08:10 File successfully converted to sysstat format version 12.2.1 03:08:10 + sadf -c /var/log/sa-host/sa23 03:08:10 file_magic: OK 03:08:10 HZ: Using current value: 100 03:08:10 file_header: OK 03:08:10 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 03:08:10 Statistics: 03:08:10 Hnuu...uuuununununu... 03:08:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:08:10 provisioning config files... 03:08:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config7557597447633558602tmp [Pipeline] { [Pipeline] echo 03:08:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:08:11 ---> create-netrc.sh [Pipeline] } 03:08:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:08:11 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:08:11 ---> python-tools-install.sh [Pipeline] echo 03:08:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:08:11 ---> sudo-logs.sh 03:08:11 Archiving 'sudo' log.. [Pipeline] echo 03:08:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:08:12 ---> job-cost.sh 03:08:12 lf-activate-venv: SKIPPING 03:08:12 INFO: No Stack... 03:08:12 INFO: Retrieving Pricing Info for: v1-standard-2 03:08:13 INFO: Archiving Costs [Pipeline] echo 03:08:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:08:13 ---> logs-deploy.sh 03:08:13 lf-activate-venv: SKIPPING 03:08:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/22 03:08:13 INFO: archiving workspace using pattern(s): 03:08:15 Archives upload complete. 03:08:15 INFO: archiving logs to Nexus