Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fe929cdc9076a4b61d9349ddb828743ec74444d3+c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 (f8cec0f6ad11403553deb0ab67ca2f1ebb7bbef7) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15681 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 Merge succeeded, producing 8f1695c00aae907ff5828cbfc029c2c45daad569 Checking out Revision 8f1695c00aae907ff5828cbfc029c2c45daad569 (PR-2908) > 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/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # 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 c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f1695c00aae907ff5828cbfc029c2c45daad569 # timeout=10 Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 5cb27e36eb413e8d02f52bdfba00ad3fcd742481 # timeout=10 00:31:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:09 ========================================================= 00:31:09 EdgeX Global Pipelines Version Info 00:31:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:11 ------------------- 00:31:11 stable info: 00:31:11 ------------------- 00:31:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:11 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:11 Message: update stable to v1.0.172 00:31:12 ------------------- 00:31:12 experimental info: 00:31:12 ------------------- 00:31:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:12 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:12 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f1695c00aae907ff5828cbfc029c2c45daad569 [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f1695c [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:15 provisioning config files... 00:31:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config3133046049624874569tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:15 ---> docker-login.sh 00:31:15 nexus3.edgexfoundry.org:10001 00:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:16 Configure a credential helper to remove this warning. See 00:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:16 00:31:16 Login Succeeded 00:31:16 nexus3.edgexfoundry.org:10002 00:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:16 Configure a credential helper to remove this warning. See 00:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:16 00:31:16 Login Succeeded 00:31:16 nexus3.edgexfoundry.org:10003 00:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:16 Configure a credential helper to remove this warning. See 00:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:16 00:31:16 Login Succeeded 00:31:16 nexus3.edgexfoundry.org:10004 00:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:16 Configure a credential helper to remove this warning. See 00:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:16 00:31:16 Login Succeeded 00:31:16 docker.io 00:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:17 Configure a credential helper to remove this warning. See 00:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:17 00:31:17 Login Succeeded 00:31:17 ---> docker-login.sh ends [Pipeline] } 00:31:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:17 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/core-command/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo core-command,cmd/core-command/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/core-data/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo core-data,cmd/core-data/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/core-metadata/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/support-notifications/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/support-scheduler/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:17 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:18 00:31:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:19 latest: Pulling from edgex-devops/git-semver 00:31:19 31603596830f: Pulling fs layer 00:31:19 2a8b12db71e7: Pulling fs layer 00:31:19 6ca5941a6612: Pulling fs layer 00:31:19 ecc8261a40a4: Pulling fs layer 00:31:19 ecc8261a40a4: Waiting 00:31:19 2a8b12db71e7: Verifying Checksum 00:31:19 2a8b12db71e7: Download complete 00:31:19 31603596830f: Verifying Checksum 00:31:19 31603596830f: Download complete 00:31:19 ecc8261a40a4: Verifying Checksum 00:31:19 ecc8261a40a4: Download complete 00:31:19 6ca5941a6612: Verifying Checksum 00:31:19 6ca5941a6612: Download complete 00:31:19 31603596830f: Pull complete 00:31:19 2a8b12db71e7: Pull complete 00:31:20 6ca5941a6612: Pull complete 00:31:20 ecc8261a40a4: Pull complete 00:31:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:20 prd-centos7-docker-4c-2g-15681 does not seem to be running inside a container 00:31:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:23 $ docker top 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:24 [ssh-agent] Looking for ssh-agent implementation... 00:31:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:24 $ docker exec 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 ssh-agent 00:31:24 SSH_AUTH_SOCK=/tmp/ssh-5pMzr4hepwXz/agent.12 00:31:24 SSH_AGENT_PID=18 00:31:24 Running ssh-add (command line suppressed) 00:31:24 Identity added: /w/workspace/edgex-go/14@tmp/private_key_8667748627018462009.key (/w/workspace/edgex-go/14@tmp/private_key_8667748627018462009.key) 00:31:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:25 + git tag --points-at HEAD [Pipeline] } 00:31:25 $ docker exec --env ******** --env ******** 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 ssh-agent -k 00:31:25 unset SSH_AUTH_SOCK; 00:31:25 unset SSH_AGENT_PID; 00:31:25 echo Agent pid 18 killed; 00:31:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:25 [ssh-agent] Looking for ssh-agent implementation... 00:31:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:25 $ docker exec 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 ssh-agent 00:31:25 SSH_AUTH_SOCK=/tmp/ssh-VbJPGjTaD4MB/agent.47 00:31:25 SSH_AGENT_PID=52 00:31:25 Running ssh-add (command line suppressed) 00:31:25 Identity added: /w/workspace/edgex-go/14@tmp/private_key_6582995987692623094.key (/w/workspace/edgex-go/14@tmp/private_key_6582995987692623094.key) 00:31:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:26 + git semver init 00:31:26 # -> Open(): unable to determine branch for HEAD 00:31:26 # $GIT_DIR = /w/workspace/edgex-go/14/.git 00:31:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/14 00:31:26 # $SEMVER_REMOTE_NAME = origin 00:31:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:26 # $SEMVER_USER_NAME = edgex-jenkins 00:31:26 # $SEMVER_BRANCH = PR-2908 00:31:26 # $SEMVER_TEMP = /tmp/semver-499210630 00:31:26 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:58 # '/tmp/semver-499210630' -> '/w/workspace/edgex-go/14/.semver' 00:31:59 # -> Force: false 00:31:59 # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } 00:31:59 $ docker exec --env ******** --env ******** 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 ssh-agent -k 00:31:59 unset SSH_AUTH_SOCK; 00:31:59 unset SSH_AGENT_PID; 00:31:59 echo Agent pid 52 killed; 00:31:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:59 + git semver [Pipeline] } 00:31:59 $ docker stop --time=1 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 00:32:01 $ docker rm -f 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:02 Stashed 1 file(s) [Pipeline] echo 00:32:02 [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:32:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:04 + sudo service docker restart 00:32:04 + true 00:32:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:05 ========================================================= 00:32:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:05 + 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:32:08 Sending build context to Docker daemon 326.4MB 00:32:08 Step 1/7 : ARG BASE=golang:1.15-alpine 00:32:08 Step 2/7 : FROM ${BASE} 00:32:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:08 188c0c94c7c5: Pulling fs layer 00:32:08 0ef7d3d256c8: Pulling fs layer 00:32:08 de9db76c5a1d: Pulling fs layer 00:32:08 bca2f99d35d6: Pulling fs layer 00:32:08 93359f2a8cfa: Pulling fs layer 00:32:08 7c6f9722023f: Pulling fs layer 00:32:08 a35cf1a2eb13: Pulling fs layer 00:32:08 93359f2a8cfa: Waiting 00:32:08 7c6f9722023f: Waiting 00:32:08 a35cf1a2eb13: Waiting 00:32:08 bca2f99d35d6: Waiting 00:32:08 de9db76c5a1d: Download complete 00:32:08 0ef7d3d256c8: Verifying Checksum 00:32:08 0ef7d3d256c8: Download complete 00:32:08 93359f2a8cfa: Verifying Checksum 00:32:08 93359f2a8cfa: Download complete 00:32:09 188c0c94c7c5: Verifying Checksum 00:32:09 188c0c94c7c5: Download complete 00:32:09 7c6f9722023f: Verifying Checksum 00:32:09 7c6f9722023f: Download complete 00:32:09 188c0c94c7c5: Pull complete 00:32:09 0ef7d3d256c8: Pull complete 00:32:09 de9db76c5a1d: Pull complete 00:32:11 a35cf1a2eb13: Verifying Checksum 00:32:11 a35cf1a2eb13: Download complete 00:32:11 bca2f99d35d6: Verifying Checksum 00:32:11 bca2f99d35d6: Download complete 00:32:16 bca2f99d35d6: Pull complete 00:32:17 93359f2a8cfa: Pull complete 00:32:17 7c6f9722023f: Pull complete 00:32:18 Still waiting to schedule task 00:32:18 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:22 a35cf1a2eb13: Pull complete 00:32:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:22 ---> a62c8e92a672 00:32:22 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:22 ---> Running in c7ae003d8f01 00:32:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:25 (1/12) Installing libmagic (5.38-r0) 00:32:25 (2/12) Installing file (5.38-r0) 00:32:25 (3/12) Installing libc-dev (0.7.2-r3) 00:32:25 (4/12) Installing g++ (9.3.0-r2) 00:32:37 (5/12) Installing fortify-headers (1.1-r0) 00:32:37 (6/12) Installing patch (2.7.6-r6) 00:32:37 (7/12) Installing build-base (0.5-r2) 00:32:37 (8/12) Installing libsodium (1.0.18-r0) 00:32:37 (9/12) Installing pkgconf (1.7.2-r0) 00:32:37 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:37 (11/12) Installing libzmq (4.3.3-r0) 00:32:37 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:37 Executing busybox-1.31.1-r19.trigger 00:32:37 OK: 233 MiB in 51 packages 00:32:40 Removing intermediate container c7ae003d8f01 00:32:40 ---> a26a210f23e9 00:32:40 Step 4/7 : WORKDIR /edgex-go 00:32:40 ---> Running in 73b1d5bf635d 00:32:40 Removing intermediate container 73b1d5bf635d 00:32:40 ---> 737f8156c4fe 00:32:40 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:41 latest: Pulling from library/docker 00:32:41 05e7bc50f07f: Pulling fs layer 00:32:41 6db28d0fdbf6: Pulling fs layer 00:32:41 292df0bc6bf3: Pulling fs layer 00:32:41 2e060f4bd70b: Pulling fs layer 00:32:41 80e8d568a223: Pulling fs layer 00:32:41 8dc6ef1a942a: Pulling fs layer 00:32:41 2312dd95470a: Pulling fs layer 00:32:41 2e060f4bd70b: Waiting 00:32:41 80e8d568a223: Waiting 00:32:41 8dc6ef1a942a: Waiting 00:32:41 2312dd95470a: Waiting 00:32:41 292df0bc6bf3: Verifying Checksum 00:32:41 292df0bc6bf3: Download complete 00:32:41 6db28d0fdbf6: Verifying Checksum 00:32:41 6db28d0fdbf6: Download complete 00:32:41 05e7bc50f07f: Download complete 00:32:41 80e8d568a223: Verifying Checksum 00:32:41 80e8d568a223: Download complete 00:32:41 8dc6ef1a942a: Verifying Checksum 00:32:41 8dc6ef1a942a: Download complete 00:32:41 05e7bc50f07f: Pull complete 00:32:41 2312dd95470a: Verifying Checksum 00:32:41 2312dd95470a: Download complete 00:32:41 6db28d0fdbf6: Pull complete 00:32:42 292df0bc6bf3: Pull complete 00:32:42 2e060f4bd70b: Verifying Checksum 00:32:42 2e060f4bd70b: Download complete 00:32:46 2e060f4bd70b: Pull complete 00:32:46 80e8d568a223: Pull complete 00:32:46 8dc6ef1a942a: Pull complete 00:32:46 2312dd95470a: Pull complete 00:32:46 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 00:32:46 Status: Downloaded newer image for docker:latest 00:32:47 ---> e6b832b71a1d 00:32:47 Step 6/7 : COPY go.mod . 00:32:47 ---> e7539a5a1f6c 00:32:47 Step 7/7 : RUN go mod download 00:32:47 ---> Running in 48eb3c173b32 00:33:09 Removing intermediate container 48eb3c173b32 00:33:09 ---> 976adec21ab3 00:33:09 Successfully built 976adec21ab3 00:33:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:10 + docker inspect -f . ci-base-image-x86_64 00:33:10 . [Pipeline] withDockerContainer 00:33:10 prd-centos7-docker-4c-2g-15681 does not seem to be running inside a container 00:33:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-x86_64 cat 00:33:11 $ docker top 35c7e400abd0b4398996e17b40ffa2be5bf319c1053e4f14c1371f5855b636eb -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:11 + go version 00:33:11 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:11 $ docker stop --time=1 35c7e400abd0b4398996e17b40ffa2be5bf319c1053e4f14c1371f5855b636eb 00:33:13 $ docker rm -f 35c7e400abd0b4398996e17b40ffa2be5bf319c1053e4f14c1371f5855b636eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:13 + docker inspect -f . ci-base-image-x86_64 00:33:13 . [Pipeline] withDockerContainer 00:33:14 prd-centos7-docker-4c-2g-15681 does not seem to be running inside a container 00:33:14 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-x86_64 cat 00:33:14 $ docker top 92c59d4fdab0d99e43b4e49ec8d9891c4cb5ef5d20c1cab16af2400802d2413d -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:15 ========================================================= 00:33:15 [edgeXBuildGoParallel] Running Tests and Build... 00:33:15 ========================================================= [Pipeline] sh 00:33:15 + make test 00:33:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:25 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.031s 00:33:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.085s coverage: 46.6% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.1% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.385s coverage: 68.5% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.102s coverage: 82.3% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.336s coverage: 28.6% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.328s coverage: 93.8% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.8% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.067s coverage: 91.4% of statements 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.5% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.306s coverage: 55.9% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.489s coverage: 86.3% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.094s coverage: 72.2% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.441s coverage: 72.1% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.046s coverage: 82.4% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.033s coverage: 48.4% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.035s coverage: 96.8% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.338s coverage: 84.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.122s coverage: 47.1% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.083s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 32.1% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 00:34:17 GO111MODULE=on go vet ./... 00:34:43 gofmt -l . 00:34:43 [ "`gofmt -l .`" = "" ] 00:34:43 ./bin/test-go-mod-tidy.sh 00:34:43 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:44 + ls -al . 00:34:44 total 668 00:34:44 drwxrwxr-x 10 1001 1001 4096 Dec 12 00:34 . 00:34:44 drwxr-xr-x 4 root root 30 Dec 12 00:33 .. 00:34:44 -rw-rw-r-- 1 1001 1001 11 Dec 12 00:31 .dockerignore 00:34:44 drwxrwxr-x 8 1001 1001 179 Dec 12 00:31 .git 00:34:44 drwxrwxr-x 3 1001 1001 125 Dec 12 00:31 .github 00:34:44 -rw-rw-r-- 1 1001 1001 943 Dec 12 00:31 .gitignore 00:34:44 drwx------ 3 1001 1001 47 Dec 12 00:31 .semver 00:34:44 -rw-rw-r-- 1 1001 1001 166 Dec 12 00:31 .sonarcloud.properties 00:34:44 -rw-rw-r-- 1 1001 1001 3804 Dec 12 00:31 CONTRIBUTING.md 00:34:44 -rw-rw-r-- 1 1001 1001 1035 Dec 12 00:31 Dockerfile.build 00:34:44 -rw-rw-r-- 1 1001 1001 863 Dec 12 00:31 Jenkinsfile 00:34:44 -rw-rw-r-- 1 1001 1001 10775 Dec 12 00:31 LICENSE 00:34:44 -rw-rw-r-- 1 1001 1001 6318 Dec 12 00:31 Makefile 00:34:44 -rw-rw-r-- 1 1001 1001 6447 Dec 12 00:31 README.md 00:34:44 -rw-rw-r-- 1 1001 1001 7286 Dec 12 00:31 SECURITY.md 00:34:44 -rw-rw-r-- 1 1001 1001 5 Dec 12 00:32 VERSION 00:34:44 -rw-rw-r-- 1 1001 1001 4131 Dec 12 00:31 ZMQWindows.md 00:34:44 drwxrwxr-x 2 1001 1001 117 Dec 12 00:31 bin 00:34:44 drwxrwxr-x 15 1001 1001 4096 Dec 12 00:31 cmd 00:34:44 -rw-r--r-- 1 root root 569827 Dec 12 00:34 coverage.out 00:34:44 -rw-r--r-- 1 root root 1041 Dec 12 00:34 go.mod 00:34:44 -rw-r--r-- 1 root root 18746 Dec 12 00:34 go.sum 00:34:44 drwxrwxr-x 8 1001 1001 127 Dec 12 00:31 internal 00:34:44 drwxrwxr-x 4 1001 1001 26 Dec 12 00:31 openapi 00:34:44 drwxrwxr-x 4 1001 1001 71 Dec 12 00:31 snap 00:34:44 -rw-rw-r-- 1 1001 1001 168 Dec 12 00:31 version.go [Pipeline] sh 00:34:44 + '[' -e coverage.out ] 00:34:44 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:45 Stashed 1 file(s) [Pipeline] sh 00:34:45 + make build 00:34:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:58 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:00 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:00 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:02 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:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:35:05 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:06 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:07 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:09 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:10 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 [Pipeline] } 00:35:11 $ docker stop --time=1 92c59d4fdab0d99e43b4e49ec8d9891c4cb5ef5d20c1cab16af2400802d2413d 00:35:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15685 in /w/workspace/edgexfoundry_edgex-go_PR-2908 00:35:12 $ docker rm -f 92c59d4fdab0d99e43b4e49ec8d9891c4cb5ef5d20c1cab16af2400802d2413d [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 00:35:13 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:14 00:35:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:15 latest: Pulling from edgex-devops/edgex-compose 00:35:15 cbdbe7a5bc2a: Pulling fs layer 00:35:15 ca9280d653b3: Pulling fs layer 00:35:15 7e9c9ca2126c: Pulling fs layer 00:35:15 cbdbe7a5bc2a: Verifying Checksum 00:35:15 cbdbe7a5bc2a: Download complete 00:35:15 ca9280d653b3: Verifying Checksum 00:35:15 ca9280d653b3: Download complete 00:35:15 cbdbe7a5bc2a: Pull complete 00:35:16 7e9c9ca2126c: Verifying Checksum 00:35:16 7e9c9ca2126c: Download complete 00:35:16 ca9280d653b3: Pull complete 00:35:18 using credential edgex-jenkins-ssh 00:35:18 Cloning the remote Git repository 00:35:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:19 > git init /w/workspace/edgex-go/14 # timeout=10 00:35:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:19 > git --version # timeout=10 00:35:19 > git --version # 'git version 2.17.1' 00:35:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:23 7e9c9ca2126c: Pull complete 00:35:23 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:23 prd-centos7-docker-4c-2g-15681 does not seem to be running inside a container 00:35:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:27 $ docker top bfbeb3bbef6332e3a5f54bcfd214de1229bbef0f42c60168b03aa93e143460a8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:27 + docker-compose build --help 00:35:27 + grep parallel 00:35:28 --parallel Build images in parallel. [Pipeline] } 00:35:28 $ docker stop --time=1 bfbeb3bbef6332e3a5f54bcfd214de1229bbef0f42c60168b03aa93e143460a8 00:35:29 $ docker rm -f bfbeb3bbef6332e3a5f54bcfd214de1229bbef0f42c60168b03aa93e143460a8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:30 . [Pipeline] withDockerContainer 00:35:30 prd-centos7-docker-4c-2g-15681 does not seem to be running inside a container 00:35:30 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:31 $ docker top 84845eea8f7b4c86e46c2cae86b0f21f44bd94e58176c020f551f3031d75340f -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:31 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:33 Building docker-core-command-go ... 00:35:33 Building docker-core-data-go ... 00:35:33 Building docker-core-metadata-go ... 00:35:33 Building docker-security-bootstrap-redis-go ... 00:35:33 Building docker-security-proxy-setup-go ... 00:35:33 Building docker-security-secrets-setup-go ... 00:35:33 Building docker-security-secretstore-setup-go ... 00:35:33 Building docker-support-notifications-go ... 00:35:33 Building docker-support-scheduler-go ... 00:35:33 Building docker-sys-mgmt-agent-go ... 00:35:33 Building docker-support-scheduler-go 00:35:33 Building docker-security-secrets-setup-go 00:35:33 Building docker-sys-mgmt-agent-go 00:35:33 Building docker-security-bootstrap-redis-go 00:35:33 Building docker-support-notifications-go 00:35:44 Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 00:35:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:44 > git config core.sparsecheckout # timeout=10 00:35:46 Merge succeeded, producing bce79351e6f2076602bfa32fa27f8a16b6b74769 00:35:46 Checking out Revision bce79351e6f2076602bfa32fa27f8a16b6b74769 (PR-2908) 00:35:44 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 00:35:46 > git remote # timeout=10 00:35:46 > git config --get remote.origin.url # timeout=10 00:35:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:46 > git merge c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 00:35:46 > git rev-parse HEAD^{commit} # timeout=10 00:35:46 > git config core.sparsecheckout # timeout=10 00:35:46 > git checkout -f bce79351e6f2076602bfa32fa27f8a16b6b74769 # timeout=10 00:35:50 Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" 00:35:50 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:50 > git rev-list --no-walk 5cb27e36eb413e8d02f52bdfba00ad3fcd742481 # timeout=10 00:35:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:53 + sudo service docker restart 00:35:53 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:55 provisioning config files... 00:35:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config1407867822924507897tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:55 ---> docker-login.sh 00:35:55 nexus3.edgexfoundry.org:10001 00:35:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:57 Configure a credential helper to remove this warning. See 00:35:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:57 00:35:57 Login Succeeded 00:35:57 nexus3.edgexfoundry.org:10002 00:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:57 Configure a credential helper to remove this warning. See 00:35:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:57 00:35:57 Login Succeeded 00:35:57 nexus3.edgexfoundry.org:10003 00:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:58 Configure a credential helper to remove this warning. See 00:35:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:58 00:35:58 Login Succeeded 00:35:58 nexus3.edgexfoundry.org:10004 00:35:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:58 Configure a credential helper to remove this warning. See 00:35:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:58 00:35:58 Login Succeeded 00:35:58 docker.io 00:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:59 Configure a credential helper to remove this warning. See 00:35:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:59 00:35:59 Login Succeeded 00:35:59 ---> docker-login.sh ends [Pipeline] } 00:35:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:00 ========================================================= 00:36:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:00 + 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:36:00 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:00 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:36:00 ---> 976adec21ab3 00:36:00 Step 3/29 : WORKDIR /edgex-go 00:36:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:01 ---> 976adec21ab3 00:36:01 Step 3/24 : WORKDIR /edgex-go 00:36:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:01 ---> 976adec21ab3 00:36:01 Step 3/21 : WORKDIR /edgex-go 00:36:01 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:01 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:36:01 ---> 976adec21ab3 00:36:01 Step 3/27 : WORKDIR /edgex-go 00:36:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:01 ---> 976adec21ab3 00:36:01 Step 3/22 : WORKDIR /edgex-go 00:36:03 Sending build context to Docker daemon 165.7MB 00:36:03 Step 1/7 : ARG BASE=golang:1.15-alpine 00:36:03 Step 2/7 : FROM ${BASE} 00:36:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:03 5f621e34cdf4: Pulling fs layer 00:36:03 a4357932f1b6: Pulling fs layer 00:36:03 18c013af1878: Pulling fs layer 00:36:03 00ac8860ef70: Pulling fs layer 00:36:03 63d7cb157983: Pulling fs layer 00:36:03 b116817d02f9: Pulling fs layer 00:36:03 745a02a5169b: Pulling fs layer 00:36:03 00ac8860ef70: Waiting 00:36:03 b116817d02f9: Waiting 00:36:03 745a02a5169b: Waiting 00:36:03 63d7cb157983: Waiting 00:36:03 18c013af1878: Verifying Checksum 00:36:03 18c013af1878: Download complete 00:36:03 a4357932f1b6: Verifying Checksum 00:36:03 a4357932f1b6: Download complete 00:36:03 63d7cb157983: Verifying Checksum 00:36:03 63d7cb157983: Download complete 00:36:03 b116817d02f9: Verifying Checksum 00:36:03 b116817d02f9: Download complete 00:36:03 5f621e34cdf4: Download complete 00:36:03 ---> Running in eea10d6ac029 00:36:03 ---> Running in ccf89c8e41ed 00:36:03 ---> Running in 711e4d0d27fb 00:36:03 ---> Running in 316b01053bb1 00:36:03 ---> Running in ec65a7e85707 00:36:04 Removing intermediate container 316b01053bb1 00:36:04 ---> d93b552ade98 00:36:04 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:04 Removing intermediate container ccf89c8e41ed 00:36:04 ---> ca7021929cd6 00:36:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:04 Removing intermediate container eea10d6ac029 00:36:04 ---> 9e465bb91a5b 00:36:04 Step 4/29 : RUN apk update && apk add make git 00:36:04 Removing intermediate container 711e4d0d27fb 00:36:04 ---> 81b8ae794127 00:36:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:04 Removing intermediate container ec65a7e85707 00:36:04 ---> 32a00cb7af56 00:36:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:04 ---> Running in 07124d339b6e 00:36:04 5f621e34cdf4: Pull complete 00:36:04 ---> Running in 31ccc5988c88 00:36:04 ---> Running in 651303f6e786 00:36:04 ---> Running in 6187db30c8ac 00:36:04 ---> Running in 6ebe9eb543d0 00:36:04 a4357932f1b6: Pull complete 00:36:04 18c013af1878: Pull complete 00:36:05 745a02a5169b: Verifying Checksum 00:36:05 745a02a5169b: Download complete 00:36:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:06 Removing intermediate container 07124d339b6e 00:36:06 ---> 70d7b1b8af92 00:36:06 Step 5/27 : RUN apk update && apk add make bash git 00:36:06 ---> Running in 763ef615bead 00:36:06 Removing intermediate container 651303f6e786 00:36:06 ---> b098f0d6a7dc 00:36:06 Step 5/21 : RUN apk update && apk add make git 00:36:06 ---> Running in eb7abe2ae943 00:36:06 Removing intermediate container 6187db30c8ac 00:36:06 ---> b19562456d8b 00:36:06 Step 5/22 : RUN apk update && apk add make git 00:36:06 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:06 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:06 OK: 12750 distinct packages available 00:36:06 Removing intermediate container 6ebe9eb543d0 00:36:06 ---> 9c80981afa35 00:36:06 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:36:06 00ac8860ef70: Verifying Checksum 00:36:06 00ac8860ef70: Download complete 00:36:06 ---> Running in f1a9ab250f02 00:36:06 OK: 233 MiB in 51 packages 00:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:06 ---> Running in 10ebf99b8eaf 00:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:07 Removing intermediate container 31ccc5988c88 00:36:07 ---> 4ef2099b53d3 00:36:07 Step 5/29 : COPY go.mod . 00:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:08 ---> 458667558bf6 00:36:08 Step 6/29 : RUN go mod download 00:36:08 ---> Running in 5fe8f388c163 00:36:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:08 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:08 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:08 OK: 12750 distinct packages available 00:36:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:08 OK: 233 MiB in 51 packages 00:36:08 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:08 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:08 OK: 12750 distinct packages available 00:36:09 OK: 233 MiB in 51 packages 00:36:09 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:09 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:09 OK: 12750 distinct packages available 00:36:09 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:09 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:09 OK: 12750 distinct packages available 00:36:09 Removing intermediate container 763ef615bead 00:36:09 ---> 4e7529e15bca 00:36:09 Step 6/27 : COPY go.mod . 00:36:09 OK: 233 MiB in 51 packages 00:36:09 OK: 233 MiB in 51 packages 00:36:09 ---> b896dc6bbb13 00:36:09 Step 7/27 : RUN go mod download 00:36:09 Removing intermediate container eb7abe2ae943 00:36:09 ---> 3a5da04be113 00:36:09 Step 6/21 : COPY go.mod . 00:36:09 ---> Running in 19137530061e 00:36:09 Removing intermediate container 5fe8f388c163 00:36:09 ---> 6e4cc1f9c42d 00:36:09 Step 7/29 : COPY . . 00:36:10 Removing intermediate container f1a9ab250f02 00:36:10 ---> 7ad036f6416a 00:36:10 Step 6/22 : COPY go.mod . 00:36:10 ---> c1aa0fed6ee1 00:36:10 Step 7/21 : RUN go mod download 00:36:11 Removing intermediate container 10ebf99b8eaf 00:36:11 ---> d677582ce5a5 00:36:11 Step 6/24 : COPY go.mod . 00:36:11 ---> Running in b3aefbcca2e4 00:36:11 ---> 790cf92ae5c1 00:36:11 Step 7/22 : RUN go mod download 00:36:12 ---> 24c70e212bd0 00:36:12 Step 7/24 : RUN go mod download 00:36:13 ---> Running in f4938c66d43f 00:36:13 ---> Running in d9131887c415 00:36:15 Removing intermediate container 19137530061e 00:36:15 ---> d88ae494f5da 00:36:15 Step 8/27 : COPY . . 00:36:16 00ac8860ef70: Pull complete 00:36:16 63d7cb157983: Pull complete 00:36:16 b116817d02f9: Pull complete 00:36:20 745a02a5169b: Pull complete 00:36:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:20 ---> b7e6874047d6 00:36:20 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:36:22 Removing intermediate container b3aefbcca2e4 00:36:22 ---> d5200059b722 00:36:22 Step 8/21 : COPY . . 00:36:23 ---> Running in b421ff19ee15 00:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:27 (1/12) Installing libmagic (5.38-r0) 00:36:27 (2/12) Installing file (5.38-r0) 00:36:28 (3/12) Installing libc-dev (0.7.2-r3) 00:36:28 (4/12) Installing g++ (9.3.0-r2) 00:36:29 Removing intermediate container f4938c66d43f 00:36:29 ---> 0ace7ed02898 00:36:29 Step 8/22 : COPY . . 00:36:30 Removing intermediate container d9131887c415 00:36:30 ---> d8a1e529023e 00:36:30 Step 8/24 : COPY . . 00:36:34 (5/12) Installing fortify-headers (1.1-r0) 00:36:34 (6/12) Installing patch (2.7.6-r6) 00:36:34 (7/12) Installing build-base (0.5-r2) 00:36:34 (8/12) Installing libsodium (1.0.18-r0) 00:36:34 (9/12) Installing pkgconf (1.7.2-r0) 00:36:34 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:35 (11/12) Installing libzmq (4.3.3-r0) 00:36:35 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:35 Executing busybox-1.31.1-r19.trigger 00:36:35 OK: 217 MiB in 51 packages 00:36:39 Removing intermediate container b421ff19ee15 00:36:39 ---> 688da590e987 00:36:39 Step 4/7 : WORKDIR /edgex-go 00:36:39 ---> Running in 16361f2e5358 00:36:40 Removing intermediate container 16361f2e5358 00:36:40 ---> 625f7b406ef3 00:36:40 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:36:40 latest: Pulling from library/docker 00:36:40 a3cc7d3b244e: Pulling fs layer 00:36:40 02a3295e0d61: Pulling fs layer 00:36:40 0f4f2e6d8100: Pulling fs layer 00:36:40 330b718f631f: Pulling fs layer 00:36:40 a93816041522: Pulling fs layer 00:36:40 bdb6da89ff94: Pulling fs layer 00:36:40 2a70c0c122f4: Pulling fs layer 00:36:40 a93816041522: Waiting 00:36:40 bdb6da89ff94: Waiting 00:36:40 330b718f631f: Waiting 00:36:40 0f4f2e6d8100: Verifying Checksum 00:36:40 0f4f2e6d8100: Download complete 00:36:40 02a3295e0d61: Verifying Checksum 00:36:40 02a3295e0d61: Download complete 00:36:40 a3cc7d3b244e: Verifying Checksum 00:36:40 a3cc7d3b244e: Download complete 00:36:40 a93816041522: Verifying Checksum 00:36:40 a93816041522: Download complete 00:36:40 bdb6da89ff94: Verifying Checksum 00:36:40 bdb6da89ff94: Download complete 00:36:41 2a70c0c122f4: Verifying Checksum 00:36:41 2a70c0c122f4: Download complete 00:36:41 a3cc7d3b244e: Pull complete 00:36:42 02a3295e0d61: Pull complete 00:36:42 0f4f2e6d8100: Pull complete 00:36:42 330b718f631f: Verifying Checksum 00:36:42 330b718f631f: Download complete 00:36:45 ---> 2c57de543aad 00:36:45 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:36:45 330b718f631f: Pull complete 00:36:46 a93816041522: Pull complete 00:36:46 bdb6da89ff94: Pull complete 00:36:47 2a70c0c122f4: Pull complete 00:36:47 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 00:36:47 Status: Downloaded newer image for docker:latest 00:36:48 ---> Running in 5297ba3dbd22 00:36:49 ---> b3760950c52a 00:36:49 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:50 ---> 98f5b1cc3579 00:36:50 Step 6/7 : COPY go.mod . 00:36:51 ---> cd29d097639b 00:36:51 Step 7/7 : RUN go mod download 00:36:51 ---> Running in c5cf81061b8d 00:36:55 ---> Running in 48cd9adccab4 00:36:55 ---> 04ebd5b79243 00:36:55 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:36:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:36:55 ---> Running in 4ca65e8c2d15 00:36:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:36:56 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:03 ---> 67f62f663218 00:37:03 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:37:03 ---> 8c518344ce81 00:37:03 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:37:03 ---> Running in eaec9cd34d3e 00:37:04 ---> Running in a852cf5f827f 00:37:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37: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:37:18 Removing intermediate container c5cf81061b8d 00:37:18 ---> 5e6203cfd597 00:37:18 Successfully built 5e6203cfd597 00:37:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:18 + docker inspect -f . ci-base-image-arm64 00:37:18 . [Pipeline] withDockerContainer 00:37:18 prd-ubuntu18.04-docker-arm64-4c-16g-15685 does not seem to be running inside a container 00:37:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-arm64 cat 00:37:20 $ docker top 85268d26f4b7c2d713ad981be9d35f4585a661cef19c8814544d19922471c6e5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:21 + go version 00:37:21 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:21 $ docker stop --time=1 85268d26f4b7c2d713ad981be9d35f4585a661cef19c8814544d19922471c6e5 00:37:23 $ docker rm -f 85268d26f4b7c2d713ad981be9d35f4585a661cef19c8814544d19922471c6e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 00:37:24 Removing intermediate container 5297ba3dbd22 00:37:24 ---> f40721215044 00:37:24 00:37:24 Step 9/29 : FROM alpine:latest 00:37:24 latest: Pulling from library/alpine 00:37:24 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:37:24 Status: Downloaded newer image for alpine:latest 00:37:24 ---> b14afc6dfb98 00:37:24 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:37:24 ---> Running in c3803752cea2 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:24 + docker inspect -f . ci-base-image-arm64 00:37:24 . [Pipeline] withDockerContainer 00:37:24 prd-ubuntu18.04-docker-arm64-4c-16g-15685 does not seem to be running inside a container 00:37:24 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-arm64 cat 00:37:25 Removing intermediate container 48cd9adccab4 00:37:25 ---> 1a232263c2b6 00:37:25 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:25 Removing intermediate container c3803752cea2 00:37:25 ---> 81ab98b77ced 00:37:25 Step 11/29 : USER root 00:37:25 ---> Running in 9f64a546aec6 00:37:25 ---> Running in 128420e36503 00:37:25 Removing intermediate container 128420e36503 00:37:25 ---> f46ad4bf34a2 00:37:25 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:37:25 ---> Running in daeb72f55813 00:37:26 $ docker top 29fbc7e315891b1b3bec875ade379ca5e477aa5fa8fd008aa09365eb81c55d3a -eo pid,comm 00:37:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [Pipeline] { [Pipeline] echo 00:37:26 ========================================================= 00:37:26 [edgeXBuildGoParallel] Running Tests and Build... 00:37:26 ========================================================= [Pipeline] sh 00:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:27 v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:27 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:27 OK: 12747 distinct packages available 00:37:27 + make test 00:37:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:27 (1/2) Installing ca-certificates (20191127-r4) 00:37:27 (2/2) Installing dumb-init (1.2.2-r1) 00:37:27 Executing busybox-1.31.1-r19.trigger 00:37:27 Executing ca-certificates-20191127-r4.trigger 00:37:28 OK: 6 MiB in 16 packages 00:37:32 Removing intermediate container daeb72f55813 00:37:32 ---> 2cb1372b7847 00:37:32 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:37:32 Removing intermediate container 9f64a546aec6 00:37:32 ---> f98d237eb4c1 00:37:32 00:37:32 Step 11/27 : FROM docker:latest 00:37:32 ---> aefe523efa57 00:37:32 Step 12/27 : RUN apk add --no-cache bash 00:37:32 ---> Running in 2464b636f0de 00:37:32 ---> Running in 439d1cd79bf9 00:37:32 Removing intermediate container 4ca65e8c2d15 00:37:32 ---> fad02f3b0d4c 00:37:32 00:37:32 Step 10/21 : FROM scratch 00:37:32 ---> 00:37:32 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:32 Removing intermediate container 2464b636f0de 00:37:32 ---> d80870601b67 00:37:32 Step 14/29 : WORKDIR $BASE_DIR 00:37:32 ---> Running in 63f6c5ee305b 00:37:32 ---> Running in 96cbebd66767 00:37:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:32 Removing intermediate container 63f6c5ee305b 00:37:32 ---> 13e13a12902d 00:37:32 Step 12/21 : ENV APP_PORT=48085 00:37:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:32 ---> Running in babefdc5399a 00:37:32 (1/2) Installing readline (8.0.4-r0) 00:37:32 (2/2) Installing bash (5.0.17-r0) 00:37:33 Executing bash-5.0.17-r0.post-install 00:37:33 Removing intermediate container 96cbebd66767 00:37:33 ---> fe39cf8e52a2 00:37:33 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:37:33 Executing busybox-1.31.1-r19.trigger 00:37:33 OK: 12 MiB in 22 packages 00:37:33 Removing intermediate container babefdc5399a 00:37:33 ---> 7ea72168c31e 00:37:33 Step 13/21 : EXPOSE $APP_PORT 00:37:33 ---> Running in dc87862dd257 00:37:33 ---> Running in c9e9564faae3 00:37:35 Removing intermediate container c9e9564faae3 00:37:35 ---> e8cd9e647b4e 00:37:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:37:36 ---> 769aaffdd6f5 00:37:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:37 Removing intermediate container 439d1cd79bf9 00:37:37 ---> 9ae9f94bd9c3 00:37:37 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:37:37 Removing intermediate container a852cf5f827f 00:37:37 ---> 12f8b9577426 00:37:37 00:37:37 Step 10/22 : FROM alpine:3.10 00:37:37 3.10: Pulling from library/alpine 00:37:38 ---> 893c5dab4ae9 00:37:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:38 ---> Running in 9a447bb86346 00:37:38 Removing intermediate container eaec9cd34d3e 00:37:38 ---> e272c7c56546 00:37:38 00:37:38 Step 10/24 : FROM scratch 00:37:38 ---> 00:37:38 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:38 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:38 Status: Downloaded newer image for alpine:3.10 00:37:38 ---> be4e4bea2c2e 00:37:38 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:38 ---> Running in 8d87a8c63e67 00:37:39 ---> Running in a556f01ba4b8 00:37:39 Removing intermediate container dc87862dd257 00:37:39 ---> dc66c3e1e769 00:37:39 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:37:39 ---> 50f5747903ae 00:37:39 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:37:39 ---> Running in 3de7c3cb69ff 00:37:39 Removing intermediate container 8d87a8c63e67 00:37:39 ---> 226e6b3bf1f0 00:37:39 Step 12/24 : ENV APP_PORT=48060 00:37:39 ---> Running in 20144793200e 00:37:39 ---> 145ff49aa7fa 00:37:39 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:37:39 Removing intermediate container 3de7c3cb69ff 00:37:39 ---> da7d43c5c53c 00:37:39 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:39 Removing intermediate container 20144793200e 00:37:39 ---> 5864398db6cb 00:37:39 Step 13/24 : EXPOSE $APP_PORT 00:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:39 ---> Running in 7be2275837b6 00:37:40 ---> Running in c52fa792145e 00:37:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:40 ---> e9c0a3bc237f 00:37:40 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:37:40 v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:40 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:40 OK: 10348 distinct packages available 00:37:40 Removing intermediate container 9a447bb86346 00:37:40 ---> 9cf57a6bb11e 00:37:40 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:40 Removing intermediate container 7be2275837b6 00:37:40 ---> aa784dd3fe37 00:37:40 Step 19/21 : LABEL arch=x86_64 00:37:40 (1/5) Installing ca-certificates (20191127-r2) 00:37:40 ---> Running in f695ed686333 00:37:40 Removing intermediate container c52fa792145e 00:37:40 ---> f6d987ba0581 00:37:40 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:37:40 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:40 (3/5) Installing libcurl (7.66.0-r3) 00:37:40 (4/5) Installing curl (7.66.0-r3) 00:37:40 (5/5) Installing dumb-init (1.2.2-r1) 00:37:40 Executing busybox-1.30.1-r3.trigger 00:37:40 Executing ca-certificates-20191127-r2.trigger 00:37:40 OK: 7 MiB in 19 packages 00:37:40 ---> Running in c30824b3818b 00:37:41 ---> 3f683250da90 00:37:41 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:37:41 ---> c19b825faf8a 00:37:41 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:37:41 Removing intermediate container f695ed686333 00:37:41 ---> 95bec692a0f4 00:37:41 Step 15/27 : ENV APP_PORT=48090 00:37:41 ---> Running in 88dd7ca27631 00:37:41 Removing intermediate container c30824b3818b 00:37:41 ---> 47f94ed96c9d 00:37:41 Step 20/21 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:37:42 ---> 318dbf2705fd 00:37:42 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:37:43 ---> Running in dda55dba45f7 00:37:43 ---> df04affb4d1f 00:37:43 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:37:43 Removing intermediate container a556f01ba4b8 00:37:43 ---> d6437374cad2 00:37:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:37:43 Removing intermediate container dda55dba45f7 00:37:43 ---> e1bf372bcdce 00:37:43 Step 21/21 : LABEL version=0.0.0 00:37:43 ---> 3fee1589f00a 00:37:43 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:37:43 Removing intermediate container 88dd7ca27631 00:37:43 ---> 5450610ce464 00:37:43 Step 16/27 : EXPOSE $APP_PORT 00:37:43 ---> Running in 1d4aae733fca 00:37:43 ---> Running in 291b1d62bce2 00:37:43 ---> Running in 782bef9481e5 00:37:43 ---> Running in 73b8ea95d94d 00:37:43 ---> db3f51e7ccd8 00:37:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:37:43 Removing intermediate container 1d4aae733fca 00:37:43 ---> 649b57a3fde4 00:37:43 Step 13/22 : WORKDIR / 00:37:44 ---> Running in 26866f1a51c3 00:37:44 Removing intermediate container 782bef9481e5 00:37:44 ---> 149dc326dd0d 00:37:44 00:37:44 Removing intermediate container 73b8ea95d94d 00:37:44 ---> fea965006abb 00:37:44 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:44 ---> f76b4e614657 00:37:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:44 Successfully built 149dc326dd0d 00:37:44 Successfully tagged docker-support-scheduler-go:latest 00:37:44 Building docker-security-proxy-setup-go 00:37:44  Building docker-support-scheduler-go ... done Removing intermediate container 26866f1a51c3 00:37:44 ---> 4395f59a3f50 00:37:44 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:37:45 ---> 5340a7e23640 00:37:45 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:45 ---> 64c0964e5502 00:37:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:37:45 ---> 66325a5ed69a 00:37:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:45 ---> 418e421991c9 00:37:45 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:45 Removing intermediate container 291b1d62bce2 00:37:45 ---> 79aa9d8d0ac3 00:37:45 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:37:46 ---> ee917d91b213 00:37:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:37:47 ---> dfbe14461187 00:37:47 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:37:49 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:49 ---> f4be184cd199 00:37:49 Step 20/27 : RUN apk --no-cache add py3-pip 00:37:49 ---> 67ec84245ecf 00:37:49 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:49 ---> Running in c95f8ce67ee9 00:37:49 ---> Running in 0693af3610b8 00:37:49 ---> 6a6c67820381 00:37:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:37:49 ---> Running in 68d92a76817e 00:37:50 Removing intermediate container c95f8ce67ee9 00:37:50 ---> 3e509d25cb30 00:37:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:52 ---> 469e2a117ae7 00:37:52 Step 18/22 : RUN chmod +x entrypoint.sh 00:37:53 ---> Running in c5351b2db191 00:37:53 ---> Running in 8bdb20f70679 00:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:54 Removing intermediate container c5351b2db191 00:37:54 ---> 9ef75bd60da2 00:37:54 Step 22/24 : LABEL arch=x86_64 00:37:54 (1/33) Installing libbz2 (1.0.8-r1) 00:37:54 (2/33) Installing expat (2.2.9-r1) 00:37:54 (3/33) Installing libffi (3.3-r2) 00:37:54 (4/33) Installing gdbm (1.13-r1) 00:37:54 (5/33) Installing xz-libs (5.2.5-r0) 00:37:54 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:54 (7/33) Installing python3 (3.8.5-r0) 00:37:56 ---> Running in e8df48fcda5b 00:37:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:59 ---> 976adec21ab3 00:37:59 Step 3/21 : WORKDIR /edgex-go 00:37:59 ---> Using cache 00:37:59 ---> 32a00cb7af56 00:37:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:59 ---> Using cache 00:37:59 ---> b19562456d8b 00:37:59 Step 5/21 : RUN apk update && apk add make git 00:37:59 ---> Using cache 00:37:59 ---> 7ad036f6416a 00:37:59 Step 6/21 : COPY go.mod . 00:37:59 ---> Using cache 00:37:59 ---> 790cf92ae5c1 00:37:59 Step 7/21 : RUN go mod download 00:37:59 ---> Using cache 00:37:59 ---> 0ace7ed02898 00:37:59 Step 8/21 : COPY . . 00:37:59 ---> Using cache 00:37:59 ---> 8c518344ce81 00:37:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:00 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:00 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:00 (11/33) Installing py3-six (1.15.0-r0) 00:38:01 (12/33) Installing py3-packaging (20.4-r0) 00:38:01 ---> Running in 35ee7433838d 00:38:01 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:01 Removing intermediate container 0693af3610b8 00:38:01 ---> b7452e620f53 00:38:01 Step 24/29 : RUN chmod 755 security-secrets-setup 00:38:01 Removing intermediate container e8df48fcda5b 00:38:01 ---> db11b944df12 00:38:01 Step 23/24 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:38:01 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:01 (15/33) Installing py3-idna (2.9-r0) 00:38:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:02 (18/33) Installing py3-requests (2.23.0-r0) 00:38:02 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:02 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:02 ---> Running in 7c3394523ed6 00:38:02 ---> Running in 86fd60e2295a 00:38:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:02 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:02 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:02 Removing intermediate container 8bdb20f70679 00:38:02 ---> 1a65b23664ed 00:38:02 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:38:02 (24/33) Installing py3-distro (1.5.0-r1) 00:38:03 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:03 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:03 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:38:03 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:03 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:03 (29/33) Installing py3-progress (1.5-r0) 00:38:03 Removing intermediate container 86fd60e2295a 00:38:03 ---> c98d3b3e8564 00:38:03 Step 24/24 : LABEL version=0.0.0 00:38:03 (30/33) Installing py3-toml (0.10.1-r0) 00:38:03 ---> Running in e19266a4bac9 00:38:03 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:03 (33/33) Installing py3-pip (20.1.1-r0) 00:38:03 ---> Running in d5d3318b79b3 00:38:05 Executing busybox-1.31.1-r19.trigger 00:38:05 OK: 71 MiB in 55 packages 00:38:05 Removing intermediate container e19266a4bac9 00:38:05 ---> 82208aa3db50 00:38:05 Step 20/22 : LABEL arch=x86_64 00:38:05 Removing intermediate container d5d3318b79b3 00:38:05 ---> 7c23bb71ec95 00:38:05 00:38:05 ---> Running in 27e75665c4bc 00:38:05 Successfully built 7c23bb71ec95 00:38:05 Successfully tagged docker-support-notifications-go:latest 00:38:05 Building docker-security-secretstore-setup-go 00:38:06  Building docker-support-notifications-go ... done Removing intermediate container 27e75665c4bc 00:38:06 ---> f8079fd88d09 00:38:06 Step 21/22 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:38:06 ---> Running in 292ca34ae423 00:38:06 Removing intermediate container 7c3394523ed6 00:38:06 ---> bd61d6f54669 00:38:06 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:38:06 ---> Running in 38c4a0b92972 00:38:06 Removing intermediate container 292ca34ae423 00:38:06 ---> 9e477db66497 00:38:06 Step 22/22 : LABEL version=0.0.0 00:38:06 ---> Running in effe1c203828 00:38:13 Removing intermediate container effe1c203828 00:38:13 ---> 04ad5ca35891 00:38:13 00:38:13 Removing intermediate container 38c4a0b92972 00:38:13 ---> 3a677bb0c564 00:38:13 Step 26/29 : CMD [ "generate" ] 00:38:13 Successfully built 04ad5ca35891 00:38:14 Successfully tagged docker-security-bootstrap-redis-go:latest 00:38:14  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 00:38:16 ---> Running in d73ef8f23e30 00:38:24 Removing intermediate container d73ef8f23e30 00:38:24 ---> 9b9ca9876a25 00:38:24 Step 27/29 : LABEL arch=x86_64 00:38:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:25 ---> 976adec21ab3 00:38:25 Step 3/24 : WORKDIR /edgex-go 00:38:25 ---> Using cache 00:38:25 ---> 32a00cb7af56 00:38:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:25 ---> Using cache 00:38:25 ---> b19562456d8b 00:38:25 Step 5/24 : RUN apk update && apk add make git 00:38:25 ---> Using cache 00:38:25 ---> 7ad036f6416a 00:38:25 Step 6/24 : COPY go.mod . 00:38:25 ---> Using cache 00:38:25 ---> 790cf92ae5c1 00:38:25 Step 7/24 : RUN go mod download 00:38:25 ---> Using cache 00:38:25 ---> 0ace7ed02898 00:38:25 Step 8/24 : COPY . . 00:38:25 ---> Using cache 00:38:25 ---> 8c518344ce81 00:38:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:26 ---> Running in c56a517ff6eb 00:38:26 ---> Running in e488313a88ce 00:38:26 Removing intermediate container c56a517ff6eb 00:38:26 ---> f8e8065f2182 00:38:26 Step 28/29 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:38:27 ---> Running in 7bbf45ae1078 00:38:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:38:28 Removing intermediate container 7bbf45ae1078 00:38:28 ---> d1682d030f66 00:38:28 Step 29/29 : LABEL version=0.0.0 00:38:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:29 ---> Running in c372b7b0b244 00:38:30 Removing intermediate container 68d92a76817e 00:38:30 ---> dbe59b6b9b3e 00:38:30 Step 21/27 : RUN pip install docker-compose==1.23.2 00:38:33 Removing intermediate container c372b7b0b244 00:38:33 ---> 2c9e719f3a07 00:38:33 00:38:33 Successfully built 2c9e719f3a07 00:38:34 Successfully tagged docker-security-secrets-setup-go:latest 00:38:34 Building docker-core-metadata-go 00:38:35  Building docker-security-secrets-setup-go ... done  ---> Running in 210b02fdeed7 00:38:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:35 ---> 976adec21ab3 00:38:35 Step 3/22 : WORKDIR /edgex-go 00:38:35 ---> Using cache 00:38:35 ---> 32a00cb7af56 00:38:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:35 ---> Using cache 00:38:35 ---> b19562456d8b 00:38:35 Step 5/22 : RUN apk update && apk add make git 00:38:35 ---> Using cache 00:38:35 ---> 7ad036f6416a 00:38:35 Step 6/22 : COPY go.mod . 00:38:35 ---> Using cache 00:38:35 ---> 790cf92ae5c1 00:38:35 Step 7/22 : RUN go mod download 00:38:35 ---> Using cache 00:38:35 ---> 0ace7ed02898 00:38:35 Step 8/22 : COPY . . 00:38:35 ---> Using cache 00:38:35 ---> 8c518344ce81 00:38:35 Step 9/22 : RUN make cmd/core-command/core-command 00:38:38 ---> Running in ff34e5e1979d 00:38:40 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:44 Removing intermediate container 35ee7433838d 00:38:44 ---> 4c1ce6d2d106 00:38:44 00:38:44 Step 10/21 : FROM alpine 00:38:44 ---> b14afc6dfb98 00:38:44 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:38:45 Collecting docker-compose==1.23.2 00:38:45 ---> Running in e6be3e0370c5 00:38:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:46 Collecting cached-property<2,>=1.2.0 00:38:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:46 Collecting websocket-client<1.0,>=0.32.0 00:38:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:47 Collecting dockerpty<0.5,>=0.4.1 00:38:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:48 v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:38:48 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:38:48 OK: 12747 distinct packages available 00:38:48 (1/4) Installing ca-certificates (20191127-r4) 00:38:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:48 (3/4) Installing libcurl (7.69.1-r3) 00:38:48 (4/4) Installing curl (7.69.1-r3) 00:38:48 Executing busybox-1.31.1-r19.trigger 00:38:48 Executing ca-certificates-20191127-r4.trigger 00:38:48 OK: 7 MiB in 18 packages 00:38:49 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: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:38:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:51 Removing intermediate container e6be3e0370c5 00:38:51 ---> 9863419b461c 00:38:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:51 Collecting docker<4.0,>=3.6.0 00:38:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:53 ---> Running in b3622fdaee47 00:38:53 Collecting PyYAML<4,>=3.10 00:38:53 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:53 Removing intermediate container b3622fdaee47 00:38:53 ---> 4df959b16879 00:38:53 Step 13/21 : WORKDIR /edgex 00:38:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:53 ---> 976adec21ab3 00:38:53 Step 3/22 : WORKDIR /edgex-go 00:38:53 ---> Using cache 00:38:53 ---> 32a00cb7af56 00:38:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:53 ---> Using cache 00:38:53 ---> b19562456d8b 00:38:53 Step 5/22 : RUN apk update && apk add make git 00:38:53 ---> Using cache 00:38:53 ---> 7ad036f6416a 00:38:53 Step 6/22 : COPY go.mod . 00:38:53 ---> Using cache 00:38:53 ---> 790cf92ae5c1 00:38:53 Step 7/22 : RUN go mod download 00:38:53 ---> Using cache 00:38:53 ---> 0ace7ed02898 00:38:53 Step 8/22 : COPY . . 00:38:53 ---> Using cache 00:38:53 ---> 8c518344ce81 00:38:53 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:38:54 Collecting docopt<0.7,>=0.6.1 00:38:54 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:55 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.048s 00:38:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:55 ---> Running in 891fa2a44fe3 00:38:55 ---> Running in 81cf546f3a4d 00:38:55 Collecting texttable<0.10,>=0.9.0 00:38:55 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:55 Removing intermediate container 891fa2a44fe3 00:38:55 ---> e1ea38d4d552 00:38:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:56 ---> c8eca0c0c16a 00:38:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:56 Collecting jsonschema<3,>=2.5.1 00:38:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:38:56 Collecting idna<2.8,>=2.5 00:38:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:56 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:38:56 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:38:56 Collecting urllib3<1.25,>=1.21.1 00:38:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:57 Collecting docker-pycreds>=0.4.0 00:38:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:57 ---> 09a3f1c940c0 00:38:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:57 Installing collected packages: cached-property, websocket-client, dockerpty, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docopt, texttable, jsonschema, docker-compose 00:38:57 Running setup.py install for dockerpty: started 00:38:58 ---> e800a80f15b2 00:38:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:58 ---> Running in 055eb1ee1c73 00:38:58 Running setup.py install for dockerpty: finished with status 'done' 00:38:58 Attempting uninstall: idna 00:38:58 Found existing installation: idna 2.9 00:38:58 Uninstalling idna-2.9: 00:38:58 Successfully uninstalled idna-2.9 00:38:59 Attempting uninstall: urllib3 00:38:59 Found existing installation: urllib3 1.25.9 00:38:59 Removing intermediate container 055eb1ee1c73 00:38:59 ---> 7cc6aa483b14 00:38:59 Step 18/21 : CMD ["--init=true"] 00:38:59 Uninstalling urllib3-1.25.9: 00:38:59 Successfully uninstalled urllib3-1.25.9 00:39:00 Attempting uninstall: requests 00:39:00 Found existing installation: requests 2.23.0 00:39:00 ---> Running in 8d8de4cbcd46 00:39:00 Uninstalling requests-2.23.0: 00:39:00 Removing intermediate container e488313a88ce 00:39:00 ---> 62db2d579e8c 00:39:00 00:39:00 Step 10/24 : FROM alpine:3.10 00:39:00 ---> be4e4bea2c2e 00:39:00 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:39:00 ---> Using cache 00:39:00 ---> d6437374cad2 00:39:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:00 Successfully uninstalled requests-2.23.0 00:39:01 ---> Running in cd180eae143c 00:39:01 Removing intermediate container 8d8de4cbcd46 00:39:01 ---> 521b15515387 00:39:01 Step 19/21 : LABEL arch=x86_64 00:39:03 ---> Running in deee6b454a32 00:39:03 Removing intermediate container cd180eae143c 00:39:03 ---> 68f99d365651 00:39:03 Step 13/24 : WORKDIR / 00:39:03 Running setup.py install for PyYAML: started 00:39:03 Running setup.py install for PyYAML: finished with status 'done' 00:39:03 Running setup.py install for docopt: started 00:39:03 ---> Running in 6590d1722662 00:39:03 Removing intermediate container deee6b454a32 00:39:03 ---> 617895992c20 00:39:03 Step 20/21 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:39:04 ---> Running in bb042f66cd55 00:39:04 Running setup.py install for docopt: finished with status 'done' 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.280s coverage: 46.6% of statements 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:05 Running setup.py install for texttable: started 00:39:05 Removing intermediate container 6590d1722662 00:39:05 ---> 63e4f4755953 00:39:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:05 Running setup.py install for texttable: finished with status 'done' 00:39:05 Removing intermediate container bb042f66cd55 00:39:05 ---> 98e4035cb2d1 00:39:05 Step 21/21 : LABEL version=0.0.0 00:39:06 ---> Running in 84938c10768c 00:39:08 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:39:08 ---> ce4e09532e27 00:39:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:08 Removing intermediate container 84938c10768c 00:39:08 ---> 9a765d554bcc 00:39:08 00:39:08 Removing intermediate container ff34e5e1979d 00:39:08 ---> acbeeb2a4890 00:39:08 00:39:08 Step 10/22 : FROM scratch 00:39:08 ---> 00:39:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:08 ---> 18105effbaa2 00:39:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:08 Successfully built 9a765d554bcc 00:39:08 Successfully tagged docker-security-proxy-setup-go:latest 00:39:08 Building docker-core-data-go 00:39:09  Building docker-security-proxy-setup-go ... done  ---> Using cache 00:39:09 ---> 13e13a12902d 00:39:09 Step 12/22 : ENV APP_PORT=48082 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.480s coverage: 27.1% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.563s coverage: 68.5% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.671s coverage: 82.3% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:14 ---> Running in a5f7f701fc27 00:39:15 ---> 8dd99a6345ea 00:39:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:16 Removing intermediate container a5f7f701fc27 00:39:16 ---> 95ce9a5c0b46 00:39:16 Step 13/22 : EXPOSE $APP_PORT 00:39:16 Removing intermediate container 210b02fdeed7 00:39:16 ---> d534b12bb33b 00:39:16 Step 22/27 : RUN apk --no-cache add curl 00:39:16 ---> abc244bd883d 00:39:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:16 ---> Running in 9eb1b46daacb 00:39:16 ---> Running in 6db5120054b4 00:39:19 Removing intermediate container 9eb1b46daacb 00:39:19 ---> 74e72b4e391b 00:39:19 Step 14/22 : WORKDIR / 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.240s coverage: 28.6% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.117s coverage: 100.0% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:19 ---> 7e43c76a5cbc 00:39:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:20 ---> Running in decfcc5f8769 00:39:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:21 (2/3) Installing libcurl (7.69.1-r3) 00:39:21 (3/3) Installing curl (7.69.1-r3) 00:39:21 Executing busybox-1.31.1-r19.trigger 00:39:21 OK: 72 MiB in 58 packages 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.338s coverage: 97.5% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:22 ---> d0d079a4398d 00:39:22 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:39:23 ---> Running in 7b1e456dc623 00:39:23 Removing intermediate container decfcc5f8769 00:39:23 ---> 4f04d7b61b20 00:39:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:39:25 ---> da5f18d60ce9 00:39:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:26 Removing intermediate container 6db5120054b4 00:39:26 ---> 7d7bcb77e809 00:39:26 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:26 ---> 976adec21ab3 00:39:26 Step 3/23 : WORKDIR /edgex-go 00:39:26 ---> Using cache 00:39:26 ---> 32a00cb7af56 00:39:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:26 ---> Using cache 00:39:26 ---> b19562456d8b 00:39:26 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:39:27 ---> Running in 78c94117242f 00:39:27 ---> Running in 918b0f7c9d48 00:39:27 ---> dd6472b62338 00:39:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:27 Removing intermediate container 78c94117242f 00:39:27 ---> 3c7cf01e329c 00:39:27 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.018s coverage: 93.8% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.187s coverage: 0.1% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.134s coverage: 75.5% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.8% of statements 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.176s coverage: 87.2% of statements 00:39:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.2% of statements 00:39:29 ---> Running in f8693ab87641 00:39:29 ---> 75ec7cb2294e 00:39:29 Step 18/22 : ENTRYPOINT ["/core-command"] 00:39:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:29 Removing intermediate container 7b1e456dc623 00:39:29 ---> d65057520562 00:39:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:29 ---> Running in fa863be730c5 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.216s coverage: 91.4% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:30 Removing intermediate container f8693ab87641 00:39:30 ---> 95f22eb3c4db 00:39:30 Step 25/27 : LABEL arch=x86_64 00:39:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:30 Removing intermediate container 81cf546f3a4d 00:39:30 ---> 6a7b67b03d53 00:39:30 00:39:30 Step 10/22 : FROM scratch 00:39:30 ---> 00:39:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:30 ---> Running in f5af85be5aad 00:39:30 ---> Running in 69a3e6217aed 00:39:30 ---> Using cache 00:39:30 ---> 13e13a12902d 00:39:30 Step 12/22 : ENV APP_PORT=48081 00:39:30 Removing intermediate container f5af85be5aad 00:39:30 ---> 9c07223b4ca5 00:39:30 Step 22/24 : LABEL arch=x86_64 00:39:30 Removing intermediate container fa863be730c5 00:39:30 ---> b1e8f8022ca9 00:39:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:30 ---> Running in c96d934b207a 00:39:30 Removing intermediate container 69a3e6217aed 00:39:30 ---> d72a5c6c01c2 00:39:30 Step 26/27 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:39:30 ---> Running in 16ac80690a5d 00:39:30 ---> Running in 5d9d6025f2f3 00:39:30 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:30 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:30 OK: 12750 distinct packages available 00:39:30 ---> Running in f201bd2d4ee0 00:39:30 Removing intermediate container c96d934b207a 00:39:30 ---> c2cb9b92bdb7 00:39:30 Step 13/22 : EXPOSE $APP_PORT 00:39:31 Removing intermediate container 16ac80690a5d 00:39:31 ---> 0d26705dd52d 00:39:31 Step 20/22 : LABEL arch=x86_64 00:39:31 OK: 233 MiB in 51 packages 00:39:31 Removing intermediate container 5d9d6025f2f3 00:39:31 ---> ab50905d515f 00:39:31 Step 23/24 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:39:31 ---> Running in 55fa5a5a32d0 00:39:31 ---> Running in 35082cca30ce 00:39:31 Removing intermediate container f201bd2d4ee0 00:39:31 ---> 1f1240315792 00:39:31 Step 27/27 : LABEL version=0.0.0 00:39:31 ---> Running in 4bff098cebaf 00:39:31 ---> Running in 151016e2636d 00:39:31 Removing intermediate container 55fa5a5a32d0 00:39:31 ---> 789ab736c3ef 00:39:31 Step 14/22 : WORKDIR / 00:39:31 Removing intermediate container 35082cca30ce 00:39:31 ---> 39e12987b8a7 00:39:31 Step 21/22 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:39:31 ---> Running in 97dfbe421242 00:39:31 Removing intermediate container 4bff098cebaf 00:39:31 ---> fb3b8e27b4d2 00:39:31 Step 24/24 : LABEL version=0.0.0 00:39:31 ---> Running in a5589e6bdb3f 00:39:31 Removing intermediate container 151016e2636d 00:39:31 ---> 7fa38af33c68 00:39:31 00:39:31 ---> Running in d98b7452fb50 00:39:32 Successfully built 7fa38af33c68 00:39:33 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:33  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 97dfbe421242 00:39:33 ---> 796e604a6e0b 00:39:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:39:33 Removing intermediate container 918b0f7c9d48 00:39:33 ---> 091909da8053 00:39:33 Step 6/23 : COPY go.mod . 00:39:33 Removing intermediate container a5589e6bdb3f 00:39:33 ---> bb0ba3ccec01 00:39:33 Step 22/22 : LABEL version=0.0.0 00:39:33 Removing intermediate container d98b7452fb50 00:39:33 ---> 4e4ab7d2e086 00:39:33 00:39:33 ---> Running in 58a09967e65a 00:39:33 Successfully built 4e4ab7d2e086 00:39:33 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:33  Building docker-security-secretstore-setup-go ... done  ---> 4daa204cb114 00:39:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:33 ---> 94a96705fd3b 00:39:33 Step 7/23 : RUN go mod download 00:39:33 Removing intermediate container 58a09967e65a 00:39:33 ---> ab2463337af1 00:39:33 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.728s coverage: 63.5% of statements 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 00:39:33 ---> Running in 1fb99de9a554 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.123s coverage: 73.7% of statements 00:39:33 Successfully built ab2463337af1 00:39:33 Successfully tagged docker-core-command-go:latest 00:39:35  Building docker-core-command-go ... done  ---> 9ea38c62d0dc 00:39:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:35 ---> 14f5f4d92da0 00:39:35 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:39:35 ---> Running in e352182fe024 00:39:35 Removing intermediate container e352182fe024 00:39:35 ---> 91ce95d9df6f 00:39:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:35 ---> Running in 94a9840c5f1b 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 00:39:36 Removing intermediate container 94a9840c5f1b 00:39:36 ---> 4adeb9e2e8e4 00:39:36 Step 20/22 : LABEL arch=x86_64 00:39:36 Removing intermediate container 1fb99de9a554 00:39:36 ---> fae9b022aa3e 00:39:36 Step 8/23 : COPY . . 00:39:36 ---> Running in c8028d263d38 00:39:36 Removing intermediate container c8028d263d38 00:39:36 ---> f14fb1d1bd3b 00:39:36 Step 21/22 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:39:36 ---> Running in 4adb526b99af 00:39:37 Removing intermediate container 4adb526b99af 00:39:37 ---> 45b4a59eb5e7 00:39:37 Step 22/22 : LABEL version=0.0.0 00:39:37 ---> Running in 5b26ea15c9f9 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 55.9% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:39:41 Removing intermediate container 5b26ea15c9f9 00:39:41 ---> 7f8502bae62b 00:39:41 00:39:41 Successfully built 7f8502bae62b 00:39:41 Successfully tagged docker-core-metadata-go:latest 00:39:51  Building docker-core-metadata-go ... done  ---> f4ee10592812 00:39:51 Step 9/23 : RUN make cmd/core-data/core-data 00:39:51 ---> Running in b1de9fae9c05 00:39:51 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:06 Removing intermediate container b1de9fae9c05 00:40:06 ---> cd54a749b31d 00:40:06 00:40:06 Step 10/23 : FROM alpine 00:40:06 ---> b14afc6dfb98 00:40:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:06 ---> Running in 1dc752cd13ca 00:40:06 Removing intermediate container 1dc752cd13ca 00:40:06 ---> 6fbdb567ee21 00:40:06 Step 12/23 : ENV APP_PORT=48080 00:40:06 ---> Running in 9943f05c3a87 00:40:06 Removing intermediate container 9943f05c3a87 00:40:06 ---> 0d5ed8e1de2b 00:40:06 Step 13/23 : EXPOSE $APP_PORT 00:40:06 ---> Running in 3de9b833ff64 00:40:07 Removing intermediate container 3de9b833ff64 00:40:07 ---> 987edd6c82b3 00:40:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:07 ---> Running in 1c5160feea73 00:40:08 Removing intermediate container 1c5160feea73 00:40:08 ---> dbacac3dbaf1 00:40:08 Step 15/23 : RUN apk --no-cache add zeromq 00:40:08 ---> Running in d6b7636341e2 00:40:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:09 (1/5) Installing libgcc (9.3.0-r2) 00:40:09 (2/5) Installing libsodium (1.0.18-r0) 00:40:10 (3/5) Installing libstdc++ (9.3.0-r2) 00:40:10 (4/5) Installing libzmq (4.3.3-r0) 00:40:10 (5/5) Installing zeromq (4.3.3-r0) 00:40:10 Executing busybox-1.31.1-r19.trigger 00:40:10 OK: 8 MiB in 19 packages 00:40:10 Removing intermediate container d6b7636341e2 00:40:10 ---> dc63b707d6c6 00:40:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:40:11 ---> 7460ec697afd 00:40:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 31.517s coverage: 86.3% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.227s coverage: 72.2% of statements 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.453s coverage: 72.1% of statements 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.069s coverage: 82.4% of statements 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.073s coverage: 48.4% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.093s coverage: 28.8% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.092s coverage: 96.8% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.338s coverage: 37.0% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.542s coverage: 84.0% of statements 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.083s coverage: 100.0% of statements 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.347s coverage: 47.1% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.047s coverage: 100.0% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.086s coverage: 100.0% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.751s coverage: 29.1% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.161s coverage: 99.0% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 00:40:11 GO111MODULE=on go vet ./... 00:40:11 ---> ee4e7d94a14c 00:40:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:12 ---> 0a69f1a4e6e7 00:40:12 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:12 ---> Running in da33e9f4b082 00:40:12 Removing intermediate container da33e9f4b082 00:40:12 ---> b8c71d5755d5 00:40:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:12 ---> Running in 9e83631060d2 00:40:12 Removing intermediate container 9e83631060d2 00:40:12 ---> e62c0ec26e0e 00:40:12 Step 21/23 : LABEL arch=x86_64 00:40:12 ---> Running in d50079ca9ed6 00:40:12 Removing intermediate container d50079ca9ed6 00:40:12 ---> fd6abb2ece87 00:40:12 Step 22/23 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:40:12 ---> Running in 812397e312c7 00:40:12 Removing intermediate container 812397e312c7 00:40:12 ---> e77b5a78aabe 00:40:12 Step 23/23 : LABEL version=0.0.0 00:40:13 ---> Running in 1994e7170230 00:40:13 Removing intermediate container 1994e7170230 00:40:13 ---> 8fbfbd411920 00:40:13 00:40:13 Successfully built 8fbfbd411920 00:40:13 Successfully tagged docker-core-data-go:latest 00:40:13  Building docker-core-data-go ... done  [Pipeline] } 00:40:13 $ docker stop --time=1 84845eea8f7b4c86e46c2cae86b0f21f44bd94e58176c020f551f3031d75340f 00:40:15 $ docker rm -f 84845eea8f7b4c86e46c2cae86b0f21f44bd94e58176c020f551f3031d75340f [Pipeline] // withDockerContainer [Pipeline] sh 00:40:16 + docker images 00:40:16 + grep docker 00:40:16 docker-core-data-go latest 8fbfbd411920 3 seconds ago 23.7MB 00:40:16 docker-core-metadata-go latest 7f8502bae62b 37 seconds ago 14.5MB 00:40:16 docker-core-command-go latest ab2463337af1 43 seconds ago 12.2MB 00:40:16 docker-security-secretstore-setup-go latest 4e4ab7d2e086 44 seconds ago 24.7MB 00:40:16 docker-sys-mgmt-agent-go latest 7fa38af33c68 45 seconds ago 313MB 00:40:16 docker-security-proxy-setup-go latest 9a765d554bcc About a minute ago 24.6MB 00:40:16 docker-security-secrets-setup-go latest 2c9e719f3a07 About a minute ago 23.9MB 00:40:16 docker-security-bootstrap-redis-go latest 04ad5ca35891 2 minutes ago 15.8MB 00:40:16 docker-support-notifications-go latest 7c23bb71ec95 2 minutes ago 13.6MB 00:40:16 docker-support-scheduler-go latest 149dc326dd0d 2 minutes ago 12.3MB 00:40:16 docker latest aefe523efa57 19 hours 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:40:32 Still waiting to schedule task 00:40:32 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-15688’ 00:41:19 gofmt -l . 00:41:19 [ "`gofmt -l .`" = "" ] 00:41:21 ./bin/test-go-mod-tidy.sh 00:41:22 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:27 + ls -al . 00:41:27 total 696 00:41:27 drwxrwxr-x 9 1001 1001 4096 Dec 12 00:41 . 00:41:27 drwxr-xr-x 4 root root 4096 Dec 12 00:37 .. 00:41:27 -rw-rw-r-- 1 1001 1001 11 Dec 12 00:35 .dockerignore 00:41:27 drwxrwxr-x 8 1001 1001 4096 Dec 12 00:35 .git 00:41:27 drwxrwxr-x 3 1001 1001 4096 Dec 12 00:35 .github 00:41:27 -rw-rw-r-- 1 1001 1001 943 Dec 12 00:35 .gitignore 00:41:27 -rw-rw-r-- 1 1001 1001 166 Dec 12 00:35 .sonarcloud.properties 00:41:27 -rw-rw-r-- 1 1001 1001 3804 Dec 12 00:35 CONTRIBUTING.md 00:41:27 -rw-rw-r-- 1 1001 1001 1035 Dec 12 00:35 Dockerfile.build 00:41:27 -rw-rw-r-- 1 1001 1001 863 Dec 12 00:35 Jenkinsfile 00:41:27 -rw-rw-r-- 1 1001 1001 10775 Dec 12 00:35 LICENSE 00:41:27 -rw-rw-r-- 1 1001 1001 6318 Dec 12 00:35 Makefile 00:41:27 -rw-rw-r-- 1 1001 1001 6447 Dec 12 00:35 README.md 00:41:27 -rw-rw-r-- 1 1001 1001 7286 Dec 12 00:35 SECURITY.md 00:41:27 -rw-rw-r-- 1 1001 1001 5 Dec 12 00:32 VERSION 00:41:27 -rw-rw-r-- 1 1001 1001 4131 Dec 12 00:35 ZMQWindows.md 00:41:27 drwxrwxr-x 2 1001 1001 4096 Dec 12 00:35 bin 00:41:27 drwxrwxr-x 15 1001 1001 4096 Dec 12 00:35 cmd 00:41:27 -rw-r--r-- 1 root root 569827 Dec 12 00:40 coverage.out 00:41:27 -rw-r--r-- 1 root root 1041 Dec 12 00:41 go.mod 00:41:27 -rw-r--r-- 1 root root 18746 Dec 12 00:41 go.sum 00:41:27 drwxrwxr-x 8 1001 1001 4096 Dec 12 00:35 internal 00:41:27 drwxrwxr-x 4 1001 1001 4096 Dec 12 00:35 openapi 00:41:27 drwxrwxr-x 4 1001 1001 4096 Dec 12 00:35 snap 00:41:27 -rw-rw-r-- 1 1001 1001 168 Dec 12 00:35 version.go [Pipeline] sh 00:41:27 + '[' -e coverage.out ] 00:41:27 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:28 Warning: overwriting stash ‘coverage-report’ 00:41:29 Stashed 1 file(s) [Pipeline] sh 00:41:30 + make build 00:41:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:41:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:42:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:42:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:42:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:42:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:42: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:42:36 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:42:36 Running on prd-ubuntu18.04-docker-8c-8g-15692 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws 00:42:36 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 00:42:38 using credential edgex-jenkins-ssh 00:42:38 Cloning the remote Git repository 00:42:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:38 > git init /w/workspace/edgex-go/14 # timeout=10 00:42:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:38 > git --version # timeout=10 00:42:38 > git --version # 'git version 2.17.1' 00:42:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:40 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:42:43 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:42:48 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 [Pipeline] } 00:42:51 $ docker stop --time=1 29fbc7e315891b1b3bec875ade379ca5e477aa5fa8fd008aa09365eb81c55d3a 00:42:54 $ docker rm -f 29fbc7e315891b1b3bec875ade379ca5e477aa5fa8fd008aa09365eb81c55d3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:56 00:42:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:57 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:57 29e5d40040c1: Pulling fs layer 00:42:57 1ce36da41761: Pulling fs layer 00:42:57 25b303627fd3: Pulling fs layer 00:42:57 29e5d40040c1: Verifying Checksum 00:42:57 29e5d40040c1: Download complete 00:42:58 1ce36da41761: Verifying Checksum 00:42:58 1ce36da41761: Download complete 00:42:58 29e5d40040c1: Pull complete 00:42:58 Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 00:42:58 Merge succeeded, producing 943d58c09c0961f0a6e59bbeda8f874ad90c13e1 00:42:58 Checking out Revision 943d58c09c0961f0a6e59bbeda8f874ad90c13e1 (PR-2908) 00:42:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:57 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:58 > git config core.sparsecheckout # timeout=10 00:42:58 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 00:42:58 > git remote # timeout=10 00:42:58 > git config --get remote.origin.url # timeout=10 00:42:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:58 > git merge c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 00:42:58 > git rev-parse HEAD^{commit} # timeout=10 00:42:58 > git config core.sparsecheckout # timeout=10 00:42:58 > git checkout -f 943d58c09c0961f0a6e59bbeda8f874ad90c13e1 # timeout=10 00:42:59 1ce36da41761: Pull complete 00:42:59 25b303627fd3: Download complete 00:43:02 Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" 00:43:02 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:02 > git rev-list --no-walk 5cb27e36eb413e8d02f52bdfba00ad3fcd742481 # timeout=10 00:43:03 + echo snap-build.sh 00:43:03 snap-build.sh 00:43:03 + SNAP_BASE_DIR=. 00:43:03 + '[' '!' -z /w/workspace/edgex-go/14 ']' 00:43:03 + SNAP_BASE_DIR=/w/workspace/edgex-go/14 00:43:03 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' 00:43:03 [snap-build] Building snap in dir [/w/workspace/edgex-go/14] 00:43:03 + cd /w/workspace/edgex-go/14 00:43:03 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:03 Reading package lists... 00:43:03 Building dependency tree... 00:43:03 Reading state information... 00:43:03 The following packages were automatically installed and are no longer required: 00:43:03 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:03 uidmap xdelta3 00:43:03 Use 'sudo apt autoremove' to remove them. 00:43:03 The following packages will be REMOVED: 00:43:03 lxd* lxd-client* 00:43:03 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:03 After this operation, 31.7 MB disk space will be freed. 00:43:04 (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:43:04 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:05 Removing lxd dnsmasq configuration 00:43:05 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:05 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:06 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:06 (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:43:06 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:08 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:08 Processing triggers for ureadahead (0.100.0-21) ... 00:43:09 + sudo snap remove --purge lxd 00:43:09 snap "lxd" is not installed 00:43:09 + sudo groupadd --force --system lxd 00:43:09 ++ whoami 00:43:09 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:09 + newgrp - lxd 00:43:09 + sudo snap install lxd 00:43:09 25b303627fd3: Pull complete 00:43:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:09 prd-ubuntu18.04-docker-arm64-4c-16g-15685 does not seem to be running inside a container 00:43:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:13 $ docker top cc3b05055b841a90bb307d206865afd329c01c773f3317994da192b85970b2d6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:14 + grep parallel 00:43:14 + docker-compose build --help 00:43:17 --parallel Build images in parallel. [Pipeline] } 00:43:18 $ docker stop --time=1 cc3b05055b841a90bb307d206865afd329c01c773f3317994da192b85970b2d6 00:43:19 2020-12-12T00:43:16Z INFO Waiting for automatic snapd restart... 00:43:20 $ docker rm -f cc3b05055b841a90bb307d206865afd329c01c773f3317994da192b85970b2d6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:21 . [Pipeline] withDockerContainer 00:43:21 prd-ubuntu18.04-docker-arm64-4c-16g-15685 does not seem to be running inside a container 00:43:21 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:23 $ docker top b906ad4afdc1bf022a816f8cd48efd5599e280f12e2ab6b62bee055d7dffee5a -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:24 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:28 Building docker-core-command-go ... 00:43:28 Building docker-core-data-go ... 00:43:28 Building docker-core-metadata-go ... 00:43:28 Building docker-security-bootstrap-redis-go ... 00:43:28 Building docker-security-proxy-setup-go ... 00:43:28 Building docker-security-secrets-setup-go ... 00:43:28 Building docker-security-secretstore-setup-go ... 00:43:28 Building docker-support-notifications-go ... 00:43:28 Building docker-support-scheduler-go ... 00:43:28 Building docker-sys-mgmt-agent-go ... 00:43:28 Building docker-core-data-go 00:43:28 Building docker-security-secretstore-setup-go 00:43:28 Building docker-support-notifications-go 00:43:28 Building docker-support-scheduler-go 00:43:28 Building docker-security-secrets-setup-go 00:43:37 lxd 4.8 from Canonical* installed 00:43:37 + sudo lxd init --auto 00:43:44 + sudo snap install --classic snapcraft 00:43:49 snapcraft 4.4.4 from Canonical* installed 00:43:49 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:49 + patch --verbose -p1 00:43:49 Hmm... Looks like a unified diff to me... 00:43:49 The text leading up to this was: 00:43:49 -------------------------- 00:43:49 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 00:43:49 |From: Tony Espy 00:43:49 |Date: Wed, 2 Dec 2020 17:38:31 -0500 00:43:49 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:49 | 00:43:49 |This patch is used by the EdgeX CI pipeline builds to 00:43:49 |optimize the snap CI check run for pull requests. When 00:43:49 |applied, it essentially strips out everything (apps and 00:43:49 |parts) from the snapcraft.yaml file except those required 00:43:49 |to build edgex-go, as the whole idea of the CI check is to 00:43:49 |catch changes to edgex-go that break the snap build. 00:43:49 | 00:43:49 |In general, anyone updating snapcraft.yaml will also need 00:43:49 |to update this patch file, otherwise it may fail to apply, 00:43:49 |resulting in a failed snap build CI check in the associated 00:43:49 |pull request. 00:43:49 | 00:43:49 |Note - in addition to applying this patch, the pipeline also 00:43:49 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:49 |need to build the finally binary .snap file (and it won't 00:43:49 |work with the patch applied). This further reduces the build 00:43:49 |time. 00:43:49 |--- 00:43:49 | snap/snapcraft.yaml | 466 +------------------------------------------- 00:43:49 | 1 file changed, 2 insertions(+), 464 deletions(-) 00:43:49 | 00:43:49 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:49 |index b265277c..d7e1de37 100644 00:43:49 |--- a/snap/snapcraft.yaml 00:43:49 |+++ b/snap/snapcraft.yaml 00:43:49 -------------------------- 00:43:49 patching file snap/snapcraft.yaml 00:43:49 Using Plan A... 00:43:49 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 00:43:49 Hunk #2 succeeded at 81 (offset -3 lines). 00:43:49 Hunk #3 succeeded at 211 (offset -7 lines). 00:43:49 Hunk #4 succeeded at 226 (offset -7 lines). 00:43:49 Hunk #5 succeeded at 234 (offset -7 lines). 00:43:49 Hunk #6 succeeded at 241 (offset -7 lines). 00:43:49 Hunk #7 succeeded at 268 (offset -7 lines). 00:43:49 Hunk #8 succeeded at 302 (offset -7 lines). 00:43:49 Hunk #9 succeeded at 358 (offset -7 lines). 00:43:49 Hmm... Ignoring the trailing garbage. 00:43:49 done 00:43:49 + sudo snapcraft prime --use-lxd 00:43:50 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:43:50 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:43:50 - README.md 00:43:50 - snapcraft.yaml.orig 00:43:50 00:43:50 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:51 Launching a container. 00:44:03 Waiting for container to be ready 00:44:03 To start your first instance, try: lxc launch ubuntu:18.04 00:44:03 00:44:06 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:44:07 Waiting for network to be ready... 00:44:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:44:07 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:44:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] 00:44:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] 00:44:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 00:44:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 00:44:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] 00:44:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] 00:44:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] 00:44:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:44:07 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:44:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:44:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:44:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:44:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:44:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:44:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:44:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:44:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:44:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1787 kB] 00:44:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:44:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:44:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:44:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:44:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:44:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:44:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:44:11 Fetched 23.5 MB in 4s (6145 kB/s) 00:44:12 Reading package lists... 00:44:12 Reading package lists... 00:44:12 Building dependency tree... 00:44:12 Reading state information... 00:44:12 The following additional packages will be installed: 00:44:12 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:44:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:44:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:44:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:44:12 Suggested packages: 00:44:12 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:44:12 Recommended packages: 00:44:12 gnupg libsasl2-modules 00:44:12 The following NEW packages will be installed: 00:44:12 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:44:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:44:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:44:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:44:12 The following packages will be upgraded: 00:44:12 gpg gpg-agent gpgconf libudev1 00:44:12 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 00:44:12 Need to get 3531 kB of archives. 00:44:12 After this operation, 13.3 MB of additional disk space will be used. 00:44:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:44:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:44:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:44:12 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:44:12 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:44:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:44:12 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:44:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:44:12 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:44:12 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:44:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:44:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:44:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:44:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:44:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:44:13 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:44:13 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:44:13 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:44:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:44:13 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:44:13 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:44:13 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:44:13 debconf: delaying package configuration, since apt-utils is not installed 00:44:13 Fetched 3531 kB in 1s (3521 kB/s) 00:44:13 (Reading database ... 12511 files and directories currently installed.) 00:44:13 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:44:14 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:44:14 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:44:14 Selecting previously unselected package udev. 00:44:14 (Reading database ... 12511 files and directories currently installed.) 00:44:14 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:44:14 Unpacking udev (237-3ubuntu10.43) ... 00:44:14 Selecting previously unselected package libfuse2:amd64. 00:44:14 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:44:14 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:14 Selecting previously unselected package fuse. 00:44:14 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:44:14 Unpacking fuse (2.9.7-1ubuntu1) ... 00:44:14 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:14 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:14 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:14 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:15 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:15 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:15 Selecting previously unselected package libksba8:amd64. 00:44:15 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:44:15 Unpacking libksba8:amd64 (1.3.5-2) ... 00:44:15 Selecting previously unselected package libroken18-heimdal:amd64. 00:44:15 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:15 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:15 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:44:15 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:15 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:15 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:44:15 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:15 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:15 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:44:15 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:15 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:15 Selecting previously unselected package libwind0-heimdal:amd64. 00:44:15 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:15 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:16 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:44:16 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:16 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:16 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:44:16 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:16 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:16 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:44:16 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:16 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:16 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:44:16 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:16 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:16 Selecting previously unselected package libsasl2-modules-db:amd64. 00:44:16 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:44:16 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:44:16 Selecting previously unselected package libsasl2-2:amd64. 00:44:16 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:44:16 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:44:17 Selecting previously unselected package libldap-common. 00:44:17 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:44:17 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:44:18 Selecting previously unselected package libldap-2.4-2:amd64. 00:44:18 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:44:18 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:44:18 Selecting previously unselected package dirmngr. 00:44:18 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:18 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:44:18 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:44:18 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:44:18 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:18 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:44:18 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:44:18 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:44:18 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:18 Setting up libksba8:amd64 (1.3.5-2) ... 00:44:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:18 Setting up udev (237-3ubuntu10.43) ... 00:44:18 invoke-rc.d: policy-rc.d denied execution of start. 00:44:19 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:19 Processing triggers for systemd (237-3ubuntu10) ... 00:44:19 Setting up fuse (2.9.7-1ubuntu1) ... 00:44:19 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:44:19 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:19 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:19 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:19 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:19 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:19 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:19 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:19 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:44:19 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:44:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:19 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:44:19 settings in the [Install] section, and DefaultInstance for template units). 00:44:19 This means they are not meant to be enabled using systemctl. 00:44:19 Possible reasons for having this kind of units are: 00:44:19 1) A unit may be statically enabled by being symlinked from another unit's 00:44:19 .wants/ or .requires/ directory. 00:44:19 2) A unit's purpose may be to act as a helper for some other unit which has 00:44:19 a requirement dependency on it. 00:44:19 3) A unit may be started when needed via activation (socket, path, timer, 00:44:19 D-Bus, udev, scripted systemctl call, ...). 00:44:19 4) In case of template units, the unit is meant to be enabled with some 00:44:19 instance name specified. 00:44:20 Reading package lists... 00:44:20 Building dependency tree... 00:44:20 Reading state information... 00:44:20 The following additional packages will be installed: 00:44:20 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:44:20 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:44:20 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:44:20 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:44:20 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:44:20 Suggested packages: 00:44:20 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:44:20 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:44:20 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:44:20 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:44:20 systemd-container policykit-1 00:44:20 Recommended packages: 00:44:20 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:44:20 The following NEW packages will be installed: 00:44:20 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:44:20 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:44:20 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:44:20 multiarch-support openssh-client python3 python3-minimal python3.6 00:44:20 python3.6-minimal snapd squashfs-tools sudo 00:44:20 The following packages will be upgraded: 00:44:20 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:44:20 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 00:44:20 Need to get 35.2 MB of archives. 00:44:20 After this operation, 141 MB of additional disk space will be used. 00:44:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:44:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:44:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:44:20 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:44:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:44:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:44:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:44:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:44:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:44:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:44:20 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:44:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:44:20 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:44:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:44:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:44:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:44:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:44:21 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:44:21 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:44:21 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:44:21 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:44:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:44:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:44:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 00:44:21 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:44:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:44:21 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:44:21 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:44:21 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:44:21 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:44:23 debconf: delaying package configuration, since apt-utils is not installed 00:44:23 Fetched 35.2 MB in 3s (13.9 MB/s) 00:44:23 (Reading database ... 12757 files and directories currently installed.) 00:44:23 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:44:23 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:44:23 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:44:23 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:44:23 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:44:24 (Reading database ... 12757 files and directories currently installed.) 00:44:24 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:44:24 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:24 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:44:24 (Reading database ... 12757 files and directories currently installed.) 00:44:24 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:44:24 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:25 Setting up apt (1.6.12ubuntu0.2) ... 00:44:25 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:44:26 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:44:26 (Reading database ... 12764 files and directories currently installed.) 00:44:26 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:44:26 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:44:26 Selecting previously unselected package libpython3.6-minimal:amd64. 00:44:26 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:26 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:27 Selecting previously unselected package libexpat1:amd64. 00:44:27 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:44:27 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:27 Selecting previously unselected package python3.6-minimal. 00:44:27 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:27 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:44:27 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:44:27 Checking for services that may need to be restarted...done. 00:44:27 Checking for services that may need to be restarted...done. 00:44:27 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:27 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:27 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:44:28 Selecting previously unselected package python3-minimal. 00:44:28 (Reading database ... 13012 files and directories currently installed.) 00:44:28 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:44:28 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:44:28 Selecting previously unselected package mime-support. 00:44:28 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:44:28 Unpacking mime-support (3.60ubuntu1) ... 00:44:28 Selecting previously unselected package libmpdec2:amd64. 00:44:28 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:44:28 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:28 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:44:28 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:28 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:28 Selecting previously unselected package python3.6. 00:44:28 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:28 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:44:28 Selecting previously unselected package libpython3-stdlib:amd64. 00:44:28 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:44:28 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:28 Setting up python3-minimal (3.6.7-1~18.04) ... 00:44:29 Selecting previously unselected package python3. 00:44:29 (Reading database ... 13442 files and directories currently installed.) 00:44:29 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:44:29 Unpacking python3 (3.6.7-1~18.04) ... 00:44:29 Selecting previously unselected package multiarch-support. 00:44:29 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 00:44:29 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 00:44:29 Setting up multiarch-support (2.27-3ubuntu1.3) ... 00:44:29 Selecting previously unselected package liblzo2-2:amd64. 00:44:29 (Reading database ... 13479 files and directories currently installed.) 00:44:29 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:44:29 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:44:29 Selecting previously unselected package libbsd0:amd64. 00:44:29 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:44:29 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:29 Selecting previously unselected package sudo. 00:44:29 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:44:29 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:44:29 Selecting previously unselected package apparmor. 00:44:29 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:44:29 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:44:29 Selecting previously unselected package libedit2:amd64. 00:44:29 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:44:29 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:44:29 Selecting previously unselected package libkrb5support0:amd64. 00:44:29 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:44:29 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:30 Selecting previously unselected package libk5crypto3:amd64. 00:44:30 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:44:30 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:30 Selecting previously unselected package libkeyutils1:amd64. 00:44:30 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:44:30 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:30 Selecting previously unselected package libkrb5-3:amd64. 00:44:30 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:44:30 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:30 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:44:30 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:44:30 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:30 Selecting previously unselected package libssl1.0.0:amd64. 00:44:30 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:44:30 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:44:30 Selecting previously unselected package openssh-client. 00:44:30 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:44:30 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:31 Selecting previously unselected package squashfs-tools. 00:44:31 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:44:31 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:31 Selecting previously unselected package snapd. 00:44:31 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:44:31 Unpacking snapd (2.48+18.04) ... 00:44:33 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:44:33 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:44:33 Setting up mime-support (3.60ubuntu1) ... 00:44:33 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:44:34 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:34 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:34 Setting up systemd (237-3ubuntu10.43) ... 00:44:34 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:44:34 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:34 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:34 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:44:34 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:34 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:34 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:44:35 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:35 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:35 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:35 Setting up python3 (3.6.7-1~18.04) ... 00:44:35 running python rtupdate hooks for python3.6... 00:44:35 running python post-rtupdate hooks for python3.6... 00:44:35 Setting up apparmor (2.12-4ubuntu5.1) ... 00:44:36 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:44:37 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:37 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:37 Setting up snapd (2.48+18.04) ... 00:44:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:44:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:44:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:44:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:44:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:44:38 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:44:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:44:38 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:44:38 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:44:38 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:44:39 /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:44:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:39 Processing triggers for systemd (237-3ubuntu10.43) ... 00:44:40 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:42 Reading package lists... 00:44:42 Reading package lists... 00:44:42 Building dependency tree... 00:44:42 Reading state information... 00:44:42 Calculating upgrade... 00:44:42 The following packages will be upgraded: 00:44:42 advancecomp base-files bash binutils binutils-common 00:44:42 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:44:42 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:44:42 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:44:42 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:44:42 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:44:42 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:44:42 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:44:42 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 00:44:42 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 00:44:42 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 00:44:42 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 00:44:42 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 00:44:42 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:44:42 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:44:42 Need to get 63.5 MB of archives. 00:44:42 After this operation, 5191 kB of additional disk space will be used. 00:44:42 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 00:44:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:44:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:44:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:44:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:44:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:44:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:44:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:44:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:44:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:44:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:44:43 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:44:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:44:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:44:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:44:43 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:44:43 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 00:44:43 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 00:44:43 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 00:44:43 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:44:43 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:44:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:44:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:44:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:44:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:44:43 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:44:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:44:43 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:44:43 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:44:43 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:44:43 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:44:43 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:44:43 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:44:43 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:44:43 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:44:43 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:44:43 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:44:43 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:44:43 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:44:43 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 00:44:43 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:44:43 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:44:43 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:44:43 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:44:43 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:44:43 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:44:43 Get:47 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:44:43 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:44:43 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:44:43 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:44:43 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:44:43 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:44:43 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:44:43 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:44:43 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:44:44 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:44:44 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:44:44 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:44:44 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:44:44 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:44:44 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:44:44 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:44:44 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:44:44 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:44:44 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:44:44 Get:66 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:44:44 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:44:44 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:44:44 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:44:44 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:44:44 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:44:44 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:44:44 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:44:44 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:44:44 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:44:44 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 00:44:44 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:44:44 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:44:44 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:44:44 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:44:44 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:44:44 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:44:44 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:44:44 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:44:44 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:44:44 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:44:44 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:44:45 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:44:45 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:44:45 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:44:45 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:44:45 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:44:45 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:44:45 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:44:45 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:44:45 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:44:45 debconf: delaying package configuration, since apt-utils is not installed 00:44:45 Fetched 63.5 MB in 3s (20.1 MB/s) 00:44:46 (Reading database ... 13912 files and directories currently installed.) 00:44:46 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 00:44:46 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:44:46 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 00:44:46 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:44:46 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 00:44:46 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 00:44:47 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:47 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:47 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:47 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:47 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:47 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:47 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:47 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:48 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:48 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:48 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:48 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:48 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:48 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:48 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:48 (Reading database ... 13911 files and directories currently installed.) 00:44:48 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:48 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:44:48 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:44:48 (Reading database ... 13911 files and directories currently installed.) 00:44:48 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:48 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:48 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:48 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:48 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:48 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:49 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:49 (Reading database ... 13911 files and directories currently installed.) 00:44:49 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 00:44:49 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:44:49 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 00:44:49 (Reading database ... 13911 files and directories currently installed.) 00:44:49 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:44:49 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:44:50 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:44:50 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:44:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:50 ---> 5e6203cfd597 00:44:50 Step 3/21 : WORKDIR /edgex-go 00:44:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:50 ---> 5e6203cfd597 00:44:50 Step 3/24 : WORKDIR /edgex-go 00:44:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:50 ---> 5e6203cfd597 00:44:50 Step 3/24 : WORKDIR /edgex-go 00:44:50 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:50 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:44:50 ---> 5e6203cfd597 00:44:50 Step 3/29 : WORKDIR /edgex-go 00:44:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:50 ---> 5e6203cfd597 00:44:50 Step 3/23 : WORKDIR /edgex-go 00:44:50 ---> Running in 8e10137e5e11 00:44:50 ---> Running in 2e3d3ac00742 00:44:50 ---> Running in 681ee3151915 00:44:50 ---> Running in 4712471b8a82 00:44:50 ---> Running in 210fc28b5161 00:44:50 Removing intermediate container 4712471b8a82 00:44:50 ---> c67fd4344ca9 00:44:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:50 Removing intermediate container 2e3d3ac00742 00:44:50 ---> bb004e389539 00:44:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:50 Removing intermediate container 210fc28b5161 00:44:50 ---> 8213d90b460c 00:44:50 Step 4/29 : RUN apk update && apk add make git 00:44:50 Removing intermediate container 8e10137e5e11 00:44:50 ---> e5b210d96ca7 00:44:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:50 Removing intermediate container 681ee3151915 00:44:50 ---> ded11b5a62eb 00:44:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:50 ---> Running in 31d41396ac96 00:44:50 ---> Running in a00ef8951b92 00:44:50 ---> Running in 0f800f3d8de2 00:44:50 ---> Running in 6f31c48a5006 00:44:50 ---> Running in 7fc8db81306e 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:50 Removing intermediate container 31d41396ac96 00:44:50 ---> a36f8e9099fe 00:44:50 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:44:50 ---> Running in c0ee4fdebfce 00:44:50 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:50 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:50 OK: 12620 distinct packages available 00:44:50 Removing intermediate container 0f800f3d8de2 00:44:50 ---> 9d811b04f2fe 00:44:50 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:44:50 Removing intermediate container 6f31c48a5006 00:44:50 ---> 93966963ca5c 00:44:50 Step 5/21 : RUN apk update && apk add make git 00:44:50 ---> Running in 3244347b79bd 00:44:50 Removing intermediate container 7fc8db81306e 00:44:50 ---> 8002b1a75554 00:44:50 Step 5/24 : RUN apk update && apk add make git 00:44:50 ---> Running in 51c9e3048c25 00:44:50 ---> Running in f49424a689e5 00:44:50 OK: 217 MiB in 51 packages 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:50 Removing intermediate container a00ef8951b92 00:44:50 ---> 11417f18b562 00:44:50 Step 5/29 : COPY go.mod . 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:50 Setting up base-files (10.1ubuntu2.10) ... 00:44:50 Installing new version of config file /etc/issue ... 00:44:50 Installing new version of config file /etc/issue.net ... 00:44:50 Installing new version of config file /etc/lsb-release ... 00:44:50 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:44:50 ---> 5b9575df62b9 00:44:50 Step 6/29 : RUN go mod download 00:44:50 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:50 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:50 OK: 12620 distinct packages available 00:44:50 ---> Running in 392293203deb 00:44:50 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:44:50 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:44:50 Removing obsolete conffile /etc/default/motd-news ... 00:44:50 (Reading database ... 13912 files and directories currently installed.) 00:44:50 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:44:50 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:44:51 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:51 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:51 OK: 12620 distinct packages available 00:44:51 Setting up bash (4.4.18-2ubuntu1.2) ... 00:44:51 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:44:51 (Reading database ... 13912 files and directories currently installed.) 00:44:51 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:51 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:44:51 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:44:51 (Reading database ... 13912 files and directories currently installed.) 00:44:51 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:44:51 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:44:51 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:51 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:51 OK: 12620 distinct packages available 00:44:51 OK: 217 MiB in 51 packages 00:44:51 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:51 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:51 OK: 12620 distinct packages available 00:44:51 Setting up tar (1.29b-2ubuntu0.1) ... 00:44:51 (Reading database ... 13912 files and directories currently installed.) 00:44:51 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:44:51 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:52 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:44:52 OK: 217 MiB in 51 packages 00:44:52 (Reading database ... 13912 files and directories currently installed.) 00:44:52 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:52 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:52 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:52 OK: 217 MiB in 51 packages 00:44:52 (Reading database ... 13912 files and directories currently installed.) 00:44:52 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:52 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:52 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:44:52 OK: 217 MiB in 51 packages 00:44:52 (Reading database ... 13912 files and directories currently installed.) 00:44:52 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:44:52 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:44:52 Setting up grep (3.1-2build1) ... 00:44:52 (Reading database ... 13912 files and directories currently installed.) 00:44:52 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:52 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:53 Setting up login (1:4.5-1ubuntu2) ... 00:44:53 (Reading database ... 13912 files and directories currently installed.) 00:44:53 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:53 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:53 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:44:53 (Reading database ... 13912 files and directories currently installed.) 00:44:53 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:53 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:53 Removing intermediate container c0ee4fdebfce 00:44:53 ---> d7e1d9acc351 00:44:53 Step 6/23 : COPY go.mod . 00:44:53 Removing intermediate container 3244347b79bd 00:44:53 ---> 288ee5713e8f 00:44:53 Step 6/24 : COPY go.mod . 00:44:54 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:54 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:54 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:54 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:54 Removing intermediate container 51c9e3048c25 00:44:54 ---> 6f1c69cc509a 00:44:54 Step 6/24 : COPY go.mod . 00:44:54 Removing intermediate container 392293203deb 00:44:54 ---> 73c89fa3b9a2 00:44:54 Step 7/29 : COPY . . 00:44:54 Removing intermediate container f49424a689e5 00:44:54 ---> 37679c59d57e 00:44:54 Step 6/21 : COPY go.mod . 00:44:54 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:54 (Reading database ... 13912 files and directories currently installed.) 00:44:54 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:54 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:54 ---> 1ddf1f5db145 00:44:54 Step 7/23 : RUN go mod download 00:44:55 ---> Running in d3a0a1347c12 00:44:55 ---> 5053da7c4279 00:44:55 Step 7/24 : RUN go mod download 00:44:55 ---> ad7adfd71697 00:44:55 Step 7/24 : RUN go mod download 00:44:55 ---> Running in 15e897deaf37 00:44:55 ---> Running in 343c2d6e0dce 00:44:56 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:56 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:56 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:56 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:56 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:44:56 ---> 03afd1dc2e65 00:44:56 Step 7/21 : RUN go mod download 00:44:56 (Reading database ... 13912 files and directories currently installed.) 00:44:56 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:44:56 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:44:56 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:44:56 (Reading database ... 13912 files and directories currently installed.) 00:44:56 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:56 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:56 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:56 ---> Running in b2ca49daaa50 00:44:56 (Reading database ... 13912 files and directories currently installed.) 00:44:56 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:56 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:56 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:57 (Reading database ... 13912 files and directories currently installed.) 00:44:57 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:57 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:57 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:57 (Reading database ... 13912 files and directories currently installed.) 00:44:57 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:57 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:57 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:57 (Reading database ... 13912 files and directories currently installed.) 00:44:57 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:57 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:57 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:57 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:57 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:57 (Reading database ... 13912 files and directories currently installed.) 00:44:57 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:57 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:57 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:58 (Reading database ... 13912 files and directories currently installed.) 00:44:58 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:58 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:58 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:58 (Reading database ... 13912 files and directories currently installed.) 00:44:58 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:58 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:58 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:44:58 (Reading database ... 13912 files and directories currently installed.) 00:44:58 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:58 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:59 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:44:59 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:44:59 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:44:59 (Reading database ... 13912 files and directories currently installed.) 00:44:59 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 00:44:59 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:45:00 Setting up libc-bin (2.27-3ubuntu1.3) ... 00:45:00 (Reading database ... 13912 files and directories currently installed.) 00:45:00 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:45:00 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:00 Removing intermediate container d3a0a1347c12 00:45:00 ---> 76cb0d53e63c 00:45:00 Step 8/23 : COPY . . 00:45:00 Removing intermediate container 15e897deaf37 00:45:00 ---> d7483c0d20cf 00:45:00 Step 8/24 : COPY . . 00:45:00 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:45:00 (Reading database ... 13914 files and directories currently installed.) 00:45:00 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:45:00 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:45:00 Removing intermediate container 343c2d6e0dce 00:45:00 ---> 7dda333895cc 00:45:00 Step 8/24 : COPY . . 00:45:00 Setting up debconf (1.5.66ubuntu1) ... 00:45:00 (Reading database ... 13914 files and directories currently installed.) 00:45:00 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:00 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:00 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:01 (Reading database ... 13914 files and directories currently installed.) 00:45:01 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:01 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:01 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:01 Removing intermediate container b2ca49daaa50 00:45:01 ---> 442f61ae0d8d 00:45:01 Step 8/21 : COPY . . 00:45:01 (Reading database ... 13914 files and directories currently installed.) 00:45:01 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:01 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:01 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:01 (Reading database ... 13914 files and directories currently installed.) 00:45:01 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:01 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:01 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:45:01 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:02 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:02 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:02 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:02 (Reading database ... 13914 files and directories currently installed.) 00:45:02 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:45:02 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:45:02 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:45:02 (Reading database ... 13914 files and directories currently installed.) 00:45:02 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:45:02 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:02 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:03 (Reading database ... 13914 files and directories currently installed.) 00:45:03 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:03 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:03 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:03 (Reading database ... 13914 files and directories currently installed.) 00:45:03 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:45:03 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:45:03 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:45:03 (Reading database ... 13914 files and directories currently installed.) 00:45:03 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:03 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:03 Setting up passwd (1:4.5-1ubuntu2) ... 00:45:04 (Reading database ... 13914 files and directories currently installed.) 00:45:04 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:04 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:04 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:45:04 (Reading database ... 13914 files and directories currently installed.) 00:45:04 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:45:04 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:45:04 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:45:04 (Reading database ... 13914 files and directories currently installed.) 00:45:04 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:45:04 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:45:04 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:45:05 (Reading database ... 13914 files and directories currently installed.) 00:45:05 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:45:05 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:45:05 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:45:05 (Reading database ... 13914 files and directories currently installed.) 00:45:05 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:45:05 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:45:05 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:45:06 (Reading database ... 13914 files and directories currently installed.) 00:45:06 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:45:06 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:45:06 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:45:06 (Reading database ... 13915 files and directories currently installed.) 00:45:06 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:45:06 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:45:06 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:45:06 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:45:06 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:45:06 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:45:07 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:45:07 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:45:07 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:45:07 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:45:07 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:45:07 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:45:07 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:45:07 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:45:07 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:45:07 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:45:07 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:45:07 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:45:07 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:45:08 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:45:08 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:45:08 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:45:08 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 00:45:08 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 00:45:09 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:45:09 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:45:09 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:45:09 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:45:09 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:09 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:09 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:09 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:10 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:10 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:10 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:10 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:10 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:10 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:10 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:10 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:10 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:10 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:10 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:10 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:11 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:11 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:12 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:12 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:13 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:13 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:13 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:13 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:14 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:14 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:14 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:14 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:14 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:45:14 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:14 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:45:14 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:14 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:45:14 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:45:14 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:15 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:15 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:15 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:15 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:45:15 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:45:15 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:15 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:15 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:15 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:15 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:15 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:45:15 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:45:15 Setting up tzdata (2020d-0ubuntu0.18.04) ... 00:45:15 00:45:15 Current default time zone: 'Etc/UTC' 00:45:15 Local time is now: Sat Dec 12 00:45:15 UTC 2020. 00:45:15 Universal Time is now: Sat Dec 12 00:45:15 UTC 2020. 00:45:15 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:45:15 00:45:16 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:45:16 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:16 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 00:45:16 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:45:16 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:45:16 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:45:16 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:45:16 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:45:16 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:45:16 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:45:16 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:16 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:45:16 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:16 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:45:16 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:16 Setting up patch (2.7.6-2ubuntu1.1) ... 00:45:16 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:45:16 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:45:16 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:45:16 Installing new version of config file /etc/ssl/openssl.cnf ... 00:45:16 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:45:16 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 00:45:16 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:45:18 Updating certificates in /etc/ssl/certs... 00:45:19 22 added, 17 removed; done. 00:45:19 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 00:45:19 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:19 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:45:19 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:45:19 Setting up pkgbinarymangler (138.18.04.1) ... 00:45:19 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:19 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:45:19 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:19 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:19 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:19 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:45:19 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:19 Setting up perl (5.26.1-6ubuntu0.5) ... 00:45:19 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:45:19 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:45:19 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:45:19 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:45:20 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:45:20 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:45:20 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:45:20 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:45:20 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:45:20 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:45:21 Processing triggers for systemd (237-3ubuntu10.43) ... 00:45:21 Processing triggers for mime-support (3.60ubuntu1) ... 00:45:21 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:45:21 Updating certificates in /etc/ssl/certs... 00:45:21 0 added, 0 removed; done. 00:45:21 Running hooks in /etc/ca-certificates/update.d... 00:45:21 done. 00:45:22 Reading package lists... 00:45:22 Building dependency tree... 00:45:22 Reading state information... 00:45:22 The following NEW packages will be installed: 00:45:22 apt-transport-https 00:45:22 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:45:22 Need to get 1696 B of archives. 00:45:22 After this operation, 153 kB of additional disk space will be used. 00:45:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:45:22 debconf: delaying package configuration, since apt-utils is not installed 00:45:22 Fetched 1696 B in 0s (8510 B/s) 00:45:23 Selecting previously unselected package apt-transport-https. 00:45:23 (Reading database ... 13929 files and directories currently installed.) 00:45:23 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:45:23 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:45:23 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:45:23 Waiting for network to be ready... 00:45:28 ---> 859b8647e173 00:45:28 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:45:28 ---> Running in f485f993c476 00:45:28 ---> 0b752c09628c 00:45:28 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:45:28 ---> a2fba1e79963 00:45:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:28 ---> 51e834e4eed7 00:45:28 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:45:28 ---> 290046bb3dcd 00:45:28 Step 9/23 : RUN make cmd/core-data/core-data 00:45:28 ---> Running in fe1f72db6e91 00:45:28 ---> Running in fae151365acf 00:45:28 ---> Running in 12cc6dbcad62 00:45:28 ---> Running in e91ecad5526f 00:45:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:45:28 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:45:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:45:28 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:45:28 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:45:29 2020-12-12T00:45:27Z INFO Waiting for automatic snapd restart... 00:45:29 snapd 2.48.1 from Canonical* installed 00:45:30 "snapd" switched to the "latest/stable" channel 00:45:30 00:45:32 core18 20200929 from Canonical* installed 00:45:32 "core18" switched to the "latest/stable" channel 00:45:32 00:45:36 snapcraft 4.4.4 from Canonical* installed 00:45:36 "snapcraft" switched to the "latest/stable" channel 00:45:36 00:45:41 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:45:41 - README.md 00:45:41 - snapcraft.yaml.orig 00:45:41 00:45:41 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:47 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:47 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:47 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:48 Reading package lists... 00:45:48 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:45:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:55 Reading package lists... 00:45:55 Building dependency tree... 00:45:55 Reading state information... 00:45:55 Suggested packages: 00:45:55 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:55 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:45:55 Recommended packages: 00:45:55 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:45:55 The following NEW packages will be installed: 00:45:55 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:45:55 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:45:55 pkg-config zip 00:45:55 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:45:55 Need to get 7655 kB of archives. 00:45:55 After this operation, 43.7 MB of additional disk space will be used. 00:45:55 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:45:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:45:55 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:45:55 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:45:55 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:55 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:55 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:55 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:55 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:45:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:45:55 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:45:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:56 debconf: delaying package configuration, since apt-utils is not installed 00:45:56 Fetched 7655 kB in 1s (7053 kB/s) 00:45:56 Selecting previously unselected package libglib2.0-0:amd64. 00:45:56 (Reading database ... 13933 files and directories currently installed.) 00:45:56 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:45:56 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:56 Selecting previously unselected package libpsl5:amd64. 00:45:56 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:45:56 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:45:56 Selecting previously unselected package libnghttp2-14:amd64. 00:45:56 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:45:56 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:56 Selecting previously unselected package librtmp1:amd64. 00:45:56 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:45:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:56 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:56 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:45:56 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:56 Selecting previously unselected package liberror-perl. 00:45:56 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:56 Unpacking liberror-perl (0.17025-1) ... 00:45:56 Selecting previously unselected package git-man. 00:45:56 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:45:56 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:45:57 Selecting previously unselected package git. 00:45:57 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:45:57 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:45:57 Selecting previously unselected package libnorm1:amd64. 00:45:57 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:57 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:58 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:58 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:58 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:58 Selecting previously unselected package libsodium23:amd64. 00:45:58 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:58 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:58 Selecting previously unselected package libzmq5:amd64. 00:45:58 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:58 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:58 Selecting previously unselected package libzmq3-dev:amd64. 00:45:58 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:58 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:58 Selecting previously unselected package pkg-config. 00:45:58 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:58 Selecting previously unselected package zip. 00:45:58 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:58 Unpacking zip (3.0-11build1) ... 00:45:58 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:58 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:45:58 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:58 Setting up liberror-perl (0.17025-1) ... 00:45:58 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:45:58 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:58 No schema files found: doing nothing. 00:45:58 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:58 Setting up zip (3.0-11build1) ... 00:45:58 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:58 Setting up libsodium23:amd64 (1.0.16-2) ... 00:45:58 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:45:58 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:58 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:59 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:45:59 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:46:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:05 git set to automatically installed. 00:46:05 git-man set to automatically installed. 00:46:05 libcurl3-gnutls set to automatically installed. 00:46:05 liberror-perl set to automatically installed. 00:46:05 libglib2.0-0 set to automatically installed. 00:46:05 libnghttp2-14 set to automatically installed. 00:46:05 libnorm1 set to automatically installed. 00:46:05 libpgm-5.2-0 set to automatically installed. 00:46:05 libpsl5 set to automatically installed. 00:46:05 librtmp1 set to automatically installed. 00:46:05 libsodium23 set to automatically installed. 00:46:05 libzmq3-dev set to automatically installed. 00:46:05 libzmq5 set to automatically installed. 00:46:05 pkg-config set to automatically installed. 00:46:05 zip set to automatically installed. 00:46:08 snapd is not logged in, snap install commands will use sudo 00:46:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:14 snap "core18" has no updates available 00:46:15 Pulling config-common 00:46:16 Pulling go-build-helper 00:46:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:38 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:38 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] 00:46:38 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:46:38 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:46:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:46:38 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:46:38 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:46:38 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:46:38 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:46:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] 00:46:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 00:46:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 00:46:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] 00:46:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] 00:46:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] 00:46:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:46:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:46:38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1787 kB] 00:46:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:46:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:46:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:46:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:46:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:46:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:46:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:46:38 Fetched 23.5 MB in 0s (0 B/s) 00:46:38 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:46:38 Fetched 96.5 kB in 0s (0 B/s) 00:46:38 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:46:38 Fetched 279 kB in 0s (0 B/s) 00:46:38 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:46:38 Fetched 122 kB in 0s (0 B/s) 00:46:38 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:46:38 Fetched 77.8 kB in 0s (0 B/s) 00:46:38 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:46:38 Fetched 8848 B in 0s (0 B/s) 00:46:38 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:46:38 Fetched 47.8 kB in 0s (0 B/s) 00:46:38 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:46:38 Fetched 45.6 kB in 0s (0 B/s) 00:46:38 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 00:46:38 Fetched 14.8 kB in 0s (0 B/s) 00:46:38 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:46:38 Fetched 214 kB in 0s (0 B/s) 00:46:38 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:46:38 Fetched 155 kB in 0s (0 B/s) 00:46:38 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:46:38 Fetched 50.6 kB in 0s (0 B/s) 00:46:38 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:46:38 Fetched 14.8 kB in 0s (0 B/s) 00:46:38 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:46:38 Fetched 41.8 kB in 0s (0 B/s) 00:46:38 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:46:38 Fetched 499 kB in 0s (0 B/s) 00:46:38 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:46:38 Fetched 111 kB in 0s (0 B/s) 00:46:38 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:46:38 Fetched 240 kB in 0s (0 B/s) 00:46:38 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:46:38 Fetched 29.3 kB in 0s (0 B/s) 00:46:38 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:46:38 Fetched 85.5 kB in 0s (0 B/s) 00:46:38 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:46:38 Fetched 24.5 kB in 0s (0 B/s) 00:46:38 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 00:46:38 Fetched 49.2 kB in 0s (0 B/s) 00:46:38 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:46:38 Fetched 54.2 kB in 0s (0 B/s) 00:46:38 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:46:38 Fetched 30.8 kB in 0s (0 B/s) 00:46:38 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:46:38 Fetched 17.0 kB in 0s (0 B/s) 00:46:38 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:46:38 Fetched 85.9 kB in 0s (0 B/s) 00:46:38 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:46:38 Fetched 8720 B in 0s (0 B/s) 00:46:38 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:46:38 Fetched 137 kB in 0s (0 B/s) 00:46:38 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:46:38 Fetched 119 kB in 0s (0 B/s) 00:46:38 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:46:38 Fetched 109 kB in 0s (0 B/s) 00:46:38 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:46:38 Fetched 11.1 kB in 0s (0 B/s) 00:46:38 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:46:38 Fetched 645 kB in 0s (0 B/s) 00:46:38 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:46:38 Fetched 41.3 kB in 0s (0 B/s) 00:46:38 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:46:38 Fetched 17.9 kB in 0s (0 B/s) 00:46:38 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:46:38 Fetched 368 kB in 0s (0 B/s) 00:46:38 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 00:46:38 Fetched 187 kB in 0s (0 B/s) 00:46:38 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:46:38 Fetched 175 kB in 0s (0 B/s) 00:46:38 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:46:40 Fetched 206 kB in 0s (0 B/s) 00:46:40 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:46:40 Fetched 1301 kB in 0s (0 B/s) 00:46:40 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:46:40 Fetched 36.2 kB in 0s (0 B/s) 00:46:40 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:46:40 Fetched 159 kB in 0s (0 B/s) 00:46:40 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:46:40 Fetched 107 kB in 0s (0 B/s) 00:46:40 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:46:40 Fetched 48.7 kB in 0s (0 B/s) 00:46:40 Pulling static-packages 00:46:41 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:46:41 Skipping pull go-build-helper (already ran) 00:46:41 Skipping pull static-packages (already ran) 00:46:41 Building go-build-helper 00:46:45 Building static-packages 00:46:46 Staging go-build-helper 00:46:47 Staging static-packages 00:46:48 Pulling go115 00:46:49 'edgex-go' has dependencies that need to be staged: go115 00:46:49 Skipping pull go115 (already ran) 00:46:49 Building go115 00:46:49 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:49 Dload Upload Total Spent Left Speed 00:46:49 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:46:49 Removing intermediate container f485f993c476 00:46:49 ---> a1457d53cf91 00:46:49 00:46:49 Step 9/29 : FROM alpine:latest 00:46:49 latest: Pulling from library/alpine 00:46:49 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:46:49 Status: Downloaded newer image for alpine:latest 00:46:49 ---> dd36a01c3f31 00:46:49 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:46:49 ---> Running in 1a1858683f5a 00:46:49 Removing intermediate container 1a1858683f5a 00:46:49 ---> c00267fc6039 00:46:49 Step 11/29 : USER root 00:46:49 ---> Running in 6fba8c624337 00:46:49 Removing intermediate container 6fba8c624337 00:46:49 ---> f90fa92627b3 00:46:49 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:46:49 ---> Running in 239e0721d76a 00:46:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:50 v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:46:50 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:46:50 OK: 12617 distinct packages available 00:46:51 (1/2) Installing ca-certificates (20191127-r4) 00:46:51 (2/2) Installing dumb-init (1.2.2-r1) 00:46:51 Executing busybox-1.31.1-r19.trigger 00:46:51 Executing ca-certificates-20191127-r4.trigger 00:46:51 OK: 6 MiB in 16 packages 00:46:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 478k 0 0 1838k 0 0:01:04 --:--:-- 0:01:04 1831k 34 115M 34 39.8M 0 0 31.6M 0 0:00:03 0:00:01 0:00:02 31.6M 63 115M 63 73.5M 0 0 32.2M 0 0:00:03 0:00:02 0:00:01 32.1M 82 115M 82 95.4M 0 0 29.1M 0 0:00:03 0:00:03 --:--:-- 29.1M 100 115M 100 115M 0 0 27.9M 0 0:00:04 0:00:04 --:--:-- 27.9M 00:46:53 go1.15.2.linux-amd64.tar.gz: OK 00:46:55 Removing intermediate container 239e0721d76a 00:46:55 ---> 8dcbb42a4d5b 00:46:55 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:46:55 ---> Running in 3dd1269f2fbc 00:46:56 Removing intermediate container 3dd1269f2fbc 00:46:56 ---> b028c3ef551a 00:46:56 Step 14/29 : WORKDIR $BASE_DIR 00:46:57 ---> Running in 2b1977ca0a56 00:46:57 Removing intermediate container 2b1977ca0a56 00:46:57 ---> d7273532adeb 00:46:57 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:46:58 Staging go115 00:46:58 Removing intermediate container fe1f72db6e91 00:46:58 ---> e4d3b51c51fa 00:46:58 00:46:58 Step 10/24 : FROM alpine:3.10 00:46:58 ---> Running in 32b1b274cf8d 00:46:58 3.10: Pulling from library/alpine 00:47:00 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:47:00 Status: Downloaded newer image for alpine:3.10 00:47:00 ---> 536a684cf733 00:47:00 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:47:00 ---> Running in 88bbfcecc7e5 00:47:02 Removing intermediate container 32b1b274cf8d 00:47:02 ---> 63d8c3cdff95 00:47:02 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:47:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:47:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:47:03 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:03 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:03 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:03 Fetched 0 B in 0s (0 B/s) 00:47:03 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:47:03 Fetched 224 kB in 0s (0 B/s) 00:47:03 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:47:03 Fetched 157 kB in 0s (0 B/s) 00:47:03 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:47:03 Fetched 221 kB in 0s (0 B/s) 00:47:03 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:47:03 Fetched 143 kB in 0s (0 B/s) 00:47:03 Pulling edgex-go 00:47:04 v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:47:04 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:47:04 OK: 10169 distinct packages available 00:47:04 Pulling version 00:47:04 ---> 59d81d10400d 00:47:04 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:47:04 (1/5) Installing ca-certificates (20191127-r2) 00:47:04 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:47:04 (3/5) Installing libcurl (7.66.0-r3) 00:47:04 (4/5) Installing curl (7.66.0-r3) 00:47:05 (5/5) Installing dumb-init (1.2.2-r1) 00:47:05 Executing busybox-1.30.1-r3.trigger 00:47:05 Executing ca-certificates-20191127-r2.trigger 00:47:05 Building config-common 00:47:05 OK: 7 MiB in 19 packages 00:47:05 ---> 90ed833d1e99 00:47:05 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:47:07 ---> f01b82869c53 00:47:07 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:47:07 Skipping build go-build-helper (already ran) 00:47:07 Skipping build static-packages (already ran) 00:47:07 Skipping build go115 (already ran) 00:47:07 Building edgex-go 00:47:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:47:08 Removing intermediate container 88bbfcecc7e5 00:47:08 ---> 112cf906c853 00:47:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:08 ---> c7b4d9f34593 00:47:08 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:47:08 ---> Running in a1c0bcc608fa 00:47:09 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 00:47:09 go: downloading github.com/gorilla/mux v1.8.0 00:47:09 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 00:47:09 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:47:09 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:47:09 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.61 00:47:09 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:47:09 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.27 00:47:09 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 00:47:09 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:47:09 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:47:09 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:47:09 go: downloading github.com/google/uuid v1.1.2 00:47:09 go: downloading github.com/x448/float16 v0.8.4 00:47:09 go: downloading github.com/BurntSushi/toml v0.3.1 00:47:09 go: downloading gopkg.in/yaml.v2 v2.4.0 00:47:09 go: downloading github.com/go-kit/kit v0.8.0 00:47:09 go: downloading github.com/hashicorp/consul/api v1.1.0 00:47:09 go: downloading github.com/pebbe/zmq4 v1.0.0 00:47:09 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:47:09 go: downloading github.com/imdario/mergo v0.3.11 00:47:09 go: downloading github.com/pkg/errors v0.8.1 00:47:09 go: downloading github.com/pelletier/go-toml v1.2.0 00:47:09 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:47:09 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:47:09 go: downloading github.com/hashicorp/serf v0.8.2 00:47:09 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:47:09 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:47:09 go: downloading github.com/go-playground/universal-translator v0.17.0 00:47:09 go: downloading github.com/leodido/go-urn v1.2.0 00:47:09 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:47:09 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:47:09 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:47:09 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:47:09 go: downloading github.com/go-playground/locales v0.13.0 00:47:09 go: downloading github.com/mitchellh/copystructure v1.0.0 00:47:09 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:47:09 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:47:09 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:47:09 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:47:09 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:47:09 Removing intermediate container a1c0bcc608fa 00:47:09 ---> 240ac92fc869 00:47:09 Step 13/24 : WORKDIR / 00:47:09 ---> Running in 654ae8302dd6 00:47:10 ---> a02c9b633a93 00:47:10 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:47:10 ---> Running in d42e48d949fa 00:47:11 Removing intermediate container 654ae8302dd6 00:47:11 ---> da52072d8762 00:47:11 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:47:12 ---> bfa4e1aef6aa 00:47:12 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:47:14 Removing intermediate container d42e48d949fa 00:47:14 ---> 6b6e2a3cad15 00:47:14 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:47:14 ---> 941099e01e92 00:47:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:15 ---> dfa356cc6108 00:47:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:15 ---> f0a6cd5aeda3 00:47:15 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:47:16 ---> Running in f53e1bdda787 00:47:16 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:47:18 ---> 53e74248c682 00:47:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:21 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:22 Removing intermediate container f53e1bdda787 00:47:22 ---> ac662501f53c 00:47:22 Step 24/29 : RUN chmod 755 security-secrets-setup 00:47:22 ---> 0b3d3ad6f0b3 00:47:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:22 ---> Running in 560f69d14b25 00:47: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:47:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:23 go: downloading github.com/stretchr/testify v1.5.1 00:47:23 go: downloading github.com/davecgh/go-spew v1.1.1 00:47:23 go: downloading github.com/pmezard/go-difflib v1.0.0 00:47:24 ---> 6bf09758c222 00:47:24 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:47:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:25 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:47:25 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:47:25 ---> Running in 641c2dc8b9db 00:47:25 Removing intermediate container fae151365acf 00:47:25 ---> 88ab86a93351 00:47:25 00:47:25 Removing intermediate container 12cc6dbcad62 00:47:25 ---> 7903d7a5c571 00:47:25 00:47:25 Step 10/21 : FROM scratch 00:47:25 ---> 00:47:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:25 Step 10/24 : FROM scratch 00:47:25 ---> 00:47:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:47:25 ---> Running in 603a23cc0235 00:47:25 ---> Running in d19ac4a40f9f 00:47:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:47:26 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:47:26 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:47:26 Removing intermediate container d19ac4a40f9f 00:47:26 ---> e7c931dec83e 00:47:26 Step 12/24 : ENV APP_PORT=48060 00:47:26 Removing intermediate container 603a23cc0235 00:47:26 ---> cbf134d4e045 00:47:26 Step 12/21 : ENV APP_PORT=48085 00:47:27 ---> Running in d8891cb56cc4 00:47:27 Removing intermediate container 560f69d14b25 00:47:27 ---> c668789a689a 00:47:27 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:47:27 ---> Running in 4605b9b9c97c 00:47:27 ---> Running in 0d9f29f25353 00:47:27 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:47:28 Removing intermediate container d8891cb56cc4 00:47:28 ---> 305c92c75644 00:47:28 Step 13/24 : EXPOSE $APP_PORT 00:47:28 Removing intermediate container 4605b9b9c97c 00:47:28 ---> 2f38f77484f7 00:47:28 Step 13/21 : EXPOSE $APP_PORT 00:47:28 ---> Running in 78185760a9bd 00:47:28 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:47:28 ---> Running in 5b1d3e4f5201 00:47:28 Removing intermediate container 0d9f29f25353 00:47:28 ---> cf3eed4d9922 00:47:28 Step 26/29 : CMD [ "generate" ] 00:47:28 ---> Running in 9f57574fffe6 00:47:28 Removing intermediate container 78185760a9bd 00:47:28 ---> 74c5c52b118b 00:47:28 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:47:28 Removing intermediate container 5b1d3e4f5201 00:47:28 ---> 126ea9975c83 00:47:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:47:28 Removing intermediate container 641c2dc8b9db 00:47:28 ---> 77de77a3f898 00:47:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:29 ---> Running in cfec9481fecc 00:47:29 Removing intermediate container 9f57574fffe6 00:47:29 ---> 87d1c3e90bf6 00:47:29 Step 27/29 : LABEL arch=arm64 00:47:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:29 ---> Running in 24f98520a03a 00:47:30 Removing intermediate container cfec9481fecc 00:47:30 ---> bd0a182f7d20 00:47:30 Step 22/24 : LABEL arch=arm64 00:47:30 ---> c770ecaf3d19 00:47:30 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:47:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:47:30 ---> a7a0e0b1bab7 00:47:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:47:30 ---> Running in afe997123060 00:47:30 Removing intermediate container 24f98520a03a 00:47:30 ---> f1af75f05371 00:47:30 Step 28/29 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:47:30 ---> Running in 69e6851aa7b5 00:47:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:47:30 Removing intermediate container afe997123060 00:47:30 ---> 56540ac9abde 00:47:30 Step 23/24 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:47:31 ---> Running in 28eb5a4d40cf 00:47:31 Removing intermediate container 69e6851aa7b5 00:47:31 ---> 175d3c109614 00:47:31 Step 29/29 : LABEL version=0.0.0 00:47:32 ---> 75485870335c 00:47:32 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:47:32 ---> Running in 7af9feff8f31 00:47:32 Removing intermediate container 28eb5a4d40cf 00:47:32 ---> 4d3db139496b 00:47:32 Step 24/24 : LABEL version=0.0.0 00:47:32 ---> cea579a29edd 00:47:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:47:32 ---> Running in 7fd4b5c3a12e 00:47:32 Removing intermediate container 7af9feff8f31 00:47:32 ---> aaaf85ee903a 00:47:32 00:47:33 Building version 00:47:33 Successfully built aaaf85ee903a 00:47:33 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:47:33 Building docker-security-proxy-setup-go 00:47:33  Building docker-security-secrets-setup-go ... done Removing intermediate container 7fd4b5c3a12e 00:47:33 ---> 856a18bf5e8d 00:47:33 00:47:34 ---> ec57272d01c6 00:47:34 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:47:34 ---> 20bb3c246557 00:47:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:47:34 Successfully built 856a18bf5e8d 00:47:34 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:34 Building docker-sys-mgmt-agent-go 00:47:34  Building docker-security-secretstore-setup-go ... done  ---> Running in c7cb8359d10e 00:47:34 Staging config-common 00:47:34 Removing intermediate container c7cb8359d10e 00:47:35 ---> 5abc3d19bf6a 00:47:35 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:35 ---> 416f028192a4 00:47:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:35 ---> Running in 024f9a422e15 00:47:35 Skipping stage go-build-helper (already ran) 00:47:35 Skipping stage static-packages (already ran) 00:47:35 Skipping stage go115 (already ran) 00:47:35 Staging edgex-go 00:47:36 Staging version 00:47:36 Removing intermediate container 024f9a422e15 00:47:36 ---> 422fb9ab9ee2 00:47:36 Step 19/21 : LABEL arch=arm64 00:47:37 Priming config-common 00:47:38 ---> d646399a379b 00:47:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:38 ---> Running in 465c0c891eab 00:47:38 Priming go-build-helper 00:47:39 Priming static-packages 00:47:40 Removing intermediate container 465c0c891eab 00:47:40 ---> f60c91e8d7b1 00:47:40 Step 20/21 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:47:41 ---> fe2d72ca3768 00:47:41 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:47:41 Priming go115 00:47:41 ---> Running in 1d4564ade023 00:47:42 ---> Running in 03aa285ef123 00:47:42 Priming edgex-go 00:47:43 Removing intermediate container 1d4564ade023 00:47:43 ---> 387491dff114 00:47:43 Step 21/21 : LABEL version=0.0.0 00:47:43 Priming version 00:47:43 Removing intermediate container 03aa285ef123 00:47:43 ---> c2d9c266086f 00:47:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:43 ---> Running in a9215bfe6361 00:47:44 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:47:44 ---> Running in 351eecbc4c67 00:47:44 Removing intermediate container e91ecad5526f 00:47:44 ---> a1f4fc542974 00:47:44 00:47:44 Step 10/23 : FROM alpine 00:47:44 ---> dd36a01c3f31 00:47:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:44 Removing intermediate container a9215bfe6361 00:47:44 ---> ae8ebe9f65b1 00:47:44 00:47:44 ---> Running in a4b952083ca1 00:47:44 Removing intermediate container 351eecbc4c67 00:47:44 ---> ea44e23a0d5f 00:47:44 Step 22/24 : LABEL arch=arm64 00:47:45 ---> Running in 6bac7edff0aa 00:47:45 Successfully built ae8ebe9f65b1 00:47:45 Successfully tagged docker-support-scheduler-go-arm64:latest 00:47:45  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:47:45 Removing intermediate container a4b952083ca1 00:47:45 ---> e0028b3f4d01 00:47:45 Step 12/23 : ENV APP_PORT=48080 [Pipeline] } 00:47:46 Removing intermediate container 6bac7edff0aa [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 00:47:46 ---> f73b507f0e3d 00:47:46 Step 23/24 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:47:46 ---> Running in dd7b71e9095d [Pipeline] // node [Pipeline] } [Pipeline] // stage 00:47:46 ---> Running in 78e175eb396e [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:47:47 Removing intermediate container dd7b71e9095d 00:47:47 ---> e631d1505867 00:47:47 Step 13/23 : EXPOSE $APP_PORT 00:47:47 ---> Running in 8c48cbcf862a 00:47:47 Removing intermediate container 78e175eb396e 00:47:47 ---> 75548e0697ae 00:47:47 Step 24/24 : LABEL version=0.0.0 00:47:48 ---> Running in 136bec87b870 00:47:48 Removing intermediate container 8c48cbcf862a 00:47:48 ---> b467921e091f 00:47:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:49 Removing intermediate container 136bec87b870 00:47:49 ---> 9a5dd1aa7526 00:47:49 00:47:49 Successfully built 9a5dd1aa7526 00:47:49 ---> Running in 4a8062ce06ce 00:47:49 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:49 Building docker-security-bootstrap-redis-go 00:47:53  Building docker-support-notifications-go ... done Removing intermediate container 4a8062ce06ce 00:47:53 ---> 1603167a7ac4 00:47:53 Step 15/23 : RUN apk --no-cache add zeromq 00:47:53 ---> Running in 3925459ce861 00:47:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:56 (1/5) Installing libgcc (9.3.0-r2) 00:47:56 (2/5) Installing libsodium (1.0.18-r0) 00:47:56 (3/5) Installing libstdc++ (9.3.0-r2) 00:47:56 (4/5) Installing libzmq (4.3.3-r0) 00:47:57 (5/5) Installing zeromq (4.3.3-r0) 00:47:57 Executing busybox-1.31.1-r19.trigger 00:47:57 OK: 8 MiB in 19 packages 00:48:01 Removing intermediate container 3925459ce861 00:48:01 ---> 6b11f61767bc 00:48:01 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:48:01 ---> 4cda6e42ba2c 00:48:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:48:04 ---> 2a1e9d4f636f 00:48:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:48:05 ---> a47ca088f965 00:48:05 Step 19/23 : ENTRYPOINT ["/core-data"] 00:48:05 ---> Running in f27b68f0ed14 00:48:06 Removing intermediate container f27b68f0ed14 00:48:06 ---> 2167fa92e28f 00:48:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:07 ---> Running in b0e675f64f26 00:48:07 Removing intermediate container b0e675f64f26 00:48:07 ---> 6c009c88141a 00:48:07 Step 21/23 : LABEL arch=arm64 00:48:08 ---> Running in 8247181ac35e 00:48:08 Removing intermediate container 8247181ac35e 00:48:08 ---> 2f3945efe032 00:48:08 Step 22/23 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:48:08 ---> Running in 2cda72bf8d3a 00:48:09 Removing intermediate container 2cda72bf8d3a 00:48:09 ---> 64f0f217ba45 00:48:09 Step 23/23 : LABEL version=0.0.0 00:48:09 ---> Running in 99005799ffad 00:48:10 Removing intermediate container 99005799ffad 00:48:10 ---> a8dd8a9b8463 00:48:10 00:48:11 Successfully built a8dd8a9b8463 00:48:11 Successfully tagged docker-core-data-go-arm64:latest 00:48:11  Building docker-core-data-go ... done Building docker-core-metadata-go 00:48:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:21 ---> 5e6203cfd597 00:48:21 Step 3/21 : WORKDIR /edgex-go 00:48:21 ---> Using cache 00:48:21 ---> ded11b5a62eb 00:48:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:21 ---> Using cache 00:48:21 ---> 8002b1a75554 00:48:21 Step 5/21 : RUN apk update && apk add make git 00:48:21 ---> Using cache 00:48:21 ---> 6f1c69cc509a 00:48:21 Step 6/21 : COPY go.mod . 00:48:21 ---> Using cache 00:48:21 ---> ad7adfd71697 00:48:21 Step 7/21 : RUN go mod download 00:48:21 ---> Using cache 00:48:21 ---> 7dda333895cc 00:48:21 Step 8/21 : COPY . . 00:48:21 ---> Using cache 00:48:21 ---> a2fba1e79963 00:48:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:48:22 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:22 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:48:22 ---> 5e6203cfd597 00:48:22 Step 3/27 : WORKDIR /edgex-go 00:48:22 ---> Using cache 00:48:22 ---> ded11b5a62eb 00:48:22 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:22 ---> Using cache 00:48:22 ---> 8002b1a75554 00:48:22 Step 5/27 : RUN apk update && apk add make bash git 00:48:24 ---> Running in f0f19b16c995 00:48:24 ---> Running in 74bb9b608e6d 00:48:26 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:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:28 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:28 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:28 OK: 12620 distinct packages available 00:48:29 OK: 217 MiB in 51 packages 00:48:33 Removing intermediate container 74bb9b608e6d 00:48:33 ---> 5495aedef271 00:48:33 Step 6/27 : COPY go.mod . 00:48:35 ---> 9351aa4e79c0 00:48:35 Step 7/27 : RUN go mod download 00:48:35 ---> Running in cbffe31d6aed 00:48:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:40 ---> 5e6203cfd597 00:48:40 Step 3/22 : WORKDIR /edgex-go 00:48:40 ---> Using cache 00:48:40 ---> ded11b5a62eb 00:48:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:40 ---> Using cache 00:48:40 ---> 8002b1a75554 00:48:40 Step 5/22 : RUN apk update && apk add make git 00:48:40 ---> Using cache 00:48:40 ---> 6f1c69cc509a 00:48:40 Step 6/22 : COPY go.mod . 00:48:40 ---> Using cache 00:48:40 ---> ad7adfd71697 00:48:40 Step 7/22 : RUN go mod download 00:48:40 ---> Using cache 00:48:40 ---> 7dda333895cc 00:48:40 Step 8/22 : COPY . . 00:48:40 ---> Using cache 00:48:40 ---> a2fba1e79963 00:48:40 Step 9/22 : RUN make cmd/core-command/core-command 00:48:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:41 ---> 5e6203cfd597 00:48:41 Step 3/22 : WORKDIR /edgex-go 00:48:41 ---> Using cache 00:48:41 ---> ded11b5a62eb 00:48:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:41 ---> Using cache 00:48:41 ---> 8002b1a75554 00:48:41 Step 5/22 : RUN apk update && apk add make git 00:48:41 ---> Using cache 00:48:41 ---> 6f1c69cc509a 00:48:41 Step 6/22 : COPY go.mod . 00:48:41 ---> Using cache 00:48:41 ---> ad7adfd71697 00:48:41 Step 7/22 : RUN go mod download 00:48:41 ---> Using cache 00:48:41 ---> 7dda333895cc 00:48:41 Step 8/22 : COPY . . 00:48:41 Removing intermediate container cbffe31d6aed 00:48:41 ---> 03137f575c80 00:48:41 Step 8/27 : COPY . . 00:48:41 ---> Using cache 00:48:41 ---> a2fba1e79963 00:48:41 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:48:41 ---> Running in 3937b7afbd05 00:48:41 ---> Running in 8af433acb8ec 00:48:44 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:44 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:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:54 ---> 5e6203cfd597 00:48:54 Step 3/22 : WORKDIR /edgex-go 00:48:54 ---> Using cache 00:48:54 ---> ded11b5a62eb 00:48:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:54 ---> Using cache 00:48:54 ---> 8002b1a75554 00:48:54 Step 5/22 : RUN apk update && apk add make git 00:48:54 ---> Using cache 00:48:54 ---> 6f1c69cc509a 00:48:54 Step 6/22 : COPY go.mod . 00:48:54 ---> Using cache 00:48:54 ---> ad7adfd71697 00:48:54 Step 7/22 : RUN go mod download 00:48:54 ---> Using cache 00:48:54 ---> 7dda333895cc 00:48:54 Step 8/22 : COPY . . 00:48:54 ---> Using cache 00:48:54 ---> a2fba1e79963 00:48:54 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:48:58 ---> Running in 5670a882c77d 00:49:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:05 ---> fd783841a44a 00:49:05 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:05 ---> Running in 03af37798801 00:49:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:49:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:49:45 Removing intermediate container f0f19b16c995 00:49:45 ---> 5bab6812bf73 00:49:45 00:49:45 Step 10/21 : FROM alpine 00:49:45 ---> dd36a01c3f31 00:49:45 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:49:45 ---> Running in 6e3428460db8 00:49:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:47 v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:49:47 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:49:47 OK: 12617 distinct packages available 00:49:48 (1/4) Installing ca-certificates (20191127-r4) 00:49:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:48 (3/4) Installing libcurl (7.69.1-r3) 00:49:48 (4/4) Installing curl (7.69.1-r3) 00:49:48 Executing busybox-1.31.1-r19.trigger 00:49:48 Executing ca-certificates-20191127-r4.trigger 00:49:48 OK: 7 MiB in 18 packages 00:49:51 Removing intermediate container 6e3428460db8 00:49:51 ---> b8d32482d79b 00:49:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:51 ---> Running in f0b16db53229 00:49:51 Removing intermediate container f0b16db53229 00:49:51 ---> 86e003a5d505 00:49:51 Step 13/21 : WORKDIR /edgex 00:49:52 ---> Running in 1a24bf7690c4 00:49:52 Removing intermediate container 1a24bf7690c4 00:49:52 ---> 08062c1abc04 00:49:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:53 ---> c1a0ce690b5c 00:49:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:55 ---> 3c2d8dfac6b5 00:49:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:57 ---> 3a26345911d7 00:49:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:57 ---> Running in 35b6975dba67 00:49:57 Removing intermediate container 35b6975dba67 00:49:57 ---> ea79d8d2bc4d 00:49:57 Step 18/21 : CMD ["--init=true"] 00:49:58 ---> Running in f1084960e887 00:49:58 Removing intermediate container f1084960e887 00:49:58 ---> b34de52f5966 00:49:58 Step 19/21 : LABEL arch=arm64 00:49:58 ---> Running in b66d0b2266fe 00:49:59 Removing intermediate container b66d0b2266fe 00:49:59 ---> f1a9a2513a1c 00:49:59 Step 20/21 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:49:59 ---> Running in 7c232316adc3 00:50:00 Removing intermediate container 7c232316adc3 00:50:00 ---> 22a3e1da9ead 00:50:00 Step 21/21 : LABEL version=0.0.0 00:50:00 ---> Running in 3ab30025d50f 00:50:01 Removing intermediate container 3ab30025d50f 00:50:01 ---> 09f847fa698a 00:50:01 00:50:01 Successfully built 09f847fa698a 00:50:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:14  Building docker-security-proxy-setup-go ... done Removing intermediate container 8af433acb8ec 00:50:14 ---> 533e71546006 00:50:14 00:50:14 Step 10/22 : FROM alpine:3.10 00:50:14 ---> 536a684cf733 00:50:14 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:50:14 ---> Using cache 00:50:14 ---> 112cf906c853 00:50:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:50:14 ---> Running in 22f82699d42b 00:50:14 Removing intermediate container 22f82699d42b 00:50:14 ---> 3db6a34d0844 00:50:14 Step 13/22 : WORKDIR / 00:50:14 ---> Running in b158d1e744d5 00:50:14 Removing intermediate container b158d1e744d5 00:50:14 ---> ff2116f74e06 00:50:14 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:50:15 ---> 135e3e2bfb04 00:50:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:50:17 ---> b68fe3176dad 00:50:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:50:17 ---> 4208ad9efbb0 00:50:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:50:19 ---> 8bc11d2b1c92 00:50:19 Step 18/22 : RUN chmod +x entrypoint.sh 00:50:19 ---> Running in f41b2264b253 00:50:22 Removing intermediate container f41b2264b253 00:50:22 ---> bc1accf6f9ab 00:50:22 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:50:22 ---> Running in f702c8095e62 00:50:23 Removing intermediate container f702c8095e62 00:50:23 ---> 480ab5a20b25 00:50:23 Step 20/22 : LABEL arch=arm64 00:50:23 ---> Running in 4450c310ca7c 00:50:24 Removing intermediate container 4450c310ca7c 00:50:24 ---> 86d23b668f59 00:50:24 Step 21/22 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:50:24 ---> Running in 94b6bd207cd0 00:50:25 Removing intermediate container 94b6bd207cd0 00:50:25 ---> 24c099f2e01e 00:50:25 Step 22/22 : LABEL version=0.0.0 00:50:25 ---> Running in 136339eb2852 00:50:26 Removing intermediate container 136339eb2852 00:50:26 ---> 600ecfe13e8a 00:50:26 00:50:26 Successfully built 600ecfe13e8a 00:50:26 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:50:37  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 3937b7afbd05 00:50:37 ---> 6ad4e87afdcb 00:50:37 00:50:37 Step 10/22 : FROM scratch 00:50:37 ---> 00:50:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:37 Removing intermediate container 03af37798801 00:50:37 ---> 6fb7afe121a0 00:50:37 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:50:37 ---> Using cache 00:50:37 ---> cbf134d4e045 00:50:37 Step 12/22 : ENV APP_PORT=48082 00:50:37 ---> Running in ba7cef082bb4 00:50:37 ---> Running in dc1c2a3b3a40 00:50:37 Removing intermediate container ba7cef082bb4 00:50:37 ---> d2c4f8ee137b 00:50:37 Step 13/22 : EXPOSE $APP_PORT 00:50:37 ---> Running in 81f32480ff48 00:50:37 Removing intermediate container 81f32480ff48 00:50:37 ---> dde460897a9d 00:50:37 Step 14/22 : WORKDIR / 00:50:37 ---> Running in b09a2090256d 00:50:37 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:50:37 Removing intermediate container b09a2090256d 00:50:37 ---> ef278b534039 00:50:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:50:38 ---> f88d1f7c54ce 00:50:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:40 ---> 5224e3f65e05 00:50:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:41 Removing intermediate container dc1c2a3b3a40 00:50:41 ---> 5767ad77f1a6 00:50:41 00:50:41 Step 11/27 : FROM docker:latest 00:50:41 ---> eeaf43b92773 00:50:41 Step 12/27 : RUN apk add --no-cache bash 00:50:41 ---> b2c24a6f8761 00:50:41 Step 18/22 : ENTRYPOINT ["/core-command"] 00:50:41 ---> Running in e2fc0bacc07d 00:50:41 ---> Running in 2382769d8d7f 00:50:42 Removing intermediate container 2382769d8d7f 00:50:42 ---> d308b48e428a 00:50:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:42 ---> Running in 1252c51f425d 00:50:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:42 Removing intermediate container 1252c51f425d 00:50:42 ---> 97861a50b2f8 00:50:42 Step 20/22 : LABEL arch=arm64 00:50:43 ---> Running in 386cd99d8691 00:50:43 (1/2) Installing readline (8.0.4-r0) 00:50:43 (2/2) Installing bash (5.0.17-r0) 00:50:43 Executing bash-5.0.17-r0.post-install 00:50:43 Executing busybox-1.31.1-r19.trigger 00:50:43 OK: 12 MiB in 22 packages 00:50:44 Removing intermediate container 386cd99d8691 00:50:44 ---> 794cafe6d6e0 00:50:44 Step 21/22 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:50:44 ---> Running in 352242e8d2bc 00:50:44 Removing intermediate container 352242e8d2bc 00:50:44 ---> 3ee41d38dad0 00:50:44 Step 22/22 : LABEL version=0.0.0 00:50:45 ---> Running in a3872b5cb6ff 00:50:45 Removing intermediate container e2fc0bacc07d 00:50:45 ---> ec7a29c0c67b 00:50:45 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:50:45 ---> Running in 4234b1f93caf 00:50:45 Removing intermediate container a3872b5cb6ff 00:50:45 ---> 2dcf304a10c5 00:50:45 00:50:46 Successfully built 2dcf304a10c5 00:50:46 Successfully tagged docker-core-command-go-arm64:latest 00:50:47  Building docker-core-command-go ... done Removing intermediate container 5670a882c77d 00:50:47 ---> d15f96fd8810 00:50:47 00:50:47 Step 10/22 : FROM scratch 00:50:47 ---> 00:50:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:48 ---> Using cache 00:50:48 ---> cbf134d4e045 00:50:48 Step 12/22 : ENV APP_PORT=48081 00:50:48 Removing intermediate container 4234b1f93caf 00:50:48 ---> bef888ac2a09 00:50:48 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:48 ---> Running in 99dc5746000c 00:50:48 ---> Running in 0b2bcb6d9382 00:50:48 Removing intermediate container 99dc5746000c 00:50:48 ---> 987895321ba3 00:50:48 Step 13/22 : EXPOSE $APP_PORT 00:50:48 ---> Running in 97c9b59f8f42 00:50:48 Removing intermediate container 0b2bcb6d9382 00:50:48 ---> 6b8d7c250e13 00:50:48 Step 15/27 : ENV APP_PORT=48090 00:50:48 ---> Running in 40053e44e765 00:50:49 Removing intermediate container 97c9b59f8f42 00:50:49 ---> 10f90861be46 00:50:49 Step 14/22 : WORKDIR / 00:50:49 ---> Running in 1fb9cf233140 00:50:49 Removing intermediate container 40053e44e765 00:50:49 ---> d0813c5e83c7 00:50:49 Step 16/27 : EXPOSE $APP_PORT 00:50:49 ---> Running in 10ddd6210d56 00:50:50 Removing intermediate container 1fb9cf233140 00:50:50 ---> e84a350df824 00:50:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:50:50 Removing intermediate container 10ddd6210d56 00:50:50 ---> d291e012085e 00:50:50 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:51 ---> ff1865dfe47f 00:50:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:51 ---> 034cd7b1db5d 00:50:51 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:52 ---> 7de815bb7eb6 00:50:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:52 ---> b1078a2e2512 00:50:52 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:53 ---> a0f1cc0e67e3 00:50:53 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:50:53 ---> Running in dbf8a2064b49 00:50:53 ---> 63516a16c4b6 00:50:53 Step 20/27 : RUN apk --no-cache add py3-pip 00:50:53 ---> Running in ab6ddc675382 00:50:53 Removing intermediate container dbf8a2064b49 00:50:53 ---> c89f9b7d5d97 00:50:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:54 ---> Running in b66f110bd778 00:50:54 Removing intermediate container b66f110bd778 00:50:54 ---> 16edcb3c6d43 00:50:54 Step 20/22 : LABEL arch=arm64 00:50:54 ---> Running in 6a7cf8d7c351 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:54 Removing intermediate container 6a7cf8d7c351 00:50:54 ---> 5b511e076002 00:50:54 Step 21/22 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:50:55 ---> Running in 8482db36a65e 00:50:55 (1/33) Installing libbz2 (1.0.8-r1) 00:50:55 (2/33) Installing expat (2.2.9-r1) 00:50:55 (3/33) Installing libffi (3.3-r2) 00:50:55 (4/33) Installing gdbm (1.13-r1) 00:50:55 Removing intermediate container 8482db36a65e 00:50:55 ---> ff3932f824b1 00:50:55 Step 22/22 : LABEL version=0.0.0 00:50:55 (5/33) Installing xz-libs (5.2.5-r0) 00:50:55 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:55 (7/33) Installing python3 (3.8.5-r0) 00:50:55 ---> Running in 3af6bbb4a6af 00:50:57 Removing intermediate container 3af6bbb4a6af 00:50:57 ---> 759c8c4aad34 00:50:57 00:50:57 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:57 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:57 (11/33) Installing py3-six (1.15.0-r0) 00:50:57 (12/33) Installing py3-packaging (20.4-r0) 00:50:57 Successfully built 759c8c4aad34 00:50:57 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:57 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:57  Building docker-core-metadata-go ... done (14/33) Installing py3-chardet (3.0.4-r4) 00:50:57 (15/33) Installing py3-idna (2.9-r0) 00:50:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:57 (18/33) Installing py3-requests (2.23.0-r0) 00:50:57 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:57 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:57 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:57 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:57 (24/33) Installing py3-distro (1.5.0-r1) 00:50:57 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:57 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:57 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:57 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:57 (29/33) Installing py3-progress (1.5-r0) 00:50:57 (30/33) Installing py3-toml (0.10.1-r0) 00:50:57 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:58 (33/33) Installing py3-pip (20.1.1-r0) 00:50:58 Executing busybox-1.31.1-r19.trigger 00:50:58 OK: 71 MiB in 55 packages 00:51:05 Removing intermediate container ab6ddc675382 00:51:05 ---> 59f24aa47ae1 00:51:05 Step 21/27 : RUN pip install docker-compose==1.23.2 00:51:05 ---> Running in ae2c85b630bc 00:51:09 Collecting docker-compose==1.23.2 00:51:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:51:10 Collecting docker<4.0,>=3.6.0 00:51:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:10 Collecting websocket-client<1.0,>=0.32.0 00:51:10 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:51:11 Collecting docopt<0.7,>=0.6.1 00:51:11 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:14 Collecting dockerpty<0.5,>=0.4.1 00:51:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:15 Collecting texttable<0.10,>=0.9.0 00:51:15 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:18 Collecting PyYAML<4,>=3.10 00:51:18 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:20 Collecting jsonschema<3,>=2.5.1 00:51:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:21 Collecting cached-property<2,>=1.2.0 00:51:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:22 Collecting docker-pycreds>=0.4.0 00:51:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:23 Collecting urllib3<1.25,>=1.21.1 00:51:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:23 Collecting idna<2.8,>=2.5 00:51:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:23 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:51:23 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:51:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:24 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, dockerpty, texttable, PyYAML, jsonschema, cached-property, docker-compose 00:51:24 Attempting uninstall: urllib3 00:51:24 Found existing installation: urllib3 1.25.9 00:51:24 Uninstalling urllib3-1.25.9: 00:51:24 Successfully uninstalled urllib3-1.25.9 00:51:25 Attempting uninstall: idna 00:51:25 Found existing installation: idna 2.9 00:51:25 Uninstalling idna-2.9: 00:51:25 Successfully uninstalled idna-2.9 00:51:25 Attempting uninstall: requests 00:51:25 Found existing installation: requests 2.23.0 00:51:25 Uninstalling requests-2.23.0: 00:51:25 Successfully uninstalled requests-2.23.0 00:51:27 Running setup.py install for docopt: started 00:51:29 Running setup.py install for docopt: finished with status 'done' 00:51:29 Running setup.py install for dockerpty: started 00:51:30 Running setup.py install for dockerpty: finished with status 'done' 00:51:30 Running setup.py install for texttable: started 00:51:32 Running setup.py install for texttable: finished with status 'done' 00:51:32 Running setup.py install for PyYAML: started 00:51:34 Running setup.py install for PyYAML: finished with status 'done' 00:51:35 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:51:39 Removing intermediate container ae2c85b630bc 00:51:39 ---> 9326102df9e5 00:51:39 Step 22/27 : RUN apk --no-cache add curl 00:51:39 ---> Running in f5c86779bda7 00:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:41 (2/3) Installing libcurl (7.69.1-r3) 00:51:41 (3/3) Installing curl (7.69.1-r3) 00:51:41 Executing busybox-1.31.1-r19.trigger 00:51:41 OK: 71 MiB in 58 packages 00:51:42 Removing intermediate container f5c86779bda7 00:51:42 ---> 83ccbfcceebc 00:51:42 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:42 ---> Running in a68005331a40 00:51:43 Removing intermediate container a68005331a40 00:51:43 ---> 56dac972bd67 00:51:43 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:43 ---> Running in 38b7d3e8cdd8 00:51:43 Removing intermediate container 38b7d3e8cdd8 00:51:43 ---> 3c999c055404 00:51:43 Step 25/27 : LABEL arch=arm64 00:51:43 ---> Running in 1b2a02acbaaa 00:51:44 Removing intermediate container 1b2a02acbaaa 00:51:44 ---> 0bf2e36cbdf1 00:51:44 Step 26/27 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 00:51:44 ---> Running in 5eb39377df19 00:51:45 Removing intermediate container 5eb39377df19 00:51:45 ---> b50f8693ff82 00:51:45 Step 27/27 : LABEL version=0.0.0 00:51:45 ---> Running in 9e3fd7494b01 00:51:45 Removing intermediate container 9e3fd7494b01 00:51:45 ---> 6b19c8672ca9 00:51:45 00:51:46 Successfully built 6b19c8672ca9 00:51:46 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:46  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:51:46 $ docker stop --time=1 b906ad4afdc1bf022a816f8cd48efd5599e280f12e2ab6b62bee055d7dffee5a 00:51:48 $ docker rm -f b906ad4afdc1bf022a816f8cd48efd5599e280f12e2ab6b62bee055d7dffee5a [Pipeline] // withDockerContainer [Pipeline] sh 00:51:49 + + dockergrep images docker 00:51:49 00:51:49 docker-sys-mgmt-agent-go-arm64 latest 6b19c8672ca9 4 seconds ago 300MB 00:51:49 docker-core-metadata-go-arm64 latest 759c8c4aad34 53 seconds ago 13.6MB 00:51:49 docker-core-command-go-arm64 latest 2dcf304a10c5 About a minute ago 11.4MB 00:51:49 docker-security-bootstrap-redis-go-arm64 latest 600ecfe13e8a About a minute ago 15.2MB 00:51:49 docker-security-proxy-setup-go-arm64 latest 09f847fa698a About a minute ago 23.4MB 00:51:49 docker-core-data-go-arm64 latest a8dd8a9b8463 3 minutes ago 22.3MB 00:51:49 docker-support-notifications-go-arm64 latest 9a5dd1aa7526 4 minutes ago 12.9MB 00:51:49 docker-support-scheduler-go-arm64 latest ae8ebe9f65b1 4 minutes ago 11.5MB 00:51:49 docker-security-secretstore-setup-go-arm64 latest 856a18bf5e8d 4 minutes ago 23.5MB 00:51:49 docker-security-secrets-setup-go-arm64 latest aaaf85ee903a 4 minutes ago 22.7MB 00:51:49 docker latest eeaf43b92773 21 hours 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:51 provisioning config files... 00:51:51 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config7947686046878870491tmp [Pipeline] { [Pipeline] sh 00:51:51 + set +x 00:51:51 + curl -s https://codecov.io/bash 00:51:51 + bash -s -- 00:51:52 00:51:52 _____ _ 00:51:52 / ____| | | 00:51:52 | | ___ __| | ___ ___ _____ __ 00:51:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:51:52 | |___| (_) | (_| | __/ (_| (_) \ V / 00:51:52 \_____\___/ \__,_|\___|\___\___/ \_/ 00:51:52 Bash-20201130-cc6d3fe 00:51:52 00:51:52 00:51:52 ==> Jenkins CI detected. 00:51:52 project root: . 00:51:52 --> token set from env 00:51:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:51:52 ==> Running gcov in . (disable via -X gcov) 00:51:52 ==> Python coveragepy not found 00:51:52 ==> Searching for coverage reports in: 00:51:52 + . 00:51:52 -> Found 1 reports 00:51:52 ==> Detecting git/mercurial file structure 00:51:52 ==> Reading reports 00:51:52 + ./coverage.out bytes=569827 00:51:52 ==> Appending adjustments 00:51:52 https://docs.codecov.io/docs/fixing-reports 00:51:55 + Found adjustments 00:51:55 ==> Gzipping contents 00:51:55 88K /tmp/codecov.OzJwLC.gz 00:51:55 ==> Uploading reports 00:51:55 url: https://codecov.io 00:51:55 query: branch=PR-2908&commit=8f1695c00aae907ff5828cbfc029c2c45daad569&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= 00:51:55 -> Pinging Codecov 00:51:55 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2908&commit=8f1695c00aae907ff5828cbfc029c2c45daad569&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= 00:51:55 -> Uploading to 00:51:55 https://storage.googleapis.com/codecov/v4/raw/2020-12-12/00271124DB129430A58F1EEE437C3FCB/8f1695c00aae907ff5828cbfc029c2c45daad569/a904f726-bfee-49fc-bdee-eac43b05ce48.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201212T005155Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b5039e903cffed6e965b797fc5c753884cc1bc6216165430c36d71d0fd262d5e 00:51:55 % Total % Received % Xferd Average Speed Time Time Time Current 00:51:55 Dload Upload Total Spent Left Speed 00:51:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88164 0 0 100 88164 0 143k --:--:-- --:--:-- --:--:-- 143k 00:51:56 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8f1695c00aae907ff5828cbfc029c2c45daad569 [Pipeline] } 00:51:56 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:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:59 ---> package-listing.sh 00:51:59 ++ facter osfamily 00:51:59 ++ tr '[:upper:]' '[:lower:]' 00:51:59 + OS_FAMILY=redhat 00:51:59 + workspace=/w/workspace/edgex-go/14 00:51:59 + START_PACKAGES=/tmp/packages_start.txt 00:51:59 + END_PACKAGES=/tmp/packages_end.txt 00:51:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:59 + PACKAGES=/tmp/packages_start.txt 00:51:59 + '[' /w/workspace/edgex-go/14 ']' 00:51:59 + PACKAGES=/tmp/packages_end.txt 00:51:59 + case "${OS_FAMILY}" in 00:51:59 + rpm -qa 00:51:59 + sort 00:52:04 + '[' -f /tmp/packages_start.txt ']' 00:52:04 + '[' -f /tmp/packages_end.txt ']' 00:52:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:52:04 + '[' /w/workspace/edgex-go/14 ']' 00:52:04 + mkdir -p /w/workspace/edgex-go/14/archives/ 00:52:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo 00:52:04 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:52:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:52:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:05 00:52:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:52:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:06 alpine: Pulling from edgex-lftools-log-publisher 00:52:06 df20fa9351a1: Pulling fs layer 00:52:06 36b3adc4ff6f: Pulling fs layer 00:52:06 8ad3a11d3b57: Pulling fs layer 00:52:06 46f8f816bc3b: Pulling fs layer 00:52:06 93b61091891f: Pulling fs layer 00:52:06 93b9cdb0e59b: Pulling fs layer 00:52:06 5e14af77c1be: Pulling fs layer 00:52:06 01666e4c0597: Pulling fs layer 00:52:06 aa168da1d23b: Pulling fs layer 00:52:06 5e14af77c1be: Waiting 00:52:06 01666e4c0597: Waiting 00:52:06 46f8f816bc3b: Waiting 00:52:06 aa168da1d23b: Waiting 00:52:06 93b61091891f: Waiting 00:52:06 93b9cdb0e59b: Waiting 00:52:06 36b3adc4ff6f: Download complete 00:52:06 46f8f816bc3b: Download complete 00:52:06 df20fa9351a1: Verifying Checksum 00:52:06 df20fa9351a1: Download complete 00:52:06 93b9cdb0e59b: Verifying Checksum 00:52:06 93b9cdb0e59b: Download complete 00:52:06 93b61091891f: Verifying Checksum 00:52:06 93b61091891f: Download complete 00:52:06 5e14af77c1be: Download complete 00:52:06 01666e4c0597: Verifying Checksum 00:52:06 01666e4c0597: Download complete 00:52:06 df20fa9351a1: Pull complete 00:52:06 36b3adc4ff6f: Pull complete 00:52:07 8ad3a11d3b57: Verifying Checksum 00:52:07 8ad3a11d3b57: Download complete 00:52:07 8ad3a11d3b57: Pull complete 00:52:08 46f8f816bc3b: Pull complete 00:52:08 aa168da1d23b: Verifying Checksum 00:52:08 aa168da1d23b: Download complete 00:52:09 93b61091891f: Pull complete 00:52:09 93b9cdb0e59b: Pull complete 00:52:09 5e14af77c1be: Pull complete 00:52:09 01666e4c0597: Pull complete 00:52:22 aa168da1d23b: Pull complete 00:52:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:52:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:23 prd-centos7-docker-4c-2g-15681 does not seem to be running inside a container 00:52:23 $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:52:26 $ docker top 9959a6b140e675569297427e7102912d28a62369c2365cb09f7800055f90113a -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:26 + touch /tmp/pre-build-complete [Pipeline] sh 00:52:26 + mkdir -p /var/log/sa [Pipeline] sh 00:52:27 + ls /var/log/sa-host 00:52:27 + sadf -c /var/log/sa-host/sa12 00:52:27 file_magic: OK 00:52:27 HZ: Using current value: 100 00:52:27 file_header: OK 00:52:27 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:52:27 Statistics: 00:52:27 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:52:27 File successfully converted to sysstat format version 12.2.1 00:52:27 + sadf -c /var/log/sa-host/sa23 00:52:27 file_magic: OK 00:52:27 HZ: Using current value: 100 00:52:27 file_header: OK 00:52:27 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:52:27 Statistics: 00:52:27 Hnuu...uuuununununu... 00:52:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:27 provisioning config files... 00:52:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config9012040458373673945tmp [Pipeline] { [Pipeline] echo 00:52:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:27 ---> create-netrc.sh [Pipeline] } 00:52:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:52:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:52:28 ---> python-tools-install.sh [Pipeline] echo 00:52:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:52:28 ---> sudo-logs.sh 00:52:28 Archiving 'sudo' log.. [Pipeline] echo 00:52:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:52:28 ---> job-cost.sh 00:52:28 lf-activate-venv: SKIPPING 00:52:28 INFO: No Stack... 00:52:29 INFO: Retrieving Pricing Info for: v1-standard-2 00:52:29 INFO: Archiving Costs [Pipeline] echo 00:52:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:30 ---> logs-deploy.sh 00:52:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/14 00:52:30 INFO: archiving workspace using pattern(s): 00:52:31 Archives upload complete. 00:52:31 INFO: archiving logs to Nexus