Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 0c4ac373351ea5959ab24da4a53bf9dc79b98e52+f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 (70f83dbb9cf4c7c51a6a27da805cfe6b73bddad1) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-17671’ is offline; ‘prd-centos7-docker-4c-2g-17672’ is offline Running on prd-centos7-docker-4c-2g-17678 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 Merge succeeded, producing e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 Checking out Revision e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 # timeout=10 Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" > git rev-list --no-walk 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:40 ========================================================= 00:30:40 EdgeX Global Pipelines Version Info 00:30:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:42 ------------------- 00:30:42 stable info: 00:30:42 ------------------- 00:30:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:42 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:30:42 Message: update stable to v1.0.173 00:30:43 ------------------- 00:30:43 experimental info: 00:30:43 ------------------- 00:30:43 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:43 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:30:43 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:46 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:46 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 00:30:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 00:30:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 00:30:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [Pipeline] echo 00:30:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e36fc32 [Pipeline] echo 00:30:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:47 provisioning config files... 00:30:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config711078382276695022tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:48 ---> docker-login.sh 00:30:48 nexus3.edgexfoundry.org:10001 00:30:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:49 Configure a credential helper to remove this warning. See 00:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:49 00:30:49 Login Succeeded 00:30:49 nexus3.edgexfoundry.org:10002 00:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:49 Configure a credential helper to remove this warning. See 00:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:49 00:30:49 Login Succeeded 00:30:49 nexus3.edgexfoundry.org:10003 00:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:49 Configure a credential helper to remove this warning. See 00:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:49 00:30:49 Login Succeeded 00:30:49 nexus3.edgexfoundry.org:10004 00:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:49 Configure a credential helper to remove this warning. See 00:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:49 00:30:49 Login Succeeded 00:30:49 docker.io 00:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:50 Configure a credential helper to remove this warning. See 00:30:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:50 00:30:50 Login Succeeded 00:30:50 ---> docker-login.sh ends [Pipeline] } 00:30:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:50 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:30:50 + for file in '`ls cmd/**/Dockerfile`' 00:30:50 ++ dirname cmd/core-command/Dockerfile 00:30:50 ++ cut -d/ -f2 00:30:50 + echo core-command,cmd/core-command/Dockerfile 00:30:50 + for file in '`ls cmd/**/Dockerfile`' 00:30:50 ++ dirname cmd/core-data/Dockerfile 00:30:50 ++ cut -d/ -f2 00:30:50 + echo core-data,cmd/core-data/Dockerfile 00:30:50 + for file in '`ls cmd/**/Dockerfile`' 00:30:50 ++ dirname cmd/core-metadata/Dockerfile 00:30:50 ++ cut -d/ -f2 00:30:50 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:50 + for file in '`ls cmd/**/Dockerfile`' 00:30:50 ++ cut -d/ -f2 00:30:50 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:50 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:50 + for file in '`ls cmd/**/Dockerfile`' 00:30:50 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:30:50 ++ cut -d/ -f2 00:30:50 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:30:50 + for file in '`ls cmd/**/Dockerfile`' 00:30:50 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:50 ++ cut -d/ -f2 00:30:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:50 + for file in '`ls cmd/**/Dockerfile`' 00:30:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:50 ++ cut -d/ -f2 00:30:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:50 + for file in '`ls cmd/**/Dockerfile`' 00:30:50 ++ dirname cmd/support-notifications/Dockerfile 00:30:50 ++ cut -d/ -f2 00:30:50 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:50 + for file in '`ls cmd/**/Dockerfile`' 00:30:50 ++ dirname cmd/support-scheduler/Dockerfile 00:30:50 ++ cut -d/ -f2 00:30:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:50 + for file in '`ls cmd/**/Dockerfile`' 00:30:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:50 ++ cut -d/ -f2 00:30:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:50 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:30:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:51 00:30:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:52 latest: Pulling from edgex-devops/git-semver 00:30:52 31603596830f: Pulling fs layer 00:30:52 2a8b12db71e7: Pulling fs layer 00:30:52 6ca5941a6612: Pulling fs layer 00:30:52 ecc8261a40a4: Pulling fs layer 00:30:52 ecc8261a40a4: Waiting 00:30:52 2a8b12db71e7: Verifying Checksum 00:30:52 2a8b12db71e7: Download complete 00:30:52 31603596830f: Verifying Checksum 00:30:52 31603596830f: Download complete 00:30:52 6ca5941a6612: Verifying Checksum 00:30:52 6ca5941a6612: Download complete 00:30:52 ecc8261a40a4: Verifying Checksum 00:30:52 ecc8261a40a4: Download complete 00:30:52 31603596830f: Pull complete 00:30:52 2a8b12db71e7: Pull complete 00:30:53 6ca5941a6612: Pull complete 00:30:54 ecc8261a40a4: Pull complete 00:30:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:54 prd-centos7-docker-4c-2g-17678 does not seem to be running inside a container 00:30:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:57 $ docker top 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:57 [ssh-agent] Looking for ssh-agent implementation... 00:30:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:57 $ docker exec 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e ssh-agent 00:30:58 SSH_AUTH_SOCK=/tmp/ssh-2PfhDShnNJC9/agent.12 00:30:58 SSH_AGENT_PID=17 00:30:58 Running ssh-add (command line suppressed) 00:30:58 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1600257166778999458.key (/w/workspace/edgex-go/2@tmp/private_key_1600257166778999458.key) 00:30:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:58 + git tag --points-at HEAD [Pipeline] } 00:30:58 $ docker exec --env ******** --env ******** 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e ssh-agent -k 00:30:58 unset SSH_AUTH_SOCK; 00:30:58 unset SSH_AGENT_PID; 00:30:58 echo Agent pid 17 killed; 00:30:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:59 [ssh-agent] Looking for ssh-agent implementation... 00:30:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:59 $ docker exec 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e ssh-agent 00:30:59 SSH_AUTH_SOCK=/tmp/ssh-eiLNkFzJyiX7/agent.46 00:30:59 SSH_AGENT_PID=52 00:30:59 Running ssh-add (command line suppressed) 00:30:59 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4800951367284577543.key (/w/workspace/edgex-go/2@tmp/private_key_4800951367284577543.key) 00:30:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:00 + git semver init 00:31:00 # -> Open(): unable to determine branch for HEAD 00:31:00 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:31:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:31:00 # $SEMVER_REMOTE_NAME = origin 00:31:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:00 # $SEMVER_USER_NAME = edgex-jenkins 00:31:00 # $SEMVER_BRANCH = PR-2970 00:31:00 # $SEMVER_TEMP = /tmp/semver-190931120 00:31:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:39 # '/tmp/semver-190931120' -> '/w/workspace/edgex-go/2/.semver' 00:31:39 # -> Force: false 00:31:39 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:31:39 $ docker exec --env ******** --env ******** 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e ssh-agent -k 00:31:39 unset SSH_AUTH_SOCK; 00:31:39 unset SSH_AGENT_PID; 00:31:39 echo Agent pid 52 killed; 00:31:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:40 + git semver [Pipeline] } 00:31:40 $ docker stop --time=1 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e 00:31:41 $ docker rm -f 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e [Pipeline] // withDockerContainer [Pipeline] sh 00:31:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:42 Stashed 1 file(s) [Pipeline] echo 00:31:42 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:31:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:44 + sudo service docker restart 00:31:44 + true 00:31:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:45 ========================================================= 00:31:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:45 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:31:50 Sending build context to Docker daemon 326.5MB 00:31:50 Step 1/7 : ARG BASE=golang:1.15-alpine 00:31:50 Step 2/7 : FROM ${BASE} 00:31:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:50 188c0c94c7c5: Pulling fs layer 00:31:50 0ef7d3d256c8: Pulling fs layer 00:31:50 de9db76c5a1d: Pulling fs layer 00:31:50 bca2f99d35d6: Pulling fs layer 00:31:50 93359f2a8cfa: Pulling fs layer 00:31:50 7c6f9722023f: Pulling fs layer 00:31:50 a35cf1a2eb13: Pulling fs layer 00:31:50 93359f2a8cfa: Waiting 00:31:50 7c6f9722023f: Waiting 00:31:50 a35cf1a2eb13: Waiting 00:31:50 bca2f99d35d6: Waiting 00:31:50 de9db76c5a1d: Verifying Checksum 00:31:50 de9db76c5a1d: Download complete 00:31:50 0ef7d3d256c8: Verifying Checksum 00:31:50 0ef7d3d256c8: Download complete 00:31:50 93359f2a8cfa: Verifying Checksum 00:31:50 93359f2a8cfa: Download complete 00:31:51 7c6f9722023f: Verifying Checksum 00:31:51 7c6f9722023f: Download complete 00:31:51 188c0c94c7c5: Verifying Checksum 00:31:51 188c0c94c7c5: Download complete 00:31:51 188c0c94c7c5: Pull complete 00:31:51 0ef7d3d256c8: Pull complete 00:31:53 de9db76c5a1d: Pull complete 00:31:58 Still waiting to schedule task 00:31:58 ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17671’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17686’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17688’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-17684’ is offline 00:31:59 a35cf1a2eb13: Verifying Checksum 00:31:59 a35cf1a2eb13: Download complete 00:32:03 bca2f99d35d6: Verifying Checksum 00:32:03 bca2f99d35d6: Download complete 00:32:11 bca2f99d35d6: Pull complete 00:32:11 93359f2a8cfa: Pull complete 00:32:11 7c6f9722023f: Pull complete 00:32:14 a35cf1a2eb13: Pull complete 00:32:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:14 ---> a62c8e92a672 00:32:14 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:15 ---> Running in e2b8fe7592a7 00:32:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:17 (1/12) Installing libmagic (5.38-r0) 00:32:17 (2/12) Installing file (5.38-r0) 00:32:17 (3/12) Installing libc-dev (0.7.2-r3) 00:32:17 (4/12) Installing g++ (9.3.0-r2) 00:32:39 (5/12) Installing fortify-headers (1.1-r0) 00:32:39 (6/12) Installing patch (2.7.6-r6) 00:32:39 (7/12) Installing build-base (0.5-r2) 00:32:39 (8/12) Installing libsodium (1.0.18-r0) 00:32:39 (9/12) Installing pkgconf (1.7.2-r0) 00:32:39 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:39 (11/12) Installing libzmq (4.3.3-r0) 00:32:39 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:39 Executing busybox-1.31.1-r19.trigger 00:32:39 OK: 233 MiB in 51 packages 00:32:41 Removing intermediate container e2b8fe7592a7 00:32:41 ---> 23b58d7fadf6 00:32:41 Step 4/7 : WORKDIR /edgex-go 00:32:41 ---> Running in 874d10960dad 00:32:41 Removing intermediate container 874d10960dad 00:32:41 ---> ee301b2ef516 00:32:41 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:42 latest: Pulling from library/docker 00:32:42 801bfaa63ef2: Pulling fs layer 00:32:42 4f7dc993c79e: Pulling fs layer 00:32:42 d39d95e4997f: Pulling fs layer 00:32:42 1cda4b703d87: Pulling fs layer 00:32:42 54e5375350ea: Pulling fs layer 00:32:42 f08cd1b3bb1b: Pulling fs layer 00:32:42 8e17d04e0c68: Pulling fs layer 00:32:42 54e5375350ea: Waiting 00:32:42 8e17d04e0c68: Waiting 00:32:42 f08cd1b3bb1b: Waiting 00:32:42 1cda4b703d87: Waiting 00:32:42 801bfaa63ef2: Verifying Checksum 00:32:42 801bfaa63ef2: Download complete 00:32:42 4f7dc993c79e: Verifying Checksum 00:32:42 4f7dc993c79e: Download complete 00:32:43 54e5375350ea: Verifying Checksum 00:32:43 54e5375350ea: Download complete 00:32:43 f08cd1b3bb1b: Verifying Checksum 00:32:43 f08cd1b3bb1b: Download complete 00:32:43 d39d95e4997f: Verifying Checksum 00:32:43 d39d95e4997f: Download complete 00:32:43 801bfaa63ef2: Pull complete 00:32:43 8e17d04e0c68: Verifying Checksum 00:32:43 8e17d04e0c68: Download complete 00:32:43 4f7dc993c79e: Pull complete 00:32:43 d39d95e4997f: Pull complete 00:32:45 1cda4b703d87: Verifying Checksum 00:32:45 1cda4b703d87: Download complete 00:32:49 1cda4b703d87: Pull complete 00:32:49 54e5375350ea: Pull complete 00:32:49 f08cd1b3bb1b: Pull complete 00:32:49 8e17d04e0c68: Pull complete 00:32:49 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 00:32:49 Status: Downloaded newer image for docker:latest 00:32:50 ---> bdc846f52206 00:32:50 Step 6/7 : COPY go.mod . 00:32:51 ---> ef88726c70f3 00:32:51 Step 7/7 : RUN go mod download 00:32:51 ---> Running in b042a68db9f8 00:33:13 Removing intermediate container b042a68db9f8 00:33:13 ---> 6e89a67e5171 00:33:13 Successfully built 6e89a67e5171 00:33:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:13 + docker inspect -f . ci-base-image-x86_64 00:33:13 . [Pipeline] withDockerContainer 00:33:13 prd-centos7-docker-4c-2g-17678 does not seem to be running inside a container 00:33:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:14 $ docker top 53eb0cbeb6288467b5854d57122ab19be846ca7dee480d5aa3b067cc6ee3b19f -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:15 + go version 00:33:15 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:15 $ docker stop --time=1 53eb0cbeb6288467b5854d57122ab19be846ca7dee480d5aa3b067cc6ee3b19f 00:33:16 $ docker rm -f 53eb0cbeb6288467b5854d57122ab19be846ca7dee480d5aa3b067cc6ee3b19f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:17 + docker inspect -f . ci-base-image-x86_64 00:33:17 . [Pipeline] withDockerContainer 00:33:17 prd-centos7-docker-4c-2g-17678 does not seem to be running inside a container 00:33:17 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:18 $ docker top 83d1ef27f8e92fe4134d2d9f8ea4c8e743936f62390e5bcda527815b04c56696 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:18 ========================================================= 00:33:18 [edgeXBuildGoParallel] Running Tests and Build... 00:33:18 ========================================================= [Pipeline] sh 00:33:19 + make test 00:33:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:29 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.145s coverage: 46.6% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.229s coverage: 27.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.420s coverage: 74.4% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.153s coverage: 83.3% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.484s coverage: 28.6% of statements 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.097s coverage: 100.0% of statements 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.187s coverage: 86.7% of statements 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.190s coverage: 97.5% of statements 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.436s coverage: 93.8% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.066s coverage: 0.1% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 42.4% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.074s coverage: 82.7% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.094s coverage: 84.2% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.141s coverage: 91.4% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.276s coverage: 63.5% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.073s coverage: 91.3% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.757s coverage: 55.9% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.177s coverage: 37.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.500s coverage: 84.0% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.101s coverage: 100.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.081s coverage: 100.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.117s coverage: 99.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.074s coverage: 32.1% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.120s coverage: 100.0% of statements 00:34:36 GO111MODULE=on go vet ./... 00:34:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17696 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 00:34:41 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:34:47 using credential edgex-jenkins-ssh 00:34:47 Cloning the remote Git repository 00:34:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:47 > git init /w/workspace/edgex-go/2 # timeout=10 00:34:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:48 > git --version # timeout=10 00:34:48 > git --version # 'git version 2.17.1' 00:34:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:04 Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 00:35:05 Merge succeeded, producing 8e55cca40ab8ece765046fca72e000eb043624ac 00:35:05 Checking out Revision 8e55cca40ab8ece765046fca72e000eb043624ac (PR-2970) 00:35:04 > git config core.sparsecheckout # timeout=10 00:35:04 > git checkout -f 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 00:35:05 > git remote # timeout=10 00:35:05 > git config --get remote.origin.url # timeout=10 00:35:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:05 > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 00:35:05 > git rev-parse HEAD^{commit} # timeout=10 00:35:05 > git config core.sparsecheckout # timeout=10 00:35:05 > git checkout -f 8e55cca40ab8ece765046fca72e000eb043624ac # timeout=10 00:35:09 gofmt -l . 00:35:09 [ "`gofmt -l .`" = "" ] 00:35:09 ./bin/test-go-mod-tidy.sh 00:35:09 ./bin/test-attribution-txt.sh 00:35:10 Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" 00:35:10 > git rev-list --no-walk 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 00:35:10 + ls -al . 00:35:10 total 640 00:35:10 drwxrwxr-x 10 1001 1001 4096 Dec 30 00:35 . 00:35:10 drwxr-xr-x 4 root root 28 Dec 30 00:33 .. 00:35:10 -rw-rw-r-- 1 1001 1001 11 Dec 30 00:30 .dockerignore 00:35:10 drwxrwxr-x 8 1001 1001 179 Dec 30 00:30 .git 00:35:10 drwxrwxr-x 3 1001 1001 125 Dec 30 00:30 .github 00:35:10 -rw-rw-r-- 1 1001 1001 872 Dec 30 00:30 .gitignore 00:35:10 drwx------ 3 1001 1001 47 Dec 30 00:31 .semver 00:35:10 -rw-rw-r-- 1 1001 1001 166 Dec 30 00:30 .sonarcloud.properties 00:35:10 -rw-rw-r-- 1 1001 1001 3804 Dec 30 00:30 CONTRIBUTING.md 00:35:10 -rw-rw-r-- 1 1001 1001 1035 Dec 30 00:30 Dockerfile.build 00:35:10 -rw-rw-r-- 1 1001 1001 863 Dec 30 00:30 Jenkinsfile 00:35:10 -rw-rw-r-- 1 1001 1001 10775 Dec 30 00:30 LICENSE 00:35:10 -rw-rw-r-- 1 1001 1001 6306 Dec 30 00:30 Makefile 00:35:10 -rw-rw-r-- 1 1001 1001 6511 Dec 30 00:30 README.md 00:35:10 -rw-rw-r-- 1 1001 1001 6744 Dec 30 00:30 SECURITY.md 00:35:10 -rw-rw-r-- 1 1001 1001 5 Dec 30 00:31 VERSION 00:35:10 -rw-rw-r-- 1 1001 1001 4131 Dec 30 00:30 ZMQWindows.md 00:35:10 drwxrwxr-x 2 1001 1001 117 Dec 30 00:30 bin 00:35:10 drwxrwxr-x 15 1001 1001 4096 Dec 30 00:30 cmd 00:35:10 -rw-r--r-- 1 root root 542461 Dec 30 00:34 coverage.out 00:35:10 -rw-r--r-- 1 root root 1005 Dec 30 00:35 go.mod 00:35:10 -rw-r--r-- 1 root root 18892 Dec 30 00:35 go.sum 00:35:10 drwxrwxr-x 8 1001 1001 127 Dec 30 00:30 internal 00:35:10 drwxrwxr-x 4 1001 1001 26 Dec 30 00:30 openapi 00:35:10 drwxrwxr-x 4 1001 1001 71 Dec 30 00:30 snap 00:35:10 -rw-rw-r-- 1 1001 1001 168 Dec 30 00:30 version.go [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:11 + '[' -e coverage.out ] 00:35:11 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:11 Stashed 1 file(s) [Pipeline] sh 00:35:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:12 + make build 00:35:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:35:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:12 + sudo service docker restart 00:35:12 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:14 provisioning config files... 00:35:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4979490347256720875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:15 ---> docker-login.sh 00:35:15 nexus3.edgexfoundry.org:10001 00:35:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:16 Configure a credential helper to remove this warning. See 00:35:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:16 00:35:16 Login Succeeded 00:35:16 nexus3.edgexfoundry.org:10002 00:35:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:17 Configure a credential helper to remove this warning. See 00:35:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:17 00:35:17 Login Succeeded 00:35:17 nexus3.edgexfoundry.org:10003 00:35:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:17 Configure a credential helper to remove this warning. See 00:35:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:17 00:35:17 Login Succeeded 00:35:17 nexus3.edgexfoundry.org:10004 00:35:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:18 Configure a credential helper to remove this warning. See 00:35:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:18 00:35:18 Login Succeeded 00:35:18 docker.io 00:35:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:19 Configure a credential helper to remove this warning. See 00:35:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:19 00:35:19 Login Succeeded 00:35:19 ---> docker-login.sh ends [Pipeline] } 00:35:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:20 ========================================================= 00:35:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:20 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:35:23 Sending build context to Docker daemon 165.6MB 00:35:23 Step 1/7 : ARG BASE=golang:1.15-alpine 00:35:23 Step 2/7 : FROM ${BASE} 00:35:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:23 5f621e34cdf4: Pulling fs layer 00:35:23 a4357932f1b6: Pulling fs layer 00:35:23 18c013af1878: Pulling fs layer 00:35:23 00ac8860ef70: Pulling fs layer 00:35:23 63d7cb157983: Pulling fs layer 00:35:23 b116817d02f9: Pulling fs layer 00:35:23 745a02a5169b: Pulling fs layer 00:35:23 00ac8860ef70: Waiting 00:35:23 63d7cb157983: Waiting 00:35:23 b116817d02f9: Waiting 00:35:23 745a02a5169b: Waiting 00:35:23 18c013af1878: Verifying Checksum 00:35:23 18c013af1878: Download complete 00:35:23 a4357932f1b6: Verifying Checksum 00:35:23 a4357932f1b6: Download complete 00:35:23 63d7cb157983: Verifying Checksum 00:35:23 63d7cb157983: Download complete 00:35:23 b116817d02f9: Download complete 00:35:23 5f621e34cdf4: Verifying Checksum 00:35:23 5f621e34cdf4: Download complete 00:35:23 5f621e34cdf4: Pull complete 00:35:24 a4357932f1b6: Pull complete 00:35:25 18c013af1878: Pull complete 00:35: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 00:35:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:27 745a02a5169b: Download complete 00:35:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:28 00ac8860ef70: Verifying Checksum 00:35:28 00ac8860ef70: Download complete 00:35:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35: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 00:35: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 00:35:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:35:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:38 00ac8860ef70: Pull complete 00:35:38 63d7cb157983: Pull complete 00:35:39 b116817d02f9: Pull complete 00:35:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:41 $ docker stop --time=1 83d1ef27f8e92fe4134d2d9f8ea4c8e743936f62390e5bcda527815b04c56696 00:35:43 $ docker rm -f 83d1ef27f8e92fe4134d2d9f8ea4c8e743936f62390e5bcda527815b04c56696 00:35:43 745a02a5169b: Pull complete 00:35:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:43 ---> b7e6874047d6 00:35:43 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:45 00:35:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:45 latest: Pulling from edgex-devops/edgex-compose 00:35:45 cbdbe7a5bc2a: Pulling fs layer 00:35:45 ca9280d653b3: Pulling fs layer 00:35:45 7e9c9ca2126c: Pulling fs layer 00:35:46 ---> Running in c331c512a15e 00:35:46 cbdbe7a5bc2a: Verifying Checksum 00:35:46 cbdbe7a5bc2a: Download complete 00:35:46 ca9280d653b3: Verifying Checksum 00:35:46 ca9280d653b3: Download complete 00:35:46 cbdbe7a5bc2a: Pull complete 00:35:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:48 ca9280d653b3: Pull complete 00:35:48 7e9c9ca2126c: Download complete 00:35:48 (1/12) Installing libmagic (5.38-r0) 00:35:49 (2/12) Installing file (5.38-r0) 00:35:49 (3/12) Installing libc-dev (0.7.2-r3) 00:35:49 (4/12) Installing g++ (9.3.0-r2) 00:35:56 7e9c9ca2126c: Pull complete 00:35:56 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:56 prd-centos7-docker-4c-2g-17678 does not seem to be running inside a container 00:35:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:57 $ docker top 05e3b3601736cb8bce3055df0bd9f122d94ab8f6d7e3afe4e57c27fc5e529f01 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:58 + docker-compose build --help 00:35:58 + grep parallel 00:35:59 --parallel Build images in parallel. [Pipeline] } 00:35:59 $ docker stop --time=1 05e3b3601736cb8bce3055df0bd9f122d94ab8f6d7e3afe4e57c27fc5e529f01 00:36:00 $ docker rm -f 05e3b3601736cb8bce3055df0bd9f122d94ab8f6d7e3afe4e57c27fc5e529f01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:01 . [Pipeline] withDockerContainer 00:36:01 prd-centos7-docker-4c-2g-17678 does not seem to be running inside a container 00:36:01 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:01 (5/12) Installing fortify-headers (1.1-r0) 00:36:01 (6/12) Installing patch (2.7.6-r6) 00:36:01 (7/12) Installing build-base (0.5-r2) 00:36:01 (8/12) Installing libsodium (1.0.18-r0) 00:36:01 (9/12) Installing pkgconf (1.7.2-r0) 00:36:01 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:01 (11/12) Installing libzmq (4.3.3-r0) 00:36:01 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:01 Executing busybox-1.31.1-r19.trigger 00:36:01 OK: 217 MiB in 51 packages 00:36:02 $ docker top 2da0a890a623f240aabb2b40d9e9b3352a746fb45f3cbeb20584fe73219196af -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:02 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:04 Building docker-core-command-go ... 00:36:04 Building docker-core-data-go ... 00:36:04 Building docker-core-metadata-go ... 00:36:04 Building docker-security-bootstrapper-go ... 00:36:04 Building docker-security-bootstrap-redis-go ... 00:36:04 Building docker-security-proxy-setup-go ... 00:36:04 Building docker-security-secretstore-setup-go ... 00:36:04 Building docker-support-notifications-go ... 00:36:04 Building docker-support-scheduler-go ... 00:36:04 Building docker-sys-mgmt-agent-go ... 00:36:04 Building docker-support-scheduler-go 00:36:04 Building docker-security-secretstore-setup-go 00:36:04 Building docker-security-proxy-setup-go 00:36:04 Building docker-security-bootstrapper-go 00:36:04 Building docker-support-notifications-go 00:36:06 Removing intermediate container c331c512a15e 00:36:06 ---> 43929a971fff 00:36:06 Step 4/7 : WORKDIR /edgex-go 00:36:06 ---> Running in c8a0068a8194 00:36:06 Removing intermediate container c8a0068a8194 00:36:06 ---> 3d4b278ecb11 00:36:06 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:36:07 latest: Pulling from library/docker 00:36:07 159e5727ea61: Pulling fs layer 00:36:07 687389c36290: Pulling fs layer 00:36:07 94e28978939c: Pulling fs layer 00:36:07 ea42096754a7: Pulling fs layer 00:36:07 bd61cee6920e: Pulling fs layer 00:36:07 87c4ece4675c: Pulling fs layer 00:36:07 90ca8b2ff088: Pulling fs layer 00:36:07 ea42096754a7: Waiting 00:36:07 bd61cee6920e: Waiting 00:36:07 87c4ece4675c: Waiting 00:36:07 90ca8b2ff088: Waiting 00:36:07 94e28978939c: Download complete 00:36:07 159e5727ea61: Verifying Checksum 00:36:07 159e5727ea61: Download complete 00:36:07 687389c36290: Verifying Checksum 00:36:07 687389c36290: Download complete 00:36:07 bd61cee6920e: Verifying Checksum 00:36:07 bd61cee6920e: Download complete 00:36:07 87c4ece4675c: Verifying Checksum 00:36:07 87c4ece4675c: Download complete 00:36:07 90ca8b2ff088: Verifying Checksum 00:36:07 90ca8b2ff088: Download complete 00:36:08 159e5727ea61: Pull complete 00:36:08 687389c36290: Pull complete 00:36:08 94e28978939c: Pull complete 00:36:08 ea42096754a7: Verifying Checksum 00:36:08 ea42096754a7: Download complete 00:36:13 ea42096754a7: Pull complete 00:36:13 bd61cee6920e: Pull complete 00:36:13 87c4ece4675c: Pull complete 00:36:13 90ca8b2ff088: Pull complete 00:36:13 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 00:36:13 Status: Downloaded newer image for docker:latest 00:36:17 ---> 066b9daca01a 00:36:17 Step 6/7 : COPY go.mod . 00:36:17 ---> ef34bdb81371 00:36:17 Step 7/7 : RUN go mod download 00:36:17 ---> Running in 136a008c6c64 00:36:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:43 Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:43 00:36:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:43 ---> 6e89a67e5171 00:36:43 Step 3/24 : WORKDIR /edgex-go 00:36:43 ---> 6e89a67e5171 00:36:43 Step 3/21 : WORKDIR /edgex-go 00:36:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:43 ---> 6e89a67e5171 00:36:43 Step 3/21 : WORKDIR /edgex-go 00:36:43 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:43 Step 2/32 : FROM ${BUILDER_BASE} AS builder 00:36:43 ---> 6e89a67e5171 00:36:43 Step 3/32 : WORKDIR /edgex-go 00:36:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:43 ---> 6e89a67e5171 00:36:43 Step 3/24 : WORKDIR /edgex-go 00:36:43 ---> Running in 797fde92e6d8 00:36:43 ---> Running in aa95cd84ea24 00:36:43 ---> Running in 56b5098597a2 00:36:43 ---> Running in 15282c92d45b 00:36:43 ---> Running in c0fdf2dd599b 00:36:43 Removing intermediate container 56b5098597a2 00:36:43 ---> 5bc1c7231d26 00:36:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:43 Removing intermediate container c0fdf2dd599b 00:36:43 ---> bdd999e49fb7 00:36:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:43 Removing intermediate container 15282c92d45b 00:36:43 ---> 73fc0240c4cd 00:36:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:43 Removing intermediate container 797fde92e6d8 00:36:43 ---> 5e270a36d7d4 00:36:43 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:43 Removing intermediate container aa95cd84ea24 00:36:43 ---> a80e31ebb00f 00:36:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:43 ---> Running in 741a09308daa 00:36:43 ---> Running in 853adcbaa6fe 00:36:43 ---> Running in e812ed1fd50b 00:36:43 ---> Running in 70428c8f9e41 00:36:43 ---> Running in 63a973fe0fe8 00:36:43 Removing intermediate container 853adcbaa6fe 00:36:43 ---> a9a825d37c0c 00:36:43 Step 5/21 : RUN apk update && apk add make git 00:36:43 Removing intermediate container 741a09308daa 00:36:43 ---> 7e40faa67293 00:36:43 Step 5/24 : RUN apk update && apk add make git 00:36:43 Removing intermediate container e812ed1fd50b 00:36:43 ---> 2fa4896ef3ad 00:36:43 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:36:43 ---> Running in d9c259ded345 00:36:43 ---> Running in 757540f8b802 00:36:43 Removing intermediate container 70428c8f9e41 00:36:43 ---> 1fb273a308ba 00:36:43 Step 5/32 : RUN apk add --update --no-cache make git 00:36:43 ---> Running in 8c7778cff227 00:36:43 Removing intermediate container 63a973fe0fe8 00:36:43 ---> 27b7b14fb8a2 00:36:43 Step 5/21 : RUN apk update && apk add make git 00:36:43 ---> Running in 97d7ea5c6d02 00:36:43 ---> Running in 053ed2170595 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:44 Removing intermediate container 136a008c6c64 00:36:44 ---> a13f89d2c250 00:36:44 Successfully built a13f89d2c250 00:36:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:44 + docker inspect -f . ci-base-image-arm64 00:36:44 . [Pipeline] withDockerContainer 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:45 prd-ubuntu18.04-docker-arm64-4c-16g-17696 does not seem to be running inside a container 00:36:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:46 $ docker top 454d906e906afd9debf8da86ce8b3a31a91056ef7bac8ff3af5770dcb70b00cb -eo pid,comm 00:36:47 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:47 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:47 OK: 12750 distinct packages available 00:36:47 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:47 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:47 OK: 12750 distinct packages available 00:36:47 OK: 233 MiB in 51 packages 00:36:47 OK: 233 MiB in 51 packages 00:36:47 OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] sh 00:36:47 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:47 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:47 OK: 12750 distinct packages available 00:36:47 OK: 233 MiB in 51 packages 00:36:47 + go version 00:36:47 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:47 $ docker stop --time=1 454d906e906afd9debf8da86ce8b3a31a91056ef7bac8ff3af5770dcb70b00cb 00:36:47 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:47 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:47 OK: 12750 distinct packages available 00:36:47 Removing intermediate container 97d7ea5c6d02 00:36:47 ---> cca63f2c9539 00:36:47 Step 6/32 : COPY go.mod . 00:36:48 OK: 233 MiB in 51 packages 00:36:48 Removing intermediate container d9c259ded345 00:36:48 ---> 90cf92916f7a 00:36:48 Step 6/24 : COPY go.mod . 00:36:48 Removing intermediate container 757540f8b802 00:36:48 ---> 9a6ec6a0b4b3 00:36:48 Step 6/21 : COPY go.mod . 00:36:48 ---> f0f7b11eb2be 00:36:48 Step 7/32 : RUN go mod download 00:36:48 Removing intermediate container 8c7778cff227 00:36:48 ---> 5c8674260624 00:36:48 Step 6/24 : COPY go.mod . 00:36:48 ---> Running in 0512c4ecd03d 00:36:48 ---> 7fba253e68a5 00:36:48 Step 7/24 : RUN go mod download 00:36:48 ---> 33ced08426dc 00:36:48 Step 7/21 : RUN go mod download 00:36:49 ---> Running in 1d3fcf23588d 00:36:49 ---> Running in 987a05d9eb58 00:36:49 ---> ef1cf6f6b818 00:36:49 Step 7/24 : RUN go mod download 00:36:49 Removing intermediate container 053ed2170595 00:36:49 ---> d04d0fab84c3 00:36:49 Step 6/21 : COPY go.mod . 00:36:49 ---> Running in 953693b1bdc3 00:36:49 $ docker rm -f 454d906e906afd9debf8da86ce8b3a31a91056ef7bac8ff3af5770dcb70b00cb 00:36:49 ---> b812b8cc6dfc 00:36:49 Step 7/21 : RUN go mod download 00:36:49 ---> Running in 9d64dda39bef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:50 + docker inspect -f . ci-base-image-arm64 00:36:50 . [Pipeline] withDockerContainer 00:36:51 prd-ubuntu18.04-docker-arm64-4c-16g-17696 does not seem to be running inside a container 00:36:51 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:51 Removing intermediate container 953693b1bdc3 00:36:51 ---> f63758da1e70 00:36:51 Step 8/24 : COPY . . 00:36:51 Removing intermediate container 987a05d9eb58 00:36:51 ---> d34ee4f40a0d 00:36:51 Step 8/21 : COPY . . 00:36:51 Removing intermediate container 0512c4ecd03d 00:36:51 ---> dbfbc0f288a1 00:36:51 Step 8/32 : COPY . . 00:36:51 Removing intermediate container 1d3fcf23588d 00:36:51 ---> 51b91c283c12 00:36:51 Step 8/24 : COPY . . 00:36:52 $ docker top 8134868bdb7e4588e3c7b67f93c089ab76680b6a765345b6aa5dabf57c68b5be -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:53 ========================================================= 00:36:53 [edgeXBuildGoParallel] Running Tests and Build... 00:36:53 ========================================================= [Pipeline] sh 00:36:53 + make test 00:36:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:53 Removing intermediate container 9d64dda39bef 00:36:53 ---> 780fe527468d 00:36:53 Step 8/21 : COPY . . 00:37:15 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:32 ---> 85c9876af4cb 00:37:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:32 ---> Running in 0baf769b23d6 00:37:32 ---> ed59458d4824 00:37:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:32 ---> 58ef0339f002 00:37:32 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:37:32 ---> 3a78a6742c7e 00:37:32 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:37:32 ---> e95f99105cdb 00:37:32 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:37:32 ---> Running in 653b6f20f01b 00:37:32 ---> Running in e52ab9489259 00:37:32 ---> Running in bda29a934913 00:37:32 ---> Running in f863fb70b0ec 00:37:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:37:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:38:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:38:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:11 Removing intermediate container bda29a934913 00:38:11 ---> 5358a7ec1dde 00:38:11 00:38:11 Step 10/24 : FROM scratch 00:38:11 ---> 00:38:11 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:38:11 Removing intermediate container f863fb70b0ec 00:38:11 ---> a7182e67525a 00:38:11 00:38:11 Step 10/21 : FROM scratch 00:38:11 ---> 00:38:11 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:11 ---> Running in 9f2386f4af60 00:38:11 Removing intermediate container 653b6f20f01b 00:38:11 ---> c5f5a0ecfb3a 00:38:11 00:38:11 Step 10/24 : FROM alpine:3.10 00:38:11 ---> Running in 173170ab7c83 00:38:11 3.10: Pulling from library/alpine 00:38:12 Removing intermediate container 9f2386f4af60 00:38:12 ---> aea6861f9a25 00:38:12 Step 12/24 : ENV APP_PORT=48060 00:38:14 Removing intermediate container 173170ab7c83 00:38:14 ---> c15fdc68df22 00:38:14 Step 12/21 : ENV APP_PORT=48085 00:38:14 ---> Running in 9a1e0dd369d7 00:38:14 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:38:14 ---> Running in 781f70615c73 00:38:14 Status: Downloaded newer image for alpine:3.10 00:38:14 ---> be4e4bea2c2e 00:38:14 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:38:14 Removing intermediate container 0baf769b23d6 00:38:14 ---> 1d820426628d 00:38:14 00:38:14 Step 10/21 : FROM alpine 00:38:14 latest: Pulling from library/alpine 00:38:15 Removing intermediate container e52ab9489259 00:38:15 ---> 7f96fda12cf3 00:38:15 00:38:15 Step 10/32 : FROM alpine:3.12 00:38:15 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:15 Removing intermediate container 9a1e0dd369d7 00:38:15 ---> 85c8b626fbe3 00:38:15 Step 13/24 : EXPOSE $APP_PORT 00:38:15 Status: Downloaded newer image for alpine:latest 00:38:15 ---> Running in 2a14fb3f3473 00:38:15 ---> 389fef711851 00:38:15 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:38:15 Removing intermediate container 781f70615c73 00:38:15 ---> f565018912a8 00:38:15 Step 13/21 : EXPOSE $APP_PORT 00:38:15 ---> Running in 0384a7dbb160 00:38:15 3.12: Pulling from library/alpine 00:38:15 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:15 Status: Downloaded newer image for alpine:3.12 00:38:15 ---> 389fef711851 00:38:15 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 00:38:15 ---> Running in 1449398ec8f6 00:38:15 ---> Running in 44744f9f843a 00:38:16 ---> Running in c686b58b4c1b 00:38:16 Removing intermediate container 0384a7dbb160 00:38:16 ---> 8970de76dc0b 00:38:16 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:38:16 Removing intermediate container 44744f9f843a 00:38:16 ---> 3d9b7ccac556 00:38:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:38:16 ---> 370fb031ba54 00:38:16 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:38:16 ---> eac6936c0233 00:38:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:16 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:38:16 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:38:16 OK: 10350 distinct packages available 00:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:17 (1/5) Installing ca-certificates (20191127-r2) 00:38:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:38:17 (3/5) Installing libcurl (7.66.0-r3) 00:38:17 (4/5) Installing curl (7.66.0-r3) 00:38:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:17 (5/5) Installing dumb-init (1.2.2-r1) 00:38:17 (1/2) Installing dumb-init (1.2.2-r1) 00:38:17 Executing busybox-1.30.1-r3.trigger 00:38:17 (2/2) Installing openssl (1.1.1i-r0) 00:38:17 v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:38:17 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:38:17 OK: 12745 distinct packages available 00:38:17 Executing busybox-1.31.1-r19.trigger 00:38:17 OK: 6 MiB in 16 packages 00:38:17 Executing ca-certificates-20191127-r2.trigger 00:38:17 (1/4) Installing ca-certificates (20191127-r4) 00:38:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:17 OK: 7 MiB in 19 packages 00:38:17 (3/4) Installing libcurl (7.69.1-r3) 00:38:17 (4/4) Installing curl (7.69.1-r3) 00:38:17 Executing busybox-1.31.1-r19.trigger 00:38:17 Executing ca-certificates-20191127-r4.trigger 00:38:17 OK: 7 MiB in 18 packages 00:38:18 ---> 46ff21097597 00:38:18 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:38:18 ---> 4ae353cc76ea 00:38:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:19 ---> 9972825cf467 00:38:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:38:19 ---> fa32050cd561 00:38:19 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:38:19 Removing intermediate container c686b58b4c1b 00:38:19 ---> aad25d5d57e9 00:38:19 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:19 ---> Running in 7a8d9e797845 00:38:19 ---> Running in 02cd628d2252 00:38:19 Removing intermediate container 1449398ec8f6 00:38:19 ---> c09a029c98d6 00:38:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:19 Removing intermediate container 2a14fb3f3473 00:38:19 ---> cc52da58bbba 00:38:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:19 ---> aa4bf3441e0e 00:38:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:20 ---> Running in d52cd4531138 00:38:20 ---> Running in 463378773e52 00:38:20 Removing intermediate container 02cd628d2252 00:38:20 ---> 9198d25da7f2 00:38:20 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:20 Removing intermediate container 7a8d9e797845 00:38:20 ---> 33dee08402fd 00:38:20 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 00:38:20 ---> Running in 51d2263eb4f5 00:38:20 ---> Running in 18b7b2eb3011 00:38:20 Removing intermediate container d52cd4531138 00:38:20 ---> 695c7d35d34e 00:38:20 Step 13/21 : WORKDIR /edgex 00:38:20 Removing intermediate container 463378773e52 00:38:20 ---> dea051158c10 00:38:20 Step 13/24 : WORKDIR / 00:38:20 ---> 1d3a943fe9da 00:38:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:21 ---> Running in c1e746595fd5 00:38:21 ---> Running in 7cf139149d0c 00:38:21 Removing intermediate container 51d2263eb4f5 00:38:21 ---> 3290e476ceef 00:38:21 Step 19/21 : LABEL arch=x86_64 00:38:21 Removing intermediate container 18b7b2eb3011 00:38:21 ---> a0d005862e19 00:38:21 Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 00:38:21 ---> 3daee6864a8a 00:38:21 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:38:21 ---> Running in 16fd8e8d5e08 00:38:21 ---> Running in 306817584ee9 00:38:21 ---> Running in a6a74daf5385 00:38:21 Removing intermediate container c1e746595fd5 00:38:21 ---> a310e64bf434 00:38:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:21 Removing intermediate container 7cf139149d0c 00:38:21 ---> bc6beaaf99b5 00:38:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:38:22 Removing intermediate container 16fd8e8d5e08 00:38:22 ---> d3a328f483c8 00:38:22 Step 20/21 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:38:22 Removing intermediate container a6a74daf5385 00:38:22 ---> 8de303a4f819 00:38:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:22 ---> Running in 8133387dd9b5 00:38:22 ---> Running in 32e4cfd86a59 00:38:22 ---> da4529291a32 00:38:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:38:22 ---> 1dbc0bd63dbc 00:38:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:22 Connecting to github.com (140.82.112.3:443) 00:38:22 Removing intermediate container 8133387dd9b5 00:38:22 ---> e9715a7f481b 00:38:22 Step 22/24 : LABEL arch=x86_64 00:38:22 Removing intermediate container 32e4cfd86a59 00:38:22 ---> c9e50fe0c7a5 00:38:22 Step 21/21 : LABEL version=0.0.0 00:38:22 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.131.139:443) 00:38:22 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:38:22 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:38:22 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:38:22 dockerize 00:38:22 ---> Running in 61c393e1b5e3 00:38:23 ---> Running in 45bbbefbb5c4 00:38:23 ---> ec1d5ea83b7a 00:38:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:23 ---> 24e905f013ea 00:38:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:23 Removing intermediate container 61c393e1b5e3 00:38:23 ---> a2cc6a85c336 00:38:23 Step 23/24 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:38:23 ---> Running in 975b2d0123c6 00:38:23 Removing intermediate container 45bbbefbb5c4 00:38:23 ---> ae82a4756634 00:38:23 00:38:23 ---> a9d8e618ef04 00:38:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:23 ---> d216eed976b7 00:38:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:23 Removing intermediate container 975b2d0123c6 00:38:23 ---> 9b11d48f10da 00:38:23 Step 24/24 : LABEL version=0.0.0 00:38:23 Successfully built ae82a4756634 00:38:24 Successfully tagged docker-support-scheduler-go:latest 00:38:24  Building docker-support-scheduler-go ... done  ---> Running in c7165d2ab9eb 00:38:24 Building docker-core-command-go 00:38:24 Removing intermediate container 306817584ee9 00:38:24 ---> 346d58229e4f 00:38:24 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 00:38:24 ---> Running in 9816f3412385 00:38:24 ---> Running in 90fdc1ae7247 00:38:24 ---> 864c92e73b28 00:38:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:24 Removing intermediate container 9816f3412385 00:38:24 ---> 2d3dec8bc4a8 00:38:24 00:38:24 Removing intermediate container c7165d2ab9eb 00:38:24 ---> 7262da81b77b 00:38:24 Step 18/21 : CMD ["--init=true"] 00:38:24 Successfully built 2d3dec8bc4a8 00:38:24 Removing intermediate container 90fdc1ae7247 00:38:24 ---> 41cbb23dc1f6 00:38:24 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:24 ---> Running in 6a240464ff14 00:38:24 Successfully tagged docker-support-notifications-go:latest 00:38:24  Building docker-support-notifications-go ... done Building docker-security-bootstrap-redis-go 00:38:25 ---> Running in b1e923087843 00:38:25 Removing intermediate container 6a240464ff14 00:38:25 ---> 6844b1002f3b 00:38:25 Step 19/21 : LABEL arch=x86_64 00:38:25 ---> 98103b40ceda 00:38:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:25 ---> Running in 65a53768d7d4 00:38:25 Removing intermediate container b1e923087843 00:38:25 ---> 749fc3d58ca9 00:38:25 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 00:38:25 ---> Running in 7ebc92c4cc17 00:38:25 Removing intermediate container 65a53768d7d4 00:38:25 ---> 708a29f4b80d 00:38:25 Step 20/21 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:38:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:25 ---> 8e7864a5b2f9 00:38:25 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:38:25 ---> Running in c38defba9689 00:38:26 ---> Running in b5edb2b67c7f 00:38:28 Copy dockerize executable 00:38:29 Removing intermediate container c38defba9689 00:38:29 ---> ab1a184896a0 00:38:29 Step 21/21 : LABEL version=0.0.0 00:38:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.263s coverage: 46.6% of statements 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:31 ---> Running in 95f5af500e94 00:38:35 Removing intermediate container 95f5af500e94 00:38:35 ---> 05a9eb436b60 00:38:35 00:38:35 Removing intermediate container 7ebc92c4cc17 00:38:35 ---> 718971cb8f9e 00:38:35 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 00:38:36 Successfully built 05a9eb436b60 00:38:37 Successfully tagged docker-security-proxy-setup-go:latest 00:38:37  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.475s coverage: 27.0% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.515s coverage: 74.4% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.291s coverage: 83.3% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:38 ---> Running in 5c9a1219123f 00:38:40 Removing intermediate container b5edb2b67c7f 00:38:40 ---> 7e25895b37ec 00:38:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:41 ---> Running in fdf3975d29d9 00:38:41 Removing intermediate container 5c9a1219123f 00:38:41 ---> e54654fae69e 00:38:41 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:43 Removing intermediate container fdf3975d29d9 00:38:43 ---> 26e8e6368410 00:38:43 Step 22/24 : LABEL arch=x86_64 00:38:44 ---> Running in 0b5ebbd42f17 00:38:44 ---> fb7f953501cc 00:38:44 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:44 ---> Running in 3448864bfb02 00:38:45 Removing intermediate container 0b5ebbd42f17 00:38:45 ---> d5ca080b65f7 00:38:45 Step 23/24 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.159s coverage: 28.6% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.188s coverage: 100.0% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.295s coverage: 86.7% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:46 ---> 6e89a67e5171 00:38:46 Step 3/22 : WORKDIR /edgex-go 00:38:46 ---> Using cache 00:38:46 ---> a80e31ebb00f 00:38:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:46 ---> Using cache 00:38:46 ---> 27b7b14fb8a2 00:38:46 Step 5/22 : RUN apk update && apk add make git 00:38:46 ---> Using cache 00:38:46 ---> d04d0fab84c3 00:38:46 Step 6/22 : COPY go.mod . 00:38:46 ---> Using cache 00:38:46 ---> b812b8cc6dfc 00:38:46 Step 7/22 : RUN go mod download 00:38:46 ---> Using cache 00:38:46 ---> 780fe527468d 00:38:46 Step 8/22 : COPY . . 00:38:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:46 ---> 6e89a67e5171 00:38:46 Step 3/22 : WORKDIR /edgex-go 00:38:46 ---> Using cache 00:38:46 ---> a80e31ebb00f 00:38:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:46 ---> Using cache 00:38:46 ---> 27b7b14fb8a2 00:38:46 Step 5/22 : RUN apk update && apk add make git 00:38:46 ---> Using cache 00:38:46 ---> d04d0fab84c3 00:38:46 Step 6/22 : COPY go.mod . 00:38:46 ---> Using cache 00:38:46 ---> b812b8cc6dfc 00:38:46 Step 7/22 : RUN go mod download 00:38:46 ---> Using cache 00:38:46 ---> 780fe527468d 00:38:46 Step 8/22 : COPY . . 00:38:46 ---> Using cache 00:38:46 ---> 85c9876af4cb 00:38:46 Step 9/22 : RUN make cmd/core-command/core-command 00:38:46 ---> Using cache 00:38:46 ---> 85c9876af4cb 00:38:46 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:38:46 ---> Running in 8598163e92ec 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.427s coverage: 97.5% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.156s coverage: 78.3% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:47 ---> Running in 833626a4caa8 00:38:47 ---> Running in 5b2b7f9be960 00:38:47 Removing intermediate container 8598163e92ec 00:38:47 ---> 3a7bd0b55b60 00:38:47 Step 24/24 : LABEL version=0.0.0 00:38:47 ---> Running in 5d37cb51f5aa 00:38:48 Removing intermediate container 5d37cb51f5aa 00:38:48 ---> 67282df39875 00:38:48 00:38:49 Successfully built 67282df39875 00:38:49 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:49 Building docker-sys-mgmt-agent-go 00:38:49  Building docker-security-secretstore-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:38:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:50 Removing intermediate container 3448864bfb02 00:38:50 ---> 53c3f789b4eb 00:38:50 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:52 ---> ac2b77ef1359 00:38:52 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:52 ---> 3f8f767560fd 00:38:52 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.025s coverage: 93.8% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 42.4% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:38:55 ---> 2f577ac791f2 00:38:55 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:56 ---> 1cf82bf0b9fc 00:38:56 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 00:38:58 ---> Running in 50c75a62b6ab 00:38:59 Removing intermediate container 50c75a62b6ab 00:38:59 ---> 2e77f4e6675f 00:38:59 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 00:39:00 ---> 0ef0f03e5a23 00:39:00 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:39:01 ---> Running in 2758158062b4 00:39:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:02 ---> 6e89a67e5171 00:39:02 Step 3/22 : WORKDIR /edgex-go 00:39:02 ---> Using cache 00:39:02 ---> a80e31ebb00f 00:39:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:02 ---> Using cache 00:39:02 ---> 27b7b14fb8a2 00:39:02 Step 5/22 : RUN apk update && apk add make git 00:39:02 ---> Using cache 00:39:02 ---> d04d0fab84c3 00:39:02 Step 6/22 : COPY go.mod . 00:39:02 ---> Using cache 00:39:02 ---> b812b8cc6dfc 00:39:02 Step 7/22 : RUN go mod download 00:39:02 ---> Using cache 00:39:02 ---> 780fe527468d 00:39:02 Step 8/22 : COPY . . 00:39:02 ---> Using cache 00:39:02 ---> 85c9876af4cb 00:39:02 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:39:03 ---> Running in bbb67d206456 00:39:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:39:06 Removing intermediate container 2758158062b4 00:39:06 ---> 8b7d9379d748 00:39:06 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 00:39:07 ---> Running in 65fbc6c55518 00:39:08 Removing intermediate container 65fbc6c55518 00:39:08 ---> dba21e7c5a48 00:39:08 Step 29/32 : CMD ["install"] 00:39:08 ---> Running in e71de879e9ef 00:39:09 Removing intermediate container e71de879e9ef 00:39:09 ---> a434dbff1187 00:39:09 Step 30/32 : LABEL arch=x86_64 00:39:10 ---> Running in 4deb10cd9e72 00:39:11 Removing intermediate container 4deb10cd9e72 00:39:11 ---> 3b8d5b87c762 00:39:11 Step 31/32 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:39:13 ---> Running in 29ee6190469e 00:39:15 Removing intermediate container 29ee6190469e 00:39:15 ---> 00754227df28 00:39:15 Step 32/32 : LABEL version=0.0.0 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.079s coverage: 82.7% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.539s coverage: 63.5% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.813s coverage: 55.9% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.325s coverage: 37.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.447s coverage: 84.0% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.119s coverage: 100.0% of statements 00:39:15 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:15 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:39:15 ---> 6e89a67e5171 00:39:15 Step 3/27 : WORKDIR /edgex-go 00:39:15 ---> Using cache 00:39:15 ---> a80e31ebb00f 00:39:15 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:15 ---> Using cache 00:39:15 ---> 27b7b14fb8a2 00:39:15 Step 5/27 : RUN apk update && apk add make bash git 00:39:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.1% of statements 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.109s coverage: 100.0% of statements 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.088s coverage: 100.0% of statements 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:16 ---> Running in 2cd79a3ecd5a 00:39:16 ---> Running in d795cb344412 00:39:17 Removing intermediate container 2cd79a3ecd5a 00:39:17 ---> 7d3a474bd620 00:39:17 00:39:17 Successfully built 7d3a474bd620 00:39:17 Successfully tagged docker-security-bootstrapper-go:latest 00:39:17  Building docker-security-bootstrapper-go ... done Building docker-core-data-go 00:39:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:19 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:19 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:19 OK: 12750 distinct packages available 00:39:20 OK: 233 MiB in 51 packages 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.544s coverage: 29.1% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:39:25 GO111MODULE=on go vet ./... 00:39:25 Removing intermediate container 5b2b7f9be960 00:39:25 ---> d804e6b17808 00:39:25 00:39:25 Step 10/22 : FROM alpine:3.10 00:39:25 ---> be4e4bea2c2e 00:39:25 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:39:25 ---> Using cache 00:39:25 ---> cc52da58bbba 00:39:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:39:25 ---> Running in c62a6ddbe7b5 00:39:25 Removing intermediate container c62a6ddbe7b5 00:39:25 ---> 5412ae8a2b01 00:39:25 Step 13/22 : WORKDIR / 00:39:26 ---> Running in d0fbcb4cfb5d 00:39:26 Removing intermediate container d795cb344412 00:39:26 ---> 5ffcee36c4ff 00:39:26 Step 6/27 : COPY go.mod . 00:39:28 ---> 880f2434d107 00:39:28 Step 7/27 : RUN go mod download 00:39:29 Removing intermediate container d0fbcb4cfb5d 00:39:29 ---> 5fb2543a67c8 00:39:29 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:39:30 ---> Running in 92ae840af114 00:39:31 Removing intermediate container 833626a4caa8 00:39:31 ---> ee0d67c03042 00:39:31 00:39:31 Step 10/22 : FROM scratch 00:39:31 ---> 00:39:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:32 ---> 0300a5b54598 00:39:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:39:33 ---> Using cache 00:39:33 ---> c15fdc68df22 00:39:33 Step 12/22 : ENV APP_PORT=48082 00:39:33 ---> Running in 64dfa05377df 00:39:35 ---> 21e78f07e34b 00:39:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:39:35 Removing intermediate container 64dfa05377df 00:39:35 ---> 1d554eb7cef4 00:39:35 Step 13/22 : EXPOSE $APP_PORT 00:39:35 ---> Running in b5b708d32993 00:39:36 ---> 6e84543e202e 00:39:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:39:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:37 ---> 6e89a67e5171 00:39:37 Step 3/23 : WORKDIR /edgex-go 00:39:37 ---> Using cache 00:39:37 ---> a80e31ebb00f 00:39:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:37 ---> Using cache 00:39:37 ---> 27b7b14fb8a2 00:39:37 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:39:38 Removing intermediate container b5b708d32993 00:39:38 ---> 5b08c8e1f321 00:39:38 Step 14/22 : WORKDIR / 00:39:38 ---> Running in 5d04b4bac468 00:39:38 ---> 57f6c9d2afaf 00:39:38 Step 18/22 : RUN chmod +x entrypoint.sh 00:39:38 ---> Running in 9107bfb2557c 00:39:38 ---> Running in f4a4bec9841e 00:39:38 Removing intermediate container 92ae840af114 00:39:38 ---> 858ac7b5a00f 00:39:38 Step 8/27 : COPY . . 00:39:38 Removing intermediate container 9107bfb2557c 00:39:38 ---> 1300d7555073 00:39:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:39:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:39 ---> 0e05278a8f75 00:39:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:41 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:41 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:41 OK: 12750 distinct packages available 00:39:42 OK: 233 MiB in 51 packages 00:39:43 ---> 78d0c78e0c13 00:39:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:47 ---> 8db7ad9c5908 00:39:47 Step 18/22 : ENTRYPOINT ["/core-command"] 00:39:48 Removing intermediate container bbb67d206456 00:39:48 ---> a609dfbe10d5 00:39:48 00:39:48 Step 10/22 : FROM scratch 00:39:48 ---> 00:39:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:49 ---> Running in f4d4b8578689 00:39:50 ---> Using cache 00:39:50 ---> c15fdc68df22 00:39:50 Step 12/22 : ENV APP_PORT=48081 00:39:51 Removing intermediate container f4a4bec9841e 00:39:51 ---> e5fe1e86560f 00:39:51 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:39:51 Removing intermediate container 5d04b4bac468 00:39:51 ---> 33f569c839eb 00:39:51 Step 6/23 : COPY go.mod . 00:39:51 ---> Running in 0edf94900ed2 00:39:51 Removing intermediate container f4d4b8578689 00:39:51 ---> 9d598ddb9681 00:39:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:52 ---> Running in 3f34a75e47bd 00:39:52 ---> 435069e85ab2 00:39:52 Step 7/23 : RUN go mod download 00:39:52 ---> Running in 5dabe8442e07 00:39:52 Removing intermediate container 0edf94900ed2 00:39:52 ---> 16389ad13c26 00:39:52 Step 13/22 : EXPOSE $APP_PORT 00:39:53 ---> Running in 0434c57612ff 00:39:53 Removing intermediate container 3f34a75e47bd 00:39:53 ---> 8b8ddf83d047 00:39:53 Step 20/22 : LABEL arch=x86_64 00:39:53 ---> Running in 86d88d44b4be 00:39:53 Removing intermediate container 5dabe8442e07 00:39:53 ---> 8af2275da968 00:39:53 Step 20/22 : LABEL arch=x86_64 00:39:54 ---> Running in 57c0fefd1eef 00:39:54 ---> Running in 64752164265d 00:39:54 Removing intermediate container 86d88d44b4be 00:39:54 ---> e72c07ae7d0a 00:39:54 Step 14/22 : WORKDIR / 00:39:55 ---> Running in e29523430548 00:39:56 Removing intermediate container 64752164265d 00:39:56 ---> ea31bfb9c977 00:39:56 Step 21/22 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:39:56 Removing intermediate container 57c0fefd1eef 00:39:56 ---> 4d3d325abdf5 00:39:56 Step 21/22 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:39:56 ---> Running in 7e9eb81b03c0 00:39:56 ---> Running in bdcfaf5c29dc 00:39:56 Removing intermediate container e29523430548 00:39:56 ---> 4c87433ba94a 00:39:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:39:58 ---> 972bad853162 00:39:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:58 Removing intermediate container bdcfaf5c29dc 00:39:58 ---> d3be590acfc5 00:39:58 Step 22/22 : LABEL version=0.0.0 00:39:58 Removing intermediate container 7e9eb81b03c0 00:39:58 ---> e4344c244a12 00:39:58 Step 22/22 : LABEL version=0.0.0 00:39:59 Removing intermediate container 0434c57612ff 00:39:59 ---> f379de16d30d 00:39:59 Step 8/23 : COPY . . 00:39:59 ---> Running in 6168db13cab8 00:39:59 ---> Running in 10ced55c0db5 00:39:59 ---> fd5551594e46 00:39:59 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:59 ---> 81fbad9cd67f 00:39:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:00 ---> Running in 8d34c0015b5a 00:40:01 Removing intermediate container 6168db13cab8 00:40:01 ---> 6739ba3035da 00:40:01 00:40:01 Removing intermediate container 10ced55c0db5 00:40:01 ---> 0d7438cd525b 00:40:01 00:40:01 ---> e0ffad10a24a 00:40:01 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:40:01 Successfully built 6739ba3035da 00:40:01 Successfully built 0d7438cd525b 00:40:01 Successfully tagged docker-core-command-go:latest 00:40:01 Successfully tagged docker-security-bootstrap-redis-go:latest 00:40:01  Building docker-core-command-go ... done  Building docker-security-bootstrap-redis-go ... done  ---> Running in 92279bf041a5 00:40:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:40:04 Removing intermediate container 92279bf041a5 00:40:04 ---> dbc62495800b 00:40:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:05 ---> Running in 36711c6fbb96 00:40:06 Removing intermediate container 36711c6fbb96 00:40:06 ---> d9edd28ca671 00:40:06 Step 20/22 : LABEL arch=x86_64 00:40:07 ---> Running in ab5c19d27fa7 00:40:07 Removing intermediate container ab5c19d27fa7 00:40:07 ---> 8d04cd749c11 00:40:07 Step 21/22 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:40:09 ---> Running in b79b304eef4d 00:40:11 Removing intermediate container b79b304eef4d 00:40:11 ---> 75b57647627d 00:40:11 Step 22/22 : LABEL version=0.0.0 00:40:11 ---> Running in 8a705d55ca01 00:40:12 Removing intermediate container 8a705d55ca01 00:40:12 ---> 353d3dfa1220 00:40:12 00:40:12 Successfully built 353d3dfa1220 00:40:12 Successfully tagged docker-core-metadata-go:latest 00:40:22  Building docker-core-metadata-go ... done  ---> bfcafcb63dfa 00:40:22 Step 9/23 : RUN make cmd/core-data/core-data 00:40:22 ---> Running in 5319632a8a21 00:40:22 Removing intermediate container 8d34c0015b5a 00:40:22 ---> 8587e62789c2 00:40:22 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:40:22 ---> Running in bda664a9bda5 00:40:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:25 Removing intermediate container bda664a9bda5 00:40:25 ---> 6a03f43d011e 00:40:25 00:40:25 Step 11/27 : FROM docker:latest 00:40:25 ---> 0040bc98e531 00:40:25 Step 12/27 : RUN apk add --no-cache bash 00:40:25 ---> Running in a17f8072e758 00:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:26 (1/2) Installing readline (8.0.4-r0) 00:40:26 (2/2) Installing bash (5.0.17-r0) 00:40:26 Executing bash-5.0.17-r0.post-install 00:40:26 Executing busybox-1.31.1-r19.trigger 00:40:26 OK: 12 MiB in 22 packages 00:40:28 Removing intermediate container a17f8072e758 00:40:28 ---> 151387a606bb 00:40:28 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:40:28 ---> Running in a8b76d14a409 00:40:30 Removing intermediate container a8b76d14a409 00:40:30 ---> e8351c96514d 00:40:30 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:30 ---> Running in 4116ed8d544b 00:40:30 Removing intermediate container 4116ed8d544b 00:40:30 ---> 2d0bcf221112 00:40:30 Step 15/27 : ENV APP_PORT=48090 00:40:30 ---> Running in b2502d998377 00:40:30 Removing intermediate container b2502d998377 00:40:30 ---> 9943839e3be4 00:40:30 Step 16/27 : EXPOSE $APP_PORT 00:40:30 ---> Running in bdc24b441d6c 00:40:31 Removing intermediate container bdc24b441d6c 00:40:31 ---> 867c793d2393 00:40:31 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:32 ---> d1f9d2c87b97 00:40:32 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:33 ---> a457efa1fe3c 00:40:33 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:33 gofmt -l . 00:40:33 ---> 12485e5c6842 00:40:33 Step 20/27 : RUN apk --no-cache add py3-pip 00:40:33 [ "`gofmt -l .`" = "" ] 00:40:33 ---> Running in f3eed3cecea4 00:40:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:35 (1/33) Installing libbz2 (1.0.8-r1) 00:40:35 (2/33) Installing expat (2.2.9-r1) 00:40:35 (3/33) Installing libffi (3.3-r2) 00:40:35 (4/33) Installing gdbm (1.13-r1) 00:40:35 (5/33) Installing xz-libs (5.2.5-r0) 00:40:35 (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:35 (7/33) Installing python3 (3.8.5-r0) 00:40:36 ./bin/test-go-mod-tidy.sh 00:40:36 ./bin/test-attribution-txt.sh 00:40:37 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:37 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:37 (11/33) Installing py3-six (1.15.0-r0) 00:40:37 (12/33) Installing py3-packaging (20.4-r0) 00:40:37 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:37 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:37 (15/33) Installing py3-idna (2.9-r0) 00:40:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:37 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:37 (18/33) Installing py3-requests (2.23.0-r0) 00:40:37 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:37 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:37 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:37 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:37 (24/33) Installing py3-distro (1.5.0-r1) 00:40:37 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:37 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:37 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:37 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:37 (29/33) Installing py3-progress (1.5-r0) 00:40:37 (30/33) Installing py3-toml (0.10.1-r0) 00:40:37 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:37 (33/33) Installing py3-pip (20.1.1-r0) [Pipeline] sh 00:40:41 + ls -al . 00:40:41 total 668 00:40:41 drwxrwxr-x 9 1001 1001 4096 Dec 30 00:40 . 00:40:41 drwxr-xr-x 4 root root 4096 Dec 30 00:36 .. 00:40:41 -rw-rw-r-- 1 1001 1001 11 Dec 30 00:35 .dockerignore 00:40:41 drwxrwxr-x 8 1001 1001 4096 Dec 30 00:35 .git 00:40:41 drwxrwxr-x 3 1001 1001 4096 Dec 30 00:35 .github 00:40:41 -rw-rw-r-- 1 1001 1001 872 Dec 30 00:35 .gitignore 00:40:41 -rw-rw-r-- 1 1001 1001 166 Dec 30 00:35 .sonarcloud.properties 00:40:41 -rw-rw-r-- 1 1001 1001 3804 Dec 30 00:35 CONTRIBUTING.md 00:40:41 -rw-rw-r-- 1 1001 1001 1035 Dec 30 00:35 Dockerfile.build 00:40:41 -rw-rw-r-- 1 1001 1001 863 Dec 30 00:35 Jenkinsfile 00:40:41 -rw-rw-r-- 1 1001 1001 10775 Dec 30 00:35 LICENSE 00:40:41 -rw-rw-r-- 1 1001 1001 6306 Dec 30 00:35 Makefile 00:40:41 -rw-rw-r-- 1 1001 1001 6511 Dec 30 00:35 README.md 00:40:41 -rw-rw-r-- 1 1001 1001 6744 Dec 30 00:35 SECURITY.md 00:40:41 -rw-rw-r-- 1 1001 1001 5 Dec 30 00:31 VERSION 00:40:41 -rw-rw-r-- 1 1001 1001 4131 Dec 30 00:35 ZMQWindows.md 00:40:41 drwxrwxr-x 2 1001 1001 4096 Dec 30 00:35 bin 00:40:41 drwxrwxr-x 15 1001 1001 4096 Dec 30 00:35 cmd 00:40:41 -rw-r--r-- 1 root root 542461 Dec 30 00:39 coverage.out 00:40:41 -rw-r--r-- 1 root root 1005 Dec 30 00:40 go.mod 00:40:41 -rw-r--r-- 1 root root 18892 Dec 30 00:40 go.sum 00:40:41 drwxrwxr-x 8 1001 1001 4096 Dec 30 00:35 internal 00:40:41 drwxrwxr-x 4 1001 1001 4096 Dec 30 00:35 openapi 00:40:41 drwxrwxr-x 4 1001 1001 4096 Dec 30 00:35 snap 00:40:41 -rw-rw-r-- 1 1001 1001 168 Dec 30 00:35 version.go [Pipeline] sh 00:40:42 Executing busybox-1.31.1-r19.trigger 00:40:42 OK: 71 MiB in 55 packages 00:40:42 + '[' -e coverage.out ] 00:40:42 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:42 Warning: overwriting stash ‘coverage-report’ 00:40:43 Stashed 1 file(s) [Pipeline] sh 00:40:44 + make build 00:40:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:45 Removing intermediate container 5319632a8a21 00:40:45 ---> 0eee45b2dd5e 00:40:45 00:40:45 Step 10/23 : FROM alpine 00:40:45 ---> 389fef711851 00:40:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:47 ---> Running in 3ec0e254c562 00:40:47 Removing intermediate container f3eed3cecea4 00:40:47 ---> 2e7d1f8cfe2f 00:40:47 Step 21/27 : RUN pip install docker-compose==1.23.2 00:40:47 ---> Running in 089fb655df5a 00:40:47 Removing intermediate container 3ec0e254c562 00:40:47 ---> b3e3392338d3 00:40:47 Step 12/23 : ENV APP_PORT=48080 00:40:47 ---> Running in f30e905424a9 00:40:47 Removing intermediate container f30e905424a9 00:40:47 ---> d6b445b2e348 00:40:47 Step 13/23 : EXPOSE $APP_PORT 00:40:47 ---> Running in 1b8cfccbcbf6 00:40:48 Removing intermediate container 1b8cfccbcbf6 00:40:48 ---> 63f2035b62ca 00:40:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:48 ---> Running in f61beacacdd2 00:40:49 Removing intermediate container f61beacacdd2 00:40:49 ---> f5f42d520ea2 00:40:49 Step 15/23 : RUN apk --no-cache add zeromq 00:40:49 Collecting docker-compose==1.23.2 00:40:49 ---> Running in e47596ca2a13 00:40:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:49 Collecting texttable<0.10,>=0.9.0 00:40:49 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:49 Collecting websocket-client<1.0,>=0.32.0 00:40:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:49 Collecting cached-property<2,>=1.2.0 00:40:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:50 Collecting docker<4.0,>=3.6.0 00:40:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:50 Collecting dockerpty<0.5,>=0.4.1 00:40:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:50 Collecting PyYAML<4,>=3.10 00:40:50 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:51 Collecting docopt<0.7,>=0.6.1 00:40:51 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:52 Collecting jsonschema<3,>=2.5.1 00:40:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:52 Collecting docker-pycreds>=0.4.0 00:40:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:52 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:40:52 (1/5) Installing libgcc (9.3.0-r2) 00:40:52 Collecting urllib3<1.25,>=1.21.1 00:40:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:52 (2/5) Installing libsodium (1.0.18-r0) 00:40:52 Collecting idna<2.8,>=2.5 00:40:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:53 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:40:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:53 (3/5) Installing libstdc++ (9.3.0-r2) 00:40:53 Installing collected packages: texttable, websocket-client, cached-property, urllib3, idna, requests, docker-pycreds, docker, dockerpty, PyYAML, docopt, jsonschema, docker-compose 00:40:53 Running setup.py install for texttable: started 00:40:53 Running setup.py install for texttable: finished with status 'done' 00:40:53 (4/5) Installing libzmq (4.3.3-r0) 00:40:53 Attempting uninstall: urllib3 00:40:53 Found existing installation: urllib3 1.25.9 00:40:53 Uninstalling urllib3-1.25.9: 00:40:54 Successfully uninstalled urllib3-1.25.9 00:40:54 Attempting uninstall: idna 00:40:54 Found existing installation: idna 2.9 00:40:54 (5/5) Installing zeromq (4.3.3-r0) 00:40:54 Uninstalling idna-2.9: 00:40:54 Executing busybox-1.31.1-r19.trigger 00:40:54 OK: 8 MiB in 19 packages 00:40:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:54 Successfully uninstalled idna-2.9 00:40:56 Attempting uninstall: requests 00:40:56 Found existing installation: requests 2.23.0 00:40:56 Uninstalling requests-2.23.0: 00:40:56 Successfully uninstalled requests-2.23.0 00:40:56 Removing intermediate container e47596ca2a13 00:40:56 ---> 704d06fb5726 00:40:56 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:40:56 Running setup.py install for dockerpty: started 00:40:57 Running setup.py install for dockerpty: finished with status 'done' 00:40:57 Running setup.py install for PyYAML: started 00:40:57 ---> 39ee2cd48638 00:40:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:57 Running setup.py install for PyYAML: finished with status 'done' 00:40:57 Running setup.py install for docopt: started 00:40:57 ---> d49995614945 00:40:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:58 ---> 2478b5c9bbdd 00:40:58 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:58 Running setup.py install for docopt: finished with status 'done' 00:40:58 ---> Running in ed2e2c1ecb6c 00:40:59 Removing intermediate container ed2e2c1ecb6c 00:40:59 ---> f4359eaacc12 00:40:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:59 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 00:40:59 ---> Running in 68f2ff771f57 00:40:59 Removing intermediate container 68f2ff771f57 00:40:59 ---> a3922979c01e 00:40:59 Step 21/23 : LABEL arch=x86_64 00:40:59 ---> Running in b9cbe7ac8c95 00:40:59 Removing intermediate container b9cbe7ac8c95 00:40:59 ---> 0de7c69e6f9e 00:40:59 Step 22/23 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:40:59 ---> Running in 13ef79e465c1 00:41:00 Removing intermediate container 13ef79e465c1 00:41:00 ---> 82e5b80857b7 00:41:00 Step 23/23 : LABEL version=0.0.0 00:41:00 ---> Running in 99528cc9161a 00:41:01 Removing intermediate container 089fb655df5a 00:41:01 ---> 8ecaad458b6e 00:41:01 Step 22/27 : RUN apk --no-cache add curl 00:41:01 Removing intermediate container 99528cc9161a 00:41:01 ---> 23ca6e460e7c 00:41:01 00:41:01 Successfully built 23ca6e460e7c 00:41:01 ---> Running in c49648bcc93e 00:41:01 Successfully tagged docker-core-data-go:latest 00:41:02  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:41:02 (2/3) Installing libcurl (7.69.1-r3) 00:41:02 (3/3) Installing curl (7.69.1-r3) 00:41:02 Executing busybox-1.31.1-r19.trigger 00:41:02 OK: 72 MiB in 58 packages 00:41:03 Removing intermediate container c49648bcc93e 00:41:03 ---> 0a0caeb71c67 00:41:03 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:41:03 ---> Running in e46faeb867ae 00:41:03 Removing intermediate container e46faeb867ae 00:41:03 ---> 6ff4919e9847 00:41:03 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:03 ---> Running in a303b2ecd134 00:41:03 Removing intermediate container a303b2ecd134 00:41:03 ---> 34704238d1a6 00:41:03 Step 25/27 : LABEL arch=x86_64 00:41:03 ---> Running in c1445dead635 00:41:04 Removing intermediate container c1445dead635 00:41:04 ---> 5263833e3e21 00:41:04 Step 26/27 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:41:05 ---> Running in d56605961f40 00:41:05 Removing intermediate container d56605961f40 00:41:05 ---> 4a3695b2176b 00:41:05 Step 27/27 : LABEL version=0.0.0 00:41:05 ---> Running in 941253668c87 00:41:05 Removing intermediate container 941253668c87 00:41:05 ---> 3dd21545211d 00:41:05 00:41:05 Successfully built 3dd21545211d 00:41:05 Successfully tagged docker-sys-mgmt-agent-go:latest 00:41:06  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:41:06 $ docker stop --time=1 2da0a890a623f240aabb2b40d9e9b3352a746fb45f3cbeb20584fe73219196af 00:41:07 $ docker rm -f 2da0a890a623f240aabb2b40d9e9b3352a746fb45f3cbeb20584fe73219196af [Pipeline] // withDockerContainer [Pipeline] sh 00:41:08 + docker images 00:41:08 + grep docker 00:41:09 docker-sys-mgmt-agent-go latest 3dd21545211d 3 seconds ago 313MB 00:41:09 docker-core-data-go latest 23ca6e460e7c 7 seconds ago 22.2MB 00:41:09 docker-core-metadata-go latest 353d3dfa1220 57 seconds ago 13MB 00:41:09 docker-core-command-go latest 0d7438cd525b About a minute ago 10.6MB 00:41:09 docker-security-bootstrap-redis-go latest 6739ba3035da About a minute ago 15.8MB 00:41:09 docker-security-bootstrapper-go latest 7d3a474bd620 About a minute ago 41.5MB 00:41:09 docker-security-secretstore-setup-go latest 67282df39875 2 minutes ago 24.6MB 00:41:09 docker-security-proxy-setup-go latest 05a9eb436b60 2 minutes ago 24.5MB 00:41:09 docker-support-notifications-go latest 2d3dec8bc4a8 2 minutes ago 12MB 00:41:09 docker-support-scheduler-go latest ae82a4756634 2 minutes ago 10.7MB 00:41:09 docker latest 0040bc98e531 12 days 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 00:41:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:41:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:24 Still waiting to schedule task 00:41:24 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-17703’ 00:41: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 00:41:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:41:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:41:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:41:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:41: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 00:41:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:42:00 $ docker stop --time=1 8134868bdb7e4588e3c7b67f93c089ab76680b6a765345b6aa5dabf57c68b5be 00:42:03 $ docker rm -f 8134868bdb7e4588e3c7b67f93c089ab76680b6a765345b6aa5dabf57c68b5be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:05 00:42:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:06 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:06 29e5d40040c1: Pulling fs layer 00:42:06 1ce36da41761: Pulling fs layer 00:42:06 25b303627fd3: Pulling fs layer 00:42:06 29e5d40040c1: Verifying Checksum 00:42:06 29e5d40040c1: Download complete 00:42:07 1ce36da41761: Verifying Checksum 00:42:07 1ce36da41761: Download complete 00:42:07 29e5d40040c1: Pull complete 00:42:08 1ce36da41761: Pull complete 00:42:09 25b303627fd3: Verifying Checksum 00:42:09 25b303627fd3: Download complete 00:42:19 25b303627fd3: Pull complete 00:42:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:19 prd-ubuntu18.04-docker-arm64-4c-16g-17696 does not seem to be running inside a container 00:42:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:23 $ docker top ac5d7da45561b741091561dbfb59cfc2599bde3114c187533baf8c8ec24dfb10 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:24 + + grepdocker-compose parallel build 00:42:24 --help 00:42:28 --parallel Build images in parallel. [Pipeline] } 00:42:28 $ docker stop --time=1 ac5d7da45561b741091561dbfb59cfc2599bde3114c187533baf8c8ec24dfb10 00:42:30 $ docker rm -f ac5d7da45561b741091561dbfb59cfc2599bde3114c187533baf8c8ec24dfb10 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:31 . [Pipeline] withDockerContainer 00:42:31 prd-ubuntu18.04-docker-arm64-4c-16g-17696 does not seem to be running inside a container 00:42: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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:33 $ docker top a2312101bd67a04472a1d5eed36cfc6ff64b68428c7141565950df90adcb1a07 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:34 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:37 Building docker-core-command-go ... 00:42:37 Building docker-core-data-go ... 00:42:37 Building docker-core-metadata-go ... 00:42:37 Building docker-security-bootstrapper-go ... 00:42:37 Building docker-security-bootstrap-redis-go ... 00:42:37 Building docker-security-proxy-setup-go ... 00:42:37 Building docker-security-secretstore-setup-go ... 00:42:37 Building docker-support-notifications-go ... 00:42:37 Building docker-support-scheduler-go ... 00:42:37 Building docker-sys-mgmt-agent-go ... 00:42:37 Building docker-core-metadata-go 00:42:37 Building docker-core-data-go 00:42:37 Building docker-support-scheduler-go 00:42:37 Building docker-security-bootstrap-redis-go 00:42:37 Building docker-security-proxy-setup-go 00:43:27 Running on prd-ubuntu18.04-docker-8c-8g-17707 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 00:43:27 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:43:30 using credential edgex-jenkins-ssh 00:43:30 Cloning the remote Git repository 00:43:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:30 > git init /w/workspace/edgex-go/2 # timeout=10 00:43:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:30 > git --version # timeout=10 00:43:30 > git --version # 'git version 2.17.1' 00:43:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:43:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:45 ---> a13f89d2c250 00:43:45 Step 3/22 : WORKDIR /edgex-go 00:43:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:43:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:46 ---> a13f89d2c250 00:43:46 Step 3/23 : WORKDIR /edgex-go 00:43:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:43:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:46 ---> a13f89d2c250 00:43:46 Step 3/22 : WORKDIR /edgex-go 00:43:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:43:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:46 ---> a13f89d2c250 00:43:46 Step 3/21 : WORKDIR /edgex-go 00:43:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:43:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:46 ---> a13f89d2c250 00:43:46 Step 3/21 : WORKDIR /edgex-go 00:43:51 ---> Running in 9c53310d9759 00:43:51 ---> Running in 4472ddac2b25 00:43:51 ---> Running in 1fb7a51ad858 00:43:51 ---> Running in 5d5ac79ca90c 00:43:51 ---> Running in 75a68bcd25f5 00:43:51 Removing intermediate container 9c53310d9759 00:43:51 Removing intermediate container 75a68bcd25f5 00:43:51 ---> 191c3ea47e40 00:43:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 2417c0972414 00:43:51 Removing intermediate container 5d5ac79ca90c 00:43:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:51 00:43:51 ---> f3e31f36e6a1 00:43:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:51 Removing intermediate container 4472ddac2b25 00:43:51 ---> efbdfb4f25f4 00:43:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:51 Removing intermediate container 1fb7a51ad858 00:43:51 ---> a184e0bca696 00:43:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:51 ---> Running in fc5822a85134 00:43:51 ---> Running in 38fd4e9de3a5 00:43:51 ---> Running in a27768d2ed8e 00:43:51 ---> Running in 7d94d5b19dd2 00:43:51 ---> Running in 874af96c2906 00:43:56 Removing intermediate container 38fd4e9de3a5 00:43:56 ---> bff086fd12dd 00:43:56 Step 5/21 : RUN apk update && apk add make git 00:43:56 ---> Running in e66770579a1e 00:43:56 Removing intermediate container fc5822a85134 00:43:56 ---> 0be7bbbb5f02 00:43:56 Step 5/22 : RUN apk update && apk add make git 00:43:56 Removing intermediate container 874af96c2906 00:43:56 ---> 49fa411136cb 00:43:56 Step 5/21 : RUN apk update && apk add make git 00:43:56 Removing intermediate container a27768d2ed8e 00:43:56 ---> 8024645508f5 00:43:56 Step 5/22 : RUN apk update && apk add make git 00:43:56 Removing intermediate container 7d94d5b19dd2 00:43:56 ---> 000ae9bd51a0 00:43:56 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:43:56 ---> Running in c89061695506 00:43:56 ---> Running in efad664725d5 00:43:56 ---> Running in 7d721bacd5cb 00:43:56 ---> Running in 1c82b55f75c6 00:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:00 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:00 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:00 OK: 12620 distinct packages available 00:44:00 OK: 217 MiB in 51 packages 00:44:01 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:01 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:01 OK: 12620 distinct packages available 00:44:02 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:02 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:02 OK: 12620 distinct packages available 00:44:02 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:02 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:02 OK: 12620 distinct packages available 00:44:02 Removing intermediate container e66770579a1e 00:44:02 ---> 2a8c03ea60d5 00:44:02 Step 6/21 : COPY go.mod . 00:44:02 OK: 217 MiB in 51 packages 00:44:02 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:02 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:02 OK: 12620 distinct packages available 00:44:03 OK: 217 MiB in 51 packages 00:44:03 Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 00:44:03 Merge succeeded, producing ac28906b408b4dc001d55d7e520fb4e14401c63f 00:44:03 Checking out Revision ac28906b408b4dc001d55d7e520fb4e14401c63f (PR-2970) 00:44:03 OK: 217 MiB in 51 packages 00:44:03 OK: 217 MiB in 51 packages 00:44:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:03 > git config core.sparsecheckout # timeout=10 00:44:03 > git checkout -f 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 00:44:03 > git remote # timeout=10 00:44:03 > git config --get remote.origin.url # timeout=10 00:44:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:03 > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 00:44:03 > git rev-parse HEAD^{commit} # timeout=10 00:44:03 > git config core.sparsecheckout # timeout=10 00:44:03 > git checkout -f ac28906b408b4dc001d55d7e520fb4e14401c63f # timeout=10 00:44:03 ---> dc6240f9e8d9 00:44:03 Step 7/21 : RUN go mod download 00:44:04 ---> Running in 98a8514684a1 00:44:04 Removing intermediate container efad664725d5 00:44:04 ---> de9ae44af746 00:44:04 Step 6/21 : COPY go.mod . 00:44:04 Removing intermediate container 1c82b55f75c6 00:44:04 ---> e4c9e4d71f3d 00:44:04 Step 6/23 : COPY go.mod . 00:44:05 ---> 5b43a9ed958a 00:44:05 Step 7/21 : RUN go mod download 00:44:06 Removing intermediate container 7d721bacd5cb 00:44:06 ---> 6d5638fa0e8d 00:44:06 Step 6/22 : COPY go.mod . 00:44:06 Removing intermediate container c89061695506 00:44:06 ---> 1b01deac365b 00:44:06 Step 6/22 : COPY go.mod . 00:44:06 ---> Running in 3717626d536b 00:44:06 ---> a02b98d415e3 00:44:06 Step 7/23 : RUN go mod download 00:44:06 ---> Running in 82755ffb76e7 00:44:06 ---> c13c957f1425 00:44:06 Step 7/22 : RUN go mod download 00:44:07 ---> Running in 56f479f317bf 00:44:07 Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" 00:44:07 > git rev-list --no-walk 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 00:44:07 ---> 05c84bb10063 00:44:07 Step 7/22 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:44:07 ---> Running in c11358224c37 00:44:08 + echo snap-build.sh 00:44:08 snap-build.sh 00:44:08 + SNAP_BASE_DIR=. 00:44:08 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:44:08 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:44:08 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:44:08 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:44:08 + cd /w/workspace/edgex-go/2 00:44:08 + sudo apt-get remove -qy --purge lxd lxd-client 00:44:08 Reading package lists... 00:44:08 Building dependency tree... 00:44:08 Reading state information... 00:44:08 The following packages were automatically installed and are no longer required: 00:44:08 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:44:08 uidmap xdelta3 00:44:08 Use 'sudo apt autoremove' to remove them. 00:44:08 The following packages will be REMOVED: 00:44:08 lxd* lxd-client* 00:44:08 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:44:08 After this operation, 31.7 MB disk space will be freed. 00:44:09 Removing intermediate container 98a8514684a1 00:44:09 ---> 9bd3f4ce2a5b 00:44:09 Step 8/21 : COPY . . 00:44:11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:44:11 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:11 Removing intermediate container 3717626d536b 00:44:11 ---> b3b0b12a37bb 00:44:11 Step 8/21 : COPY . . 00:44:11 Removing intermediate container 82755ffb76e7 00:44:11 ---> 74e0851af0f3 00:44:11 Step 8/23 : COPY . . 00:44:11 Removing lxd dnsmasq configuration 00:44:11 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:44:12 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:44:12 Removing intermediate container 56f479f317bf 00:44:12 ---> b9599ba519d3 00:44:12 Step 8/22 : COPY . . 00:44:12 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:44:12 Removing intermediate container c11358224c37 00:44:12 ---> 0830912a58d8 00:44:12 Step 8/22 : COPY . . 00:44:13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:44:13 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:14 Processing triggers for systemd (237-3ubuntu10.42) ... 00:44:14 Processing triggers for ureadahead (0.100.0-21) ... 00:44:16 + sudo snap remove --purge lxd 00:44:16 snap "lxd" is not installed 00:44:16 + sudo groupadd --force --system lxd 00:44:16 ++ whoami 00:44:16 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:44:16 + newgrp - lxd 00:44:16 + sudo snap install lxd 00:44:24 2020-12-30T00:44:21Z INFO Waiting for automatic snapd restart... 00:44:39 ---> 47f977ca62e5 00:44:39 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:44:39 ---> a633abff32b8 00:44:39 Step 9/23 : RUN make cmd/core-data/core-data 00:44:39 ---> 505e94b3b7b9 00:44:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:44:39 ---> 8fd1a001e0db 00:44:39 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:44:39 ---> 39b912a3f811 00:44:39 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:44:39 ---> Running in 05e7868e7ca3 00:44:39 ---> Running in a98a29e21c8b 00:44:39 ---> Running in 5a15cd41039c 00:44:39 ---> Running in 2a68c064006b 00:44:39 ---> Running in 94ed4ebb31af 00:44:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:44:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:44: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 00:44:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:42 lxd 4.9 from Canonical* installed 00:44:42 + sudo lxd init --auto 00:44:48 + sudo snap install --classic snapcraft 00:44:54 snapcraft 4.4.4 from Canonical* installed 00:44:54 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:54 + patch --verbose -p1 00:44:54 Hmm... Looks like a unified diff to me... 00:44:54 The text leading up to this was: 00:44:54 -------------------------- 00:44:54 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:44:54 |From: Tony Espy 00:44:54 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:44:54 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:54 | 00:44:54 |This patch is used by the EdgeX CI pipeline builds to 00:44:54 |optimize the snap CI check run for pull requests. When 00:44:54 |applied, it essentially strips out everything (apps and 00:44:54 |parts) from the snapcraft.yaml file except those required 00:44:54 |to build edgex-go, as the whole idea of the CI check is to 00:44:54 |catch changes to edgex-go that break the snap build. 00:44:54 | 00:44:54 |In general, anyone updating snapcraft.yaml will also need 00:44:54 |to update this patch file, otherwise it may fail to apply, 00:44:54 |resulting in a failed snap build CI check in the associated 00:44:54 |pull request. 00:44:54 | 00:44:54 |Note - in addition to applying this patch, the pipeline also 00:44:54 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:54 |need to build the finally binary .snap file (and it won't 00:44:54 |work with the patch applied). This further reduces the build 00:44:54 |time. 00:44:54 |--- 00:44:54 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:44:54 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:44:54 | 00:44:54 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:54 |index 1e537489..faf42425 100644 00:44:54 |--- a/snap/snapcraft.yaml 00:44:54 |+++ b/snap/snapcraft.yaml 00:44:54 -------------------------- 00:44:54 patching file snap/snapcraft.yaml 00:44:54 Using Plan A... 00:44:54 Hunk #1 succeeded at 73. 00:44:54 Hunk #2 succeeded at 202. 00:44:54 Hunk #3 succeeded at 214. 00:44:54 Hunk #4 succeeded at 222. 00:44:54 Hunk #5 succeeded at 229. 00:44:54 Hunk #6 succeeded at 256. 00:44:54 Hunk #7 succeeded at 290. 00:44:54 Hunk #8 succeeded at 341. 00:44:54 Hmm... Ignoring the trailing garbage. 00:44:54 done 00:44:54 + sudo snapcraft prime --use-lxd 00:44:55 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:44:55 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:44:55 - README.md 00:44:55 00:44:55 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:56 Launching a container. 00:45:08 Waiting for container to be ready 00:45:08 To start your first instance, try: lxc launch ubuntu:18.04 00:45:08 00:45:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:45:11 Waiting for network to be ready... 00:45:11 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 00:45:12 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:12 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:12 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:12 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:12 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:12 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:12 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:12 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:45:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:45:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:45:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:45:12 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:45:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:45:12 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:45:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 00:45:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:45:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:45:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:45:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:45:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:45:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:45:13 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:45:17 Fetched 23.5 MB in 6s (4274 kB/s) 00:45:18 Reading package lists... 00:45:18 Reading package lists... 00:45:18 Building dependency tree... 00:45:18 Reading state information... 00:45:19 The following additional packages will be installed: 00:45:19 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:45:19 Suggested packages: 00:45:19 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:45:19 Recommended packages: 00:45:19 gnupg libsasl2-modules 00:45:19 The following NEW packages will be installed: 00:45:19 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:45:19 The following packages will be upgraded: 00:45:19 gpg gpg-agent gpgconf libudev1 00:45:19 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 00:45:19 Need to get 3531 kB of archives. 00:45:19 After this operation, 13.3 MB of additional disk space will be used. 00:45:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:45:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:45:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:45:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 00:45:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 00:45:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:45:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:45:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:45:19 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:45:19 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:45:19 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:45:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:45:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:45:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:45:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:45:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:45:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:45:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:45:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:45:20 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:45:20 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:45:20 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:45:20 debconf: delaying package configuration, since apt-utils is not installed 00:45:20 Fetched 3531 kB in 1s (3489 kB/s) 00:45:20 (Reading database ... 12511 files and directories currently installed.) 00:45:20 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:45:20 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:20 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:45:20 Selecting previously unselected package udev. 00:45:20 (Reading database ... 12511 files and directories currently installed.) 00:45:20 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:45:20 Unpacking udev (237-3ubuntu10.43) ... 00:45:20 Selecting previously unselected package libfuse2:amd64. 00:45:20 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:45:20 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:45:20 Selecting previously unselected package fuse. 00:45:20 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:45:20 Unpacking fuse (2.9.7-1ubuntu1) ... 00:45:20 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:21 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:21 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:21 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:21 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:21 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:21 Selecting previously unselected package libksba8:amd64. 00:45:21 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:45:21 Unpacking libksba8:amd64 (1.3.5-2) ... 00:45:21 Selecting previously unselected package libroken18-heimdal:amd64. 00:45:21 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:21 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:21 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:45:21 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:21 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:21 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:45:21 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:21 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:21 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:45:21 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:21 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:21 Selecting previously unselected package libwind0-heimdal:amd64. 00:45:21 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:21 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:21 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:45:21 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:21 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:21 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:45:21 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:21 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:22 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:45:22 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:22 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:22 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:45:22 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:22 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:22 Selecting previously unselected package libsasl2-modules-db:amd64. 00:45:22 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:45:22 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:45:22 Selecting previously unselected package libsasl2-2:amd64. 00:45:22 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:45:22 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:45:22 Selecting previously unselected package libldap-common. 00:45:22 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:45:22 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:45:22 Selecting previously unselected package libldap-2.4-2:amd64. 00:45:22 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:45:22 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:45:22 Selecting previously unselected package dirmngr. 00:45:22 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:22 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:45:22 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:45:22 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:45:22 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:45:22 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:45:23 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:45:23 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:45:23 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Setting up libksba8:amd64 (1.3.5-2) ... 00:45:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:23 Setting up udev (237-3ubuntu10.43) ... 00:45:23 invoke-rc.d: policy-rc.d denied execution of start. 00:45:23 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Processing triggers for systemd (237-3ubuntu10) ... 00:45:23 Setting up fuse (2.9.7-1ubuntu1) ... 00:45:23 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:45:23 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:23 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:45:23 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:45:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:24 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:45:24 settings in the [Install] section, and DefaultInstance for template units). 00:45:24 This means they are not meant to be enabled using systemctl. 00:45:24 Possible reasons for having this kind of units are: 00:45:24 1) A unit may be statically enabled by being symlinked from another unit's 00:45:24 .wants/ or .requires/ directory. 00:45:24 2) A unit's purpose may be to act as a helper for some other unit which has 00:45:24 a requirement dependency on it. 00:45:24 3) A unit may be started when needed via activation (socket, path, timer, 00:45:24 D-Bus, udev, scripted systemctl call, ...). 00:45:24 4) In case of template units, the unit is meant to be enabled with some 00:45:24 instance name specified. 00:45:24 Reading package lists... 00:45:24 Building dependency tree... 00:45:24 Reading state information... 00:45:24 The following additional packages will be installed: 00:45:24 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:45:24 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:45:24 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:45:24 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:45:24 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:45:24 Suggested packages: 00:45:24 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:45:24 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:45:24 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:45:24 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:45:24 systemd-container policykit-1 00:45:24 Recommended packages: 00:45:24 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:45:24 The following NEW packages will be installed: 00:45:24 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:45:24 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:45:24 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:45:24 multiarch-support openssh-client python3 python3-minimal python3.6 00:45:24 python3.6-minimal snapd squashfs-tools sudo 00:45:24 The following packages will be upgraded: 00:45:24 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:45:25 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 00:45:25 Need to get 35.2 MB of archives. 00:45:25 After this operation, 141 MB of additional disk space will be used. 00:45:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:45:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:45:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:45:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:45:26 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:45:26 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:45:26 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:45:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:45:26 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:45:26 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:45:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:45:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:45:26 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:45:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:45:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:45:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:45:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:45:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:45:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:45:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:45:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:45:26 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:45:26 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:45:26 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:45:26 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:45:26 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:45:26 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:45:26 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:45:26 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:45:26 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:45:27 debconf: delaying package configuration, since apt-utils is not installed 00:45:27 Fetched 35.2 MB in 2s (15.6 MB/s) 00:45:27 (Reading database ... 12757 files and directories currently installed.) 00:45:27 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:45:27 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:28 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:45:28 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:28 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:45:28 (Reading database ... 12757 files and directories currently installed.) 00:45:28 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:45:28 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:28 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:45:28 (Reading database ... 12757 files and directories currently installed.) 00:45:28 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:45:29 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:29 Setting up apt (1.6.12ubuntu0.2) ... 00:45:29 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:45:29 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:45:30 (Reading database ... 12764 files and directories currently installed.) 00:45:30 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:45:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:45:30 Selecting previously unselected package libpython3.6-minimal:amd64. 00:45:30 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:30 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:30 Selecting previously unselected package libexpat1:amd64. 00:45:30 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:45:30 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:30 Selecting previously unselected package python3.6-minimal. 00:45:30 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:30 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:45:30 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:45:30 Checking for services that may need to be restarted...done. 00:45:30 Checking for services that may need to be restarted...done. 00:45:30 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:30 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:31 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:45:31 Selecting previously unselected package python3-minimal. 00:45:31 (Reading database ... 13012 files and directories currently installed.) 00:45:31 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:45:31 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:45:31 Selecting previously unselected package mime-support. 00:45:31 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:45:31 Unpacking mime-support (3.60ubuntu1) ... 00:45:31 Selecting previously unselected package libmpdec2:amd64. 00:45:31 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:45:31 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:31 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:45:31 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:31 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:32 Selecting previously unselected package python3.6. 00:45:32 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:32 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:45:32 Selecting previously unselected package libpython3-stdlib:amd64. 00:45:32 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:45:32 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:32 Setting up python3-minimal (3.6.7-1~18.04) ... 00:45:32 Selecting previously unselected package python3. 00:45:32 (Reading database ... 13442 files and directories currently installed.) 00:45:32 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:45:32 Unpacking python3 (3.6.7-1~18.04) ... 00:45:32 Selecting previously unselected package multiarch-support. 00:45:32 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:45:32 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:45:32 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:45:32 Selecting previously unselected package liblzo2-2:amd64. 00:45:32 (Reading database ... 13479 files and directories currently installed.) 00:45:32 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:45:33 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:45:33 Selecting previously unselected package libbsd0:amd64. 00:45:33 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:45:33 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:33 Selecting previously unselected package sudo. 00:45:33 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:45:33 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:45:33 Selecting previously unselected package apparmor. 00:45:33 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:45:33 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:45:33 Selecting previously unselected package libedit2:amd64. 00:45:33 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:45:33 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:45:33 Selecting previously unselected package libkrb5support0:amd64. 00:45:33 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:45:33 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:33 Selecting previously unselected package libk5crypto3:amd64. 00:45:33 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:45:33 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:33 Selecting previously unselected package libkeyutils1:amd64. 00:45:33 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:45:33 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:33 Selecting previously unselected package libkrb5-3:amd64. 00:45:33 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:45:33 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:34 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:45:34 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:45:34 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:34 Selecting previously unselected package libssl1.0.0:amd64. 00:45:34 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:45:34 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:45:34 Selecting previously unselected package openssh-client. 00:45:34 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:45:34 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:34 Selecting previously unselected package squashfs-tools. 00:45:34 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:45:34 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:34 Selecting previously unselected package snapd. 00:45:34 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:45:34 Unpacking snapd (2.48+18.04) ... 00:45:37 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:45:37 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:45:37 Setting up mime-support (3.60ubuntu1) ... 00:45:37 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:45:37 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:37 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:37 Setting up systemd (237-3ubuntu10.43) ... 00:45:37 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:45:37 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:37 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:37 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:45:37 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:37 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:37 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:45:38 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:38 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:38 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:38 Setting up python3 (3.6.7-1~18.04) ... 00:45:38 running python rtupdate hooks for python3.6... 00:45:38 running python post-rtupdate hooks for python3.6... 00:45:38 Setting up apparmor (2.12-4ubuntu5.1) ... 00:45:40 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:45:40 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:40 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:40 Setting up snapd (2.48+18.04) ... 00:45:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:45:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:45:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:45:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:45:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:41 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:45:42 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:45:42 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:45:42 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:45:42 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:45:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:42 Processing triggers for systemd (237-3ubuntu10.43) ... 00:45:43 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:46 Reading package lists... 00:45:46 Reading package lists... 00:45:46 Building dependency tree... 00:45:46 Reading state information... 00:45:46 Calculating upgrade... 00:45:46 The following packages will be upgraded: 00:45:46 advancecomp base-files bash binutils binutils-common 00:45:46 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:45:46 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:45:46 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:45:46 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:45:46 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:45:46 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:45:46 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:45:46 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 00:45:46 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 00:45:46 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 00:45:46 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 00:45:46 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 00:45:46 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:45:46 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:45:46 Need to get 63.5 MB of archives. 00:45:46 After this operation, 5191 kB of additional disk space will be used. 00:45:46 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:45:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 00:45:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:45:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:45:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:45:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:45:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:45:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:45:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:45:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:45:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:45:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:45:47 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:45:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:45:47 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:45:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:45:47 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:45:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:45:47 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:45:47 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:45:47 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:45:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:45:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:45:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:45:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:45:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:45:47 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:45:47 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:45:47 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:45:47 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:45:47 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:45:47 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:45:47 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:45:47 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:45:47 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:45:47 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:45:47 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:45:47 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:45:47 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:45:47 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:45:47 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:45:47 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:45:47 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:45:47 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:45:47 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:45:47 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:45:47 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:45:47 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:45:47 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:45:47 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:45:47 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:45:47 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:45:47 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:45:47 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:45:47 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:45:47 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:45:47 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:45:47 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:45:47 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:45:47 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:45:47 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:45:47 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:45:48 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:45:48 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:45:48 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:45:48 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:45:48 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:45:48 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:45:48 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:45:48 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:45:48 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:45:48 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:45:48 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:45:48 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:45:48 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:45:48 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:45:48 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 00:45:48 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:45:48 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:45:48 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:45:48 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:45:48 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:45:48 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:45:48 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:45:48 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:45:48 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:45:48 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:45:49 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:45:49 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:45:49 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:45:49 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:45:49 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:45:49 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:45:49 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:45:49 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:45:49 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:45:50 debconf: delaying package configuration, since apt-utils is not installed 00:45:50 Fetched 63.5 MB in 3s (18.4 MB/s) 00:45:50 (Reading database ... 13912 files and directories currently installed.) 00:45:50 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:45:50 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:50 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:45:51 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:51 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 00:45:51 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 00:45:52 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:52 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:52 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:52 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:52 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:52 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:52 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:52 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:52 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:52 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:52 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:52 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:52 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:52 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:52 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:52 (Reading database ... 13911 files and directories currently installed.) 00:45:52 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:52 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:45:52 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:45:53 (Reading database ... 13911 files and directories currently installed.) 00:45:53 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:53 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:53 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:53 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:53 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:53 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:53 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:53 (Reading database ... 13911 files and directories currently installed.) 00:45:53 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:45:53 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:54 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:45:54 (Reading database ... 13911 files and directories currently installed.) 00:45:54 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:45:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:45:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:45:54 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:45:54 Setting up base-files (10.1ubuntu2.10) ... 00:45:54 Installing new version of config file /etc/issue ... 00:45:54 Installing new version of config file /etc/issue.net ... 00:45:54 Installing new version of config file /etc/lsb-release ... 00:45:54 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:45:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:45:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:45:55 Removing obsolete conffile /etc/default/motd-news ... 00:45:55 (Reading database ... 13912 files and directories currently installed.) 00:45:55 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:45:55 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:45:55 Setting up bash (4.4.18-2ubuntu1.2) ... 00:45:55 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:45:55 (Reading database ... 13912 files and directories currently installed.) 00:45:55 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:55 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:45:55 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:45:55 (Reading database ... 13912 files and directories currently installed.) 00:45:55 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:45:55 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:45:56 Setting up tar (1.29b-2ubuntu0.1) ... 00:45:56 (Reading database ... 13912 files and directories currently installed.) 00:45:56 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:45:56 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:56 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:45:56 (Reading database ... 13912 files and directories currently installed.) 00:45:56 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:56 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:56 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:56 (Reading database ... 13912 files and directories currently installed.) 00:45:56 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:56 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:56 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:45:57 (Reading database ... 13912 files and directories currently installed.) 00:45:57 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:45:57 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:45:57 Setting up grep (3.1-2build1) ... 00:45:57 (Reading database ... 13912 files and directories currently installed.) 00:45:57 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:57 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:57 Setting up login (1:4.5-1ubuntu2) ... 00:45:57 (Reading database ... 13912 files and directories currently installed.) 00:45:57 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:57 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:57 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:45:57 (Reading database ... 13912 files and directories currently installed.) 00:45:57 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:57 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:58 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:58 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:58 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:58 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:59 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:45:59 (Reading database ... 13912 files and directories currently installed.) 00:45:59 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:45:59 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:00 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:46:00 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:46:00 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:46:00 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:46:00 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:46:00 (Reading database ... 13912 files and directories currently installed.) 00:46:00 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:46:00 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:46:01 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:46:01 (Reading database ... 13912 files and directories currently installed.) 00:46:01 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:01 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:01 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:01 (Reading database ... 13912 files and directories currently installed.) 00:46:01 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:01 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:01 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:01 (Reading database ... 13912 files and directories currently installed.) 00:46:01 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46: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 00:46:01 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:01 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:02 (Reading database ... 13912 files and directories currently installed.) 00:46:02 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:02 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:02 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:02 (Reading database ... 13912 files and directories currently installed.) 00:46:02 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:02 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:02 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:02 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:02 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:02 (Reading database ... 13912 files and directories currently installed.) 00:46:02 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:02 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:02 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:02 (Reading database ... 13912 files and directories currently installed.) 00:46:02 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:02 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:02 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:02 (Reading database ... 13912 files and directories currently installed.) 00:46:02 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:02 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:03 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:46:03 (Reading database ... 13912 files and directories currently installed.) 00:46:03 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:03 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:03 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:46:03 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:46:04 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:46:04 (Reading database ... 13912 files and directories currently installed.) 00:46:04 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:46:04 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:04 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:46:04 (Reading database ... 13912 files and directories currently installed.) 00:46:04 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:46:04 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:05 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:46:05 (Reading database ... 13914 files and directories currently installed.) 00:46:05 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:46:05 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:46:05 Setting up debconf (1.5.66ubuntu1) ... 00:46:06 (Reading database ... 13914 files and directories currently installed.) 00:46:06 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:06 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:06 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:06 (Reading database ... 13914 files and directories currently installed.) 00:46:06 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:06 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:06 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:06 (Reading database ... 13914 files and directories currently installed.) 00:46:06 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:06 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:06 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:06 (Reading database ... 13914 files and directories currently installed.) 00:46:06 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:06 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:07 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:46:07 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:46:07 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:07 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:07 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:07 (Reading database ... 13914 files and directories currently installed.) 00:46:07 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:46:07 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:46:07 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:46:07 (Reading database ... 13914 files and directories currently installed.) 00:46:07 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:46:07 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:07 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:08 (Reading database ... 13914 files and directories currently installed.) 00:46:08 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:08 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:08 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:08 (Reading database ... 13914 files and directories currently installed.) 00:46:08 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:46:08 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:46:08 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:46:08 (Reading database ... 13914 files and directories currently installed.) 00:46:08 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:46:08 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:46:08 Setting up passwd (1:4.5-1ubuntu2) ... 00:46:08 (Reading database ... 13914 files and directories currently installed.) 00:46:08 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:08 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:09 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:46:09 (Reading database ... 13914 files and directories currently installed.) 00:46:09 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:46:09 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:46:09 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:46:09 (Reading database ... 13914 files and directories currently installed.) 00:46:09 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:46:09 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:46:09 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:46:09 (Reading database ... 13914 files and directories currently installed.) 00:46:09 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:46:09 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:46:09 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:46:09 (Reading database ... 13914 files and directories currently installed.) 00:46:09 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:46:09 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:46:09 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:46:10 (Reading database ... 13914 files and directories currently installed.) 00:46:10 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:46:10 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:46:10 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:46:10 (Reading database ... 13915 files and directories currently installed.) 00:46:10 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:46:10 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:46:10 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:46:10 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:46:10 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:46:10 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:46:10 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:46:10 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:46:10 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:46:10 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:46:10 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:46:11 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:46:11 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:46:11 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:46:11 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:46:11 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:46:11 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:46:11 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:46:11 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:46:11 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:46:11 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:46:11 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:46:11 Removing intermediate container 94ed4ebb31af 00:46:11 ---> 9557b23d50a5 00:46:11 00:46:11 Step 10/22 : FROM alpine:3.10 00:46:11 3.10: Pulling from library/alpine 00:46:12 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 00:46:12 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 00:46:13 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:46:13 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:46:13 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:46:13 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:46:13 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:46:13 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:46:13 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:46:13 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:46:13 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:46:13 Status: Downloaded newer image for alpine:3.10 00:46:13 ---> 536a684cf733 00:46:13 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:46:14 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:46:14 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:46:14 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:46:14 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:46:14 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:14 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:14 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:14 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:15 ---> Running in 0810dcf90995 00:46:15 Removing intermediate container 5a15cd41039c 00:46:15 ---> c07b5fefd3d1 00:46:15 00:46:15 Step 10/21 : FROM alpine 00:46:15 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:15 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:16 latest: Pulling from library/alpine 00:46:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:16 Status: Downloaded newer image for alpine:latest 00:46:16 ---> afeebe901d6b 00:46:16 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:46:16 Removing intermediate container 05e7868e7ca3 00:46:16 ---> 9e201d39c674 00:46:16 00:46:16 Step 10/21 : FROM scratch 00:46:16 ---> 00:46:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:16 ---> Running in a41db9d435f3 00:46:16 ---> Running in ae5671c3980c 00:46:16 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:16 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:17 Removing intermediate container ae5671c3980c 00:46:17 ---> 53d582dde0df 00:46:17 Step 12/21 : ENV APP_PORT=48085 00:46:17 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:17 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:46:18 ---> Running in ec3491120aeb 00:46:18 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:18 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:46:18 Removing intermediate container ec3491120aeb 00:46:18 ---> d0f0169a3e5b 00:46:18 Step 13/21 : EXPOSE $APP_PORT 00:46:18 ---> Running in ed2e4457fcd8 00:46:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:19 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:19 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:19 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:46:19 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:46:19 OK: 10171 distinct packages available 00:46:19 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:19 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:19 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:46:19 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:19 Removing intermediate container ed2e4457fcd8 00:46:19 ---> b590c559b98e 00:46:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:46:19 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:46:19 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:19 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:46:19 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:46:19 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:19 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:19 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:19 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:20 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:46:20 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:46:20 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:20 (1/5) Installing ca-certificates (20191127-r2) 00:46:20 v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:46:20 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:46:20 OK: 12615 distinct packages available 00:46:20 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:46:20 (3/5) Installing libcurl (7.66.0-r3) 00:46:20 (4/5) Installing curl (7.66.0-r3) 00:46:20 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:20 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:20 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:20 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:20 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:46:20 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:46:20 Setting up tzdata (2020d-0ubuntu0.18.04) ... 00:46:20 (5/5) Installing dumb-init (1.2.2-r1) 00:46:20 Executing busybox-1.30.1-r3.trigger 00:46:20 Executing ca-certificates-20191127-r2.trigger 00:46:20 00:46:20 Current default time zone: 'Etc/UTC' 00:46:20 Local time is now: Wed Dec 30 00:46:20 UTC 2020. 00:46:20 Universal Time is now: Wed Dec 30 00:46:20 UTC 2020. 00:46:20 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:46:20 00:46:20 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:46:20 OK: 7 MiB in 19 packages 00:46:20 ---> 705a90a3eac4 00:46:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:46:20 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:20 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 00:46:20 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:46:21 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:46:21 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:46:21 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:46:21 (1/4) Installing ca-certificates (20191127-r4) 00:46:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:46:21 (3/4) Installing libcurl (7.69.1-r3) 00:46:21 (4/4) Installing curl (7.69.1-r3) 00:46:21 Executing busybox-1.31.1-r19.trigger 00:46:21 Executing ca-certificates-20191127-r4.trigger 00:46:21 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:46:21 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:46:21 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:46:21 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:21 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:46:21 OK: 7 MiB in 18 packages 00:46:22 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:22 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:46:22 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:22 Setting up patch (2.7.6-2ubuntu1.1) ... 00:46:22 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:46:22 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:46:22 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:46:22 Installing new version of config file /etc/ssl/openssl.cnf ... 00:46:22 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:46:22 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:46:22 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:46:22 ---> 36c5f5dc82fa 00:46:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:46:24 Removing intermediate container 0810dcf90995 00:46:24 ---> d185da415eb0 00:46:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:46:24 ---> Running in 951bb8631d21 00:46:24 Updating certificates in /etc/ssl/certs... 00:46:24 ---> 0ec389e401fe 00:46:24 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:46:25 ---> Running in 5dfded0d10a8 00:46:25 22 added, 17 removed; done. 00:46:25 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:46:25 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:25 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:46:25 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:46:25 Setting up pkgbinarymangler (138.18.04.1) ... 00:46:25 Removing intermediate container 951bb8631d21 00:46:25 ---> dddd53fa509a 00:46:25 Step 13/22 : WORKDIR / 00:46:25 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:25 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:46:25 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:25 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:25 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:25 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:46:25 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:25 Setting up perl (5.26.1-6ubuntu0.5) ... 00:46:25 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:46:25 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:46:25 ---> Running in 5e0d735a730a 00:46:25 Removing intermediate container a41db9d435f3 00:46:25 ---> 383fbd88a6e6 00:46:25 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:25 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:46:25 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:46:25 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:46:25 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:46:25 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:46:25 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:46:25 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:46:25 ---> Running in 473e7a39473f 00:46:25 Removing intermediate container 5dfded0d10a8 00:46:25 ---> 0a16dcc541a3 00:46:25 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:46:25 Processing triggers for systemd (237-3ubuntu10.43) ... 00:46:25 Processing triggers for mime-support (3.60ubuntu1) ... 00:46:25 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:46:25 Updating certificates in /etc/ssl/certs... 00:46:26 ---> Running in 3b96acde583e 00:46:26 Removing intermediate container 5e0d735a730a 00:46:26 ---> 7134bb781b7d 00:46:26 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:46:26 0 added, 0 removed; done. 00:46:26 Running hooks in /etc/ca-certificates/update.d... 00:46:26 done. 00:46:26 Removing intermediate container 473e7a39473f 00:46:26 ---> 447456b4648c 00:46:26 Step 13/21 : WORKDIR /edgex 00:46:27 ---> Running in a7455ce94108 00:46:27 Removing intermediate container 3b96acde583e 00:46:27 ---> aa6b97dbf3d2 00:46:27 Step 19/21 : LABEL arch=arm64 00:46:27 Reading package lists... 00:46:27 ---> Running in 12040ceddf32 00:46:27 Building dependency tree... 00:46:27 Reading state information... 00:46:27 The following NEW packages will be installed: 00:46:27 apt-transport-https 00:46:27 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:46:27 Need to get 1696 B of archives. 00:46:27 After this operation, 153 kB of additional disk space will be used. 00:46:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:46:27 debconf: delaying package configuration, since apt-utils is not installed 00:46:27 Fetched 1696 B in 0s (40.7 kB/s) 00:46:27 Selecting previously unselected package apt-transport-https. 00:46:27 (Reading database ... 13929 files and directories currently installed.) 00:46:27 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:46:27 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:46:27 ---> 1f98cae2358a 00:46:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:46:27 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:46:27 Removing intermediate container a7455ce94108 00:46:27 ---> 7c374db2ba50 00:46:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:46:27 Removing intermediate container 12040ceddf32 00:46:27 ---> 0404e21bfd0e 00:46:27 Step 20/21 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:46:28 Waiting for network to be ready... 00:46:28 ---> Running in b1d32a79f8c7 00:46:29 Removing intermediate container b1d32a79f8c7 00:46:29 ---> 83a8471753ff 00:46:29 Step 21/21 : LABEL version=0.0.0 00:46:29 ---> a1fe2a228db4 00:46:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:46:29 ---> a5c98a02d07e 00:46:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:46:29 ---> Running in a252fdafa72b 00:46:30 Removing intermediate container a252fdafa72b 00:46:30 ---> 533eddb8c022 00:46:30 00:46:30 ---> 4800d0ca4874 00:46:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:46:31 Successfully built 533eddb8c022 00:46:31 Successfully tagged docker-support-scheduler-go-arm64:latest 00:46:31  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 00:46:31 ---> 04402ae4f28d 00:46:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:46:32 ---> b41c1c79e220 00:46:32 Step 18/22 : RUN chmod +x entrypoint.sh 00:46:32 ---> Running in 44db2f70254b 00:46:34 2020-12-30T00:46:31Z INFO Waiting for automatic snapd restart... 00:46:34 snapd 2.48.1 from Canonical* installed 00:46:34 ---> 40d09bc60d75 00:46:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:46:36 "snapd" switched to the "latest/stable" channel 00:46:36 00:46:36 ---> Running in 0933a98940ed 00:46:36 Removing intermediate container a98a29e21c8b 00:46:36 ---> 09fc0820a705 00:46:36 00:46:36 Step 10/22 : FROM scratch 00:46:36 ---> 00:46:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:36 ---> Using cache 00:46:36 ---> 53d582dde0df 00:46:36 Step 12/22 : ENV APP_PORT=48081 00:46:37 ---> Running in 991f96ef99ec 00:46:37 Removing intermediate container 0933a98940ed 00:46:37 ---> b44a4edf0874 00:46:37 Step 18/21 : CMD ["--init=true"] 00:46:37 ---> Running in 82484525fd12 00:46:37 Removing intermediate container 44db2f70254b 00:46:37 ---> e43f9b933ba2 00:46:37 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:46:38 Removing intermediate container 991f96ef99ec 00:46:38 ---> 6c8689d5e230 00:46:38 Step 13/22 : EXPOSE $APP_PORT 00:46:38 ---> Running in 8f4d8890fb85 00:46:38 ---> Running in 69cab82fa9c8 00:46:38 Removing intermediate container 82484525fd12 00:46:38 ---> 3b2c994269e3 00:46:38 Step 19/21 : LABEL arch=arm64 00:46:38 ---> Running in 2125c99687ed 00:46:38 Removing intermediate container 8f4d8890fb85 00:46:38 ---> 2177a973a864 00:46:38 Step 20/22 : LABEL arch=arm64 00:46:38 Removing intermediate container 69cab82fa9c8 00:46:38 ---> 146e4f9bfd91 00:46:38 Step 14/22 : WORKDIR / 00:46:38 ---> Running in beece27f9d02 00:46:39 ---> Running in 0248a18d58dd 00:46:39 Removing intermediate container 2125c99687ed 00:46:39 ---> dc2a967624e5 00:46:39 Step 20/21 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:46:39 ---> Running in a0e76e70e82e 00:46:39 Removing intermediate container beece27f9d02 00:46:39 ---> 621408b04eb6 00:46:39 Step 21/22 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:46:39 Removing intermediate container 0248a18d58dd 00:46:39 ---> 1eb200e382cf 00:46:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:46:40 ---> Running in 42b0ab269fb3 00:46:40 core18 20201210 from Canonical* installed 00:46:40 "core18" switched to the "latest/stable" channel 00:46:40 00:46:40 Removing intermediate container a0e76e70e82e 00:46:40 ---> 5f1b0fa6bb66 00:46:40 Step 21/21 : LABEL version=0.0.0 00:46:41 ---> Running in 29ee32d02089 00:46:41 ---> 2d6aeed5533d 00:46:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:41 Removing intermediate container 42b0ab269fb3 00:46:41 ---> b057cdb3af1f 00:46:41 Step 22/22 : LABEL version=0.0.0 00:46:41 ---> Running in de84330aee86 00:46:41 Removing intermediate container 29ee32d02089 00:46:41 ---> 76546e63e18e 00:46:41 00:46:42 Successfully built 76546e63e18e 00:46:43 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:46:43  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:46:43 Removing intermediate container de84330aee86 00:46:43 ---> 72125e544624 00:46:43 00:46:43 Successfully built 72125e544624 00:46:43 ---> e7e964425e34 00:46:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:46:43 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:46:43  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 00:46:44 Removing intermediate container 2a68c064006b 00:46:44 ---> ff2550ce5742 00:46:44 00:46:44 Step 10/23 : FROM alpine 00:46:44 ---> afeebe901d6b 00:46:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:44 ---> dbfe13ceff69 00:46:44 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:46:45 ---> Running in df2c11a23ce0 00:46:45 ---> Running in 743d0a073528 00:46:45 snapcraft 4.4.4 from Canonical* installed 00:46:45 "snapcraft" switched to the "latest/stable" channel 00:46:45 00:46:45 Removing intermediate container df2c11a23ce0 00:46:45 ---> 495c89357d39 00:46:45 Step 12/23 : ENV APP_PORT=48080 00:46:45 Removing intermediate container 743d0a073528 00:46:45 ---> 08a8503d8669 00:46:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:45 ---> Running in 78e5517124ef 00:46:45 ---> Running in 4f29ede47ac2 00:46:46 Removing intermediate container 78e5517124ef 00:46:46 ---> 27268e0cf280 00:46:46 Step 13/23 : EXPOSE $APP_PORT 00:46:46 Removing intermediate container 4f29ede47ac2 00:46:46 ---> f9bbc381964c 00:46:46 Step 20/22 : LABEL arch=arm64 00:46:46 ---> Running in 27f5a4644a43 00:46:47 ---> Running in e0289733ef7b 00:46:48 Removing intermediate container 27f5a4644a43 00:46:48 ---> 3c6d8720fc60 00:46:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:48 Removing intermediate container e0289733ef7b 00:46:48 ---> b2e0854dd7e5 00:46:48 Step 21/22 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:46:48 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:46:48 - README.md 00:46:48 00:46:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:46:48 ---> Running in 9720631716c3 00:46:49 ---> Running in 4729d27de43f 00:46:50 Removing intermediate container 4729d27de43f 00:46:50 ---> fbf762c9b37c 00:46:50 Step 22/22 : LABEL version=0.0.0 00:46:51 ---> Running in b6c03deeb3c7 00:46:52 Removing intermediate container b6c03deeb3c7 00:46:52 ---> bd9a6055b149 00:46:52 00:46:53 Removing intermediate container 9720631716c3 00:46:53 ---> ad5af4dc97ba 00:46:53 Step 15/23 : RUN apk --no-cache add zeromq 00:46:53 Successfully built bd9a6055b149 00:46:53 Successfully tagged docker-core-metadata-go-arm64:latest 00:46:53  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 00:46:53 ---> Running in e77ac6fdb1ae 00:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:56 (1/5) Installing libgcc (9.3.0-r2) 00:46:56 (2/5) Installing libsodium (1.0.18-r0) 00:46:56 (3/5) Installing libstdc++ (9.3.0-r2) 00:46:56 (4/5) Installing libzmq (4.3.3-r0) 00:46:56 Reading package lists... 00:46:57 (5/5) Installing zeromq (4.3.3-r0) 00:46:57 Executing busybox-1.31.1-r19.trigger 00:46:57 OK: 8 MiB in 19 packages 00:46:57 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 00:46:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:58 ---> a13f89d2c250 00:46:58 Step 3/24 : WORKDIR /edgex-go 00:46:58 ---> Using cache 00:46:58 ---> 2417c0972414 00:46:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:58 ---> Using cache 00:46:58 ---> 000ae9bd51a0 00:46:58 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:47:00 ---> Running in 9d80fb31292c 00:47:00 Removing intermediate container e77ac6fdb1ae 00:47:00 ---> c7a40b3f06a0 00:47:00 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:47:02 ---> a27f59199dd3 00:47:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:03 ---> 925ebde641f6 00:47:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:47:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:03 Reading package lists... 00:47:03 Building dependency tree... 00:47:03 Reading state information... 00:47:03 Suggested packages: 00:47:03 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:47:03 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:47:03 Recommended packages: 00:47:03 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:47:03 The following NEW packages will be installed: 00:47:03 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:47:03 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:47:03 pkg-config zip 00:47:03 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:47:03 Need to get 7655 kB of archives. 00:47:03 After this operation, 43.7 MB of additional disk space will be used. 00:47:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:47:03 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:47:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:47:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:47:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:47:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:47:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:47:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:47:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:47:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:47:04 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:47:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:47:04 ---> 220864b064c5 00:47:04 Step 19/23 : ENTRYPOINT ["/core-data"] 00:47:04 ---> Running in 15ca3b23d6b4 00:47:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:47:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:47:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:47:04 debconf: delaying package configuration, since apt-utils is not installed 00:47:05 Fetched 7655 kB in 1s (8302 kB/s) 00:47:05 Selecting previously unselected package libglib2.0-0:amd64. 00:47:05 (Reading database ... 13933 files and directories currently installed.) 00:47:05 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:47:05 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:47:05 Selecting previously unselected package libpsl5:amd64. 00:47:05 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:47:05 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:47:05 Selecting previously unselected package libnghttp2-14:amd64. 00:47:05 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:47:05 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:47:05 Selecting previously unselected package librtmp1:amd64. 00:47:05 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:47:05 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:47:05 Selecting previously unselected package libcurl3-gnutls:amd64. 00:47:05 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:47:05 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:47:05 Selecting previously unselected package liberror-perl. 00:47:05 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:47:05 Unpacking liberror-perl (0.17025-1) ... 00:47:05 Selecting previously unselected package git-man. 00:47:05 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:47:05 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:47:05 Removing intermediate container 15ca3b23d6b4 00:47:05 ---> e8f328f8e032 00:47:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:05 Selecting previously unselected package git. 00:47:05 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:47:05 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:47:06 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:06 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:06 OK: 12620 distinct packages available 00:47:06 ---> Running in 97101fa85358 00:47:06 Selecting previously unselected package libnorm1:amd64. 00:47:06 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:47:06 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:47:06 Selecting previously unselected package libpgm-5.2-0:amd64. 00:47:06 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:47:06 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:47:06 Selecting previously unselected package libsodium23:amd64. 00:47:06 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:47:06 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:47:06 Selecting previously unselected package libzmq5:amd64. 00:47:06 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:47:06 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:47:06 Selecting previously unselected package libzmq3-dev:amd64. 00:47:06 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:47:06 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:47:07 Selecting previously unselected package pkg-config. 00:47:07 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:47:07 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:47:07 Selecting previously unselected package zip. 00:47:07 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:47:07 Unpacking zip (3.0-11build1) ... 00:47:07 OK: 217 MiB in 51 packages 00:47:07 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:47:07 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:47:07 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:47:07 Setting up liberror-perl (0.17025-1) ... 00:47:07 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:47:07 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:47:07 No schema files found: doing nothing. 00:47:07 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:47:07 Removing intermediate container 97101fa85358 00:47:07 ---> 05619b0c5764 00:47:07 Step 21/23 : LABEL arch=arm64 00:47:07 Setting up zip (3.0-11build1) ... 00:47:07 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:47:07 Setting up libsodium23:amd64 (1.0.16-2) ... 00:47:07 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:47:07 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:47:07 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:47:07 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:47:07 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:47:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:47:08 ---> Running in 14cb7000ae16 00:47:09 Removing intermediate container 14cb7000ae16 00:47:09 ---> 787820a361e0 00:47:09 Step 22/23 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:47:09 Removing intermediate container 9d80fb31292c 00:47:09 ---> 190933af3448 00:47:09 Step 6/24 : COPY go.mod . 00:47:09 ---> Running in 66e675fa1a39 00:47:10 Removing intermediate container 66e675fa1a39 00:47:10 ---> bfff43a9c0ad 00:47:10 Step 23/23 : LABEL version=0.0.0 00:47:10 ---> 36cc4775d2f1 00:47:10 Step 7/24 : RUN go mod download 00:47:11 ---> Running in d57d30b51c85 00:47:11 ---> Running in 5ecb3c3d4123 00:47:12 Removing intermediate container d57d30b51c85 00:47:12 ---> ff6e5845752e 00:47:12 00:47:12 Successfully built ff6e5845752e 00:47:12 Successfully tagged docker-core-data-go-arm64:latest 00:47:12 Building docker-security-bootstrapper-go 00:47:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:14 git set to automatically installed. 00:47:14 git-man set to automatically installed. 00:47:14 libcurl3-gnutls set to automatically installed. 00:47:14 liberror-perl set to automatically installed. 00:47:14 libglib2.0-0 set to automatically installed. 00:47:14 libnghttp2-14 set to automatically installed. 00:47:14 libnorm1 set to automatically installed. 00:47:14 libpgm-5.2-0 set to automatically installed. 00:47:14 libpsl5 set to automatically installed. 00:47:14 librtmp1 set to automatically installed. 00:47:14 libsodium23 set to automatically installed. 00:47:14 libzmq3-dev set to automatically installed. 00:47:14 libzmq5 set to automatically installed. 00:47:14 pkg-config set to automatically installed. 00:47:14 zip set to automatically installed. 00:47:14  Building docker-core-data-go ... done Removing intermediate container 5ecb3c3d4123 00:47:14 ---> 52b236e4e298 00:47:14 Step 8/24 : COPY . . 00:47:15 snapd is not logged in, snap install commands will use sudo 00:47:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:22 snap "core18" has no updates available 00:47:23 Pulling config-common 00:47:24 Pulling go-build-helper 00:47:29 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:29 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:47:29 ---> a13f89d2c250 00:47:29 Step 3/27 : WORKDIR /edgex-go 00:47:29 ---> Using cache 00:47:29 ---> 2417c0972414 00:47:29 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:29 ---> Using cache 00:47:29 ---> 000ae9bd51a0 00:47:29 Step 5/27 : RUN apk update && apk add make bash git 00:47:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:29 ---> a13f89d2c250 00:47:29 Step 3/22 : WORKDIR /edgex-go 00:47:29 ---> Using cache 00:47:29 ---> 2417c0972414 00:47:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:29 ---> Using cache 00:47:29 ---> 000ae9bd51a0 00:47:29 Step 5/22 : RUN apk update && apk add make git 00:47:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:35 ---> a13f89d2c250 00:47:35 Step 3/24 : WORKDIR /edgex-go 00:47:35 ---> Using cache 00:47:35 ---> 2417c0972414 00:47:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:35 ---> Using cache 00:47:35 ---> 000ae9bd51a0 00:47:35 Step 5/24 : RUN apk update && apk add make git 00:47:36 ---> Running in 7a4ecc817add 00:47:36 ---> Running in 04f58aa34dc0 00:47:36 ---> Running in 55004eb69805 00:47:36 ---> ceac26647506 00:47:36 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:47:37 ---> Running in be82f8acbab6 00:47:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:40 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:40 Step 2/32 : FROM ${BUILDER_BASE} AS builder 00:47:40 ---> a13f89d2c250 00:47:40 Step 3/32 : WORKDIR /edgex-go 00:47:40 ---> Using cache 00:47:40 ---> 2417c0972414 00:47:40 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:40 ---> Using cache 00:47:40 ---> 000ae9bd51a0 00:47:40 Step 5/32 : RUN apk add --update --no-cache make git 00:47:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:40 ---> Running in c0c0a50085c3 00:47:41 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:41 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:41 OK: 12620 distinct packages available 00:47:41 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:41 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:41 OK: 12620 distinct packages available 00:47:41 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:41 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:41 OK: 12620 distinct packages available 00:47:41 OK: 217 MiB in 51 packages 00:47:42 OK: 217 MiB in 51 packages 00:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:42 OK: 217 MiB in 51 packages 00:47:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:44 OK: 217 MiB in 51 packages 00:47:44 Removing intermediate container 04f58aa34dc0 00:47:44 ---> d57625734467 00:47:44 Step 6/27 : COPY go.mod . 00:47:44 Removing intermediate container 7a4ecc817add 00:47:44 ---> 15279698e953 00:47:44 Step 6/24 : COPY go.mod . 00:47:44 Removing intermediate container 55004eb69805 00:47:45 ---> 38c2c76c982c 00:47:45 Step 6/22 : COPY go.mod . 00:47:46 Removing intermediate container c0c0a50085c3 00:47:46 ---> 81ffae49f873 00:47:46 Step 6/32 : COPY go.mod . 00:47:46 ---> e91552176c99 00:47:46 Step 7/27 : RUN go mod download 00:47:46 ---> Running in 2cc545022fcf 00:47:46 ---> 4367a57ad569 00:47:46 Step 7/24 : RUN go mod download 00:47:47 ---> a367f3b20055 00:47:47 Step 7/22 : RUN go mod download 00:47:47 ---> Running in 0a6954232c68 00:47:47 ---> Running in 69ee7bd74bb3 00:47:47 ---> 61f76be7360c 00:47:47 Step 7/32 : RUN go mod download 00:47:48 ---> Running in 2337dd33aed2 00:47:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:47:51 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:47:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 00:47:51 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:47:51 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:47:51 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:47:51 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:47:51 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:47:51 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:47:51 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:47:51 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:47:51 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:47:51 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:47:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:47:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:47:51 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:47:51 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:47:51 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:47:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:47:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 00:47:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:47:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:47:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:47:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:47:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:47:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:47:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:47:51 Fetched 23.5 MB in 0s (0 B/s) 00:47:51 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:47:51 Fetched 96.5 kB in 0s (0 B/s) 00:47:51 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:47:51 Fetched 279 kB in 0s (0 B/s) 00:47:51 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:47:51 Fetched 122 kB in 0s (0 B/s) 00:47:51 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:47:51 Fetched 77.8 kB in 0s (0 B/s) 00:47:51 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:47:51 Fetched 8848 B in 0s (0 B/s) 00:47:51 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:47:51 Fetched 47.8 kB in 0s (0 B/s) 00:47:51 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:47:51 Fetched 45.6 kB in 0s (0 B/s) 00:47:51 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 00:47:51 Fetched 14.8 kB in 0s (0 B/s) 00:47:51 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:47:51 Fetched 214 kB in 0s (0 B/s) 00:47:51 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:47:51 Fetched 155 kB in 0s (0 B/s) 00:47:51 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:47:51 Fetched 50.6 kB in 0s (0 B/s) 00:47:51 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:47:51 Fetched 14.8 kB in 0s (0 B/s) 00:47:51 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:47:51 Fetched 41.8 kB in 0s (0 B/s) 00:47:51 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:47:51 Fetched 499 kB in 0s (0 B/s) 00:47:51 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:47:51 Fetched 111 kB in 0s (0 B/s) 00:47:51 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:47:51 Fetched 240 kB in 0s (0 B/s) 00:47:51 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:47:51 Fetched 29.3 kB in 0s (0 B/s) 00:47:51 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:47:51 Fetched 85.5 kB in 0s (0 B/s) 00:47:51 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:47:51 Fetched 24.5 kB in 0s (0 B/s) 00:47:51 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 00:47:51 Fetched 49.2 kB in 0s (0 B/s) 00:47:51 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:47:51 Fetched 54.2 kB in 0s (0 B/s) 00:47:51 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:47:51 Fetched 30.8 kB in 0s (0 B/s) 00:47:51 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:47:51 Fetched 17.0 kB in 0s (0 B/s) 00:47:51 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:47:51 Fetched 85.9 kB in 0s (0 B/s) 00:47:51 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:47:51 Fetched 8720 B in 0s (0 B/s) 00:47:51 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:47:51 Fetched 137 kB in 0s (0 B/s) 00:47:51 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:47:51 Fetched 119 kB in 0s (0 B/s) 00:47:51 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:47:51 Fetched 109 kB in 0s (0 B/s) 00:47:51 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:47:51 Fetched 11.1 kB in 0s (0 B/s) 00:47:51 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:47:51 Fetched 645 kB in 0s (0 B/s) 00:47:51 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:47:51 Fetched 41.3 kB in 0s (0 B/s) 00:47:51 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:47:51 Fetched 17.9 kB in 0s (0 B/s) 00:47:51 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:47:51 Fetched 368 kB in 0s (0 B/s) 00:47:51 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 00:47:51 Fetched 187 kB in 0s (0 B/s) 00:47:51 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:47:51 Fetched 175 kB in 0s (0 B/s) 00:47:51 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:47:51 Fetched 206 kB in 0s (0 B/s) 00:47:51 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:47:51 Fetched 1301 kB in 0s (0 B/s) 00:47:51 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:47:51 Fetched 36.2 kB in 0s (0 B/s) 00:47:51 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:47:51 Fetched 159 kB in 0s (0 B/s) 00:47:51 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:47:51 Fetched 107 kB in 0s (0 B/s) 00:47:51 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:47:51 Fetched 48.7 kB in 0s (0 B/s) 00:47:51 Pulling static-packages 00:47:53 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:47:53 Skipping pull go-build-helper (already ran) 00:47:53 Skipping pull static-packages (already ran) 00:47:53 Building go-build-helper 00:47:54 Removing intermediate container 2cc545022fcf 00:47:54 ---> 838cb7856d04 00:47:54 Step 8/27 : COPY . . 00:47:54 Removing intermediate container 0a6954232c68 00:47:54 ---> a589b2e7875d 00:47:54 Step 8/24 : COPY . . 00:47:54 Removing intermediate container 69ee7bd74bb3 00:47:54 ---> 5a0ae6f2ae12 00:47:54 Step 8/22 : COPY . . 00:47:55 Removing intermediate container 2337dd33aed2 00:47:55 ---> 6c12f322f9bb 00:47:55 Step 8/32 : COPY . . 00:47:57 Building static-packages 00:47:59 Staging go-build-helper 00:48:00 Staging static-packages 00:48:01 Pulling go115 00:48:02 'edgex-go' has dependencies that need to be staged: go115 00:48:02 Skipping pull go115 (already ran) 00:48:02 Building go115 00:48:02 % Total % Received % Xferd Average Speed Time Time Time Current 00:48:02 Dload Upload Total Spent Left Speed 00:48:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 12555 0 0 99642 0 0:20:15 --:--:-- 0:20:15 98858 26 115M 26 30.9M 0 0 27.5M 0 0:00:04 0:00:01 0:00:03 27.5M 58 115M 58 67.2M 0 0 31.6M 0 0:00:03 0:00:02 0:00:01 31.6M 92 115M 92 106M 0 0 34.1M 0 0:00:03 0:00:03 --:--:-- 34.1M 100 115M 100 115M 0 0 34.7M 0 0:00:03 0:00:03 --:--:-- 34.7M 00:48:06 go1.15.2.linux-amd64.tar.gz: OK 00:48:11 Staging go115 00:48:18 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:48:18 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:48:18 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:48:18 Fetched 0 B in 0s (0 B/s) 00:48:18 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:48:18 Fetched 224 kB in 0s (0 B/s) 00:48:18 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:48:18 Fetched 157 kB in 0s (0 B/s) 00:48:18 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:48:18 Fetched 221 kB in 0s (0 B/s) 00:48:18 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:48:18 Fetched 143 kB in 0s (0 B/s) 00:48:18 Pulling edgex-go 00:48:19 Pulling version 00:48:20 Building config-common 00:48:22 Skipping build go-build-helper (already ran) 00:48:22 Skipping build static-packages (already ran) 00:48:22 Skipping build go115 (already ran) 00:48:22 Building edgex-go 00:48:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:48:24 go: downloading github.com/gorilla/mux v1.8.0 00:48:24 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 00:48:24 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 00:48:24 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:48:24 go: downloading github.com/google/uuid v1.1.2 00:48:24 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:48:24 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 00:48:24 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:48:24 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 00:48:24 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:48:24 go: downloading github.com/pkg/errors v0.8.1 00:48:24 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:48:24 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:48:24 go: downloading github.com/BurntSushi/toml v0.3.1 00:48:24 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:48:24 go: downloading github.com/go-kit/kit v0.8.0 00:48:24 go: downloading github.com/pelletier/go-toml v1.2.0 00:48:24 go: downloading github.com/imdario/mergo v0.3.11 00:48:24 go: downloading github.com/x448/float16 v0.8.4 00:48:24 go: downloading gopkg.in/yaml.v2 v2.4.0 00:48:24 go: downloading github.com/pebbe/zmq4 v1.0.0 00:48:24 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:48:24 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:48:24 go: downloading github.com/hashicorp/consul/api v1.1.0 00:48:24 go: downloading github.com/leodido/go-urn v1.2.0 00:48:24 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:48:24 go: downloading github.com/go-playground/universal-translator v0.17.0 00:48:24 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:48:24 go: downloading github.com/hashicorp/serf v0.8.2 00:48:24 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:48:24 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:48:24 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:48:24 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:48:24 go: downloading github.com/mitchellh/copystructure v1.0.0 00:48:24 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:48:24 go: downloading github.com/go-playground/locales v0.13.0 00:48:24 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:48:25 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:48:25 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:48:25 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:48:27 ---> 50a22200744f 00:48:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:48:27 ---> 99224cfa0978 00:48:27 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:48:27 ---> 7c81647d7972 00:48:27 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:48:27 ---> 19af4610e793 00:48:27 Step 9/22 : RUN make cmd/core-command/core-command 00:48:27 ---> Running in de596ce62756 00:48:27 ---> Running in 9433dfca5233 00:48:27 ---> Running in 7041dced016e 00:48:27 ---> Running in a85905b3498f 00:48:27 Removing intermediate container be82f8acbab6 00:48:27 ---> d4dd234dc22b 00:48:27 00:48:27 Step 10/24 : FROM scratch 00:48:27 ---> 00:48:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:48:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:48:27 ---> Running in 7c9c8c19f78c 00:48:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:48:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:48:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:48:28 Removing intermediate container 7c9c8c19f78c 00:48:28 ---> e0b38a6ed9b1 00:48:28 Step 12/24 : ENV APP_PORT=48060 00:48:28 ---> Running in 2254e94ae588 00:48:29 Removing intermediate container 2254e94ae588 00:48:29 ---> ea9bc2977ec3 00:48:29 Step 13/24 : EXPOSE $APP_PORT 00:48:29 ---> Running in 8b88145ed232 00:48:29 Removing intermediate container 8b88145ed232 00:48:29 ---> f31aa3a963a5 00:48:29 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:48:31 ---> 05185a11a58a 00:48:31 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:48:32 ---> c2dff8c5b7b6 00:48:32 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:48:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:48:34 ---> 4c13f1038a07 00:48:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:48:35 ---> f56a45504206 00:48:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:37 ---> c6523f2d6477 00:48:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48: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 00:48:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:48:38 ---> 1f30f5c86765 00:48:38 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:48:38 ---> Running in 4ccbfc9c6e27 00:48:39 Removing intermediate container 4ccbfc9c6e27 00:48:39 ---> acf4aa836dbf 00:48:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:39 ---> Running in 9fa9838e0c48 00:48:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:48:40 go: downloading github.com/stretchr/testify v1.6.1 00:48:40 Removing intermediate container 9fa9838e0c48 00:48:40 ---> 047ef201e73a 00:48:40 Step 22/24 : LABEL arch=arm64 00:48:40 ---> Running in 7ce21d46181c 00:48:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:48:40 go: downloading github.com/davecgh/go-spew v1.1.1 00:48:40 go: downloading github.com/pmezard/go-difflib v1.0.0 00:48:41 Removing intermediate container 7ce21d46181c 00:48:41 ---> 0c3834e9cdba 00:48:41 Step 23/24 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:48:41 ---> Running in da0ace821714 00:48:41 Removing intermediate container da0ace821714 00:48:41 ---> 90ffb1690eef 00:48:41 Step 24/24 : LABEL version=0.0.0 00:48:42 ---> Running in 9aeebc187759 00:48:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:48:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:48:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:48:42 Removing intermediate container 9aeebc187759 00:48:42 ---> b534cf2077a3 00:48:42 00:48:43 Successfully built b534cf2077a3 00:48:43 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:48:43 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:48:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:44 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:48:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:48:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:48:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:48:48 go: downloading github.com/lib/pq v1.9.0 00:48:52 Building version 00:48:54 Staging config-common 00:48:56 Skipping stage go-build-helper (already ran) 00:48:56 Skipping stage static-packages (already ran) 00:48:56 Skipping stage go115 (already ran) 00:48:56 Staging edgex-go 00:48:57 Staging version 00:48:57 Priming config-common 00:48:59 Priming go-build-helper 00:49:00 Priming static-packages 00:49:02 Priming go115 00:49:03 Priming edgex-go 00:49:04 Priming version 00:49:06 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:49:40  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:49:46 Removing intermediate container 7041dced016e 00:49:46 ---> 18607965589b 00:49:46 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:46 Removing intermediate container a85905b3498f 00:49:46 ---> 8c1795712474 00:49:46 00:49:46 Step 10/22 : FROM scratch 00:49:46 ---> 00:49:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:46 Removing intermediate container de596ce62756 00:49:46 ---> 2171f1b7eea6 00:49:46 00:49:46 Step 10/24 : FROM alpine:3.10 00:49:46 ---> 536a684cf733 00:49:46 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:49:46 ---> Using cache 00:49:46 ---> d185da415eb0 00:49:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:46 ---> Using cache 00:49:46 ---> 53d582dde0df 00:49:46 Step 12/22 : ENV APP_PORT=48082 00:49:46 ---> Running in 3d8cfc79fcf0 00:49:46 ---> Running in 4d9637a2c4f5 00:49:46 ---> Running in 35a149af5569 00:49:47 Removing intermediate container 4d9637a2c4f5 00:49:47 ---> a97e76f5e948 00:49:47 Step 13/24 : WORKDIR / 00:49:47 Removing intermediate container 35a149af5569 00:49:47 ---> a3e3357d19d8 00:49:47 Step 13/22 : EXPOSE $APP_PORT 00:49:48 ---> Running in d1cc5abab234 00:49:48 ---> Running in 714cc1de99c9 00:49:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49:48 Removing intermediate container d1cc5abab234 00:49:48 ---> d3151fd1e66e 00:49:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:48 Removing intermediate container 714cc1de99c9 00:49:48 ---> d2fa9d60d3b9 00:49:48 Step 14/22 : WORKDIR / 00:49:48 ---> Running in 7b716d37dc1c 00:49:49 Removing intermediate container 7b716d37dc1c 00:49:49 ---> 3802da334c34 00:49:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:49:50 ---> 01b6fbaafda9 00:49:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:51 ---> 1bdb091c788b 00:49:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:51 ---> 34f3541d3c22 00:49:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:52 Removing intermediate container 9433dfca5233 00:49:52 ---> 4c6981d88bfd 00:49:52 00:49:52 Step 10/32 : FROM alpine:3.12 00:49:52 3.12: Pulling from library/alpine 00:49:52 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:49:52 Status: Downloaded newer image for alpine:3.12 00:49:52 ---> afeebe901d6b 00:49:52 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 00:49:52 Removing intermediate container 3d8cfc79fcf0 00:49:52 ---> ffa26757e412 00:49:52 00:49:52 Step 11/27 : FROM docker:latest 00:49:52 ---> f66387bf908a 00:49:52 Step 12/27 : RUN apk add --no-cache bash 00:49:52 ---> Running in 4a3cd10b3a56 00:49:52 ---> 8c424e581346 00:49:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:52 ---> dd7380203d75 00:49:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:52 ---> Running in 90a19f1b60d9 00:49:53 ---> b72bd32616d8 00:49:53 Step 18/22 : ENTRYPOINT ["/core-command"] 00:49:54 ---> Running in 8d29a9b33544 00:49:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:54 ---> 857b811d1c2b 00:49:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:54 Removing intermediate container 8d29a9b33544 00:49:54 ---> 2daa9a110704 00:49:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:54 ---> Running in 9430cf8b448d 00:49:54 (1/2) Installing dumb-init (1.2.2-r1) 00:49:54 (1/2) Installing readline (8.0.4-r0) 00:49:54 (2/2) Installing openssl (1.1.1i-r0) 00:49:54 (2/2) Installing bash (5.0.17-r0) 00:49:54 Executing busybox-1.31.1-r19.trigger 00:49:54 OK: 6 MiB in 16 packages 00:49:54 Executing bash-5.0.17-r0.post-install 00:49:54 Executing busybox-1.31.1-r19.trigger 00:49:55 OK: 12 MiB in 22 packages 00:49:55 ---> 16ec1feedad4 00:49:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:55 Removing intermediate container 9430cf8b448d 00:49:55 ---> 669391dc756b 00:49:55 Step 20/22 : LABEL arch=arm64 00:49:56 ---> Running in 5962c234a473 00:49:56 ---> 772cbbff6740 00:49:56 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:49:56 Removing intermediate container 5962c234a473 00:49:56 ---> 040cbbd30755 00:49:56 Step 21/22 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:49:56 ---> Running in 613ff2a2b42f 00:49:56 ---> Running in 656cc1580dc5 00:49:56 Removing intermediate container 4a3cd10b3a56 00:49:56 ---> 3939b5373284 00:49:56 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:56 Removing intermediate container 90a19f1b60d9 00:49:56 ---> 0164b8c03428 00:49:56 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:49:57 ---> Running in 490d6e52254b 00:49:57 ---> Running in 1bbe769a1cb8 00:49:57 Removing intermediate container 656cc1580dc5 00:49:57 ---> e5103677bd42 00:49:57 Step 22/22 : LABEL version=0.0.0 00:49:57 ---> Running in 2fb83def640e 00:49:57 Removing intermediate container 490d6e52254b 00:49:57 ---> feab68473c02 00:49:57 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 00:49:57 ---> Running in c840d56f5ae9 00:49:58 Removing intermediate container 2fb83def640e 00:49:58 ---> d933984d9a62 00:49:58 00:49:58 Removing intermediate container c840d56f5ae9 00:49:58 ---> 0134157d3d7d 00:49:58 Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 00:49:58 Successfully built d933984d9a62 00:49:58 Successfully tagged docker-core-command-go-arm64:latest 00:49:58  Building docker-core-command-go ... done  ---> Running in 54bbb8baf32c 00:49:59 Removing intermediate container 613ff2a2b42f 00:49:59 ---> 96ad5cb378a5 00:49:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:59 ---> Running in 3e1b3155d1f2 00:50:00 Removing intermediate container 1bbe769a1cb8 00:50:00 ---> 7fe8fbced15c 00:50:00 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:00 ---> Running in 703fe73644b9 00:50:00 Connecting to github.com (140.82.113.3:443) 00:50:00 Removing intermediate container 3e1b3155d1f2 00:50:00 ---> 8613e3155d28 00:50:00 Step 22/24 : LABEL arch=arm64 00:50:00 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.114.251:443) 00:50:00 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:50:00  ---> Running in 1e938d36a77d 00:50:00 Removing intermediate container 703fe73644b9 00:50:00 ---> 424c9527f53e 00:50:00 Step 15/27 : ENV APP_PORT=48090 00:50:00 ---> Running in 1943bc29794b 00:50:00 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:50:00 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:50:00 dockerize 00:50:01 Removing intermediate container 1e938d36a77d 00:50:01 ---> 3e150df49355 00:50:01 Step 23/24 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:50:01 ---> Running in 5ee6d99f213d 00:50:01 Removing intermediate container 1943bc29794b 00:50:01 ---> 898120637fbd 00:50:01 Step 16/27 : EXPOSE $APP_PORT 00:50:01 ---> Running in a88f00285e5d 00:50:01 Removing intermediate container 5ee6d99f213d 00:50:01 ---> 6679dafba624 00:50:01 Step 24/24 : LABEL version=0.0.0 00:50:02 ---> Running in 5f18d8cb8bdb 00:50:02 Removing intermediate container a88f00285e5d 00:50:02 ---> fe7a8d92986b 00:50:02 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:02 Removing intermediate container 54bbb8baf32c 00:50:02 ---> dfebb8789053 00:50:02 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 00:50:02 Removing intermediate container 5f18d8cb8bdb 00:50:02 ---> 523cc1cd01e5 00:50:02 00:50:03 ---> Running in 6be937cbb797 00:50:03 ---> 8a7642075a93 00:50:03 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:03 Successfully built 523cc1cd01e5 00:50:03 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:03  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6be937cbb797 00:50:03 ---> aea97d50ab58 00:50:03 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:50:03 ---> Running in 7535810a3592 00:50:04 Removing intermediate container 7535810a3592 00:50:04 ---> 999fddefd124 00:50:04 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 00:50:04 ---> e7b982f1cfdd 00:50:04 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:04 ---> Running in a2a25f6320eb 00:50:05 ---> 04a5404f8d26 00:50:05 Step 20/27 : RUN apk --no-cache add py3-pip 00:50:05 ---> Running in afcd5513c211 00:50:05 Copy dockerize executable 00:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:07 Removing intermediate container a2a25f6320eb 00:50:07 ---> 6e1a66046278 00:50:07 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 00:50:07 ---> Running in 338bd179225e 00:50:07 (1/33) Installing libbz2 (1.0.8-r1) 00:50:07 (2/33) Installing expat (2.2.9-r1) 00:50:07 (3/33) Installing libffi (3.3-r2) 00:50:07 (4/33) Installing gdbm (1.13-r1) 00:50:07 (5/33) Installing xz-libs (5.2.5-r0) 00:50:07 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:07 (7/33) Installing python3 (3.8.5-r0) 00:50:07 Removing intermediate container 338bd179225e 00:50:07 ---> 8f22286bca62 00:50:07 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:50:09 ---> 761137e01afc 00:50:09 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:50:09 ---> Running in 76d9eb8b6088 00:50:09 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:09 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:09 (11/33) Installing py3-six (1.15.0-r0) 00:50:09 (12/33) Installing py3-packaging (20.4-r0) 00:50:09 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:09 (14/33) Installing py3-chardet (3.0.4-r4) 00:50:09 (15/33) Installing py3-idna (2.9-r0) 00:50:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:09 (18/33) Installing py3-requests (2.23.0-r0) 00:50:09 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:09 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:09 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:10 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:10 (24/33) Installing py3-distro (1.5.0-r1) 00:50:10 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:10 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:10 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:10 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:10 (29/33) Installing py3-progress (1.5-r0) 00:50:10 (30/33) Installing py3-toml (0.10.1-r0) 00:50:10 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:10 (33/33) Installing py3-pip (20.1.1-r0) 00:50:10 Executing busybox-1.31.1-r19.trigger 00:50:10 OK: 71 MiB in 55 packages 00:50:11 Removing intermediate container 76d9eb8b6088 00:50:11 ---> 452a4b01ef22 00:50:11 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:50:13 ---> f3234faf98ce 00:50:13 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:50:14 ---> 53444ee57f02 00:50:14 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:50:15 ---> 63a7e393377a 00:50:15 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:50:16 ---> 72b0f03a44d8 00:50:16 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 00:50:16 Removing intermediate container afcd5513c211 00:50:16 ---> 12c589844316 00:50:16 Step 21/27 : RUN pip install docker-compose==1.23.2 00:50:16 ---> Running in 0006710027e0 00:50:16 ---> Running in 2471189569dc 00:50:17 Removing intermediate container 0006710027e0 00:50:17 ---> 2cafc1368e74 00:50:17 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 00:50:18 ---> ec0a1db7b173 00:50:18 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:50:18 ---> Running in 0553e36f0976 00:50:20 Removing intermediate container 0553e36f0976 00:50:20 ---> 56c88e7a17d7 00:50:20 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 00:50:21 ---> Running in 027cc08d3a3f 00:50:21 Removing intermediate container 027cc08d3a3f 00:50:21 ---> ca1448d1f1f1 00:50:21 Step 29/32 : CMD ["install"] 00:50:22 Collecting docker-compose==1.23.2 00:50:22 ---> Running in 5bb0e864dc93 00:50:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:22 Removing intermediate container 5bb0e864dc93 00:50:22 ---> 90dfbea4b8f2 00:50:22 Step 30/32 : LABEL arch=arm64 00:50:22 ---> Running in bfae8ec5a21e 00:50:23 Collecting docker<4.0,>=3.6.0 00:50:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:23 Removing intermediate container bfae8ec5a21e 00:50:23 ---> 6611f48ee0bd 00:50:23 Step 31/32 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:50:23 ---> Running in eaceb4fb6f8f 00:50:24 Collecting websocket-client<1.0,>=0.32.0 00:50:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:24 Removing intermediate container eaceb4fb6f8f 00:50:24 ---> f5e1f2d4d0f2 00:50:24 Step 32/32 : LABEL version=0.0.0 00:50:24 Collecting jsonschema<3,>=2.5.1 00:50:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:24 ---> Running in f8bb9771e462 00:50:25 Collecting cached-property<2,>=1.2.0 00:50:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:25 Removing intermediate container f8bb9771e462 00:50:25 ---> b54e50e06b20 00:50:25 00:50:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:25 Successfully built b54e50e06b20 00:50:25 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:50:26  Building docker-security-bootstrapper-go ... done Collecting PyYAML<4,>=3.10 00:50:26 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:30 Collecting docopt<0.7,>=0.6.1 00:50:30 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:32 Collecting texttable<0.10,>=0.9.0 00:50:32 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:34 Collecting dockerpty<0.5,>=0.4.1 00:50:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:36 Collecting docker-pycreds>=0.4.0 00:50:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:36 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:50:36 Collecting urllib3<1.25,>=1.21.1 00:50:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:37 Collecting idna<2.8,>=2.5 00:50:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:37 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:50:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:38 Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, cached-property, PyYAML, docopt, texttable, dockerpty, docker-compose 00:50:38 Attempting uninstall: urllib3 00:50:38 Found existing installation: urllib3 1.25.9 00:50:38 Uninstalling urllib3-1.25.9: 00:50:38 Successfully uninstalled urllib3-1.25.9 00:50:39 Attempting uninstall: idna 00:50:39 Found existing installation: idna 2.9 00:50:39 Uninstalling idna-2.9: 00:50:39 Successfully uninstalled idna-2.9 00:50:39 Attempting uninstall: requests 00:50:39 Found existing installation: requests 2.23.0 00:50:39 Uninstalling requests-2.23.0: 00:50:40 Successfully uninstalled requests-2.23.0 00:50:41 Running setup.py install for PyYAML: started 00:50:43 Running setup.py install for PyYAML: finished with status 'done' 00:50:43 Running setup.py install for docopt: started 00:50:45 Running setup.py install for docopt: finished with status 'done' 00:50:45 Running setup.py install for texttable: started 00:50:46 Running setup.py install for texttable: finished with status 'done' 00:50:47 Running setup.py install for dockerpty: started 00:50:49 Running setup.py install for dockerpty: finished with status 'done' 00:50:49 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 00:50:52 Removing intermediate container 2471189569dc 00:50:52 ---> 392b37485858 00:50:52 Step 22/27 : RUN apk --no-cache add curl 00:50:53 ---> Running in 9338e1541865 00:50:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:55 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:55 (2/3) Installing libcurl (7.69.1-r3) 00:50:55 (3/3) Installing curl (7.69.1-r3) 00:50:55 Executing busybox-1.31.1-r19.trigger 00:50:55 OK: 71 MiB in 58 packages 00:50:56 Removing intermediate container 9338e1541865 00:50:56 ---> 21a8782fdcca 00:50:56 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:56 ---> Running in e588b01a6dda 00:50:56 Removing intermediate container e588b01a6dda 00:50:56 ---> 6a0fb33bca88 00:50:56 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:57 ---> Running in d0f9abb3e7da 00:50:57 Removing intermediate container d0f9abb3e7da 00:50:57 ---> 3f47ea8d7dc6 00:50:57 Step 25/27 : LABEL arch=arm64 00:50:57 ---> Running in dee0007655ac 00:50:58 Removing intermediate container dee0007655ac 00:50:58 ---> 90c788994287 00:50:58 Step 26/27 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 00:50:58 ---> Running in 5d43cd64a5c6 00:50:58 Removing intermediate container 5d43cd64a5c6 00:50:58 ---> 205c63719716 00:50:58 Step 27/27 : LABEL version=0.0.0 00:50:58 ---> Running in f952232a7935 00:50:59 Removing intermediate container f952232a7935 00:50:59 ---> b9e66bdd0340 00:50:59 00:50:59 Successfully built b9e66bdd0340 00:50:59 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:50:59 $ docker stop --time=1 a2312101bd67a04472a1d5eed36cfc6ff64b68428c7141565950df90adcb1a07 00:51:01 $ docker rm -f a2312101bd67a04472a1d5eed36cfc6ff64b68428c7141565950df90adcb1a07 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:02 + + docker images 00:51:02 grep docker 00:51:02 docker-sys-mgmt-agent-go-arm64 latest b9e66bdd0340 4 seconds ago 300MB 00:51:02 docker-security-bootstrapper-go-arm64 latest b54e50e06b20 37 seconds ago 40.2MB 00:51:02 docker-security-secretstore-setup-go-arm64 latest 523cc1cd01e5 About a minute ago 23.5MB 00:51:02 docker-core-command-go-arm64 latest d933984d9a62 About a minute ago 9.98MB 00:51:02 docker-support-notifications-go-arm64 latest b534cf2077a3 2 minutes ago 11.4MB 00:51:02 docker-core-data-go-arm64 latest ff6e5845752e 3 minutes ago 20.9MB 00:51:02 docker-core-metadata-go-arm64 latest bd9a6055b149 4 minutes ago 12.2MB 00:51:02 docker-security-bootstrap-redis-go-arm64 latest 72125e544624 4 minutes ago 15.1MB 00:51:02 docker-security-proxy-setup-go-arm64 latest 76546e63e18e 4 minutes ago 23.3MB 00:51:02 docker-support-scheduler-go-arm64 latest 533eddb8c022 4 minutes ago 10MB 00:51:02 docker latest f66387bf908a 11 days 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 00:51:05 provisioning config files... 00:51:05 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config546080195219673324tmp [Pipeline] { [Pipeline] sh 00:51:05 + set +x 00:51:05 + curl -s https://codecov.io/bash 00:51:05 + bash -s -- 00:51:05 00:51:05 _____ _ 00:51:05 / ____| | | 00:51:05 | | ___ __| | ___ ___ _____ __ 00:51:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:51:05 | |___| (_) | (_| | __/ (_| (_) \ V / 00:51:05 \_____\___/ \__,_|\___|\___\___/ \_/ 00:51:05 Bash-20201223-5ad85e3 00:51:05 00:51:05 00:51:05 ==> git version 2.24.3 found 00:51:05 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:51:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:51:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:51:05 ==> Jenkins CI detected. 00:51:05 project root: . 00:51:05 --> token set from env 00:51:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:51:06 ==> Running gcov in . (disable via -X gcov) 00:51:06 ==> Python coveragepy not found 00:51:06 ==> Searching for coverage reports in: 00:51:06 + . 00:51:06 -> Found 1 reports 00:51:06 ==> Detecting git/mercurial file structure 00:51:06 ==> Reading reports 00:51:06 + ./coverage.out bytes=542461 00:51:06 ==> Appending adjustments 00:51:06 https://docs.codecov.io/docs/fixing-reports 00:51:09 + Found adjustments 00:51:09 ==> Gzipping contents 00:51:09 84K /tmp/codecov.z7mSld.gz 00:51:09 ==> Uploading reports 00:51:09 url: https://codecov.io 00:51:09 query: branch=PR-2970&commit=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 00:51:09 -> Pinging Codecov 00:51:09 https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-2970&commit=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 00:51:09 -> Uploading to 00:51:09 https://storage.googleapis.com/codecov/v4/raw/2020-12-30/00271124DB129430A58F1EEE437C3FCB/e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9/101206a2-7a34-457b-9cf9-d354efe9e25a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201230%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201230T005109Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f300e92dd8f327bff11d2ab1ff8a24764634b77526ef3b41841b55a1216f6ec0 00:51:09 % Total % Received % Xferd Average Speed Time Time Time Current 00:51:09 Dload Upload Total Spent Left Speed 00:51:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82974 0 0 100 82974 0 147k --:--:-- --:--:-- --:--:-- 147k 00:51:10 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [Pipeline] } 00:51:10 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 00:51:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:13 ---> package-listing.sh 00:51:13 ++ facter osfamily 00:51:13 ++ tr '[:upper:]' '[:lower:]' 00:51:13 + OS_FAMILY=redhat 00:51:13 + workspace=/w/workspace/edgex-go/2 00:51:13 + START_PACKAGES=/tmp/packages_start.txt 00:51:13 + END_PACKAGES=/tmp/packages_end.txt 00:51:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:13 + PACKAGES=/tmp/packages_start.txt 00:51:13 + '[' /w/workspace/edgex-go/2 ']' 00:51:13 + PACKAGES=/tmp/packages_end.txt 00:51:13 + case "${OS_FAMILY}" in 00:51:13 + rpm -qa 00:51:13 + sort 00:51:19 + '[' -f /tmp/packages_start.txt ']' 00:51:19 + '[' -f /tmp/packages_end.txt ']' 00:51:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:19 + '[' /w/workspace/edgex-go/2 ']' 00:51:19 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:51:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:51:19 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:19 00:51:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:20 alpine: Pulling from edgex-lftools-log-publisher 00:51:20 df20fa9351a1: Pulling fs layer 00:51:20 36b3adc4ff6f: Pulling fs layer 00:51:20 8ad3a11d3b57: Pulling fs layer 00:51:20 46f8f816bc3b: Pulling fs layer 00:51:20 93b61091891f: Pulling fs layer 00:51:20 93b9cdb0e59b: Pulling fs layer 00:51:20 5e14af77c1be: Pulling fs layer 00:51:20 01666e4c0597: Pulling fs layer 00:51:20 aa168da1d23b: Pulling fs layer 00:51:20 5e14af77c1be: Waiting 00:51:20 46f8f816bc3b: Waiting 00:51:20 93b61091891f: Waiting 00:51:20 01666e4c0597: Waiting 00:51:20 93b9cdb0e59b: Waiting 00:51:20 36b3adc4ff6f: Download complete 00:51:20 46f8f816bc3b: Verifying Checksum 00:51:20 46f8f816bc3b: Download complete 00:51:20 df20fa9351a1: Download complete 00:51:20 93b9cdb0e59b: Verifying Checksum 00:51:20 93b9cdb0e59b: Download complete 00:51:20 5e14af77c1be: Verifying Checksum 00:51:20 5e14af77c1be: Download complete 00:51:20 93b61091891f: Verifying Checksum 00:51:20 93b61091891f: Download complete 00:51:20 01666e4c0597: Verifying Checksum 00:51:20 01666e4c0597: Download complete 00:51:20 df20fa9351a1: Pull complete 00:51:20 8ad3a11d3b57: Verifying Checksum 00:51:20 8ad3a11d3b57: Download complete 00:51:20 36b3adc4ff6f: Pull complete 00:51:21 8ad3a11d3b57: Pull complete 00:51:21 46f8f816bc3b: Pull complete 00:51:23 aa168da1d23b: Download complete 00:51:23 93b61091891f: Pull complete 00:51:24 93b9cdb0e59b: Pull complete 00:51:24 5e14af77c1be: Pull complete 00:51:25 01666e4c0597: Pull complete 00:51:37 aa168da1d23b: Pull complete 00:51:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:38 prd-centos7-docker-4c-2g-17678 does not seem to be running inside a container 00:51:38 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:51:40 $ docker top ec739b82b7fec4844eef9cefaa9756e5fc0d417a60b2b76c66fec16dcf328fbb -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:41 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:41 + mkdir -p /var/log/sa [Pipeline] sh 00:51:41 + ls /var/log/sa-host 00:51:41 + sadf -c /var/log/sa-host/sa23 00:51:41 file_magic: OK 00:51:41 HZ: Using current value: 100 00:51:41 file_header: OK 00:51:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:51:41 Statistics: 00:51:41 Hnuu...uuuununununu... 00:51:41 File successfully converted to sysstat format version 12.2.1 00:51:41 + sadf -c /var/log/sa-host/sa30 00:51:41 file_magic: OK 00:51:41 HZ: Using current value: 100 00:51:41 file_header: OK 00:51:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:51:41 Statistics: 00:51:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:51:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:42 provisioning config files... 00:51:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4781159127399819884tmp [Pipeline] { [Pipeline] echo 00:51:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:42 ---> create-netrc.sh [Pipeline] } 00:51:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:42 ---> python-tools-install.sh [Pipeline] echo 00:51:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:43 ---> sudo-logs.sh 00:51:43 Archiving 'sudo' log.. [Pipeline] echo 00:51:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:43 ---> job-cost.sh 00:51:43 lf-activate-venv: SKIPPING 00:51:43 INFO: No Stack... 00:51:44 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:44 INFO: Archiving Costs [Pipeline] echo 00:51:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:45 ---> logs-deploy.sh 00:51:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/2 00:51:45 INFO: archiving workspace using pattern(s): 00:51:46 Archives upload complete. 00:51:46 INFO: archiving logs to Nexus