Pull request #2898 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 05c74b819efbe47d36e2ce0e241fd573970fd385+7f9dd25f9d981fc062fb35c9729d56f5b41711bb (4cb4e1d7e04b51205dd91fbe9edd080a091f65ec) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@e3a708771a572f3309a02b78ef07992b923c5409 Attempting to resolve e3a708771a572f3309a02b78ef07992b923c5409 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 Could not find e3a708771a572f3309a02b78ef07992b923c5409 in remote references. Pulling heads to local for deep search... > 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/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse e3a708771a572f3309a02b78ef07992b923c5409^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains e3a708771a572f3309a02b78ef07992b923c5409 # timeout=10 Selected match: pr/264/head revision e3a708771a572f3309a02b78ef07992b923c5409 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 without 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e3a708771a572f3309a02b78ef07992b923c5409 (pr/264/head) > git config core.sparsecheckout # timeout=10 > git checkout -f e3a708771a572f3309a02b78ef07992b923c5409 # timeout=10 Commit message: "feat(snap): Use new native 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:false, 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: false 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14927 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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 7f9dd25f9d981fc062fb35c9729d56f5b41711bb into PR head commit 05c74b819efbe47d36e2ce0e241fd573970fd385 Merge succeeded, producing 05c74b819efbe47d36e2ce0e241fd573970fd385 Checking out Revision 05c74b819efbe47d36e2ce0e241fd573970fd385 (PR-2898) > 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/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 05c74b819efbe47d36e2ce0e241fd573970fd385 # 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 7f9dd25f9d981fc062fb35c9729d56f5b41711bb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 05c74b819efbe47d36e2ce0e241fd573970fd385 # timeout=10 Commit message: "ci: testing new native snap build" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:32:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:32:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:32:32 ========================================================= 18:32:32 EdgeX Global Pipelines Version Info 18:32:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e4af2381fd233b53c51f3d6278b0908af4a2530b # timeout=10 18:32:34 ------------------- 18:32:34 stable info: 18:32:34 ------------------- 18:32:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:32:34 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 18:32:34 Message: update stable to v1.0.169 18:32:35 ------------------- 18:32:35 experimental info: 18:32:35 ------------------- 18:32:35 Commited By: **** collab-it+edgex@linuxfoundation.org 18:32:35 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 18:32:35 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:32:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:32:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:32:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:32:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:32:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:32:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:32:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:32:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:32:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:32:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:32:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:32:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:32:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:32:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:32:37 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:32:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2898 [Pipeline] echo 18:32:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2898 [Pipeline] echo 18:32:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2898 [Pipeline] echo 18:32:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 05c74b819efbe47d36e2ce0e241fd573970fd385 [Pipeline] echo 18:32:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 05c74b8 [Pipeline] echo 18:32:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:32:38 provisioning config files... 18:32:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config4966349644820673743tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:32:39 ---> docker-login.sh 18:32:39 nexus3.edgexfoundry.org:10001 18:32:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:39 Configure a credential helper to remove this warning. See 18:32:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:39 18:32:39 Login Succeeded 18:32:39 nexus3.edgexfoundry.org:10002 18:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:40 Configure a credential helper to remove this warning. See 18:32:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:40 18:32:40 Login Succeeded 18:32:40 nexus3.edgexfoundry.org:10003 18:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:40 Configure a credential helper to remove this warning. See 18:32:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:40 18:32:40 Login Succeeded 18:32:40 nexus3.edgexfoundry.org:10004 18:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:40 Configure a credential helper to remove this warning. See 18:32:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:40 18:32:40 Login Succeeded 18:32:40 docker.io 18:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:41 Configure a credential helper to remove this warning. See 18:32:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:41 18:32:41 Login Succeeded 18:32:41 ---> docker-login.sh ends [Pipeline] } 18:32:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:32:41 ++ 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 18:32:41 + for file in '`ls cmd/**/Dockerfile`' 18:32:41 ++ dirname cmd/core-command/Dockerfile 18:32:41 ++ cut -d/ -f2 18:32:41 + echo core-command,cmd/core-command/Dockerfile 18:32:41 + for file in '`ls cmd/**/Dockerfile`' 18:32:41 ++ dirname cmd/core-data/Dockerfile 18:32:41 ++ cut -d/ -f2 18:32:41 + echo core-data,cmd/core-data/Dockerfile 18:32:41 + for file in '`ls cmd/**/Dockerfile`' 18:32:41 ++ dirname cmd/core-metadata/Dockerfile 18:32:41 ++ cut -d/ -f2 18:32:41 + echo core-metadata,cmd/core-metadata/Dockerfile 18:32:41 + for file in '`ls cmd/**/Dockerfile`' 18:32:41 ++ dirname cmd/security-bootstrap-redis/Dockerfile 18:32:41 ++ cut -d/ -f2 18:32:41 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 18:32:41 + for file in '`ls cmd/**/Dockerfile`' 18:32:41 ++ dirname cmd/security-proxy-setup/Dockerfile 18:32:41 ++ cut -d/ -f2 18:32:41 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:32:41 + for file in '`ls cmd/**/Dockerfile`' 18:32:41 ++ dirname cmd/security-secrets-setup/Dockerfile 18:32:41 ++ cut -d/ -f2 18:32:41 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 18:32:41 + for file in '`ls cmd/**/Dockerfile`' 18:32:41 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:32:41 ++ cut -d/ -f2 18:32:41 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:32:41 + for file in '`ls cmd/**/Dockerfile`' 18:32:41 ++ dirname cmd/support-notifications/Dockerfile 18:32:41 ++ cut -d/ -f2 18:32:41 + echo support-notifications,cmd/support-notifications/Dockerfile 18:32:41 + for file in '`ls cmd/**/Dockerfile`' 18:32:41 ++ dirname cmd/support-scheduler/Dockerfile 18:32:41 ++ cut -d/ -f2 18:32:41 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:32:41 + for file in '`ls cmd/**/Dockerfile`' 18:32:41 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:32:41 ++ cut -d/ -f2 18:32:41 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:32:41 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 18:32:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:43 18:32:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:32:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:43 latest: Pulling from edgex-devops/git-semver 18:32:43 31603596830f: Pulling fs layer 18:32:43 2a8b12db71e7: Pulling fs layer 18:32:43 6ca5941a6612: Pulling fs layer 18:32:43 ecc8261a40a4: Pulling fs layer 18:32:43 ecc8261a40a4: Waiting 18:32:43 2a8b12db71e7: Verifying Checksum 18:32:43 2a8b12db71e7: Download complete 18:32:44 31603596830f: Download complete 18:32:44 6ca5941a6612: Verifying Checksum 18:32:44 6ca5941a6612: Download complete 18:32:44 ecc8261a40a4: Verifying Checksum 18:32:44 ecc8261a40a4: Download complete 18:32:45 31603596830f: Pull complete 18:32:45 2a8b12db71e7: Pull complete 18:32:46 6ca5941a6612: Pull complete 18:32:46 ecc8261a40a4: Pull complete 18:32:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:32:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:32:46 prd-centos7-docker-4c-2g-14927 does not seem to be running inside a container 18:32:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:10004/edgex-devops/git-semver:latest cat 18:32:49 $ docker top 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:32:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:50 [ssh-agent] Looking for ssh-agent implementation... 18:32:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:50 $ docker exec 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 ssh-agent 18:32:51 SSH_AUTH_SOCK=/tmp/ssh-iinESjGBIfs3/agent.11 18:32:51 SSH_AGENT_PID=16 18:32:51 Running ssh-add (command line suppressed) 18:32:51 Identity added: /w/workspace/edgex-go/10@tmp/private_key_8102962798225079360.key (/w/workspace/edgex-go/10@tmp/private_key_8102962798225079360.key) 18:32:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:52 + git tag --points-at HEAD [Pipeline] } 18:32:52 $ docker exec --env ******** --env ******** 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 ssh-agent -k 18:32:52 unset SSH_AUTH_SOCK; 18:32:52 unset SSH_AGENT_PID; 18:32:52 echo Agent pid 16 killed; 18:32:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:32:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:53 [ssh-agent] Looking for ssh-agent implementation... 18:32:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:53 $ docker exec 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 ssh-agent 18:32:53 SSH_AUTH_SOCK=/tmp/ssh-vq2bLstCKvP1/agent.44 18:32:53 SSH_AGENT_PID=49 18:32:53 Running ssh-add (command line suppressed) 18:32:53 Identity added: /w/workspace/edgex-go/10@tmp/private_key_7960256518983198515.key (/w/workspace/edgex-go/10@tmp/private_key_7960256518983198515.key) 18:32:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:54 + git semver init 18:32:54 # -> Open(): unable to determine branch for HEAD 18:32:54 # $GIT_DIR = /w/workspace/edgex-go/10/.git 18:32:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 18:32:54 # $SEMVER_REMOTE_NAME = origin 18:32:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:32:54 # $SEMVER_USER_NAME = edgex-jenkins 18:32:54 # $SEMVER_BRANCH = PR-2898 18:32:54 # $SEMVER_TEMP = /tmp/semver-744033382 18:32:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:33:27 # '/tmp/semver-744033382' -> '/w/workspace/edgex-go/10/.semver' 18:33:27 # -> Force: false 18:33:27 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 18:33:27 $ docker exec --env ******** --env ******** 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 ssh-agent -k 18:33:27 unset SSH_AUTH_SOCK; 18:33:27 unset SSH_AGENT_PID; 18:33:27 echo Agent pid 49 killed; 18:33:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:33:28 + git semver [Pipeline] } 18:33:28 $ docker stop --time=1 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 18:33:30 $ docker rm -f 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 [Pipeline] // withDockerContainer [Pipeline] sh 18:33:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:33:31 Stashed 1 file(s) [Pipeline] echo 18:33:31 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:33:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:33:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:33:33 + sudo service docker restart 18:33:33 + true 18:33:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:33:34 ========================================================= 18:33:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:33:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:33:34 + 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 . 18:33:40 Sending build context to Docker daemon 326.3MB 18:33:40 Step 1/7 : ARG BASE=golang:1.15-alpine 18:33:40 Step 2/7 : FROM ${BASE} 18:33:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:33:40 188c0c94c7c5: Pulling fs layer 18:33:40 0ef7d3d256c8: Pulling fs layer 18:33:40 de9db76c5a1d: Pulling fs layer 18:33:40 bca2f99d35d6: Pulling fs layer 18:33:40 93359f2a8cfa: Pulling fs layer 18:33:40 7c6f9722023f: Pulling fs layer 18:33:40 a35cf1a2eb13: Pulling fs layer 18:33:40 93359f2a8cfa: Waiting 18:33:40 7c6f9722023f: Waiting 18:33:40 a35cf1a2eb13: Waiting 18:33:40 bca2f99d35d6: Waiting 18:33:40 de9db76c5a1d: Verifying Checksum 18:33:40 de9db76c5a1d: Download complete 18:33:40 0ef7d3d256c8: Verifying Checksum 18:33:40 0ef7d3d256c8: Download complete 18:33:40 93359f2a8cfa: Verifying Checksum 18:33:40 93359f2a8cfa: Download complete 18:33:40 7c6f9722023f: Download complete 18:33:40 188c0c94c7c5: Verifying Checksum 18:33:40 188c0c94c7c5: Download complete 18:33:40 188c0c94c7c5: Pull complete 18:33:40 0ef7d3d256c8: Pull complete 18:33:40 de9db76c5a1d: Pull complete 18:33:43 a35cf1a2eb13: Verifying Checksum 18:33:43 a35cf1a2eb13: Download complete 18:33:45 bca2f99d35d6: Verifying Checksum 18:33:45 bca2f99d35d6: Download complete 18:33:47 Still waiting to schedule task 18:33:47 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 18:33:55 bca2f99d35d6: Pull complete 18:33:55 93359f2a8cfa: Pull complete 18:33:55 7c6f9722023f: Pull complete 18:34:01 a35cf1a2eb13: Pull complete 18:34:01 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:34:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:34:01 ---> a62c8e92a672 18:34:01 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 18:34:01 ---> Running in 12259a7ca726 18:34:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:04 (1/12) Installing libmagic (5.38-r0) 18:34:05 (2/12) Installing file (5.38-r0) 18:34:05 (3/12) Installing libc-dev (0.7.2-r3) 18:34:05 (4/12) Installing g++ (9.3.0-r2) 18:34:10 (5/12) Installing fortify-headers (1.1-r0) 18:34:10 (6/12) Installing patch (2.7.6-r6) 18:34:10 (7/12) Installing build-base (0.5-r2) 18:34:10 (8/12) Installing libsodium (1.0.18-r0) 18:34:10 (9/12) Installing pkgconf (1.7.2-r0) 18:34:10 (10/12) Installing libsodium-dev (1.0.18-r0) 18:34:10 (11/12) Installing libzmq (4.3.3-r0) 18:34:10 (12/12) Installing zeromq-dev (4.3.3-r0) 18:34:10 Executing busybox-1.31.1-r19.trigger 18:34:10 OK: 233 MiB in 51 packages 18:34:13 Removing intermediate container 12259a7ca726 18:34:13 ---> 73b647d6a4a8 18:34:13 Step 4/7 : WORKDIR /edgex-go 18:34:14 ---> Running in 5964241a39ad 18:34:14 Removing intermediate container 5964241a39ad 18:34:14 ---> 502e98f93cb5 18:34:14 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:34:14 latest: Pulling from library/docker 18:34:15 188c0c94c7c5: Already exists 18:34:15 0c7c675703d6: Pulling fs layer 18:34:15 cc8c12a437cb: Pulling fs layer 18:34:15 f092543453df: Pulling fs layer 18:34:15 65b6bc45957d: Pulling fs layer 18:34:15 4de832df471b: Pulling fs layer 18:34:15 79aa7fa92271: Pulling fs layer 18:34:15 65b6bc45957d: Waiting 18:34:15 4de832df471b: Waiting 18:34:15 79aa7fa92271: Waiting 18:34:15 cc8c12a437cb: Verifying Checksum 18:34:15 cc8c12a437cb: Download complete 18:34:15 0c7c675703d6: Download complete 18:34:15 65b6bc45957d: Verifying Checksum 18:34:15 65b6bc45957d: Download complete 18:34:15 4de832df471b: Verifying Checksum 18:34:15 4de832df471b: Download complete 18:34:15 79aa7fa92271: Download complete 18:34:16 0c7c675703d6: Pull complete 18:34:16 cc8c12a437cb: Pull complete 18:34:16 f092543453df: Verifying Checksum 18:34:16 f092543453df: Download complete 18:34:20 f092543453df: Pull complete 18:34:20 65b6bc45957d: Pull complete 18:34:21 4de832df471b: Pull complete 18:34:21 79aa7fa92271: Pull complete 18:34:21 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 18:34:21 Status: Downloaded newer image for docker:latest 18:34:24 ---> 79e9d2abf703 18:34:24 Step 6/7 : COPY go.mod . 18:34:24 ---> e7bb597d0a55 18:34:24 Step 7/7 : RUN go mod download 18:34:24 ---> Running in 8d43b2900072 18:34:46 Removing intermediate container 8d43b2900072 18:34:46 ---> 64df8caef132 18:34:46 Successfully built 64df8caef132 18:34:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:34:46 + docker inspect -f . ci-base-image-x86_64 18:34:46 . [Pipeline] withDockerContainer 18:34:46 prd-centos7-docker-4c-2g-14927 does not seem to be running inside a container 18:34:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:34:48 $ docker top 81bb1e670a8559add286a1929888444cabc2f9bdf5f2358ee707c16b4333bb53 -eo pid,comm [Pipeline] { [Pipeline] sh 18:34:49 + go version 18:34:49 go version go1.15.5 linux/amd64 [Pipeline] } 18:34:49 $ docker stop --time=1 81bb1e670a8559add286a1929888444cabc2f9bdf5f2358ee707c16b4333bb53 18:34:50 $ docker rm -f 81bb1e670a8559add286a1929888444cabc2f9bdf5f2358ee707c16b4333bb53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:34:52 + docker inspect -f . ci-base-image-x86_64 18:34:52 . [Pipeline] withDockerContainer 18:34:53 prd-centos7-docker-4c-2g-14927 does not seem to be running inside a container 18:34:53 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:34:55 $ docker top 21096d0b1bba3a0ba8e247d656f67b45d11abd984776e9bf3d95d95eee3ebca7 -eo pid,comm [Pipeline] { [Pipeline] echo 18:34:55 ========================================================= 18:34:55 [edgeXBuildGoParallel] Running Tests and Build... 18:34:55 ========================================================= [Pipeline] sh 18:34:56 + make test 18:34:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:35:11 ? github.com/edgexfoundry/edgex-go [no test files] 18:35:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14928 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws 18:35:40 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 18:35:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:35:45 using credential edgex-jenkins-ssh 18:35:45 Cloning the remote Git repository 18:35:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:35:45 > git init /w/workspace/edgex-go/10 # timeout=10 18:35:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:35:45 > git --version # timeout=10 18:35:45 > git --version # 'git version 2.17.1' 18:35:45 using GIT_SSH to set credentials SSH Credentials for GitHub 18:35:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:35:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:35:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:35:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:35:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:35:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:35:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:36:02 Merging remotes/origin/master commit 7f9dd25f9d981fc062fb35c9729d56f5b41711bb into PR head commit 05c74b819efbe47d36e2ce0e241fd573970fd385 18:36:02 Merge succeeded, producing 05c74b819efbe47d36e2ce0e241fd573970fd385 18:36:02 Checking out Revision 05c74b819efbe47d36e2ce0e241fd573970fd385 (PR-2898) 18:36:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:36:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:36:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:36:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:36:01 using GIT_SSH to set credentials SSH Credentials for GitHub 18:36:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:36:02 > git config core.sparsecheckout # timeout=10 18:36:02 > git checkout -f 05c74b819efbe47d36e2ce0e241fd573970fd385 # timeout=10 18:36:02 > git remote # timeout=10 18:36:02 > git config --get remote.origin.url # timeout=10 18:36:02 using GIT_SSH to set credentials SSH Credentials for GitHub 18:36:02 > git merge 7f9dd25f9d981fc062fb35c9729d56f5b41711bb # timeout=10 18:36:02 > git rev-parse HEAD^{commit} # timeout=10 18:36:02 > git config core.sparsecheckout # timeout=10 18:36:02 > git checkout -f 05c74b819efbe47d36e2ce0e241fd573970fd385 # timeout=10 18:36:03 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.123s 18:36:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:36:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:36:07 Commit message: "ci: testing new native snap build" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:36:08 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:36:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:36:09 + sudo service docker restart 18:36:09 + true 18:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.158s coverage: 46.6% of statements 18:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:36:11 provisioning config files... 18:36:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config117223162964913361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:36:12 ---> docker-login.sh 18:36:12 nexus3.edgexfoundry.org:10001 18:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:13 Configure a credential helper to remove this warning. See 18:36:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:13 18:36:13 Login Succeeded 18:36:13 nexus3.edgexfoundry.org:10002 18:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:14 Configure a credential helper to remove this warning. See 18:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:14 18:36:14 Login Succeeded 18:36:14 nexus3.edgexfoundry.org:10003 18:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:14 Configure a credential helper to remove this warning. See 18:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:14 18:36:14 Login Succeeded 18:36:14 nexus3.edgexfoundry.org:10004 18:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:15 Configure a credential helper to remove this warning. See 18:36:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:15 18:36:15 Login Succeeded 18:36:15 docker.io 18:36:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:16 Configure a credential helper to remove this warning. See 18:36:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:16 18:36:16 Login Succeeded 18:36:16 ---> docker-login.sh ends [Pipeline] } 18:36:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:36:16 ========================================================= 18:36:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:36:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:36:16 + 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 . 18:36:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.616s coverage: 27.1% of statements 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:36:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:36:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:36:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.522s coverage: 68.5% of statements 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:36:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.497s coverage: 82.3% of statements 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:36:19 Sending build context to Docker daemon 165.6MB 18:36:19 Step 1/7 : ARG BASE=golang:1.15-alpine 18:36:19 Step 2/7 : FROM ${BASE} 18:36:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:36:19 5f621e34cdf4: Pulling fs layer 18:36:19 a4357932f1b6: Pulling fs layer 18:36:19 18c013af1878: Pulling fs layer 18:36:19 00ac8860ef70: Pulling fs layer 18:36:19 63d7cb157983: Pulling fs layer 18:36:19 b116817d02f9: Pulling fs layer 18:36:19 745a02a5169b: Pulling fs layer 18:36:19 00ac8860ef70: Waiting 18:36:19 63d7cb157983: Waiting 18:36:19 b116817d02f9: Waiting 18:36:19 745a02a5169b: Waiting 18:36:19 18c013af1878: Download complete 18:36:19 a4357932f1b6: Verifying Checksum 18:36:19 a4357932f1b6: Download complete 18:36:19 63d7cb157983: Download complete 18:36:20 b116817d02f9: Verifying Checksum 18:36:20 5f621e34cdf4: Verifying Checksum 18:36:20 b116817d02f9: Download complete 18:36:20 5f621e34cdf4: Download complete 18:36:20 5f621e34cdf4: Pull complete 18:36:21 a4357932f1b6: Pull complete 18:36:21 18c013af1878: Pull complete 18:36:22 745a02a5169b: Verifying Checksum 18:36:22 745a02a5169b: Download complete 18:36:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.861s coverage: 28.6% of statements 18:36:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:36:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:36:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:36:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:36:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:36:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements 18:36:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:36:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements 18:36:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:36:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.355s coverage: 86.7% of statements 18:36:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:36:23 00ac8860ef70: Verifying Checksum 18:36:23 00ac8860ef70: Download complete 18:36:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.618s coverage: 97.5% of statements 18:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:36:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.227s coverage: 78.3% of statements 18:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.636s coverage: 94.2% of statements 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:36:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.177s coverage: 58.8% of statements 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:36:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.097s coverage: 0.1% of statements 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements 18:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.160s coverage: 75.5% of statements 18:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.199s coverage: 80.8% of statements 18:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements 18:36:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.2% of statements 18:36:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 100.0% of statements 18:36:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:36:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.591s coverage: 63.5% of statements 18:36:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:36:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:36:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.083s coverage: 100.0% of statements 18:36:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 18:36:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 18:36:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements 18:36:33 00ac8860ef70: Pull complete 18:36:34 63d7cb157983: Pull complete 18:36:34 b116817d02f9: Pull complete 18:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.720s coverage: 55.9% of statements 18:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 18:36:38 745a02a5169b: Pull complete 18:36:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:36:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:36:38 ---> b7e6874047d6 18:36:38 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 18:36:42 ---> Running in de4271b2a2fa 18:36:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:44 (1/12) Installing libmagic (5.38-r0) 18:36:45 (2/12) Installing file (5.38-r0) 18:36:45 (3/12) Installing libc-dev (0.7.2-r3) 18:36:45 (4/12) Installing g++ (9.3.0-r2) 18:36:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.523s coverage: 86.3% of statements 18:36:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 18:36:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.162s coverage: 72.2% of statements 18:36:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.967s coverage: 72.1% of statements 18:36:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.077s coverage: 82.4% of statements 18:36:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.057s coverage: 48.4% of statements 18:36:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 18:36:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 18:36:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 18:36:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.046s coverage: 28.8% of statements 18:36:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 18:36:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements 18:36:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 18:36:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.225s coverage: 37.2% of statements 18:36:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:36:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:36:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.725s coverage: 84.0% of statements 18:36:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.161s coverage: 100.0% of statements 18:36:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.403s coverage: 47.1% of statements 18:36:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:36:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:36:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.086s coverage: 100.0% of statements 18:36:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:36:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:36:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:36:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.096s coverage: 100.0% of statements 18:36:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:36:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.131s coverage: 100.0% of statements 18:36:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:36:50 (5/12) Installing fortify-headers (1.1-r0) 18:36:50 (6/12) Installing patch (2.7.6-r6) 18:36:50 (7/12) Installing build-base (0.5-r2) 18:36:50 (8/12) Installing libsodium (1.0.18-r0) 18:36:50 (9/12) Installing pkgconf (1.7.2-r0) 18:36:50 (10/12) Installing libsodium-dev (1.0.18-r0) 18:36:50 (11/12) Installing libzmq (4.3.3-r0) 18:36:51 (12/12) Installing zeromq-dev (4.3.3-r0) 18:36:51 Executing busybox-1.31.1-r19.trigger 18:36:51 OK: 217 MiB in 51 packages 18:36:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.499s coverage: 29.1% of statements 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:36:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.262s coverage: 99.0% of statements 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:36:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.131s coverage: 100.0% of statements 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:36:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:36:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:36:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.353s coverage: 87.9% of statements 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:36:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:36:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 18:36:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.189s coverage: 32.1% of statements 18:36:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.131s coverage: 100.0% of statements 18:36:55 GO111MODULE=on go vet ./... 18:36:55 Removing intermediate container de4271b2a2fa 18:36:55 ---> 7d976c864790 18:36:55 Step 4/7 : WORKDIR /edgex-go 18:36:55 ---> Running in f030a748db26 18:36:55 Removing intermediate container f030a748db26 18:36:55 ---> f4eff56dde04 18:36:55 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:36:56 latest: Pulling from library/docker 18:36:56 5f621e34cdf4: Already exists 18:36:56 85db56a05063: Pulling fs layer 18:36:56 ccb67d6aeaaa: Pulling fs layer 18:36:56 de930078acea: Pulling fs layer 18:36:56 d5a9d88a4785: Pulling fs layer 18:36:56 e7f15c1544d5: Pulling fs layer 18:36:56 877c515997d3: Pulling fs layer 18:36:56 877c515997d3: Waiting 18:36:56 ccb67d6aeaaa: Verifying Checksum 18:36:56 ccb67d6aeaaa: Download complete 18:36:56 85db56a05063: Verifying Checksum 18:36:56 85db56a05063: Download complete 18:36:56 d5a9d88a4785: Verifying Checksum 18:36:56 d5a9d88a4785: Download complete 18:36:57 e7f15c1544d5: Verifying Checksum 18:36:57 e7f15c1544d5: Download complete 18:36:57 877c515997d3: Verifying Checksum 18:36:57 877c515997d3: Download complete 18:36:57 85db56a05063: Pull complete 18:36:58 ccb67d6aeaaa: Pull complete 18:36:58 de930078acea: Verifying Checksum 18:36:58 de930078acea: Download complete 18:37:01 de930078acea: Pull complete 18:37:01 d5a9d88a4785: Pull complete 18:37:01 e7f15c1544d5: Pull complete 18:37:02 877c515997d3: Pull complete 18:37:02 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 18:37:02 Status: Downloaded newer image for docker:latest 18:37:05 ---> 52b14e4d397e 18:37:05 Step 6/7 : COPY go.mod . 18:37:06 ---> 761c4f53b30f 18:37:06 Step 7/7 : RUN go mod download 18:37:06 ---> Running in f14085108ac0 18:37:33 Removing intermediate container f14085108ac0 18:37:33 ---> 57556b77a651 18:37:33 Successfully built 57556b77a651 18:37:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:37:33 + docker inspect -f . ci-base-image-arm64 18:37:33 . [Pipeline] withDockerContainer 18:37:33 prd-ubuntu18.04-docker-arm64-4c-16g-14928 does not seem to be running inside a container 18:37:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:37:35 $ docker top e472e5da2daf7ad75d03625ead9bbe4d5470f8ae86f6c258bd3ca09656858b28 -eo pid,comm [Pipeline] { [Pipeline] sh 18:37:36 + go version 18:37:36 go version go1.15.5 linux/arm64 [Pipeline] } 18:37:36 $ docker stop --time=1 e472e5da2daf7ad75d03625ead9bbe4d5470f8ae86f6c258bd3ca09656858b28 18:37:38 $ docker rm -f e472e5da2daf7ad75d03625ead9bbe4d5470f8ae86f6c258bd3ca09656858b28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:39 + docker inspect -f . ci-base-image-arm64 18:37:39 . [Pipeline] withDockerContainer 18:37:39 prd-ubuntu18.04-docker-arm64-4c-16g-14928 does not seem to be running inside a container 18:37:40 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:37:41 $ docker top 6ad339199bc0e469da2fd2753627e1f7d62f1b11de9efdb55c12d04e10ce51d3 -eo pid,comm [Pipeline] { [Pipeline] echo 18:37:41 ========================================================= 18:37:41 [edgeXBuildGoParallel] Running Tests and Build... 18:37:41 ========================================================= [Pipeline] sh 18:37:42 + make test 18:37:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:37:52 gofmt -l . 18:37:52 [ "`gofmt -l .`" = "" ] 18:37:53 ./bin/test-go-mod-tidy.sh 18:37:55 ./bin/test-attribution-txt.sh [Pipeline] sh 18:38:00 + ls -al . 18:38:00 total 656 18:38:00 drwxrwxr-x 10 1001 1001 4096 Dec 7 18:37 . 18:38:00 drwxr-xr-x 4 root root 30 Dec 7 18:34 .. 18:38:00 -rw-rw-r-- 1 1001 1001 11 Dec 7 18:32 .dockerignore 18:38:00 drwxrwxr-x 8 1001 1001 179 Dec 7 18:32 .git 18:38:00 drwxrwxr-x 3 1001 1001 125 Dec 7 18:32 .github 18:38:00 -rw-rw-r-- 1 1001 1001 943 Dec 7 18:32 .gitignore 18:38:00 drwx------ 3 1001 1001 47 Dec 7 18:33 .semver 18:38:00 -rw-rw-r-- 1 1001 1001 166 Dec 7 18:32 .sonarcloud.properties 18:38:00 -rw-rw-r-- 1 1001 1001 3804 Dec 7 18:32 CONTRIBUTING.md 18:38:00 -rw-rw-r-- 1 1001 1001 1035 Dec 7 18:32 Dockerfile.build 18:38:00 -rw-rw-r-- 1 1001 1001 943 Dec 7 18:32 Jenkinsfile 18:38:00 -rw-rw-r-- 1 1001 1001 10775 Dec 7 18:32 LICENSE 18:38:00 -rw-rw-r-- 1 1001 1001 6318 Dec 7 18:32 Makefile 18:38:00 -rw-rw-r-- 1 1001 1001 6447 Dec 7 18:32 README.md 18:38:00 -rw-rw-r-- 1 1001 1001 7286 Dec 7 18:32 SECURITY.md 18:38:00 -rw-rw-r-- 1 1001 1001 5 Dec 7 18:33 VERSION 18:38:00 -rw-rw-r-- 1 1001 1001 4131 Dec 7 18:32 ZMQWindows.md 18:38:00 drwxrwxr-x 2 1001 1001 117 Dec 7 18:32 bin 18:38:00 drwxrwxr-x 15 1001 1001 4096 Dec 7 18:32 cmd 18:38:00 -rw-r--r-- 1 root root 560155 Dec 7 18:36 coverage.out 18:38:00 -rw-r--r-- 1 root root 1041 Dec 7 18:37 go.mod 18:38:00 -rw-r--r-- 1 root root 18856 Dec 7 18:37 go.sum 18:38:00 drwxrwxr-x 8 1001 1001 127 Dec 7 18:32 internal 18:38:00 drwxrwxr-x 4 1001 1001 26 Dec 7 18:32 openapi 18:38:00 drwxrwxr-x 4 1001 1001 71 Dec 7 18:32 snap 18:38:00 -rw-rw-r-- 1 1001 1001 168 Dec 7 18:32 version.go [Pipeline] sh 18:38:01 + '[' -e coverage.out ] 18:38:01 + chown 1001:1001 coverage.out [Pipeline] stash 18:38:01 Stashed 1 file(s) [Pipeline] sh 18:38:01 + make build 18:38:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:38:04 ? github.com/edgexfoundry/edgex-go [no test files] 18:38:08 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 18:38:24 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 18:38:25 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 18:38:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:38:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:38:31 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 18:38:34 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 18:38:36 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 18:38:38 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 18:38: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 18:38: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 18:38:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:38:46 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] } 18:38:48 $ docker stop --time=1 21096d0b1bba3a0ba8e247d656f67b45d11abd984776e9bf3d95d95eee3ebca7 18:38:50 $ docker rm -f 21096d0b1bba3a0ba8e247d656f67b45d11abd984776e9bf3d95d95eee3ebca7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:38:54 18:38:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:38:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:38:54 latest: Pulling from edgex-devops/edgex-compose 18:38:54 cbdbe7a5bc2a: Pulling fs layer 18:38:54 ca9280d653b3: Pulling fs layer 18:38:54 7e9c9ca2126c: Pulling fs layer 18:38:54 cbdbe7a5bc2a: Verifying Checksum 18:38:54 cbdbe7a5bc2a: Download complete 18:38:55 cbdbe7a5bc2a: Pull complete 18:38:56 ca9280d653b3: Verifying Checksum 18:38:56 ca9280d653b3: Download complete 18:38:58 7e9c9ca2126c: Verifying Checksum 18:38:58 7e9c9ca2126c: Download complete 18:38:58 ca9280d653b3: Pull complete 18:39:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:39:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:39:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:39:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:39:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:39:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:39:08 7e9c9ca2126c: Pull complete 18:39:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:39:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:39:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:39:08 prd-centos7-docker-4c-2g-14927 does not seem to be running inside a container 18:39:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:39:09 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.053s 18:39:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:39:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:39:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:39:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:39:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:39:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:39:11 $ docker top c7b53f01cb1e56354f7256958986573118848473db015fde1a0a44a55d7d2c09 -eo pid,comm [Pipeline] { [Pipeline] sh 18:39:12 + grep parallel 18:39:12 + docker-compose build --help 18:39:14 --parallel Build images in parallel. [Pipeline] } 18:39:14 $ docker stop --time=1 c7b53f01cb1e56354f7256958986573118848473db015fde1a0a44a55d7d2c09 18:39:16 $ docker rm -f c7b53f01cb1e56354f7256958986573118848473db015fde1a0a44a55d7d2c09 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:39:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:39:16 . [Pipeline] withDockerContainer 18:39:17 prd-centos7-docker-4c-2g-14927 does not seem to be running inside a container 18:39:17 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:39:18 $ docker top a42eb864f61d0bbc4de9a73bbf9ae8d7d6dbe378f569bda680e96a80328dfab9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:39:19 + docker-compose -f ./docker-compose-build.yml build --parallel 18:39:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.276s coverage: 46.6% of statements 18:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:39:21 Building docker-core-command-go ... 18:39:21 Building docker-core-data-go ... 18:39:21 Building docker-core-metadata-go ... 18:39:21 Building docker-security-bootstrap-redis-go ... 18:39:21 Building docker-security-proxy-setup-go ... 18:39:21 Building docker-security-secrets-setup-go ... 18:39:21 Building docker-security-secretstore-setup-go ... 18:39:21 Building docker-support-notifications-go ... 18:39:21 Building docker-support-scheduler-go ... 18:39:21 Building docker-sys-mgmt-agent-go ... 18:39:21 Building docker-core-metadata-go 18:39:21 Building docker-sys-mgmt-agent-go 18:39:21 Building docker-core-command-go 18:39:21 Building docker-security-bootstrap-redis-go 18:39:21 Building docker-support-notifications-go 18:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.477s coverage: 27.1% of statements 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.125s coverage: 100.0% of statements 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.573s coverage: 68.5% of statements 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.687s coverage: 82.3% of statements 18:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.202s coverage: 28.6% of statements 18:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.139s coverage: 100.0% of statements 18:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.112s coverage: 100.0% of statements 18:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:39:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.265s coverage: 86.7% of statements 18:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.397s coverage: 97.5% of statements 18:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements 18:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.091s coverage: 94.2% of statements 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:39:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.088s coverage: 58.8% of statements 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:39:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.142s coverage: 0.1% of statements 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.132s coverage: 75.5% of statements 18:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 18:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.174s coverage: 87.2% of statements 18:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.160s coverage: 84.2% of statements 18:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.066s coverage: 100.0% of statements 18:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.691s coverage: 63.5% of statements 18:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 18:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 18:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 18:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 18:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements 18:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.762s coverage: 55.9% of statements 18:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 18:40:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:40:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:40:18 ---> 64df8caef132 18:40:18 Step 3/22 : WORKDIR /edgex-go 18:40:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 18:40:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:40:18 ---> 64df8caef132 18:40:18 Step 3/24 : WORKDIR /edgex-go 18:40:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:40:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:40:18 ---> 64df8caef132 18:40:18 Step 3/22 : WORKDIR /edgex-go 18:40:18 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 18:40:18 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:40:18 ---> 64df8caef132 18:40:18 Step 3/27 : WORKDIR /edgex-go 18:40:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:40:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:40:18 ---> 64df8caef132 18:40:18 Step 3/22 : WORKDIR /edgex-go 18:40:18 ---> Running in 7798217e1175 18:40:18 ---> Running in 159b6114e146 18:40:18 ---> Running in 3691fa104973 18:40:18 ---> Running in a81dc6cd65c3 18:40:18 ---> Running in 57ea4a10b184 18:40:18 Removing intermediate container 159b6114e146 18:40:18 ---> a7f524dbab67 18:40:18 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:18 Removing intermediate container 3691fa104973 18:40:18 ---> f91797b70c59 18:40:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:18 Removing intermediate container a81dc6cd65c3 18:40:18 ---> 4714bdb0097e 18:40:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:18 Removing intermediate container 7798217e1175 18:40:18 ---> 73d97cc0e74b 18:40:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:18 Removing intermediate container 57ea4a10b184 18:40:18 ---> 3eb19a3c6578 18:40:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:18 ---> Running in d4f282b5fdac 18:40:18 ---> Running in b5e3c7c06b84 18:40:18 ---> Running in 725dfd0b0abb 18:40:18 ---> Running in 2f8c9f4303dc 18:40:18 ---> Running in 0422fef9260b 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 28.073s coverage: 86.3% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.391s coverage: 72.2% of statements 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.555s coverage: 72.1% of statements 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.080s coverage: 82.4% of statements 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.089s coverage: 48.4% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.074s coverage: 28.8% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.079s coverage: 96.8% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.380s coverage: 37.2% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.485s coverage: 84.0% of statements 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.101s coverage: 100.0% of statements 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.361s coverage: 47.1% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.736s coverage: 29.1% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:40:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.102s coverage: 100.0% of statements 18:40:20 Removing intermediate container 725dfd0b0abb 18:40:20 ---> c01dee65558a 18:40:20 Step 5/22 : RUN apk update && apk add make git 18:40:21 Removing intermediate container d4f282b5fdac 18:40:21 ---> e4a1de338f3f 18:40:21 Step 5/27 : RUN apk update && apk add make bash git 18:40:21 Removing intermediate container b5e3c7c06b84 18:40:21 ---> cc68c4c0e09f 18:40:21 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 18:40:21 ---> Running in a7fd5b999871 18:40:21 ---> Running in 1d600587684a 18:40:21 ---> Running in d1e7f2987922 18:40:21 Removing intermediate container 0422fef9260b 18:40:21 ---> 7deb330d6477 18:40:21 Step 5/22 : RUN apk update && apk add make git 18:40:21 Removing intermediate container 2f8c9f4303dc 18:40:21 ---> 58f90c417b3c 18:40:21 Step 5/22 : RUN apk update && apk add make git 18:40:21 ---> Running in 25ef2d70376b 18:40:21 ---> Running in ebc3f0090867 18:40:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 18:40:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 18:40:22 GO111MODULE=on go vet ./... 18:40:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:24 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:40:24 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:40:24 OK: 12745 distinct packages available 18:40:24 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:40:24 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:40:24 OK: 12745 distinct packages available 18:40:24 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:40:24 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:40:24 OK: 12745 distinct packages available 18:40:24 OK: 233 MiB in 51 packages 18:40:24 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:40:24 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:40:24 OK: 12745 distinct packages available 18:40:24 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:40:24 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:40:24 OK: 12745 distinct packages available 18:40:25 OK: 233 MiB in 51 packages 18:40:25 OK: 233 MiB in 51 packages 18:40:25 OK: 233 MiB in 51 packages 18:40:25 OK: 233 MiB in 51 packages 18:40:26 Removing intermediate container a7fd5b999871 18:40:26 ---> 54e457238135 18:40:26 Step 6/22 : COPY go.mod . 18:40:26 Removing intermediate container d1e7f2987922 18:40:26 ---> 5374c62b6681 18:40:26 Step 6/24 : COPY go.mod . 18:40:26 Removing intermediate container 1d600587684a 18:40:26 ---> cba48685e548 18:40:26 Step 6/27 : COPY go.mod . 18:40:27 Removing intermediate container 25ef2d70376b 18:40:27 ---> 1a3a617ffc11 18:40:27 Step 6/22 : COPY go.mod . 18:40:27 Removing intermediate container ebc3f0090867 18:40:27 ---> b9e78895dcdf 18:40:27 Step 6/22 : COPY go.mod . 18:40:27 ---> 3b4bda4b494a 18:40:27 Step 7/22 : RUN go mod download 18:40:27 ---> bd17c6df248d 18:40:27 Step 7/27 : RUN go mod download 18:40:27 ---> 09eb9bb0899b 18:40:27 Step 7/24 : RUN go mod download 18:40:27 ---> Running in 58aa117cf301 18:40:27 ---> Running in 8daf2c48d017 18:40:27 ---> Running in e77f5e5ddcb9 18:40:27 ---> efa4af6c7545 18:40:27 Step 7/22 : RUN go mod download 18:40:27 ---> 5cb1e6e9fe2b 18:40:27 Step 7/22 : RUN go mod download 18:40:28 ---> Running in 5ba79424a4d0 18:40:28 ---> Running in 0fe7fea641f8 18:40:31 Removing intermediate container 0fe7fea641f8 18:40:31 ---> 67395979a53f 18:40:31 Step 8/22 : COPY . . 18:40:31 Removing intermediate container 58aa117cf301 18:40:31 ---> 2925987d8b12 18:40:31 Step 8/24 : COPY . . 18:40:31 Removing intermediate container 8daf2c48d017 18:40:31 ---> d10e79ee9ab1 18:40:31 Step 8/22 : COPY . . 18:40:32 Removing intermediate container 5ba79424a4d0 18:40:32 ---> 948df145b96e 18:40:32 Step 8/22 : COPY . . 18:40:32 Removing intermediate container e77f5e5ddcb9 18:40:32 ---> 6700c13a5b35 18:40:32 Step 8/27 : COPY . . 18:41:30 gofmt -l . 18:41:32 [ "`gofmt -l .`" = "" ] 18:41:35 ./bin/test-go-mod-tidy.sh 18:41:35 ./bin/test-attribution-txt.sh [Pipeline] sh 18:41:40 + ls -al . 18:41:40 total 684 18:41:40 drwxrwxr-x 9 1001 1001 4096 Dec 7 18:41 . 18:41:40 drwxr-xr-x 4 root root 4096 Dec 7 18:37 .. 18:41:40 -rw-rw-r-- 1 1001 1001 11 Dec 7 18:36 .dockerignore 18:41:40 drwxrwxr-x 8 1001 1001 4096 Dec 7 18:36 .git 18:41:40 drwxrwxr-x 3 1001 1001 4096 Dec 7 18:36 .github 18:41:40 -rw-rw-r-- 1 1001 1001 943 Dec 7 18:36 .gitignore 18:41:40 -rw-rw-r-- 1 1001 1001 166 Dec 7 18:36 .sonarcloud.properties 18:41:40 -rw-rw-r-- 1 1001 1001 3804 Dec 7 18:36 CONTRIBUTING.md 18:41:40 -rw-rw-r-- 1 1001 1001 1035 Dec 7 18:36 Dockerfile.build 18:41:40 -rw-rw-r-- 1 1001 1001 943 Dec 7 18:36 Jenkinsfile 18:41:40 -rw-rw-r-- 1 1001 1001 10775 Dec 7 18:36 LICENSE 18:41:40 -rw-rw-r-- 1 1001 1001 6318 Dec 7 18:36 Makefile 18:41:40 -rw-rw-r-- 1 1001 1001 6447 Dec 7 18:36 README.md 18:41:40 -rw-rw-r-- 1 1001 1001 7286 Dec 7 18:36 SECURITY.md 18:41:40 -rw-rw-r-- 1 1001 1001 5 Dec 7 18:33 VERSION 18:41:40 -rw-rw-r-- 1 1001 1001 4131 Dec 7 18:36 ZMQWindows.md 18:41:40 drwxrwxr-x 2 1001 1001 4096 Dec 7 18:36 bin 18:41:40 drwxrwxr-x 15 1001 1001 4096 Dec 7 18:36 cmd 18:41:40 -rw-r--r-- 1 root root 560155 Dec 7 18:40 coverage.out 18:41:40 -rw-r--r-- 1 root root 1041 Dec 7 18:41 go.mod 18:41:40 -rw-r--r-- 1 root root 18856 Dec 7 18:41 go.sum 18:41:40 drwxrwxr-x 8 1001 1001 4096 Dec 7 18:36 internal 18:41:40 drwxrwxr-x 4 1001 1001 4096 Dec 7 18:36 openapi 18:41:40 drwxrwxr-x 4 1001 1001 4096 Dec 7 18:36 snap 18:41:40 -rw-rw-r-- 1 1001 1001 168 Dec 7 18:36 version.go [Pipeline] sh 18:41:41 + '[' -e coverage.out ] 18:41:41 + chown 1001:1001 coverage.out [Pipeline] stash 18:41:41 Warning: overwriting stash ‘coverage-report’ 18:41:41 ---> bb6ecb1e2c18 18:41:41 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 18:41:41 ---> 00d03b69e7f7 18:41:41 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:41:41 ---> 9ddca630f329 18:41:41 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:41:41 ---> 185cf86fe84c 18:41:41 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:41:41 ---> 2c578e3212f3 18:41:41 Step 9/22 : RUN make cmd/core-command/core-command 18:41:41 ---> Running in 9aae57d36a95 18:41:41 ---> Running in 1d4351c9ad75 18:41:41 ---> Running in 50090bcd973c 18:41:41 ---> Running in d486e01a9974 18:41:41 ---> Running in 56470e817cad 18:41:41 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 18:41:41 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 18:41:41 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 18:41:41 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 18:41:41 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 18:41:42 Stashed 1 file(s) [Pipeline] sh 18:41:43 + make build 18:41:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:41:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:42:22 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 18:42:24 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 18:42:29 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 18:42:30 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 18:42:35 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 18:42:39 Removing intermediate container 56470e817cad 18:42:39 ---> 1f2f0b3700ea 18:42:39 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:42:39 Removing intermediate container 50090bcd973c 18:42:39 ---> f78580093f28 18:42:39 18:42:39 Step 10/22 : FROM alpine:3.10 18:42:39 ---> Running in 356e38efc06a 18:42:39 3.10: Pulling from library/alpine 18:42:39 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 18:42:39 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 18:42:39 Status: Downloaded newer image for alpine:3.10 18:42:39 ---> be4e4bea2c2e 18:42:39 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:42:39 ---> Running in d38241fbe5a4 18:42:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 18:42:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 18:42:39 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:42:39 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:42:39 OK: 10348 distinct packages available 18:42:39 (1/5) Installing ca-certificates (20191127-r2) 18:42:39 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:42:39 (3/5) Installing libcurl (7.66.0-r1) 18:42:39 (4/5) Installing curl (7.66.0-r1) 18:42:39 (5/5) Installing dumb-init (1.2.2-r1) 18:42:39 Executing busybox-1.30.1-r3.trigger 18:42:39 Executing ca-certificates-20191127-r2.trigger 18:42:39 OK: 7 MiB in 19 packages 18:42:39 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 18:42:40 Removing intermediate container 1d4351c9ad75 18:42:40 ---> 615bf20e507f 18:42:40 18:42:40 Step 10/24 : FROM scratch 18:42:40 ---> 18:42:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:42:41 Removing intermediate container 9aae57d36a95 18:42:41 ---> ea4d52efd1bb 18:42:41 18:42:41 Step 10/22 : FROM scratch 18:42:41 ---> 18:42:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:42:41 Removing intermediate container 356e38efc06a 18:42:41 ---> 980bb17a701c 18:42:41 18:42:41 Step 11/27 : FROM docker:latest 18:42:41 ---> b0757c55a1fd 18:42:41 Step 12/27 : RUN apk add --no-cache bash 18:42:41 ---> Running in 539e0edff4d0 18:42:41 ---> Running in 996c44bc105e 18:42:41 Removing intermediate container d38241fbe5a4 18:42:41 ---> 3f936b670556 18:42:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:42:42 ---> Running in 1929bdee7349 18:42:43 ---> Running in 29160310581d 18:42:43 Removing intermediate container 539e0edff4d0 18:42:43 ---> df0064cf7b59 18:42:43 Step 12/22 : ENV APP_PORT=48082 18:42:43 Removing intermediate container 996c44bc105e 18:42:43 ---> 4580b5fc94d2 18:42:43 Step 12/24 : ENV APP_PORT=48060 18:42:44 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 18:42:44 ---> Running in 43bb17f3cfdf 18:42:44 ---> Running in 97d56e3aeeed 18:42:44 Removing intermediate container 29160310581d 18:42:44 ---> 8989790c3d0c 18:42:44 Step 13/22 : WORKDIR / 18:42:45 Removing intermediate container d486e01a9974 18:42:45 ---> 14e2d91d0e0b 18:42:45 18:42:45 Step 10/22 : FROM scratch 18:42:45 ---> 18:42:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:42:45 ---> Using cache 18:42:45 ---> df0064cf7b59 18:42:45 Step 12/22 : ENV APP_PORT=48081 18:42:45 ---> Running in 89f9e4e4d696 18:42:45 Removing intermediate container 97d56e3aeeed 18:42:45 ---> 84141a590dbb 18:42:45 Step 13/24 : EXPOSE $APP_PORT 18:42:45 Removing intermediate container 43bb17f3cfdf 18:42:45 ---> e61f07624417 18:42:45 Step 13/22 : EXPOSE $APP_PORT 18:42:45 ---> Running in 79679dd5f599 18:42:45 ---> Running in 69e5f4602310 18:42:46 ---> Running in b277ca46b382 18:42:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:42:46 Removing intermediate container 89f9e4e4d696 18:42:46 ---> 5967c3a83a37 18:42:46 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 18:42:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:42:46 Removing intermediate container 79679dd5f599 18:42:46 ---> 2d98e5f18a97 18:42:46 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:42:46 Removing intermediate container 69e5f4602310 18:42:46 ---> 9990915639d8 18:42:46 Step 13/22 : EXPOSE $APP_PORT 18:42:46 Removing intermediate container b277ca46b382 18:42:46 ---> 92af965dade1 18:42:46 Step 14/22 : WORKDIR / 18:42:46 ---> Running in 36a7c40fa44b 18:42:46 ---> Running in 7ba47bd4b325 18:42:46 (1/2) Installing readline (8.0.4-r0) 18:42:46 (2/2) Installing bash (5.0.17-r0) 18:42:46 Executing bash-5.0.17-r0.post-install 18:42:46 Executing busybox-1.31.1-r19.trigger 18:42:46 OK: 12 MiB in 22 packages 18:42:46 ---> 782246f5aa78 18:42:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:42:46 ---> 329574671b1c 18:42:46 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:42:47 Removing intermediate container 7ba47bd4b325 18:42:47 ---> f3c22b7fd0ce 18:42:47 Step 14/22 : WORKDIR / 18:42:47 Removing intermediate container 36a7c40fa44b 18:42:47 ---> 4d1d45e426d1 18:42:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:42:47 ---> Running in a2be0029bc24 18:42:48 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 18:42:48 Removing intermediate container a2be0029bc24 18:42:48 ---> 15f07f59f3e9 18:42:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:42:48 ---> 43fbbbbed913 18:42:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:42:48 ---> 6930e8d5cac1 18:42:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:42:49 ---> 1bc9e2a0ebe8 18:42:49 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:42:49 ---> 3d6e52761df3 18:42:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:42:49 Removing intermediate container 1929bdee7349 18:42:49 ---> 59b9095a9882 18:42:49 Step 13/27 : RUN rm -rf /var/cache/apk/* 18:42:49 ---> Running in da69cf12f5bb 18:42:50 ---> 516ee8e45f8e 18:42:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:42:50 ---> 8af7206c70da 18:42:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:42:50 ---> 1820d80af359 18:42:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:42:51 ---> 2e760dfd5839 18:42:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:42:51 ---> 0887d0d4a469 18:42:51 Step 18/22 : RUN chmod +x entrypoint.sh 18:42:51 ---> 57085eba5370 18:42:51 Step 18/22 : ENTRYPOINT ["/core-command"] 18:42:51 ---> 2daaf2849c26 18:42:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:42:51 ---> Running in d46aa6d339b4 18:42:51 ---> Running in 83e39bb645e5 18:42:52 ---> ebfb8455e4e9 18:42:52 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:42:52 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 18:42:52 ---> Running in 6f4e8df09d61 18:42:52 Removing intermediate container 83e39bb645e5 18:42:52 ---> dd12a428fb65 18:42:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:42:53 ---> Running in e83f01aa7ba9 18:42:53 ---> 3dde30e0aaf0 18:42:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:42:53 Removing intermediate container 6f4e8df09d61 18:42:53 ---> 408caa9f07eb 18:42:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:42:53 Removing intermediate container da69cf12f5bb 18:42:53 ---> 5aaed7ed534b 18:42:53 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:42:54 ---> Running in d8a5598022d1 18:42:54 ---> Running in ff5464fb2289 18:42:54 Removing intermediate container e83f01aa7ba9 18:42:54 ---> 146b4ccccd68 18:42:54 Step 20/22 : LABEL arch=x86_64 18:42:54 ---> Running in 71abb79419d5 18:42:54 ---> 71ae4eb44e84 18:42:54 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:42:54 Removing intermediate container d8a5598022d1 18:42:54 ---> 343d4c965fb3 18:42:54 Step 15/27 : ENV APP_PORT=48090 18:42:54 Removing intermediate container ff5464fb2289 18:42:54 ---> f82e931ab871 18:42:54 Step 20/22 : LABEL arch=x86_64 18:42:55 Removing intermediate container d46aa6d339b4 18:42:55 ---> c61f2e3d0eb5 18:42:55 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:42:55 ---> Running in 9333575aa6bb 18:42:55 ---> Running in c7441df32d55 18:42:55 ---> Running in 377038056a23 18:42:55 ---> Running in 593593a221f0 18:42:55 Removing intermediate container 71abb79419d5 18:42:55 ---> eef0f4963cd3 18:42:55 Step 21/22 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:42:55 ---> Running in a73b85af1c35 18:42:55 Removing intermediate container 9333575aa6bb 18:42:55 ---> 0befdbca25c7 18:42:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:42:55 Removing intermediate container 377038056a23 18:42:55 ---> cbce01a237ac 18:42:55 Step 21/22 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:42:55 Removing intermediate container c7441df32d55 18:42:55 ---> ac2bf895989e 18:42:55 Step 16/27 : EXPOSE $APP_PORT 18:42:55 Removing intermediate container 593593a221f0 18:42:55 ---> dc64175d1bb6 18:42:55 Step 20/22 : LABEL arch=x86_64 18:42:55 ---> Running in e181c9e5a9fa 18:42:55 ---> Running in d3534a8f6aa3 18:42:55 ---> Running in 3fcf52c93bb5 18:42:55 Removing intermediate container a73b85af1c35 18:42:55 ---> 7e1f1424ec9f 18:42:55 Step 22/22 : LABEL version=0.0.0 18:42:55 ---> Running in 403c56062a7b 18:42:56 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 18:42:56 ---> Running in 33b130f2ad53 18:42:56 Removing intermediate container d3534a8f6aa3 18:42:56 ---> a073c5137402 18:42:56 Step 22/22 : LABEL version=0.0.0 18:42:56 Removing intermediate container e181c9e5a9fa 18:42:56 ---> 8822bdb58d91 18:42:56 Step 22/24 : LABEL arch=x86_64 18:42:56 Removing intermediate container 3fcf52c93bb5 18:42:56 ---> 7ff2aa5f6374 18:42:56 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:42:56 Removing intermediate container 403c56062a7b 18:42:56 ---> 68277b432ce7 18:42:56 Step 21/22 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:42:56 ---> Running in 529de613c0c8 18:42:56 ---> Running in f45873f72b55 18:42:56 ---> Running in 40812b718e6e 18:42:56 Removing intermediate container 33b130f2ad53 18:42:56 ---> 01c523e0b016 18:42:56 18:42:57 Removing intermediate container f45873f72b55 18:42:57 ---> fa496a6f0c8c 18:42:57 Step 23/24 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:42:57 Removing intermediate container 40812b718e6e 18:42:57 ---> ca13635fbdc4 18:42:57 Step 22/22 : LABEL version=0.0.0 18:42:57 Successfully built 01c523e0b016 18:42:57 Removing intermediate container 529de613c0c8 18:42:57 ---> 134916cbb706 18:42:57 18:42:57 Successfully tagged docker-core-command-go:latest 18:42:57 Building docker-core-data-go 18:42:57  Building docker-core-command-go ... done  ---> Running in 61f4e2dc870a 18:42:57 ---> Running in 1835ca1abf4c 18:42:57 ---> a526a7115a58 18:42:57 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:42:57 Successfully built 134916cbb706 18:42:57 Successfully tagged docker-core-metadata-go:latest 18:42:57  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go 18:42:57 Removing intermediate container 61f4e2dc870a 18:42:57 ---> c2a1ce67208b 18:42:57 Step 24/24 : LABEL version=0.0.0 18:42:57 Removing intermediate container 1835ca1abf4c 18:42:57 ---> 37596a878cda 18:42:57 18:42:58 ---> Running in b4b531502195 18:42:58 Successfully built 37596a878cda 18:42:58 Successfully tagged docker-security-bootstrap-redis-go:latest 18:42:58 Building docker-support-scheduler-go 18:42:58  Building docker-security-bootstrap-redis-go ... done  ---> 094120b435bc 18:42:58 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:42:58 Removing intermediate container b4b531502195 18:42:58 ---> dc5f3a6fd0ad 18:42:58 18:42:58 Successfully built dc5f3a6fd0ad 18:42:58 Successfully tagged docker-support-notifications-go:latest 18:42:58 Building docker-security-secretstore-setup-go 18:42:59  Building docker-support-notifications-go ... done  ---> fec4a7ce6fa3 18:42:59 Step 20/27 : RUN apk --no-cache add py3-pip 18:42:59 ---> Running in aaeed73d38d2 18:42:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:43:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:43:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:43:01 (1/33) Installing libbz2 (1.0.8-r1) 18:43:01 (2/33) Installing expat (2.2.9-r1) 18:43:01 (3/33) Installing libffi (3.3-r2) 18:43:01 (4/33) Installing gdbm (1.13-r1) 18:43:01 (5/33) Installing xz-libs (5.2.5-r0) 18:43:01 (6/33) Installing sqlite-libs (3.32.1-r0) 18:43:01 (7/33) Installing python3 (3.8.5-r0) [Pipeline] } 18:43:03 $ docker stop --time=1 6ad339199bc0e469da2fd2753627e1f7d62f1b11de9efdb55c12d04e10ce51d3 18:43:05 $ docker rm -f 6ad339199bc0e469da2fd2753627e1f7d62f1b11de9efdb55c12d04e10ce51d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:43:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:43:07 18:43:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:43:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:43:08 latest: Pulling from edgex-devops/edgex-compose-arm64 18:43:08 29e5d40040c1: Pulling fs layer 18:43:08 1ce36da41761: Pulling fs layer 18:43:08 25b303627fd3: Pulling fs layer 18:43:08 (8/33) Installing py3-appdirs (1.4.4-r1) 18:43:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:43:08 (10/33) Installing py3-parsing (2.4.7-r0) 18:43:08 (11/33) Installing py3-six (1.15.0-r0) 18:43:08 (12/33) Installing py3-packaging (20.4-r0) 18:43:08 (13/33) Installing py3-setuptools (47.0.0-r0) 18:43:08 (14/33) Installing py3-chardet (3.0.4-r4) 18:43:08 (15/33) Installing py3-idna (2.9-r0) 18:43:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:43:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:43:08 (18/33) Installing py3-requests (2.23.0-r0) 18:43:08 (19/33) Installing py3-msgpack (1.0.0-r0) 18:43:08 29e5d40040c1: Verifying Checksum 18:43:08 29e5d40040c1: Download complete 18:43:09 (20/33) Installing py3-lockfile (0.12.2-r3) 18:43:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:43:09 1ce36da41761: Verifying Checksum 18:43:09 1ce36da41761: Download complete 18:43:09 29e5d40040c1: Pull complete 18:43:09 (22/33) Installing py3-colorama (0.4.3-r0) 18:43:09 (23/33) Installing py3-distlib (0.3.0-r0) 18:43:10 (24/33) Installing py3-distro (1.5.0-r1) 18:43:10 (25/33) Installing py3-webencodings (0.5.1-r3) 18:43:10 (26/33) Installing py3-html5lib (1.0.1-r4) 18:43:10 (27/33) Installing py3-pytoml (0.1.21-r0) 18:43:10 1ce36da41761: Pull complete 18:43:10 25b303627fd3: Verifying Checksum 18:43:10 25b303627fd3: Download complete 18:43:11 (28/33) Installing py3-pep517 (0.8.2-r0) 18:43:11 (29/33) Installing py3-progress (1.5-r0) 18:43:11 (30/33) Installing py3-toml (0.10.1-r0) 18:43:11 (31/33) Installing py3-retrying (1.3.3-r0) 18:43:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:43:11 (33/33) Installing py3-pip (20.1.1-r0) 18:43:11 Executing busybox-1.31.1-r19.trigger 18:43:11 OK: 71 MiB in 55 packages 18:43:21 25b303627fd3: Pull complete 18:43:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:43:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:43:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:43:21 prd-ubuntu18.04-docker-arm64-4c-16g-14928 does not seem to be running inside a container 18:43:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:43:24 $ docker top 534886d1b6e0a9fbb9982df3e1e8f4ef5d3a1682738e294f20ceb838eb54b01c -eo pid,comm [Pipeline] { [Pipeline] sh 18:43:25 + docker-compose build --help 18:43:25 + grep parallel 18:43:28 --parallel Build images in parallel. [Pipeline] } 18:43:28 $ docker stop --time=1 534886d1b6e0a9fbb9982df3e1e8f4ef5d3a1682738e294f20ceb838eb54b01c 18:43:30 $ docker rm -f 534886d1b6e0a9fbb9982df3e1e8f4ef5d3a1682738e294f20ceb838eb54b01c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:43:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:43:31 . [Pipeline] withDockerContainer 18:43:31 prd-ubuntu18.04-docker-arm64-4c-16g-14928 does not seem to be running inside a container 18:43:31 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:43:33 $ docker top cda740b9f3067c428fe66e04f4cdcfc27a36586e4be168a7306837de740bb731 -eo pid,comm [Pipeline] { [Pipeline] sh 18:43:34 + docker-compose -f ./docker-compose-build.yml build --parallel 18:43:38 Building docker-core-command-go ... 18:43:38 Building docker-core-data-go ... 18:43:38 Building docker-core-metadata-go ... 18:43:38 Building docker-security-bootstrap-redis-go ... 18:43:38 Building docker-security-proxy-setup-go ... 18:43:38 Building docker-security-secrets-setup-go ... 18:43:38 Building docker-security-secretstore-setup-go ... 18:43:38 Building docker-support-notifications-go ... 18:43:38 Building docker-support-scheduler-go ... 18:43:38 Building docker-sys-mgmt-agent-go ... 18:43:38 Building docker-security-bootstrap-redis-go 18:43:38 Building docker-security-proxy-setup-go 18:43:38 Building docker-security-secretstore-setup-go 18:43:38 Building docker-core-command-go 18:43:38 Building docker-support-notifications-go 18:43:44 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 18:43:44 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 18:43:44 ---> 64df8caef132 18:43:44 Step 3/29 : WORKDIR /edgex-go 18:43:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 18:43:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:43:44 ---> 64df8caef132 18:43:44 Step 3/23 : WORKDIR /edgex-go 18:43:44 ---> Using cache 18:43:44 ---> 73d97cc0e74b 18:43:44 Step 4/29 : RUN apk update && apk add make git 18:43:44 ---> Using cache 18:43:44 ---> 73d97cc0e74b 18:43:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:44 ---> Using cache 18:43:44 ---> cc68c4c0e09f 18:43:44 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 18:43:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 18:43:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:43:44 ---> 64df8caef132 18:43:44 Step 3/24 : WORKDIR /edgex-go 18:43:44 ---> Using cache 18:43:44 ---> 73d97cc0e74b 18:43:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:44 ---> Using cache 18:43:44 ---> cc68c4c0e09f 18:43:44 Step 5/24 : RUN apk update && apk add make git 18:43:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 18:43:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:43:44 ---> 64df8caef132 18:43:44 Step 3/21 : WORKDIR /edgex-go 18:43:44 ---> Using cache 18:43:44 ---> 73d97cc0e74b 18:43:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:44 ---> Using cache 18:43:44 ---> cc68c4c0e09f 18:43:44 Step 5/21 : RUN apk update && apk add make git 18:43:44 ---> Running in 20339800b4c6 18:43:44 ---> Running in 491ea726b4fa 18:43:44 ---> Running in 6584a3100951 18:43:44 ---> Running in b105398b3d64 18:43:44 Removing intermediate container aaeed73d38d2 18:43:44 ---> ccc26cc59a0a 18:43:44 Step 21/27 : RUN pip install docker-compose==1.23.2 18:43:44 ---> Running in c13b8dd99b8b 18:43:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:43:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:43:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:43:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:43:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:43:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:43:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:43:46 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:43:46 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:43:46 OK: 12745 distinct packages available 18:43:46 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:43:46 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:43:46 OK: 12745 distinct packages available 18:43:46 OK: 233 MiB in 51 packages 18:43:46 OK: 233 MiB in 51 packages 18:43:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:43:47 Removing intermediate container 6584a3100951 18:43:47 ---> 6925cb81caf8 18:43:47 Step 5/29 : COPY go.mod . 18:43:48 Removing intermediate container 491ea726b4fa 18:43:48 ---> b482c71a2089 18:43:48 Step 6/21 : COPY go.mod . 18:43:48 ---> 1bc43cc9bd58 18:43:48 Step 6/29 : RUN go mod download 18:43:48 Collecting docker-compose==1.23.2 18:43:48 ---> ae78f2e7a58b 18:43:48 Step 7/21 : RUN go mod download 18:43:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:43:48 ---> Running in 2a5dae2fe08f 18:43:48 ---> Running in 6421fe2f1273 18:43:48 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:43:48 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:43:48 OK: 12745 distinct packages available 18:43:48 Collecting docker<4.0,>=3.6.0 18:43:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:43:48 OK: 233 MiB in 51 packages 18:43:49 Collecting cached-property<2,>=1.2.0 18:43:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:43:49 Collecting jsonschema<3,>=2.5.1 18:43:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:43:49 Collecting docopt<0.7,>=0.6.1 18:43:49 Downloading docopt-0.6.2.tar.gz (25 kB) 18:43:50 Removing intermediate container 20339800b4c6 18:43:50 ---> b575001d499d 18:43:50 Step 6/24 : COPY go.mod . 18:43:50 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:43:50 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:43:50 OK: 12745 distinct packages available 18:43:50 OK: 233 MiB in 51 packages 18:43:50 ---> 9a5361156844 18:43:50 Step 7/24 : RUN go mod download 18:43:50 Collecting websocket-client<1.0,>=0.32.0 18:43:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:43:51 ---> Running in 58d18da3efb6 18:43:51 Collecting PyYAML<4,>=3.10 18:43:51 Downloading PyYAML-3.13.tar.gz (270 kB) 18:43:53 Removing intermediate container 2a5dae2fe08f 18:43:53 ---> ffe82c360c47 18:43:53 Step 7/29 : COPY . . 18:43:53 Removing intermediate container b105398b3d64 18:43:53 ---> 359a96d347d8 18:43:53 Step 6/23 : COPY go.mod . 18:43:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:43:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:43:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:43:53 Removing intermediate container 6421fe2f1273 18:43:53 ---> 72a16836c80a 18:43:53 Step 8/21 : COPY . . 18:43:53 Collecting texttable<0.10,>=0.9.0 18:43:53 Downloading texttable-0.9.1.tar.gz (11 kB) 18:43:54 ---> 1524bd99a156 18:43:54 Step 7/23 : RUN go mod download 18:43:54 Collecting dockerpty<0.5,>=0.4.1 18:43:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:43:57 ---> Running in 8e5471480d5a 18:43:57 Collecting docker-pycreds>=0.4.0 18:43:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:43:59 Collecting urllib3<1.25,>=1.21.1 18:43:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:43:59 Removing intermediate container 58d18da3efb6 18:43:59 ---> 47863b522a8f 18:43:59 Step 8/24 : COPY . . 18:43:59 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) 18:44:00 Collecting idna<2.8,>=2.5 18:44:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:44:00 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) 18:44:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:44:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:44:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:44:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:44:00 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, jsonschema, docopt, PyYAML, texttable, dockerpty, docker-compose 18:44:02 Attempting uninstall: urllib3 18:44:02 Found existing installation: urllib3 1.25.9 18:44:02 Uninstalling urllib3-1.25.9: 18:44:03 Successfully uninstalled urllib3-1.25.9 18:44:05 Attempting uninstall: idna 18:44:05 Found existing installation: idna 2.9 18:44:05 Uninstalling idna-2.9: 18:44:06 Successfully uninstalled idna-2.9 18:44:07 Attempting uninstall: requests 18:44:07 Found existing installation: requests 2.23.0 18:44:07 Uninstalling requests-2.23.0: 18:44:07 Successfully uninstalled requests-2.23.0 18:44:07 Removing intermediate container 8e5471480d5a 18:44:07 ---> 74bf32b38600 18:44:07 Step 8/23 : COPY . . 18:44:13 Running setup.py install for docopt: started 18:44:17 Running setup.py install for docopt: finished with status 'done' 18:44:17 Running setup.py install for PyYAML: started 18:44:23 Running setup.py install for PyYAML: finished with status 'done' 18:44:23 Running setup.py install for texttable: started 18:44:24 Running setup.py install for texttable: finished with status 'done' 18:44:24 Running setup.py install for dockerpty: started 18:44:26 Running setup.py install for dockerpty: finished with status 'done' 18:44:28 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 18:44:41 ---> 59503e5116a0 18:44:41 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 18:44:41 ---> Running in ae50f7588e54 18:44:41 ---> 23d5e8cf1095 18:44:41 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:44:41 Removing intermediate container c13b8dd99b8b 18:44:41 ---> f2ea54bd72ae 18:44:41 Step 22/27 : RUN apk --no-cache add curl 18:44:41 ---> Running in 43fe4363684d 18:44:41 ---> Running in df34e18c2a3c 18:44:43 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 18:44:43 ---> de19b848a7a2 18:44:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:44:43 ---> Running in 99b16533849b 18:44:45 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 18:44:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:44:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:44:45 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 18:44:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:44:45 (2/3) Installing libcurl (7.69.1-r1) 18:44:45 (3/3) Installing curl (7.69.1-r1) 18:44:45 Executing busybox-1.31.1-r19.trigger 18:44:45 OK: 72 MiB in 58 packages 18:44:49 ---> bc22010dd7a0 18:44:49 Step 9/23 : RUN make cmd/core-data/core-data 18:44:49 Removing intermediate container df34e18c2a3c 18:44:49 ---> 872b8ea3f832 18:44:49 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 18:44:49 ---> Running in af39eb105c1e 18:44:49 ---> Running in b5af8818ccd6 18:44:50 Removing intermediate container b5af8818ccd6 18:44:50 ---> 8b53ea3af815 18:44:50 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:44:50 ---> Running in cba4834fec3f 18:44: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 18:44:51 Removing intermediate container cba4834fec3f 18:44:51 ---> e27874163ddb 18:44:51 Step 25/27 : LABEL arch=x86_64 18:44:51 ---> Running in b4341c93b051 18:44:51 Removing intermediate container b4341c93b051 18:44:51 ---> 2a39b540c670 18:44:51 Step 26/27 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:44:52 ---> Running in 64c595448c9b 18:44:53 Removing intermediate container 64c595448c9b 18:44:53 ---> cf02d058c068 18:44:53 Step 27/27 : LABEL version=0.0.0 18:44:54 ---> Running in af75ee1f0058 18:44:54 Removing intermediate container af75ee1f0058 18:44:54 ---> 9ac0cd83d74c 18:44:54 18:44:55 Successfully built 9ac0cd83d74c 18:44:55 Successfully tagged docker-sys-mgmt-agent-go:latest 18:44:55  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go 18:45:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:45:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:45:00 ---> 57556b77a651 18:45:00 Step 3/22 : WORKDIR /edgex-go 18:45:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 18:45:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:45:00 ---> 57556b77a651 18:45:00 Step 3/24 : WORKDIR /edgex-go 18:45:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 18:45:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:45:00 ---> 57556b77a651 18:45:00 Step 3/21 : WORKDIR /edgex-go 18:45:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:45:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:45:00 ---> 57556b77a651 18:45:00 Step 3/22 : WORKDIR /edgex-go 18:45:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 18:45:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:45:00 ---> 57556b77a651 18:45:00 Step 3/24 : WORKDIR /edgex-go 18:45:00 ---> Running in 231a4cd8495a 18:45:00 ---> Running in d366a872bca0 18:45:00 ---> Running in b8d0450475a1 18:45:00 ---> Running in 8595d4b1bf8b 18:45:00 ---> Running in 8bedb55c4ace 18:45:00 Removing intermediate container 8595d4b1bf8b 18:45:00 ---> 2f0184639ade 18:45:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:00 Removing intermediate container b8d0450475a1 18:45:00 ---> 1d0804355ada 18:45:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:00 Removing intermediate container 231a4cd8495a 18:45:00 ---> 2fc58e3ce04c 18:45:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:00 Removing intermediate container d366a872bca0 18:45:00 ---> cc5e1dc53c90 18:45:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:00 Removing intermediate container 8bedb55c4ace 18:45:00 ---> 7d8c98d5fb4c 18:45:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:00 ---> Running in 1053a6e74576 18:45:00 ---> Running in 6fc3e6e30d34 18:45:00 ---> Running in 826ae222c3bf 18:45:00 ---> Running in 39d06093043a 18:45:00 ---> Running in 081fba875bb9 18:45:00 Removing intermediate container 6fc3e6e30d34 18:45:00 ---> 27611f87d7a9 18:45:00 Step 5/22 : RUN apk update && apk add make git 18:45:00 ---> Running in 53ee560cd89d 18:45:00 Removing intermediate container 39d06093043a 18:45:00 ---> 21795508de5f 18:45:00 Step 5/21 : RUN apk update && apk add make git 18:45:00 ---> Running in ac576372f9d6 18:45:00 Removing intermediate container 1053a6e74576 18:45:00 ---> 681256ed9726 18:45:00 Step 5/24 : RUN apk update && apk add make git 18:45:00 ---> Running in b146b1584aef 18:45:00 Removing intermediate container 826ae222c3bf 18:45:00 ---> d8af560f62b9 18:45:00 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 18:45:00 Removing intermediate container 081fba875bb9 18:45:00 ---> a62b51d780b4 18:45:00 Step 5/22 : RUN apk update && apk add make git 18:45:00 ---> Running in a613c31c42f9 18:45:00 ---> Running in 6c4c5f78515c 18:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:00 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:45:00 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:45:00 OK: 12616 distinct packages available 18:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:00 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:45:00 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:45:00 OK: 12616 distinct packages available 18:45:01 OK: 217 MiB in 51 packages 18:45:01 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:45:01 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:45:01 OK: 12616 distinct packages available 18:45:01 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:45:01 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:45:01 OK: 12616 distinct packages available 18:45:01 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:45:01 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:45:01 OK: 12616 distinct packages available 18:45:02 OK: 217 MiB in 51 packages 18:45:02 OK: 217 MiB in 51 packages 18:45:03 OK: 217 MiB in 51 packages 18:45:03 OK: 217 MiB in 51 packages 18:45:03 Removing intermediate container 53ee560cd89d 18:45:03 ---> e101081a59e8 18:45:03 Step 6/22 : COPY go.mod . 18:45:03 Removing intermediate container ac576372f9d6 18:45:03 ---> 6cda5b24534a 18:45:03 Step 6/21 : COPY go.mod . 18:45:04 Removing intermediate container b146b1584aef 18:45:04 ---> f81830c62f83 18:45:04 Step 6/24 : COPY go.mod . 18:45:04 Removing intermediate container 6c4c5f78515c 18:45:04 ---> 58773b2bdf2c 18:45:04 Step 6/22 : COPY go.mod . 18:45:04 ---> 2e6b61b5dfed 18:45:04 Step 7/22 : RUN go mod download 18:45:04 Removing intermediate container a613c31c42f9 18:45:04 ---> 35b29c7af4b9 18:45:04 Step 6/24 : COPY go.mod . 18:45:04 ---> 15b188ac4910 18:45:04 Step 7/21 : RUN go mod download 18:45:05 ---> Running in a367cab0c970 18:45:05 ---> Running in b73ff725bd71 18:45:05 ---> 6d726739a626 18:45:05 Step 7/24 : RUN go mod download 18:45:05 ---> Running in 57efb3d8d742 18:45:05 ---> 4c9d7bbfbedc 18:45:05 Step 7/24 : RUN go mod download 18:45:05 ---> 3b0f36e8b151 18:45:05 Step 7/22 : RUN go mod download 18:45:06 ---> Running in 265da8c39118 18:45:06 ---> Running in d3ab340c3de4 18:45:10 Removing intermediate container a367cab0c970 18:45:10 ---> 65e5dd34b73d 18:45:10 Step 8/22 : COPY . . 18:45:10 Removing intermediate container b73ff725bd71 18:45:10 ---> 1c18afb73487 18:45:10 Step 8/21 : COPY . . 18:45:10 Removing intermediate container 57efb3d8d742 18:45:10 ---> 299b5788c1a4 18:45:10 Step 8/24 : COPY . . 18:45:10 Removing intermediate container d3ab340c3de4 18:45:10 ---> 64b20d817cd5 18:45:10 Step 8/22 : COPY . . 18:45:10 Removing intermediate container 265da8c39118 18:45:10 ---> 2f1f46a59257 18:45:10 Step 8/24 : COPY . . 18:45:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:45:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 18:45:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:45:29 ---> 64df8caef132 18:45:29 Step 3/21 : WORKDIR /edgex-go 18:45:29 ---> Using cache 18:45:29 ---> 73d97cc0e74b 18:45:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:30 ---> Using cache 18:45:30 ---> cc68c4c0e09f 18:45:30 Step 5/21 : RUN apk update && apk add make git 18:45:30 ---> Using cache 18:45:30 ---> b575001d499d 18:45:30 Step 6/21 : COPY go.mod . 18:45:30 ---> Using cache 18:45:30 ---> 9a5361156844 18:45:30 Step 7/21 : RUN go mod download 18:45:30 ---> Using cache 18:45:30 ---> 47863b522a8f 18:45:30 Step 8/21 : COPY . . 18:45:30 ---> Using cache 18:45:30 ---> de19b848a7a2 18:45:30 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:45:31 ---> Running in 7141d158c8b3 18:45:32 Removing intermediate container ae50f7588e54 18:45:32 ---> 716b9265ec8f 18:45:32 18:45:32 Step 9/29 : FROM alpine:latest 18:45:32 latest: Pulling from library/alpine 18:45:32 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 18:45:32 Status: Downloaded newer image for alpine:latest 18:45:32 ---> d6e46aa2470d 18:45:32 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 18:45:33 ---> Running in 171182ccc7f6 18:45:33 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 18:45:33 Removing intermediate container 171182ccc7f6 18:45:33 ---> c747e317fe74 18:45:33 Step 11/29 : USER root 18:45:33 ---> Running in 61d7f885b7d5 18:45:34 Removing intermediate container 61d7f885b7d5 18:45:34 ---> aab9183a2ef5 18:45:34 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 18:45:35 ---> Running in 9ae1f2fbb182 18:45:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:45:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:45:37 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:45:37 v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:45:37 OK: 12746 distinct packages available 18:45:37 (1/2) Installing ca-certificates (20191127-r4) 18:45:37 ---> af8e034e9ff7 18:45:37 Step 9/22 : RUN make cmd/core-command/core-command 18:45:37 ---> 487dfa8f295f 18:45:37 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:45:37 ---> 13f1f2577c45 18:45:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:45:37 ---> Running in 77124a23a5f1 18:45:37 ---> af8fd9578660 18:45:37 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 18:45:37 ---> 7c994dbd241d 18:45:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:45:37 ---> Running in f6002c917590 18:45:37 ---> Running in 3d3cdd684d0c 18:45:37 ---> Running in f6128fb55177 18:45:37 ---> Running in a516b7a7ef93 18:45:38 (2/2) Installing dumb-init (1.2.2-r1) 18:45:38 Executing busybox-1.31.1-r19.trigger 18:45:38 Executing ca-certificates-20191127-r4.trigger 18:45:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:45:38 OK: 6 MiB in 16 packages 18:45:38 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 18:45:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:45:38 Removing intermediate container 43fe4363684d 18:45:38 ---> d987fea77c53 18:45:38 18:45:38 Step 10/21 : FROM scratch 18:45:38 ---> 18:45:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:45:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:45:39 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 18:45:41 ---> Using cache 18:45:41 ---> df0064cf7b59 18:45:41 Step 12/21 : ENV APP_PORT=48085 18:45:41 ---> Running in 9aa45a88b796 18:45:41 Removing intermediate container 9ae1f2fbb182 18:45:41 ---> 868d1ecc6e9f 18:45:41 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 18:45:42 Removing intermediate container 99b16533849b 18:45:42 ---> df9623d05412 18:45:42 18:45:42 Step 10/24 : FROM alpine:3.10 18:45:42 ---> be4e4bea2c2e 18:45:42 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:45:42 ---> Using cache 18:45:42 ---> 3f936b670556 18:45:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:45:43 Removing intermediate container 9aa45a88b796 18:45:43 ---> 1a813ae1c3a5 18:45:43 Step 13/21 : EXPOSE $APP_PORT 18:45:43 ---> Running in b3818b10f831 18:45:43 ---> Running in 9e5b1072788b 18:45:43 ---> Running in b78b4ec54b11 18:45:43 Removing intermediate container b3818b10f831 18:45:43 ---> 198bfe01f7d8 18:45:43 Step 13/24 : WORKDIR / 18:45:43 Removing intermediate container 9e5b1072788b 18:45:43 ---> e4dee7e90b8e 18:45:43 Step 14/29 : WORKDIR $BASE_DIR 18:45:43 Removing intermediate container b78b4ec54b11 18:45:43 ---> 8eb2ee07b50f 18:45:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:45:43 ---> Running in 8e4e74c4bc6b 18:45:43 ---> Running in 65900bfc335a 18:45:44 ---> d34c57119755 18:45:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:45:44 Removing intermediate container 8e4e74c4bc6b 18:45:44 ---> 618fca5df6e1 18:45:44 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 18:45:44 Removing intermediate container 65900bfc335a 18:45:44 ---> a034ef424efe 18:45:44 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:45:45 ---> Running in d659e9beb3be 18:45:47 ---> 6835eae54d9a 18:45:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:45:47 ---> 0ad6c7366710 18:45:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:45:48 ---> e125760bf054 18:45:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:45:48 ---> c3f0606c5810 18:45:48 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:45:48 ---> Running in 0ddf53c930d4 18:45:49 ---> 3775a9977133 18:45:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:45:49 Removing intermediate container 0ddf53c930d4 18:45:49 ---> 518402abdc42 18:45:49 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:45:50 Removing intermediate container d659e9beb3be 18:45:50 ---> ed75687c921c 18:45:50 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 18:45:50 ---> Running in 181c31476182 18:45:51 ---> d2a935e8552d 18:45:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:45:51 Removing intermediate container 181c31476182 18:45:51 ---> 4e94566c3415 18:45:51 Step 19/21 : LABEL arch=x86_64 18:45:52 ---> Running in 3c132f7d7f17 18:45:52 ---> 57e1110d4593 18:45:52 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 18:45:53 Removing intermediate container 3c132f7d7f17 18:45:53 ---> dd223419d51c 18:45:53 Step 20/21 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:45:53 ---> 0e56273605a3 18:45:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:45:53 ---> da56204bdd2b 18:45:53 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 18:45:53 ---> Running in 9f5473cc6567 18:45:54 Removing intermediate container 9f5473cc6567 18:45:54 ---> 8da98bc24449 18:45:54 Step 21/21 : LABEL version=0.0.0 18:45:55 ---> c32d7f62fe54 18:45:55 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:45:55 ---> Running in ae988e9fcd64 18:45:55 ---> bb78c012cb75 18:45:55 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 18:45:55 ---> Running in 6fdc80b917ff 18:45:57 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 18:45:57 Removing intermediate container ae988e9fcd64 18:45:57 ---> 5912c203a6fb 18:45:57 18:45:57 ---> 20206e1a645a 18:45:57 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 18:45:57 Removing intermediate container af39eb105c1e 18:45:57 ---> 12916ffcf253 18:45:57 18:45:57 Step 10/23 : FROM alpine 18:45:57 ---> d6e46aa2470d 18:45:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:45:57 ---> Running in 01aa8c4e9c80 18:45:58 Successfully built 5912c203a6fb 18:45:58 Successfully tagged docker-support-scheduler-go:latest 18:45:58  Building docker-support-scheduler-go ... done  ---> 401ba6209dce 18:45:58 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 18:45:58 Removing intermediate container 01aa8c4e9c80 18:45:58 ---> b9d3e045ffba 18:45:58 Step 12/23 : ENV APP_PORT=48080 18:45:58 ---> Running in fcde7549d7b6 18:45:59 ---> Running in 2c2c11f90233 18:46:00 Removing intermediate container 2c2c11f90233 18:46:00 ---> 7ebc77313190 18:46:00 Step 13/23 : EXPOSE $APP_PORT 18:46:00 ---> Running in 22160fe12376 18:46:01 Removing intermediate container 6fdc80b917ff 18:46:01 ---> 9bb663bde662 18:46:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:46:01 Removing intermediate container 22160fe12376 18:46:01 ---> d8c5848971b4 18:46:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:01 ---> Running in a3492e64a3c0 18:46:01 ---> Running in 43a722aa291c 18:46:01 Removing intermediate container a3492e64a3c0 18:46:01 ---> c35a63921652 18:46:01 Step 22/24 : LABEL arch=x86_64 18:46:02 ---> Running in 990c7d752a90 18:46:02 Removing intermediate container fcde7549d7b6 18:46:02 ---> 89891facc56d 18:46:02 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 18:46:02 Removing intermediate container 990c7d752a90 18:46:02 ---> 46e012962276 18:46:02 Step 23/24 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:46:02 ---> Running in 7a3de70d14ad 18:46:03 ---> 9411ab2afb48 18:46:03 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:46:03 ---> Running in 85109bcd1cab 18:46:03 Removing intermediate container 7a3de70d14ad 18:46:03 ---> 16031b82b9dc 18:46:03 Step 24/24 : LABEL version=0.0.0 18:46:04 ---> Running in f122081e9bc0 18:46:05 Removing intermediate container 7141d158c8b3 18:46:05 ---> 6ccba225c020 18:46:05 18:46:05 Step 10/21 : FROM alpine 18:46:05 ---> d6e46aa2470d 18:46:05 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 18:46:05 Removing intermediate container f122081e9bc0 18:46:05 ---> 941d6a44ec68 18:46:05 18:46:05 Removing intermediate container 43a722aa291c 18:46:05 ---> a52202af88de 18:46:05 Step 15/23 : RUN apk --no-cache add zeromq 18:46:05 ---> Running in 7ec03bca339d 18:46:05 ---> Running in 07ff5acaf2c2 18:46:06 Successfully built 941d6a44ec68 18:46:07 Successfully tagged docker-security-secretstore-setup-go:latest 18:46:07  Building docker-security-secretstore-setup-go ... done Removing intermediate container 85109bcd1cab 18:46:07 ---> 2b2547233624 18:46:07 Step 24/29 : RUN chmod 755 security-secrets-setup 18:46:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:46:08 ---> Running in a3875ffe7c19 18:46:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:46:08 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:46:08 v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:46:08 OK: 12746 distinct packages available 18:46:08 (1/4) Installing ca-certificates (20191127-r4) 18:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:46:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:46:09 (3/4) Installing libcurl (7.69.1-r1) 18:46:09 (4/4) Installing curl (7.69.1-r1) 18:46:09 Executing busybox-1.31.1-r19.trigger 18:46:09 Executing ca-certificates-20191127-r4.trigger 18:46:09 OK: 7 MiB in 18 packages 18:46:09 (1/5) Installing libgcc (9.3.0-r2) 18:46:09 (2/5) Installing libsodium (1.0.18-r0) 18:46:09 (3/5) Installing libstdc++ (9.3.0-r2) 18:46:10 (4/5) Installing libzmq (4.3.3-r0) 18:46:10 (5/5) Installing zeromq (4.3.3-r0) 18:46:10 Executing busybox-1.31.1-r19.trigger 18:46:10 OK: 8 MiB in 19 packages 18:46:10 Removing intermediate container a3875ffe7c19 18:46:10 ---> cdcb1445d213 18:46:10 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 18:46:10 Removing intermediate container 7ec03bca339d 18:46:10 ---> 3a792eccb301 18:46:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:46:10 ---> Running in 2b97ffbaed87 18:46:10 ---> Running in 269c5ef0866b 18:46:10 Removing intermediate container 2b97ffbaed87 18:46:10 ---> 4fac650ecb6e 18:46:10 Step 26/29 : CMD [ "generate" ] 18:46:11 Removing intermediate container 07ff5acaf2c2 18:46:11 ---> 97a011ebd1a7 18:46:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:46:11 Removing intermediate container 269c5ef0866b 18:46:11 ---> 188c0f3ae9a5 18:46:11 Step 13/21 : WORKDIR /edgex 18:46:11 ---> Running in 772102011d56 18:46:11 ---> Running in b69bb30cf961 18:46:11 Removing intermediate container 772102011d56 18:46:11 ---> ad5e650ec9ef 18:46:11 Step 27/29 : LABEL arch=x86_64 18:46:11 ---> 21acaab95d7c 18:46:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:46:11 ---> Running in 5acd5e2f491a 18:46:11 Removing intermediate container b69bb30cf961 18:46:11 ---> 2a978bce3794 18:46:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:46:12 Removing intermediate container 5acd5e2f491a 18:46:12 ---> c687d3f1ef86 18:46:12 Step 28/29 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:46:12 ---> Running in e668dabc2884 18:46:12 ---> 041f8a8c72c1 18:46:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:46:12 Removing intermediate container e668dabc2884 18:46:12 ---> 73c9c7a17966 18:46:12 Step 29/29 : LABEL version=0.0.0 18:46:12 ---> d0f6790c4c3a 18:46:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:46:13 ---> Running in f74468383639 18:46:13 Removing intermediate container f74468383639 18:46:13 ---> 6e0cb6a18396 18:46:13 18:46:13 ---> 141b8ee76535 18:46:13 Step 19/23 : ENTRYPOINT ["/core-data"] 18:46:14 Successfully built 6e0cb6a18396 18:46:14 ---> Running in 00820d994299 18:46:14 ---> d3c9714c67ce 18:46:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:46:14 Successfully tagged docker-security-secrets-setup-go:latest 18:46:14  Building docker-security-secrets-setup-go ... done Removing intermediate container 00820d994299 18:46:14 ---> d2f5d188fe88 18:46:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:46:14 ---> Running in 558a692e2243 18:46:15 ---> 7ebd8ac69d11 18:46:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:46:15 Removing intermediate container 558a692e2243 18:46:15 ---> 1ea5eda0eed0 18:46:15 Step 21/23 : LABEL arch=x86_64 18:46:15 ---> Running in f9de64e68064 18:46:15 ---> Running in 289088d39416 18:46:15 Removing intermediate container 289088d39416 18:46:15 ---> 4493f183822b 18:46:15 Step 22/23 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:46:15 Removing intermediate container f9de64e68064 18:46:15 ---> 63d24a1eaa87 18:46:15 Step 18/21 : CMD ["--init=true"] 18:46:15 ---> Running in 3c7555870468 18:46:15 ---> Running in 86a28ef7ba96 18:46:16 Removing intermediate container 3c7555870468 18:46:16 ---> b0bc3050d9af 18:46:16 Step 23/23 : LABEL version=0.0.0 18:46:16 Removing intermediate container 86a28ef7ba96 18:46:16 ---> f762e6b75500 18:46:16 Step 19/21 : LABEL arch=x86_64 18:46:16 ---> Running in c0eac4385a95 18:46:16 ---> Running in 6908c2a336cc 18:46:16 Removing intermediate container c0eac4385a95 18:46:16 ---> 0ed3a6ccd758 18:46:16 18:46:16 Removing intermediate container 6908c2a336cc 18:46:16 ---> 69cbee34f3e3 18:46:16 Step 20/21 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:46:16 Successfully built 0ed3a6ccd758 18:46:17 ---> Running in fa9d1e09f432 18:46:17 Successfully tagged docker-core-data-go:latest 18:46:17  Building docker-core-data-go ... done Removing intermediate container fa9d1e09f432 18:46:17 ---> e1ad8f18c6f9 18:46:17 Step 21/21 : LABEL version=0.0.0 18:46:17 ---> Running in 677e5814adc3 18:46:17 Removing intermediate container 677e5814adc3 18:46:17 ---> 7e8c83171380 18:46:17 18:46:17 Successfully built 7e8c83171380 18:46:17 Successfully tagged docker-security-proxy-setup-go:latest 18:46:18  Building docker-security-proxy-setup-go ... done  [Pipeline] } 18:46:18 $ docker stop --time=1 a42eb864f61d0bbc4de9a73bbf9ae8d7d6dbe378f569bda680e96a80328dfab9 18:46:20 $ docker rm -f a42eb864f61d0bbc4de9a73bbf9ae8d7d6dbe378f569bda680e96a80328dfab9 [Pipeline] // withDockerContainer [Pipeline] sh 18:46:21 + grep docker 18:46:21 + docker images 18:46:21 docker-security-proxy-setup-go latest 7e8c83171380 4 seconds ago 24.6MB 18:46:21 docker-core-data-go latest 0ed3a6ccd758 5 seconds ago 23.7MB 18:46:21 docker-security-secrets-setup-go latest 6e0cb6a18396 8 seconds ago 23.9MB 18:46:21 docker-security-secretstore-setup-go latest 941d6a44ec68 17 seconds ago 24.7MB 18:46:21 docker-support-scheduler-go latest 5912c203a6fb 25 seconds ago 12.3MB 18:46:21 docker-sys-mgmt-agent-go latest 9ac0cd83d74c About a minute ago 293MB 18:46:21 docker-support-notifications-go latest dc5f3a6fd0ad 3 minutes ago 13.6MB 18:46:21 docker-core-metadata-go latest 134916cbb706 3 minutes ago 14.5MB 18:46:21 docker-security-bootstrap-redis-go latest 37596a878cda 3 minutes ago 15.8MB 18:46:21 docker-core-command-go latest 01c523e0b016 3 minutes ago 12.2MB 18:46:21 docker latest b0757c55a1fd 5 days ago 220MB [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 18:46:37 Still waiting to schedule task 18:46:37 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-14932’ 18:47:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:47:01 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 18:47:06 Removing intermediate container 3d3cdd684d0c 18:47:06 ---> a2d0016ba6d1 18:47:06 18:47:06 Step 10/22 : FROM alpine:3.10 18:47:06 3.10: Pulling from library/alpine 18:47:07 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 18:47:07 Status: Downloaded newer image for alpine:3.10 18:47:07 ---> 536a684cf733 18:47:07 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:47:07 ---> Running in 7432df09c7fc 18:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 18:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 18:47:11 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:47:11 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:47:11 OK: 10169 distinct packages available 18:47:12 (1/5) Installing ca-certificates (20191127-r2) 18:47:12 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:47:12 (3/5) Installing libcurl (7.66.0-r1) 18:47:12 (4/5) Installing curl (7.66.0-r1) 18:47:12 (5/5) Installing dumb-init (1.2.2-r1) 18:47:12 Executing busybox-1.30.1-r3.trigger 18:47:12 Executing ca-certificates-20191127-r2.trigger 18:47:12 OK: 7 MiB in 19 packages 18:47:14 Removing intermediate container a516b7a7ef93 18:47:14 ---> 5692b30744e3 18:47:14 18:47:14 Step 10/24 : FROM alpine:3.10 18:47:14 ---> 536a684cf733 18:47:14 Removing intermediate container f6128fb55177 18:47:14 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:47:14 ---> 178203a07323 18:47:14 18:47:14 Step 10/21 : FROM alpine 18:47:15 latest: Pulling from library/alpine 18:47:15 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 18:47:15 Status: Downloaded newer image for alpine:latest 18:47:15 ---> 2e77e061c27f 18:47:15 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 18:47:15 ---> Running in 56ce420a8a9e 18:47:15 ---> Running in ea9051569e18 18:47:17 Removing intermediate container 7432df09c7fc 18:47:17 ---> e1fcc2d1994b 18:47:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:47:17 ---> Running in 25ebed776eb9 18:47:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 18:47:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:47:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 18:47:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:47:17 Removing intermediate container 25ebed776eb9 18:47:17 ---> 0e1c2711d609 18:47:17 Step 13/22 : WORKDIR / 18:47:17 ---> Running in 801d497c96de 18:47:18 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:47:18 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:47:18 OK: 10169 distinct packages available 18:47:18 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:47:18 v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:47:18 OK: 12617 distinct packages available 18:47:18 Removing intermediate container 801d497c96de 18:47:18 ---> 07f34820e0c2 18:47:18 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 18:47:18 (1/5) Installing ca-certificates (20191127-r2) 18:47:19 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:47:19 (3/5) Installing libcurl (7.66.0-r1) 18:47:19 (4/5) Installing curl (7.66.0-r1) 18:47:19 (5/5) Installing dumb-init (1.2.2-r1) 18:47:19 Executing busybox-1.30.1-r3.trigger 18:47:19 Executing ca-certificates-20191127-r2.trigger 18:47:19 (1/4) Installing ca-certificates (20191127-r4) 18:47:19 OK: 7 MiB in 19 packages 18:47:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:47:19 (3/4) Installing libcurl (7.69.1-r1) 18:47:19 (4/4) Installing curl (7.69.1-r1) 18:47:19 Executing busybox-1.31.1-r19.trigger 18:47:19 Executing ca-certificates-20191127-r4.trigger 18:47:19 OK: 7 MiB in 18 packages 18:47:20 ---> 70be385cb8d8 18:47:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:47:22 ---> bab9ba4f3b79 18:47:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:47:22 Removing intermediate container 56ce420a8a9e 18:47:22 ---> cda760dd58a4 18:47:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:47:22 Removing intermediate container ea9051569e18 18:47:22 ---> 9f12a024ed47 18:47:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:47:22 ---> Running in de3d013953f8 18:47:23 ---> Running in 4f174e3570ae 18:47:23 ---> a017fe171a97 18:47:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:47:24 Removing intermediate container 4f174e3570ae 18:47:24 ---> d2af25803546 18:47:24 Step 13/21 : WORKDIR /edgex 18:47:24 Removing intermediate container de3d013953f8 18:47:24 ---> b38df3570b8b 18:47:24 Step 13/24 : WORKDIR / 18:47:24 ---> Running in 9db89c45ae3c 18:47:24 ---> Running in 355e00bc4ca2 18:47:25 ---> 9cd4d701792d 18:47:25 Step 18/22 : RUN chmod +x entrypoint.sh 18:47:25 Removing intermediate container 77124a23a5f1 18:47:25 ---> 2360f374b5ab 18:47:25 18:47:25 Step 10/22 : FROM scratch 18:47:25 ---> 18:47:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:47:25 ---> Running in bd4eba1c80d0 18:47:25 Removing intermediate container f6002c917590 18:47:25 ---> 9a8dc554d38a 18:47:25 18:47:25 Step 10/24 : FROM scratch 18:47:25 ---> 18:47:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:47:25 Removing intermediate container 9db89c45ae3c 18:47:25 ---> 55587a108c49 18:47:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:47:25 Removing intermediate container 355e00bc4ca2 18:47:25 ---> 7352b759ceb4 18:47:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:47:26 ---> Running in 1ff7e617dbd5 18:47:26 ---> Running in fb6dccdbe257 18:47:26 Removing intermediate container 1ff7e617dbd5 18:47:26 ---> 57b21f940acd 18:47:26 Step 12/22 : ENV APP_PORT=48082 18:47:26 ---> Running in 05519b3953a8 18:47:27 Removing intermediate container fb6dccdbe257 18:47:27 ---> bc94fd1a52f1 18:47:27 Step 12/24 : ENV APP_PORT=48060 18:47:27 ---> 795c0c1b47c6 18:47:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:47:27 ---> f413fcc6b598 18:47:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:47:27 ---> Running in 4fcf0cadcd76 18:47:27 Removing intermediate container 05519b3953a8 18:47:27 ---> facdf89c5eb8 18:47:27 Step 13/22 : EXPOSE $APP_PORT 18:47:27 ---> Running in 740615a4072a 18:47:28 Removing intermediate container 4fcf0cadcd76 18:47:28 ---> b679986caec1 18:47:28 Step 13/24 : EXPOSE $APP_PORT 18:47:28 ---> Running in 1886384a396b 18:47:28 ---> 93ba6f65d058 18:47:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:47:28 Removing intermediate container 740615a4072a 18:47:28 ---> fc8fb0fd3448 18:47:28 Step 14/22 : WORKDIR / 18:47:28 ---> Running in c9c2cc6c6989 18:47:28 Removing intermediate container 1886384a396b 18:47:28 ---> e6bd29ef4e7f 18:47:28 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:47:29 ---> 6a5c6a9bd52b 18:47:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:47:29 Removing intermediate container bd4eba1c80d0 18:47:29 ---> bbd21a594790 18:47:29 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:47:29 ---> Running in e07961eb7f79 18:47:29 ---> 0e72f4dc2b39 18:47:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:47:29 Removing intermediate container c9c2cc6c6989 18:47:29 ---> 05ed930b373d 18:47:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:47:30 Removing intermediate container e07961eb7f79 18:47:30 ---> 5fa12d7472db 18:47:30 Step 20/22 : LABEL arch=arm64 18:47:30 ---> cfe954972298 18:47:30 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:47:30 ---> Running in 10ec6584d7c8 18:47:30 ---> 7280807cfbe8 18:47:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:47:30 ---> 0869e902c5b2 18:47:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:47:31 ---> c82741a71670 18:47:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:47:31 ---> Running in fc6f617182c6 18:47:31 Removing intermediate container 10ec6584d7c8 18:47:31 ---> 178ed23af301 18:47:31 Step 21/22 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:47:31 ---> Running in 392fb6db3cf9 18:47:32 ---> 983286083734 18:47:32 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:47:32 Removing intermediate container fc6f617182c6 18:47:32 ---> f98166b3cbc6 18:47:32 Step 18/21 : CMD ["--init=true"] 18:47:32 Removing intermediate container 392fb6db3cf9 18:47:32 ---> 54acb18c8dd2 18:47:32 Step 22/22 : LABEL version=0.0.0 18:47:32 ---> Running in e4bd84c000c9 18:47:32 ---> Running in eb5c1ae9ff43 18:47:32 ---> 7452b90be42b 18:47:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:47:33 ---> 8f3da11a8aca 18:47:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:47:33 Removing intermediate container e4bd84c000c9 18:47:33 ---> 34b683bb7e35 18:47:33 Step 19/21 : LABEL arch=arm64 18:47:33 ---> Running in 72a11c28ac6c 18:47:33 Removing intermediate container eb5c1ae9ff43 18:47:33 ---> ae44869904b2 18:47:33 18:47:33 ---> c020805eb9f2 18:47:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:47:34 ---> bf7e1bd6a6a5 18:47:34 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:47:34 Successfully built ae44869904b2 18:47:34 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 18:47:34 Building docker-core-data-go 18:47:34  Building docker-security-bootstrap-redis-go ... done  ---> Running in bdb737938ca8 18:47:34 ---> 02a557cff71f 18:47:34 Step 18/22 : ENTRYPOINT ["/core-command"] 18:47:34 Removing intermediate container 72a11c28ac6c 18:47:34 ---> 0e561dc27169 18:47:34 Step 20/21 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:47:34 ---> Running in 585753171f0e 18:47:34 ---> Running in 096b4a4b7552 18:47:34 ---> 6c5a9c2c4ecf 18:47:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:47:35 Removing intermediate container 585753171f0e 18:47:35 ---> 0425ac292ac7 18:47:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:47:36 Removing intermediate container 096b4a4b7552 18:47:36 ---> 121f07fcfa5b 18:47:36 Step 21/21 : LABEL version=0.0.0 18:47:36 ---> Running in 5a2217f5625b 18:47:36 ---> Running in 84670c4f755d 18:47:36 ---> 73fd2387cb27 18:47:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:47:37 Removing intermediate container 5a2217f5625b 18:47:37 ---> a30ad432ceb6 18:47:37 Step 20/22 : LABEL arch=arm64 18:47:37 Removing intermediate container 84670c4f755d 18:47:37 ---> cff9350464dc 18:47:37 18:47:37 ---> Running in 5b3ef42f1e41 18:47:38 Successfully built cff9350464dc 18:47:38 ---> ed5399d9ae1a 18:47:38 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:47:38 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:47:38 Building docker-sys-mgmt-agent-go 18:47:38  Building docker-security-proxy-setup-go ... done Removing intermediate container bdb737938ca8 18:47:38 ---> 7adacc08d645 18:47:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:47:38 ---> Running in a505868d130d 18:47:38 ---> Running in dfb9a10957ce 18:47:38 Removing intermediate container 5b3ef42f1e41 18:47:38 ---> 220281c1539a 18:47:38 Step 21/22 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:47:38 ---> Running in 68071205869b 18:47:39 Removing intermediate container dfb9a10957ce 18:47:39 ---> da6a38cbef24 18:47:39 Step 22/24 : LABEL arch=arm64 18:47:39 Removing intermediate container a505868d130d 18:47:39 ---> 228c95cfcb62 18:47:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:47:39 ---> Running in a70e047a94c5 18:47:39 ---> Running in 70ba6527a5e4 18:47:40 Removing intermediate container 68071205869b 18:47:40 ---> 0ec4bd0af297 18:47:40 Step 22/22 : LABEL version=0.0.0 18:47:40 Removing intermediate container a70e047a94c5 18:47:40 ---> 0b2f3cb26917 18:47:40 Step 23/24 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:47:41 ---> Running in b71aaf46a113 18:47:41 Removing intermediate container 70ba6527a5e4 18:47:41 ---> ae9fef2291b3 18:47:41 Step 22/24 : LABEL arch=arm64 18:47:41 ---> Running in c27dd8b1488a 18:47:41 ---> Running in 2c1501df23b9 18:47:42 Removing intermediate container b71aaf46a113 18:47:42 ---> 367345c8f2a1 18:47:42 18:47:42 Removing intermediate container c27dd8b1488a 18:47:42 ---> 6e63039c7f0e 18:47:42 Step 24/24 : LABEL version=0.0.0 18:47:42 Successfully built 367345c8f2a1 18:47:42 Successfully tagged docker-core-command-go-arm64:latest 18:47:42  Building docker-core-command-go ... done Building docker-support-scheduler-go 18:47:42 ---> Running in 89cb0b9f1235 18:47:42 Removing intermediate container 2c1501df23b9 18:47:42 ---> 594e9b458a37 18:47:42 Step 23/24 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:47:42 ---> Running in a2e652a112ac 18:47:43 Removing intermediate container 89cb0b9f1235 18:47:43 ---> 8fe84258832a 18:47:43 18:47:43 Successfully built 8fe84258832a 18:47:43 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:47:43  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go 18:47:43 Removing intermediate container a2e652a112ac 18:47:43 ---> 027e529eb537 18:47:43 Step 24/24 : LABEL version=0.0.0 18:47:44 ---> Running in c54617e921df 18:47:44 Removing intermediate container c54617e921df 18:47:44 ---> 7d4f91bbb30c 18:47:44 18:47:44 Successfully built 7d4f91bbb30c 18:47:44 Successfully tagged docker-support-notifications-go-arm64:latest 18:47:44  Building docker-support-notifications-go ... done Building docker-core-metadata-go 18:48:20 Running on prd-ubuntu18.04-docker-8c-8g-14934 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws 18:48:20 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 18:48:23 using credential edgex-jenkins-ssh 18:48:23 Cloning the remote Git repository 18:48:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:48:23 > git init /w/workspace/edgex-go/10 # timeout=10 18:48:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:48:23 > git --version # timeout=10 18:48:23 > git --version # 'git version 2.17.1' 18:48:23 using GIT_SSH to set credentials SSH Credentials for GitHub 18:48:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:48:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:48:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:48:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:48:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:48:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:48:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:48:30 Merging remotes/origin/master commit 7f9dd25f9d981fc062fb35c9729d56f5b41711bb into PR head commit 05c74b819efbe47d36e2ce0e241fd573970fd385 18:48:30 Merge succeeded, producing 05c74b819efbe47d36e2ce0e241fd573970fd385 18:48:30 Checking out Revision 05c74b819efbe47d36e2ce0e241fd573970fd385 (PR-2898) 18:48:30 > git config core.sparsecheckout # timeout=10 18:48:30 > git checkout -f 05c74b819efbe47d36e2ce0e241fd573970fd385 # timeout=10 18:48:30 > git remote # timeout=10 18:48:30 > git config --get remote.origin.url # timeout=10 18:48:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:48:30 > git merge 7f9dd25f9d981fc062fb35c9729d56f5b41711bb # timeout=10 18:48:30 > git rev-parse HEAD^{commit} # timeout=10 18:48:30 > git config core.sparsecheckout # timeout=10 18:48:30 > git checkout -f 05c74b819efbe47d36e2ce0e241fd573970fd385 # timeout=10 18:48:33 Commit message: "ci: testing new native snap build" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:48:35 + echo snap-build.sh 18:48:35 snap-build.sh 18:48:35 + SNAP_BASE_DIR=. 18:48:35 + '[' '!' -z /w/workspace/edgex-go/10 ']' 18:48:35 + SNAP_BASE_DIR=/w/workspace/edgex-go/10 18:48:35 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' 18:48:35 [snap-build] Building snap in dir [/w/workspace/edgex-go/10] 18:48:35 + cd /w/workspace/edgex-go/10 18:48:35 + sudo apt-get remove -qy --purge lxd lxd-client 18:48:35 Reading package lists... 18:48:35 Building dependency tree... 18:48:35 Reading state information... 18:48:35 The following packages were automatically installed and are no longer required: 18:48:35 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:48:35 uidmap xdelta3 18:48:35 Use 'sudo apt autoremove' to remove them. 18:48:35 The following packages will be REMOVED: 18:48:35 lxd* lxd-client* 18:48:35 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:48:35 After this operation, 31.7 MB disk space will be freed. 18:48:36 (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.) 18:48:36 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:48:37 Removing lxd dnsmasq configuration 18:48:37 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:48:38 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:48:38 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:48:39 (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.) 18:48:39 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:48:40 Processing triggers for systemd (237-3ubuntu10.42) ... 18:48:40 Processing triggers for ureadahead (0.100.0-21) ... 18:48:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 18:48:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:48:41 ---> 57556b77a651 18:48:41 Step 3/23 : WORKDIR /edgex-go 18:48:41 ---> Using cache 18:48:41 ---> 7d8c98d5fb4c 18:48:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:48:41 ---> Using cache 18:48:41 ---> a62b51d780b4 18:48:41 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 18:48:41 ---> Running in 15c00105789b 18:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:41 + sudo snap remove --purge lxd 18:48:42 snap "lxd" is not installed 18:48:42 + sudo groupadd --force --system lxd 18:48:42 ++ whoami 18:48:42 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:48:42 + newgrp - lxd 18:48:42 + sudo snap install lxd 18:48:42 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:48:42 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:48:42 OK: 12616 distinct packages available 18:48:43 OK: 217 MiB in 51 packages 18:48:44 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 18:48:44 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:48:44 ---> 57556b77a651 18:48:44 Step 3/27 : WORKDIR /edgex-go 18:48:44 ---> Using cache 18:48:44 ---> 7d8c98d5fb4c 18:48:44 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:48:44 ---> Using cache 18:48:44 ---> a62b51d780b4 18:48:44 Step 5/27 : RUN apk update && apk add make bash git 18:48:47 ---> Running in 0605e7c65b81 18:48:47 Removing intermediate container 15c00105789b 18:48:47 ---> e5da9fc624ec 18:48:47 Step 6/23 : COPY go.mod . 18:48:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 18:48:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:48:48 ---> 57556b77a651 18:48:48 Step 3/21 : WORKDIR /edgex-go 18:48:48 ---> Using cache 18:48:48 ---> 7d8c98d5fb4c 18:48:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:48:48 ---> Using cache 18:48:48 ---> a62b51d780b4 18:48:48 Step 5/21 : RUN apk update && apk add make git 18:48:48 ---> Using cache 18:48:48 ---> 58773b2bdf2c 18:48:48 Step 6/21 : COPY go.mod . 18:48:48 ---> Using cache 18:48:48 ---> 3b0f36e8b151 18:48:48 Step 7/21 : RUN go mod download 18:48:48 ---> Using cache 18:48:48 ---> 64b20d817cd5 18:48:48 Step 8/21 : COPY . . 18:48:48 ---> Using cache 18:48:48 ---> af8fd9578660 18:48:48 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:48:48 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 18:48:48 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 18:48:48 ---> 57556b77a651 18:48:48 Step 3/29 : WORKDIR /edgex-go 18:48:48 ---> Using cache 18:48:48 ---> 7d8c98d5fb4c 18:48:48 Step 4/29 : RUN apk update && apk add make git 18:48:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:48:49 ---> Running in 95c4ab393c80 18:48:49 ---> Running in d505790d882d 18:48:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:48:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:48:49 ---> 57556b77a651 18:48:49 Step 3/22 : WORKDIR /edgex-go 18:48:49 ---> Using cache 18:48:49 ---> 7d8c98d5fb4c 18:48:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:48:49 ---> Using cache 18:48:49 ---> a62b51d780b4 18:48:49 Step 5/22 : RUN apk update && apk add make git 18:48:49 ---> Using cache 18:48:49 ---> 58773b2bdf2c 18:48:49 Step 6/22 : COPY go.mod . 18:48:49 ---> Using cache 18:48:49 ---> 3b0f36e8b151 18:48:49 Step 7/22 : RUN go mod download 18:48:49 ---> Using cache 18:48:49 ---> 64b20d817cd5 18:48:49 Step 8/22 : COPY . . 18:48:49 ---> Using cache 18:48:49 ---> af8fd9578660 18:48:49 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:48:49 ---> 07fa8a8c78ea 18:48:49 Step 7/23 : RUN go mod download 18:48:49 ---> Running in 848b368c26f9 18:48:49 ---> Running in 9e1b255eabaf 18:48:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:50 2020-12-07T18:48:47Z INFO Waiting for automatic snapd restart... 18:48:50 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:48:50 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:48:50 OK: 12616 distinct packages available 18:48:51 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 18:48:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:48:51 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 18:48:51 OK: 217 MiB in 51 packages 18:48:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:53 Removing intermediate container 0605e7c65b81 18:48:53 ---> 8328d17c2178 18:48:53 Step 6/27 : COPY go.mod . 18:48:53 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:48:53 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 18:48:53 OK: 12616 distinct packages available 18:48:53 Removing intermediate container 9e1b255eabaf 18:48:53 ---> 3c4cd0a7476e 18:48:53 Step 8/23 : COPY . . 18:48:54 OK: 217 MiB in 51 packages 18:48:54 ---> 195d7f3fa1fa 18:48:54 Step 7/27 : RUN go mod download 18:48:54 ---> Running in 4e7b0c0be246 18:48:58 Removing intermediate container d505790d882d 18:48:58 ---> 630b9cbb8c79 18:48:58 Step 5/29 : COPY go.mod . 18:48:59 ---> 133fbeb09e3e 18:48:59 Step 6/29 : RUN go mod download 18:49:00 ---> Running in c234c108cd19 18:49:00 Removing intermediate container 4e7b0c0be246 18:49:00 ---> 8b2ccbf57f35 18:49:00 Step 8/27 : COPY . . 18:49:06 Removing intermediate container c234c108cd19 18:49:06 ---> be57f5ab038f 18:49:06 Step 7/29 : COPY . . 18:49:08 lxd 4.8 from Canonical* installed 18:49:08 + sudo lxd init --auto 18:49:15 + sudo snap install --classic snapcraft 18:49:20 snapcraft 4.4.4 from Canonical* installed 18:49:20 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:49:20 + patch --verbose -p1 18:49:20 Hmm... Looks like a unified diff to me... 18:49:20 The text leading up to this was: 18:49:20 -------------------------- 18:49:20 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 18:49:20 |From: Tony Espy 18:49:20 |Date: Wed, 2 Dec 2020 17:38:31 -0500 18:49:20 |Subject: [PATCH] optimize snap build for pipeline CI check 18:49:20 | 18:49:20 |This patch is used by the EdgeX CI pipeline builds to 18:49:20 |optimize the snap CI check run for pull requests. When 18:49:20 |applied, it essentially strips out everything (apps and 18:49:20 |parts) from the snapcraft.yaml file except those required 18:49:20 |to build edgex-go, as the whole idea of the CI check is to 18:49:20 |catch changes to edgex-go that break the snap build. 18:49:20 | 18:49:20 |In general, anyone updating snapcraft.yaml will also need 18:49:20 |to update this patch file, otherwise it may fail to apply, 18:49:20 |resulting in a failed snap build CI check in the associated 18:49:20 |pull request. 18:49:20 | 18:49:20 |Note - in addition to applying this patch, the pipeline also 18:49:20 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:49:20 |need to build the finally binary .snap file (and it won't 18:49:20 |work with the patch applied). This further reduces the build 18:49:20 |time. 18:49:20 |--- 18:49:20 | snap/snapcraft.yaml | 466 +------------------------------------------- 18:49:20 | 1 file changed, 2 insertions(+), 464 deletions(-) 18:49:20 | 18:49:20 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:49:20 |index b265277c..d7e1de37 100644 18:49:20 |--- a/snap/snapcraft.yaml 18:49:20 |+++ b/snap/snapcraft.yaml 18:49:20 -------------------------- 18:49:20 patching file snap/snapcraft.yaml 18:49:20 Using Plan A... 18:49:20 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 18:49:20 Hunk #2 succeeded at 81 (offset -3 lines). 18:49:20 Hunk #3 succeeded at 211 (offset -7 lines). 18:49:20 Hunk #4 succeeded at 226 (offset -7 lines). 18:49:20 Hunk #5 succeeded at 234 (offset -7 lines). 18:49:20 Hunk #6 succeeded at 241 (offset -7 lines). 18:49:20 Hunk #7 succeeded at 268 (offset -7 lines). 18:49:20 Hunk #8 succeeded at 302 (offset -7 lines). 18:49:20 Hunk #9 succeeded at 358 (offset -7 lines). 18:49:20 Hmm... Ignoring the trailing garbage. 18:49:20 done 18:49:20 + sudo snapcraft prime --use-lxd 18:49:21 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:49:21 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: 18:49:21 - README.md 18:49:21 - snapcraft.yaml.orig 18:49:21 18:49:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:49:22 Launching a container. 18:49:33 ---> 9f7c738b08b8 18:49:33 Step 9/23 : RUN make cmd/core-data/core-data 18:49:33 ---> Running in 03843b78aaef 18:49:34 Waiting for container to be ready 18:49:34 To start your first instance, try: lxc launch ubuntu:18.04 18:49:34 18:49:34 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 18:49:37 ---> 5d902a154a07 18:49:37 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:49:37 ---> Running in dd6bba8e5f19 18:49:37 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:49:37 Waiting for network to be ready... 18:49:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:49:38 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:49:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 18:49:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 18:49:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 18:49:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 18:49:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] 18:49:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] 18:49:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1092 kB] 18:49:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 18:49:38 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:49:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:49:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:49:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:49:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:49:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:49:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:49:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:49:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:49:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 18:49:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 18:49:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] 18:49:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] 18:49:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 18:49:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] 18:49:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1695 kB] 18:49:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 18:49:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:49:41 ---> b48193f70f35 18:49:41 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 18:49:41 ---> Running in 2f2244c24009 18:49:43 Fetched 23.5 MB in 5s (4741 kB/s) 18:49:43 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 18:49:44 Reading package lists... 18:49:44 Reading package lists... 18:49:44 Building dependency tree... 18:49:44 Reading state information... 18:49:44 The following additional packages will be installed: 18:49:44 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:49:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:49:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:49:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:49:44 Suggested packages: 18:49:44 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:49:44 Recommended packages: 18:49:44 gnupg libsasl2-modules 18:49:44 The following NEW packages will be installed: 18:49:44 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:49:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:49:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:49:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:49:44 The following packages will be upgraded: 18:49:44 gpg gpg-agent gpgconf libudev1 18:49:45 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 18:49:45 Need to get 3531 kB of archives. 18:49:45 After this operation, 13.3 MB of additional disk space will be used. 18:49:45 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 18:49:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 18:49:45 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 18:49:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 18:49:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 18:49:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 18:49:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 18:49:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 18:49:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 18:49:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 18:49:45 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:49:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:49:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:49:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:49:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:49:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:49:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:49:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:49:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:49:45 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:49:45 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:49:45 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:49:46 debconf: delaying package configuration, since apt-utils is not installed 18:49:46 Fetched 3531 kB in 1s (3449 kB/s) 18:49:46 (Reading database ... 12511 files and directories currently installed.) 18:49:46 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 18:49:46 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 18:49:46 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 18:49:46 Selecting previously unselected package udev. 18:49:46 (Reading database ... 12511 files and directories currently installed.) 18:49:46 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 18:49:46 Unpacking udev (237-3ubuntu10.43) ... 18:49:46 Selecting previously unselected package libfuse2:amd64. 18:49:46 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:49:46 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:49:47 Selecting previously unselected package fuse. 18:49:47 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:49:47 Unpacking fuse (2.9.7-1ubuntu1) ... 18:49:47 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 18:49:47 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:49:47 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 18:49:47 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:49:47 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 18:49:47 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:49:47 Selecting previously unselected package libksba8:amd64. 18:49:47 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:49:47 Unpacking libksba8:amd64 (1.3.5-2) ... 18:49:47 Selecting previously unselected package libroken18-heimdal:amd64. 18:49:47 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:49:47 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:47 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:49:47 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:49:47 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:47 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:49:47 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:49:47 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:47 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:49:47 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:49:47 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:48 Selecting previously unselected package libwind0-heimdal:amd64. 18:49:48 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:49:48 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:48 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:49:48 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:49:48 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:48 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:49:48 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:49:48 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:48 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:49:48 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:49:48 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:48 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:49:48 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:49:48 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:48 Selecting previously unselected package libsasl2-modules-db:amd64. 18:49:48 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 18:49:48 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 18:49:48 Selecting previously unselected package libsasl2-2:amd64. 18:49:48 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 18:49:48 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 18:49:48 Selecting previously unselected package libldap-common. 18:49:48 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 18:49:48 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:49:48 Selecting previously unselected package libldap-2.4-2:amd64. 18:49:48 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 18:49:48 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:49:48 Selecting previously unselected package dirmngr. 18:49:48 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 18:49:48 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 18:49:49 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:49:49 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 18:49:49 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:49:49 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 18:49:49 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 18:49:49 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 18:49:49 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:49 Setting up libksba8:amd64 (1.3.5-2) ... 18:49:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:49:49 Setting up udev (237-3ubuntu10.43) ... 18:49:49 invoke-rc.d: policy-rc.d denied execution of start. 18:49:49 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:49 Processing triggers for systemd (237-3ubuntu10) ... 18:49:49 Setting up fuse (2.9.7-1ubuntu1) ... 18:49:49 Setting up gpg (2.2.4-1ubuntu1.3) ... 18:49:49 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:49 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:49 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:49 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:49 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:50 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:50 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:49:50 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:49:50 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 18:49:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:49:50 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:49:50 settings in the [Install] section, and DefaultInstance for template units). 18:49:50 This means they are not meant to be enabled using systemctl. 18:49:50 Possible reasons for having this kind of units are: 18:49:50 1) A unit may be statically enabled by being symlinked from another unit's 18:49:50 .wants/ or .requires/ directory. 18:49:50 2) A unit's purpose may be to act as a helper for some other unit which has 18:49:50 a requirement dependency on it. 18:49:50 3) A unit may be started when needed via activation (socket, path, timer, 18:49:50 D-Bus, udev, scripted systemctl call, ...). 18:49:50 4) In case of template units, the unit is meant to be enabled with some 18:49:50 instance name specified. 18:49:51 Reading package lists... 18:49:51 Building dependency tree... 18:49:51 Reading state information... 18:49:51 The following additional packages will be installed: 18:49:51 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:49:51 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:49:51 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:49:51 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:49:51 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:49:51 Suggested packages: 18:49:51 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:49:51 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:49:51 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:49:51 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:49:51 systemd-container policykit-1 18:49:51 Recommended packages: 18:49:51 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:49:51 The following NEW packages will be installed: 18:49:51 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:49:51 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:49:51 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:49:51 multiarch-support openssh-client python3 python3-minimal python3.6 18:49:51 python3.6-minimal snapd squashfs-tools sudo 18:49:51 The following packages will be upgraded: 18:49:51 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:49:51 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 18:49:51 Need to get 35.2 MB of archives. 18:49:51 After this operation, 141 MB of additional disk space will be used. 18:49:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.1 [807 kB] 18:49:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.1 [1201 kB] 18:49:51 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 18:49:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.6 [1301 kB] 18:49:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 18:49:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:49:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 18:49:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 18:49:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 18:49:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:49:51 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:49:51 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:49:51 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:49:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:49:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:49:51 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.4 [1088 kB] 18:49:51 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:49:52 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 18:49:52 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:49:52 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:49:52 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:49:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:49:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:49:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 18:49:52 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:49:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 18:49:52 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:49:52 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:49:52 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:49:52 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 18:49:53 debconf: delaying package configuration, since apt-utils is not installed 18:49:53 Fetched 35.2 MB in 2s (16.3 MB/s) 18:49:53 (Reading database ... 12757 files and directories currently installed.) 18:49:53 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 18:49:54 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 18:49:54 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 18:49:54 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 18:49:54 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 18:49:55 (Reading database ... 12757 files and directories currently installed.) 18:49:55 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.1_amd64.deb ... 18:49:55 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) over (1.6.1) ... 18:49:55 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) ... 18:49:55 (Reading database ... 12757 files and directories currently installed.) 18:49:55 Preparing to unpack .../apt_1.6.12ubuntu0.1_amd64.deb ... 18:49:55 Unpacking apt (1.6.12ubuntu0.1) over (1.6.1) ... 18:49:55 Setting up apt (1.6.12ubuntu0.1) ... 18:49:55 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:49:56 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:49:56 (Reading database ... 12764 files and directories currently installed.) 18:49:56 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 18:49:56 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... 18:49:56 Selecting previously unselected package libpython3.6-minimal:amd64. 18:49:56 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:49:56 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:49:56 Selecting previously unselected package libexpat1:amd64. 18:49:56 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:49:56 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:49:56 Selecting previously unselected package python3.6-minimal. 18:49:56 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:49:56 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:49:56 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 18:49:57 Checking for services that may need to be restarted...done. 18:49:57 Checking for services that may need to be restarted...done. 18:49:57 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:49:57 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:49:57 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:49:57 Selecting previously unselected package python3-minimal. 18:49:57 (Reading database ... 13012 files and directories currently installed.) 18:49:57 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:49:57 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:49:57 Selecting previously unselected package mime-support. 18:49:57 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:49:58 Unpacking mime-support (3.60ubuntu1) ... 18:49:58 Selecting previously unselected package libmpdec2:amd64. 18:49:58 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:49:58 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:49:58 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:49:58 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:49:58 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:49:58 Selecting previously unselected package python3.6. 18:49:58 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:49:58 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:49:58 Selecting previously unselected package libpython3-stdlib:amd64. 18:49:58 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:49:58 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:49:58 Setting up python3-minimal (3.6.7-1~18.04) ... 18:49:58 Selecting previously unselected package python3. 18:49:58 (Reading database ... 13442 files and directories currently installed.) 18:49:58 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:49:58 Unpacking python3 (3.6.7-1~18.04) ... 18:49:58 Selecting previously unselected package multiarch-support. 18:49:58 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 18:49:58 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 18:49:58 Setting up multiarch-support (2.27-3ubuntu1.3) ... 18:49:59 Selecting previously unselected package liblzo2-2:amd64. 18:49:59 (Reading database ... 13479 files and directories currently installed.) 18:49:59 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:49:59 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:49:59 Selecting previously unselected package libbsd0:amd64. 18:49:59 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:49:59 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:49:59 Selecting previously unselected package sudo. 18:49:59 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 18:49:59 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 18:50:00 Selecting previously unselected package apparmor. 18:50:00 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:50:00 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:50:00 Selecting previously unselected package libedit2:amd64. 18:50:00 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:50:00 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:50:00 Selecting previously unselected package libkrb5support0:amd64. 18:50:00 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:50:00 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:50:00 Selecting previously unselected package libk5crypto3:amd64. 18:50:00 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:50:00 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:50:00 Selecting previously unselected package libkeyutils1:amd64. 18:50:00 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:50:00 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:50:00 Selecting previously unselected package libkrb5-3:amd64. 18:50:00 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:50:00 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:50:00 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:50:00 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:50:00 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:50:00 Selecting previously unselected package libssl1.0.0:amd64. 18:50:00 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.4_amd64.deb ... 18:50:00 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.4) ... 18:50:00 Selecting previously unselected package openssh-client. 18:50:00 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:50:00 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:50:01 Selecting previously unselected package squashfs-tools. 18:50:01 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:50:01 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:50:01 Selecting previously unselected package snapd. 18:50:01 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 18:50:01 Unpacking snapd (2.48+18.04) ... 18:50:03 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:50:03 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.4) ... 18:50:03 Setting up mime-support (3.60ubuntu1) ... 18:50:03 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 18:50:03 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:50:03 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:50:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:50:03 Setting up systemd (237-3ubuntu10.43) ... 18:50:03 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:50:04 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:50:04 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:50:04 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:50:04 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:50:04 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:50:04 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:50:05 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:50:05 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:50:05 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:50:05 Setting up python3 (3.6.7-1~18.04) ... 18:50:05 running python rtupdate hooks for python3.6... 18:50:05 running python post-rtupdate hooks for python3.6... 18:50:05 Setting up apparmor (2.12-4ubuntu5.1) ... 18:50:06 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:50:06 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:50:06 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:50:07 Setting up snapd (2.48+18.04) ... 18:50:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:50:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:50:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:50:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:50:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:50:08 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:50:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:50:09 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:50:09 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:50:09 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:50:09 /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' 18:50:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:50:09 Processing triggers for systemd (237-3ubuntu10.43) ... 18:50:10 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:50:10 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:50:10 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:50:12 Reading package lists... 18:50:12 Reading package lists... 18:50:12 Building dependency tree... 18:50:12 Reading state information... 18:50:12 Calculating upgrade... 18:50:12 The following packages will be upgraded: 18:50:12 advancecomp base-files bash binutils binutils-common 18:50:12 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:50:12 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:50:12 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 18:50:12 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 18:50:12 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 18:50:12 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 18:50:12 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 18:50:12 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 18:50:12 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 18:50:12 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 18:50:12 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 18:50:12 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 18:50:12 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:50:12 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:50:12 Need to get 63.5 MB of archives. 18:50:12 After this operation, 5192 kB of additional disk space will be used. 18:50:12 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 18:50:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] 18:50:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:50:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:50:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:50:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:50:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:50:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:50:13 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:50:13 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:50:13 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:50:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:50:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:50:13 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 18:50:13 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 18:50:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:50:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:50:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:50:13 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:50:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:50:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:50:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 18:50:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:50:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:50:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:50:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:50:14 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:50:14 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:50:14 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:50:14 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:50:14 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:50:14 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 18:50:14 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:50:14 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:50:14 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:50:14 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:50:14 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:50:14 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:50:14 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 18:50:14 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:50:14 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:50:14 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:50:14 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:50:14 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:50:14 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:50:14 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:50:14 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:50:14 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:50:14 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:50:14 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:50:14 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:50:14 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:50:14 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:50:14 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:50:14 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:50:14 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:50:14 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:50:14 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:50:14 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:50:14 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:50:14 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:50:14 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:50:14 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 18:50:14 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 18:50:14 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:50:14 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:50:14 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:50:14 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:50:14 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.6 [614 kB] 18:50:14 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:50:14 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:50:14 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:50:14 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 18:50:14 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:50:14 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:50:14 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:50:14 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 18:50:14 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:50:14 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:50:14 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] 18:50:14 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 18:50:15 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 18:50:15 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 18:50:15 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:50:15 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:50:15 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:50:15 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:50:15 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:50:16 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:50:16 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:50:16 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:50:16 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:50:16 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:50:16 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:50:16 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:50:16 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:50:16 debconf: delaying package configuration, since apt-utils is not installed 18:50:17 Fetched 63.5 MB in 4s (16.1 MB/s) 18:50:17 (Reading database ... 13912 files and directories currently installed.) 18:50:17 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 18:50:17 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 18:50:17 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 18:50:18 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 18:50:18 Preparing to unpack .../2-linux-libc-dev_4.15.0-126.129_amd64.deb ... 18:50:18 Unpacking linux-libc-dev:amd64 (4.15.0-126.129) over (4.15.0-20.21) ... 18:50:18 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:50:18 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:50:18 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:50:18 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:50:18 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:50:19 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:50:19 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:50:19 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:50:19 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:50:19 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:50:19 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:50:19 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:50:19 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:50:19 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:50:19 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:50:19 (Reading database ... 13911 files and directories currently installed.) 18:50:19 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:50:19 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:50:20 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:50:20 (Reading database ... 13911 files and directories currently installed.) 18:50:20 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:50:20 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:50:20 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:50:20 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:50:20 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:50:20 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:50:20 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:50:20 (Reading database ... 13911 files and directories currently installed.) 18:50:20 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 18:50:20 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 18:50:21 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 18:50:21 (Reading database ... 13911 files and directories currently installed.) 18:50:21 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:50:21 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:50:21 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:50:21 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:50:21 Setting up base-files (10.1ubuntu2.10) ... 18:50:21 Installing new version of config file /etc/issue ... 18:50:21 Installing new version of config file /etc/issue.net ... 18:50:21 Installing new version of config file /etc/lsb-release ... 18:50:21 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:50:22 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:50:22 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:50:22 Removing obsolete conffile /etc/default/motd-news ... 18:50:22 (Reading database ... 13912 files and directories currently installed.) 18:50:22 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:50:22 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:50:22 Setting up bash (4.4.18-2ubuntu1.2) ... 18:50:22 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 18:50:22 (Reading database ... 13912 files and directories currently installed.) 18:50:22 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:50:22 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:50:22 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:50:22 (Reading database ... 13912 files and directories currently installed.) 18:50:22 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 18:50:22 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 18:50:22 Setting up tar (1.29b-2ubuntu0.1) ... 18:50:22 (Reading database ... 13912 files and directories currently installed.) 18:50:22 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:50:23 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:50:23 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:50:23 (Reading database ... 13912 files and directories currently installed.) 18:50:23 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:50:23 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:50:23 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:50:23 (Reading database ... 13912 files and directories currently installed.) 18:50:23 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:50:23 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:50:24 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:50:24 (Reading database ... 13912 files and directories currently installed.) 18:50:24 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:50:24 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:50:24 Setting up grep (3.1-2build1) ... 18:50:24 (Reading database ... 13912 files and directories currently installed.) 18:50:24 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:50:24 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:50:24 Setting up login (1:4.5-1ubuntu2) ... 18:50:24 (Reading database ... 13912 files and directories currently installed.) 18:50:24 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:50:24 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:50:24 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:50:24 (Reading database ... 13912 files and directories currently installed.) 18:50:24 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:50:24 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:50:25 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:50:25 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:50:25 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:50:25 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:50:26 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:50:26 (Reading database ... 13912 files and directories currently installed.) 18:50:26 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:50:26 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:50:27 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:50:27 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:50:27 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:50:27 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:50:27 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:50:27 (Reading database ... 13912 files and directories currently installed.) 18:50:27 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:50:27 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:50:28 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:50:28 (Reading database ... 13912 files and directories currently installed.) 18:50:28 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:50:28 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:50:28 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:50:28 (Reading database ... 13912 files and directories currently installed.) 18:50:28 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:50:28 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:50:28 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:50:28 (Reading database ... 13912 files and directories currently installed.) 18:50:28 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:50:28 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:50:28 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:50:28 (Reading database ... 13912 files and directories currently installed.) 18:50:28 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:50:28 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:50:28 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:50:28 (Reading database ... 13912 files and directories currently installed.) 18:50:28 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:50:28 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:50:28 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:50:28 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:50:29 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:50:29 (Reading database ... 13912 files and directories currently installed.) 18:50:29 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:50:29 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:50:29 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:50:29 (Reading database ... 13912 files and directories currently installed.) 18:50:29 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:50:29 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:50:29 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:50:29 (Reading database ... 13912 files and directories currently installed.) 18:50:29 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:50:29 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:50:29 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:50:29 (Reading database ... 13912 files and directories currently installed.) 18:50:29 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:50:29 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:50:30 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:50:30 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:50:30 Removing intermediate container 95c4ab393c80 18:50:30 ---> ae3765ab16b8 18:50:30 18:50:30 Step 10/21 : FROM scratch 18:50:30 ---> 18:50:30 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:50:30 ---> Using cache 18:50:30 ---> 57b21f940acd 18:50:30 Step 12/21 : ENV APP_PORT=48085 18:50:30 ---> Running in 424cff5ba227 18:50:30 Removing intermediate container 424cff5ba227 18:50:30 ---> d2764d3fd04e 18:50:30 Step 13/21 : EXPOSE $APP_PORT 18:50:30 ---> Running in 2d7ce8cd364f 18:50:30 Removing intermediate container 2d7ce8cd364f 18:50:30 ---> f99ab4d89b90 18:50:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:50:30 ---> c5d9ab744727 18:50:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:50:30 ---> 29e794d2b257 18:50:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:50:30 ---> b46185a6c177 18:50:30 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:50:30 ---> Running in a4bdf3595e4a 18:50:30 Removing intermediate container a4bdf3595e4a 18:50:30 ---> a1dfd9a81cea 18:50:30 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:50:30 ---> Running in e59d93727437 18:50:30 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:50:31 (Reading database ... 13912 files and directories currently installed.) 18:50:31 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 18:50:31 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 18:50:31 Removing intermediate container e59d93727437 18:50:31 ---> f41e14402e50 18:50:31 Step 19/21 : LABEL arch=arm64 18:50:31 Setting up libc-bin (2.27-3ubuntu1.3) ... 18:50:31 ---> Running in 28ee92d2c6fc 18:50:31 (Reading database ... 13912 files and directories currently installed.) 18:50:31 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:50:31 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:50:31 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:50:31 (Reading database ... 13914 files and directories currently installed.) 18:50:31 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:50:31 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:50:31 Setting up debconf (1.5.66ubuntu1) ... 18:50:32 Removing intermediate container 28ee92d2c6fc 18:50:32 ---> b02ef32d2807 18:50:32 Step 20/21 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:50:32 (Reading database ... 13914 files and directories currently installed.) 18:50:32 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:50:32 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:50:32 ---> Running in 3eb9d038e0f9 18:50:32 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:50:32 (Reading database ... 13914 files and directories currently installed.) 18:50:32 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:50:32 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:50:32 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:50:32 (Reading database ... 13914 files and directories currently installed.) 18:50:32 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:50:32 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:50:32 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:50:32 (Reading database ... 13914 files and directories currently installed.) 18:50:32 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:50:33 Removing intermediate container 3eb9d038e0f9 18:50:33 ---> 91f52305c0f3 18:50:33 Step 21/21 : LABEL version=0.0.0 18:50:33 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:50:33 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 18:50:33 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 18:50:33 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:50:33 ---> Running in daa47b3d0c75 18:50:33 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:50:33 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:50:33 (Reading database ... 13914 files and directories currently installed.) 18:50:33 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:50:33 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:50:33 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:50:33 (Reading database ... 13914 files and directories currently installed.) 18:50:33 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:50:33 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:50:33 Removing intermediate container daa47b3d0c75 18:50:33 ---> c397ad9c8e60 18:50:33 18:50:34 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:50:34 (Reading database ... 13914 files and directories currently installed.) 18:50:34 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:50:34 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:50:34 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:50:34 (Reading database ... 13914 files and directories currently installed.) 18:50:34 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 18:50:34 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 18:50:34 Successfully built c397ad9c8e60 18:50:34 Successfully tagged docker-support-scheduler-go-arm64:latest 18:50:34 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 18:50:34 (Reading database ... 13914 files and directories currently installed.) 18:50:34 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:50:34 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:50:34 Setting up passwd (1:4.5-1ubuntu2) ... 18:50:35 (Reading database ... 13914 files and directories currently installed.) 18:50:35 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 18:50:35 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:50:35 Setting up gpgv (2.2.4-1ubuntu1.3) ... 18:50:35 (Reading database ... 13914 files and directories currently installed.) 18:50:35 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:50:35 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:50:35 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:50:35 (Reading database ... 13914 files and directories currently installed.) 18:50:35 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:50:35 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:50:35 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:50:35 (Reading database ... 13914 files and directories currently installed.) 18:50:35 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:50:35 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:50:35 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:50:35 (Reading database ... 13914 files and directories currently installed.) 18:50:35 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:50:36 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:50:36 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:50:36 (Reading database ... 13914 files and directories currently installed.) 18:50:36 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:50:36 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:50:36 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:50:36 (Reading database ... 13915 files and directories currently installed.) 18:50:36 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:50:36 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:50:36 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:50:37 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:50:37 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 18:50:37 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... 18:50:37 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 18:50:37 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 18:50:37 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:50:37 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:50:37 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:50:37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:50:37 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:50:37 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:50:37 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:50:37 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:50:38 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:50:38 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:50:38 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:50:38 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:50:38 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:50:38 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:50:38 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 18:50:38 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 18:50:39 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:50:39 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:50:39 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:50:39 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:50:39 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:50:39 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:50:40 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:50:40 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:50:40 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:50:40 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:50:40 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:50:40 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:50:40 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:50:40 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:50:40 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:50:40 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:50:40 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:50:40 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:50:40 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:50:41 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:50:42 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:50:42 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:50:43 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:50:43 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:50:43 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:50:43 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:50:44 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:50:44 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:50:45 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:50:45 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:50:45 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:50:45 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:50:45 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:50:45 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:50:45 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:50:45 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:50:45 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:50:45 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:50:45 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:50:45 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:50:45 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:50:45 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:50:46 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:50:46 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:50:46 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:50:46 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:50:46 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:50:46 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:50:46 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:50:46 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:50:46 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:50:46 Setting up tzdata (2020d-0ubuntu0.18.04) ... 18:50:46 18:50:46 Current default time zone: 'Etc/UTC' 18:50:46 Local time is now: Mon Dec 7 18:50:46 UTC 2020. 18:50:46 Universal Time is now: Mon Dec 7 18:50:46 UTC 2020. 18:50:46 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:50:46 18:50:46 Setting up systemd-sysv (237-3ubuntu10.43) ... 18:50:46 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:50:46 Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... 18:50:46 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:50:46 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:50:46 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:50:46 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:50:46 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:50:46 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:50:47 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:50:47 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:50:47 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:50:47 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:50:47 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 18:50:47 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:50:47 Setting up patch (2.7.6-2ubuntu1.1) ... 18:50:47 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:50:47 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:50:47 Setting up openssl (1.1.1-1ubuntu2.1~18.04.6) ... 18:50:47 Installing new version of config file /etc/ssl/openssl.cnf ... 18:50:47 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:50:47 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 18:50:47 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 18:50:49 Updating certificates in /etc/ssl/certs... 18:50:50 22 added, 17 removed; done. 18:50:50 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 18:50:50 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:50:50 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:50:50 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:50:50 Setting up pkgbinarymangler (138.18.04.1) ... 18:50:50 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:50:50 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 18:50:50 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:50:50 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:50:50 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:50:50 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:50:50 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:50:50 Setting up perl (5.26.1-6ubuntu0.5) ... 18:50:50 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 18:50:50 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:50:50 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:50:50 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 18:50:50 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:50:50 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:50:50 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:50:50 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:50:50 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:50:51 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:50:51 Processing triggers for systemd (237-3ubuntu10.43) ... 18:50:51 Processing triggers for mime-support (3.60ubuntu1) ... 18:50:51 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 18:50:51 Updating certificates in /etc/ssl/certs... 18:50:51 0 added, 0 removed; done. 18:50:51 Running hooks in /etc/ca-certificates/update.d... 18:50:51 done. 18:50:52 Reading package lists... 18:50:52 Building dependency tree... 18:50:52 Reading state information... 18:50:52 The following NEW packages will be installed: 18:50:52 apt-transport-https 18:50:52 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:50:52 Need to get 1692 B of archives. 18:50:52 After this operation, 153 kB of additional disk space will be used. 18:50:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] 18:50:53 debconf: delaying package configuration, since apt-utils is not installed 18:50:53 Fetched 1692 B in 0s (8461 B/s) 18:50:53 Selecting previously unselected package apt-transport-https. 18:50:53 (Reading database ... 13929 files and directories currently installed.) 18:50:53 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... 18:50:53 Unpacking apt-transport-https (1.6.12ubuntu0.1) ... 18:50:53 Setting up apt-transport-https (1.6.12ubuntu0.1) ... 18:50:53 Waiting for network to be ready... 18:50:56  Building docker-support-scheduler-go ... done Removing intermediate container 848b368c26f9 18:50:56 ---> 5e3b3a8cdf50 18:50:56 18:50:56 Step 10/22 : FROM scratch 18:50:56 ---> 18:50:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:50:56 ---> Using cache 18:50:56 ---> 57b21f940acd 18:50:56 Step 12/22 : ENV APP_PORT=48081 18:50:56 ---> Running in 404a15f310a2 18:50:56 Removing intermediate container 404a15f310a2 18:50:56 ---> 11b72fed280b 18:50:56 Step 13/22 : EXPOSE $APP_PORT 18:50:56 ---> Running in 0d92de59f874 18:50:56 Removing intermediate container 0d92de59f874 18:50:56 ---> a8fe6662f511 18:50:56 Step 14/22 : WORKDIR / 18:50:56 ---> Running in 2bb1ec7602cf 18:50:56 Removing intermediate container 2bb1ec7602cf 18:50:56 ---> 5ee130ad4511 18:50:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:50:57 ---> 71cded39c4d0 18:50:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:50:59 2020-12-07T18:50:57Z INFO Waiting for automatic snapd restart... 18:50:59 snapd 2.48.1 from Canonical* installed 18:51:00 Removing intermediate container 2f2244c24009 18:51:00 ---> 5667dc7179b0 18:51:00 18:51:00 Step 9/29 : FROM alpine:latest 18:51:00 ---> 2e77e061c27f 18:51:00 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 18:51:00 ---> 01edfb6d6f21 18:51:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:51:00 ---> Running in 5c57523d26ea 18:51:00 "snapd" switched to the "latest/stable" channel 18:51:00 18:51:01 Removing intermediate container 5c57523d26ea 18:51:01 ---> 3f0f9de4e8d6 18:51:01 Step 11/29 : USER root 18:51:01 ---> Running in f7d4912bdbe6 18:51:01 ---> f59c2ae842d5 18:51:01 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:51:02 ---> Running in 31cd187e7cdc 18:51:02 Removing intermediate container f7d4912bdbe6 18:51:02 ---> fc37a7b1293a 18:51:02 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 18:51:02 Removing intermediate container 31cd187e7cdc 18:51:02 ---> d4fa3d0c634f 18:51:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:51:02 ---> Running in ac59b70b6bff 18:51:03 ---> Running in 98446896461e 18:51:03 Removing intermediate container 98446896461e 18:51:03 ---> dc5aa9270426 18:51:03 Step 20/22 : LABEL arch=arm64 18:51:04 ---> Running in 02299140b69b 18:51:05 core18 20200929 from Canonical* installed 18:51:05 "core18" switched to the "latest/stable" channel 18:51:05 18:51:05 Removing intermediate container 02299140b69b 18:51:05 ---> 01d4f15d80bd 18:51:05 Step 21/22 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:51:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:51:05 ---> Running in f5399e23a018 18:51:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:51:06 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:51:06 v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:51:06 OK: 12617 distinct packages available 18:51:06 Removing intermediate container f5399e23a018 18:51:06 ---> c69bf51bad5b 18:51:06 Step 22/22 : LABEL version=0.0.0 18:51:07 ---> Running in 0b5e9162d3cb 18:51:07 (1/2) Installing ca-certificates (20191127-r4) 18:51:07 (2/2) Installing dumb-init (1.2.2-r1) 18:51:07 Executing busybox-1.31.1-r19.trigger 18:51:07 Executing ca-certificates-20191127-r4.trigger 18:51:07 OK: 6 MiB in 16 packages 18:51:07 Removing intermediate container 0b5e9162d3cb 18:51:07 ---> b9a87b2de894 18:51:07 18:51:08 Removing intermediate container dd6bba8e5f19 18:51:08 ---> 69fad5133b6c 18:51:08 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:51:08 Successfully built b9a87b2de894 18:51:08 ---> Running in 420b34f2c541 18:51:08 Successfully tagged docker-core-metadata-go-arm64:latest 18:51:11  Building docker-core-metadata-go ... done 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 18:51:11 Removing intermediate container ac59b70b6bff 18:51:11 ---> e8e6c2a99747 18:51:11 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 18:51:11 ---> Running in adbb372ede2f 18:51:11 snapcraft 4.4.4 from Canonical* installed 18:51:11 "snapcraft" switched to the "latest/stable" channel 18:51:11 18:51:12 Removing intermediate container adbb372ede2f 18:51:12 ---> ba4dd1f6e3cf 18:51:12 Step 14/29 : WORKDIR $BASE_DIR 18:51:12 ---> Running in c346e1bbc767 18:51:12 Removing intermediate container c346e1bbc767 18:51:12 ---> 81c207f2030a 18:51:12 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 18:51:13 ---> Running in 675dc88cb2d1 18:51:14 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: 18:51:14 - README.md 18:51:14 - snapcraft.yaml.orig 18:51:14 18:51:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:51:15 Removing intermediate container 420b34f2c541 18:51:15 ---> 340033b07d49 18:51:15 18:51:15 Step 11/27 : FROM docker:latest 18:51:15 ---> 84e3a507c27b 18:51:15 Step 12/27 : RUN apk add --no-cache bash 18:51:15 ---> Running in 7aff6242d424 18:51:15 Removing intermediate container 675dc88cb2d1 18:51:15 ---> a3c62412a2bf 18:51:15 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 18:51:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:51:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:51:17 ---> 19ffb09b9150 18:51:17 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 18:51:18 (1/2) Installing readline (8.0.4-r0) 18:51:18 (2/2) Installing bash (5.0.17-r0) 18:51:18 Executing bash-5.0.17-r0.post-install 18:51:18 Executing busybox-1.31.1-r19.trigger 18:51:18 OK: 12 MiB in 22 packages 18:51:18 ---> d1ca587b0067 18:51:18 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 18:51:19 ---> 49749e35ac87 18:51:19 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 18:51:19 Removing intermediate container 7aff6242d424 18:51:19 ---> c862f5304006 18:51:19 Step 13/27 : RUN rm -rf /var/cache/apk/* 18:51:19 ---> Running in 9a0af36f775a 18:51:19 ---> 6300bed69275 18:51:19 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 18:51:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:51:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:51:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:51:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:51:21 Fetched 88.7 kB in 0s (213 kB/s) 18:51:21 ---> 6ffcd07d5bb7 18:51:21 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 18:51:21 ---> Running in 1e30ab6befb3 18:51:22 Removing intermediate container 9a0af36f775a 18:51:22 ---> fc380c062b86 18:51:22 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:51:22 ---> Running in 86ff45d8bc0f 18:51:22 Reading package lists... 18:51:23 Removing intermediate container 86ff45d8bc0f 18:51:23 ---> b43890f0c22e 18:51:23 Step 15/27 : ENV APP_PORT=48090 18:51:23 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.10 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 18:51:23 ---> Running in e2c1fa382fdc 18:51:24 Removing intermediate container e2c1fa382fdc 18:51:24 ---> 542fac410e0d 18:51:24 Step 16/27 : EXPOSE $APP_PORT 18:51:24 Removing intermediate container 1e30ab6befb3 18:51:24 ---> 0f397476eb6b 18:51:24 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 18:51:24 ---> Running in 4098282a22e2 18:51:24 Removing intermediate container 4098282a22e2 18:51:24 ---> 98ce2a7a2a03 18:51:24 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:51:24 ---> 27cc3877b677 18:51:24 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:51:25 ---> Running in 64c7f2287889 18:51:26 ---> 97cf97b5b1a2 18:51:26 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:51:26 ---> afe79c180f87 18:51:26 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:51:28 Removing intermediate container 64c7f2287889 18:51:28 ---> b6f52b27d6f3 18:51:28 Step 24/29 : RUN chmod 755 security-secrets-setup 18:51:28 ---> f10e900f8e28 18:51:28 Step 20/27 : RUN apk --no-cache add py3-pip 18:51:28 ---> Running in 739dc494615e 18:51:28 ---> Running in b81edc7602a4 18:51:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:51:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:51:29 Reading package lists... 18:51:29 Building dependency tree... 18:51:29 Reading state information... 18:51:29 Suggested packages: 18:51:29 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:51:29 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:51:29 Recommended packages: 18:51:29 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:51:29 The following NEW packages will be installed: 18:51:29 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:51:29 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:51:29 pkg-config zip 18:51:29 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:51:29 Need to get 7656 kB of archives. 18:51:29 After this operation, 43.7 MB of additional disk space will be used. 18:51:29 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:51:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:51:29 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:51:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:51:30 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:51:30 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:51:30 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:51:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:51:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:51:30 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:51:30 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:51:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 18:51:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:51:30 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:51:30 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:51:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:51:30 (1/33) Installing libbz2 (1.0.8-r1) 18:51:30 (2/33) Installing expat (2.2.9-r1) 18:51:30 (3/33) Installing libffi (3.3-r2) 18:51:30 (4/33) Installing gdbm (1.13-r1) 18:51:30 (5/33) Installing xz-libs (5.2.5-r0) 18:51:30 (6/33) Installing sqlite-libs (3.32.1-r0) 18:51:30 debconf: delaying package configuration, since apt-utils is not installed 18:51:30 Fetched 7656 kB in 1s (7028 kB/s) 18:51:30 Selecting previously unselected package libglib2.0-0:amd64. 18:51:30 (Reading database ... 13933 files and directories currently installed.) 18:51:30 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:51:30 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:51:30 (7/33) Installing python3 (3.8.5-r0) 18:51:31 Selecting previously unselected package libpsl5:amd64. 18:51:31 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:51:31 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:51:31 Selecting previously unselected package libnghttp2-14:amd64. 18:51:31 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:51:31 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:51:31 Selecting previously unselected package librtmp1:amd64. 18:51:31 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:51:31 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:51:31 Selecting previously unselected package libcurl3-gnutls:amd64. 18:51:31 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 18:51:31 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 18:51:31 Selecting previously unselected package liberror-perl. 18:51:31 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:51:31 Unpacking liberror-perl (0.17025-1) ... 18:51:31 Selecting previously unselected package git-man. 18:51:31 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:51:31 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:51:31 Selecting previously unselected package git. 18:51:31 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:51:31 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:51:32 Removing intermediate container 03843b78aaef 18:51:32 ---> cabed6d34c40 18:51:32 18:51:32 Step 10/23 : FROM alpine 18:51:32 ---> 2e77e061c27f 18:51:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:51:32 Removing intermediate container 739dc494615e 18:51:32 ---> 89da2b50e18e 18:51:32 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 18:51:32 Selecting previously unselected package libnorm1:amd64. 18:51:32 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:51:32 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:51:32 Selecting previously unselected package libpgm-5.2-0:amd64. 18:51:32 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:51:32 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:51:32 Selecting previously unselected package libsodium23:amd64. 18:51:32 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:51:32 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:51:32 Selecting previously unselected package libzmq5:amd64. 18:51:32 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:51:32 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:51:32 (8/33) Installing py3-appdirs (1.4.4-r1) 18:51:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:51:32 (10/33) Installing py3-parsing (2.4.7-r0) 18:51:32 (11/33) Installing py3-six (1.15.0-r0) 18:51:32 (12/33) Installing py3-packaging (20.4-r0) 18:51:32 (13/33) Installing py3-setuptools (47.0.0-r0) 18:51:32 ---> Running in 851267ee41ed 18:51:32 ---> Running in d72b1d014d2d 18:51:32 (14/33) Installing py3-chardet (3.0.4-r4) 18:51:33 Selecting previously unselected package libzmq3-dev:amd64. 18:51:33 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:51:33 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:51:33 Selecting previously unselected package pkg-config. 18:51:33 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:51:33 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:51:33 (15/33) Installing py3-idna (2.9-r0) 18:51:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:51:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:51:33 (18/33) Installing py3-requests (2.23.0-r0) 18:51:33 (19/33) Installing py3-msgpack (1.0.0-r0) 18:51:33 (20/33) Installing py3-lockfile (0.12.2-r3) 18:51:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:51:33 (22/33) Installing py3-colorama (0.4.3-r0) 18:51:33 (23/33) Installing py3-distlib (0.3.0-r0) 18:51:33 Selecting previously unselected package zip. 18:51:33 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:51:33 Unpacking zip (3.0-11build1) ... 18:51:33 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:51:33 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:51:33 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:51:33 Setting up liberror-perl (0.17025-1) ... 18:51:33 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:51:33 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:51:33 (24/33) Installing py3-distro (1.5.0-r1) 18:51:33 (25/33) Installing py3-webencodings (0.5.1-r3) 18:51:33 (26/33) Installing py3-html5lib (1.0.1-r4) 18:51:33 (27/33) Installing py3-pytoml (0.1.21-r0) 18:51:33 (28/33) Installing py3-pep517 (0.8.2-r0) 18:51:33 (29/33) Installing py3-progress (1.5-r0) 18:51:33 (30/33) Installing py3-toml (0.10.1-r0) 18:51:33 (31/33) Installing py3-retrying (1.3.3-r0) 18:51:33 No schema files found: doing nothing. 18:51:33 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:51:33 Setting up zip (3.0-11build1) ... 18:51:33 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:51:33 Setting up libsodium23:amd64 (1.0.16-2) ... 18:51:33 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:51:33 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:51:33 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 18:51:33 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:51:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:51:33 (33/33) Installing py3-pip (20.1.1-r0) 18:51:33 Removing intermediate container 851267ee41ed 18:51:33 ---> f2312e618d84 18:51:33 Step 26/29 : CMD [ "generate" ] 18:51:33 Removing intermediate container d72b1d014d2d 18:51:33 ---> 1140d8553224 18:51:33 Step 12/23 : ENV APP_PORT=48080 18:51:33 Executing busybox-1.31.1-r19.trigger 18:51:33 OK: 71 MiB in 55 packages 18:51:33 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:51:33 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:51:34 ---> Running in 6affbcce4a25 18:51:34 ---> Running in b22eab297c1c 18:51:34 Removing intermediate container 6affbcce4a25 18:51:34 ---> 5f1ceeba3d3b 18:51:34 Step 27/29 : LABEL arch=arm64 18:51:34 Removing intermediate container b22eab297c1c 18:51:34 ---> 53bbb27824bc 18:51:34 Step 13/23 : EXPOSE $APP_PORT 18:51:34 ---> Running in 2b52dacf00c5 18:51:34 ---> Running in 57bb17457a04 18:51:35 Removing intermediate container 2b52dacf00c5 18:51:35 ---> c8445ae8dc46 18:51:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:35 Removing intermediate container 57bb17457a04 18:51:35 ---> 81f4f43ceb4f 18:51:35 Step 28/29 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:51:35 ---> Running in 102c248e9bc1 18:51:35 ---> Running in 2b19de6ca916 18:51:36 Removing intermediate container 2b19de6ca916 18:51:36 ---> 3709216c6c41 18:51:36 Step 29/29 : LABEL version=0.0.0 18:51:37 ---> Running in 1ed33ecf8d2c 18:51:37 Removing intermediate container 1ed33ecf8d2c 18:51:37 ---> 7dfdb804d231 18:51:37 18:51:38 Successfully built 7dfdb804d231 18:51:38 Successfully tagged docker-security-secrets-setup-go-arm64:latest 18:51:38  Building docker-security-secrets-setup-go ... done Removing intermediate container 102c248e9bc1 18:51:38 ---> 243b339680e1 18:51:38 Step 15/23 : RUN apk --no-cache add zeromq 18:51:38 ---> Running in 68ff33a954b0 18:51:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:51:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:51:40 git set to automatically installed. 18:51:40 git-man set to automatically installed. 18:51:40 libcurl3-gnutls set to automatically installed. 18:51:40 liberror-perl set to automatically installed. 18:51:40 libglib2.0-0 set to automatically installed. 18:51:40 libnghttp2-14 set to automatically installed. 18:51:40 libnorm1 set to automatically installed. 18:51:40 libpgm-5.2-0 set to automatically installed. 18:51:40 libpsl5 set to automatically installed. 18:51:40 librtmp1 set to automatically installed. 18:51:40 libsodium23 set to automatically installed. 18:51:40 libzmq3-dev set to automatically installed. 18:51:40 libzmq5 set to automatically installed. 18:51:40 pkg-config set to automatically installed. 18:51:40 zip set to automatically installed. 18:51:40 Removing intermediate container b81edc7602a4 18:51:40 ---> e9bea3f6e309 18:51:40 Step 21/27 : RUN pip install docker-compose==1.23.2 18:51:40 ---> Running in f7eaad6ca946 18:51:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:51:41 (1/5) Installing libgcc (9.3.0-r2) 18:51:41 (2/5) Installing libsodium (1.0.18-r0) 18:51:41 (3/5) Installing libstdc++ (9.3.0-r2) 18:51:42 (4/5) Installing libzmq (4.3.3-r0) 18:51:42 snapd is not logged in, snap install commands will use sudo 18:51:42 (5/5) Installing zeromq (4.3.3-r0) 18:51:42 Executing busybox-1.31.1-r19.trigger 18:51:42 OK: 8 MiB in 19 packages 18:51:43 Removing intermediate container 68ff33a954b0 18:51:43 ---> c432796d4c0e 18:51:43 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:51:44 ---> a188ea16c915 18:51:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:51:46 ---> 2fa9781d7080 18:51:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:51:46 Collecting docker-compose==1.23.2 18:51:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:51:46 ---> 70899d7e2c9e 18:51:46 Step 19/23 : ENTRYPOINT ["/core-data"] 18:51:46 ---> Running in 93ab84ea6ea2 18:51:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:51:47 Removing intermediate container 93ab84ea6ea2 18:51:47 ---> f22fa66b7677 18:51:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:51:47 ---> Running in e6b9f23e44e7 18:51:47 Collecting websocket-client<1.0,>=0.32.0 18:51:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:51:47 Removing intermediate container e6b9f23e44e7 18:51:47 ---> f01309d4f5d5 18:51:47 Step 21/23 : LABEL arch=arm64 18:51:47 ---> Running in a0558e2e38aa 18:51:47 Collecting cached-property<2,>=1.2.0 18:51:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:51:48 Removing intermediate container a0558e2e38aa 18:51:48 ---> b11a6c30435c 18:51:48 Step 22/23 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:51:48 ---> Running in bdc404bbe29d 18:51:48 Removing intermediate container bdc404bbe29d 18:51:48 ---> 79d87d3988d3 18:51:48 Step 23/23 : LABEL version=0.0.0 18:51:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:51:48 snap "core18" has no updates available 18:51:49 ---> Running in 1a9054954b83 18:51:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:51:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:51:49 Removing intermediate container 1a9054954b83 18:51:49 ---> 3636659abc7f 18:51:49 18:51:49 Pulling config-common 18:51:49 Successfully built 3636659abc7f 18:51:49 Successfully tagged docker-core-data-go-arm64:latest 18:51:50  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 18:51:50 Downloading PyYAML-3.13.tar.gz (270 kB) 18:51:50 Pulling go-build-helper 18:51:53 Collecting texttable<0.10,>=0.9.0 18:51:53 Downloading texttable-0.9.1.tar.gz (11 kB) 18:51:55 Collecting dockerpty<0.5,>=0.4.1 18:51:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:51:57 Collecting docker<4.0,>=3.6.0 18:51:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:51:57 Collecting jsonschema<3,>=2.5.1 18:51:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:51:57 Collecting docopt<0.7,>=0.6.1 18:51:57 Downloading docopt-0.6.2.tar.gz (25 kB) 18:51:59 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) 18:51:59 Collecting idna<2.8,>=2.5 18:51:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:52:00 Collecting urllib3<1.25,>=1.21.1 18:52:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:52:00 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) 18:52:00 Collecting docker-pycreds>=0.4.0 18:52:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:52:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:52:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:52:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:52:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:52:01 Installing collected packages: websocket-client, cached-property, idna, urllib3, requests, PyYAML, texttable, dockerpty, docker-pycreds, docker, jsonschema, docopt, docker-compose 18:52:02 Attempting uninstall: idna 18:52:02 Found existing installation: idna 2.9 18:52:02 Uninstalling idna-2.9: 18:52:02 Successfully uninstalled idna-2.9 18:52:02 Attempting uninstall: urllib3 18:52:02 Found existing installation: urllib3 1.25.9 18:52:02 Uninstalling urllib3-1.25.9: 18:52:02 Successfully uninstalled urllib3-1.25.9 18:52:03 Attempting uninstall: requests 18:52:03 Found existing installation: requests 2.23.0 18:52:03 Uninstalling requests-2.23.0: 18:52:03 Successfully uninstalled requests-2.23.0 18:52:03 Running setup.py install for PyYAML: started 18:52:05 Running setup.py install for PyYAML: finished with status 'done' 18:52:05 Running setup.py install for texttable: started 18:52:07 Running setup.py install for texttable: finished with status 'done' 18:52:07 Running setup.py install for dockerpty: started 18:52:09 Running setup.py install for dockerpty: finished with status 'done' 18:52:10 Running setup.py install for docopt: started 18:52:12 Running setup.py install for docopt: finished with status 'done' 18:52:12 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 18:52:17 Removing intermediate container f7eaad6ca946 18:52:17 ---> 07ebf99f341d 18:52:17 Step 22/27 : RUN apk --no-cache add curl 18:52:17 ---> Running in 15928328af40 18:52:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:52:17 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:52:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 18:52:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 18:52:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 18:52:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 18:52:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] 18:52:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] 18:52:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1092 kB] 18:52:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 18:52:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:52:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:52:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:52:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:52:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:52:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:52:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:52:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:52:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:52:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 18:52:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 18:52:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] 18:52:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] 18:52:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 18:52:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] 18:52:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1695 kB] 18:52:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 18:52:17 Fetched 23.5 MB in 0s (0 B/s) 18:52:17 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:52:17 Fetched 96.5 kB in 0s (0 B/s) 18:52:17 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:52:17 Fetched 279 kB in 0s (0 B/s) 18:52:17 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:52:17 Fetched 122 kB in 0s (0 B/s) 18:52:17 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:52:17 Fetched 77.8 kB in 0s (0 B/s) 18:52:17 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:52:17 Fetched 8848 B in 0s (0 B/s) 18:52:17 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:52:17 Fetched 47.8 kB in 0s (0 B/s) 18:52:17 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:52:17 Fetched 45.6 kB in 0s (0 B/s) 18:52:17 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 18:52:17 Fetched 14.8 kB in 0s (0 B/s) 18:52:17 Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] 18:52:17 Fetched 214 kB in 0s (0 B/s) 18:52:17 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 18:52:17 Fetched 155 kB in 0s (0 B/s) 18:52:17 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:52:17 Fetched 50.6 kB in 0s (0 B/s) 18:52:17 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:52:17 Fetched 14.8 kB in 0s (0 B/s) 18:52:17 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:52:17 Fetched 41.8 kB in 0s (0 B/s) 18:52:17 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:52:17 Fetched 499 kB in 0s (0 B/s) 18:52:17 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:52:17 Fetched 111 kB in 0s (0 B/s) 18:52:17 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:52:17 Fetched 240 kB in 0s (0 B/s) 18:52:17 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:52:17 Fetched 29.3 kB in 0s (0 B/s) 18:52:17 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:52:17 Fetched 85.5 kB in 0s (0 B/s) 18:52:17 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:52:17 Fetched 24.5 kB in 0s (0 B/s) 18:52:17 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 18:52:17 Fetched 49.2 kB in 0s (0 B/s) 18:52:17 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:52:17 Fetched 54.2 kB in 0s (0 B/s) 18:52:17 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:52:17 Fetched 30.8 kB in 0s (0 B/s) 18:52:17 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 18:52:17 Fetched 17.0 kB in 0s (0 B/s) 18:52:17 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:52:17 Fetched 85.9 kB in 0s (0 B/s) 18:52:17 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:52:17 Fetched 8720 B in 0s (0 B/s) 18:52:17 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:52:17 Fetched 137 kB in 0s (0 B/s) 18:52:17 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:52:17 Fetched 119 kB in 0s (0 B/s) 18:52:17 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:52:17 Fetched 109 kB in 0s (0 B/s) 18:52:17 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:52:17 Fetched 11.1 kB in 0s (0 B/s) 18:52:17 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:52:17 Fetched 645 kB in 0s (0 B/s) 18:52:17 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:52:17 Fetched 41.3 kB in 0s (0 B/s) 18:52:17 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:52:17 Fetched 17.9 kB in 0s (0 B/s) 18:52:17 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:52:17 Fetched 368 kB in 0s (0 B/s) 18:52:17 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 18:52:17 Fetched 187 kB in 0s (0 B/s) 18:52:17 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:52:17 Fetched 175 kB in 0s (0 B/s) 18:52:17 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:52:17 Fetched 206 kB in 0s (0 B/s) 18:52:17 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] 18:52:17 Fetched 1301 kB in 0s (0 B/s) 18:52:17 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:52:17 Fetched 36.2 kB in 0s (0 B/s) 18:52:17 Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] 18:52:17 Fetched 159 kB in 0s (0 B/s) 18:52:17 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:52:17 Fetched 107 kB in 0s (0 B/s) 18:52:17 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:52:17 Fetched 48.7 kB in 0s (0 B/s) 18:52:17 Pulling static-packages 18:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:18 'go115' has dependencies that need to be staged: go-build-helper static-packages 18:52:18 Skipping pull go-build-helper (already ran) 18:52:18 Skipping pull static-packages (already ran) 18:52:18 Building go-build-helper 18:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:52:18 (2/3) Installing libcurl (7.69.1-r1) 18:52:18 (3/3) Installing curl (7.69.1-r1) 18:52:18 Executing busybox-1.31.1-r19.trigger 18:52:18 OK: 71 MiB in 58 packages 18:52:20 Removing intermediate container 15928328af40 18:52:20 ---> f6c8cd9f540c 18:52:20 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 18:52:20 ---> Running in c9d96b77c35d 18:52:21 Removing intermediate container c9d96b77c35d 18:52:21 ---> a165d3db3e85 18:52:21 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:52:21 ---> Running in 4483648ea220 18:52:21 Removing intermediate container 4483648ea220 18:52:21 ---> 9f2e94847aa1 18:52:21 Step 25/27 : LABEL arch=arm64 18:52:21 ---> Running in 5753640405c5 18:52:22 Removing intermediate container 5753640405c5 18:52:22 ---> d775b73fb20c 18:52:22 Step 26/27 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 18:52:22 Building static-packages 18:52:22 ---> Running in ff3f066d0d68 18:52:22 Removing intermediate container ff3f066d0d68 18:52:22 ---> 1963c8247fc5 18:52:22 Step 27/27 : LABEL version=0.0.0 18:52:23 ---> Running in 4e1c1636dde6 18:52:23 Removing intermediate container 4e1c1636dde6 18:52:23 ---> 82bf0839633b 18:52:23 18:52:23 Successfully built 82bf0839633b 18:52:23 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:52:24  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:52:24 $ docker stop --time=1 cda740b9f3067c428fe66e04f4cdcfc27a36586e4be168a7306837de740bb731 18:52:24 Staging go-build-helper 18:52:25 Staging static-packages 18:52:26 $ docker rm -f cda740b9f3067c428fe66e04f4cdcfc27a36586e4be168a7306837de740bb731 [Pipeline] // withDockerContainer [Pipeline] sh 18:52:26 Pulling go115 18:52:26 + docker images+ 18:52:26 grep docker 18:52:27 docker-sys-mgmt-agent-go-arm64 latest 82bf0839633b 4 seconds ago 273MB 18:52:27 docker-core-data-go-arm64 latest 3636659abc7f 38 seconds ago 22.3MB 18:52:27 docker-security-secrets-setup-go-arm64 latest 7dfdb804d231 50 seconds ago 22.7MB 18:52:27 docker-core-metadata-go-arm64 latest b9a87b2de894 About a minute ago 13.6MB 18:52:27 docker-support-scheduler-go-arm64 latest c397ad9c8e60 About a minute ago 11.5MB 18:52:27 docker-support-notifications-go-arm64 latest 7d4f91bbb30c 4 minutes ago 12.9MB 18:52:27 docker-security-secretstore-setup-go-arm64 latest 8fe84258832a 4 minutes ago 23.5MB 18:52:27 docker-core-command-go-arm64 latest 367345c8f2a1 4 minutes ago 11.4MB 18:52:27 docker-security-proxy-setup-go-arm64 latest cff9350464dc 4 minutes ago 23.4MB 18:52:27 docker-security-bootstrap-redis-go-arm64 latest ae44869904b2 4 minutes ago 15.2MB 18:52:27 docker latest 84e3a507c27b 5 days ago 201MB [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 18:52:28 'edgex-go' has dependencies that need to be staged: go115 18:52:28 Skipping pull go115 (already ran) 18:52:28 Building go115 18:52:28 % Total % Received % Xferd Average Speed Time Time Time Current 18:52:28 Dload Upload Total Spent Left Speed [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:52:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 235k 0 0 1133k 0 0:01:44 --:--:-- 0:01:44 1127k 32 115M 32 37.7M 0 0 31.2M 0 0:00:03 0:00:01 0:00:02 31.2M 65 115M 65 75.7M 0 0 34.2M 0 0:00:03 0:00:02 0:00:01 34.2M 99 115M 99 114M 0 0 35.6M 0 0:00:03 0:00:03 --:--:-- 35.6M 100 115M 100 115M 0 0 35.6M 0 0:00:03 0:00:03 --:--:-- 35.6M 18:52:31 go1.15.2.linux-amd64.tar.gz: OK 18:52:37 Staging go115 18:52:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:52:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:52:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:52:43 Fetched 0 B in 0s (0 B/s) 18:52:43 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:52:43 Fetched 224 kB in 0s (0 B/s) 18:52:43 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:52:43 Fetched 157 kB in 0s (0 B/s) 18:52:43 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:52:43 Fetched 221 kB in 0s (0 B/s) 18:52:43 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:52:43 Fetched 143 kB in 0s (0 B/s) 18:52:43 Pulling edgex-go 18:52:44 Pulling version 18:52:45 Building config-common 18:52:48 Skipping build go-build-helper (already ran) 18:52:48 Skipping build static-packages (already ran) 18:52:48 Skipping build go115 (already ran) 18:52:48 Building edgex-go 18:52:49 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 18:52:50 go: downloading github.com/gorilla/mux v1.8.0 18:52:50 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 18:52:50 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 18:52:50 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 18:52:50 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:52:50 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 18:52:50 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:52:50 go: downloading github.com/google/uuid v1.1.2 18:52:50 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 18:52:50 go: downloading github.com/pkg/errors v0.8.1 18:52:50 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 18:52:50 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 18:52:50 go: downloading github.com/pelletier/go-toml v1.2.0 18:52:50 go: downloading github.com/x448/float16 v0.8.4 18:52:50 go: downloading github.com/BurntSushi/toml v0.3.1 18:52:50 go: downloading github.com/pebbe/zmq4 v1.0.0 18:52:50 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:52:50 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:52:50 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:52:50 go: downloading github.com/go-kit/kit v0.8.0 18:52:50 go: downloading gopkg.in/yaml.v2 v2.4.0 18:52:50 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:52:50 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:52:50 go: downloading github.com/hashicorp/consul/api v1.1.0 18:52:50 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:52:50 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:52:50 go: downloading github.com/imdario/mergo v0.3.11 18:52:50 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:52:50 go: downloading github.com/mitchellh/copystructure v1.0.0 18:52:50 go: downloading github.com/go-playground/universal-translator v0.17.0 18:52:50 go: downloading github.com/leodido/go-urn v1.2.0 18:52:50 go: downloading github.com/hashicorp/serf v0.8.2 18:52:50 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:52:50 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:52:50 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:52:50 go: downloading github.com/go-playground/locales v0.13.0 18:52:50 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:52:50 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:52:50 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:52:51 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:52:51 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:53:01 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 18:53:05 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 18:53: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 18:53:07 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 18:53: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 18:53:07 go: downloading github.com/stretchr/testify v1.5.1 18:53:07 go: downloading github.com/davecgh/go-spew v1.1.1 18:53:07 go: downloading github.com/pmezard/go-difflib v1.0.0 18:53:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:53:09 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:53:09 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:53:10 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 18:53:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:53:11 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:53:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:53:12 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:53:13 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 18:53:14 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 18:53:15 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 18:53:18 Building version 18:53:20 Staging config-common 18:53:21 Skipping stage go-build-helper (already ran) 18:53:21 Skipping stage static-packages (already ran) 18:53:21 Skipping stage go115 (already ran) 18:53:21 Staging edgex-go 18:53:23 Staging version 18:53:24 Priming config-common 18:53:25 Priming go-build-helper 18:53:26 Priming static-packages 18:53:29 Priming go115 18:53:30 Priming edgex-go 18:53:31 Priming version 18:53:32 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:53:36 provisioning config files... 18:53:36 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config9162135654811056083tmp [Pipeline] { [Pipeline] sh 18:53:36 + set +x 18:53:36 + curl -s https://codecov.io/bash 18:53:36 + bash -s -- 18:53:37 18:53:37 _____ _ 18:53:37 / ____| | | 18:53:37 | | ___ __| | ___ ___ _____ __ 18:53:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:53:37 | |___| (_) | (_| | __/ (_| (_) \ V / 18:53:37 \_____\___/ \__,_|\___|\___\___/ \_/ 18:53:37 Bash-20201130-cc6d3fe 18:53:37 18:53:37 18:53:37 ==> Jenkins CI detected. 18:53:37 project root: . 18:53:37 --> token set from env 18:53:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:53:37 ==> Running gcov in . (disable via -X gcov) 18:53:37 ==> Python coveragepy not found 18:53:37 ==> Searching for coverage reports in: 18:53:37 + . 18:53:37 -> Found 1 reports 18:53:37 ==> Detecting git/mercurial file structure 18:53:37 ==> Reading reports 18:53:37 + ./coverage.out bytes=560155 18:53:37 ==> Appending adjustments 18:53:37 https://docs.codecov.io/docs/fixing-reports 18:53:43 + Found adjustments 18:53:43 ==> Gzipping contents 18:53:43 88K /tmp/codecov.U1Ez8G.gz 18:53:43 ==> Uploading reports 18:53:43 url: https://codecov.io 18:53:43 query: branch=PR-2898&commit=05c74b819efbe47d36e2ce0e241fd573970fd385&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2898%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2898&job=&cmd_args= 18:53:43 -> Pinging Codecov 18:53:43 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2898&commit=05c74b819efbe47d36e2ce0e241fd573970fd385&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2898%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2898&job=&cmd_args= 18:53:43 -> Uploading to 18:53:43 https://storage.googleapis.com/codecov/v4/raw/2020-12-07/00271124DB129430A58F1EEE437C3FCB/05c74b819efbe47d36e2ce0e241fd573970fd385/dcec44d0-05d1-4a8e-9dd0-b0a77da694de.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201207T185343Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=733a0c454770c6d7569897e6ef6f4b92db6261f14b6be719f887c5301e596812 18:53:43 % Total % Received % Xferd Average Speed Time Time Time Current 18:53:43 Dload Upload Total Spent Left Speed 18:53:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87080 0 0 100 87080 0 148k --:--:-- --:--:-- --:--:-- 148k 18:53:43 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/05c74b819efbe47d36e2ce0e241fd573970fd385 [Pipeline] } 18:53:43 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 18:53:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:53:47 ---> package-listing.sh 18:53:47 ++ facter osfamily 18:53:47 ++ tr '[:upper:]' '[:lower:]' 18:53:47 + OS_FAMILY=redhat 18:53:47 + workspace=/w/workspace/edgex-go/10 18:53:47 + START_PACKAGES=/tmp/packages_start.txt 18:53:47 + END_PACKAGES=/tmp/packages_end.txt 18:53:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:53:47 + PACKAGES=/tmp/packages_start.txt 18:53:47 + '[' /w/workspace/edgex-go/10 ']' 18:53:47 + PACKAGES=/tmp/packages_end.txt 18:53:47 + case "${OS_FAMILY}" in 18:53:47 + rpm -qa 18:53:47 + sort 18:53:52 + '[' -f /tmp/packages_start.txt ']' 18:53:52 + '[' -f /tmp/packages_end.txt ']' 18:53:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:53:52 + '[' /w/workspace/edgex-go/10 ']' 18:53:52 + mkdir -p /w/workspace/edgex-go/10/archives/ 18:53:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 18:53:52 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:53:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:53:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:54 18:53:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:53:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:54 alpine: Pulling from edgex-lftools-log-publisher 18:53:54 df20fa9351a1: Pulling fs layer 18:53:54 36b3adc4ff6f: Pulling fs layer 18:53:54 8ad3a11d3b57: Pulling fs layer 18:53:54 46f8f816bc3b: Pulling fs layer 18:53:54 93b61091891f: Pulling fs layer 18:53:54 93b9cdb0e59b: Pulling fs layer 18:53:54 5e14af77c1be: Pulling fs layer 18:53:54 01666e4c0597: Pulling fs layer 18:53:54 aa168da1d23b: Pulling fs layer 18:53:54 46f8f816bc3b: Waiting 18:53:54 93b61091891f: Waiting 18:53:54 93b9cdb0e59b: Waiting 18:53:54 5e14af77c1be: Waiting 18:53:54 01666e4c0597: Waiting 18:53:54 aa168da1d23b: Waiting 18:53:54 36b3adc4ff6f: Verifying Checksum 18:53:54 36b3adc4ff6f: Download complete 18:53:54 46f8f816bc3b: Verifying Checksum 18:53:54 46f8f816bc3b: Download complete 18:53:55 df20fa9351a1: Verifying Checksum 18:53:55 df20fa9351a1: Download complete 18:53:55 93b9cdb0e59b: Verifying Checksum 18:53:55 93b9cdb0e59b: Download complete 18:53:55 5e14af77c1be: Verifying Checksum 18:53:55 5e14af77c1be: Download complete 18:53:55 01666e4c0597: Verifying Checksum 18:53:55 01666e4c0597: Download complete 18:53:55 93b61091891f: Verifying Checksum 18:53:55 93b61091891f: Download complete 18:53:55 df20fa9351a1: Pull complete 18:53:56 8ad3a11d3b57: Verifying Checksum 18:53:56 8ad3a11d3b57: Download complete 18:53:56 36b3adc4ff6f: Pull complete 18:53:59 8ad3a11d3b57: Pull complete 18:53:59 46f8f816bc3b: Pull complete 18:54:00 93b61091891f: Pull complete 18:54:00 aa168da1d23b: Verifying Checksum 18:54:00 aa168da1d23b: Download complete 18:54:01 93b9cdb0e59b: Pull complete 18:54:01 5e14af77c1be: Pull complete 18:54:01 01666e4c0597: Pull complete 18:54:14 aa168da1d23b: Pull complete 18:54:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:54:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:54:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:54:15 prd-centos7-docker-4c-2g-14927 does not seem to be running inside a container 18:54:15 $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:54:19 $ docker top 496fa40348394d5ea51a8777ec62c5532650418ab512ee6604205c35ea4aa2d4 -eo pid,comm [Pipeline] { [Pipeline] sh 18:54:20 + touch /tmp/pre-build-complete [Pipeline] sh 18:54:20 + mkdir -p /var/log/sa [Pipeline] sh 18:54:20 + ls /var/log/sa-host 18:54:20 + sadf -c /var/log/sa-host/sa07 18:54:20 file_magic: OK 18:54:20 HZ: Using current value: 100 18:54:20 file_header: OK 18:54:20 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 18:54:20 Statistics: 18:54:20 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...Hnuu...uuuununununu... 18:54:20 File successfully converted to sysstat format version 12.2.1 18:54:20 + sadf -c /var/log/sa-host/sa23 18:54:20 file_magic: OK 18:54:20 HZ: Using current value: 100 18:54:20 file_header: OK 18:54:20 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 18:54:20 Statistics: 18:54:20 Hnuu...uuuununununu... 18:54:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:54:20 provisioning config files... 18:54:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config5961972043433605392tmp [Pipeline] { [Pipeline] echo 18:54:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:54:21 ---> create-netrc.sh [Pipeline] } 18:54:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:54:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:54:21 ---> python-tools-install.sh [Pipeline] echo 18:54:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:54:22 ---> sudo-logs.sh 18:54:22 Archiving 'sudo' log.. [Pipeline] echo 18:54:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:54:22 ---> job-cost.sh 18:54:23 lf-activate-venv: SKIPPING 18:54:23 INFO: No Stack... 18:54:23 INFO: Retrieving Pricing Info for: v1-standard-2 18:54:24 INFO: Archiving Costs [Pipeline] echo 18:54:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:54:24 ---> logs-deploy.sh 18:54:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2898/10 18:54:24 INFO: archiving workspace using pattern(s): 18:54:28 Archives upload complete. 18:54:28 INFO: archiving logs to Nexus 18:54:29 ---> uname -a: 18:54:29 Linux prd-centos7-docker-4c-2g-14927.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:54:29 18:54:29 18:54:29 ---> lscpu: 18:54:29 Architecture: x86_64 18:54:29 CPU op-mode(s): 32-bit, 64-bit 18:54:29 Byte Order: Little Endian 18:54:29 Address sizes: 40 bits physical, 48 bits virtual 18:54:29 CPU(s): 4 18:54:29 On-line CPU(s) list: 0-3 18:54:29 Thread(s) per core: 1 18:54:29 Core(s) per socket: 1 18:54:29 Socket(s): 4 18:54:29 NUMA node(s): 1 18:54:29 Vendor ID: GenuineIntel 18:54:29 CPU family: 6 18:54:29 Model: 44 18:54:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:54:29 Stepping: 1 18:54:29 CPU MHz: 2933.438 18:54:29 BogoMIPS: 5866.87 18:54:29 Virtualization: VT-x 18:54:29 Hypervisor vendor: KVM 18:54:29 Virtualization type: full 18:54:29 L1d cache: 128 KiB 18:54:29 L1i cache: 128 KiB 18:54:29 L2 cache: 16 MiB 18:54:29 L3 cache: 64 MiB 18:54:29 NUMA node0 CPU(s): 0-3 18:54:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:54:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:54:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:54:29 Vulnerability Meltdown: Mitigation; PTI 18:54:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:54:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:54:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:54:29 Vulnerability Srbds: Not affected 18:54:29 Vulnerability Tsx async abort: Not affected 18:54:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:54:29 18:54:29 18:54:29 ---> nproc: 18:54:29 4 18:54:29 18:54:29 18:54:29 ---> df -h: 18:54:29 Filesystem Size Used Available Use% Mounted on 18:54:29 overlay 50.0G 13.2G 36.8G 26% / 18:54:29 tmpfs 64.0M 0 64.0M 0% /dev 18:54:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:54:29 shm 64.0M 0 64.0M 0% /dev/shm 18:54:29 /dev/vda1 50.0G 13.2G 36.8G 26% /facter-os 18:54:29 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/resolv.conf 18:54:29 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hostname 18:54:29 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hosts 18:54:29 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/auth.log 18:54:29 /dev/vda1 50.0G 13.2G 36.8G 26% /run/cloud-init/result.json 18:54:29 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/sa-host 18:54:29 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/secure 18:54:29 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/10@tmp 18:54:29 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/10 18:54:29 18:54:29 18:54:29 ---> free -m: 18:54:29 total used free shared buff/cache available 18:54:29 Mem: 1837 699 105 0 1032 1052 18:54:29 Swap: 1023 62 961 18:54:29 18:54:29 18:54:29 ---> ip addr: 18:54:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:54:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:54:29 inet 127.0.0.1/8 scope host lo 18:54:29 valid_lft forever preferred_lft forever 18:54:29 inet6 ::1/128 scope host 18:54:29 valid_lft forever preferred_lft forever 18:54:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:54:29 link/ether fa:16:3e:55:8f:d0 brd ff:ff:ff:ff:ff:ff 18:54:29 inet 10.30.123.235/23 brd 10.30.123.255 scope global dynamic eth0 18:54:29 valid_lft 85029sec preferred_lft 85029sec 18:54:29 inet6 fe80::f816:3eff:fe55:8fd0/64 scope link 18:54:29 valid_lft forever preferred_lft forever 18:54:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:54:29 link/ether 02:42:42:5b:af:e4 brd ff:ff:ff:ff:ff:ff 18:54:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:54:29 valid_lft forever preferred_lft forever 18:54:29 inet6 fe80::42:42ff:fe5b:afe4/64 scope link 18:54:29 valid_lft forever preferred_lft forever 18:54:29 18:54:29 18:54:29 ---> sar -b -r -n DEV: 18:54:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) 18:54:29 18:54:29 18:31:24 LINUX RESTART (4 CPU) 18:54:29 18:54:29 18:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:54:29 18:33:01 88.64 37.36 51.28 0.00 7590.42 9233.42 0.00 18:54:29 18:34:01 198.40 94.90 103.51 0.00 6052.38 43865.35 0.00 18:54:29 18:35:01 250.78 103.19 147.59 0.00 5692.70 31206.16 0.00 18:54:29 18:36:02 99.73 40.20 59.54 0.00 1687.52 6741.60 0.00 18:54:29 18:37:01 81.39 42.19 39.20 0.00 1176.44 4360.65 0.00 18:54:29 18:38:01 91.77 43.72 48.06 0.00 2084.18 4730.12 0.00 18:54:29 18:39:01 46.17 8.09 38.08 0.00 593.84 13828.02 0.00 18:54:29 18:40:04 414.48 215.98 198.50 0.00 69896.21 130003.90 0.00 18:54:29 18:41:03 1888.20 1656.46 231.74 0.00 110483.25 118543.29 0.00 18:54:29 18:42:01 1206.66 1069.83 136.83 0.00 59350.21 67179.13 0.00 18:54:29 18:43:02 258.57 75.72 182.85 0.00 11575.65 40329.21 0.00 18:54:29 18:44:02 1371.23 1076.69 294.54 0.00 106464.50 137489.98 0.00 18:54:29 18:45:02 1765.08 1471.74 293.34 0.00 105720.15 109030.10 0.00 18:54:29 18:46:02 692.92 487.96 204.96 0.00 34331.25 45004.52 0.00 18:54:29 18:47:01 88.19 19.69 68.49 0.00 3203.37 5751.08 0.00 18:54:29 18:48:01 0.37 0.18 0.18 0.00 2.26 2.31 0.00 18:54:29 18:49:01 0.37 0.07 0.30 0.00 0.53 3.56 0.00 18:54:29 18:50:01 0.38 0.05 0.33 0.00 0.40 4.54 0.00 18:54:29 18:51:01 0.23 0.02 0.22 0.00 0.27 2.35 0.00 18:54:29 18:52:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 18:54:29 18:53:01 0.30 0.08 0.22 0.00 1.33 2.33 0.00 18:54:29 18:54:02 87.41 66.88 20.54 0.00 5378.52 2252.49 0.00 18:54:29 Average: 390.48 293.97 96.52 0.00 24162.26 35121.09 0.00 18:54:29 18:54:29 18:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:54:29 18:33:01 75136 0 652824 34.70 2620 1150964 1345684 45.93 515240 1084864 62900 18:54:29 18:34:01 164860 0 662116 35.19 2280 1052288 1366824 46.65 541292 938672 128 18:54:29 18:35:01 124516 0 788780 41.92 1480 966768 1505892 51.39 665032 822460 3840 18:54:29 18:36:02 172576 0 806088 42.84 540 902340 1816412 61.99 700556 732976 58324 18:54:29 18:37:01 372820 0 773360 41.10 332 735032 1751492 59.78 564692 665216 29812 18:54:29 18:38:01 296776 0 726268 38.60 332 858168 1244500 42.47 581108 719160 17748 18:54:29 18:39:01 78752 0 752296 39.98 328 1050168 1562388 53.32 660856 874776 80068 18:54:29 18:40:04 65756 0 817328 43.44 0 998460 2299476 78.48 633984 975952 51340 18:54:29 18:41:03 69920 0 836548 44.46 0 975076 2387756 81.49 761892 818860 26320 18:54:29 18:42:01 241796 0 1129936 60.05 0 509812 3523648 120.26 742112 637216 14144 18:54:29 18:43:02 74828 0 725660 38.57 0 1081056 1503840 51.32 601012 946500 78396 18:54:29 18:44:02 52756 0 803584 42.71 0 1025204 2225208 75.94 612560 979280 47752 18:54:29 18:45:02 70236 0 1021184 54.27 0 790124 3386400 115.57 583456 967112 58820 18:54:29 18:46:02 366336 0 759952 40.39 0 755256 2409032 82.22 587236 675368 8 18:54:29 18:47:01 500820 0 628936 33.43 0 751788 1298188 44.31 474524 663512 8 18:54:29 18:48:01 507740 0 622012 33.06 0 751792 1207268 41.20 469856 662544 8 18:54:29 18:49:01 508360 0 621384 33.03 0 751800 1197192 40.86 469352 662564 8 18:54:29 18:50:01 509392 0 620284 32.97 0 751868 1196988 40.85 468904 662584 16 18:54:29 18:51:01 509280 0 620452 32.98 0 751812 1196988 40.85 469012 662572 8 18:54:29 18:52:01 509516 0 620204 32.96 0 751824 1196988 40.85 468912 662580 8 18:54:29 18:53:01 509636 0 620076 32.96 0 751832 1197084 40.85 469136 662620 8 18:54:29 18:54:02 127548 0 685188 36.42 0 1068808 1624388 55.44 569500 939172 97580 18:54:29 Average: 268607 0 740657 39.36 360 871920 1747438 59.64 573192 791662 28511 18:54:29 18:54:29 18:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:54:29 18:33:01 veth59f4563 285.52 288.71 30.69 1082.82 0.00 0.00 0.00 0.00 18:54:29 18:33:01 eth0 1125.84 814.67 4754.53 132.69 0.00 0.00 0.00 0.00 18:54:29 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:33:01 docker0 284.79 288.58 26.74 1082.81 0.00 0.00 0.00 0.00 18:54:29 18:34:01 eth0 681.87 649.09 4406.54 85.32 0.00 0.00 0.00 0.00 18:54:29 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:34:01 docker0 416.33 398.07 35.38 1573.42 0.00 0.00 0.00 0.00 18:54:29 18:35:01 vethdbc7c8d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 18:54:29 18:35:01 eth0 404.90 248.24 1963.33 33.17 0.00 0.00 0.00 0.00 18:54:29 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:35:01 docker0 155.43 197.14 11.16 841.02 0.00 0.00 0.00 0.00 18:54:29 18:36:02 vethdbc7c8d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:36:02 eth0 23.92 20.54 14.10 69.18 0.00 0.00 0.00 0.00 18:54:29 18:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:37:01 vethdbc7c8d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:37:01 eth0 30.80 23.61 24.33 13.56 0.00 0.00 0.00 0.00 18:54:29 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:38:01 vethdbc7c8d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:38:01 eth0 12.48 9.54 10.87 5.93 0.00 0.00 0.00 0.00 18:54:29 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:39:01 eth0 190.10 143.99 1690.09 83.10 0.00 0.00 0.00 0.00 18:54:29 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:40:04 veth80033d9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:54:29 18:40:04 eth0 21.28 16.62 22.77 8.61 0.00 0.00 0.00 0.00 18:54:29 18:40:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:40:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:41:03 veth80033d9 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 18:54:29 18:41:03 eth0 50.53 36.03 162.55 58.23 0.00 0.00 0.00 0.00 18:54:29 18:41:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:41:03 docker0 11.13 22.60 0.59 147.94 0.00 0.00 0.00 0.00 18:54:29 18:42:01 veth45478e2 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:54:29 18:42:01 veth80033d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:42:01 veth73d26d5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:54:29 18:42:01 eth0 5.96 3.94 4.77 2.59 0.00 0.00 0.00 0.00 18:54:29 18:43:02 veth80033d9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:54:29 18:43:02 eth0 77.26 40.52 306.86 11.88 0.00 0.00 0.00 0.00 18:54:29 18:43:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:54:29 18:43:02 veth55a7f0e 6.75 27.95 0.45 171.21 0.00 0.00 0.00 0.00 18:54:29 18:44:02 vethe5e0055 4.65 6.84 0.56 20.16 0.00 0.00 0.00 0.00 18:54:29 18:44:02 veth80033d9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:54:29 18:44:02 eth0 77.98 45.98 291.32 13.63 0.00 0.00 0.00 0.00 18:54:29 18:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:45:02 veth12837f2 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 18:54:29 18:45:02 vethee538d4 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:54:29 18:45:02 veth80033d9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:45:02 eth0 53.45 42.01 63.27 81.47 0.00 0.00 0.00 0.00 18:54:29 18:46:02 vethfc1e6c9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:46:02 veth80033d9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:46:02 veth0f86438 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:46:02 eth0 46.89 38.28 57.46 64.93 0.00 0.00 0.00 0.00 18:54:29 18:47:01 eth0 36.60 23.89 100.39 12.93 0.00 0.00 0.00 0.00 18:54:29 18:47:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:54:29 18:47:01 docker0 944.31 1050.24 78.77 4376.25 0.00 0.00 0.00 0.00 18:54:29 18:48:01 eth0 0.75 0.25 0.19 0.08 0.00 0.00 0.00 0.00 18:54:29 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:49:01 eth0 0.43 0.37 0.26 0.20 0.00 0.00 0.00 0.00 18:54:29 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:50:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 18:54:29 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:51:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:54:29 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:52:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:53:01 eth0 0.28 0.28 0.14 0.08 0.00 0.00 0.00 0.00 18:54:29 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:54:02 eth0 202.06 161.52 2172.37 20.55 0.00 0.00 0.00 0.00 18:54:29 18:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 18:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 Average: eth0 138.61 105.63 730.85 31.73 0.00 0.00 0.00 0.00 18:54:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:54:29 Average: docker0 42.37 47.12 3.53 196.35 0.00 0.00 0.00 0.00 18:54:29 18:54:29 18:54:29 ---> sar -P ALL: 18:54:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) 18:54:29 18:54:29 18:31:24 LINUX RESTART (4 CPU) 18:54:29 18:54:29 18:32:01 CPU %user %nice %system %iowait %steal %idle 18:54:29 18:33:01 all 15.89 0.00 6.92 1.80 12.90 62.50 18:54:29 18:33:01 0 13.74 0.00 7.89 1.88 14.38 62.10 18:54:29 18:33:01 1 15.70 0.00 7.01 1.44 11.88 63.97 18:54:29 18:33:01 2 14.31 0.00 6.28 1.19 13.10 65.13 18:54:29 18:33:01 3 19.78 0.00 6.55 2.70 12.26 58.70 18:54:29 18:34:01 all 10.07 0.00 5.53 1.07 15.45 67.88 18:54:29 18:34:01 0 10.27 0.00 5.91 0.69 16.41 66.72 18:54:29 18:34:01 1 12.66 0.00 6.35 1.48 15.85 63.66 18:54:29 18:34:01 2 8.36 0.00 4.66 0.98 14.56 71.43 18:54:29 18:34:01 3 9.05 0.00 5.21 1.12 15.00 69.62 18:54:29 18:35:01 all 7.67 0.00 7.48 4.67 14.20 65.97 18:54:29 18:35:01 0 8.14 0.00 7.28 4.40 15.18 65.00 18:54:29 18:35:01 1 6.69 0.00 6.60 6.04 14.14 66.53 18:54:29 18:35:01 2 7.81 0.00 8.12 3.57 13.83 66.67 18:54:29 18:35:01 3 8.06 0.00 7.94 4.65 13.65 65.70 18:54:29 18:36:02 all 37.22 0.00 10.60 2.77 30.20 19.21 18:54:29 18:36:02 0 27.98 0.00 8.98 3.35 34.14 25.55 18:54:29 18:36:02 1 42.19 0.00 11.06 2.63 27.77 16.35 18:54:29 18:36:02 2 38.31 0.00 11.91 2.84 29.68 17.26 18:54:29 18:36:02 3 41.11 0.00 10.56 2.24 28.91 17.19 18:54:29 18:37:01 all 37.22 0.00 11.68 2.00 28.63 20.47 18:54:29 18:37:01 0 35.06 0.00 11.49 2.45 30.48 20.52 18:54:29 18:37:01 1 35.42 0.00 10.94 2.20 29.65 21.79 18:54:29 18:37:01 2 38.58 0.00 12.16 1.63 26.90 20.74 18:54:29 18:37:01 3 39.93 0.00 12.16 1.73 27.42 18.76 18:54:29 18:38:01 all 26.79 0.00 12.87 2.98 31.30 26.06 18:54:29 18:38:01 0 24.16 0.00 12.25 2.81 33.02 27.77 18:54:29 18:38:01 1 27.94 0.00 12.95 2.37 31.44 25.29 18:54:29 18:38:01 2 27.62 0.00 12.96 3.23 30.79 25.41 18:54:29 18:38:01 3 27.51 0.00 13.33 3.52 29.91 25.72 18:54:29 18:39:01 all 20.47 0.00 9.72 0.58 17.50 51.73 18:54:29 18:39:01 0 21.17 0.00 10.18 0.16 17.94 50.55 18:54:29 18:39:01 1 20.27 0.00 9.52 0.54 17.43 52.23 18:54:29 18:39:01 2 19.45 0.00 9.35 1.35 17.90 51.96 18:54:29 18:39:01 3 21.00 0.00 9.85 0.26 16.72 52.17 18:54:29 18:40:04 all 11.00 0.00 11.76 4.01 27.78 45.45 18:54:29 18:40:04 0 11.14 0.00 12.11 3.88 27.67 45.21 18:54:29 18:40:04 1 9.37 0.00 11.53 4.38 28.47 46.25 18:54:29 18:40:04 2 12.53 0.00 11.45 4.42 27.90 43.69 18:54:29 18:40:04 3 10.98 0.00 11.98 3.35 27.07 46.63 18:54:29 18:41:03 all 11.18 0.00 16.32 18.86 29.68 23.96 18:54:29 18:41:03 0 10.99 0.00 14.11 17.99 29.72 27.20 18:54:29 18:41:03 1 10.77 0.00 17.76 18.70 29.73 23.04 18:54:29 18:41:03 2 11.07 0.00 16.41 19.81 29.16 23.55 18:54:29 18:41:03 3 11.91 0.00 17.03 18.96 30.11 21.98 18:54:29 18:42:01 all 38.54 0.00 12.70 11.18 22.99 14.59 18:54:29 18:42:01 0 39.48 0.00 12.86 11.59 23.18 12.89 18:54:29 18:42:01 1 36.55 0.00 12.10 10.93 24.06 16.36 18:54:29 18:42:01 2 37.98 0.00 12.69 10.31 22.61 16.41 18:54:29 18:42:01 3 40.20 0.00 13.16 11.90 22.08 12.66 18:54:29 18:43:02 all 40.80 0.00 14.99 7.59 20.32 16.29 18:54:29 18:43:02 0 41.00 0.00 16.36 9.65 21.41 11.58 18:54:29 18:43:02 1 39.91 0.00 15.21 6.92 20.22 17.74 18:54:29 18:43:02 2 40.30 0.00 13.51 6.77 20.52 18.90 18:54:29 18:43:02 3 42.02 0.00 14.90 7.08 19.16 16.84 18:54:29 18:54:29 18:43:02 CPU %user %nice %system %iowait %steal %idle 18:54:29 18:44:02 all 16.62 0.00 17.13 16.93 23.06 26.25 18:54:29 18:44:02 0 17.04 0.00 16.31 17.90 22.82 25.92 18:54:29 18:44:02 1 15.72 0.00 16.69 20.16 23.43 24.00 18:54:29 18:44:02 2 16.59 0.00 17.13 15.42 23.49 27.37 18:54:29 18:44:02 3 17.15 0.00 18.41 14.21 22.49 27.74 18:54:29 18:45:02 all 28.79 0.00 16.43 18.02 21.15 15.61 18:54:29 18:45:02 0 29.30 0.00 15.67 19.77 21.48 13.78 18:54:29 18:45:02 1 29.36 0.00 18.28 17.51 20.60 14.25 18:54:29 18:45:02 2 28.27 0.00 15.53 17.38 20.66 18.17 18:54:29 18:45:02 3 28.22 0.00 16.30 17.42 21.88 16.17 18:54:29 18:46:02 all 52.47 0.00 19.03 4.73 17.65 6.12 18:54:29 18:46:02 0 50.94 0.00 19.20 5.63 18.28 5.96 18:54:29 18:46:02 1 52.64 0.00 18.03 4.23 17.44 7.67 18:54:29 18:46:02 2 52.69 0.00 19.54 3.97 16.44 7.36 18:54:29 18:46:02 3 53.63 0.00 19.37 5.11 18.46 3.43 18:54:29 18:47:01 all 2.42 0.00 3.82 2.39 7.43 83.94 18:54:29 18:47:01 0 2.45 0.00 3.62 3.44 8.11 82.39 18:54:29 18:47:01 1 2.58 0.00 4.12 2.99 7.53 82.78 18:54:29 18:47:01 2 2.56 0.00 3.99 1.50 6.87 85.08 18:54:29 18:47:01 3 2.08 0.00 3.57 1.62 7.19 85.53 18:54:29 18:48:01 all 0.10 0.00 0.14 0.01 0.52 99.22 18:54:29 18:48:01 0 0.05 0.00 0.10 0.02 0.38 99.45 18:54:29 18:48:01 1 0.05 0.00 0.13 0.02 0.65 99.15 18:54:29 18:48:01 2 0.05 0.00 0.12 0.02 0.47 99.35 18:54:29 18:48:01 3 0.27 0.00 0.22 0.00 0.58 98.94 18:54:29 18:49:01 all 0.10 0.00 0.10 0.00 0.40 99.40 18:54:29 18:49:01 0 0.05 0.00 0.17 0.00 0.53 99.25 18:54:29 18:49:01 1 0.05 0.00 0.08 0.00 0.32 99.55 18:54:29 18:49:01 2 0.05 0.00 0.07 0.00 0.43 99.45 18:54:29 18:49:01 3 0.27 0.00 0.08 0.00 0.30 99.35 18:54:29 18:50:01 all 0.10 0.00 0.04 0.00 0.22 99.64 18:54:29 18:50:01 0 0.05 0.00 0.07 0.00 0.33 99.55 18:54:29 18:50:01 1 0.00 0.00 0.03 0.00 0.15 99.82 18:54:29 18:50:01 2 0.02 0.00 0.02 0.00 0.12 99.85 18:54:29 18:50:01 3 0.35 0.00 0.03 0.00 0.27 99.35 18:54:29 18:51:01 all 0.10 0.00 0.17 0.00 0.57 99.16 18:54:29 18:51:01 0 0.02 0.00 0.17 0.00 0.32 99.50 18:54:29 18:51:01 1 0.05 0.00 0.22 0.00 0.45 99.29 18:54:29 18:51:01 2 0.07 0.00 0.22 0.00 0.65 99.07 18:54:29 18:51:01 3 0.27 0.00 0.08 0.00 0.86 98.79 18:54:29 18:52:01 all 0.10 0.00 0.02 0.00 0.25 99.63 18:54:29 18:52:01 0 0.02 0.00 0.02 0.00 0.17 99.80 18:54:29 18:52:01 1 0.02 0.00 0.02 0.00 0.10 99.87 18:54:29 18:52:01 2 0.03 0.00 0.02 0.00 0.27 99.68 18:54:29 18:52:01 3 0.35 0.00 0.05 0.00 0.45 99.15 18:54:29 18:53:01 all 0.09 0.00 0.03 0.00 0.21 99.66 18:54:29 18:53:01 0 0.03 0.00 0.02 0.02 0.25 99.68 18:54:29 18:53:01 1 0.03 0.00 0.02 0.00 0.15 99.80 18:54:29 18:53:01 2 0.02 0.00 0.05 0.00 0.28 99.65 18:54:29 18:53:01 3 0.28 0.00 0.05 0.00 0.15 99.52 18:54:29 18:54:02 all 2.82 0.00 2.29 2.18 4.35 88.37 18:54:29 18:54:02 0 2.36 0.00 2.35 1.06 4.59 89.64 18:54:29 18:54:02 1 2.66 0.00 2.11 1.99 4.45 88.80 18:54:29 18:54:02 2 4.13 0.00 2.74 4.89 4.17 84.07 18:54:29 18:54:02 3 2.12 0.00 1.96 0.81 4.19 90.92 18:54:29 18:54:29 Average: CPU %user %nice %system %iowait %steal %idle 18:54:29 Average: all 15.72 0.00 7.96 4.49 14.59 57.24 18:54:29 Average: 0 15.09 0.00 7.85 4.71 15.30 57.05 18:54:29 Average: 1 15.71 0.00 8.01 4.63 14.55 57.10 18:54:29 Average: 2 15.73 0.00 7.92 4.41 14.32 57.62 18:54:29 Average: 3 16.34 0.00 8.05 4.23 14.19 57.18 18:54:29 18:54:29 18:54:29