Pull request #3004 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 jpwhitemn for edgexfoundry/edgex-go Obtained Jenkinsfile from 5afb890cddac892bc2c734bf8d7fc2e98022ab1a+cf513aa69aa73df9a6f6252b052cd5c5a0259743 (b63ad92ce2c362e1504359d1f47d626842ca0922) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19564 in /w/workspace/edgexfoundry_edgex-go_PR-3004 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 cf513aa69aa73df9a6f6252b052cd5c5a0259743 into PR head commit 5afb890cddac892bc2c734bf8d7fc2e98022ab1a Merge succeeded, producing 5afb890cddac892bc2c734bf8d7fc2e98022ab1a Checking out Revision 5afb890cddac892bc2c734bf8d7fc2e98022ab1a (PR-3004) > 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/3004/head:refs/remotes/origin/PR-3004 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5afb890cddac892bc2c734bf8d7fc2e98022ab1a # 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 cf513aa69aa73df9a6f6252b052cd5c5a0259743 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5afb890cddac892bc2c734bf8d7fc2e98022ab1a # timeout=10 Commit message: "Merge branch 'master' into consolidate-attribute-files" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 3e7c88ed3bff3f0ce6679326790c14aa2e22b273 # timeout=10 [Pipeline] timeout 19:46:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:46:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:46:36 ========================================================= 19:46:36 EdgeX Global Pipelines Version Info 19:46:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:46:37 ------------------- 19:46:37 stable info: 19:46:37 ------------------- 19:46:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:46:37 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 19:46:37 Message: update stable to v1.0.173 19:46:38 ------------------- 19:46:38 experimental info: 19:46:38 ------------------- 19:46:38 Commited By: **** collab-it+edgex@linuxfoundation.org 19:46:38 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 19:46:38 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:46:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:46:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:46:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 19:46:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3004 [Pipeline] echo 19:46:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3004 [Pipeline] echo 19:46:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3004 [Pipeline] echo 19:46:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5afb890cddac892bc2c734bf8d7fc2e98022ab1a [Pipeline] echo 19:46:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5afb890 [Pipeline] echo 19:46:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:46:41 provisioning config files... 19:46:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config8155818749310706016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:46:42 ---> docker-login.sh 19:46:42 nexus3.edgexfoundry.org:10001 19:46:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:42 Configure a credential helper to remove this warning. See 19:46:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:42 19:46:42 Login Succeeded 19:46:42 nexus3.edgexfoundry.org:10002 19:46:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:42 Configure a credential helper to remove this warning. See 19:46:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:42 19:46:42 Login Succeeded 19:46:42 nexus3.edgexfoundry.org:10003 19:46:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:42 Configure a credential helper to remove this warning. See 19:46:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:42 19:46:42 Login Succeeded 19:46:42 nexus3.edgexfoundry.org:10004 19:46:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:43 Configure a credential helper to remove this warning. See 19:46:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:43 19:46:43 Login Succeeded 19:46:43 docker.io 19:46:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:43 Configure a credential helper to remove this warning. See 19:46:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:43 19:46:43 Login Succeeded 19:46:43 ---> docker-login.sh ends [Pipeline] } 19:46:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:46:44 ++ 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-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:46:44 + for file in '`ls cmd/**/Dockerfile`' 19:46:44 ++ dirname cmd/core-command/Dockerfile 19:46:44 ++ cut -d/ -f2 19:46:44 + echo core-command,cmd/core-command/Dockerfile 19:46:44 + for file in '`ls cmd/**/Dockerfile`' 19:46:44 ++ dirname cmd/core-data/Dockerfile 19:46:44 ++ cut -d/ -f2 19:46:44 + echo core-data,cmd/core-data/Dockerfile 19:46:44 + for file in '`ls cmd/**/Dockerfile`' 19:46:44 ++ dirname cmd/core-metadata/Dockerfile 19:46:44 ++ cut -d/ -f2 19:46:44 + echo core-metadata,cmd/core-metadata/Dockerfile 19:46:44 + for file in '`ls cmd/**/Dockerfile`' 19:46:44 ++ dirname cmd/security-bootstrap-redis/Dockerfile 19:46:44 ++ cut -d/ -f2 19:46:44 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 19:46:44 + for file in '`ls cmd/**/Dockerfile`' 19:46:44 ++ dirname cmd/security-proxy-setup/Dockerfile 19:46:44 ++ cut -d/ -f2 19:46:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:46:44 + for file in '`ls cmd/**/Dockerfile`' 19:46:44 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:46:44 ++ cut -d/ -f2 19:46:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:46:44 + for file in '`ls cmd/**/Dockerfile`' 19:46:44 ++ dirname cmd/support-notifications/Dockerfile 19:46:44 ++ cut -d/ -f2 19:46:44 + echo support-notifications,cmd/support-notifications/Dockerfile 19:46:44 + for file in '`ls cmd/**/Dockerfile`' 19:46:44 ++ dirname cmd/support-scheduler/Dockerfile 19:46:44 ++ cut -d/ -f2 19:46:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:46:44 + for file in '`ls cmd/**/Dockerfile`' 19:46:44 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:46:44 ++ cut -d/ -f2 19:46:44 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:46:44 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-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 19:46:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:46:45 19:46:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:46:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:46:45 latest: Pulling from edgex-devops/git-semver 19:46:45 31603596830f: Pulling fs layer 19:46:45 2a8b12db71e7: Pulling fs layer 19:46:45 6ca5941a6612: Pulling fs layer 19:46:45 ecc8261a40a4: Pulling fs layer 19:46:45 ecc8261a40a4: Waiting 19:46:45 2a8b12db71e7: Verifying Checksum 19:46:45 2a8b12db71e7: Download complete 19:46:45 31603596830f: Verifying Checksum 19:46:45 31603596830f: Download complete 19:46:45 6ca5941a6612: Verifying Checksum 19:46:45 6ca5941a6612: Download complete 19:46:45 ecc8261a40a4: Verifying Checksum 19:46:45 ecc8261a40a4: Download complete 19:46:46 31603596830f: Pull complete 19:46:46 2a8b12db71e7: Pull complete 19:46:47 6ca5941a6612: Pull complete 19:46:47 ecc8261a40a4: Pull complete 19:46:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:46:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:46:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:46:47 prd-centos7-docker-4c-2g-19564 does not seem to be running inside a container 19:46:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 19:46:50 $ docker top d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:46:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:46:50 [ssh-agent] Looking for ssh-agent implementation... 19:46:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:46:50 $ docker exec d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 ssh-agent 19:46:51 SSH_AUTH_SOCK=/tmp/ssh-xeevdmPVd013/agent.11 19:46:51 SSH_AGENT_PID=16 19:46:51 Running ssh-add (command line suppressed) 19:46:51 Identity added: /w/workspace/edgex-go/8@tmp/private_key_1954601147625110539.key (/w/workspace/edgex-go/8@tmp/private_key_1954601147625110539.key) 19:46:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:46:51 + git tag --points-at HEAD [Pipeline] } 19:46:51 $ docker exec --env ******** --env ******** d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 ssh-agent -k 19:46:51 unset SSH_AUTH_SOCK; 19:46:51 unset SSH_AGENT_PID; 19:46:51 echo Agent pid 16 killed; 19:46:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:46:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:46:51 [ssh-agent] Looking for ssh-agent implementation... 19:46:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:46:52 $ docker exec d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 ssh-agent 19:46:52 SSH_AUTH_SOCK=/tmp/ssh-2bSnkeLrOH8n/agent.47 19:46:52 SSH_AGENT_PID=52 19:46:52 Running ssh-add (command line suppressed) 19:46:52 Identity added: /w/workspace/edgex-go/8@tmp/private_key_311490023865460494.key (/w/workspace/edgex-go/8@tmp/private_key_311490023865460494.key) 19:46:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:46:52 + git semver init 19:46:52 # -> Open(): unable to determine branch for HEAD 19:46:52 # $GIT_DIR = /w/workspace/edgex-go/8/.git 19:46:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 19:46:52 # $SEMVER_REMOTE_NAME = origin 19:46:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:46:52 # $SEMVER_USER_NAME = edgex-jenkins 19:46:52 # $SEMVER_BRANCH = PR-3004 19:46:52 # $SEMVER_TEMP = /tmp/semver-993681860 19:46:52 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:47:10 # '/tmp/semver-993681860' -> '/w/workspace/edgex-go/8/.semver' 19:47:10 # -> Force: false 19:47:10 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 19:47:11 $ docker exec --env ******** --env ******** d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 ssh-agent -k 19:47:11 unset SSH_AUTH_SOCK; 19:47:11 unset SSH_AGENT_PID; 19:47:11 echo Agent pid 52 killed; 19:47:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:47:11 + git semver [Pipeline] } 19:47:11 $ docker stop --time=1 d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 19:47:13 $ docker rm -f d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 [Pipeline] // withDockerContainer [Pipeline] sh 19:47:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:47:14 Stashed 1 file(s) [Pipeline] echo 19:47:14 [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 19:47:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:47:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:47:16 + sudo service docker restart 19:47:16 + true 19:47:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:47:16 ========================================================= 19:47:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:47:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:47:17 + 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 . 19:47:20 Sending build context to Docker daemon 326.4MB 19:47:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:47:20 Step 2/6 : FROM ${BASE} 19:47:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:47:20 188c0c94c7c5: Pulling fs layer 19:47:20 0ef7d3d256c8: Pulling fs layer 19:47:20 de9db76c5a1d: Pulling fs layer 19:47:20 bca2f99d35d6: Pulling fs layer 19:47:20 93359f2a8cfa: Pulling fs layer 19:47:20 7c6f9722023f: Pulling fs layer 19:47:20 a35cf1a2eb13: Pulling fs layer 19:47:20 93359f2a8cfa: Waiting 19:47:20 7c6f9722023f: Waiting 19:47:20 a35cf1a2eb13: Waiting 19:47:20 bca2f99d35d6: Waiting 19:47:20 de9db76c5a1d: Download complete 19:47:20 0ef7d3d256c8: Verifying Checksum 19:47:20 0ef7d3d256c8: Download complete 19:47:20 93359f2a8cfa: Verifying Checksum 19:47:20 93359f2a8cfa: Download complete 19:47:20 188c0c94c7c5: Download complete 19:47:20 7c6f9722023f: Verifying Checksum 19:47:20 7c6f9722023f: Download complete 19:47:21 188c0c94c7c5: Pull complete 19:47:21 0ef7d3d256c8: Pull complete 19:47:21 de9db76c5a1d: Pull complete 19:47:22 a35cf1a2eb13: Verifying Checksum 19:47:22 a35cf1a2eb13: Download complete 19:47:23 bca2f99d35d6: Verifying Checksum 19:47:23 bca2f99d35d6: Download complete 19:47:30 bca2f99d35d6: Pull complete 19:47:30 93359f2a8cfa: Pull complete 19:47:30 7c6f9722023f: Pull complete 19:47:30 Still waiting to schedule task 19:47:30 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 19:47:34 a35cf1a2eb13: Pull complete 19:47:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:47:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:47:34 ---> a62c8e92a672 19:47:34 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 19:47:34 ---> Running in da896d2d830f 19:47:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:47:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:47:36 (1/12) Installing libmagic (5.38-r0) 19:47:36 (2/12) Installing file (5.38-r0) 19:47:36 (3/12) Installing libc-dev (0.7.2-r3) 19:47:36 (4/12) Installing g++ (9.3.0-r2) 19:47:40 (5/12) Installing fortify-headers (1.1-r0) 19:47:40 (6/12) Installing patch (2.7.6-r6) 19:47:40 (7/12) Installing build-base (0.5-r2) 19:47:40 (8/12) Installing libsodium (1.0.18-r0) 19:47:40 (9/12) Installing pkgconf (1.7.2-r0) 19:47:40 (10/12) Installing libsodium-dev (1.0.18-r0) 19:47:40 (11/12) Installing libzmq (4.3.3-r0) 19:47:40 (12/12) Installing zeromq-dev (4.3.3-r0) 19:47:41 Executing busybox-1.31.1-r19.trigger 19:47:41 OK: 233 MiB in 51 packages 19:47:45 Removing intermediate container da896d2d830f 19:47:45 ---> 55bdb1ca49c2 19:47:45 Step 4/6 : WORKDIR /edgex-go 19:47:45 ---> Running in 9dbedf2e0848 19:47:45 Removing intermediate container 9dbedf2e0848 19:47:45 ---> 41f44b65f74b 19:47:45 Step 5/6 : COPY go.mod . 19:47:45 ---> 7608c84fcadb 19:47:45 Step 6/6 : RUN go mod download 19:47:45 ---> Running in 31f4fee0a3d4 19:48:07 Removing intermediate container 31f4fee0a3d4 19:48:07 ---> 7604c82c81c7 19:48:07 Successfully built 7604c82c81c7 19:48:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:48:07 + docker inspect -f . ci-base-image-x86_64 19:48:07 . [Pipeline] withDockerContainer 19:48:08 prd-centos7-docker-4c-2g-19564 does not seem to be running inside a container 19:48:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 19:48:09 $ docker top 30aea9edf76efac00f3f273ec6bebfc595dd01e6f4088832f46bdc33f38e2d75 -eo pid,comm [Pipeline] { [Pipeline] sh 19:48:09 + go version 19:48:09 go version go1.15.5 linux/amd64 [Pipeline] } 19:48:09 $ docker stop --time=1 30aea9edf76efac00f3f273ec6bebfc595dd01e6f4088832f46bdc33f38e2d75 19:48:10 $ docker rm -f 30aea9edf76efac00f3f273ec6bebfc595dd01e6f4088832f46bdc33f38e2d75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:48:11 + docker inspect -f . ci-base-image-x86_64 19:48:11 . [Pipeline] withDockerContainer 19:48:12 prd-centos7-docker-4c-2g-19564 does not seem to be running inside a container 19:48:12 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 19:48:13 $ docker top 98f3c9f0191475e0a81a000ee02fbaaef183e5d36f1aa522b956fdfc62bb7bb3 -eo pid,comm [Pipeline] { [Pipeline] echo 19:48:13 ========================================================= 19:48:13 [edgeXBuildGoParallel] Running Tests and Build... 19:48:13 ========================================================= [Pipeline] sh 19:48:13 + make test 19:48:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:48:23 ? github.com/edgexfoundry/edgex-go [no test files] 19:48:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:48:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:48:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:48:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:48:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 19:48:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:48:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:48:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:48:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:48:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:48:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:48:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:48:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 46.6% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:48:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.0% of statements 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:48:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:48:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:48:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 77.1% of statements 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:48:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.128s coverage: 82.4% of statements 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:48:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.411s coverage: 28.6% of statements 19:48:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:48:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:48:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:48:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:48:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:48:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements 19:48:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:48:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 19:48:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:48:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.191s coverage: 86.7% of statements 19:48:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:48:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.145s coverage: 97.5% of statements 19:48:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:48:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements 19:48:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:48:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:48:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:48:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:48:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.419s coverage: 94.1% of statements 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:48:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:48:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.047s coverage: 0.1% of statements 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.071s coverage: 75.5% of statements 19:48:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements 19:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements 19:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 19:48:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.4% of statements 19:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 63.5% of statements 19:49:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:49:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 19:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 19:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 19:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 19:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 19:49:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.378s coverage: 55.9% of statements 19:49:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:49:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:49:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 19:49:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 19:49:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 19:49:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements 19:49:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:49:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:49:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.299s coverage: 84.0% of statements 19:49:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements 19:49:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements 19:49:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:49:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:49:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:49:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:49:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:49:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements 19:49:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:49:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 19:49:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:49:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.695s coverage: 29.1% of statements 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:49:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.094s coverage: 99.0% of statements 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:49:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:49:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:49:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:49:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:49:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:49:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 19:49:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 19:49:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 19:49:06 GO111MODULE=on go vet ./... 19:49:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19566 in /w/workspace/edgexfoundry_edgex-go_PR-3004 [Pipeline] { [Pipeline] ws 19:49:17 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 19:49:21 using credential edgex-jenkins-ssh 19:49:21 Cloning the remote Git repository 19:49:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:49:21 > git init /w/workspace/edgex-go/8 # timeout=10 19:49:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:49:21 > git --version # timeout=10 19:49:21 > git --version # 'git version 2.17.1' 19:49:22 using GIT_SSH to set credentials SSH Credentials for GitHub 19:49:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:49:28 gofmt -l . 19:49:28 [ "`gofmt -l .`" = "" ] 19:49:29 ./bin/test-go-mod-tidy.sh 19:49:29 ./bin/test-attribution-txt.sh [Pipeline] sh 19:49:30 + ls -al . 19:49:30 total 652 19:49:30 drwxrwxr-x 10 1001 1001 4096 Jan 11 19:49 . 19:49:30 drwxr-xr-x 4 root root 28 Jan 11 19:48 .. 19:49:30 -rw-rw-r-- 1 1001 1001 11 Jan 11 19:46 .dockerignore 19:49:30 drwxrwxr-x 8 1001 1001 179 Jan 11 19:46 .git 19:49:30 drwxrwxr-x 3 1001 1001 125 Jan 11 19:46 .github 19:49:30 -rw-rw-r-- 1 1001 1001 824 Jan 11 19:46 .gitignore 19:49:30 drwx------ 3 1001 1001 47 Jan 11 19:47 .semver 19:49:30 -rw-rw-r-- 1 1001 1001 166 Jan 11 19:46 .sonarcloud.properties 19:49:30 -rw-rw-r-- 1 1001 1001 7741 Jan 11 19:46 Attribution.txt 19:49:30 -rw-rw-r-- 1 1001 1001 3804 Jan 11 19:46 CONTRIBUTING.md 19:49:30 -rw-rw-r-- 1 1001 1001 931 Jan 11 19:46 Dockerfile.build 19:49:30 -rw-rw-r-- 1 1001 1001 863 Jan 11 19:46 Jenkinsfile 19:49:30 -rw-rw-r-- 1 1001 1001 10775 Jan 11 19:46 LICENSE 19:49:30 -rw-rw-r-- 1 1001 1001 5750 Jan 11 19:46 Makefile 19:49:30 -rw-rw-r-- 1 1001 1001 6524 Jan 11 19:46 README.md 19:49:30 -rw-rw-r-- 1 1001 1001 6744 Jan 11 19:46 SECURITY.md 19:49:30 -rw-rw-r-- 1 1001 1001 5 Jan 11 19:47 VERSION 19:49:30 -rw-rw-r-- 1 1001 1001 4131 Jan 11 19:46 ZMQWindows.md 19:49:30 drwxrwxr-x 2 1001 1001 117 Jan 11 19:46 bin 19:49:30 drwxrwxr-x 14 1001 1001 4096 Jan 11 19:46 cmd 19:49:30 -rw-r--r-- 1 root root 545099 Jan 11 19:49 coverage.out 19:49:30 -rw-r--r-- 1 root root 979 Jan 11 19:49 go.mod 19:49:30 -rw-r--r-- 1 root root 19019 Jan 11 19:49 go.sum 19:49:30 drwxrwxr-x 8 1001 1001 127 Jan 11 19:46 internal 19:49:30 drwxrwxr-x 4 1001 1001 26 Jan 11 19:46 openapi 19:49:30 drwxrwxr-x 4 1001 1001 71 Jan 11 19:46 snap 19:49:30 -rw-rw-r-- 1 1001 1001 168 Jan 11 19:46 version.go [Pipeline] sh 19:49:30 + '[' -e coverage.out ] 19:49:30 + chown 1001:1001 coverage.out [Pipeline] stash 19:49:31 Stashed 1 file(s) [Pipeline] sh 19:49:31 + make build 19:49:31 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 19:49:36 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 19:49:43 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 19:49:43 Merging remotes/origin/master commit cf513aa69aa73df9a6f6252b052cd5c5a0259743 into PR head commit 5afb890cddac892bc2c734bf8d7fc2e98022ab1a 19:49:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:49:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:49:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:49:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:49:42 using GIT_SSH to set credentials SSH Credentials for GitHub 19:49:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3004/head:refs/remotes/origin/PR-3004 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:49:43 Merge succeeded, producing 5afb890cddac892bc2c734bf8d7fc2e98022ab1a 19:49:43 Checking out Revision 5afb890cddac892bc2c734bf8d7fc2e98022ab1a (PR-3004) 19:49:44 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 19:49:45 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 19:49:43 > git config core.sparsecheckout # timeout=10 19:49:43 > git checkout -f 5afb890cddac892bc2c734bf8d7fc2e98022ab1a # timeout=10 19:49:43 > git remote # timeout=10 19:49:43 > git config --get remote.origin.url # timeout=10 19:49:43 using GIT_SSH to set credentials SSH Credentials for GitHub 19:49:43 > git merge cf513aa69aa73df9a6f6252b052cd5c5a0259743 # timeout=10 19:49:43 > git rev-parse HEAD^{commit} # timeout=10 19:49:44 > git config core.sparsecheckout # timeout=10 19:49:44 > git checkout -f 5afb890cddac892bc2c734bf8d7fc2e98022ab1a # timeout=10 19:49:46 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 19:49:47 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 19:49:48 Commit message: "Merge branch 'master' into consolidate-attribute-files" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 19:49:49 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 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:49:50 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 19:49:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:49:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:49:51 + true 19:49:51 + sudo service docker restart 19:49:51 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 19:49:52 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:49:53 provisioning config files... 19:49:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config8451285423242234831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:49:53 ---> docker-login.sh 19:49:53 nexus3.edgexfoundry.org:10001 19:49:53 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 19:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } 19:49:54 $ docker stop --time=1 98f3c9f0191475e0a81a000ee02fbaaef183e5d36f1aa522b956fdfc62bb7bb3 19:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:54 Configure a credential helper to remove this warning. See 19:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:54 19:49:54 Login Succeeded 19:49:54 nexus3.edgexfoundry.org:10002 19:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:55 Configure a credential helper to remove this warning. See 19:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:55 19:49:55 Login Succeeded 19:49:55 nexus3.edgexfoundry.org:10003 19:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:56 Configure a credential helper to remove this warning. See 19:49:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:56 19:49:56 Login Succeeded 19:49:56 nexus3.edgexfoundry.org:10004 19:49:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:56 Configure a credential helper to remove this warning. See 19:49:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:56 19:49:56 Login Succeeded 19:49:56 $ docker rm -f 98f3c9f0191475e0a81a000ee02fbaaef183e5d36f1aa522b956fdfc62bb7bb3 19:49:56 docker.io 19:49:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] } 19:49:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:57 Configure a credential helper to remove this warning. See 19:49:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:57 19:49:57 Login Succeeded 19:49:57 ---> docker-login.sh ends [Pipeline] // script [Pipeline] } [Pipeline] } 19:49:57 Deleting 1 temporary files [Pipeline] // stage [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo 19:49:59 ========================================================= 19:49:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:49:59 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 19:49:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:49:59 19:49:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix 19:50:00 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [Pipeline] sh 19:50:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:50:00 latest: Pulling from edgex-devops/edgex-compose 19:50:00 cbdbe7a5bc2a: Pulling fs layer 19:50:00 ca9280d653b3: Pulling fs layer 19:50:00 7e9c9ca2126c: Pulling fs layer 19:50:01 cbdbe7a5bc2a: Verifying Checksum 19:50:01 cbdbe7a5bc2a: Download complete 19:50:01 ca9280d653b3: Verifying Checksum 19:50:01 cbdbe7a5bc2a: Pull complete 19:50:02 7e9c9ca2126c: Download complete 19:50:02 ca9280d653b3: Pull complete 19:50:02 Sending build context to Docker daemon 165.5MB 19:50:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:50:02 Step 2/6 : FROM ${BASE} 19:50:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:50:02 5f621e34cdf4: Pulling fs layer 19:50:02 a4357932f1b6: Pulling fs layer 19:50:02 18c013af1878: Pulling fs layer 19:50:02 00ac8860ef70: Pulling fs layer 19:50:02 63d7cb157983: Pulling fs layer 19:50:02 b116817d02f9: Pulling fs layer 19:50:02 745a02a5169b: Pulling fs layer 19:50:02 63d7cb157983: Waiting 19:50:02 b116817d02f9: Waiting 19:50:02 745a02a5169b: Waiting 19:50:02 00ac8860ef70: Waiting 19:50:02 18c013af1878: Download complete 19:50:02 a4357932f1b6: Verifying Checksum 19:50:02 a4357932f1b6: Download complete 19:50:02 63d7cb157983: Verifying Checksum 19:50:02 63d7cb157983: Download complete 19:50:02 b116817d02f9: Verifying Checksum 19:50:02 b116817d02f9: Download complete 19:50:02 5f621e34cdf4: Verifying Checksum 19:50:02 5f621e34cdf4: Download complete 19:50:03 5f621e34cdf4: Pull complete 19:50:03 a4357932f1b6: Pull complete 19:50:04 18c013af1878: Pull complete 19:50:05 745a02a5169b: Verifying Checksum 19:50:05 745a02a5169b: Download complete 19:50:05 00ac8860ef70: Verifying Checksum 19:50:05 00ac8860ef70: Download complete 19:50:09 7e9c9ca2126c: Pull complete 19:50:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:50:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:50:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:50:09 prd-centos7-docker-4c-2g-19564 does not seem to be running inside a container 19:50:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 19:50:10 $ docker top f6241e4078c90c13c0c3134343bafac4bbd5563185dfa480d2a0c1293d21422e -eo pid,comm [Pipeline] { [Pipeline] sh 19:50:11 + docker-compose build --help 19:50:11 + grep parallel 19:50:12 --parallel Build images in parallel. [Pipeline] } 19:50:12 $ docker stop --time=1 f6241e4078c90c13c0c3134343bafac4bbd5563185dfa480d2a0c1293d21422e 19:50:14 $ docker rm -f f6241e4078c90c13c0c3134343bafac4bbd5563185dfa480d2a0c1293d21422e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:50:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:50:15 . [Pipeline] withDockerContainer 19:50:15 prd-centos7-docker-4c-2g-19564 does not seem to be running inside a container 19:50:15 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 19:50:15 00ac8860ef70: Pull complete 19:50:16 $ docker top bef618f1f6537be752c81011f8117a301bca9ee8050f277ac8ef130b565b1bf4 -eo pid,comm 19:50:16 63d7cb157983: Pull complete [Pipeline] { [Pipeline] sh 19:50:16 b116817d02f9: Pull complete 19:50:16 + docker-compose -f ./docker-compose-build.yml build --parallel 19:50:17 Building docker-core-command-go ... 19:50:17 Building docker-core-data-go ... 19:50:17 Building docker-core-metadata-go ... 19:50:17 Building docker-security-bootstrap-redis-go ... 19:50:17 Building docker-security-proxy-setup-go ... 19:50:17 Building docker-security-secretstore-setup-go ... 19:50:17 Building docker-support-notifications-go ... 19:50:17 Building docker-support-scheduler-go ... 19:50:17 Building docker-sys-mgmt-agent-go ... 19:50:17 Building docker-core-data-go 19:50:17 Building docker-support-scheduler-go 19:50:17 Building docker-security-bootstrap-redis-go 19:50:17 Building docker-support-notifications-go 19:50:17 Building docker-core-metadata-go 19:50:20 745a02a5169b: Pull complete 19:50:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:50:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:50:20 ---> b7e6874047d6 19:50:20 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 19:50:24 ---> Running in 8215e27d2677 19:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:50:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:50:26 (1/12) Installing libmagic (5.38-r0) 19:50:26 (2/12) Installing file (5.38-r0) 19:50:26 (3/12) Installing libc-dev (0.7.2-r3) 19:50:26 (4/12) Installing g++ (9.3.0-r2) 19:50:32 (5/12) Installing fortify-headers (1.1-r0) 19:50:32 (6/12) Installing patch (2.7.6-r6) 19:50:32 (7/12) Installing build-base (0.5-r2) 19:50:32 (8/12) Installing libsodium (1.0.18-r0) 19:50:32 (9/12) Installing pkgconf (1.7.2-r0) 19:50:32 (10/12) Installing libsodium-dev (1.0.18-r0) 19:50:32 (11/12) Installing libzmq (4.3.3-r0) 19:50:32 (12/12) Installing zeromq-dev (4.3.3-r0) 19:50:32 Executing busybox-1.31.1-r19.trigger 19:50:32 OK: 217 MiB in 51 packages 19:50:36 Removing intermediate container 8215e27d2677 19:50:36 ---> 083f71b0955d 19:50:36 Step 4/6 : WORKDIR /edgex-go 19:50:36 ---> Running in 8389775ca934 19:50:36 Removing intermediate container 8389775ca934 19:50:36 ---> 05de3c428c08 19:50:36 Step 5/6 : COPY go.mod . 19:50:37 ---> 9ad90ffb01a0 19:50:37 Step 6/6 : RUN go mod download 19:50:37 ---> Running in fc3581d29973 19:50:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:50:50 ---> 7604c82c81c7 19:50:50 Step 3/21 : WORKDIR /edgex-go 19:50:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:50:50 ---> 7604c82c81c7 19:50:50 Step 3/24 : WORKDIR /edgex-go 19:50:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:50:50 ---> 7604c82c81c7 19:50:50 Step 3/22 : WORKDIR /edgex-go 19:50:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:50:50 ---> 7604c82c81c7 19:50:50 Step 3/23 : WORKDIR /edgex-go 19:50:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:50:50 ---> 7604c82c81c7 19:50:50 Step 3/22 : WORKDIR /edgex-go 19:50:50 ---> Running in 188c416161d9 19:50:50 ---> Running in b82fcdb79482 19:50:50 ---> Running in 348bb0832f6b 19:50:50 ---> Running in c4fcff97c1c7 19:50:50 ---> Running in e4596271bd3b 19:50:50 Removing intermediate container c4fcff97c1c7 19:50:50 ---> 5d29454d00b5 19:50:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:50 Removing intermediate container e4596271bd3b 19:50:50 ---> 0b1fad699803 19:50:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:50 Removing intermediate container b82fcdb79482 19:50:50 ---> 3a738f8547ac 19:50:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:50 Removing intermediate container 188c416161d9 19:50:50 ---> c86648f45aa8 19:50:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:50 Removing intermediate container 348bb0832f6b 19:50:50 ---> 7c5cbaf9099a 19:50:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:50 ---> Running in b6b4a5636dbe 19:50:50 ---> Running in 27bafa8b27e8 19:50:50 ---> Running in 0181cc0d33a8 19:50:50 ---> Running in 185f65f6f6de 19:50:50 ---> Running in 8bfd20174c08 19:50:51 Removing intermediate container b6b4a5636dbe 19:50:51 ---> 1dc47dc05d6b 19:50:51 Step 5/22 : RUN apk add --update --no-cache make git 19:50:51 ---> Running in 71fa2566fa82 19:50:51 Removing intermediate container 27bafa8b27e8 19:50:51 ---> 33eff42a036c 19:50:51 Step 5/22 : RUN apk add --update --no-cache make git 19:50:51 Removing intermediate container 0181cc0d33a8 19:50:51 ---> 411488fcb499 19:50:51 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:50:51 Removing intermediate container 8bfd20174c08 19:50:51 ---> 803d904aa44a 19:50:51 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 19:50:51 Removing intermediate container 185f65f6f6de 19:50:51 ---> fd7699af2acf 19:50:51 Step 5/21 : RUN apk add --update --no-cache make git 19:50:52 ---> Running in f48f7f35e5ff 19:50:52 ---> Running in ed3554d601d8 19:50:52 ---> Running in f41b0fb07125 19:50:52 ---> Running in 819fad82144f 19:50:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:53 OK: 233 MiB in 51 packages 19:50:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:54 OK: 233 MiB in 51 packages 19:50:54 Removing intermediate container 71fa2566fa82 19:50:54 ---> 8b760d7b938d 19:50:54 Step 6/22 : COPY go.mod . 19:50:54 OK: 233 MiB in 51 packages 19:50:54 OK: 233 MiB in 51 packages 19:50:54 OK: 233 MiB in 51 packages 19:50:54 ---> 9c336ecd92f4 19:50:54 Step 7/22 : RUN go mod download 19:50:54 ---> Running in 59b0fce2cbbb 19:50:54 Removing intermediate container ed3554d601d8 19:50:54 ---> bedfbfe0c7c7 19:50:54 Step 6/23 : COPY go.mod . 19:50:55 Removing intermediate container f48f7f35e5ff 19:50:55 ---> ce64c9bcbe5a 19:50:55 Step 6/22 : COPY go.mod . 19:50:55 ---> e90ac7940111 19:50:55 Step 7/23 : RUN go mod download 19:50:55 Removing intermediate container 819fad82144f 19:50:55 ---> ca1bfb3b85c4 19:50:55 Step 6/21 : COPY go.mod . 19:50:55 ---> Running in c136eb46d6e4 19:50:55 Removing intermediate container f41b0fb07125 19:50:55 ---> 90216b3606f0 19:50:55 Step 6/24 : COPY go.mod . 19:50:55 ---> 582dc1cd5bd3 19:50:55 Step 7/22 : RUN go mod download 19:50:55 ---> 594c45d47b15 19:50:55 Step 7/21 : RUN go mod download 19:50:56 ---> Running in 52c50f4a1762 19:50:56 ---> Running in a8d7058d95e9 19:50:56 ---> 861eba8513b1 19:50:56 Step 7/24 : RUN go mod download 19:50:56 ---> Running in 2857ba186b41 19:50:57 Removing intermediate container c136eb46d6e4 19:50:57 ---> aa08426f5a53 19:50:57 Step 8/23 : COPY . . 19:50:57 Removing intermediate container 59b0fce2cbbb 19:50:57 ---> bf79b6a7e366 19:50:57 Step 8/22 : COPY . . 19:50:59 Removing intermediate container 52c50f4a1762 19:50:59 ---> bf56b2b0de61 19:50:59 Step 8/21 : COPY . . 19:51:04 Removing intermediate container fc3581d29973 19:51:04 ---> d0042a6ce9d0 19:51:04 Successfully built d0042a6ce9d0 19:51:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:51:04 + docker inspect -f . ci-base-image-arm64 19:51:04 . [Pipeline] withDockerContainer 19:51:04 prd-ubuntu18.04-docker-arm64-4c-16g-19566 does not seem to be running inside a container 19:51:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:51:06 Removing intermediate container 2857ba186b41 19:51:06 ---> 40a01f8e712f 19:51:06 Step 8/24 : COPY . . 19:51:06 Removing intermediate container a8d7058d95e9 19:51:06 ---> 9365c769525f 19:51:06 Step 8/22 : COPY . . 19:51:06 $ docker top acaa7b70db13d52b06b1ab3e526671ced40ccd5ea6708778bb11b0c8ca149fa9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:51:07 + go version 19:51:07 go version go1.15.5 linux/arm64 [Pipeline] } 19:51:07 $ docker stop --time=1 acaa7b70db13d52b06b1ab3e526671ced40ccd5ea6708778bb11b0c8ca149fa9 19:51:09 $ docker rm -f acaa7b70db13d52b06b1ab3e526671ced40ccd5ea6708778bb11b0c8ca149fa9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:51:10 + docker inspect -f . ci-base-image-arm64 19:51:10 . [Pipeline] withDockerContainer 19:51:11 prd-ubuntu18.04-docker-arm64-4c-16g-19566 does not seem to be running inside a container 19:51:11 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:51:12 $ docker top 965316a95c566f54dcbab6b3704fa883925492df8bb2537e271ab06320e8b924 -eo pid,comm [Pipeline] { [Pipeline] echo 19:51:12 ========================================================= 19:51:12 [edgeXBuildGoParallel] Running Tests and Build... 19:51:12 ========================================================= [Pipeline] sh 19:51:13 + make test 19:51:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:51:35 ? github.com/edgexfoundry/edgex-go [no test files] 19:51:38 ---> 1c8bf408d291 19:51:38 Step 9/23 : RUN make cmd/core-data/core-data 19:51:38 ---> Running in d560419a962f 19:51:38 ---> 4e8ec64a4346 19:51:38 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 19:51:38 ---> 8b6f110aeb22 19:51:38 Step 9/22 : RUN make cmd/core-metadata/core-metadata 19:51:38 ---> aee612991c91 19:51:38 Step 9/24 : RUN make cmd/support-notifications/support-notifications 19:51:38 ---> a388f4873001 19:51:38 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 19:51:38 ---> Running in c0aa5f43c634 19:51:38 ---> Running in d58369298e35 19:51:39 ---> Running in 0462f0886854 19:51:39 ---> Running in bc6309150693 19:51:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:51:40 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 19:51:40 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 19:51:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 19:51:40 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 19:52:19 Removing intermediate container 0462f0886854 19:52:19 Removing intermediate container bc6309150693 19:52:19 ---> 819538d5e9c7 19:52:19 ---> 5c789c115ee4 19:52:19 19:52:19 19:52:19 Step 10/24 : FROM scratchStep 10/22 : FROM alpine:3.12 19:52:19 19:52:19 ---> 19:52:19 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:52:19 Removing intermediate container c0aa5f43c634 19:52:19 ---> 18b5a8743798 19:52:19 19:52:19 Step 10/21 : FROM scratch 19:52:19 ---> 19:52:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:52:19 3.12: Pulling from library/alpine 19:52:19 ---> Running in acbcf8ffbc8d 19:52:19 ---> Running in 23f4e76170cb 19:52:19 Removing intermediate container acbcf8ffbc8d 19:52:19 ---> 363be5b42193 19:52:19 Step 12/21 : ENV APP_PORT=48085 19:52:19 ---> Running in f5ee49ae4ec3 19:52:19 Removing intermediate container 23f4e76170cb 19:52:19 ---> 1c9562697917 19:52:19 Step 12/24 : ENV APP_PORT=48060 19:52:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 19:52:19 Status: Downloaded newer image for alpine:3.12 19:52:19 ---> 389fef711851 19:52:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:52:19 ---> Running in 2ee8fa279209 19:52:19 Removing intermediate container d58369298e35 19:52:19 ---> a13367e3bcc1 19:52:19 19:52:19 Step 10/22 : FROM scratch 19:52:19 ---> 19:52:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:52:19 ---> Running in 40cb931fc1eb 19:52:19 ---> Using cache 19:52:19 ---> 363be5b42193 19:52:19 Step 12/22 : ENV APP_PORT=48081 19:52:20 Removing intermediate container f5ee49ae4ec3 19:52:20 ---> 820e6f0266fc 19:52:20 Step 13/21 : EXPOSE $APP_PORT 19:52:22 ---> Running in 1c5b81df6b0c 19:52:22 Removing intermediate container 2ee8fa279209 19:52:22 ---> c0ebd6954f4b 19:52:22 Step 13/24 : EXPOSE $APP_PORT 19:52:22 ---> Running in 146a0b06b380 19:52:22 ---> Running in a022e36e96bc 19:52:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:52:22 Removing intermediate container 1c5b81df6b0c 19:52:22 ---> e0c78a7d46ac 19:52:22 Step 13/22 : EXPOSE $APP_PORT 19:52:22 Removing intermediate container d560419a962f 19:52:22 ---> 42febae769fe 19:52:22 19:52:22 Step 10/23 : FROM alpine:3.12 19:52:22 ---> 389fef711851 19:52:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:52:22 ---> Running in 1f30941e543d 19:52:22 ---> Running in a3657dda3c7f 19:52:23 Removing intermediate container 146a0b06b380 19:52:23 ---> e2185e82adc0 19:52:23 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 19:52:23 Removing intermediate container a022e36e96bc 19:52:23 ---> e68f08c9e414 19:52:23 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 19:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:52:23 Removing intermediate container 1f30941e543d 19:52:23 ---> 8a76133c39f0 19:52:23 Step 14/22 : WORKDIR / 19:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:52:23 ---> Running in 95958dae2ecf 19:52:23 Removing intermediate container a3657dda3c7f 19:52:23 ---> 11ac14c82b50 19:52:23 Step 12/23 : ENV APP_PORT=48080 19:52:23 (1/5) Installing ca-certificates (20191127-r4) 19:52:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:52:23 (3/5) Installing libcurl (7.69.1-r3) 19:52:23 ---> ea8be88b2a80 19:52:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:52:23 (4/5) Installing curl (7.69.1-r3) 19:52:23 (5/5) Installing dumb-init (1.2.2-r1) 19:52:23 Executing busybox-1.31.1-r19.trigger 19:52:23 Executing ca-certificates-20191127-r4.trigger 19:52:23 OK: 7 MiB in 19 packages 19:52:24 ---> 4015a677d5f1 19:52:24 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 19:52:24 ---> Running in 12c7babb0ab7 19:52:24 ---> d93cffeedec0 19:52:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:52:24 Removing intermediate container 95958dae2ecf 19:52:24 ---> 94eecf5fdc18 19:52:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:52:25 Removing intermediate container 12c7babb0ab7 19:52:25 ---> 8bdfc905f579 19:52:25 Step 13/23 : EXPOSE $APP_PORT 19:52:25 ---> f2027e807a2a 19:52:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:52:25 ---> Running in 58fd162217d7 19:52:25 ---> b759dc3c80a4 19:52:25 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 19:52:25 ---> 3af96ae51286 19:52:25 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 19:52:25 Removing intermediate container 40cb931fc1eb 19:52:25 ---> 1592d81d48d6 19:52:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 19:52:25 ---> Running in e80fe9deb91b 19:52:26 ---> Running in a242b4ea7867 19:52:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:52:27 Removing intermediate container 58fd162217d7 19:52:27 ---> 363705baeccd 19:52:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:27 Removing intermediate container e80fe9deb91b 19:52:27 ---> 040e62ac8526 19:52:27 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:52:27 ---> Running in 99d578badf07 19:52:27 ---> Running in 9379492e0ffc 19:52:27 ---> fa2262df4a9d 19:52:27 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:52:27 ---> cbc5117c0ca0 19:52:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:52:27 Removing intermediate container a242b4ea7867 19:52:27 ---> a566425bbef3 19:52:27 Step 13/22 : WORKDIR / 19:52:27 ---> Running in ac45201a2123 19:52:27 ---> a351ac603517 19:52:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:52:27 ---> 2302deb3627b 19:52:27 Step 18/22 : ENTRYPOINT ["/core-metadata"] 19:52:27 Removing intermediate container 9379492e0ffc 19:52:27 ---> 1c2601d6fcaa 19:52:27 Step 19/21 : LABEL arch=x86_64 19:52:28 ---> Running in 5a626d8c026c 19:52:28 ---> Running in 3d8a1430dad3 19:52:28 Removing intermediate container ac45201a2123 19:52:28 ---> ae9c31fe7e33 19:52:28 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:52:28 Removing intermediate container 5a626d8c026c 19:52:28 ---> a9225e5a95e0 19:52:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:52:28 Removing intermediate container 3d8a1430dad3 19:52:28 ---> da6ad47b6a1a 19:52:28 Step 20/21 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 19:52:28 ---> Running in e05cf276b9a2 19:52:28 ---> Running in c6318d87e76f 19:52:28 ---> 6b7cde3ca7de 19:52:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:52:28 ---> 124d29623a4e 19:52:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 19:52:28 Removing intermediate container 99d578badf07 19:52:28 ---> 6fe5bfae57c7 19:52:28 Step 15/23 : RUN apk add --update --no-cache zeromq 19:52:29 Removing intermediate container c6318d87e76f 19:52:29 ---> 62608e4abb8c 19:52:29 Step 21/21 : LABEL version=0.0.0 19:52:29 Removing intermediate container e05cf276b9a2 19:52:29 ---> b2549083c434 19:52:29 Step 20/22 : LABEL arch=x86_64 19:52:29 ---> Running in 872ef0ba1f51 19:52:29 ---> Running in 7356ddf2f88d 19:52:29 ---> cfa737433522 19:52:29 Step 20/24 : ENTRYPOINT ["/support-notifications"] 19:52:29 ---> 1e0da9a46fd2 19:52:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 19:52:29 ---> Running in 3db8d93143fe 19:52:29 ---> Running in 3231b4618063 19:52:29 Removing intermediate container 7356ddf2f88d 19:52:29 ---> af1b5b63a2e3 19:52:29 19:52:30 ---> 8ceb1cbdb3bf 19:52:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 19:52:30 Removing intermediate container 3db8d93143fe 19:52:30 ---> 5209791ae99e 19:52:30 Step 21/22 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 19:52:30 Removing intermediate container 3231b4618063 19:52:30 ---> 855e5ad538b5 19:52:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:52:30 ---> Running in b1272ca5bc7b 19:52:30 Successfully built af1b5b63a2e3 19:52:30 ---> Running in 530db1184d3d 19:52:30 Successfully tagged docker-support-scheduler-go:latest 19:52:30  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 19:52:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:52:30 ---> cbc6be575a5f 19:52:30 Step 18/22 : RUN chmod +x entrypoint.sh 19:52:30 ---> Running in 2e92a8b0fed4 19:52:30 Removing intermediate container b1272ca5bc7b 19:52:30 ---> bbffcdd065b4 19:52:30 Step 22/22 : LABEL version=0.0.0 19:52:30 Removing intermediate container 530db1184d3d 19:52:30 ---> 737b51ea5f6e 19:52:30 Step 22/24 : LABEL arch=x86_64 19:52:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:52:31 ---> Running in a7d55846b134 19:52:31 (1/5) Installing libgcc (9.3.0-r2) 19:52:31 ---> Running in 5f05a9826796 19:52:31 (2/5) Installing libsodium (1.0.18-r0) 19:52:31 (3/5) Installing libstdc++ (9.3.0-r2) 19:52:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:52:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:52:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 19:52:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:52:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:52:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:52:31 Removing intermediate container a7d55846b134 19:52:31 ---> 2a41e2d182d7 19:52:31 19:52:31 (4/5) Installing libzmq (4.3.3-r0) 19:52:32 (5/5) Installing zeromq (4.3.3-r0) 19:52:32 Removing intermediate container 5f05a9826796 19:52:32 ---> 3beec313d494 19:52:32 Step 23/24 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 19:52:32 Executing busybox-1.31.1-r19.trigger 19:52:32 OK: 8 MiB in 19 packages 19:52:32 Successfully built 2a41e2d182d7 19:52:32 ---> Running in 699486e660f1 19:52:32 Successfully tagged docker-core-metadata-go:latest 19:52:32 Building docker-security-secretstore-setup-go 19:52:32  Building docker-core-metadata-go ... done Removing intermediate container 699486e660f1 19:52:32 ---> 5fcee1b147b8 19:52:32 Step 24/24 : LABEL version=0.0.0 19:52:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:52:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:52:37 ---> Running in 05a3e89858c5 19:52:37 Removing intermediate container 2e92a8b0fed4 19:52:37 ---> e46e5bf00e6a 19:52:37 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 19:52:37 Removing intermediate container 872ef0ba1f51 19:52:37 ---> 0d7158e29af4 19:52:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:52:37 ---> Running in f83e842460b6 19:52:37 Removing intermediate container 05a3e89858c5 19:52:37 ---> a5d64a5df712 19:52:37 19:52:38 Successfully built a5d64a5df712 19:52:41 Successfully tagged docker-support-notifications-go:latest 19:52:41 Building docker-sys-mgmt-agent-go 19:52:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:52:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:52:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:52:42  Building docker-support-notifications-go ... done Removing intermediate container f83e842460b6 19:52:42 ---> 362c495da2b8 19:52:42 Step 20/22 : LABEL arch=x86_64 19:52:43 ---> ef9b63ac347c 19:52:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:52:47 ---> Running in bc48dd1b0e40 19:52:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.252s coverage: 46.6% of statements 19:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:52:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:52:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:52:47 ---> 7604c82c81c7 19:52:47 Step 3/21 : WORKDIR /edgex-go 19:52:47 ---> Using cache 19:52:47 ---> 7c5cbaf9099a 19:52:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:47 ---> Using cache 19:52:47 ---> 803d904aa44a 19:52:47 Step 5/21 : RUN apk add --update --no-cache make git 19:52:51 ---> Running in 22f6799cb0df 19:52:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:52:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:52:51 ---> 7604c82c81c7 19:52:51 Step 3/24 : WORKDIR /edgex-go 19:52:51 ---> Using cache 19:52:51 ---> 7c5cbaf9099a 19:52:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:51 ---> Using cache 19:52:51 ---> 803d904aa44a 19:52:51 Step 5/24 : RUN apk add --update --no-cache make git 19:52:52 ---> b021146f9175 19:52:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:52:52 Removing intermediate container bc48dd1b0e40 19:52:52 ---> b4db64e70e1f 19:52:52 Step 21/22 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 19:52:52 ---> Running in 2464b235be26 19:52:52 ---> Running in f1c90875171d 19:52:52 ---> 09cb9f7f6f84 19:52:52 Step 19/23 : ENTRYPOINT ["/core-data"] 19:52:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:52:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:52:54 Removing intermediate container f1c90875171d 19:52:54 ---> ab57a19f2806 19:52:54 Step 22/22 : LABEL version=0.0.0 19:52:54 ---> Running in 6f840df7e8a0 19:52:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:52:55 ---> Running in 983d476d93ab 19:52:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:52:55 Removing intermediate container 6f840df7e8a0 19:52:55 ---> efb7c4e71195 19:52:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:52:55 OK: 233 MiB in 51 packages 19:52:55 ---> Running in de12b749800e 19:52:55 Removing intermediate container 983d476d93ab 19:52:55 ---> d34171e01985 19:52:55 19:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.485s coverage: 27.0% of statements 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.252s coverage: 77.1% of statements 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.346s coverage: 82.4% of statements 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:52:56 Successfully built d34171e01985 19:52:56 Successfully tagged docker-security-bootstrap-redis-go:latest 19:52:56  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 19:52:56 Removing intermediate container de12b749800e 19:52:56 ---> bbff1fe801c3 19:52:56 Step 21/23 : LABEL arch=x86_64 19:52:56 OK: 233 MiB in 51 packages 19:52:59 ---> Running in 72549a5463ff 19:52:59 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:52:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:52:59 ---> 7604c82c81c7 19:52:59 Step 3/26 : WORKDIR /edgex-go 19:52:59 ---> Using cache 19:52:59 ---> 7c5cbaf9099a 19:52:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:59 ---> Using cache 19:52:59 ---> 803d904aa44a 19:52:59 Step 5/26 : RUN apk add --update --no-cache make bash git 19:53:00 Removing intermediate container 22f6799cb0df 19:53:00 ---> 93cad8480384 19:53:00 Step 6/21 : COPY go.mod . 19:53:00 ---> Running in c1621f3b8143 19:53:00 Removing intermediate container 72549a5463ff 19:53:00 ---> 90cf5bc3be74 19:53:00 Step 22/23 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 19:53:01 Removing intermediate container 2464b235be26 19:53:01 ---> a144b5f04e84 19:53:01 Step 6/24 : COPY go.mod . 19:53:02 ---> 6d698f849567 19:53:02 Step 7/21 : RUN go mod download 19:53:02 ---> Running in f00e4f57a236 19:53:02 ---> 84a77136a44f 19:53:02 Step 7/24 : RUN go mod download 19:53:02 ---> Running in 2f9a994e6b77 19:53:02 ---> Running in 969164ab6ab8 19:53:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.127s coverage: 28.6% of statements 19:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:53:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements 19:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:53:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements 19:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:53:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.310s coverage: 86.7% of statements 19:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:53:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:53:03 Removing intermediate container f00e4f57a236 19:53:03 ---> 0d6555d8c1b9 19:53:03 Step 23/23 : LABEL version=0.0.0 19:53:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:53:04 ---> Running in fb3f62bceb50 19:53:04 OK: 233 MiB in 51 packages 19:53:04 Removing intermediate container fb3f62bceb50 19:53:04 ---> 5d1b12da8790 19:53:04 19:53:04 Successfully built 5d1b12da8790 19:53:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements 19:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:53:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements 19:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:53:05 Successfully tagged docker-core-data-go:latest 19:53:06  Building docker-core-data-go ... done Removing intermediate container c1621f3b8143 19:53:06 ---> 6006dd88b006 19:53:06 Step 6/26 : COPY go.mod . 19:53:06 ---> 540515240245 19:53:06 Step 7/26 : RUN go mod download 19:53:07 ---> Running in 267597a1576c 19:53:08 Removing intermediate container 969164ab6ab8 19:53:08 ---> c5ae7f63faca 19:53:08 Step 8/24 : COPY . . 19:53:08 Removing intermediate container 2f9a994e6b77 19:53:08 ---> 9e42ad4e4e97 19:53:08 Step 8/21 : COPY . . 19:53:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:53:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:53:10 ---> 7604c82c81c7 19:53:10 Step 3/22 : WORKDIR /edgex-go 19:53:10 ---> Using cache 19:53:10 ---> 7c5cbaf9099a 19:53:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:53:10 ---> Using cache 19:53:10 ---> 803d904aa44a 19:53:10 Step 5/22 : RUN apk add --update --no-cache make git 19:53:10 ---> Using cache 19:53:10 ---> a144b5f04e84 19:53:10 Step 6/22 : COPY go.mod . 19:53:10 ---> Using cache 19:53:10 ---> 84a77136a44f 19:53:10 Step 7/22 : RUN go mod download 19:53:10 ---> Using cache 19:53:10 ---> c5ae7f63faca 19:53:10 Step 8/22 : COPY . . 19:53:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.142s coverage: 94.1% of statements 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:53:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:53:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.182s coverage: 0.1% of statements 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.069s coverage: 100.0% of statements 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.131s coverage: 75.5% of statements 19:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:53:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements 19:53:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.208s coverage: 87.2% of statements 19:53:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 84.2% of statements 19:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.4% of statements 19:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.529s coverage: 63.5% of statements 19:53:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:53:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements 19:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 19:53:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements 19:53:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 19:53:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 19:53:20 Removing intermediate container 267597a1576c 19:53:20 ---> 738fb422b256 19:53:20 Step 8/26 : COPY . . 19:53:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.976s coverage: 55.9% of statements 19:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 19:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 19:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 19:53:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.365s coverage: 37.0% of statements 19:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.567s coverage: 84.0% of statements 19:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.097s coverage: 100.0% of statements 19:53:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.349s coverage: 47.1% of statements 19:53:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:53:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:53:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:53:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:53:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:53:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 19:53:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:53:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements 19:53:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:53:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.927s coverage: 29.1% of statements 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:53:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:53:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:53:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:53:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:53:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.111s coverage: 87.9% of statements 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:53:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:53:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 19:53:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 19:53:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 19:53:37 GO111MODULE=on go vet ./... 19:53:42 ---> 8fcfebe57667 19:53:42 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:53:42 ---> 6ecfd3ba2403 19:53:42 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:53:42 ---> Running in 2fc4e8e270b6 19:53:42 ---> Running in 60c9732fae9b 19:53:42 ---> da07b48d293d 19:53:42 Step 9/22 : RUN make cmd/core-command/core-command 19:53:42 ---> Running in 28fd68c5ec34 19:53:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:53:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:53:43 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 19:53:48 ---> 327adb455eea 19:53:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:53:48 ---> Running in 03fb5a471efb 19:53:49 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 19:54:04 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 19:54:04 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 19:54:10 Removing intermediate container 28fd68c5ec34 19:54:10 ---> d7c46475a7f8 19:54:10 19:54:10 Step 10/22 : FROM scratch 19:54:10 ---> 19:54:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:54:10 ---> Using cache 19:54:10 ---> 363be5b42193 19:54:10 Step 12/22 : ENV APP_PORT=48082 19:54:13 ---> Running in e1566ac3c600 19:54:15 Removing intermediate container 2fc4e8e270b6 19:54:15 ---> 955d94c71d96 19:54:15 19:54:15 Step 10/24 : FROM alpine:3.12 19:54:15 ---> 389fef711851 19:54:15 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:54:15 ---> Using cache 19:54:15 ---> 1592d81d48d6 19:54:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:54:15 Removing intermediate container 60c9732fae9b 19:54:15 ---> e4afea4f1bea 19:54:15 19:54:15 Step 10/21 : FROM alpine:3.12 19:54:15 ---> 389fef711851 19:54:15 Step 11/21 : RUN apk add --update --no-cache curl 19:54:15 Removing intermediate container 03fb5a471efb 19:54:15 ---> 05db092fb32a 19:54:15 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:54:15 Removing intermediate container e1566ac3c600 19:54:15 ---> 722e68ba4f7b 19:54:15 Step 13/22 : EXPOSE $APP_PORT 19:54:15 ---> Running in bf30a726433b 19:54:15 ---> Running in e333ff5aacbb 19:54:15 ---> Running in 359abe804967 19:54:15 ---> Running in 9ee89386e07e 19:54:16 Removing intermediate container bf30a726433b 19:54:16 ---> 78ed60dfef50 19:54:16 Step 14/22 : WORKDIR / 19:54:16 Removing intermediate container 9ee89386e07e 19:54:16 ---> 1c254605ad7f 19:54:16 Step 13/24 : WORKDIR / 19:54:16 ---> Running in 43cc96a39eef 19:54:16 ---> Running in 845f683f340b 19:54:16 Removing intermediate container 43cc96a39eef 19:54:16 ---> 1f36ddc44350 19:54:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:54:16 Removing intermediate container 845f683f340b 19:54:16 ---> c451502cb552 19:54:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:54:16 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 19:54:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:54:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:54:16 ---> 29a889f5636c 19:54:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:54:16 ---> 82a5f22f6029 19:54:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:54:16 (1/4) Installing ca-certificates (20191127-r4) 19:54:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:54:17 (3/4) Installing libcurl (7.69.1-r3) 19:54:17 (4/4) Installing curl (7.69.1-r3) 19:54:17 Executing busybox-1.31.1-r19.trigger 19:54:17 Executing ca-certificates-20191127-r4.trigger 19:54:17 OK: 7 MiB in 18 packages 19:54:18 ---> 1e81b5e156ef 19:54:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:54:18 ---> aa7d8afebfaa 19:54:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:54:18 ---> 649f29552d88 19:54:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:54:19 ---> 8f2669fac033 19:54:19 Step 18/22 : ENTRYPOINT ["/core-command"] 19:54:19 ---> Running in c1ce28fe4529 19:54:19 Removing intermediate container e333ff5aacbb 19:54:19 ---> 5c580bd02e83 19:54:19 19:54:19 Step 11/26 : FROM docker:20.10.0 19:54:19 Removing intermediate container 359abe804967 19:54:19 ---> 80bfab86b50b 19:54:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:54:19 20.10.0: Pulling from library/docker 19:54:19 ---> 9310b2937813 19:54:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:54:19 ---> Running in 93f176364768 19:54:19 Removing intermediate container c1ce28fe4529 19:54:19 ---> 81eca2b36179 19:54:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:54:19 ---> Running in 8766e774d2d6 19:54:19 Removing intermediate container 93f176364768 19:54:19 ---> 71073d85d341 19:54:19 Step 13/21 : WORKDIR /edgex 19:54:19 ---> Running in 5c80cbb521c6 19:54:19 ---> 6e81a30c59a7 19:54:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:54:19 Removing intermediate container 8766e774d2d6 19:54:19 ---> 47ce01b3e1d9 19:54:19 Step 20/22 : LABEL arch=x86_64 19:54:20 ---> Running in 9367424e73e5 19:54:20 Removing intermediate container 5c80cbb521c6 19:54:20 ---> f8f5dd2a703d 19:54:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:54:20 Removing intermediate container 9367424e73e5 19:54:20 ---> dca0d04c52b8 19:54:20 Step 21/22 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 19:54:20 ---> 63c48696929a 19:54:20 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:54:21 ---> Running in bb3e43f7b85f 19:54:21 ---> f87b4d1da53a 19:54:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:54:21 ---> Running in d54c196c3143 19:54:21 Removing intermediate container bb3e43f7b85f 19:54:21 ---> 259f16d696e5 19:54:21 Step 22/22 : LABEL version=0.0.0 19:54:22 ---> 834360f0c50d 19:54:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:54:22 ---> Running in e830d7e05d0a 19:54:22 Removing intermediate container e830d7e05d0a 19:54:22 ---> a7b9ce2c1a20 19:54:22 19:54:23 Successfully built a7b9ce2c1a20 19:54:23 Successfully tagged docker-core-command-go:latest 19:54:23  Building docker-core-command-go ... done  ---> 90cab6cdf19b 19:54:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:54:24 ---> Running in 0d269ec73d9f 19:54:24 Removing intermediate container d54c196c3143 19:54:24 ---> 56db6818ae97 19:54:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:54:24 Removing intermediate container 0d269ec73d9f 19:54:24 ---> d950e436291f 19:54:24 Step 18/21 : CMD ["--init=true"] 19:54:24 ---> Running in 9efdd0e89637 19:54:24 ---> Running in 42ae33261405 19:54:26 Removing intermediate container 9efdd0e89637 19:54:26 ---> ae43d7939b27 19:54:26 Step 22/24 : LABEL arch=x86_64 19:54:26 Removing intermediate container 42ae33261405 19:54:26 ---> 605d21933ee6 19:54:26 Step 19/21 : LABEL arch=x86_64 19:54:26 ---> Running in 498db43d61a9 19:54:26 ---> Running in 8da700ccf38e 19:54:26 Removing intermediate container 498db43d61a9 19:54:26 ---> 1f802a8caa9d 19:54:26 Step 23/24 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 19:54:26 ---> Running in 3ff63221aae8 19:54:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:54:26 Status: Downloaded newer image for docker:20.10.0 19:54:26 ---> aefe523efa57 19:54:26 Step 12/26 : RUN apk add --no-cache bash 19:54:26 Removing intermediate container 8da700ccf38e 19:54:26 ---> c9d6558c6a1e 19:54:26 Step 20/21 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 19:54:26 ---> Running in 32871ada936c 19:54:26 ---> Running in c11b0f6619f8 19:54:26 Removing intermediate container 3ff63221aae8 19:54:26 ---> 6457b6726536 19:54:26 Step 24/24 : LABEL version=0.0.0 19:54:26 ---> Running in 994db356170f 19:54:27 Removing intermediate container 32871ada936c 19:54:27 ---> ae481d74b17a 19:54:27 Step 21/21 : LABEL version=0.0.0 19:54:27 ---> Running in 789e1bc23cb3 19:54:27 Removing intermediate container 994db356170f 19:54:27 ---> 8365e1342185 19:54:27 19:54:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:54:27 Successfully built 8365e1342185 19:54:27 Successfully tagged docker-security-secretstore-setup-go:latest 19:54:27  Building docker-security-secretstore-setup-go ... done Removing intermediate container 789e1bc23cb3 19:54:27 ---> df9b95b597cf 19:54:27 19:54:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:54:27 Successfully built df9b95b597cf 19:54:27 Successfully tagged docker-security-proxy-setup-go:latest 19:54:27  Building docker-security-proxy-setup-go ... done (1/2) Installing readline (8.0.4-r0) 19:54:27 (2/2) Installing bash (5.0.17-r0) 19:54:27 Executing bash-5.0.17-r0.post-install 19:54:27 Executing busybox-1.31.1-r19.trigger 19:54:27 OK: 12 MiB in 22 packages 19:54:28 Removing intermediate container c11b0f6619f8 19:54:28 ---> 0ae5398dce82 19:54:28 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:54:28 ---> Running in b92dd294e091 19:54:28 Removing intermediate container b92dd294e091 19:54:28 ---> 5a04648888c7 19:54:28 Step 14/26 : ENV APP_PORT=48090 19:54:28 ---> Running in 02262ad039b2 19:54:28 Removing intermediate container 02262ad039b2 19:54:28 ---> b27f0f87116f 19:54:28 Step 15/26 : EXPOSE $APP_PORT 19:54:28 ---> Running in 97295af21a10 19:54:28 Removing intermediate container 97295af21a10 19:54:28 ---> 494dfdf77b4a 19:54:28 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:54:29 ---> 5ed6b5536b5d 19:54:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:54:30 ---> e7b2bdc456df 19:54:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:54:30 ---> 97a16de3c82c 19:54:30 Step 19/26 : RUN apk --no-cache add py3-pip 19:54:30 ---> Running in fcdf308d2697 19:54:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:54:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:54:31 (1/33) Installing libbz2 (1.0.8-r1) 19:54:31 (2/33) Installing expat (2.2.9-r1) 19:54:31 (3/33) Installing libffi (3.3-r2) 19:54:31 (4/33) Installing gdbm (1.13-r1) 19:54:31 (5/33) Installing xz-libs (5.2.5-r0) 19:54:31 (6/33) Installing sqlite-libs (3.32.1-r0) 19:54:31 (7/33) Installing python3 (3.8.5-r0) 19:54:32 (8/33) Installing py3-appdirs (1.4.4-r1) 19:54:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:54:32 (10/33) Installing py3-parsing (2.4.7-r0) 19:54:32 (11/33) Installing py3-six (1.15.0-r0) 19:54:32 (12/33) Installing py3-packaging (20.4-r0) 19:54:32 (13/33) Installing py3-setuptools (47.0.0-r0) 19:54:32 (14/33) Installing py3-chardet (3.0.4-r4) 19:54:32 (15/33) Installing py3-idna (2.9-r0) 19:54:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:54:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:54:32 (18/33) Installing py3-requests (2.23.0-r0) 19:54:32 (19/33) Installing py3-msgpack (1.0.0-r0) 19:54:32 (20/33) Installing py3-lockfile (0.12.2-r3) 19:54:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:54:32 (22/33) Installing py3-colorama (0.4.3-r0) 19:54:32 (23/33) Installing py3-distlib (0.3.0-r0) 19:54:32 (24/33) Installing py3-distro (1.5.0-r1) 19:54:32 (25/33) Installing py3-webencodings (0.5.1-r3) 19:54:32 (26/33) Installing py3-html5lib (1.0.1-r4) 19:54:32 (27/33) Installing py3-pytoml (0.1.21-r0) 19:54:32 (28/33) Installing py3-pep517 (0.8.2-r0) 19:54:32 (29/33) Installing py3-progress (1.5-r0) 19:54:32 (30/33) Installing py3-toml (0.10.1-r0) 19:54:32 (31/33) Installing py3-retrying (1.3.3-r0) 19:54:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:54:32 (33/33) Installing py3-pip (20.1.1-r0) 19:54:32 Executing busybox-1.31.1-r19.trigger 19:54:32 OK: 71 MiB in 55 packages 19:54:42 Removing intermediate container fcdf308d2697 19:54:42 ---> 9333eb7cd86a 19:54:42 Step 20/26 : RUN pip install docker-compose==1.23.2 19:54:42 ---> Running in e74528748add 19:54:43 Collecting docker-compose==1.23.2 19:54:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:54:44 Collecting cached-property<2,>=1.2.0 19:54:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:54:44 Collecting texttable<0.10,>=0.9.0 19:54:44 Downloading texttable-0.9.1.tar.gz (11 kB) 19:54:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:54:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:54:45 Collecting websocket-client<1.0,>=0.32.0 19:54:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:54:45 Collecting dockerpty<0.5,>=0.4.1 19:54:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:54:45 gofmt -l . 19:54:45 [ "`gofmt -l .`" = "" ] 19:54:45 ./bin/test-go-mod-tidy.sh 19:54:46 Collecting docopt<0.7,>=0.6.1 19:54:46 Downloading docopt-0.6.2.tar.gz (25 kB) 19:54:46 ./bin/test-attribution-txt.sh 19:54:46 Collecting jsonschema<3,>=2.5.1 19:54:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:54:46 Collecting docker<4.0,>=3.6.0 19:54:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:54: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) 19:54:47 Collecting PyYAML<4,>=3.10 19:54:47 Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] sh 19:54:47 Collecting urllib3<1.25,>=1.21.1 19:54:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:54:47 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) 19:54:48 Collecting idna<2.8,>=2.5 19:54:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:54:48 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) 19:54:48 Collecting docker-pycreds>=0.4.0 19:54:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:54:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:54:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:54:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:54:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:54:48 + ls -al . 19:54:48 total 680 19:54:48 drwxrwxr-x 9 1001 1001 4096 Jan 11 19:54 . 19:54:48 drwxr-xr-x 4 root root 4096 Jan 11 19:51 .. 19:54:48 -rw-rw-r-- 1 1001 1001 11 Jan 11 19:49 .dockerignore 19:54:48 drwxrwxr-x 8 1001 1001 4096 Jan 11 19:49 .git 19:54:48 drwxrwxr-x 3 1001 1001 4096 Jan 11 19:49 .github 19:54:48 -rw-rw-r-- 1 1001 1001 824 Jan 11 19:49 .gitignore 19:54:48 -rw-rw-r-- 1 1001 1001 166 Jan 11 19:49 .sonarcloud.properties 19:54:48 -rw-rw-r-- 1 1001 1001 7741 Jan 11 19:49 Attribution.txt 19:54:48 -rw-rw-r-- 1 1001 1001 3804 Jan 11 19:49 CONTRIBUTING.md 19:54:48 -rw-rw-r-- 1 1001 1001 931 Jan 11 19:49 Dockerfile.build 19:54:48 -rw-rw-r-- 1 1001 1001 863 Jan 11 19:49 Jenkinsfile 19:54:48 -rw-rw-r-- 1 1001 1001 10775 Jan 11 19:49 LICENSE 19:54:48 -rw-rw-r-- 1 1001 1001 5750 Jan 11 19:49 Makefile 19:54:48 -rw-rw-r-- 1 1001 1001 6524 Jan 11 19:49 README.md 19:54:48 -rw-rw-r-- 1 1001 1001 6744 Jan 11 19:49 SECURITY.md 19:54:48 -rw-rw-r-- 1 1001 1001 5 Jan 11 19:47 VERSION 19:54:48 -rw-rw-r-- 1 1001 1001 4131 Jan 11 19:49 ZMQWindows.md 19:54:48 drwxrwxr-x 2 1001 1001 4096 Jan 11 19:49 bin 19:54:48 drwxrwxr-x 14 1001 1001 4096 Jan 11 19:49 cmd 19:54:48 -rw-r--r-- 1 root root 545099 Jan 11 19:53 coverage.out 19:54:48 -rw-r--r-- 1 root root 979 Jan 11 19:54 go.mod 19:54:48 -rw-r--r-- 1 root root 19019 Jan 11 19:54 go.sum 19:54:48 drwxrwxr-x 8 1001 1001 4096 Jan 11 19:49 internal 19:54:48 drwxrwxr-x 4 1001 1001 4096 Jan 11 19:49 openapi 19:54:48 drwxrwxr-x 4 1001 1001 4096 Jan 11 19:49 snap 19:54:48 -rw-rw-r-- 1 1001 1001 168 Jan 11 19:49 version.go [Pipeline] sh 19:54:48 Installing collected packages: cached-property, texttable, urllib3, idna, requests, websocket-client, dockerpty, docopt, jsonschema, docker-pycreds, docker, PyYAML, docker-compose 19:54:48 Running setup.py install for texttable: started 19:54:48 + '[' -e coverage.out ] 19:54:48 + chown 1001:1001 coverage.out [Pipeline] stash 19:54:49 Warning: overwriting stash ‘coverage-report’ 19:54:49 Running setup.py install for texttable: finished with status 'done' 19:54:49 Attempting uninstall: urllib3 19:54:49 Found existing installation: urllib3 1.25.9 19:54:49 Uninstalling urllib3-1.25.9: 19:54:49 Successfully uninstalled urllib3-1.25.9 19:54:49 Attempting uninstall: idna 19:54:49 Found existing installation: idna 2.9 19:54:49 Uninstalling idna-2.9: 19:54:49 Successfully uninstalled idna-2.9 19:54:49 Attempting uninstall: requests 19:54:49 Found existing installation: requests 2.23.0 19:54:49 Uninstalling requests-2.23.0: 19:54:49 Successfully uninstalled requests-2.23.0 19:54:49 Running setup.py install for dockerpty: started 19:54:50 Running setup.py install for dockerpty: finished with status 'done' 19:54:50 Running setup.py install for docopt: started 19:54:50 Stashed 1 file(s) [Pipeline] sh 19:54:50 Running setup.py install for docopt: finished with status 'done' 19:54:50 + make build 19:54:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:54:51 Running setup.py install for PyYAML: started 19:54:51 Running setup.py install for PyYAML: finished with status 'done' 19:54:51 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 19:54:55 Removing intermediate container e74528748add 19:54:55 ---> 51b5a47640ab 19:54:55 Step 21/26 : RUN apk --no-cache add curl 19:54:55 ---> Running in e9245768fd55 19:54:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:54:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:54:55 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:54:55 (2/3) Installing libcurl (7.69.1-r3) 19:54:55 (3/3) Installing curl (7.69.1-r3) 19:54:55 Executing busybox-1.31.1-r19.trigger 19:54:55 OK: 72 MiB in 58 packages 19:54:56 Removing intermediate container e9245768fd55 19:54:56 ---> 78ed99750f80 19:54:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:54:56 ---> Running in f38d60def031 19:54:56 Removing intermediate container f38d60def031 19:54:56 ---> 1d201ec4943f 19:54:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:54:56 ---> Running in d131720b43a9 19:54:57 Removing intermediate container d131720b43a9 19:54:57 ---> 263c20eae050 19:54:57 Step 24/26 : LABEL arch=x86_64 19:54:57 ---> Running in 1ef81561481c 19:54:57 Removing intermediate container 1ef81561481c 19:54:57 ---> 4743043d3bd5 19:54:57 Step 25/26 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 19:54:57 ---> Running in 74d560f49f49 19:54:57 Removing intermediate container 74d560f49f49 19:54:57 ---> b873adbf8905 19:54:57 Step 26/26 : LABEL version=0.0.0 19:54:57 ---> Running in a26a0a057774 19:54:57 Removing intermediate container a26a0a057774 19:54:57 ---> a54027b40c1b 19:54:57 19:54:57 Successfully built a54027b40c1b 19:54:57 Successfully tagged docker-sys-mgmt-agent-go:latest 19:54:58  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:54:58 $ docker stop --time=1 bef618f1f6537be752c81011f8117a301bca9ee8050f277ac8ef130b565b1bf4 19:54:59 $ docker rm -f bef618f1f6537be752c81011f8117a301bca9ee8050f277ac8ef130b565b1bf4 [Pipeline] // withDockerContainer [Pipeline] sh 19:55:00 + docker images 19:55:00 + grep docker 19:55:00 docker-sys-mgmt-agent-go latest a54027b40c1b 3 seconds ago 313MB 19:55:00 docker-security-proxy-setup-go latest df9b95b597cf 33 seconds ago 24.5MB 19:55:00 docker-security-secretstore-setup-go latest 8365e1342185 34 seconds ago 24.6MB 19:55:00 docker-core-command-go latest a7b9ce2c1a20 38 seconds ago 10.6MB 19:55:00 docker-core-data-go latest 5d1b12da8790 About a minute ago 22.3MB 19:55:00 docker-security-bootstrap-redis-go latest d34171e01985 2 minutes ago 15.8MB 19:55:00 docker-support-notifications-go latest a5d64a5df712 2 minutes ago 12MB 19:55:00 docker-core-metadata-go latest 2a41e2d182d7 2 minutes ago 13MB 19:55:00 docker-support-scheduler-go latest af1b5b63a2e3 2 minutes ago 10.7MB 19:55:00 docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:55:03 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 19:55:16 Still waiting to schedule task 19:55:16 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:55:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:55:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:55:31 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 19:55:32 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 19:55:38 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 19:55:42 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 19:55:46 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 19:55:50 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 19:55:53 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 19:55:56 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] } 19:56:01 $ docker stop --time=1 965316a95c566f54dcbab6b3704fa883925492df8bb2537e271ab06320e8b924 19:56:03 $ docker rm -f 965316a95c566f54dcbab6b3704fa883925492df8bb2537e271ab06320e8b924 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:56:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:56:05 19:56:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:56:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:56:06 latest: Pulling from edgex-devops/edgex-compose-arm64 19:56:06 29e5d40040c1: Pulling fs layer 19:56:06 1ce36da41761: Pulling fs layer 19:56:06 25b303627fd3: Pulling fs layer 19:56:06 29e5d40040c1: Verifying Checksum 19:56:06 29e5d40040c1: Download complete 19:56:07 29e5d40040c1: Pull complete 19:56:07 1ce36da41761: Download complete 19:56:08 1ce36da41761: Pull complete 19:56:08 25b303627fd3: Verifying Checksum 19:56:08 25b303627fd3: Download complete 19:56:12 Running on prd-ubuntu18.04-docker-8c-8g-19567 in /w/workspace/edgexfoundry_edgex-go_PR-3004 [Pipeline] { [Pipeline] ws 19:56:12 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 19:56:15 using credential edgex-jenkins-ssh 19:56:15 Cloning the remote Git repository 19:56:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:56:15 > git init /w/workspace/edgex-go/8 # timeout=10 19:56:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:56:15 > git --version # timeout=10 19:56:15 > git --version # 'git version 2.17.1' 19:56:15 using GIT_SSH to set credentials SSH Credentials for GitHub 19:56:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:56:19 25b303627fd3: Pull complete 19:56:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:56:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:56:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:56:19 prd-ubuntu18.04-docker-arm64-4c-16g-19566 does not seem to be running inside a container 19:56:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 19:56:22 $ docker top e3f35db6fb6e33158c2aa45b4b0e9f002726d23e39c52a1f6e6215cb4a4a8587 -eo pid,comm [Pipeline] { [Pipeline] sh 19:56:23 + docker-compose build --help 19:56:23 + grep parallel 19:56:25 Merging remotes/origin/master commit cf513aa69aa73df9a6f6252b052cd5c5a0259743 into PR head commit 5afb890cddac892bc2c734bf8d7fc2e98022ab1a 19:56:25 Merge succeeded, producing 5afb890cddac892bc2c734bf8d7fc2e98022ab1a 19:56:25 Checking out Revision 5afb890cddac892bc2c734bf8d7fc2e98022ab1a (PR-3004) 19:56:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:56:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:56:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:56:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:56:24 using GIT_SSH to set credentials SSH Credentials for GitHub 19:56:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3004/head:refs/remotes/origin/PR-3004 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:56:25 > git config core.sparsecheckout # timeout=10 19:56:25 > git checkout -f 5afb890cddac892bc2c734bf8d7fc2e98022ab1a # timeout=10 19:56:25 > git remote # timeout=10 19:56:25 > git config --get remote.origin.url # timeout=10 19:56:25 using GIT_SSH to set credentials SSH Credentials for GitHub 19:56:25 > git merge cf513aa69aa73df9a6f6252b052cd5c5a0259743 # timeout=10 19:56:25 > git rev-parse HEAD^{commit} # timeout=10 19:56:25 > git config core.sparsecheckout # timeout=10 19:56:25 > git checkout -f 5afb890cddac892bc2c734bf8d7fc2e98022ab1a # timeout=10 19:56:26 --parallel Build images in parallel. [Pipeline] } 19:56:27 $ docker stop --time=1 e3f35db6fb6e33158c2aa45b4b0e9f002726d23e39c52a1f6e6215cb4a4a8587 19:56:28 Commit message: "Merge branch 'master' into consolidate-attribute-files" 19:56:28 $ docker rm -f e3f35db6fb6e33158c2aa45b4b0e9f002726d23e39c52a1f6e6215cb4a4a8587 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { 19:56:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:56:29 . [Pipeline] libraryResource [Pipeline] sh [Pipeline] withDockerContainer 19:56:30 + echo snap-build.sh 19:56:30 snap-build.sh 19:56:30 + SNAP_BASE_DIR=. 19:56:30 + '[' '!' -z /w/workspace/edgex-go/8 ']' 19:56:30 + SNAP_BASE_DIR=/w/workspace/edgex-go/8 19:56:30 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' 19:56:30 [snap-build] Building snap in dir [/w/workspace/edgex-go/8] 19:56:30 + cd /w/workspace/edgex-go/8 19:56:30 + sudo apt-get remove -qy --purge lxd lxd-client 19:56:30 Reading package lists... 19:56:30 Building dependency tree... 19:56:30 Reading state information... 19:56:30 prd-ubuntu18.04-docker-arm64-4c-16g-19566 does not seem to be running inside a container 19:56:30 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:56:30 The following packages were automatically installed and are no longer required: 19:56:30 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:56:30 uidmap xdelta3 19:56:30 Use 'sudo apt autoremove' to remove them. 19:56:30 The following packages will be REMOVED: 19:56:30 lxd* lxd-client* 19:56:30 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:56:30 After this operation, 31.7 MB disk space will be freed. 19:56:32 $ docker top c6311c41ee295b2e135734ccff50ca0c0a0e6f8744dc189631e3bfb50ac669c8 -eo pid,comm 19:56:32 (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.) 19:56:32 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] { [Pipeline] sh 19:56:32 Removing lxd dnsmasq configuration 19:56:33 + docker-compose -f ./docker-compose-build.yml build --parallel 19:56:33 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:56:33 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:56:34 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:56:34 (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.) 19:56:34 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:56:35 Processing triggers for systemd (237-3ubuntu10.42) ... 19:56:35 Processing triggers for ureadahead (0.100.0-21) ... 19:56:36 Building docker-core-command-go ... 19:56:36 Building docker-core-data-go ... 19:56:36 Building docker-core-metadata-go ... 19:56:36 Building docker-security-bootstrap-redis-go ... 19:56:36 Building docker-security-proxy-setup-go ... 19:56:36 Building docker-security-secretstore-setup-go ... 19:56:36 Building docker-support-notifications-go ... 19:56:36 Building docker-support-scheduler-go ... 19:56:36 Building docker-sys-mgmt-agent-go ... 19:56:36 Building docker-support-scheduler-go 19:56:36 Building docker-security-bootstrap-redis-go 19:56:36 Building docker-core-command-go 19:56:36 Building docker-support-notifications-go 19:56:36 Building docker-security-proxy-setup-go 19:56:37 + sudo snap remove --purge lxd 19:56:37 snap "lxd" is not installed 19:56:37 + sudo groupadd --force --system lxd 19:56:37 ++ whoami 19:56:37 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:56:37 + newgrp - lxd 19:56:37 + sudo snap install lxd 19:56:43 2021-01-11T19:56:42Z INFO Waiting for automatic snapd restart... 19:56:58 lxd 4.10 from Canonical* installed 19:56:58 + sudo lxd init --auto 19:57:09 + sudo snap install --classic snapcraft 19:57:13 snapcraft 4.4.4 from Canonical* installed 19:57:13 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 19:57:13 + patch --verbose -p1 19:57:13 Hmm... Looks like a unified diff to me... 19:57:13 The text leading up to this was: 19:57:13 -------------------------- 19:57:13 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 19:57:13 |From: Tony Espy 19:57:13 |Date: Wed, 16 Dec 2020 16:34:55 -0500 19:57:13 |Subject: [PATCH] optimize snap build for pipeline CI check 19:57:13 | 19:57:13 |This patch is used by the EdgeX CI pipeline builds to 19:57:13 |optimize the snap CI check run for pull requests. When 19:57:13 |applied, it essentially strips out everything (apps and 19:57:13 |parts) from the snapcraft.yaml file except those required 19:57:13 |to build edgex-go, as the whole idea of the CI check is to 19:57:13 |catch changes to edgex-go that break the snap build. 19:57:13 | 19:57:13 |In general, anyone updating snapcraft.yaml will also need 19:57:13 |to update this patch file, otherwise it may fail to apply, 19:57:13 |resulting in a failed snap build CI check in the associated 19:57:13 |pull request. 19:57:13 | 19:57:13 |Note - in addition to applying this patch, the pipeline also 19:57:13 |only primes the snap (e.g. `snapcraft prime`), as there's no 19:57:13 |need to build the finally binary .snap file (and it won't 19:57:13 |work with the patch applied). This further reduces the build 19:57:13 |time. 19:57:13 |--- 19:57:13 | snap/snapcraft.yaml | 461 +------------------------------------------- 19:57:13 | 1 file changed, 2 insertions(+), 459 deletions(-) 19:57:13 | 19:57:13 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 19:57:13 |index 1e537489..faf42425 100644 19:57:13 |--- a/snap/snapcraft.yaml 19:57:13 |+++ b/snap/snapcraft.yaml 19:57:13 -------------------------- 19:57:13 patching file snap/snapcraft.yaml 19:57:13 Using Plan A... 19:57:13 Hunk #1 succeeded at 73. 19:57:13 Hunk #2 succeeded at 202 with fuzz 1. 19:57:13 Hunk #3 succeeded at 214. 19:57:13 Hunk #4 succeeded at 222. 19:57:13 Hunk #5 succeeded at 229. 19:57:13 Hunk #6 succeeded at 256. 19:57:13 Hunk #7 succeeded at 290. 19:57:13 Hunk #8 succeeded at 342 (offset 1 line). 19:57:13 Hmm... Ignoring the trailing garbage. 19:57:13 done 19:57:13 + sudo snapcraft prime --use-lxd 19:57:14 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:57: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: 19:57:14 - README.md 19:57:14 - snapcraft.yaml.orig 19:57:14 19:57:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:57:14 Launching a container. 19:57:26 Waiting for container to be ready 19:57:26 To start your first instance, try: lxc launch ubuntu:18.04 19:57:26 19:57:29 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:57:29 Waiting for network to be ready... 19:57:30 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:57:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:57:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 19:57:30 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:57:30 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:57:31 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:57:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:57:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 19:57:31 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:57:31 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:57:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 19:57:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 19:57:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 19:57:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:57:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:57:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 19:57:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 19:57:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 19:57:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:57:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 19:57:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 19:57:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 19:57:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 19:57:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 19:57:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 19:57:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 19:57:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 19:57:34 Fetched 23.7 MB in 4s (5483 kB/s) 19:57:35 Reading package lists... 19:57:35 Reading package lists... 19:57:35 Building dependency tree... 19:57:35 Reading state information... 19:57:35 The following additional packages will be installed: 19:57:35 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:57:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:57:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:57:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:57:35 Suggested packages: 19:57:35 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:57:35 Recommended packages: 19:57:35 gnupg libsasl2-modules 19:57:35 The following NEW packages will be installed: 19:57:35 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:57:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:57:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:57:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:57:35 The following packages will be upgraded: 19:57:35 gpg gpg-agent gpgconf libudev1 19:57:35 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 19:57:35 Need to get 3532 kB of archives. 19:57:35 After this operation, 13.3 MB of additional disk space will be used. 19:57:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 19:57:35 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 19:57:35 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 19:57:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 19:57:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 19:57:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 19:57:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 19:57:36 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 19:57:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:57:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:57:36 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:57:36 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:57:36 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:57:36 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:57:36 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:57:36 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:57:36 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:57:36 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:57:36 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:57:36 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:57:36 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:57:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:57:36 debconf: delaying package configuration, since apt-utils is not installed 19:57:36 Fetched 3532 kB in 1s (3501 kB/s) 19:57:36 (Reading database ... 12511 files and directories currently installed.) 19:57:36 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 19:57:36 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:57:36 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 19:57:36 Selecting previously unselected package udev. 19:57:36 (Reading database ... 12511 files and directories currently installed.) 19:57:37 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 19:57:37 Unpacking udev (237-3ubuntu10.43) ... 19:57:37 Selecting previously unselected package libfuse2:amd64. 19:57:37 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:57:37 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:57:37 Selecting previously unselected package fuse. 19:57:37 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:57:37 Unpacking fuse (2.9.7-1ubuntu1) ... 19:57:37 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 19:57:37 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:57:37 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 19:57:37 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:57:37 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 19:57:37 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:57:38 Selecting previously unselected package libksba8:amd64. 19:57:38 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:57:38 Unpacking libksba8:amd64 (1.3.5-2) ... 19:57:38 Selecting previously unselected package libroken18-heimdal:amd64. 19:57:38 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:38 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:38 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:57:38 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:38 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:38 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:57:38 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:38 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:38 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:57:38 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:38 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:38 Selecting previously unselected package libwind0-heimdal:amd64. 19:57:38 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:38 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:38 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:57:38 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:38 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:38 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:57:38 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:38 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:38 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:57:38 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:38 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:38 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:57:38 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:38 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:39 Selecting previously unselected package libsasl2-modules-db:amd64. 19:57:39 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:57:39 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:57:39 Selecting previously unselected package libsasl2-2:amd64. 19:57:39 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:57:39 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:57:39 Selecting previously unselected package libldap-common. 19:57:39 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 19:57:39 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 19:57:39 Selecting previously unselected package libldap-2.4-2:amd64. 19:57:39 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 19:57:39 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 19:57:39 Selecting previously unselected package dirmngr. 19:57:39 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 19:57:39 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 19:57:39 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 19:57:39 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 19:57:39 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:57:39 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:57:39 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:57:39 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 19:57:39 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:39 Setting up libksba8:amd64 (1.3.5-2) ... 19:57:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:57:39 Setting up udev (237-3ubuntu10.43) ... 19:57:40 invoke-rc.d: policy-rc.d denied execution of start. 19:57:40 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:40 Processing triggers for systemd (237-3ubuntu10) ... 19:57:40 Setting up fuse (2.9.7-1ubuntu1) ... 19:57:40 Setting up gpg (2.2.4-1ubuntu1.3) ... 19:57:40 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:40 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:40 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:40 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:40 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:40 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:40 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:40 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 19:57:40 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 19:57:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:57:41 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:57:41 settings in the [Install] section, and DefaultInstance for template units). 19:57:41 This means they are not meant to be enabled using systemctl. 19:57:41 Possible reasons for having this kind of units are: 19:57:41 1) A unit may be statically enabled by being symlinked from another unit's 19:57:41 .wants/ or .requires/ directory. 19:57:41 2) A unit's purpose may be to act as a helper for some other unit which has 19:57:41 a requirement dependency on it. 19:57:41 3) A unit may be started when needed via activation (socket, path, timer, 19:57:41 D-Bus, udev, scripted systemctl call, ...). 19:57:41 4) In case of template units, the unit is meant to be enabled with some 19:57:41 instance name specified. 19:57:41 Reading package lists... 19:57:41 Building dependency tree... 19:57:41 Reading state information... 19:57:41 The following additional packages will be installed: 19:57:41 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:57:41 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:57:41 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:57:41 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:57:41 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:57:41 Suggested packages: 19:57:41 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:57:41 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:57:41 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:57:41 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:57:41 systemd-container policykit-1 19:57:41 Recommended packages: 19:57:41 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:57:41 The following NEW packages will be installed: 19:57:41 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:57:41 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:57:41 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:57:41 multiarch-support openssh-client python3 python3-minimal python3.6 19:57:41 python3.6-minimal snapd squashfs-tools sudo 19:57:41 The following packages will be upgraded: 19:57:41 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:57:41 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 19:57:41 Need to get 35.2 MB of archives. 19:57:41 After this operation, 141 MB of additional disk space will be used. 19:57:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:57:41 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 19:57:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:57:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 19:57:42 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 19:57:42 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:57:42 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:57:42 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:57:42 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:57:42 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:57:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:57:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:57:42 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 19:57:42 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 19:57:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:57:43 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 19:57:43 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 19:57:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:57:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:57:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:57:43 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 19:57:43 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:57:43 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:57:43 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:57:43 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:57:43 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:57:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 19:57:43 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:57:43 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 19:57:43 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:57:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:57:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:57:44 ---> d0042a6ce9d0 19:57:44 Step 3/22 : WORKDIR /edgex-go 19:57:44 debconf: delaying package configuration, since apt-utils is not installed 19:57:44 Fetched 35.2 MB in 2s (15.7 MB/s) 19:57:44 (Reading database ... 12757 files and directories currently installed.) 19:57:44 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 19:57:44 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:57:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:57:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:57:44 ---> d0042a6ce9d0 19:57:44 Step 3/21 : WORKDIR /edgex-go 19:57:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:57:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:57:44 ---> d0042a6ce9d0 19:57:44 Step 3/24 : WORKDIR /edgex-go 19:57:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:57:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:57:44 ---> d0042a6ce9d0 19:57:44 Step 3/21 : WORKDIR /edgex-go 19:57:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:57:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:57:44 ---> d0042a6ce9d0 19:57:44 Step 3/22 : WORKDIR /edgex-go 19:57:45 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 19:57:45 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:57:45 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 19:57:45 (Reading database ... 12757 files and directories currently installed.) 19:57:45 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:57:45 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:57:45 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:57:45 (Reading database ... 12757 files and directories currently installed.) 19:57:45 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:57:45 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:57:46 Setting up apt (1.6.12ubuntu0.2) ... 19:57:46 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:57:46 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:57:46 (Reading database ... 12764 files and directories currently installed.) 19:57:46 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:57:46 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:57:46 Selecting previously unselected package libpython3.6-minimal:amd64. 19:57:46 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:57:46 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:57:46 Selecting previously unselected package libexpat1:amd64. 19:57:46 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:57:46 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:57:47 Selecting previously unselected package python3.6-minimal. 19:57:47 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:57:47 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 19:57:47 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 19:57:47 Checking for services that may need to be restarted...done. 19:57:47 Checking for services that may need to be restarted...done. 19:57:47 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:57:47 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:57:47 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 19:57:48 Selecting previously unselected package python3-minimal. 19:57:48 (Reading database ... 13012 files and directories currently installed.) 19:57:48 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:57:48 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:57:48 Selecting previously unselected package mime-support. 19:57:48 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:57:48 Unpacking mime-support (3.60ubuntu1) ... 19:57:48 ---> Running in 53c0ba7b2e41 19:57:48 ---> Running in c6a475da2d26 19:57:48 ---> Running in f7dcb7ae8b01 19:57:48 ---> Running in 268dd97dfaac 19:57:48 ---> Running in 82683cf7065b 19:57:48 Selecting previously unselected package libmpdec2:amd64. 19:57:48 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:57:48 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:57:48 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:57:48 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:57:48 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:57:48 Selecting previously unselected package python3.6. 19:57:48 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:57:48 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:57:48 Selecting previously unselected package libpython3-stdlib:amd64. 19:57:48 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:57:48 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:57:48 Removing intermediate container f7dcb7ae8b01 19:57:48 ---> 4819f1065e2e 19:57:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:57:48 Removing intermediate container 82683cf7065b 19:57:48 ---> eb5863095bf8 19:57:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:57:48 Removing intermediate container c6a475da2d26 19:57:48 ---> 9f722c528ad2 19:57:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:57:49 Setting up python3-minimal (3.6.7-1~18.04) ... 19:57:49 Removing intermediate container 53c0ba7b2e41 19:57:49 ---> c342173b7483 19:57:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:57:49 Removing intermediate container 268dd97dfaac 19:57:49 ---> afe98824780f 19:57:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:57:49 Selecting previously unselected package python3. 19:57:49 (Reading database ... 13442 files and directories currently installed.) 19:57:49 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:57:49 Unpacking python3 (3.6.7-1~18.04) ... 19:57:49 Selecting previously unselected package multiarch-support. 19:57:49 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:57:49 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:57:49 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:57:49 ---> Running in fd91f275ee65 19:57:49 ---> Running in b801a79ea849 19:57:49 ---> Running in 353cd50afeb6 19:57:49 ---> Running in 2f0a94409969 19:57:49 ---> Running in 89cb8a4dfe82 19:57:49 Selecting previously unselected package liblzo2-2:amd64. 19:57:49 (Reading database ... 13479 files and directories currently installed.) 19:57:49 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:57:49 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:57:49 Selecting previously unselected package libbsd0:amd64. 19:57:49 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:57:49 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:57:49 Selecting previously unselected package sudo. 19:57:49 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 19:57:49 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 19:57:49 Selecting previously unselected package apparmor. 19:57:49 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:57:49 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:57:50 Selecting previously unselected package libedit2:amd64. 19:57:50 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:57:50 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:57:50 Selecting previously unselected package libkrb5support0:amd64. 19:57:50 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:57:50 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:57:50 Selecting previously unselected package libk5crypto3:amd64. 19:57:50 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:57:50 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:57:50 Selecting previously unselected package libkeyutils1:amd64. 19:57:50 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:57:50 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:57:50 Selecting previously unselected package libkrb5-3:amd64. 19:57:50 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:57:50 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:57:50 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:57:50 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:57:50 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:57:50 Selecting previously unselected package libssl1.0.0:amd64. 19:57:50 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 19:57:50 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:57:51 Selecting previously unselected package openssh-client. 19:57:51 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:57:51 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:57:51 Selecting previously unselected package squashfs-tools. 19:57:51 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:57:51 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:57:51 Selecting previously unselected package snapd. 19:57:51 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 19:57:51 Unpacking snapd (2.48+18.04) ... 19:57:52 Removing intermediate container fd91f275ee65 19:57:52 ---> 5c47de7a1e18 19:57:52 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 19:57:53 ---> Running in 59ae3cb54648 19:57:53 Removing intermediate container b801a79ea849 19:57:53 ---> b9ad1cb89a9c 19:57:53 Step 5/22 : RUN apk add --update --no-cache make git 19:57:53 Removing intermediate container 89cb8a4dfe82 19:57:53 ---> 12b1dc1d8193 19:57:53 Step 5/21 : RUN apk add --update --no-cache make git 19:57:53 ---> Running in 9720741b827c 19:57:53 Removing intermediate container 2f0a94409969 19:57:53 ---> d5469154f4ad 19:57:53 Step 5/21 : RUN apk add --update --no-cache make git 19:57:53 ---> Running in 7c99e5481bf8 19:57:53 Removing intermediate container 353cd50afeb6 19:57:53 ---> 251f8ef08141 19:57:53 Step 5/22 : RUN apk add --update --no-cache make git 19:57:53 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:57:53 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:57:53 Setting up mime-support (3.60ubuntu1) ... 19:57:53 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 19:57:53 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:57:53 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:57:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:57:53 Setting up systemd (237-3ubuntu10.43) ... 19:57:53 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:57:53 ---> Running in f14afbdf80c5 19:57:53 ---> Running in 662ec3fe2e73 19:57:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:57:54 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:57:54 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:57:54 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:57:54 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:57:54 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:57:54 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:57:55 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:57:55 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:57:55 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:57:55 Setting up python3 (3.6.7-1~18.04) ... 19:57:55 running python rtupdate hooks for python3.6... 19:57:55 running python post-rtupdate hooks for python3.6... 19:57:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:57:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:57:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:57:55 Setting up apparmor (2.12-4ubuntu5.1) ... 19:57:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:57:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:57:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:57:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:57:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:57:56 OK: 217 MiB in 51 packages 19:57:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:57:57 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:57:57 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:57:57 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:57:57 Setting up snapd (2.48+18.04) ... 19:57:57 OK: 217 MiB in 51 packages 19:57:57 OK: 217 MiB in 51 packages 19:57:57 OK: 217 MiB in 51 packages 19:57:57 OK: 217 MiB in 51 packages 19:57:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:57:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:57:58 Removing intermediate container 59ae3cb54648 19:57:58 ---> 73fe20f33d0e 19:57:58 Step 6/24 : COPY go.mod . 19:57:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:57:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:57:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:57:58 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:57:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:57:59 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:57:59 Removing intermediate container 9720741b827c 19:57:59 ---> e7e790afd637 19:57:59 Step 6/22 : COPY go.mod . 19:57:59 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:57:59 ---> 3e6b051b7df5 19:57:59 Step 7/24 : RUN go mod download 19:57:59 Removing intermediate container f14afbdf80c5 19:57:59 ---> 3f63fb09d287 19:57:59 Step 6/22 : COPY go.mod . 19:57:59 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:57:59 /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' 19:57:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:57:59 Processing triggers for systemd (237-3ubuntu10.43) ... 19:57:59 ---> Running in a773e9407045 19:58:00 Removing intermediate container 662ec3fe2e73 19:58:00 ---> 538b7ae6c217 19:58:00 Step 6/21 : COPY go.mod . 19:58:00 Removing intermediate container 7c99e5481bf8 19:58:00 ---> 8394ed154142 19:58:00 Step 6/21 : COPY go.mod . 19:58:00 ---> dedcc4499118 19:58:00 Step 7/22 : RUN go mod download 19:58:00 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:58:00 ---> Running in a9e28c41d896 19:58:00 ---> 26e057ed11f4 19:58:00 Step 7/22 : RUN go mod download 19:58:00 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:58:00 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:58:00 ---> Running in 493896d1d852 19:58:01 ---> 29a152627784 19:58:01 Step 7/21 : RUN go mod download 19:58:01 ---> e5c228223f5c 19:58:01 Step 7/21 : RUN go mod download 19:58:01 ---> Running in 8ca6592dcb49 19:58:01 ---> Running in 6782bee3253f 19:58:01 Reading package lists... 19:58:01 Reading package lists... 19:58:02 Building dependency tree... 19:58:02 Reading state information... 19:58:02 Calculating upgrade... 19:58:02 The following packages will be upgraded: 19:58:02 advancecomp base-files bash binutils binutils-common 19:58:02 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:58:02 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:58:02 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 19:58:02 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 19:58:02 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 19:58:02 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 19:58:02 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 19:58:02 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 19:58:02 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 19:58:02 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 19:58:02 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 19:58:02 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 19:58:02 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 19:58:02 ubuntu-keyring util-linux 19:58:02 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:58:02 Need to get 63.7 MB of archives. 19:58:02 After this operation, 5203 kB of additional disk space will be used. 19:58:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 19:58:02 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:58:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:58:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:58:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:58:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:58:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:58:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:58:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:58:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:58:03 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:58:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:58:03 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:58:03 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:58:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:58:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:58:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:58:03 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:58:03 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:58:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:58:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:58:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 19:58:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:58:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:58:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:58:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:58:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:58:03 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:58:03 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:58:03 Removing intermediate container a773e9407045 19:58:03 ---> 22c8c82d97df 19:58:03 Step 8/24 : COPY . . 19:58:03 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:58:03 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:58:03 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:58:03 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:58:03 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:58:03 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:58:03 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] 19:58:03 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:58:03 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:58:03 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 19:58:03 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] 19:58:03 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:58:03 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:58:03 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:58:03 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:58:03 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:58:03 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:58:03 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:58:03 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:58:03 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:58:03 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:58:03 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:58:03 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:58:03 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:58:03 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:58:03 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:58:04 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:58:04 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:58:04 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:58:04 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:58:04 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:58:04 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:58:04 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:58:04 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:58:04 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:58:04 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 19:58:04 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 19:58:04 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:58:04 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:58:04 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:58:04 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:58:04 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:58:04 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:58:04 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 19:58:04 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 19:58:04 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:58:04 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:58:04 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:58:04 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 19:58:04 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:58:04 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:58:04 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 19:58:04 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 19:58:04 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 19:58:04 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 19:58:04 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:58:04 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:58:04 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:58:04 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:58:04 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:58:05 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:58:05 Removing intermediate container a9e28c41d896 19:58:05 ---> 20c139a87631 19:58:05 Step 8/22 : COPY . . 19:58:05 Removing intermediate container 493896d1d852 19:58:05 ---> 20503cc64230 19:58:05 Step 8/22 : COPY . . 19:58:05 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:58:05 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:58:05 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:58:05 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:58:05 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:58:05 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:58:05 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:58:05 debconf: delaying package configuration, since apt-utils is not installed 19:58:05 Fetched 63.7 MB in 3s (19.3 MB/s) 19:58:05 (Reading database ... 13912 files and directories currently installed.) 19:58:05 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:58:05 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:58:06 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:58:06 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:58:06 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 19:58:06 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 19:58:07 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:07 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:07 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:07 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:07 Removing intermediate container 6782bee3253f 19:58:07 ---> da8572b11fe9 19:58:07 Step 8/21 : COPY . . 19:58:07 Removing intermediate container 8ca6592dcb49 19:58:07 ---> 5cc5d0dc1d4e 19:58:07 Step 8/21 : COPY . . 19:58:07 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:07 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:07 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:08 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:08 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:08 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:08 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:08 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:08 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:08 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:08 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:08 (Reading database ... 13911 files and directories currently installed.) 19:58:08 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:08 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:58:08 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:58:09 (Reading database ... 13911 files and directories currently installed.) 19:58:09 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:09 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:09 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:09 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:09 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:09 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:09 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:09 (Reading database ... 13911 files and directories currently installed.) 19:58:09 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:58:10 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:58:10 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:58:10 (Reading database ... 13911 files and directories currently installed.) 19:58:10 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:58:10 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:58:10 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:58:10 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:58:11 Setting up base-files (10.1ubuntu2.10) ... 19:58:11 Installing new version of config file /etc/issue ... 19:58:11 Installing new version of config file /etc/issue.net ... 19:58:11 Installing new version of config file /etc/lsb-release ... 19:58:11 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:58:11 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:58:11 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:58:11 Removing obsolete conffile /etc/default/motd-news ... 19:58:11 (Reading database ... 13912 files and directories currently installed.) 19:58:11 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:58:11 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:58:11 Setting up bash (4.4.18-2ubuntu1.2) ... 19:58:11 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 19:58:11 (Reading database ... 13912 files and directories currently installed.) 19:58:11 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:11 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:58:12 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:58:12 (Reading database ... 13912 files and directories currently installed.) 19:58:12 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 19:58:12 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 19:58:12 Setting up tar (1.29b-2ubuntu0.1) ... 19:58:12 (Reading database ... 13912 files and directories currently installed.) 19:58:12 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:58:12 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:58:12 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:58:12 (Reading database ... 13912 files and directories currently installed.) 19:58:12 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:58:12 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:58:13 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:58:13 (Reading database ... 13912 files and directories currently installed.) 19:58:13 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:58:13 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:58:13 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:58:13 (Reading database ... 13912 files and directories currently installed.) 19:58:13 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:58:13 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:58:13 Setting up grep (3.1-2build1) ... 19:58:13 (Reading database ... 13912 files and directories currently installed.) 19:58:13 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:58:13 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:58:13 Setting up login (1:4.5-1ubuntu2) ... 19:58:14 (Reading database ... 13912 files and directories currently installed.) 19:58:14 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:58:14 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:58:14 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:58:14 (Reading database ... 13912 files and directories currently installed.) 19:58:14 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:58:14 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:58:15 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:58:15 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:58:15 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:58:15 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:58:15 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:58:15 (Reading database ... 13912 files and directories currently installed.) 19:58:15 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:58:15 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:58:16 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:58:16 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:58:17 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:58:17 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:58:17 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:58:17 (Reading database ... 13912 files and directories currently installed.) 19:58:17 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:58:17 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:58:17 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:58:17 (Reading database ... 13912 files and directories currently installed.) 19:58:17 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:17 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:17 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:58:17 (Reading database ... 13912 files and directories currently installed.) 19:58:17 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:18 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:18 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:58:18 (Reading database ... 13912 files and directories currently installed.) 19:58:18 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:18 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:18 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:58:18 (Reading database ... 13912 files and directories currently installed.) 19:58:18 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:18 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:18 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:58:18 (Reading database ... 13912 files and directories currently installed.) 19:58:18 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:58:19 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:58:19 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:58:19 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:58:19 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:58:19 (Reading database ... 13912 files and directories currently installed.) 19:58:19 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:58:19 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:58:19 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:58:19 (Reading database ... 13912 files and directories currently installed.) 19:58:19 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:19 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:20 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:58:20 (Reading database ... 13912 files and directories currently installed.) 19:58:20 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:20 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:20 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:58:20 (Reading database ... 13912 files and directories currently installed.) 19:58:20 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:20 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:20 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:58:21 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:58:21 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:58:21 (Reading database ... 13912 files and directories currently installed.) 19:58:21 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:58:21 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:58:21 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:58:21 (Reading database ... 13912 files and directories currently installed.) 19:58:21 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:58:21 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:58:21 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:58:22 (Reading database ... 13914 files and directories currently installed.) 19:58:22 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:58:22 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:58:22 Setting up debconf (1.5.66ubuntu1) ... 19:58:22 (Reading database ... 13914 files and directories currently installed.) 19:58:22 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:58:22 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:58:22 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:58:22 (Reading database ... 13914 files and directories currently installed.) 19:58:22 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:58:22 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:58:23 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:58:23 (Reading database ... 13914 files and directories currently installed.) 19:58:23 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:58:23 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:58:23 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:58:23 (Reading database ... 13914 files and directories currently installed.) 19:58:23 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:23 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:23 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 19:58:23 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:58:23 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:58:23 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:58:23 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:58:23 (Reading database ... 13914 files and directories currently installed.) 19:58:23 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:58:24 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:58:24 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:58:24 (Reading database ... 13914 files and directories currently installed.) 19:58:24 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:58:24 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:58:24 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:58:24 (Reading database ... 13914 files and directories currently installed.) 19:58:24 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:58:24 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:58:24 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:58:24 (Reading database ... 13914 files and directories currently installed.) 19:58:24 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 19:58:24 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 19:58:24 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 19:58:25 (Reading database ... 13914 files and directories currently installed.) 19:58:25 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:58:25 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:58:25 Setting up passwd (1:4.5-1ubuntu2) ... 19:58:25 (Reading database ... 13914 files and directories currently installed.) 19:58:25 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 19:58:25 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:58:25 Setting up gpgv (2.2.4-1ubuntu1.3) ... 19:58:25 (Reading database ... 13914 files and directories currently installed.) 19:58:25 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:58:25 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:58:26 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:58:26 (Reading database ... 13914 files and directories currently installed.) 19:58:26 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:58:26 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:58:26 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:58:26 (Reading database ... 13914 files and directories currently installed.) 19:58:26 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:58:26 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:58:26 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:58:26 (Reading database ... 13914 files and directories currently installed.) 19:58:26 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:58:26 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:58:26 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:58:26 (Reading database ... 13914 files and directories currently installed.) 19:58:26 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:58:26 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:58:26 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:58:26 (Reading database ... 13914 files and directories currently installed.) 19:58:26 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:58:27 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:58:27 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:58:27 (Reading database ... 13915 files and directories currently installed.) 19:58:27 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:58:27 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:58:27 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:58:27 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:58:27 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:58:27 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:58:28 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 19:58:28 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 19:58:28 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:58:28 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:58:28 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:58:28 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:58:28 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:58:28 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:58:28 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:58:28 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:58:28 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:58:28 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:58:28 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:58:28 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:58:29 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:58:29 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:58:29 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 19:58:29 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 19:58:30 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:58:30 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:58:30 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:58:30 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:58:30 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:58:30 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:58:30 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:58:31 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:58:31 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:58:31 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:58:31 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:58:31 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:58:31 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:31 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:31 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:31 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:32 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:32 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:32 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:32 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:33 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:33 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:34 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:34 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:34 ---> b1eb679e832a 19:58:34 ---> c24416609880 19:58:34 Step 9/22 : RUN make cmd/core-command/core-commandStep 9/24 : RUN make cmd/support-notifications/support-notifications 19:58:34 19:58:34 ---> 76560c578fb6 19:58:34 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 19:58:34 ---> 6fa5751aa7b8 19:58:34 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 19:58:34 ---> Running in 80f369c282b1 19:58:34 ---> Running in d42abe5da37c 19:58:34 ---> Running in 08c743965379 19:58:34 ---> Running in f642dc0c5e39 19:58:34 ---> 8f54a2124699 19:58:34 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:58:34 ---> Running in 5e3183cf8503 19:58:34 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 19:58:34 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 19:58:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:58:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:58:34 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 19:58:34 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:34 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:35 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:35 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:36 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:36 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:36 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:58:36 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:58:36 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:58:36 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:58:36 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:58:36 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:58:36 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:58:36 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:58:36 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:58:36 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:58:36 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:58:36 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:58:37 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:58:37 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:58:37 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:37 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:58:37 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:37 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:37 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:37 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:58:37 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:58:37 Setting up tzdata (2020f-0ubuntu0.18.04) ... 19:58:37 19:58:37 Current default time zone: 'Etc/UTC' 19:58:37 Local time is now: Mon Jan 11 19:58:37 UTC 2021. 19:58:37 Universal Time is now: Mon Jan 11 19:58:37 UTC 2021. 19:58:37 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:58:37 19:58:37 Setting up systemd-sysv (237-3ubuntu10.43) ... 19:58:37 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:37 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 19:58:37 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:58:37 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:58:38 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:58:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:58:38 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:58:38 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:58:38 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:58:38 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:38 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:58:38 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:58:38 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 19:58:38 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:38 Setting up patch (2.7.6-2ubuntu1.1) ... 19:58:38 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:58:38 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:58:38 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 19:58:38 Installing new version of config file /etc/ssl/openssl.cnf ... 19:58:38 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:58:38 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:58:38 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 19:58:40 Updating certificates in /etc/ssl/certs... 19:58:41 22 added, 17 removed; done. 19:58:41 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:58:41 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:41 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:58:41 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:58:41 Setting up pkgbinarymangler (138.18.04.1) ... 19:58:41 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:58:41 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 19:58:41 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:58:41 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:58:41 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:58:41 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:58:41 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:58:41 Setting up perl (5.26.1-6ubuntu0.5) ... 19:58:42 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 19:58:42 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:58:42 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:58:42 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 19:58:42 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:58:42 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:58:42 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:58:42 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:58:42 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:58:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:58:42 Processing triggers for systemd (237-3ubuntu10.43) ... 19:58:42 Processing triggers for mime-support (3.60ubuntu1) ... 19:58:42 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 19:58:42 Updating certificates in /etc/ssl/certs... 19:58:43 0 added, 0 removed; done. 19:58:43 Running hooks in /etc/ca-certificates/update.d... 19:58:43 done. 19:58:43 Reading package lists... 19:58:43 Building dependency tree... 19:58:43 Reading state information... 19:58:44 The following NEW packages will be installed: 19:58:44 apt-transport-https 19:58:44 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:58:44 Need to get 1696 B of archives. 19:58:44 After this operation, 153 kB of additional disk space will be used. 19:58:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:58:44 debconf: delaying package configuration, since apt-utils is not installed 19:58:44 Fetched 1696 B in 0s (21.2 kB/s) 19:58:44 Selecting previously unselected package apt-transport-https. 19:58:44 (Reading database ... 13929 files and directories currently installed.) 19:58:44 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:58:44 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:58:44 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:58:44 Waiting for network to be ready... 19:58:51 2021-01-11T19:58:49Z INFO Waiting for automatic snapd restart... 19:58:56 snapd 2.48.2 from Canonical* installed 19:58:57 "snapd" switched to the "latest/stable" channel 19:58:57 19:58:59 core18 20201210 from Canonical* installed 19:58:59 "core18" switched to the "latest/stable" channel 19:58:59 19:59:03 snapcraft 4.4.4 from Canonical* installed 19:59:03 "snapcraft" switched to the "latest/stable" channel 19:59:03 19:59:07 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: 19:59:07 - README.md 19:59:07 - snapcraft.yaml.orig 19:59:07 19:59:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:59:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:59:14 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 19:59:14 Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:59:14 Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:59:14 Reading package lists... 19:59:15 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 19:59:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:59:21 Reading package lists... 19:59:21 Building dependency tree... 19:59:21 Reading state information... 19:59:21 Suggested packages: 19:59:21 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:59:21 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:59:21 Recommended packages: 19:59:21 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:59:21 The following NEW packages will be installed: 19:59:21 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:59:21 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:59:21 pkg-config zip 19:59:21 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:59:21 Need to get 7655 kB of archives. 19:59:21 After this operation, 43.7 MB of additional disk space will be used. 19:59:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 19:59:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:59:21 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:59:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:59:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 19:59:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:59:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:59:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:59:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:59:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:59:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:59:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:59:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:59:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:59:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:59:22 debconf: delaying package configuration, since apt-utils is not installed 19:59:22 Fetched 7655 kB in 1s (10.1 MB/s) 19:59:22 Selecting previously unselected package libglib2.0-0:amd64. 19:59:22 (Reading database ... 13933 files and directories currently installed.) 19:59:22 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 19:59:22 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:59:22 Selecting previously unselected package libpsl5:amd64. 19:59:22 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:59:22 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:59:22 Selecting previously unselected package libnghttp2-14:amd64. 19:59:22 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:59:22 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:59:22 Selecting previously unselected package librtmp1:amd64. 19:59:22 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:59:22 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:59:22 Selecting previously unselected package libcurl3-gnutls:amd64. 19:59:22 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:59:22 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:59:23 Selecting previously unselected package liberror-perl. 19:59:23 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:59:23 Unpacking liberror-perl (0.17025-1) ... 19:59:23 Selecting previously unselected package git-man. 19:59:23 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:59:23 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:59:23 Selecting previously unselected package git. 19:59:23 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:59:23 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:59:23 Selecting previously unselected package libnorm1:amd64. 19:59:24 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:59:24 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:59:24 Selecting previously unselected package libpgm-5.2-0:amd64. 19:59:24 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:59:24 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:59:24 Selecting previously unselected package libsodium23:amd64. 19:59:24 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:59:24 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:59:24 Selecting previously unselected package libzmq5:amd64. 19:59:24 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:59:24 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:59:24 Selecting previously unselected package libzmq3-dev:amd64. 19:59:24 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:59:24 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:59:24 Selecting previously unselected package pkg-config. 19:59:24 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:59:24 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:59:24 Selecting previously unselected package zip. 19:59:24 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:59:24 Unpacking zip (3.0-11build1) ... 19:59:24 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:59:24 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:59:24 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:59:24 Setting up liberror-perl (0.17025-1) ... 19:59:25 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:59:25 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:59:25 No schema files found: doing nothing. 19:59:25 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:59:25 Setting up zip (3.0-11build1) ... 19:59:25 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:59:25 Setting up libsodium23:amd64 (1.0.16-2) ... 19:59:25 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:59:25 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:59:25 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:59:25 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:59:25 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:59:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:59:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:59:32 git set to automatically installed. 19:59:32 git-man set to automatically installed. 19:59:32 libcurl3-gnutls set to automatically installed. 19:59:32 liberror-perl set to automatically installed. 19:59:32 libglib2.0-0 set to automatically installed. 19:59:32 libnghttp2-14 set to automatically installed. 19:59:32 libnorm1 set to automatically installed. 19:59:32 libpgm-5.2-0 set to automatically installed. 19:59:32 libpsl5 set to automatically installed. 19:59:32 librtmp1 set to automatically installed. 19:59:32 libsodium23 set to automatically installed. 19:59:32 libzmq3-dev set to automatically installed. 19:59:32 libzmq5 set to automatically installed. 19:59:32 pkg-config set to automatically installed. 19:59:32 zip set to automatically installed. 19:59:34 snapd is not logged in, snap install commands will use sudo 19:59:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:59:40 snap "core18" has no updates available 19:59:41 Pulling config-common 19:59:42 Pulling go-build-helper 19:59:56 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 20:00:02 Removing intermediate container 80f369c282b1 20:00:02 ---> 0bbe19afba12 20:00:02 20:00:02 Step 10/22 : FROM alpine:3.12 20:00:02 3.12: Pulling from library/alpine 20:00:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:00:04 Status: Downloaded newer image for alpine:3.12 20:00:04 ---> afeebe901d6b 20:00:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:00:06 ---> Running in d5f2b320e983 20:00:06 Removing intermediate container d42abe5da37c 20:00:06 ---> b815935c5da5 20:00:06 20:00:06 Step 10/22 : FROM scratch 20:00:06 ---> 20:00:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:00:06 ---> Running in 6c5d27602605 20:00:06 Removing intermediate container 08c743965379 20:00:06 ---> ae1a8257aa5f 20:00:06 20:00:06 Step 10/24 : FROM scratch 20:00:06 ---> 20:00:06 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:00:06 Removing intermediate container 5e3183cf8503 20:00:06 ---> 8373f4b45d5a 20:00:06 20:00:06 Step 10/21 : FROM alpine:3.12 20:00:06 ---> afeebe901d6b 20:00:06 Step 11/21 : RUN apk add --update --no-cache curl 20:00:06 Removing intermediate container f642dc0c5e39 20:00:06 ---> eb0ef60c2b82 20:00:06 20:00:06 Step 10/21 : FROM scratch 20:00:06 ---> 20:00:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:00:07 ---> Running in 39584accd3b8 20:00:07 ---> Running in bcfe51d9b353 20:00:07 ---> Running in 364d71108848 20:00:07 Removing intermediate container 6c5d27602605 20:00:07 ---> 9041378d9554 20:00:07 Step 12/22 : ENV APP_PORT=48082 20:00:07 ---> Running in e9c6bba87f07 20:00:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:00:07 Removing intermediate container bcfe51d9b353 20:00:07 ---> 9b92acfb1115 20:00:07 Step 12/21 : ENV APP_PORT=48085 20:00:07 Removing intermediate container 364d71108848 20:00:07 ---> 478011171166 20:00:07 Step 12/24 : ENV APP_PORT=48060 20:00:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:00:07 ---> Running in 19e960d084c6 20:00:07 ---> Running in 52ab62ec13e1 20:00:08 Removing intermediate container e9c6bba87f07 20:00:08 ---> 99b91e7e369c 20:00:08 Step 13/22 : EXPOSE $APP_PORT 20:00:08 ---> Running in ec83b55d656b 20:00:08 (1/5) Installing ca-certificates (20191127-r4) 20:00:08 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:00:08 (3/5) Installing libcurl (7.69.1-r3) 20:00:08 Removing intermediate container 19e960d084c6 20:00:08 ---> 5746a9dd37b4 20:00:08 Step 13/24 : EXPOSE $APP_PORT 20:00:08 (4/5) Installing curl (7.69.1-r3) 20:00:08 (5/5) Installing dumb-init (1.2.2-r1) 20:00:08 Executing busybox-1.31.1-r19.trigger 20:00:08 Executing ca-certificates-20191127-r4.trigger 20:00:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:00:08 Removing intermediate container 52ab62ec13e1 20:00:08 ---> 2b0c5ccf6994 20:00:08 Step 13/21 : EXPOSE $APP_PORT 20:00:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:00:08 OK: 7 MiB in 19 packages 20:00:08 ---> Running in 98b60432605f 20:00:08 ---> Running in 66ff17c8070c 20:00:08 Removing intermediate container ec83b55d656b 20:00:08 ---> 0735c33e85cc 20:00:08 Step 14/22 : WORKDIR / 20:00:09 ---> Running in 551fc0ab058f 20:00:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:00:09 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:00:09 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:00:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 20:00:09 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:00:09 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:00:09 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:00:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 20:00:09 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:00:09 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:00:09 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:00:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:00:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 20:00:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 20:00:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 20:00:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 20:00:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 20:00:09 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 20:00:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:00:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 20:00:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 20:00:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 20:00:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 20:00:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 20:00:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 20:00:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 20:00:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 20:00:09 Fetched 23.7 MB in 0s (0 B/s) 20:00:09 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:00:09 Fetched 96.5 kB in 0s (0 B/s) 20:00:09 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:00:09 Fetched 279 kB in 0s (0 B/s) 20:00:09 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:00:09 Fetched 122 kB in 0s (0 B/s) 20:00:09 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:00:09 Fetched 77.8 kB in 0s (0 B/s) 20:00:09 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:00:09 Fetched 8848 B in 0s (0 B/s) 20:00:09 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:00:09 Fetched 47.8 kB in 0s (0 B/s) 20:00:09 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:00:09 Fetched 45.6 kB in 0s (0 B/s) 20:00:09 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:00:09 Fetched 15.0 kB in 0s (0 B/s) 20:00:09 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 20:00:09 Fetched 214 kB in 0s (0 B/s) 20:00:09 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 20:00:09 Fetched 155 kB in 0s (0 B/s) 20:00:09 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:00:09 Fetched 50.6 kB in 0s (0 B/s) 20:00:09 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:00:09 Fetched 14.8 kB in 0s (0 B/s) 20:00:09 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:00:09 Fetched 41.8 kB in 0s (0 B/s) 20:00:09 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:00:09 Fetched 499 kB in 0s (0 B/s) 20:00:09 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:00:09 Fetched 111 kB in 0s (0 B/s) 20:00:09 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:00:09 Fetched 240 kB in 0s (0 B/s) 20:00:09 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:00:09 Fetched 29.3 kB in 0s (0 B/s) 20:00:09 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:00:09 Fetched 85.5 kB in 0s (0 B/s) 20:00:09 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:00:09 Fetched 24.5 kB in 0s (0 B/s) 20:00:09 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:00:09 Fetched 49.2 kB in 0s (0 B/s) 20:00:09 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:00:09 Fetched 54.2 kB in 0s (0 B/s) 20:00:09 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:00:09 Fetched 30.8 kB in 0s (0 B/s) 20:00:09 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 20:00:09 Fetched 17.0 kB in 0s (0 B/s) 20:00:09 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:00:09 Fetched 85.9 kB in 0s (0 B/s) 20:00:09 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:00:09 Fetched 8720 B in 0s (0 B/s) 20:00:09 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 20:00:09 Fetched 137 kB in 0s (0 B/s) 20:00:09 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:00:09 Fetched 119 kB in 0s (0 B/s) 20:00:09 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 20:00:09 Fetched 109 kB in 0s (0 B/s) 20:00:09 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:00:09 Fetched 11.1 kB in 0s (0 B/s) 20:00:09 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:00:09 Fetched 645 kB in 0s (0 B/s) 20:00:09 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:00:09 Fetched 41.3 kB in 0s (0 B/s) 20:00:09 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:00:09 Fetched 17.9 kB in 0s (0 B/s) 20:00:09 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:00:09 Fetched 368 kB in 0s (0 B/s) 20:00:09 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:00:09 Fetched 187 kB in 0s (0 B/s) 20:00:09 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:00:09 Fetched 175 kB in 0s (0 B/s) 20:00:09 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:00:09 (1/4) Installing ca-certificates (20191127-r4) 20:00:09 Removing intermediate container 98b60432605f 20:00:09 ---> 150c58253a1e 20:00:09 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:00:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:00:09 (3/4) Installing libcurl (7.69.1-r3) 20:00:09 (4/4) Installing curl (7.69.1-r3) 20:00:09 Executing busybox-1.31.1-r19.trigger 20:00:09 Executing ca-certificates-20191127-r4.trigger 20:00:09 Removing intermediate container 66ff17c8070c 20:00:09 ---> c485378ba779 20:00:09 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 20:00:09 OK: 7 MiB in 18 packages 20:00:10 Removing intermediate container 551fc0ab058f 20:00:10 ---> 12bf7fd5b500 20:00:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:00:11 ---> e821f65065fe 20:00:11 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:00:12 ---> 26f3174ee04e 20:00:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:00:12 Removing intermediate container d5f2b320e983 20:00:12 ---> 7ef882539845 20:00:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 20:00:12 ---> 97c162b52a25 20:00:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:00:12 Removing intermediate container 39584accd3b8 20:00:12 ---> 187ec39d42f0 20:00:12 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:00:12 ---> Running in 605f8fbb3378 20:00:12 ---> Running in 01d2e9f83697 20:00:12 ---> 4290e84c9867 20:00:12 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:00:13 Removing intermediate container 605f8fbb3378 20:00:13 ---> dd0ac47a178c 20:00:13 Step 13/22 : WORKDIR / 20:00:13 Removing intermediate container 01d2e9f83697 20:00:13 ---> f394b0259c3a 20:00:13 Step 13/21 : WORKDIR /edgex 20:00:13 ---> Running in ba22944fb19c 20:00:13 Fetched 206 kB in 0s (0 B/s) 20:00:13 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 20:00:13 Fetched 1301 kB in 0s (0 B/s) 20:00:13 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:00:13 Fetched 36.2 kB in 0s (0 B/s) 20:00:13 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 20:00:13 Fetched 159 kB in 0s (0 B/s) 20:00:13 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:00:13 Fetched 107 kB in 0s (0 B/s) 20:00:13 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:00:13 Fetched 48.7 kB in 0s (0 B/s) 20:00:13 Pulling static-packages 20:00:13 ---> Running in e96ce66f43e4 20:00:13 ---> 9c6cac28a061 20:00:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:00:14 ---> 7e938ad35ea7 20:00:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:00:14 Removing intermediate container ba22944fb19c 20:00:14 ---> a22e527064f2 20:00:14 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:00:14 'go115' has dependencies that need to be staged: static-packages go-build-helper 20:00:14 Skipping pull go-build-helper (already ran) 20:00:14 Skipping pull static-packages (already ran) 20:00:14 Building go-build-helper 20:00:14 Removing intermediate container e96ce66f43e4 20:00:14 ---> ebc14afd79a4 20:00:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:00:14 ---> bc83827c9efa 20:00:14 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:00:14 ---> 01c9b430ebf6 20:00:14 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:00:14 ---> 3fb5aa5b781e 20:00:14 Step 18/22 : ENTRYPOINT ["/core-command"] 20:00:15 ---> Running in ac027d26c825 20:00:15 ---> Running in 6a32c2b80636 20:00:15 ---> 48ac39f8fcdc 20:00:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 20:00:15 ---> c86019467168 20:00:15 ---> 13b8912ae103 20:00:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications /Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:00:15 20:00:16 Removing intermediate container ac027d26c825 20:00:16 ---> 4264e8210876 20:00:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:00:16 Removing intermediate container 6a32c2b80636 20:00:16 ---> 8aaf3b74c27c 20:00:16 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:00:16 ---> Running in a9b66187778a 20:00:16 ---> Running in 9d5766e160a1 20:00:17 ---> 1539d81ce8dc 20:00:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 20:00:17 Removing intermediate container a9b66187778a 20:00:17 ---> c0f0f49aae27 20:00:17 Step 20/22 : LABEL arch=arm64 20:00:17 Removing intermediate container 9d5766e160a1 20:00:17 ---> 8cab64784308 20:00:17 Step 19/21 : LABEL arch=arm64 20:00:17 ---> ea7397600cc0 20:00:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:00:17 ---> 410bd42ebb65 20:00:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:00:17 ---> Running in a21ba7b22757 20:00:17 ---> Running in a7f63fd876e3 20:00:17 ---> aa3ee59586e5 20:00:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 20:00:18 Removing intermediate container a21ba7b22757 20:00:18 ---> 492de4b9385d 20:00:18 Step 21/22 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 20:00:18 Removing intermediate container a7f63fd876e3 20:00:18 ---> 12237f4cdddb 20:00:18 Step 20/21 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 20:00:18 ---> 78937677ba0b 20:00:18 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:00:18 ---> Running in e248838e634e 20:00:18 ---> Running in fb423e4041bd 20:00:18 Building static-packages 20:00:18 ---> Running in ea7f8553fa74 20:00:19 ---> a848ba730768 20:00:19 Step 18/22 : RUN chmod +x entrypoint.sh 20:00:19 ---> 2537f383a282 20:00:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:00:19 ---> Running in cf899565da6b 20:00:19 ---> Running in b6b8cc81cf85 20:00:19 Removing intermediate container fb423e4041bd 20:00:19 ---> 3649f0a59c94 20:00:19 Step 22/22 : LABEL version=0.0.0 20:00:19 Removing intermediate container e248838e634e 20:00:19 ---> e4d0003af8e0 20:00:19 Step 21/21 : LABEL version=0.0.0 20:00:19 Removing intermediate container ea7f8553fa74 20:00:19 ---> 29ed08e10eb8 20:00:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:00:19 ---> Running in 90b2c5e0e77b 20:00:19 ---> Running in 7aa00c992584 20:00:19 ---> Running in a76e69fd4c42 20:00:19 Removing intermediate container b6b8cc81cf85 20:00:19 ---> ccb0b1695d57 20:00:19 Step 18/21 : CMD ["--init=true"] 20:00:20 ---> Running in 2f5656e7d9c1 20:00:20 Staging go-build-helper 20:00:20 Removing intermediate container 90b2c5e0e77b 20:00:20 ---> 360e7eb0fc57 20:00:20 20:00:20 Removing intermediate container 7aa00c992584 20:00:20 ---> a2f3a023d746 20:00:20 20:00:20 Removing intermediate container 2f5656e7d9c1 20:00:20 ---> 6276ce11fa01 20:00:20 Step 19/21 : LABEL arch=arm64 20:00:20 Removing intermediate container a76e69fd4c42 20:00:20 ---> 5fa6beda55a7 20:00:20 Step 22/24 : LABEL arch=arm64 20:00:20 Successfully built 360e7eb0fc57 20:00:20 Successfully built a2f3a023d746 20:00:21 Staging static-packages 20:00:21 Successfully tagged docker-support-scheduler-go-arm64:latest 20:00:21 Successfully tagged docker-core-command-go-arm64:latest 20:00:21 Building docker-sys-mgmt-agent-go 20:00:21 Building docker-security-secretstore-setup-go 20:00:21  Building docker-support-scheduler-go ... done  Building docker-core-command-go ... done  ---> Running in 889e05ce142b 20:00:21 ---> Running in 5439d9eaa43b 20:00:21 Removing intermediate container 5439d9eaa43b 20:00:21 Removing intermediate container 889e05ce142b 20:00:21 ---> 800a3c17b9fd 20:00:21 Step 23/24 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 20:00:21 ---> 8534b05f9cf6 20:00:21 Step 20/21 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 20:00:21 ---> Running in 5c13124d815e 20:00:21 ---> Running in c1b8fb7029e3 20:00:21 Removing intermediate container cf899565da6b 20:00:21 ---> 690aab5f6281 20:00:21 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 20:00:22 Pulling go115 20:00:22 ---> Running in 14fd99c54eb9 20:00:22 Removing intermediate container 5c13124d815e 20:00:22 ---> 82460d27e4b5 20:00:22 Step 21/21 : LABEL version=0.0.0 20:00:22 Removing intermediate container c1b8fb7029e3 20:00:22 ---> 60604d01aaf7 20:00:22 Step 24/24 : LABEL version=0.0.0 20:00:22 Removing intermediate container 14fd99c54eb9 20:00:22 ---> 952d8a62d20d 20:00:22 Step 20/22 : LABEL arch=arm64 20:00:22 ---> Running in 2b36fab60d76 20:00:22 ---> Running in aabe97d37cd3 20:00:22 ---> Running in 2e7741543eb6 20:00:23 Removing intermediate container aabe97d37cd3 20:00:23 ---> 620825a6259a 20:00:23 20:00:23 Removing intermediate container 2b36fab60d76 20:00:23 ---> 3c3ae641af64 20:00:23 20:00:23 Removing intermediate container 2e7741543eb6 20:00:23 ---> 85ba352fa232 20:00:23 Step 21/22 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 20:00:23 'edgex-go' has dependencies that need to be staged: go115 20:00:23 Skipping pull go115 (already ran) 20:00:23 Building go115 20:00:23 % Total % Received % Xferd Average Speed Time Time Time Current 20:00:23 Dload Upload Total Spent Left Speed 20:00:23 Successfully built 620825a6259a 20:00:23 Successfully built 3c3ae641af64 20:00:23 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:00:23  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 20:00:23 Successfully tagged docker-support-notifications-go-arm64:latest 20:00:23 Building docker-core-data-go 20:00:24  Building docker-support-notifications-go ... done  ---> Running in 2384cc43f405 20:00:24 Removing intermediate container 2384cc43f405 20:00:24 ---> 210876601c3c 20:00:24 Step 22/22 : LABEL version=0.0.0 20:00:25 ---> Running in a56226e73846 20:00:25 Removing intermediate container a56226e73846 20:00:25 ---> 2aa4c023c11d 20:00:25 20:00:25 Successfully built 2aa4c023c11d 20:00:25 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 20:00:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.4M 0 0 28.4M 0 0:00:04 --:--:-- 0:00:04 28.3M 52 115M 52 60.9M 0 0 34.1M 0 0:00:03 0:00:01 0:00:02 34.1M 92 115M 92 106M 0 0 38.1M 0 0:00:03 0:00:02 0:00:01 38.1M 100 115M 100 115M 0 0 38.8M 0 0:00:02 0:00:02 --:--:-- 38.8M 20:00:26 go1.15.2.linux-amd64.tar.gz: OK 20:00:31 Staging go115 20:00:36 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:00:36 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:00:36 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:00:36 Fetched 0 B in 0s (0 B/s) 20:00:36 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:00:36 Fetched 224 kB in 0s (0 B/s) 20:00:36 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:00:36 Fetched 157 kB in 0s (0 B/s) 20:00:36 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:00:36 Fetched 221 kB in 0s (0 B/s) 20:00:36 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:00:36 Fetched 143 kB in 0s (0 B/s) 20:00:36 Pulling edgex-go 20:00:37 Pulling version 20:00:38 Building config-common 20:00:40 Skipping build go-build-helper (already ran) 20:00:40 Skipping build static-packages (already ran) 20:00:40 Skipping build go115 (already ran) 20:00:40 Building edgex-go 20:00:40 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 20:00:42 go: downloading github.com/gorilla/mux v1.8.0 20:00:42 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:00:42 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 20:00:42 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 20:00:42 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:00:42 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:00:42 go: downloading github.com/x448/float16 v0.8.4 20:00:42 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 20:00:42 go: downloading github.com/pkg/errors v0.8.1 20:00:42 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 20:00:42 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:00:42 go: downloading github.com/imdario/mergo v0.3.11 20:00:42 go: downloading github.com/go-playground/validator/v10 v10.3.0 20:00:42 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 20:00:42 go: downloading github.com/go-kit/kit v0.8.0 20:00:42 go: downloading github.com/pelletier/go-toml v1.2.0 20:00:42 go: downloading github.com/google/uuid v1.1.4 20:00:42 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 20:00:42 go: downloading gopkg.in/yaml.v2 v2.4.0 20:00:42 go: downloading github.com/BurntSushi/toml v0.3.1 20:00:42 go: downloading github.com/hashicorp/consul/api v1.1.0 20:00:42 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:00:42 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:00:42 go: downloading github.com/pebbe/zmq4 v1.2.2 20:00:42 go: downloading github.com/go-playground/universal-translator v0.17.0 20:00:42 go: downloading github.com/leodido/go-urn v1.2.0 20:00:42 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:00:42 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:00:42 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:00:42 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:00:42 go: downloading github.com/hashicorp/serf v0.8.2 20:00:42 go: downloading github.com/go-playground/locales v0.13.0 20:00:42 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:00:42 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:00:42 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:00:42 go: downloading github.com/mitchellh/copystructure v1.0.0 20:00:42 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:00:43 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:00:43 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:00:43 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:00: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 20:00:55 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 20:00:56 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 20:00:57 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 20:00:58 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 20:00:58 go: downloading github.com/stretchr/testify v1.6.1 20:00:58 go: downloading github.com/pmezard/go-difflib v1.0.0 20:00:58 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:00:58 go: downloading github.com/davecgh/go-spew v1.1.1 20:01:00 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 20:01:00 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:01:00 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:01:01 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 20:01:01 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:01:03 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 20:01:03 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:01:04 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 20:01:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:01:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:01:08 Building version 20:01:11 Staging config-common 20:01:11 Skipping stage go-build-helper (already ran) 20:01:11 Skipping stage static-packages (already ran) 20:01:11 Skipping stage go115 (already ran) 20:01:11 Staging edgex-go 20:01:12 Staging version 20:01:13 Priming config-common 20:01:14 Priming go-build-helper 20:01:15 Priming static-packages 20:01:18 Priming go115 20:01:19 Priming edgex-go 20:01:20 Priming version 20:01:21 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 20:01:22  Building docker-security-bootstrap-redis-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:01:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:01:22 ---> d0042a6ce9d0 20:01:22 Step 3/26 : WORKDIR /edgex-go 20:01:22 ---> Using cache 20:01:22 ---> afe98824780f 20:01:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:01:22 ---> Using cache 20:01:22 ---> 251f8ef08141 20:01:22 Step 5/26 : RUN apk add --update --no-cache make bash git 20:01:22 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:01:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:01:22 ---> d0042a6ce9d0 20:01:22 Step 3/24 : WORKDIR /edgex-go 20:01:22 ---> Using cache 20:01:22 ---> afe98824780f 20:01:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:01:22 ---> Using cache 20:01:22 ---> 251f8ef08141 20:01:22 Step 5/24 : RUN apk add --update --no-cache make git 20:01:22 ---> Using cache 20:01:22 ---> 3f63fb09d287 20:01:22 Step 6/24 : COPY go.mod . 20:01:22 ---> Using cache 20:01:22 ---> 26e057ed11f4 20:01:22 Step 7/24 : RUN go mod download 20:01:22 ---> Using cache 20:01:22 ---> 20503cc64230 20:01:22 Step 8/24 : COPY . . 20:01:22 ---> Using cache 20:01:22 ---> 76560c578fb6 20:01:22 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:01:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:01:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:01:22 ---> d0042a6ce9d0 20:01:22 Step 3/23 : WORKDIR /edgex-go 20:01:22 ---> Using cache 20:01:22 ---> afe98824780f 20:01:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:01:22 ---> Using cache 20:01:22 ---> 251f8ef08141 20:01:22 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:01:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:01:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:01:22 ---> d0042a6ce9d0 20:01:22 Step 3/22 : WORKDIR /edgex-go 20:01:22 ---> Using cache 20:01:22 ---> afe98824780f 20:01:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:01:22 ---> Using cache 20:01:22 ---> 251f8ef08141 20:01:22 Step 5/22 : RUN apk add --update --no-cache make git 20:01:22 ---> Using cache 20:01:22 ---> 3f63fb09d287 20:01:22 Step 6/22 : COPY go.mod . 20:01:22 ---> Using cache 20:01:22 ---> 26e057ed11f4 20:01:22 Step 7/22 : RUN go mod download 20:01:22 ---> Using cache 20:01:22 ---> 20503cc64230 20:01:22 Step 8/22 : COPY . . 20:01:22 ---> Using cache 20:01:22 ---> 76560c578fb6 20:01:22 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:01:22 ---> Running in 8869b41e6b9b 20:01:22 ---> Running in 0387c8c72fb6 20:01:22 ---> Running in b275b68f0caa 20:01:22 ---> Running in 232610b5a1b1 20:01:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:01:22 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 20:01:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:01:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:01:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:01:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:01:22 OK: 217 MiB in 51 packages 20:01:22 OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:01:24 Removing intermediate container 0387c8c72fb6 20:01:24 ---> bbb09e69bd23 20:01:24 Step 6/23 : COPY go.mod . 20:01:24 Removing intermediate container b275b68f0caa 20:01:24 ---> bcb5b2bb5c20 20:01:24 Step 6/26 : COPY go.mod . 20:01:25 ---> 75a62f053e57 20:01:25 Step 7/23 : RUN go mod download 20:01:25 ---> Running in bcf823bc725a 20:01:26 ---> b2ecf7b80da1 20:01:26 Step 7/26 : RUN go mod download 20:01:26 ---> Running in 1d8122ac213f 20:01:30 Removing intermediate container bcf823bc725a 20:01:30 ---> 03031a7272c7 20:01:30 Step 8/23 : COPY . . 20:01:31 Removing intermediate container 1d8122ac213f 20:01:31 ---> 265de07dbcff 20:01:31 Step 8/26 : COPY . . 20:02:03 ---> cea8885dfb53 20:02:03 Step 9/23 : RUN make cmd/core-data/core-data 20:02:03 ---> 20c1eeef2eb3 20:02:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:02:03 ---> Running in dfe261613123 20:02:03 ---> Running in cfd2be98dcf5 20:02:03 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 20:02:03 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 20:02:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:02:21 Removing intermediate container 8869b41e6b9b 20:02:21 ---> 463abfaa05bf 20:02:21 20:02:21 Step 10/24 : FROM alpine:3.12 20:02:21 ---> afeebe901d6b 20:02:21 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:02:21 ---> Using cache 20:02:21 ---> 7ef882539845 20:02:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:02:21 ---> Running in ef5e1904a4f7 20:02:21 Removing intermediate container ef5e1904a4f7 20:02:21 ---> 867e11e49fac 20:02:21 Step 13/24 : WORKDIR / 20:02:21 ---> Running in f086e567af8f 20:02:21 Removing intermediate container f086e567af8f 20:02:21 ---> 1740cf2592d4 20:02:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:02:23 ---> 658ee41998ab 20:02:23 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:02:24 ---> fc40a2a73c6d 20:02:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:02:25 ---> 91af9cef18b4 20:02:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:02:27 ---> 3554daac82ae 20:02:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:02:29 ---> 81887a48c6de 20:02:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:02:30 ---> 27ecb654d81c 20:02:30 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:02:30 ---> Running in 1d9904a272b2 20:02:34 Removing intermediate container 1d9904a272b2 20:02:34 ---> c78649e1d0fc 20:02:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:02:34 ---> Running in 6f11b35aa4fe 20:02:34 Removing intermediate container 6f11b35aa4fe 20:02:34 ---> b91c77d0360f 20:02:34 Step 22/24 : LABEL arch=arm64 20:02:34 ---> Running in cfe453a6649b 20:02:35 Removing intermediate container cfe453a6649b 20:02:35 ---> a83d39581e94 20:02:35 Step 23/24 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 20:02:35 ---> Running in 5f40337c1c7f 20:02:36 Removing intermediate container 5f40337c1c7f 20:02:36 ---> 87a4692e7b7b 20:02:36 Step 24/24 : LABEL version=0.0.0 20:02:36 ---> Running in d7ff6c35b490 20:02:37 Removing intermediate container d7ff6c35b490 20:02:37 ---> 736dc3975a28 20:02:37 20:02:37 Successfully built 736dc3975a28 20:02:37 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:02:43  Building docker-security-secretstore-setup-go ... done Removing intermediate container 232610b5a1b1 20:02:43 ---> 20982a52d808 20:02:43 20:02:43 Step 10/22 : FROM scratch 20:02:43 ---> 20:02:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:02:43 ---> Using cache 20:02:43 ---> 9b92acfb1115 20:02:43 Step 12/22 : ENV APP_PORT=48081 20:02:43 ---> Running in 713805f443ba 20:02:44 Removing intermediate container 713805f443ba 20:02:44 ---> f71a50f3349e 20:02:44 Step 13/22 : EXPOSE $APP_PORT 20:02:44 ---> Running in 760cc6b78aba 20:02:44 Removing intermediate container 760cc6b78aba 20:02:44 ---> cae1d35f930f 20:02:44 Step 14/22 : WORKDIR / 20:02:44 ---> Running in e264e9601bef 20:02:45 Removing intermediate container e264e9601bef 20:02:45 ---> 181c85330ed6 20:02:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:02:46 ---> 87aa1f247b20 20:02:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:02:49 ---> 963908780c23 20:02:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:02:50 ---> b0afe62181a3 20:02:50 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:02:50 ---> Running in bbe6450c9378 20:02:51 Removing intermediate container bbe6450c9378 20:02:51 ---> e9729cdbe51f 20:02:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:02:51 ---> Running in 084a8f541b38 20:02:51 Removing intermediate container 084a8f541b38 20:02:51 ---> 053316853dae 20:02:51 Step 20/22 : LABEL arch=arm64 20:02:52 ---> Running in 5eb92a5f818e 20:02:52 Removing intermediate container 5eb92a5f818e 20:02:52 ---> 8a9771de256f 20:02:52 Step 21/22 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 20:02:53 ---> Running in 500ad157a276 20:02:53 Removing intermediate container 500ad157a276 20:02:53 ---> 34d8d8e5eeff 20:02:53 Step 22/22 : LABEL version=0.0.0 20:02:54 ---> Running in 3e6e1032f836 20:02:55 Removing intermediate container 3e6e1032f836 20:02:55 ---> 994b3ce5727e 20:02:55 20:02:55 Successfully built 994b3ce5727e 20:02:55 Successfully tagged docker-core-metadata-go-arm64:latest 20:03:07  Building docker-core-metadata-go ... done Removing intermediate container cfd2be98dcf5 20:03:07 ---> 7a30b5159c00 20:03:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:03:07 ---> Running in cfc4fbc86bab 20:03: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 20:03:11 Removing intermediate container cfc4fbc86bab 20:03:11 ---> 4053ec7b7f99 20:03:11 20:03:11 Step 11/26 : FROM docker:20.10.0 20:03:11 20.10.0: Pulling from library/docker 20:03:21 Removing intermediate container dfe261613123 20:03:21 ---> 0a9a553c666b 20:03:21 20:03:21 Step 10/23 : FROM alpine:3.12 20:03:21 ---> afeebe901d6b 20:03:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:03:21 ---> Running in ca84d2ac3749 20:03:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:03:21 Status: Downloaded newer image for docker:20.10.0 20:03:21 ---> eeaf43b92773 20:03:21 Step 12/26 : RUN apk add --no-cache bash 20:03:21 Removing intermediate container ca84d2ac3749 20:03:21 ---> 732186afe7f2 20:03:21 Step 12/23 : ENV APP_PORT=48080 20:03:21 ---> Running in 336c2737d706 20:03:21 ---> Running in ac3bfb9f53d8 20:03:21 Removing intermediate container ac3bfb9f53d8 20:03:21 ---> 69e4fa20295f 20:03:21 Step 13/23 : EXPOSE $APP_PORT 20:03:21 ---> Running in ed650608c88a 20:03:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:03:21 Removing intermediate container ed650608c88a 20:03:21 ---> dbca3c063659 20:03:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:03:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:03:22 ---> Running in d0054e3c95b2 20:03:22 (1/2) Installing readline (8.0.4-r0) 20:03:22 (2/2) Installing bash (5.0.17-r0) 20:03:22 Executing bash-5.0.17-r0.post-install 20:03:22 Executing busybox-1.31.1-r19.trigger 20:03:22 OK: 12 MiB in 22 packages 20:03:24 Removing intermediate container 336c2737d706 20:03:24 ---> 10490fcfeee0 20:03:24 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:03:24 ---> Running in 90a349e4a9ec 20:03:24 Removing intermediate container d0054e3c95b2 20:03:24 ---> 7987b9b5bfb7 20:03:24 Step 15/23 : RUN apk add --update --no-cache zeromq 20:03:24 ---> Running in e49c3d571caa 20:03:24 Removing intermediate container 90a349e4a9ec 20:03:24 ---> 7b07e6cbe9c5 20:03:24 Step 14/26 : ENV APP_PORT=48090 20:03:24 ---> Running in 4ad9c1aea485 20:03:25 Removing intermediate container 4ad9c1aea485 20:03:25 ---> 463de48f79df 20:03:25 Step 15/26 : EXPOSE $APP_PORT 20:03:25 ---> Running in 40b2a9debbce 20:03:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:03:26 Removing intermediate container 40b2a9debbce 20:03:26 ---> 4afc92b28e13 20:03:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:03:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:03:27 ---> f4439acdf1a1 20:03:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:03:27 (1/5) Installing libgcc (9.3.0-r2) 20:03:27 (2/5) Installing libsodium (1.0.18-r0) 20:03:27 (3/5) Installing libstdc++ (9.3.0-r2) 20:03:27 (4/5) Installing libzmq (4.3.3-r0) 20:03:27 (5/5) Installing zeromq (4.3.3-r0) 20:03:27 ---> 542ca777f806 20:03:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:03:27 Executing busybox-1.31.1-r19.trigger 20:03:27 OK: 8 MiB in 19 packages 20:03:29 ---> 25604f183f77 20:03:29 Step 19/26 : RUN apk --no-cache add py3-pip 20:03:29 ---> Running in 6010e9341d5c 20:03:29 Removing intermediate container e49c3d571caa 20:03:29 ---> 4f3f556ce3ac 20:03:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:30 ---> 8fa3db0d1677 20:03:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:03:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:03:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:03:31 (1/33) Installing libbz2 (1.0.8-r1) 20:03:31 (2/33) Installing expat (2.2.9-r1) 20:03:31 (3/33) Installing libffi (3.3-r2) 20:03:31 (4/33) Installing gdbm (1.13-r1) 20:03:31 (5/33) Installing xz-libs (5.2.5-r0) 20:03:31 (6/33) Installing sqlite-libs (3.32.1-r0) 20:03:31 (7/33) Installing python3 (3.8.5-r0) 20:03:31 ---> 7df2bb171538 20:03:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:03:33 ---> 5fdb991db0e2 20:03:33 Step 19/23 : ENTRYPOINT ["/core-data"] 20:03:33 (8/33) Installing py3-appdirs (1.4.4-r1) 20:03:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:03:33 (10/33) Installing py3-parsing (2.4.7-r0) 20:03:33 (11/33) Installing py3-six (1.15.0-r0) 20:03:33 (12/33) Installing py3-packaging (20.4-r0) 20:03:33 (13/33) Installing py3-setuptools (47.0.0-r0) 20:03:33 ---> Running in 46a4c8f77570 20:03:33 (14/33) Installing py3-chardet (3.0.4-r4) 20:03:33 (15/33) Installing py3-idna (2.9-r0) 20:03:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:03:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:03:33 (18/33) Installing py3-requests (2.23.0-r0) 20:03:33 (19/33) Installing py3-msgpack (1.0.0-r0) 20:03:33 (20/33) Installing py3-lockfile (0.12.2-r3) 20:03:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:03:33 (22/33) Installing py3-colorama (0.4.3-r0) 20:03:33 (23/33) Installing py3-distlib (0.3.0-r0) 20:03:33 (24/33) Installing py3-distro (1.5.0-r1) 20:03:33 (25/33) Installing py3-webencodings (0.5.1-r3) 20:03:33 (26/33) Installing py3-html5lib (1.0.1-r4) 20:03:33 (27/33) Installing py3-pytoml (0.1.21-r0) 20:03:33 (28/33) Installing py3-pep517 (0.8.2-r0) 20:03:33 (29/33) Installing py3-progress (1.5-r0) 20:03:33 (30/33) Installing py3-toml (0.10.1-r0) 20:03:33 (31/33) Installing py3-retrying (1.3.3-r0) 20:03:33 Removing intermediate container 46a4c8f77570 20:03:33 ---> f32e56146923 20:03:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:03:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:03:33 (33/33) Installing py3-pip (20.1.1-r0) 20:03:34 Executing busybox-1.31.1-r19.trigger 20:03:34 OK: 71 MiB in 55 packages 20:03:34 ---> Running in 9af3b347a3b5 20:03:34 Removing intermediate container 9af3b347a3b5 20:03:34 ---> 1429b7dd6319 20:03:34 Step 21/23 : LABEL arch=arm64 20:03:34 ---> Running in 12ff6e5bd2a8 20:03:35 Removing intermediate container 12ff6e5bd2a8 20:03:35 ---> 3160e414d43c 20:03:35 Step 22/23 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 20:03:35 ---> Running in 87642e1d826b 20:03:36 Removing intermediate container 87642e1d826b 20:03:36 ---> 9ec137f8a789 20:03:36 Step 23/23 : LABEL version=0.0.0 20:03:36 ---> Running in 200384b10f43 20:03:37 Removing intermediate container 200384b10f43 20:03:37 ---> 865e091249f3 20:03:37 20:03:37 Successfully built 865e091249f3 20:03:37 Successfully tagged docker-core-data-go-arm64:latest 20:03:40  Building docker-core-data-go ... done Removing intermediate container 6010e9341d5c 20:03:40 ---> 9b28928ca854 20:03:40 Step 20/26 : RUN pip install docker-compose==1.23.2 20:03:40 ---> Running in cac76ddccba0 20:03:44 Collecting docker-compose==1.23.2 20:03:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:03:45 Collecting dockerpty<0.5,>=0.4.1 20:03:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:03:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:03:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:03:48 Collecting texttable<0.10,>=0.9.0 20:03:48 Downloading texttable-0.9.1.tar.gz (11 kB) 20:03:50 Collecting websocket-client<1.0,>=0.32.0 20:03:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:03:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:03:51 Collecting PyYAML<4,>=3.10 20:03:51 Downloading PyYAML-3.13.tar.gz (270 kB) 20:03:54 Collecting cached-property<2,>=1.2.0 20:03:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:03:54 Collecting docopt<0.7,>=0.6.1 20:03:54 Downloading docopt-0.6.2.tar.gz (25 kB) 20:03:56 Collecting docker<4.0,>=3.6.0 20:03:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:03:57 Collecting jsonschema<3,>=2.5.1 20:03:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:03:57 Collecting idna<2.8,>=2.5 20:03:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:03:57 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:03:58 Collecting urllib3<1.25,>=1.21.1 20:03:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:03:58 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) 20:03:58 Collecting docker-pycreds>=0.4.0 20:03:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:03:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:03:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:03:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:03:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:03:59 Installing collected packages: dockerpty, idna, urllib3, requests, texttable, websocket-client, PyYAML, cached-property, docopt, docker-pycreds, docker, jsonschema, docker-compose 20:03:59 Running setup.py install for dockerpty: started 20:04:01 Running setup.py install for dockerpty: finished with status 'done' 20:04:01 Attempting uninstall: idna 20:04:01 Found existing installation: idna 2.9 20:04:01 Uninstalling idna-2.9: 20:04:01 Successfully uninstalled idna-2.9 20:04:02 Attempting uninstall: urllib3 20:04:02 Found existing installation: urllib3 1.25.9 20:04:02 Uninstalling urllib3-1.25.9: 20:04:02 Successfully uninstalled urllib3-1.25.9 20:04:02 Attempting uninstall: requests 20:04:02 Found existing installation: requests 2.23.0 20:04:02 Uninstalling requests-2.23.0: 20:04:02 Successfully uninstalled requests-2.23.0 20:04:03 Running setup.py install for texttable: started 20:04:05 Running setup.py install for texttable: finished with status 'done' 20:04:05 Running setup.py install for PyYAML: started 20:04:07 Running setup.py install for PyYAML: finished with status 'done' 20:04:07 Running setup.py install for docopt: started 20:04:09 Running setup.py install for docopt: finished with status 'done' 20:04:11 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 20:04:14 Removing intermediate container cac76ddccba0 20:04:14 ---> d82402fba7e5 20:04:14 Step 21/26 : RUN apk --no-cache add curl 20:04:14 ---> Running in d6d44f3d8903 20:04:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:04:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:04:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:04:15 (2/3) Installing libcurl (7.69.1-r3) 20:04:16 (3/3) Installing curl (7.69.1-r3) 20:04:16 Executing busybox-1.31.1-r19.trigger 20:04:16 OK: 71 MiB in 58 packages 20:04:17 Removing intermediate container d6d44f3d8903 20:04:17 ---> b6dada44380c 20:04:17 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:04:17 ---> Running in aef6f5994a73 20:04:18 Removing intermediate container aef6f5994a73 20:04:18 ---> 1d3a2c3710a0 20:04:18 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:04:18 ---> Running in 99569bdad12c 20:04:18 Removing intermediate container 99569bdad12c 20:04:18 ---> 4be111870728 20:04:18 Step 24/26 : LABEL arch=arm64 20:04:18 ---> Running in 09cefa5d07d8 20:04:19 Removing intermediate container 09cefa5d07d8 20:04:19 ---> 0cc6c33b1caa 20:04:19 Step 25/26 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a 20:04:19 ---> Running in f463a8617aaf 20:04:19 Removing intermediate container f463a8617aaf 20:04:19 ---> 689e23e61eae 20:04:19 Step 26/26 : LABEL version=0.0.0 20:04:19 ---> Running in 7261abd9793e 20:04:20 Removing intermediate container 7261abd9793e 20:04:20 ---> ac3ad2e6e8a2 20:04:20 20:04:20 Successfully built ac3ad2e6e8a2 20:04:20 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:04:21  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:04:21 $ docker stop --time=1 c6311c41ee295b2e135734ccff50ca0c0a0e6f8744dc189631e3bfb50ac669c8 20:04:22 $ docker rm -f c6311c41ee295b2e135734ccff50ca0c0a0e6f8744dc189631e3bfb50ac669c8 [Pipeline] // withDockerContainer [Pipeline] sh 20:04:23 + docker images 20:04:23 + grep docker 20:04:23 docker-sys-mgmt-agent-go-arm64 latest ac3ad2e6e8a2 3 seconds ago 300MB 20:04:23 docker-core-data-go-arm64 latest 865e091249f3 47 seconds ago 21MB 20:04:23 docker-core-metadata-go-arm64 latest 994b3ce5727e About a minute ago 12.3MB 20:04:23 docker-security-secretstore-setup-go-arm64 latest 736dc3975a28 About a minute ago 23.4MB 20:04:23 docker-security-bootstrap-redis-go-arm64 latest 2aa4c023c11d 3 minutes ago 15.1MB 20:04:23 docker-support-notifications-go-arm64 latest 3c3ae641af64 4 minutes ago 11.4MB 20:04:23 docker-security-proxy-setup-go-arm64 latest 620825a6259a 4 minutes ago 23.3MB 20:04:23 docker-support-scheduler-go-arm64 latest a2f3a023d746 4 minutes ago 10MB 20:04:23 docker-core-command-go-arm64 latest 360e7eb0fc57 4 minutes ago 9.98MB 20:04:23 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:04:26 provisioning config files... 20:04:26 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config545428533378066058tmp [Pipeline] { [Pipeline] sh 20:04:26 + set +x 20:04:26 + curl -s https://codecov.io/bash 20:04:26 + bash -s -- 20:04:27 20:04:27 _____ _ 20:04:27 / ____| | | 20:04:27 | | ___ __| | ___ ___ _____ __ 20:04:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:04:27 | |___| (_) | (_| | __/ (_| (_) \ V / 20:04:27 \_____\___/ \__,_|\___|\___\___/ \_/ 20:04:27 Bash-20201231-23d4836 20:04:27 20:04:27 20:04:27 ==> git version 2.24.3 found 20:04:27 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:04:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:04:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:04:27 ==> Jenkins CI detected. 20:04:27 project root: . 20:04:27 --> token set from env 20:04:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:04:27 ==> Running gcov in . (disable via -X gcov) 20:04:27 ==> Python coveragepy not found 20:04:27 ==> Searching for coverage reports in: 20:04:27 + . 20:04:27 -> Found 1 reports 20:04:27 ==> Detecting git/mercurial file structure 20:04:27 ==> Reading reports 20:04:27 + ./coverage.out bytes=545099 20:04:27 ==> Appending adjustments 20:04:27 https://docs.codecov.io/docs/fixing-reports 20:04:30 + Found adjustments 20:04:30 ==> Gzipping contents 20:04:30 84K /tmp/codecov.cPLDzz.gz 20:04:30 ==> Uploading reports 20:04:30 url: https://codecov.io 20:04:30 query: branch=PR-3004&commit=5afb890cddac892bc2c734bf8d7fc2e98022ab1a&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3004%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3004&job=&cmd_args= 20:04:30 -> Pinging Codecov 20:04:30 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3004&commit=5afb890cddac892bc2c734bf8d7fc2e98022ab1a&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3004%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3004&job=&cmd_args= 20:04:31 -> Uploading to 20:04:31 https://storage.googleapis.com/codecov/v4/raw/2021-01-11/00271124DB129430A58F1EEE437C3FCB/5afb890cddac892bc2c734bf8d7fc2e98022ab1a/d3e75149-1276-4f93-ab26-17fc70f58ce1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T200430Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=83b1e0dd4809b5e2441b89286a124161c107f489944ea2dc83cadec6ab4d31f1 20:04:31 % Total % Received % Xferd Average Speed Time Time Time Current 20:04:31 Dload Upload Total Spent Left Speed 20:04:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82747 0 0 100 82747 0 162k --:--:-- --:--:-- --:--:-- 162k 20:04:31 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5afb890cddac892bc2c734bf8d7fc2e98022ab1a [Pipeline] } 20:04:31 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 20:04:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:04:35 ---> package-listing.sh 20:04:35 ++ facter osfamily 20:04:35 ++ tr '[:upper:]' '[:lower:]' 20:04:35 + OS_FAMILY=redhat 20:04:35 + workspace=/w/workspace/edgex-go/8 20:04:35 + START_PACKAGES=/tmp/packages_start.txt 20:04:35 + END_PACKAGES=/tmp/packages_end.txt 20:04:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:04:35 + PACKAGES=/tmp/packages_start.txt 20:04:35 + '[' /w/workspace/edgex-go/8 ']' 20:04:35 + PACKAGES=/tmp/packages_end.txt 20:04:35 + case "${OS_FAMILY}" in 20:04:35 + rpm -qa 20:04:35 + sort 20:04:40 + '[' -f /tmp/packages_start.txt ']' 20:04:40 + '[' -f /tmp/packages_end.txt ']' 20:04:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:04:40 + '[' /w/workspace/edgex-go/8 ']' 20:04:40 + mkdir -p /w/workspace/edgex-go/8/archives/ 20:04:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 20:04:40 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:04:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:04:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:04:41 20:04:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:04:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:04:41 alpine: Pulling from edgex-lftools-log-publisher 20:04:41 df20fa9351a1: Pulling fs layer 20:04:41 36b3adc4ff6f: Pulling fs layer 20:04:41 8ad3a11d3b57: Pulling fs layer 20:04:41 46f8f816bc3b: Pulling fs layer 20:04:41 93b61091891f: Pulling fs layer 20:04:41 93b9cdb0e59b: Pulling fs layer 20:04:41 5e14af77c1be: Pulling fs layer 20:04:41 01666e4c0597: Pulling fs layer 20:04:41 aa168da1d23b: Pulling fs layer 20:04:41 93b9cdb0e59b: Waiting 20:04:41 5e14af77c1be: Waiting 20:04:41 01666e4c0597: Waiting 20:04:41 aa168da1d23b: Waiting 20:04:41 46f8f816bc3b: Waiting 20:04:41 93b61091891f: Waiting 20:04:41 36b3adc4ff6f: Verifying Checksum 20:04:41 36b3adc4ff6f: Download complete 20:04:41 46f8f816bc3b: Verifying Checksum 20:04:41 46f8f816bc3b: Download complete 20:04:42 df20fa9351a1: Verifying Checksum 20:04:42 df20fa9351a1: Download complete 20:04:42 93b9cdb0e59b: Download complete 20:04:42 93b61091891f: Download complete 20:04:42 5e14af77c1be: Verifying Checksum 20:04:42 5e14af77c1be: Download complete 20:04:42 01666e4c0597: Verifying Checksum 20:04:42 01666e4c0597: Download complete 20:04:42 df20fa9351a1: Pull complete 20:04:42 36b3adc4ff6f: Pull complete 20:04:43 8ad3a11d3b57: Verifying Checksum 20:04:43 8ad3a11d3b57: Download complete 20:04:43 8ad3a11d3b57: Pull complete 20:04:44 aa168da1d23b: Verifying Checksum 20:04:44 aa168da1d23b: Download complete 20:04:45 46f8f816bc3b: Pull complete 20:04:46 93b61091891f: Pull complete 20:04:46 93b9cdb0e59b: Pull complete 20:04:46 5e14af77c1be: Pull complete 20:04:47 01666e4c0597: Pull complete 20:04:55 aa168da1d23b: Pull complete 20:04:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:04:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:04:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:04:55 prd-centos7-docker-4c-2g-19564 does not seem to be running inside a container 20:04:55 $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 20:05:00 $ docker top 944fb0091af31c6cf9b073e9418c38167416131da8dc4beb4de3e32d35195800 -eo pid,comm [Pipeline] { [Pipeline] sh 20:05:00 + touch /tmp/pre-build-complete [Pipeline] sh 20:05:00 + mkdir -p /var/log/sa [Pipeline] sh 20:05:01 + ls /var/log/sa-host 20:05:01 + sadf -c /var/log/sa-host/sa11 20:05:01 file_magic: OK 20:05:01 HZ: Using current value: 100 20:05:01 file_header: OK 20:05:01 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 20:05:01 Statistics: 20:05:01 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... 20:05:01 File successfully converted to sysstat format version 12.2.1 20:05:01 + sadf -c /var/log/sa-host/sa23 20:05:01 file_magic: OK 20:05:01 HZ: Using current value: 100 20:05:01 file_header: OK 20:05:01 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 20:05:01 Statistics: 20:05:01 Hnuu...uuuununununu... 20:05:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:05:01 provisioning config files... 20:05:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config7185213787265689623tmp [Pipeline] { [Pipeline] echo 20:05:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:05:02 ---> create-netrc.sh [Pipeline] } 20:05:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:05:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:05:02 ---> python-tools-install.sh [Pipeline] echo 20:05:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:05:03 ---> sudo-logs.sh 20:05:03 Archiving 'sudo' log.. [Pipeline] echo 20:05:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:05:03 ---> job-cost.sh 20:05:03 lf-activate-venv: SKIPPING 20:05:03 INFO: No Stack... 20:05:04 INFO: Retrieving Pricing Info for: v1-standard-2 20:05:04 INFO: Archiving Costs [Pipeline] echo 20:05:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:05:05 ---> logs-deploy.sh 20:05:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3004/8 20:05:05 INFO: archiving workspace using pattern(s): 20:05:07 Archives upload complete. 20:05:07 INFO: archiving logs to Nexus 20:05:08 ---> uname -a: 20:05:08 Linux prd-centos7-docker-4c-2g-19564.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:05:08 20:05:08 20:05:08 ---> lscpu: 20:05:08 Architecture: x86_64 20:05:08 CPU op-mode(s): 32-bit, 64-bit 20:05:08 Byte Order: Little Endian 20:05:08 Address sizes: 40 bits physical, 48 bits virtual 20:05:08 CPU(s): 4 20:05:08 On-line CPU(s) list: 0-3 20:05:08 Thread(s) per core: 1 20:05:08 Core(s) per socket: 1 20:05:08 Socket(s): 4 20:05:08 NUMA node(s): 1 20:05:08 Vendor ID: GenuineIntel 20:05:08 CPU family: 6 20:05:08 Model: 44 20:05:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:05:08 Stepping: 1 20:05:08 CPU MHz: 2933.442 20:05:08 BogoMIPS: 5866.88 20:05:08 Virtualization: VT-x 20:05:08 Hypervisor vendor: KVM 20:05:08 Virtualization type: full 20:05:08 L1d cache: 128 KiB 20:05:08 L1i cache: 128 KiB 20:05:08 L2 cache: 16 MiB 20:05:08 L3 cache: 64 MiB 20:05:08 NUMA node0 CPU(s): 0-3 20:05:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:05:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:05:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:05:08 Vulnerability Meltdown: Mitigation; PTI 20:05:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:05:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:05:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:05:08 Vulnerability Srbds: Not affected 20:05:08 Vulnerability Tsx async abort: Not affected 20:05:08 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 20:05:08 20:05:08 20:05:08 ---> nproc: 20:05:08 4 20:05:08 20:05:08 20:05:08 ---> df -h: 20:05:08 Filesystem Size Used Available Use% Mounted on 20:05:08 overlay 50.0G 12.9G 37.1G 26% / 20:05:08 tmpfs 64.0M 0 64.0M 0% /dev 20:05:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:05:08 shm 64.0M 0 64.0M 0% /dev/shm 20:05:08 /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os 20:05:08 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf 20:05:08 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname 20:05:08 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts 20:05:08 /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json 20:05:08 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host 20:05:08 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure 20:05:08 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log 20:05:08 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/8 20:05:08 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/8@tmp 20:05:08 20:05:08 20:05:08 ---> free -m: 20:05:08 total used free shared buff/cache available 20:05:08 Mem: 1837 726 277 0 833 1026 20:05:08 Swap: 1023 50 973 20:05:08 20:05:08 20:05:08 ---> ip addr: 20:05:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:05:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:05:08 inet 127.0.0.1/8 scope host lo 20:05:08 valid_lft forever preferred_lft forever 20:05:08 inet6 ::1/128 scope host 20:05:08 valid_lft forever preferred_lft forever 20:05:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:05:08 link/ether fa:16:3e:73:1a:62 brd ff:ff:ff:ff:ff:ff 20:05:08 inet 10.30.122.230/23 brd 10.30.123.255 scope global dynamic eth0 20:05:08 valid_lft 85248sec preferred_lft 85248sec 20:05:08 inet6 fe80::f816:3eff:fe73:1a62/64 scope link 20:05:08 valid_lft forever preferred_lft forever 20:05:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:05:08 link/ether 02:42:8a:8c:e5:3e brd ff:ff:ff:ff:ff:ff 20:05:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:05:08 valid_lft forever preferred_lft forever 20:05:08 inet6 fe80::42:8aff:fe8c:e53e/64 scope link 20:05:08 valid_lft forever preferred_lft forever 20:05:08 20:05:08 20:05:08 ---> sar -b -r -n DEV: 20:05:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) 20:05:08 20:05:08 19:45:43 LINUX RESTART (4 CPU) 20:05:08 20:05:08 19:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:05:08 19:47:01 203.09 102.64 100.45 0.00 11422.19 49803.92 0.00 20:05:08 19:48:01 269.40 90.81 178.58 0.00 6168.29 51878.27 0.00 20:05:08 19:49:02 206.45 94.46 111.99 0.00 3254.93 14139.24 0.00 20:05:08 19:50:01 137.19 68.02 69.17 0.00 3789.94 11059.32 0.00 20:05:08 19:51:04 1374.76 1069.76 305.00 0.00 109277.82 173488.16 0.00 20:05:08 19:52:01 2203.64 1930.54 273.09 0.00 126289.79 137843.78 0.00 20:05:08 19:53:02 1238.50 907.70 330.81 0.00 99029.95 125072.73 0.00 20:05:08 19:54:01 2182.02 1883.09 298.94 0.00 126333.79 138458.16 0.00 20:05:08 19:55:01 245.77 42.23 203.55 0.00 6440.76 33302.46 0.00 20:05:08 19:56:01 5.79 0.43 5.36 0.00 15.45 166.88 0.00 20:05:08 19:57:01 0.37 0.05 0.32 0.00 0.93 3.55 0.00 20:05:08 19:58:01 0.23 0.02 0.22 0.00 0.13 2.47 0.00 20:05:08 19:59:01 0.22 0.02 0.20 0.00 0.13 1.83 0.00 20:05:08 20:00:01 0.33 0.02 0.32 0.00 0.13 3.25 0.00 20:05:08 20:01:01 1.85 1.60 0.25 0.00 53.80 3.25 0.00 20:05:08 20:02:01 1.26 0.37 0.90 0.00 22.90 17.63 0.00 20:05:08 20:03:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 20:05:08 20:04:01 0.17 0.02 0.15 0.00 0.27 1.95 0.00 20:05:08 Average: 446.09 341.50 104.59 0.00 27300.89 40976.73 0.00 20:05:08 20:05:08 19:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:05:08 19:47:01 77596 0 684788 36.40 2620 1116540 1373812 46.89 639900 958764 20 20:05:08 19:48:01 66116 0 758396 40.31 1492 1055540 1543708 52.68 668652 844972 71592 20:05:08 19:49:02 231976 0 798316 42.43 828 850424 1809800 61.77 692764 674316 57384 20:05:08 19:50:01 314228 0 756728 40.22 784 809804 1388372 47.38 581360 699132 19804 20:05:08 19:51:04 68844 0 778124 41.36 0 1034576 1961416 66.94 696724 897412 97004 20:05:08 19:52:01 295636 0 1275448 67.79 0 310460 4472728 152.65 733032 585636 44492 20:05:08 19:53:02 64004 0 743684 39.53 0 1073856 2157516 73.63 599284 1001932 0 20:05:08 19:54:01 325252 0 867020 46.08 0 689272 3059000 104.40 664412 642748 87236 20:05:08 19:55:01 112848 0 657752 34.96 0 1110944 1226784 41.87 649784 866168 20 20:05:08 19:56:01 118132 0 651988 34.65 0 1111424 1193052 40.72 647648 865412 12 20:05:08 19:57:01 117404 0 652716 34.69 0 1111424 1193148 40.72 648052 865432 8 20:05:08 19:58:01 118456 0 651656 34.63 0 1111432 1188940 40.58 647600 865248 8 20:05:08 19:59:01 118876 0 651224 34.61 0 1111444 1188940 40.58 647608 865252 8 20:05:08 20:00:01 118792 0 651304 34.62 0 1111448 1188940 40.58 647484 865256 8 20:05:08 20:01:01 115920 0 653308 34.72 0 1112316 1191280 40.66 648148 866084 16 20:05:08 20:02:01 115428 0 653112 34.71 0 1113004 1189508 40.60 648184 866648 8 20:05:08 20:03:01 116020 0 652520 34.68 0 1113004 1189448 40.59 647880 866648 8 20:05:08 20:04:01 115608 0 652928 34.70 0 1113008 1189448 40.59 647884 866652 8 20:05:08 Average: 145063 0 732834 38.95 318 1003329 1650324 56.32 653133 831317 20980 20:05:08 20:05:08 19:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:05:08 19:47:01 veth14ce10f 928.27 857.81 85.76 2678.74 0.00 0.00 0.00 0.00 20:05:08 19:47:01 eth0 1969.25 1674.01 6369.72 199.09 0.00 0.00 0.00 0.00 20:05:08 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:47:01 docker0 928.27 857.68 73.07 2678.73 0.00 0.00 0.00 0.00 20:05:08 19:48:01 eth0 535.19 439.08 3657.77 66.23 0.00 0.00 0.00 0.00 20:05:08 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:48:01 docker0 154.52 199.37 11.44 825.92 0.00 0.00 0.00 0.00 20:05:08 19:49:02 veth516f61b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:05:08 19:49:02 eth0 45.25 30.74 34.10 71.86 0.00 0.00 0.00 0.00 20:05:08 19:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:50:01 eth0 79.77 58.68 377.33 17.76 0.00 0.00 0.00 0.00 20:05:08 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:51:04 vethac72677 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 20:05:08 19:51:04 eth0 197.49 155.28 1435.30 76.44 0.00 0.00 0.00 0.00 20:05:08 19:51:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:51:04 docker0 10.64 22.64 0.56 139.67 0.00 0.00 0.00 0.00 20:05:08 19:52:01 veth1eac8f9 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:05:08 19:52:01 vethac72677 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:52:01 veth0906b52 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:05:08 19:52:01 eth0 14.61 7.27 12.37 5.38 0.00 0.00 0.00 0.00 20:05:08 19:53:02 vethac72677 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 20:05:08 19:53:02 eth0 64.30 36.16 214.47 15.99 0.00 0.00 0.00 0.00 20:05:08 19:53:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:05:08 19:53:02 vethcf53b9e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:54:01 vethac72677 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:54:01 vethd9a8190 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:05:08 19:54:01 eth0 53.07 40.13 50.32 87.16 0.00 0.00 0.00 0.00 20:05:08 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:55:01 eth0 227.30 159.12 1693.42 28.22 0.00 0.00 0.00 0.00 20:05:08 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:55:01 docker0 1156.08 1189.90 88.79 4268.57 0.00 0.00 0.00 0.00 20:05:08 19:56:01 eth0 0.68 0.20 0.41 0.05 0.00 0.00 0.00 0.00 20:05:08 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:57:01 eth0 0.72 0.50 0.40 0.27 0.00 0.00 0.00 0.00 20:05:08 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:58:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:05:08 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:05:08 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 20:00:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:05:08 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 20:01:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:05:08 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 20:02:01 eth0 0.28 0.23 0.14 0.07 0.00 0.00 0.00 0.00 20:05:08 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 20:03:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:05:08 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 20:04:01 eth0 0.57 0.00 0.05 0.00 0.00 0.00 0.00 0.00 20:05:08 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 Average: eth0 177.97 145.20 774.77 31.76 0.00 0.00 0.00 0.00 20:05:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:05:08 Average: docker0 64.27 66.15 4.94 237.32 0.00 0.00 0.00 0.00 20:05:08 20:05:08 20:05:08 ---> sar -P ALL: 20:05:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) 20:05:08 20:05:08 19:45:43 LINUX RESTART (4 CPU) 20:05:08 20:05:08 19:46:01 CPU %user %nice %system %iowait %steal %idle 20:05:08 19:47:01 all 21.85 0.00 12.45 5.25 0.03 60.42 20:05:08 19:47:01 0 18.84 0.00 15.10 5.97 0.03 60.06 20:05:08 19:47:01 1 25.02 0.00 10.20 6.58 0.03 58.17 20:05:08 19:47:01 2 20.27 0.00 15.19 2.96 0.05 61.52 20:05:08 19:47:01 3 23.25 0.00 9.34 5.48 0.02 61.91 20:05:08 19:48:01 all 15.07 0.00 9.91 5.39 0.03 69.59 20:05:08 19:48:01 0 12.40 0.00 10.50 5.38 0.03 71.68 20:05:08 19:48:01 1 13.93 0.00 9.00 4.64 0.03 72.39 20:05:08 19:48:01 2 18.94 0.00 11.34 6.46 0.03 63.22 20:05:08 19:48:01 3 15.01 0.00 8.80 5.07 0.03 71.08 20:05:08 19:49:02 all 48.84 0.00 12.93 6.17 0.03 32.03 20:05:08 19:49:02 0 49.42 0.00 13.60 5.93 0.02 31.03 20:05:08 19:49:02 1 50.15 0.00 12.88 5.28 0.03 31.66 20:05:08 19:49:02 2 46.35 0.00 13.29 7.08 0.02 33.26 20:05:08 19:49:02 3 49.43 0.00 11.95 6.41 0.03 32.18 20:05:08 19:50:01 all 44.15 0.00 13.69 2.30 0.04 39.82 20:05:08 19:50:01 0 43.98 0.00 13.13 2.66 0.05 40.18 20:05:08 19:50:01 1 42.68 0.00 13.45 2.32 0.03 41.51 20:05:08 19:50:01 2 44.56 0.00 14.39 1.91 0.03 39.10 20:05:08 19:50:01 3 45.39 0.00 13.81 2.29 0.04 38.48 20:05:08 19:51:04 all 21.71 0.00 25.92 12.42 0.08 39.88 20:05:08 19:51:04 0 23.88 0.00 25.84 14.81 0.08 35.39 20:05:08 19:51:04 1 20.56 0.00 25.51 10.69 0.05 43.19 20:05:08 19:51:04 2 20.76 0.00 26.52 11.47 0.08 41.16 20:05:08 19:51:04 3 21.62 0.00 25.81 12.72 0.08 39.77 20:05:08 19:52:01 all 42.31 0.00 23.14 21.60 0.07 12.87 20:05:08 19:52:01 0 41.22 0.00 23.42 21.07 0.05 14.24 20:05:08 19:52:01 1 42.75 0.00 22.30 21.90 0.11 12.93 20:05:08 19:52:01 2 42.93 0.00 22.68 21.75 0.07 12.57 20:05:08 19:52:01 3 42.36 0.00 24.16 21.69 0.05 11.73 20:05:08 19:53:02 all 30.62 0.00 21.47 23.50 0.07 24.34 20:05:08 19:53:02 0 29.64 0.00 20.27 22.24 0.07 27.78 20:05:08 19:53:02 1 30.89 0.00 21.38 24.75 0.07 22.91 20:05:08 19:53:02 2 29.99 0.00 21.14 24.81 0.07 23.99 20:05:08 19:53:02 3 32.00 0.00 23.13 22.17 0.07 22.63 20:05:08 19:54:01 all 37.28 0.00 25.25 19.17 0.08 18.22 20:05:08 19:54:01 0 36.64 0.00 24.67 19.58 0.11 19.01 20:05:08 19:54:01 1 37.70 0.00 24.86 18.16 0.07 19.21 20:05:08 19:54:01 2 37.28 0.00 25.32 18.82 0.07 18.51 20:05:08 19:54:01 3 37.49 0.00 26.14 20.15 0.09 16.12 20:05:08 19:55:01 all 18.11 0.00 10.97 12.16 0.04 58.72 20:05:08 19:55:01 0 19.39 0.00 12.60 8.96 0.05 58.99 20:05:08 19:55:01 1 17.35 0.00 10.48 8.15 0.05 63.96 20:05:08 19:55:01 2 16.98 0.00 10.99 18.47 0.03 53.53 20:05:08 19:55:01 3 18.73 0.00 9.79 13.04 0.03 58.41 20:05:08 19:56:01 all 0.15 0.00 0.05 0.00 0.00 99.80 20:05:08 19:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:05:08 19:56:01 1 0.07 0.00 0.07 0.00 0.00 99.87 20:05:08 19:56:01 2 0.48 0.00 0.05 0.00 0.00 99.47 20:05:08 19:56:01 3 0.03 0.00 0.08 0.00 0.00 99.88 20:05:08 19:57:01 all 0.14 0.00 0.05 0.00 0.00 99.82 20:05:08 19:57:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:05:08 19:57:01 1 0.43 0.00 0.07 0.00 0.00 99.50 20:05:08 19:57:01 2 0.05 0.00 0.07 0.00 0.00 99.88 20:05:08 19:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:05:08 20:05:08 19:57:01 CPU %user %nice %system %iowait %steal %idle 20:05:08 19:58:01 all 0.04 0.00 0.03 0.00 0.00 99.93 20:05:08 19:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:05:08 19:58:01 1 0.07 0.00 0.05 0.00 0.00 99.88 20:05:08 19:58:01 2 0.05 0.00 0.02 0.00 0.00 99.93 20:05:08 19:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:05:08 19:59:01 all 0.07 0.00 0.03 0.00 0.00 99.90 20:05:08 19:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:05:08 19:59:01 1 0.22 0.00 0.05 0.00 0.00 99.73 20:05:08 19:59:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:05:08 19:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:05:08 20:00:01 all 0.15 0.00 0.03 0.00 0.00 99.81 20:05:08 20:00:01 0 0.03 0.00 0.07 0.00 0.02 99.88 20:05:08 20:00:01 1 0.50 0.00 0.02 0.00 0.00 99.48 20:05:08 20:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:05:08 20:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:05:08 20:01:01 all 0.16 0.00 0.07 0.02 0.00 99.74 20:05:08 20:01:01 0 0.02 0.00 0.15 0.08 0.00 99.75 20:05:08 20:01:01 1 0.53 0.00 0.03 0.00 0.00 99.43 20:05:08 20:01:01 2 0.07 0.00 0.07 0.00 0.00 99.87 20:05:08 20:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 20:05:08 20:02:01 all 0.17 0.00 0.04 0.02 0.00 99.78 20:05:08 20:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:05:08 20:02:01 1 0.55 0.00 0.05 0.03 0.00 99.37 20:05:08 20:02:01 2 0.05 0.00 0.05 0.02 0.00 99.88 20:05:08 20:02:01 3 0.03 0.00 0.03 0.02 0.00 99.92 20:05:08 20:03:01 all 0.15 0.00 0.02 0.00 0.00 99.83 20:05:08 20:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:05:08 20:03:01 1 0.52 0.00 0.02 0.00 0.00 99.47 20:05:08 20:03:01 2 0.03 0.00 0.05 0.00 0.00 99.92 20:05:08 20:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:05:08 20:04:01 all 0.15 0.00 0.02 0.00 0.00 99.83 20:05:08 20:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:05:08 20:04:01 1 0.52 0.00 0.02 0.00 0.00 99.47 20:05:08 20:04:01 2 0.05 0.00 0.03 0.00 0.02 99.90 20:05:08 20:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:05:08 Average: all 15.23 0.00 8.48 5.84 0.03 70.41 20:05:08 Average: 0 14.97 0.00 8.68 5.78 0.03 70.54 20:05:08 Average: 1 15.43 0.00 8.18 5.55 0.03 70.81 20:05:08 Average: 2 15.12 0.00 8.78 6.16 0.03 69.92 20:05:08 Average: 3 15.42 0.00 8.29 5.88 0.02 70.39 20:05:08 20:05:08 20:05:08