Pull request #2956 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 8825629fed540149d98780d83199692e7d178fa1+1cb94389de1e39608b319f278621c386c44601c6 (2a1bf0c18aa26671ef6891bd09a2a1ad0af762ac) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-16385 in /w/workspace/edgexfoundry_edgex-go_PR-2956 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2956/head:refs/remotes/origin/PR-2956 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 8825629fed540149d98780d83199692e7d178fa1 > git config core.sparsecheckout # timeout=10 > git checkout -f 8825629fed540149d98780d83199692e7d178fa1 # timeout=10 Merge succeeded, producing 8825629fed540149d98780d83199692e7d178fa1 Checking out Revision 8825629fed540149d98780d83199692e7d178fa1 (PR-2956) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8825629fed540149d98780d83199692e7d178fa1 # timeout=10 Commit message: "feat: Remove deprecated Mongo code." First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk ad7df7fdb937c1764f05f3465bc66378632466b3 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:41:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:41:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:41:10 ========================================================= 21:41:10 EdgeX Global Pipelines Version Info 21:41:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:41:12 ------------------- 21:41:12 stable info: 21:41:12 ------------------- 21:41:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:41:12 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:41:12 Message: update stable to v1.0.173 21:41:13 ------------------- 21:41:13 experimental info: 21:41:13 ------------------- 21:41:13 Commited By: **** collab-it+edgex@linuxfoundation.org 21:41:13 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:41:13 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:41:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:41:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:41:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:41:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:41:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:41:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:41:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:41:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:41:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:41:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:41:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:41:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:41:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:41:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:41:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:41:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:41:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:41:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:41:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:41:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:41:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:41:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:41:15 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:41:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2956 [Pipeline] echo 21:41:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2956 [Pipeline] echo 21:41:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2956 [Pipeline] echo 21:41:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8825629fed540149d98780d83199692e7d178fa1 [Pipeline] echo 21:41:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8825629 [Pipeline] echo 21:41:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:41:16 provisioning config files... 21:41:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8849737743764256891tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:41:17 ---> docker-login.sh 21:41:17 nexus3.edgexfoundry.org:10001 21:41:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:17 Configure a credential helper to remove this warning. See 21:41:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:17 21:41:17 Login Succeeded 21:41:17 nexus3.edgexfoundry.org:10002 21:41:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:18 Configure a credential helper to remove this warning. See 21:41:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:18 21:41:18 Login Succeeded 21:41:18 nexus3.edgexfoundry.org:10003 21:41:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:18 Configure a credential helper to remove this warning. See 21:41:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:18 21:41:18 Login Succeeded 21:41:18 nexus3.edgexfoundry.org:10004 21:41:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:18 Configure a credential helper to remove this warning. See 21:41:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:18 21:41:18 Login Succeeded 21:41:18 docker.io 21:41:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:18 Configure a credential helper to remove this warning. See 21:41:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:18 21:41:18 Login Succeeded 21:41:18 ---> docker-login.sh ends [Pipeline] } 21:41:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:41:19 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:41:19 + for file in '`ls cmd/**/Dockerfile`' 21:41:19 ++ dirname cmd/core-command/Dockerfile 21:41:19 ++ cut -d/ -f2 21:41:19 + echo core-command,cmd/core-command/Dockerfile 21:41:19 + for file in '`ls cmd/**/Dockerfile`' 21:41:19 ++ dirname cmd/core-data/Dockerfile 21:41:19 ++ cut -d/ -f2 21:41:19 + echo core-data,cmd/core-data/Dockerfile 21:41:19 + for file in '`ls cmd/**/Dockerfile`' 21:41:19 ++ dirname cmd/core-metadata/Dockerfile 21:41:19 ++ cut -d/ -f2 21:41:19 + echo core-metadata,cmd/core-metadata/Dockerfile 21:41:19 + for file in '`ls cmd/**/Dockerfile`' 21:41:19 ++ dirname cmd/security-bootstrap-redis/Dockerfile 21:41:19 ++ cut -d/ -f2 21:41:19 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 21:41:19 + for file in '`ls cmd/**/Dockerfile`' 21:41:19 ++ dirname cmd/security-proxy-setup/Dockerfile 21:41:19 ++ cut -d/ -f2 21:41:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:41:19 + for file in '`ls cmd/**/Dockerfile`' 21:41:19 ++ dirname cmd/security-secrets-setup/Dockerfile 21:41:19 ++ cut -d/ -f2 21:41:19 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 21:41:19 + for file in '`ls cmd/**/Dockerfile`' 21:41:19 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:41:19 ++ cut -d/ -f2 21:41:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:41:19 + for file in '`ls cmd/**/Dockerfile`' 21:41:19 ++ dirname cmd/support-notifications/Dockerfile 21:41:19 ++ cut -d/ -f2 21:41:19 + echo support-notifications,cmd/support-notifications/Dockerfile 21:41:19 + for file in '`ls cmd/**/Dockerfile`' 21:41:19 ++ dirname cmd/support-scheduler/Dockerfile 21:41:19 ++ cut -d/ -f2 21:41:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:41:19 + for file in '`ls cmd/**/Dockerfile`' 21:41:19 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:41:19 ++ cut -d/ -f2 21:41:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:41:19 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:41:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:41:21 21:41:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:41:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:41:21 latest: Pulling from edgex-devops/git-semver 21:41:21 31603596830f: Pulling fs layer 21:41:21 2a8b12db71e7: Pulling fs layer 21:41:21 6ca5941a6612: Pulling fs layer 21:41:21 ecc8261a40a4: Pulling fs layer 21:41:21 ecc8261a40a4: Waiting 21:41:21 2a8b12db71e7: Verifying Checksum 21:41:21 2a8b12db71e7: Download complete 21:41:21 31603596830f: Verifying Checksum 21:41:21 31603596830f: Download complete 21:41:21 6ca5941a6612: Verifying Checksum 21:41:21 6ca5941a6612: Download complete 21:41:21 ecc8261a40a4: Verifying Checksum 21:41:21 ecc8261a40a4: Download complete 21:41:22 31603596830f: Pull complete 21:41:22 2a8b12db71e7: Pull complete 21:41:23 6ca5941a6612: Pull complete 21:41:23 ecc8261a40a4: Pull complete 21:41:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:41:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:41:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:41:23 prd-centos7-docker-4c-2g-16385 does not seem to be running inside a container 21:41:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:41:25 $ docker top 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:41:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:41:25 [ssh-agent] Looking for ssh-agent implementation... 21:41:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:41:26 $ docker exec 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 ssh-agent 21:41:26 SSH_AUTH_SOCK=/tmp/ssh-wHr0GVKJKf2T/agent.12 21:41:26 SSH_AGENT_PID=17 21:41:26 Running ssh-add (command line suppressed) 21:41:26 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7136309737308461479.key (/w/workspace/edgex-go/3@tmp/private_key_7136309737308461479.key) 21:41:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:41:26 + git tag --points-at HEAD [Pipeline] } 21:41:26 $ docker exec --env ******** --env ******** 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 ssh-agent -k 21:41:26 unset SSH_AUTH_SOCK; 21:41:26 unset SSH_AGENT_PID; 21:41:26 echo Agent pid 17 killed; 21:41:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:41:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:41:27 [ssh-agent] Looking for ssh-agent implementation... 21:41:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:41:27 $ docker exec 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 ssh-agent 21:41:27 SSH_AUTH_SOCK=/tmp/ssh-D0Kp55zH4Sr2/agent.46 21:41:27 SSH_AGENT_PID=51 21:41:27 Running ssh-add (command line suppressed) 21:41:27 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1836665237136796752.key (/w/workspace/edgex-go/3@tmp/private_key_1836665237136796752.key) 21:41:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:41:28 + git semver init 21:41:28 # -> Open(): unable to determine branch for HEAD 21:41:28 # $GIT_DIR = /w/workspace/edgex-go/3/.git 21:41:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 21:41:28 # $SEMVER_REMOTE_NAME = origin 21:41:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:41:28 # $SEMVER_USER_NAME = edgex-jenkins 21:41:28 # $SEMVER_BRANCH = PR-2956 21:41:28 # $SEMVER_TEMP = /tmp/semver-174800450 21:41:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:41:46 # '/tmp/semver-174800450' -> '/w/workspace/edgex-go/3/.semver' 21:41:46 # -> Force: false 21:41:46 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 21:41:46 $ docker exec --env ******** --env ******** 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 ssh-agent -k 21:41:46 unset SSH_AUTH_SOCK; 21:41:46 unset SSH_AGENT_PID; 21:41:46 echo Agent pid 51 killed; 21:41:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:41:47 + git semver [Pipeline] } 21:41:47 $ docker stop --time=1 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 21:41:48 $ docker rm -f 7f3bdb1bcf18923603d4c36c45f5c0516af9405e03133cc104fe18f402932399 [Pipeline] // withDockerContainer [Pipeline] sh 21:41:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:41:49 Stashed 1 file(s) [Pipeline] echo 21:41:49 [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 21:41:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:41:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:41:51 + sudo service docker restart 21:41:51 + true 21:41:51 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:41:51 ========================================================= 21:41:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:41:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:41:52 + 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 . 21:41:55 Sending build context to Docker daemon 326.4MB 21:41:55 Step 1/7 : ARG BASE=golang:1.15-alpine 21:41:55 Step 2/7 : FROM ${BASE} 21:41:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:41:55 188c0c94c7c5: Pulling fs layer 21:41:55 0ef7d3d256c8: Pulling fs layer 21:41:55 de9db76c5a1d: Pulling fs layer 21:41:55 bca2f99d35d6: Pulling fs layer 21:41:55 93359f2a8cfa: Pulling fs layer 21:41:55 7c6f9722023f: Pulling fs layer 21:41:55 a35cf1a2eb13: Pulling fs layer 21:41:55 93359f2a8cfa: Waiting 21:41:55 7c6f9722023f: Waiting 21:41:55 a35cf1a2eb13: Waiting 21:41:55 bca2f99d35d6: Waiting 21:41:55 de9db76c5a1d: Verifying Checksum 21:41:55 de9db76c5a1d: Download complete 21:41:55 0ef7d3d256c8: Verifying Checksum 21:41:55 0ef7d3d256c8: Download complete 21:41:55 93359f2a8cfa: Verifying Checksum 21:41:55 93359f2a8cfa: Download complete 21:41:55 188c0c94c7c5: Verifying Checksum 21:41:55 188c0c94c7c5: Download complete 21:41:55 7c6f9722023f: Verifying Checksum 21:41:55 7c6f9722023f: Download complete 21:41:55 188c0c94c7c5: Pull complete 21:41:55 0ef7d3d256c8: Pull complete 21:41:55 de9db76c5a1d: Pull complete 21:41:57 a35cf1a2eb13: Verifying Checksum 21:41:57 a35cf1a2eb13: Download complete 21:41:58 bca2f99d35d6: Download complete 21:42:03 bca2f99d35d6: Pull complete 21:42:03 93359f2a8cfa: Pull complete 21:42:03 7c6f9722023f: Pull complete 21:42:05 Still waiting to schedule task 21:42:05 ‘prd-ubuntu18.04-docker-arm64-4c-16g-16383’ is offline 21:42:08 a35cf1a2eb13: Pull complete 21:42:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:42:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:42:08 ---> a62c8e92a672 21:42:08 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:42:08 ---> Running in a840cd66c432 21:42:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:42:10 (1/12) Installing libmagic (5.38-r0) 21:42:10 (2/12) Installing file (5.38-r0) 21:42:10 (3/12) Installing libc-dev (0.7.2-r3) 21:42:10 (4/12) Installing g++ (9.3.0-r2) 21:42:17 (5/12) Installing fortify-headers (1.1-r0) 21:42:17 (6/12) Installing patch (2.7.6-r6) 21:42:17 (7/12) Installing build-base (0.5-r2) 21:42:17 (8/12) Installing libsodium (1.0.18-r0) 21:42:17 (9/12) Installing pkgconf (1.7.2-r0) 21:42:18 (10/12) Installing libsodium-dev (1.0.18-r0) 21:42:18 (11/12) Installing libzmq (4.3.3-r0) 21:42:18 (12/12) Installing zeromq-dev (4.3.3-r0) 21:42:18 Executing busybox-1.31.1-r19.trigger 21:42:18 OK: 233 MiB in 51 packages 21:42:22 Removing intermediate container a840cd66c432 21:42:22 ---> 9dc13215b59c 21:42:22 Step 4/7 : WORKDIR /edgex-go 21:42:22 ---> Running in 22ea2540fd7c 21:42:22 Removing intermediate container 22ea2540fd7c 21:42:22 ---> 2f6b689f0591 21:42:22 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:42:22 latest: Pulling from library/docker 21:42:22 05e7bc50f07f: Pulling fs layer 21:42:22 6db28d0fdbf6: Pulling fs layer 21:42:22 292df0bc6bf3: Pulling fs layer 21:42:22 a3104fdc50d0: Pulling fs layer 21:42:22 a8e67d69e12c: Pulling fs layer 21:42:22 1ede2b221ee4: Pulling fs layer 21:42:22 fc74c0d5b799: Pulling fs layer 21:42:22 a3104fdc50d0: Waiting 21:42:22 a8e67d69e12c: Waiting 21:42:22 fc74c0d5b799: Waiting 21:42:22 1ede2b221ee4: Waiting 21:42:23 292df0bc6bf3: Verifying Checksum 21:42:23 292df0bc6bf3: Download complete 21:42:23 05e7bc50f07f: Verifying Checksum 21:42:23 05e7bc50f07f: Download complete 21:42:23 6db28d0fdbf6: Verifying Checksum 21:42:23 6db28d0fdbf6: Download complete 21:42:23 a8e67d69e12c: Verifying Checksum 21:42:23 a8e67d69e12c: Download complete 21:42:23 1ede2b221ee4: Verifying Checksum 21:42:23 1ede2b221ee4: Download complete 21:42:23 fc74c0d5b799: Verifying Checksum 21:42:23 fc74c0d5b799: Download complete 21:42:23 05e7bc50f07f: Pull complete 21:42:23 6db28d0fdbf6: Pull complete 21:42:23 292df0bc6bf3: Pull complete 21:42:24 a3104fdc50d0: Verifying Checksum 21:42:24 a3104fdc50d0: Download complete 21:42:26 a3104fdc50d0: Pull complete 21:42:26 a8e67d69e12c: Pull complete 21:42:27 1ede2b221ee4: Pull complete 21:42:27 fc74c0d5b799: Pull complete 21:42:27 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 21:42:27 Status: Downloaded newer image for docker:latest 21:42:29 ---> 3cb7f64911fa 21:42:29 Step 6/7 : COPY go.mod . 21:42:29 ---> ca37ad4109c0 21:42:29 Step 7/7 : RUN go mod download 21:42:29 ---> Running in fb61facb9f76 21:42:51 Removing intermediate container fb61facb9f76 21:42:51 ---> 5699f1cbde2d 21:42:51 Successfully built 5699f1cbde2d 21:42:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:42:51 + docker inspect -f . ci-base-image-x86_64 21:42:51 . [Pipeline] withDockerContainer 21:42:51 prd-centos7-docker-4c-2g-16385 does not seem to be running inside a container 21:42:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 21:42:52 $ docker top 4e89b33d19b9023446caef773eea4a7c114a9c25a20a489c74c127e5a129fa8d -eo pid,comm [Pipeline] { [Pipeline] sh 21:42:53 + go version 21:42:53 go version go1.15.5 linux/amd64 [Pipeline] } 21:42:53 $ docker stop --time=1 4e89b33d19b9023446caef773eea4a7c114a9c25a20a489c74c127e5a129fa8d 21:42:54 $ docker rm -f 4e89b33d19b9023446caef773eea4a7c114a9c25a20a489c74c127e5a129fa8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:42:55 + docker inspect -f . ci-base-image-x86_64 21:42:55 . [Pipeline] withDockerContainer 21:42:55 prd-centos7-docker-4c-2g-16385 does not seem to be running inside a container 21:42:55 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 21:42:55 $ docker top 6091e71854b1c63aa7fd42979a1d7b0106275cec2fa7d3b474fa55a6d8e12dff -eo pid,comm [Pipeline] { [Pipeline] echo 21:42:56 ========================================================= 21:42:56 [edgeXBuildGoParallel] Running Tests and Build... 21:42:56 ========================================================= [Pipeline] sh 21:42:56 + make test 21:42:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:43:04 ? github.com/edgexfoundry/edgex-go [no test files] 21:43:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:43:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:43:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:43:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:43:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:43:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:43:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:43:27 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s 21:43:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:43:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:43:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:43:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:43:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:43:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:43:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements 21:43:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:43:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:43:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:43:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:43:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:43:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.158s coverage: 27.1% of statements 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:43:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:43:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:43:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.379s coverage: 71.3% of statements 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:43:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.109s coverage: 83.7% of statements 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:43:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:43:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.373s coverage: 28.6% of statements 21:43:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:43:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:43:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:43:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:43:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:43:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements 21:43:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:43:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements 21:43:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:43:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements 21:43:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:43:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements 21:43:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:43:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 21:43:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:43:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:43:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:43:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:43:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.286s coverage: 93.8% of statements 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:43:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:43:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:43:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:43:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 21:43:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:43:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements 21:43:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.093s coverage: 87.2% of statements 21:43:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.2% of statements 21:43:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.103s coverage: 91.4% of statements 21:43:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:43:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements 21:43:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:43:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:43:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 21:43:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 21:43:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements 21:43:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 21:43:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 21:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.323s coverage: 55.9% of statements 21:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.922s coverage: 86.3% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.042s coverage: 72.2% of statements 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.395s coverage: 72.1% of statements 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.060s coverage: 82.4% of statements 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.044s coverage: 48.4% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.314s coverage: 84.0% of statements 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.1% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.696s coverage: 29.1% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.068s coverage: 100.0% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:43:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 21:43:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 21:43:54 GO111MODULE=on go vet ./... 21:43:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16386 in /w/workspace/edgexfoundry_edgex-go_PR-2956 [Pipeline] { [Pipeline] ws 21:43:57 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 21:44:02 using credential edgex-jenkins-ssh 21:44:02 Cloning the remote Git repository 21:44:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:44:02 > git init /w/workspace/edgex-go/3 # timeout=10 21:44:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:44:02 > git --version # timeout=10 21:44:02 > git --version # 'git version 2.17.1' 21:44:02 using GIT_SSH to set credentials SSH Credentials for GitHub 21:44:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:44:16 gofmt -l . 21:44:16 [ "`gofmt -l .`" = "" ] 21:44:16 ./bin/test-go-mod-tidy.sh 21:44:17 ./bin/test-attribution-txt.sh [Pipeline] sh 21:44:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:44:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:44:19 + ls -al . 21:44:19 total 664 21:44:19 drwxrwxr-x 10 1001 1001 4096 Dec 16 21:44 . 21:44:19 drwxr-xr-x 4 root root 28 Dec 16 21:42 .. 21:44:19 -rw-rw-r-- 1 1001 1001 11 Dec 16 21:41 .dockerignore 21:44:19 drwxrwxr-x 8 1001 1001 179 Dec 16 21:41 .git 21:44:19 drwxrwxr-x 3 1001 1001 125 Dec 16 21:41 .github 21:44:19 -rw-rw-r-- 1 1001 1001 943 Dec 16 21:41 .gitignore 21:44:19 drwx------ 3 1001 1001 47 Dec 16 21:41 .semver 21:44:19 -rw-rw-r-- 1 1001 1001 166 Dec 16 21:41 .sonarcloud.properties 21:44:19 -rw-rw-r-- 1 1001 1001 3804 Dec 16 21:41 CONTRIBUTING.md 21:44:19 -rw-rw-r-- 1 1001 1001 1035 Dec 16 21:41 Dockerfile.build 21:44:19 -rw-rw-r-- 1 1001 1001 863 Dec 16 21:41 Jenkinsfile 21:44:19 -rw-rw-r-- 1 1001 1001 10775 Dec 16 21:41 LICENSE 21:44:19 -rw-rw-r-- 1 1001 1001 6318 Dec 16 21:41 Makefile 21:44:19 -rw-rw-r-- 1 1001 1001 6361 Dec 16 21:41 README.md 21:44:19 -rw-rw-r-- 1 1001 1001 7286 Dec 16 21:41 SECURITY.md 21:44:19 -rw-rw-r-- 1 1001 1001 5 Dec 16 21:41 VERSION 21:44:19 -rw-rw-r-- 1 1001 1001 4131 Dec 16 21:41 ZMQWindows.md 21:44:19 drwxrwxr-x 2 1001 1001 117 Dec 16 21:41 bin 21:44:19 drwxrwxr-x 15 1001 1001 4096 Dec 16 21:41 cmd 21:44:19 -rw-r--r-- 1 root root 567417 Dec 16 21:43 coverage.out 21:44:19 -rw-r--r-- 1 root root 979 Dec 16 21:44 go.mod 21:44:19 -rw-r--r-- 1 root root 18631 Dec 16 21:44 go.sum 21:44:19 drwxrwxr-x 8 1001 1001 127 Dec 16 21:41 internal 21:44:19 drwxrwxr-x 4 1001 1001 26 Dec 16 21:41 openapi 21:44:19 drwxrwxr-x 4 1001 1001 71 Dec 16 21:41 snap 21:44:19 -rw-rw-r-- 1 1001 1001 168 Dec 16 21:41 version.go [Pipeline] sh 21:44:19 + '[' -e coverage.out ] 21:44:19 + chown 1001:1001 coverage.out [Pipeline] stash 21:44:20 Stashed 1 file(s) [Pipeline] sh 21:44:20 + make build 21:44:20 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 21:44:20 Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 8825629fed540149d98780d83199692e7d178fa1 21:44:20 Merge succeeded, producing 8825629fed540149d98780d83199692e7d178fa1 21:44:20 Checking out Revision 8825629fed540149d98780d83199692e7d178fa1 (PR-2956) 21:44:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:44:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:44:19 using GIT_SSH to set credentials SSH Credentials for GitHub 21:44:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2956/head:refs/remotes/origin/PR-2956 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:44:20 > git config core.sparsecheckout # timeout=10 21:44:20 > git checkout -f 8825629fed540149d98780d83199692e7d178fa1 # timeout=10 21:44:20 > git remote # timeout=10 21:44:20 > git config --get remote.origin.url # timeout=10 21:44:20 using GIT_SSH to set credentials SSH Credentials for GitHub 21:44:20 > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 21:44:20 > git rev-parse HEAD^{commit} # timeout=10 21:44:20 > git config core.sparsecheckout # timeout=10 21:44:20 > git checkout -f 8825629fed540149d98780d83199692e7d178fa1 # timeout=10 21:44:23 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 21:44:25 Commit message: "feat: Remove deprecated Mongo code." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:44:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:44:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:44:28 + true 21:44:28 + sudo service docker restart 21:44:30 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:44:30 provisioning config files... 21:44:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7401170197663665628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:44:31 ---> docker-login.sh 21:44:31 nexus3.edgexfoundry.org:10001 21:44:31 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 21:44:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:32 Configure a credential helper to remove this warning. See 21:44:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:32 21:44:32 Login Succeeded 21:44:32 nexus3.edgexfoundry.org:10002 21:44:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:33 Configure a credential helper to remove this warning. See 21:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:33 21:44:33 Login Succeeded 21:44:33 nexus3.edgexfoundry.org:10003 21:44:33 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 21:44:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:33 Configure a credential helper to remove this warning. See 21:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:33 21:44:33 Login Succeeded 21:44:33 nexus3.edgexfoundry.org:10004 21:44:33 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 21:44:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:33 Configure a credential helper to remove this warning. See 21:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:33 21:44:33 Login Succeeded 21:44:33 docker.io 21:44:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:34 Configure a credential helper to remove this warning. See 21:44:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:34 21:44:34 Login Succeeded 21:44:34 ---> docker-login.sh ends [Pipeline] } 21:44:34 Deleting 1 temporary files [Pipeline] // wrap 21:44: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 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:44:35 ========================================================= 21:44:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:44:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:44:36 + 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 . 21:44:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:44:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:44:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:44:38 Sending build context to Docker daemon 165.6MB 21:44:38 Step 1/7 : ARG BASE=golang:1.15-alpine 21:44:38 Step 2/7 : FROM ${BASE} 21:44:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:44:38 5f621e34cdf4: Pulling fs layer 21:44:38 a4357932f1b6: Pulling fs layer 21:44:38 18c013af1878: Pulling fs layer 21:44:38 00ac8860ef70: Pulling fs layer 21:44:38 63d7cb157983: Pulling fs layer 21:44:38 b116817d02f9: Pulling fs layer 21:44:38 745a02a5169b: Pulling fs layer 21:44:38 00ac8860ef70: Waiting 21:44:38 63d7cb157983: Waiting 21:44:38 b116817d02f9: Waiting 21:44:38 745a02a5169b: Waiting 21:44:38 18c013af1878: Verifying Checksum 21:44:38 18c013af1878: Download complete 21:44:38 a4357932f1b6: Verifying Checksum 21:44:38 a4357932f1b6: Download complete 21:44:38 63d7cb157983: Download complete 21:44:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:44:39 5f621e34cdf4: Verifying Checksum 21:44:39 5f621e34cdf4: Download complete 21:44:39 b116817d02f9: Verifying Checksum 21:44:39 b116817d02f9: Download complete 21:44: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 21:44:40 5f621e34cdf4: Pull complete 21:44:40 a4357932f1b6: Pull complete 21:44:41 18c013af1878: Pull complete 21:44:41 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 21:44:41 745a02a5169b: Verifying Checksum 21:44:41 745a02a5169b: Download complete [Pipeline] } 21:44:42 $ docker stop --time=1 6091e71854b1c63aa7fd42979a1d7b0106275cec2fa7d3b474fa55a6d8e12dff 21:44:42 00ac8860ef70: Verifying Checksum 21:44:42 00ac8860ef70: Download complete 21:44:44 $ docker rm -f 6091e71854b1c63aa7fd42979a1d7b0106275cec2fa7d3b474fa55a6d8e12dff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:44:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:44:47 21:44:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:44:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:44:48 latest: Pulling from edgex-devops/edgex-compose 21:44:48 cbdbe7a5bc2a: Pulling fs layer 21:44:48 ca9280d653b3: Pulling fs layer 21:44:48 7e9c9ca2126c: Pulling fs layer 21:44:48 cbdbe7a5bc2a: Download complete 21:44:48 cbdbe7a5bc2a: Pull complete 21:44:48 ca9280d653b3: Verifying Checksum 21:44:48 ca9280d653b3: Download complete 21:44:49 7e9c9ca2126c: Verifying Checksum 21:44:49 7e9c9ca2126c: Download complete 21:44:49 ca9280d653b3: Pull complete 21:44:52 00ac8860ef70: Pull complete 21:44:53 63d7cb157983: Pull complete 21:44:53 b116817d02f9: Pull complete 21:44:57 745a02a5169b: Pull complete 21:44:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:44:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:44:57 ---> b7e6874047d6 21:44:57 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:44:58 7e9c9ca2126c: Pull complete 21:44:58 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:44:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:44:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:44:58 prd-centos7-docker-4c-2g-16385 does not seem to be running inside a container 21:44:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:45:00 $ docker top 15dfc0e9039eccc03dd0971dbb293d9e2b4707460dd822a4bad0746a993c1e81 -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:00 + docker-compose build --help 21:45:00 + grep parallel 21:45:01 ---> Running in c7ef66b3d12a 21:45:01 --parallel Build images in parallel. [Pipeline] } 21:45:01 $ docker stop --time=1 15dfc0e9039eccc03dd0971dbb293d9e2b4707460dd822a4bad0746a993c1e81 21:45:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:45:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:45:03 $ docker rm -f 15dfc0e9039eccc03dd0971dbb293d9e2b4707460dd822a4bad0746a993c1e81 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:45:03 (1/12) Installing libmagic (5.38-r0) 21:45:03 (2/12) Installing file (5.38-r0) 21:45:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:45:03 . [Pipeline] withDockerContainer 21:45:03 (3/12) Installing libc-dev (0.7.2-r3) 21:45:03 (4/12) Installing g++ (9.3.0-r2) 21:45:04 prd-centos7-docker-4c-2g-16385 does not seem to be running inside a container 21:45:04 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 21:45:04 $ docker top cf2e88ec9de59ccbd71f112a8b826a92233c2676421366bc4397d42072f34350 -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:05 + docker-compose -f ./docker-compose-build.yml build --parallel 21:45:06 Building docker-core-command-go ... 21:45:06 Building docker-core-data-go ... 21:45:06 Building docker-core-metadata-go ... 21:45:06 Building docker-security-bootstrap-redis-go ... 21:45:06 Building docker-security-proxy-setup-go ... 21:45:06 Building docker-security-secrets-setup-go ... 21:45:06 Building docker-security-secretstore-setup-go ... 21:45:06 Building docker-support-notifications-go ... 21:45:06 Building docker-support-scheduler-go ... 21:45:06 Building docker-sys-mgmt-agent-go ... 21:45:06 Building docker-core-data-go 21:45:06 Building docker-support-scheduler-go 21:45:06 Building docker-core-metadata-go 21:45:06 Building docker-security-bootstrap-redis-go 21:45:06 Building docker-security-secretstore-setup-go 21:45:07 (5/12) Installing fortify-headers (1.1-r0) 21:45:07 (6/12) Installing patch (2.7.6-r6) 21:45:07 (7/12) Installing build-base (0.5-r2) 21:45:07 (8/12) Installing libsodium (1.0.18-r0) 21:45:07 (9/12) Installing pkgconf (1.7.2-r0) 21:45:07 (10/12) Installing libsodium-dev (1.0.18-r0) 21:45:07 (11/12) Installing libzmq (4.3.3-r0) 21:45:07 (12/12) Installing zeromq-dev (4.3.3-r0) 21:45:07 Executing busybox-1.31.1-r19.trigger 21:45:07 OK: 217 MiB in 51 packages 21:45:11 Removing intermediate container c7ef66b3d12a 21:45:11 ---> 0c2e38048a94 21:45:11 Step 4/7 : WORKDIR /edgex-go 21:45:11 ---> Running in 06d1fdc833fe 21:45:12 Removing intermediate container 06d1fdc833fe 21:45:12 ---> 7ed859d06eb8 21:45:12 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:45:12 latest: Pulling from library/docker 21:45:12 a3cc7d3b244e: Pulling fs layer 21:45:12 02a3295e0d61: Pulling fs layer 21:45:12 0f4f2e6d8100: Pulling fs layer 21:45:12 065c9533d613: Pulling fs layer 21:45:12 9fce0df16b8b: Pulling fs layer 21:45:12 e3faa53604c1: Pulling fs layer 21:45:12 04b5adaa2053: Pulling fs layer 21:45:12 065c9533d613: Waiting 21:45:12 9fce0df16b8b: Waiting 21:45:12 04b5adaa2053: Waiting 21:45:12 e3faa53604c1: Waiting 21:45:12 0f4f2e6d8100: Download complete 21:45:13 02a3295e0d61: Verifying Checksum 21:45:13 02a3295e0d61: Download complete 21:45:13 a3cc7d3b244e: Verifying Checksum 21:45:13 a3cc7d3b244e: Download complete 21:45:13 9fce0df16b8b: Verifying Checksum 21:45:13 9fce0df16b8b: Download complete 21:45:13 e3faa53604c1: Verifying Checksum 21:45:13 e3faa53604c1: Download complete 21:45:13 04b5adaa2053: Download complete 21:45:13 a3cc7d3b244e: Pull complete 21:45:14 02a3295e0d61: Pull complete 21:45:14 065c9533d613: Verifying Checksum 21:45:14 065c9533d613: Download complete 21:45:14 0f4f2e6d8100: Pull complete 21:45:18 065c9533d613: Pull complete 21:45:18 9fce0df16b8b: Pull complete 21:45:18 e3faa53604c1: Pull complete 21:45:18 04b5adaa2053: Pull complete 21:45:19 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 21:45:19 Status: Downloaded newer image for docker:latest 21:45:22 ---> d9d5789c2631 21:45:22 Step 6/7 : COPY go.mod . 21:45:23 ---> 5dd1ed3244f3 21:45:23 Step 7/7 : RUN go mod download 21:45:23 ---> Running in 78b10699703a 21:45:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:45:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:45:38 ---> 5699f1cbde2d 21:45:38 Step 3/22 : WORKDIR /edgex-go 21:45:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:45:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:45:38 ---> 5699f1cbde2d 21:45:38 Step 3/21 : WORKDIR /edgex-go 21:45:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 21:45:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:45:38 ---> 5699f1cbde2d 21:45:38 Step 3/23 : WORKDIR /edgex-go 21:45:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:45:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:45:38 ---> 5699f1cbde2d 21:45:38 Step 3/22 : WORKDIR /edgex-go 21:45:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:45:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:45:38 ---> 5699f1cbde2d 21:45:38 Step 3/24 : WORKDIR /edgex-go 21:45:39 ---> Running in 65104d79074f 21:45:39 ---> Running in a4ee4195ef36 21:45:39 ---> Running in 22a8bebac361 21:45:39 ---> Running in 8b4ec9cb1a27 21:45:39 ---> Running in b62efb7ceb67 21:45:39 Removing intermediate container 8b4ec9cb1a27 21:45:39 ---> b99703e73530 21:45:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:45:39 Removing intermediate container 22a8bebac361 21:45:39 ---> 3e70c4074482 21:45:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:45:39 Removing intermediate container a4ee4195ef36 21:45:39 ---> 419488974e8b 21:45:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:45:39 Removing intermediate container 65104d79074f 21:45:39 ---> 4f1c114e6e44 21:45:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:45:39 Removing intermediate container b62efb7ceb67 21:45:39 ---> d247ccff49bb 21:45:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:45:39 ---> Running in 9e4a9ae83250 21:45:39 ---> Running in 361b23ccf012 21:45:39 ---> Running in 3512762b2177 21:45:39 ---> Running in 1ba191b2765d 21:45:39 ---> Running in 8282dcec70e2 21:45:41 Removing intermediate container 9e4a9ae83250 21:45:41 ---> 153f525dd587 21:45:41 Step 5/22 : RUN apk update && apk add make git 21:45:42 Removing intermediate container 361b23ccf012 21:45:42 ---> b93cbb2f9d75 21:45:42 Step 5/21 : RUN apk update && apk add make git 21:45:42 ---> Running in d56ea92d26e0 21:45:42 Removing intermediate container 3512762b2177 21:45:42 ---> cb8001086a77 21:45:42 Step 5/22 : RUN apk update && apk add make git 21:45:42 ---> Running in 4c9ddbb1d12d 21:45:42 ---> Running in 6131c6b70305 21:45:42 Removing intermediate container 1ba191b2765d 21:45:42 ---> 475a3685c309 21:45:42 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:45:42 Removing intermediate container 8282dcec70e2 21:45:42 ---> 5c12e01d2b91 21:45:42 Step 5/24 : RUN apk update && apk add make git 21:45:42 ---> Running in af39e050a971 21:45:42 ---> Running in db9dd7a55152 21:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:45:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:45:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:45:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:45:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:45:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:45:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:45:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:45:44 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:45:44 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:45:44 OK: 12750 distinct packages available 21:45:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:45:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:45:44 OK: 233 MiB in 51 packages 21:45:44 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:45:44 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:45:44 OK: 12750 distinct packages available 21:45:44 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:45:44 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:45:44 OK: 12750 distinct packages available 21:45:44 OK: 233 MiB in 51 packages 21:45:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:45:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:45:45 OK: 12750 distinct packages available 21:45:45 Removing intermediate container d56ea92d26e0 21:45:45 ---> 6710c8e0b5da 21:45:45 Step 6/22 : COPY go.mod . 21:45:45 OK: 233 MiB in 51 packages 21:45:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:45:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:45:45 OK: 12750 distinct packages available 21:45:45 OK: 233 MiB in 51 packages 21:45:45 OK: 233 MiB in 51 packages 21:45:45 ---> 2742b9bb4582 21:45:45 Step 7/22 : RUN go mod download 21:45:45 ---> Running in 7ba8d14c9792 21:45:45 Removing intermediate container 4c9ddbb1d12d 21:45:45 ---> 541bb9a521c4 21:45:45 Step 6/21 : COPY go.mod . 21:45:46 ---> 6bda1a0f1d8c 21:45:46 Step 7/21 : RUN go mod download 21:45:46 Removing intermediate container af39e050a971 21:45:46 ---> e5638225fb8e 21:45:46 Step 6/23 : COPY go.mod . 21:45:46 ---> Running in 10e3775c237e 21:45:46 Removing intermediate container db9dd7a55152 21:45:46 ---> 54de4eb75d04 21:45:46 Step 6/24 : COPY go.mod . 21:45:46 Removing intermediate container 6131c6b70305 21:45:46 ---> 39cbd9047217 21:45:46 Step 6/22 : COPY go.mod . 21:45:46 ---> 59e50c7fd58c 21:45:46 Step 7/23 : RUN go mod download 21:45:46 ---> 5a2e0afbaa0a 21:45:46 Step 7/24 : RUN go mod download 21:45:46 ---> Running in c0cab4b78968 21:45:46 ---> Running in 25276f59ff9b 21:45:46 ---> f0072a4a5105 21:45:46 Step 7/22 : RUN go mod download 21:45:47 ---> Running in ae7add3aec13 21:45:48 Removing intermediate container 10e3775c237e 21:45:48 ---> 0ac4b21221ed 21:45:48 Step 8/21 : COPY . . 21:45:48 Removing intermediate container 7ba8d14c9792 21:45:48 ---> 75f54798f5d8 21:45:48 Step 8/22 : COPY . . 21:45:50 Removing intermediate container 78b10699703a 21:45:50 ---> 5416c149ecc2 21:45:50 Successfully built 5416c149ecc2 21:45:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:45:50 + docker inspect -f . ci-base-image-arm64 21:45:50 . [Pipeline] withDockerContainer 21:45:50 prd-ubuntu18.04-docker-arm64-4c-16g-16386 does not seem to be running inside a container 21:45:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:45:52 $ docker top f784eec0715999b9d2d95fbd372a987277d763bfd8181ec4ddea408d4ec215f0 -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:53 + go version 21:45:53 go version go1.15.5 linux/arm64 [Pipeline] } 21:45:53 $ docker stop --time=1 f784eec0715999b9d2d95fbd372a987277d763bfd8181ec4ddea408d4ec215f0 21:45:55 $ docker rm -f f784eec0715999b9d2d95fbd372a987277d763bfd8181ec4ddea408d4ec215f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:45:56 Removing intermediate container c0cab4b78968 21:45:56 ---> ac78c4e61caa 21:45:56 Step 8/24 : COPY . . 21:45:56 + docker inspect -f . ci-base-image-arm64 21:45:56 . [Pipeline] withDockerContainer 21:45:56 prd-ubuntu18.04-docker-arm64-4c-16g-16386 does not seem to be running inside a container 21:45:56 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:45:58 $ docker top 8d9ebc55f6ac7f52df0102fdb815d922ba4eb23fbe58121d1e59f41e200a998d -eo pid,comm [Pipeline] { [Pipeline] echo 21:45:58 ========================================================= 21:45:58 [edgeXBuildGoParallel] Running Tests and Build... 21:45:58 ========================================================= [Pipeline] sh 21:45:59 + make test 21:45:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:46:00 Removing intermediate container ae7add3aec13 21:46:00 ---> e9d6ebe87876 21:46:00 Step 8/22 : COPY . . 21:46:00 Removing intermediate container 25276f59ff9b 21:46:00 ---> 56fc4122d89b 21:46:00 Step 8/23 : COPY . . 21:46:21 ? github.com/edgexfoundry/edgex-go [no test files] 21:46:27 ---> 267babf77b0f 21:46:27 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:46:27 ---> dbb0a0909729 21:46:27 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:46:28 ---> Running in 9f3519d4a4d0 21:46:28 ---> Running in 6b8b4a6b37ad 21:46:34 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 21:46: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 21:46:34 ---> 0c8992d149df 21:46:34 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:46:34 ---> 5ebd968d3bab 21:46:34 Step 9/23 : RUN make cmd/core-data/core-data 21:46:34 ---> 29aa04328fa4 21:46:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:46:34 ---> Running in 7512cb0f579d 21:46:34 ---> Running in a5352fac2c7b 21:46:34 ---> Running in d25b30429cb5 21:46:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:46:36 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 21:46:36 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 21:47:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:47: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 21:47:04 Removing intermediate container 9f3519d4a4d0 21:47:04 ---> 2401ba7f9dee 21:47:04 21:47:04 Step 10/21 : FROM scratch 21:47:04 ---> 21:47:04 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:47:05 ---> Running in 2a37d602647e 21:47:05 Removing intermediate container 2a37d602647e 21:47:05 ---> d4779dfa9f9b 21:47:05 Step 12/21 : ENV APP_PORT=48085 21:47:05 ---> Running in ce9f58291cfa 21:47:05 Removing intermediate container ce9f58291cfa 21:47:05 ---> 45247a45f8f4 21:47:05 Step 13/21 : EXPOSE $APP_PORT 21:47:06 ---> Running in 87da275cc6f3 21:47:07 Removing intermediate container 87da275cc6f3 21:47:07 ---> 70587296721c 21:47:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:47:07 Removing intermediate container 7512cb0f579d 21:47:07 ---> b835d7833246 21:47:07 21:47:07 Step 10/22 : FROM alpine:3.10 21:47:07 3.10: Pulling from library/alpine 21:47:07 ---> 8737cafe060f 21:47:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:47:08 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:47:08 Status: Downloaded newer image for alpine:3.10 21:47:08 ---> be4e4bea2c2e 21:47:08 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:47:12 ---> ef5c86162668 21:47:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:47:12 ---> Running in 5d12c1fbc392 21:47:13 Removing intermediate container d25b30429cb5 21:47:13 ---> 97c818395e1f 21:47:13 21:47:13 Step 10/24 : FROM alpine:3.10 21:47:13 ---> be4e4bea2c2e 21:47:13 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:47:13 Removing intermediate container 6b8b4a6b37ad 21:47:13 ---> 449284f9665c 21:47:13 21:47:13 Step 10/22 : FROM scratch 21:47:13 ---> 21:47:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:47:13 ---> Running in 9403765b2d8f 21:47:13 ---> Using cache 21:47:13 ---> d4779dfa9f9b 21:47:13 Step 12/22 : ENV APP_PORT=48081 21:47:13 ---> c6414ea15197 21:47:13 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:47:13 ---> Running in 15f804f2081e 21:47:13 ---> Running in 33f0ddd263d1 21:47:13 Removing intermediate container 15f804f2081e 21:47:13 ---> ea61c13f44df 21:47:13 Step 13/22 : EXPOSE $APP_PORT 21:47:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 21:47:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 21:47:14 ---> Running in e62b6871937e 21:47:14 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:47:14 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:47:14 OK: 10350 distinct packages available 21:47:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 21:47:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 21:47:14 (1/5) Installing ca-certificates (20191127-r2) 21:47:14 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:47:14 (3/5) Installing libcurl (7.66.0-r3) 21:47:14 (4/5) Installing curl (7.66.0-r3) 21:47:14 (5/5) Installing dumb-init (1.2.2-r1) 21:47:14 Executing busybox-1.30.1-r3.trigger 21:47:14 Executing ca-certificates-20191127-r2.trigger 21:47:14 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:47:14 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:47:14 OK: 10350 distinct packages available 21:47:14 OK: 7 MiB in 19 packages 21:47:14 (1/5) Installing ca-certificates (20191127-r2) 21:47:14 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:47:14 (3/5) Installing libcurl (7.66.0-r3) 21:47:14 (4/5) Installing curl (7.66.0-r3) 21:47:14 (5/5) Installing dumb-init (1.2.2-r1) 21:47:14 Executing busybox-1.30.1-r3.trigger 21:47:14 Executing ca-certificates-20191127-r2.trigger 21:47:14 OK: 7 MiB in 19 packages 21:47:14 Removing intermediate container 33f0ddd263d1 21:47:14 ---> deedcf43c19d 21:47:14 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:47:16 Removing intermediate container e62b6871937e 21:47:16 ---> 575dc364fd21 21:47:16 Step 14/22 : WORKDIR / 21:47:16 ---> Running in 1200c9f31c02 21:47:16 Removing intermediate container a5352fac2c7b 21:47:16 ---> c9b31b364196 21:47:16 21:47:16 Step 10/23 : FROM alpine 21:47:16 latest: Pulling from library/alpine 21:47:16 ---> Running in a4a888633e29 21:47:17 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 21:47:18 Status: Downloaded newer image for alpine:latest 21:47:18 Removing intermediate container 1200c9f31c02 21:47:18 ---> 8c7ff128c875 21:47:18 Step 19/21 : LABEL arch=x86_64 21:47:18 ---> b14afc6dfb98 21:47:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:47:18 Removing intermediate container 5d12c1fbc392 21:47:18 ---> 953465bec631 21:47:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:47:18 Removing intermediate container a4a888633e29 21:47:18 ---> a4e91a1a5b36 21:47:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:47:18 Removing intermediate container 9403765b2d8f 21:47:18 ---> 0d5ffc8e07e5 21:47:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:47:18 ---> Running in 296ff001af1f 21:47:18 ---> Running in a8275cf6a9b5 21:47:18 ---> Running in 8058fe257d60 21:47:18 ---> Running in 5ed55df667a2 21:47:18 ---> 5810d0b7feb2 21:47:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:47:18 Removing intermediate container 296ff001af1f 21:47:18 ---> 4a0e40590726 21:47:18 Step 20/21 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:47:19 Removing intermediate container a8275cf6a9b5 21:47:19 ---> ae2f0b53d0a9 21:47:19 Step 12/23 : ENV APP_PORT=48080 21:47:19 Removing intermediate container 5ed55df667a2 21:47:19 ---> aeb64a494ba9 21:47:19 Step 13/24 : WORKDIR / 21:47:19 Removing intermediate container 8058fe257d60 21:47:19 ---> 76019b55af44 21:47:19 Step 13/22 : WORKDIR / 21:47:20 ---> Running in 6ae075e51980 21:47:20 ---> Running in defed07ec32a 21:47:20 ---> Running in 8abda5416040 21:47:20 ---> Running in 3e32fbc5c884 21:47:20 ---> 149dc826bf93 21:47:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:47:20 Removing intermediate container 6ae075e51980 21:47:20 ---> c6fe029a664f 21:47:20 Step 21/21 : LABEL version=0.0.0 21:47:20 Removing intermediate container defed07ec32a 21:47:20 ---> f5714ea3c4ef 21:47:20 Step 13/23 : EXPOSE $APP_PORT 21:47:20 Removing intermediate container 8abda5416040 21:47:20 ---> 96f1615c4269 21:47:20 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:47:20 ---> Running in ee0118ba7373 21:47:20 Removing intermediate container 3e32fbc5c884 21:47:20 ---> 45ba9300795f 21:47:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:47:20 ---> Running in 350dc8b884cd 21:47:20 ---> 56affe91aa40 21:47:20 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:47:20 ---> Running in 7dd18f78f689 21:47:20 Removing intermediate container ee0118ba7373 21:47:20 ---> e76c4880013c 21:47:20 21:47:20 ---> 3f5dac78e93a 21:47:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:47:20 Removing intermediate container 350dc8b884cd 21:47:20 ---> 05fb3851adf1 21:47:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:47:21 ---> a640380406e8 21:47:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:47:21 Removing intermediate container 7dd18f78f689 21:47:21 ---> e0edf7d4035e 21:47:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:47:21 ---> Running in 1bbb92ddfe28 21:47:21 Successfully built e76c4880013c 21:47:21 Successfully tagged docker-support-scheduler-go:latest 21:47:21 ---> Running in 9e9ee3f52ac0 21:47:21 Building docker-support-notifications-go 21:47:21  Building docker-support-scheduler-go ... done  ---> 4b49aa989732 21:47:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:47:21 Removing intermediate container 9e9ee3f52ac0 21:47:21 ---> eb0e704561c3 21:47:21 Step 20/22 : LABEL arch=x86_64 21:47:21 ---> 0d2987a8ee69 21:47:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:47:21 ---> Running in 43ee1bb26312 21:47:22 ---> 5f4f9f6a81b7 21:47:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:47:22 Removing intermediate container 43ee1bb26312 21:47:22 ---> 4a8649ff4b26 21:47:22 Step 21/22 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:47:22 ---> Running in 67acea6e4d85 21:47:22 ---> c9913207c01f 21:47:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:47:22 Removing intermediate container 67acea6e4d85 21:47:22 ---> 390b9640eea8 21:47:22 Step 22/22 : LABEL version=0.0.0 21:47:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:47:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:47:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:47:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:47:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:47:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:47:23 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.080s 21:47:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:47:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:47:23 ---> 5db552f27406 21:47:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:47:23 ---> fc659dba7b69 21:47:23 Step 18/22 : RUN chmod +x entrypoint.sh 21:47:23 ---> Running in a9eb7755f5b9 21:47:23 ---> Running in 64606f0f3574 21:47:23 Removing intermediate container 1bbb92ddfe28 21:47:23 ---> 720d2f38b746 21:47:23 Step 15/23 : RUN apk --no-cache add zeromq 21:47:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:47:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:47:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:47:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:47:25 ---> Running in 138ddf5b4940 21:47:25 Removing intermediate container a9eb7755f5b9 21:47:25 ---> e7a49d8d3b16 21:47:25 21:47:26 Successfully built e7a49d8d3b16 21:47:26 Successfully tagged docker-core-metadata-go:latest 21:47:26 Building docker-sys-mgmt-agent-go 21:47:26  Building docker-core-metadata-go ... done  ---> 146c4504a5f2 21:47:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:47:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:47:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:47:28 (1/5) Installing libgcc (9.3.0-r2) 21:47:28 (2/5) Installing libsodium (1.0.18-r0) 21:47:28 (3/5) Installing libstdc++ (9.3.0-r2) 21:47:28 ---> abebf3fd452f 21:47:28 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:47:29 (4/5) Installing libzmq (4.3.3-r0) 21:47:29 (5/5) Installing zeromq (4.3.3-r0) 21:47:29 Executing busybox-1.31.1-r19.trigger 21:47:30 OK: 8 MiB in 19 packages 21:47:31 ---> Running in 712aa6442526 21:47:31 Removing intermediate container 64606f0f3574 21:47:31 ---> c038e16fbc0e 21:47:31 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:47:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.237s coverage: 46.6% of statements 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:47:33 ---> Running in d73ae7136559 21:47:34 Removing intermediate container 138ddf5b4940 21:47:34 ---> 7bc407f572ce 21:47:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:47:34 Removing intermediate container d73ae7136559 21:47:34 ---> 062f0d523ffb 21:47:34 Step 20/22 : LABEL arch=x86_64 21:47:34 ---> Running in 56fed15516fd 21:47:35 ---> 89ceca01cdea 21:47:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:47:36 Removing intermediate container 56fed15516fd 21:47:36 ---> 8f30e02329ca 21:47:36 Step 21/22 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:47:38 ---> Running in fe71202b3544 21:47:38 Removing intermediate container 712aa6442526 21:47:38 ---> d8fc94dc3b24 21:47:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:47:39 ---> 24cd58355366 21:47:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:47:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:47:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:47:39 ---> 5699f1cbde2d 21:47:39 Step 3/24 : WORKDIR /edgex-go 21:47:39 ---> Using cache 21:47:39 ---> d247ccff49bb 21:47:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:47:39 ---> Using cache 21:47:39 ---> 5c12e01d2b91 21:47:39 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 21:47:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.533s coverage: 27.1% of statements 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:47:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:47:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:47:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.289s coverage: 70.5% of statements 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:47:39 ---> Running in 906ac890842b 21:47:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.604s coverage: 83.7% of statements 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:47:40 Removing intermediate container fe71202b3544 21:47:40 ---> 0065ca9fe9c0 21:47:40 Step 22/22 : LABEL version=0.0.0 21:47:40 ---> Running in 613cf387f776 21:47:40 ---> bdb1c006498c 21:47:40 Step 19/23 : ENTRYPOINT ["/core-data"] 21:47:40 ---> Running in 47c8d65acdb6 21:47:40 Removing intermediate container 906ac890842b 21:47:40 ---> d0e3f145d495 21:47:40 Step 22/24 : LABEL arch=x86_64 21:47:41 ---> Running in 2b578715ed9b 21:47:41 ---> Running in d2a465ff33d7 21:47:41 Removing intermediate container 47c8d65acdb6 21:47:41 ---> 568b0cade8d0 21:47:41 21:47:41 Successfully built 568b0cade8d0 21:47:42 Successfully tagged docker-security-bootstrap-redis-go:latest 21:47:42  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go 21:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:47:42 Removing intermediate container 2b578715ed9b 21:47:42 ---> 5a9abe794b7f 21:47:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:47:43 Removing intermediate container d2a465ff33d7 21:47:43 ---> 453debc7027c 21:47:43 Step 23/24 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:47:43 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:47:43 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:47:43 OK: 12750 distinct packages available 21:47:43 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 21:47:43 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:47:43 ---> 5699f1cbde2d 21:47:43 Step 3/27 : WORKDIR /edgex-go 21:47:43 ---> Using cache 21:47:43 ---> d247ccff49bb 21:47:43 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:47:43 ---> Using cache 21:47:43 ---> 5c12e01d2b91 21:47:43 Step 5/27 : RUN apk update && apk add make bash git 21:47:43 OK: 233 MiB in 51 packages 21:47:45 ---> Running in fa4997fb92f6 21:47:45 ---> Running in 1b2f85e0b63f 21:47:45 ---> Running in 083e02a99de9 21:47:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.120s coverage: 28.6% of statements 21:47:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:47:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:47:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:47:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:47:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:47:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements 21:47:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:47:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 21:47:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:47:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.302s coverage: 86.7% of statements 21:47:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:47:48 Removing intermediate container 083e02a99de9 21:47:48 ---> d4e4a9e21cf1 21:47:48 Step 24/24 : LABEL version=0.0.0 21:47:48 Removing intermediate container fa4997fb92f6 21:47:48 ---> 8e26d9caebd2 21:47:48 Step 21/23 : LABEL arch=x86_64 21:47:48 ---> Running in 6cfc48225ac8 21:47:48 ---> Running in a299489d6172 21:47:48 Removing intermediate container 613cf387f776 21:47:48 ---> a859e9f982db 21:47:48 Step 6/24 : COPY go.mod . 21:47:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:47:49 ---> b4d1f759d0a6 21:47:49 Step 7/24 : RUN go mod download 21:47:49 Removing intermediate container a299489d6172 21:47:49 ---> 099e7521a9f1 21:47:49 Step 22/23 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:47:49 Removing intermediate container 6cfc48225ac8 21:47:49 ---> b07315ff7008 21:47:49 21:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:47:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.380s coverage: 97.5% of statements 21:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:47:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.162s coverage: 78.3% of statements 21:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:47:50 Successfully built b07315ff7008 21:47:50 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:47:50 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:47:50 OK: 12750 distinct packages available 21:47:50 ---> Running in e979696afbb5 21:47:50 Successfully tagged docker-security-secretstore-setup-go:latest 21:47:50 Building docker-core-command-go 21:47:50  Building docker-security-secretstore-setup-go ... done  ---> Running in 3e977913d715 21:47:50 OK: 233 MiB in 51 packages 21:47:51 Removing intermediate container 3e977913d715 21:47:51 ---> 71600ff42323 21:47:51 Step 23/23 : LABEL version=0.0.0 21:47:52 ---> Running in 99f5e87e6234 21:47:53 Removing intermediate container 99f5e87e6234 21:47:53 ---> 6e245f09c570 21:47:53 21:47:53 Removing intermediate container 1b2f85e0b63f 21:47:53 ---> 73a6d9ea4ed7 21:47:53 Step 6/27 : COPY go.mod . 21:47:53 Successfully built 6e245f09c570 21:47:53 Successfully tagged docker-core-data-go:latest 21:47:53  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 21:47:54 ---> 035459e49469 21:47:54 Step 7/27 : RUN go mod download 21:47:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.065s coverage: 93.8% of statements 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:47:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:47:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.190s coverage: 0.1% of statements 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:47:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:47:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.150s coverage: 75.5% of statements 21:47:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:47:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements 21:47:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.159s coverage: 87.2% of statements 21:47:55 ---> Running in dce2e445fc7a 21:47:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements 21:47:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements 21:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:47:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:47:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:47:58 ---> 5699f1cbde2d 21:47:58 Step 3/21 : WORKDIR /edgex-go 21:47:58 ---> Using cache 21:47:58 ---> d247ccff49bb 21:47:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:47:58 ---> Using cache 21:47:58 ---> 5c12e01d2b91 21:47:58 Step 5/21 : RUN apk update && apk add make git 21:47:58 ---> Using cache 21:47:58 ---> 54de4eb75d04 21:47:58 Step 6/21 : COPY go.mod . 21:47:58 ---> Using cache 21:47:58 ---> 5a2e0afbaa0a 21:47:58 Step 7/21 : RUN go mod download 21:47:58 ---> Using cache 21:47:58 ---> ac78c4e61caa 21:47:58 Step 8/21 : COPY . . 21:47:59 ---> Using cache 21:47:59 ---> 29aa04328fa4 21:47:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:48:00 ---> Running in 5bcdb5226198 21:48:00 Removing intermediate container e979696afbb5 21:48:00 ---> adedf3fcf325 21:48:00 Step 8/24 : COPY . . 21:48:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.559s coverage: 63.5% of statements 21:48:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:48:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:48:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements 21:48:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements 21:48:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 21:48:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.121s coverage: 73.7% of statements 21:48: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 21:48:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 21:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.842s coverage: 55.9% of statements 21:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 21:48:07 Removing intermediate container dce2e445fc7a 21:48:07 ---> f0ba6d5107fd 21:48:07 Step 8/27 : COPY . . 21:48:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:48:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:48:15 ---> 5699f1cbde2d 21:48:15 Step 3/22 : WORKDIR /edgex-go 21:48:15 ---> Using cache 21:48:15 ---> d247ccff49bb 21:48:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:48:15 ---> Using cache 21:48:15 ---> 5c12e01d2b91 21:48:15 Step 5/22 : RUN apk update && apk add make git 21:48:15 ---> Using cache 21:48:15 ---> 54de4eb75d04 21:48:15 Step 6/22 : COPY go.mod . 21:48:15 ---> Using cache 21:48:15 ---> 5a2e0afbaa0a 21:48:15 Step 7/22 : RUN go mod download 21:48:15 ---> Using cache 21:48:15 ---> ac78c4e61caa 21:48:15 Step 8/22 : COPY . . 21:48:15 ---> Using cache 21:48:15 ---> 29aa04328fa4 21:48:15 Step 9/22 : RUN make cmd/core-command/core-command 21:48:18 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 21:48:18 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:48:18 ---> 5699f1cbde2d 21:48:18 Step 3/29 : WORKDIR /edgex-go 21:48:18 ---> Using cache 21:48:18 ---> d247ccff49bb 21:48:18 Step 4/29 : RUN apk update && apk add make git 21:48:22 ---> Running in a95ef039ca4c 21:48:22 ---> Running in 98711987589c 21:48:26 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 21:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:48:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:48:28 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:48:28 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:48:28 OK: 12750 distinct packages available 21:48:29 OK: 233 MiB in 51 packages 21:48:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.777s coverage: 86.3% of statements 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 21:48:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.231s coverage: 72.2% of statements 21:48:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.496s coverage: 72.1% of statements 21:48:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.086s coverage: 82.4% of statements 21:48:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.072s coverage: 48.4% of statements 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 21:48:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.056s coverage: 28.8% of statements 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 21:48:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.080s coverage: 96.8% of statements 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 21:48:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.386s coverage: 37.0% of statements 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:48:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.441s coverage: 84.0% of statements 21:48:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements 21:48:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.343s coverage: 47.1% of statements 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:48:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.138s coverage: 100.0% of statements 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:48:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements 21:48:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:48:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.026s coverage: 29.1% of statements 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.081s coverage: 100.0% of statements 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:48:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:48:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.100s coverage: 100.0% of statements 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:48:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.077s coverage: 87.9% of statements 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:48:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements 21:48:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 21:48:32 Removing intermediate container 98711987589c 21:48:32 ---> 7c30d93e03c2 21:48:32 Step 5/29 : COPY go.mod . 21:48:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 21:48:32 ---> 7814b9def9ae 21:48:32 Step 6/29 : RUN go mod download 21:48:33 GO111MODULE=on go vet ./... 21:48:33 ---> Running in 2d91867e96cb 21:48:40 Removing intermediate container 2d91867e96cb 21:48:40 ---> a6272f6ea871 21:48:40 Step 7/29 : COPY . . 21:48:40 ---> c8007e7998d3 21:48:40 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:48:40 ---> 24eb69be6696 21:48:40 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:48:42 ---> Running in 71b1d31500a5 21:48:42 ---> Running in dafb827f792d 21:48:47 Removing intermediate container 5bcdb5226198 21:48:47 ---> 61365e0c1848 21:48:47 21:48:47 Step 10/21 : FROM alpine 21:48:47 ---> b14afc6dfb98 21:48:47 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:48:48 ---> Running in 772c0ac757cc 21:48:48 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 21:48:48 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 21:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:48:50 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:48:50 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:48:50 OK: 12747 distinct packages available 21:48:50 (1/4) Installing ca-certificates (20191127-r4) 21:48:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:48:50 (3/4) Installing libcurl (7.69.1-r3) 21:48:51 (4/4) Installing curl (7.69.1-r3) 21:48:51 Executing busybox-1.31.1-r19.trigger 21:48:51 Executing ca-certificates-20191127-r4.trigger 21:48:51 OK: 7 MiB in 18 packages 21:48:58 Removing intermediate container a95ef039ca4c 21:48:58 ---> e5d3d6596e85 21:48:58 21:48:58 Step 10/22 : FROM scratch 21:48:58 ---> 21:48:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:49:00 ---> Using cache 21:49:00 ---> d4779dfa9f9b 21:49:00 Step 12/22 : ENV APP_PORT=48082 21:49:01 Removing intermediate container 772c0ac757cc 21:49:01 ---> 1a357c9c960e 21:49:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:49:02 ---> Running in 832afe9ad7a4 21:49:02 ---> Running in fbf751e017e2 21:49:03 Removing intermediate container 832afe9ad7a4 21:49:03 ---> be19b08a51a9 21:49:03 Step 13/22 : EXPOSE $APP_PORT 21:49:03 ---> 1954ae226fc0 21:49:03 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:49:03 ---> Running in 9f6d72f960ca 21:49:03 Removing intermediate container fbf751e017e2 21:49:03 ---> fae8d693bbd4 21:49:03 Step 13/21 : WORKDIR /edgex 21:49:04 ---> Running in d6ab94d14f06 21:49:04 ---> Running in ea7d5ffa0fc3 21:49:04 Removing intermediate container 9f6d72f960ca 21:49:04 ---> 99399ca652c0 21:49:04 Step 14/22 : WORKDIR / 21:49:04 ---> Running in f6502c70a8ec 21:49:04 Removing intermediate container ea7d5ffa0fc3 21:49:04 ---> ef2f50c1b12d 21:49:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:49:05 Removing intermediate container f6502c70a8ec 21:49:05 ---> d604f84cdb64 21:49:05 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:49:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:49:05 ---> 41722b3d9793 21:49:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:49:05 ---> 891049e19133 21:49:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:49:07 ---> 480037acb0fe 21:49:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:49:07 ---> daebdedb9a49 21:49:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:49:07 ---> 96b902d85a84 21:49:07 Step 18/22 : ENTRYPOINT ["/core-command"] 21:49:08 ---> 9380ec4fe9a9 21:49:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:49:08 ---> Running in f7759eef5c1e 21:49:08 ---> Running in 7d0e354b0fae 21:49:08 Removing intermediate container f7759eef5c1e 21:49:08 ---> 86336fa113e4 21:49:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:49:08 Removing intermediate container 7d0e354b0fae 21:49:08 ---> 1e4fd7f9186c 21:49:08 Step 18/21 : CMD ["--init=true"] 21:49:08 ---> Running in b0429eedb48f 21:49:08 ---> Running in 80b7a7ee9f7b 21:49:08 Removing intermediate container b0429eedb48f 21:49:08 ---> 305231c218af 21:49:08 Step 19/21 : LABEL arch=x86_64 21:49:08 Removing intermediate container 80b7a7ee9f7b 21:49:08 ---> ab63d3df29ef 21:49:08 Step 20/22 : LABEL arch=x86_64 21:49:08 ---> Running in a8d211f74bcf 21:49:08 ---> Running in 21dd173a0f49 21:49:09 Removing intermediate container a8d211f74bcf 21:49:09 ---> d395a259aa89 21:49:09 Step 20/21 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:49:10 Removing intermediate container 21dd173a0f49 21:49:10 ---> 2898140e4bc2 21:49:10 Step 21/22 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:49:10 ---> Running in 64aa5a2813a8 21:49:10 ---> Running in c51b2c902ab8 21:49:10 Removing intermediate container 64aa5a2813a8 21:49:10 ---> d5322eb7e593 21:49:10 Step 21/21 : LABEL version=0.0.0 21:49:10 ---> Running in 58c1a1fd5f5e 21:49:11 Removing intermediate container c51b2c902ab8 21:49:11 ---> 925b520c6a8f 21:49:11 Step 22/22 : LABEL version=0.0.0 21:49:11 Removing intermediate container 58c1a1fd5f5e 21:49:11 ---> fe3250397068 21:49:11 21:49:13 Successfully built fe3250397068 21:49:13 Successfully tagged docker-security-proxy-setup-go:latest 21:49:13 ---> Running in fb16d9acf617 21:49:14  Building docker-security-proxy-setup-go ... done Removing intermediate container fb16d9acf617 21:49:14 ---> 60839dda8025 21:49:14 21:49:14 Removing intermediate container 71b1d31500a5 21:49:14 ---> bd12e709c2eb 21:49:14 21:49:14 Step 10/24 : FROM scratch 21:49:14 ---> 21:49:14 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:49:14 Removing intermediate container dafb827f792d 21:49:14 ---> 3ed48082208e 21:49:14 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:49:14 ---> Running in d551c457958d 21:49:14 ---> Running in a359e3095ab3 21:49:14 Successfully built 60839dda8025 21:49:14 Successfully tagged docker-core-command-go:latest 21:49:15  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:49:15 Removing intermediate container a359e3095ab3 21:49:15 ---> be1eda4dff5f 21:49:15 Step 12/24 : ENV APP_PORT=48060 21:49:15 ---> Running in bc723e1af951 21:49:15 Removing intermediate container bc723e1af951 21:49:15 ---> 05e417793f0c 21:49:15 Step 13/24 : EXPOSE $APP_PORT 21:49:15 ---> Running in ef5ac194c17b 21:49:15 Removing intermediate container ef5ac194c17b 21:49:15 ---> 3a7d59e5dd85 21:49:15 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:49:15 ---> 68beb5beb21c 21:49:15 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:49:16 Removing intermediate container d551c457958d 21:49:16 ---> b2262fc1088a 21:49:16 21:49:16 Step 11/27 : FROM docker:latest 21:49:16 ---> 0c995d0d3006 21:49:16 Step 12/27 : RUN apk add --no-cache bash 21:49:17 ---> Running in 4c330785b19c 21:49:18 ---> 7987f49a584c 21:49:18 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:49:18 ---> 2a95cca9e269 21:49:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:18 ---> f9d311da6acb 21:49:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:49:18 (1/2) Installing readline (8.0.4-r0) 21:49:18 (2/2) Installing bash (5.0.17-r0) 21:49:19 Executing bash-5.0.17-r0.post-install 21:49:19 Executing busybox-1.31.1-r19.trigger 21:49:19 OK: 12 MiB in 22 packages 21:49:21 ---> a7eceb260d1b 21:49:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:49:22 Removing intermediate container 4c330785b19c 21:49:22 ---> 87e5cb5844b4 21:49:22 Step 13/27 : RUN rm -rf /var/cache/apk/* 21:49:22 Removing intermediate container d6ab94d14f06 21:49:22 ---> 80a5f05c8e5f 21:49:22 21:49:22 Step 9/29 : FROM alpine:latest 21:49:22 ---> b14afc6dfb98 21:49:22 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:49:22 ---> Running in 4e599daad616 21:49:22 ---> Running in c73f9ea3798a 21:49:22 ---> 74c3b9b429da 21:49:22 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:49:22 ---> Running in 339f7ed55dc5 21:49:22 Removing intermediate container c73f9ea3798a 21:49:22 ---> 4628e7c8a982 21:49:22 Step 11/29 : USER root 21:49:22 ---> Running in 00e8f11e33fe 21:49:22 Removing intermediate container 339f7ed55dc5 21:49:22 ---> 8d3642c4484e 21:49:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:49:22 ---> Running in 47a849557edf 21:49:22 Removing intermediate container 00e8f11e33fe 21:49:22 ---> 6e8fce20df25 21:49:22 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:49:23 ---> Running in 2c9a340aec65 21:49:23 Removing intermediate container 47a849557edf 21:49:23 ---> e9bde1156a74 21:49:23 Step 22/24 : LABEL arch=x86_64 21:49:23 ---> Running in 61a7792471e8 21:49:23 Removing intermediate container 4e599daad616 21:49:23 ---> ba77f078d0b5 21:49:23 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:49:23 Removing intermediate container 61a7792471e8 21:49:23 ---> 0a105bf376f9 21:49:23 Step 23/24 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:49:23 ---> Running in 0b5fe34b3604 21:49:23 ---> Running in ea50b28a8c01 21:49:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:23 Removing intermediate container 0b5fe34b3604 21:49:23 ---> 70956d29eb9e 21:49:23 Step 15/27 : ENV APP_PORT=48090 21:49:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:23 ---> Running in 45b47e44e467 21:49:23 Removing intermediate container ea50b28a8c01 21:49:23 ---> 92773bb5e6c9 21:49:23 Step 24/24 : LABEL version=0.0.0 21:49:24 ---> Running in 4db42d8bc648 21:49:24 Removing intermediate container 45b47e44e467 21:49:24 ---> ae2fb5b9f73f 21:49:24 Step 16/27 : EXPOSE $APP_PORT 21:49:24 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:49:24 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:49:24 OK: 12747 distinct packages available 21:49:24 ---> Running in 362b8fc099bc 21:49:24 Removing intermediate container 4db42d8bc648 21:49:24 ---> 437c30ced45a 21:49:24 21:49:24 (1/2) Installing ca-certificates (20191127-r4) 21:49:24 (2/2) Installing dumb-init (1.2.2-r1) 21:49:24 Executing busybox-1.31.1-r19.trigger 21:49:24 Executing ca-certificates-20191127-r4.trigger 21:49:24 Successfully built 437c30ced45a 21:49:24 OK: 6 MiB in 16 packages 21:49:24 Successfully tagged docker-support-notifications-go:latest 21:49:24  Building docker-support-notifications-go ... done Removing intermediate container 362b8fc099bc 21:49:24 ---> 21a26b6a31a7 21:49:24 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:49:25 Removing intermediate container 2c9a340aec65 21:49:25 ---> 3050c2f076e8 21:49:25 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:49:25 ---> 185ebbf5ac37 21:49:25 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:49:25 ---> Running in 07b740a867c7 21:49:25 Removing intermediate container 07b740a867c7 21:49:25 ---> 9a359f1fbff0 21:49:25 Step 14/29 : WORKDIR $BASE_DIR 21:49:25 ---> Running in 30a0fc351abe 21:49:25 ---> 52f33ee6e0f9 21:49:25 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:49:26 Removing intermediate container 30a0fc351abe 21:49:26 ---> 8a0a08b51aac 21:49:26 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:49:26 ---> Running in 427685a41912 21:49:26 ---> cbe6f7e1f772 21:49:26 Step 20/27 : RUN apk --no-cache add py3-pip 21:49:26 ---> Running in 0fc2af1be5e8 21:49:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:27 (1/33) Installing libbz2 (1.0.8-r1) 21:49:27 (2/33) Installing expat (2.2.9-r1) 21:49:27 (3/33) Installing libffi (3.3-r2) 21:49:27 Removing intermediate container 427685a41912 21:49:27 ---> 101dbccb3e85 21:49:27 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:49:27 (4/33) Installing gdbm (1.13-r1) 21:49:27 (5/33) Installing xz-libs (5.2.5-r0) 21:49:27 (6/33) Installing sqlite-libs (3.32.1-r0) 21:49:27 (7/33) Installing python3 (3.8.5-r0) 21:49:31 ---> e4fc21aeedf9 21:49:31 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:49:31 (8/33) Installing py3-appdirs (1.4.4-r1) 21:49:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:49:31 (10/33) Installing py3-parsing (2.4.7-r0) 21:49:31 (11/33) Installing py3-six (1.15.0-r0) 21:49:31 (12/33) Installing py3-packaging (20.4-r0) 21:49:31 (13/33) Installing py3-setuptools (47.0.0-r0) 21:49:31 (14/33) Installing py3-chardet (3.0.4-r4) 21:49:31 (15/33) Installing py3-idna (2.9-r0) 21:49:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:49:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:49:32 (18/33) Installing py3-requests (2.23.0-r0) 21:49:32 (19/33) Installing py3-msgpack (1.0.0-r0) 21:49:32 (20/33) Installing py3-lockfile (0.12.2-r3) 21:49:32 ---> 6ef2050f27cf 21:49:32 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:49:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:49:32 (22/33) Installing py3-colorama (0.4.3-r0) 21:49:32 (23/33) Installing py3-distlib (0.3.0-r0) 21:49:32 (24/33) Installing py3-distro (1.5.0-r1) 21:49:32 (25/33) Installing py3-webencodings (0.5.1-r3) 21:49:32 (26/33) Installing py3-html5lib (1.0.1-r4) 21:49:32 (27/33) Installing py3-pytoml (0.1.21-r0) 21:49:32 (28/33) Installing py3-pep517 (0.8.2-r0) 21:49:32 (29/33) Installing py3-progress (1.5-r0) 21:49:32 (30/33) Installing py3-toml (0.10.1-r0) 21:49:32 (31/33) Installing py3-retrying (1.3.3-r0) 21:49:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:49:33 (33/33) Installing py3-pip (20.1.1-r0) 21:49:33 ---> 195c9ccc5d78 21:49:33 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:49:33 Executing busybox-1.31.1-r19.trigger 21:49:33 OK: 71 MiB in 55 packages 21:49:34 ---> aab02161ed31 21:49:34 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:49:34 ---> 09d6cd901d40 21:49:34 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:49:35 ---> Running in b0144f52e59a 21:49:39 Removing intermediate container 0fc2af1be5e8 21:49:39 ---> df33ecaa55ad 21:49:39 Step 21/27 : RUN pip install docker-compose==1.23.2 21:49:39 ---> Running in bebb6365147a 21:49:39 Removing intermediate container b0144f52e59a 21:49:39 ---> 2660625c20ef 21:49:39 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:49:39 ---> 104eba693225 21:49:39 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:49:40 ---> Running in c80510f37060 21:49:41 Collecting docker-compose==1.23.2 21:49:41 Removing intermediate container c80510f37060 21:49:41 ---> 08af99f07f55 21:49:41 Step 24/29 : RUN chmod 755 security-secrets-setup 21:49:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:49:41 ---> Running in 76822123fa8c 21:49:41 Collecting texttable<0.10,>=0.9.0 21:49:41 Downloading texttable-0.9.1.tar.gz (11 kB) 21:49:41 gofmt -l . 21:49:41 [ "`gofmt -l .`" = "" ] 21:49:41 ./bin/test-go-mod-tidy.sh 21:49:41 ./bin/test-attribution-txt.sh 21:49:41 Collecting websocket-client<1.0,>=0.32.0 21:49:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:49:41 Collecting jsonschema<3,>=2.5.1 21:49:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:49:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:49:42 Removing intermediate container 76822123fa8c 21:49:42 ---> fa8d09425912 21:49:42 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:49:42 ---> Running in dbdaf7d802a8 21:49:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:49:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:49:42 Removing intermediate container dbdaf7d802a8 21:49:42 ---> 437ac4538fa5 21:49:42 Step 26/29 : CMD [ "generate" ] 21:49:42 ---> Running in 8950a1d5dc5a 21:49:42 Collecting PyYAML<4,>=3.10 21:49:42 Downloading PyYAML-3.13.tar.gz (270 kB) 21:49:42 Removing intermediate container 8950a1d5dc5a 21:49:42 ---> 9f501aba4673 21:49:42 Step 27/29 : LABEL arch=x86_64 21:49:44 ---> Running in 7f69751042a3 21:49:44 Removing intermediate container 7f69751042a3 21:49:44 ---> 68103132b4dc 21:49:44 Step 28/29 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:49:44 ---> Running in 27be48aef48c 21:49:44 Collecting docker<4.0,>=3.6.0 21:49:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:49:44 Removing intermediate container 27be48aef48c 21:49:44 ---> 3da690add686 21:49:44 Step 29/29 : LABEL version=0.0.0 21:49:44 Collecting docopt<0.7,>=0.6.1 21:49:44 Downloading docopt-0.6.2.tar.gz (25 kB) 21:49:44 ---> Running in 6127abf8fd7f [Pipeline] sh 21:49:44 Removing intermediate container 6127abf8fd7f 21:49:44 ---> c130865db78b 21:49:44 21:49:44 Successfully built c130865db78b 21:49:44 Successfully tagged docker-security-secrets-setup-go:latest 21:49:44  Building docker-security-secrets-setup-go ... done Collecting dockerpty<0.5,>=0.4.1 21:49:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:49:45 + ls -al . 21:49:45 total 692 21:49:45 drwxrwxr-x 9 1001 1001 4096 Dec 16 21:49 . 21:49:45 drwxr-xr-x 4 root root 4096 Dec 16 21:45 .. 21:49:45 -rw-rw-r-- 1 1001 1001 11 Dec 16 21:44 .dockerignore 21:49:45 drwxrwxr-x 8 1001 1001 4096 Dec 16 21:44 .git 21:49:45 drwxrwxr-x 3 1001 1001 4096 Dec 16 21:44 .github 21:49:45 -rw-rw-r-- 1 1001 1001 943 Dec 16 21:44 .gitignore 21:49:45 -rw-rw-r-- 1 1001 1001 166 Dec 16 21:44 .sonarcloud.properties 21:49:45 -rw-rw-r-- 1 1001 1001 3804 Dec 16 21:44 CONTRIBUTING.md 21:49:45 -rw-rw-r-- 1 1001 1001 1035 Dec 16 21:44 Dockerfile.build 21:49:45 -rw-rw-r-- 1 1001 1001 863 Dec 16 21:44 Jenkinsfile 21:49:45 -rw-rw-r-- 1 1001 1001 10775 Dec 16 21:44 LICENSE 21:49:45 -rw-rw-r-- 1 1001 1001 6318 Dec 16 21:44 Makefile 21:49:45 -rw-rw-r-- 1 1001 1001 6361 Dec 16 21:44 README.md 21:49:45 -rw-rw-r-- 1 1001 1001 7286 Dec 16 21:44 SECURITY.md 21:49:45 -rw-rw-r-- 1 1001 1001 5 Dec 16 21:41 VERSION 21:49:45 -rw-rw-r-- 1 1001 1001 4131 Dec 16 21:44 ZMQWindows.md 21:49:45 drwxrwxr-x 2 1001 1001 4096 Dec 16 21:44 bin 21:49:45 drwxrwxr-x 15 1001 1001 4096 Dec 16 21:44 cmd 21:49:45 -rw-r--r-- 1 root root 567417 Dec 16 21:48 coverage.out 21:49:45 -rw-r--r-- 1 root root 979 Dec 16 21:49 go.mod 21:49:45 -rw-r--r-- 1 root root 18631 Dec 16 21:49 go.sum 21:49:45 drwxrwxr-x 8 1001 1001 4096 Dec 16 21:44 internal 21:49:45 drwxrwxr-x 4 1001 1001 4096 Dec 16 21:44 openapi 21:49:45 drwxrwxr-x 4 1001 1001 4096 Dec 16 21:44 snap 21:49:45 -rw-rw-r-- 1 1001 1001 168 Dec 16 21:44 version.go [Pipeline] sh 21:49:45 Collecting cached-property<2,>=1.2.0 21:49:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:49:45 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) 21:49:45 Collecting urllib3<1.25,>=1.21.1 21:49:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:49:45 Collecting idna<2.8,>=2.5 21:49:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:49:45 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) 21:49:45 Collecting docker-pycreds>=0.4.0 21:49:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:49:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:49:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:49:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:49:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:49:45 + '[' -e coverage.out ] 21:49:45 + chown 1001:1001 coverage.out [Pipeline] stash 21:49:45 Warning: overwriting stash ‘coverage-report’ 21:49:45 Installing collected packages: texttable, websocket-client, jsonschema, urllib3, idna, requests, PyYAML, docker-pycreds, docker, docopt, dockerpty, cached-property, docker-compose 21:49:45 Running setup.py install for texttable: started 21:49:46 Running setup.py install for texttable: finished with status 'done' 21:49:46 Attempting uninstall: urllib3 21:49:46 Found existing installation: urllib3 1.25.9 21:49:46 Uninstalling urllib3-1.25.9: 21:49:46 Successfully uninstalled urllib3-1.25.9 21:49:46 Attempting uninstall: idna 21:49:46 Found existing installation: idna 2.9 21:49:46 Uninstalling idna-2.9: 21:49:46 Successfully uninstalled idna-2.9 21:49:47 Attempting uninstall: requests 21:49:47 Found existing installation: requests 2.23.0 21:49:47 Uninstalling requests-2.23.0: 21:49:47 Successfully uninstalled requests-2.23.0 21:49:47 Running setup.py install for PyYAML: started 21:49:47 Stashed 1 file(s) [Pipeline] sh 21:49:47 Running setup.py install for PyYAML: finished with status 'done' 21:49:47 + make build 21:49:47 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 21:49:47 Running setup.py install for docopt: started 21:49:48 Running setup.py install for docopt: finished with status 'done' 21:49:48 Running setup.py install for dockerpty: started 21:49:48 Running setup.py install for dockerpty: finished with status 'done' 21:49:49 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 21:49:53 Removing intermediate container bebb6365147a 21:49:53 ---> ee070be938cc 21:49:53 Step 22/27 : RUN apk --no-cache add curl 21:49:53 ---> Running in e7c89812852d 21:49:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:49:54 (2/3) Installing libcurl (7.69.1-r3) 21:49:54 (3/3) Installing curl (7.69.1-r3) 21:49:54 Executing busybox-1.31.1-r19.trigger 21:49:54 OK: 72 MiB in 58 packages 21:49:54 Removing intermediate container e7c89812852d 21:49:54 ---> 19cd0fa8eaba 21:49:54 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 21:49:54 ---> Running in c12396eda4e2 21:49:54 Removing intermediate container c12396eda4e2 21:49:54 ---> 41a605049b84 21:49:54 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:49:54 ---> Running in a8dd2f78e73a 21:49:55 Removing intermediate container a8dd2f78e73a 21:49:55 ---> a9d79aa5ab40 21:49:55 Step 25/27 : LABEL arch=x86_64 21:49:55 ---> Running in 1c68f0bb1367 21:49:55 Removing intermediate container 1c68f0bb1367 21:49:55 ---> cb3d57c19615 21:49:55 Step 26/27 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:49:55 ---> Running in 24620edd3c3b 21:49:55 Removing intermediate container 24620edd3c3b 21:49:55 ---> d16ea9d6deda 21:49:55 Step 27/27 : LABEL version=0.0.0 21:49:55 ---> Running in 0024eef2b824 21:49:55 Removing intermediate container 0024eef2b824 21:49:55 ---> e829810b383e 21:49:55 21:49:55 Successfully built e829810b383e 21:49:55 Successfully tagged docker-sys-mgmt-agent-go:latest 21:49:56  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:49:56 $ docker stop --time=1 cf2e88ec9de59ccbd71f112a8b826a92233c2676421366bc4397d42072f34350 21:49:57 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 21:49:58 $ docker rm -f cf2e88ec9de59ccbd71f112a8b826a92233c2676421366bc4397d42072f34350 [Pipeline] // withDockerContainer [Pipeline] sh 21:49:58 + docker images 21:49:58 + grep docker 21:49:58 docker-sys-mgmt-agent-go latest e829810b383e 3 seconds ago 313MB 21:49:58 docker-security-secrets-setup-go latest c130865db78b 14 seconds ago 23.9MB 21:49:58 docker-support-notifications-go latest 437c30ced45a 34 seconds ago 12.1MB 21:49:58 docker-core-command-go latest 60839dda8025 44 seconds ago 10.6MB 21:49:58 docker-security-proxy-setup-go latest fe3250397068 48 seconds ago 24.6MB 21:49:58 docker-core-data-go latest 6e245f09c570 2 minutes ago 22.2MB 21:49:58 docker-security-secretstore-setup-go latest b07315ff7008 2 minutes ago 24.7MB 21:49:58 docker-security-bootstrap-redis-go latest 568b0cade8d0 2 minutes ago 15.8MB 21:49:58 docker-core-metadata-go latest e7a49d8d3b16 2 minutes ago 13MB 21:49:58 docker-support-scheduler-go latest e76c4880013c 2 minutes ago 10.8MB 21:49:58 docker latest 0c995d0d3006 23 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:50:14 Still waiting to schedule task 21:50:14 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:50:20 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 21:50:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:50:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:50:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:50:33 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 21:50:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:50:41 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 21:50:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:50:49 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 21:50: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 21:50:55 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] } 21:50:59 $ docker stop --time=1 8d9ebc55f6ac7f52df0102fdb815d922ba4eb23fbe58121d1e59f41e200a998d 21:51:01 $ docker rm -f 8d9ebc55f6ac7f52df0102fdb815d922ba4eb23fbe58121d1e59f41e200a998d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:51:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:51:03 21:51:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:51:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:51:04 latest: Pulling from edgex-devops/edgex-compose-arm64 21:51:04 29e5d40040c1: Pulling fs layer 21:51:04 1ce36da41761: Pulling fs layer 21:51:04 25b303627fd3: Pulling fs layer 21:51:05 29e5d40040c1: Download complete 21:51:05 1ce36da41761: Verifying Checksum 21:51:05 1ce36da41761: Download complete 21:51:06 29e5d40040c1: Pull complete 21:51:07 25b303627fd3: Verifying Checksum 21:51:07 25b303627fd3: Download complete 21:51:07 1ce36da41761: Pull complete 21:51:15 Running on prd-ubuntu18.04-docker-8c-8g-16387 in /w/workspace/edgexfoundry_edgex-go_PR-2956 [Pipeline] { [Pipeline] ws 21:51:15 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 21:51:17 25b303627fd3: Pull complete 21:51:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:51:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:51:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:51:18 prd-ubuntu18.04-docker-arm64-4c-16g-16386 does not seem to be running inside a container 21:51:18 using credential edgex-jenkins-ssh 21:51:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:51:18 Cloning the remote Git repository 21:51:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:51:18 > git init /w/workspace/edgex-go/3 # timeout=10 21:51:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:51:18 > git --version # timeout=10 21:51:18 > git --version # 'git version 2.17.1' 21:51:18 using GIT_SSH to set credentials SSH Credentials for GitHub 21:51:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:51:21 $ docker top 94bde61fff10d7f426d8d2432820240581d4fc653cb18252d9cbc5e5a5a4550b -eo pid,comm [Pipeline] { [Pipeline] sh 21:51:22 + + docker-composegrep build parallel --help 21:51:22 21:51:25 Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 8825629fed540149d98780d83199692e7d178fa1 21:51:25 --parallel Build images in parallel. [Pipeline] } 21:51:25 $ docker stop --time=1 94bde61fff10d7f426d8d2432820240581d4fc653cb18252d9cbc5e5a5a4550b 21:51:25 Merge succeeded, producing 8825629fed540149d98780d83199692e7d178fa1 21:51:25 Checking out Revision 8825629fed540149d98780d83199692e7d178fa1 (PR-2956) 21:51:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:51:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:51:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:51:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:51:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:51:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2956/head:refs/remotes/origin/PR-2956 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:51:25 > git config core.sparsecheckout # timeout=10 21:51:25 > git checkout -f 8825629fed540149d98780d83199692e7d178fa1 # timeout=10 21:51:25 > git remote # timeout=10 21:51:25 > git config --get remote.origin.url # timeout=10 21:51:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:51:25 > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 21:51:25 > git rev-parse HEAD^{commit} # timeout=10 21:51:25 > git config core.sparsecheckout # timeout=10 21:51:25 > git checkout -f 8825629fed540149d98780d83199692e7d178fa1 # timeout=10 21:51:27 $ docker rm -f 94bde61fff10d7f426d8d2432820240581d4fc653cb18252d9cbc5e5a5a4550b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:51:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:51:28 . [Pipeline] withDockerContainer 21:51:29 prd-ubuntu18.04-docker-arm64-4c-16g-16386 does not seem to be running inside a container 21:51:29 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 21:51:29 Commit message: "feat: Remove deprecated Mongo code." 21:51:30 $ docker top c68d4a3e323a6421dbc9403f891eb1441fa44dab64dc244d3b371ea84f2fad25 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:51:31 + docker-compose -f ./docker-compose-build.yml build --parallel 21:51:31 + echo snap-build.sh 21:51:31 snap-build.sh 21:51:31 + SNAP_BASE_DIR=. 21:51:31 + '[' '!' -z /w/workspace/edgex-go/3 ']' 21:51:31 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 21:51:31 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 21:51:31 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 21:51:31 + cd /w/workspace/edgex-go/3 21:51:31 + sudo apt-get remove -qy --purge lxd lxd-client 21:51:31 Reading package lists... 21:51:31 Building dependency tree... 21:51:31 Reading state information... 21:51:32 The following packages were automatically installed and are no longer required: 21:51:32 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:51:32 uidmap xdelta3 21:51:32 Use 'sudo apt autoremove' to remove them. 21:51:32 The following packages will be REMOVED: 21:51:32 lxd* lxd-client* 21:51:32 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:51:32 After this operation, 31.7 MB disk space will be freed. 21:51:33 (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.) 21:51:33 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:51:34 Removing lxd dnsmasq configuration 21:51:34 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:51:34 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:51:34 Building docker-core-command-go ... 21:51:34 Building docker-core-data-go ... 21:51:34 Building docker-core-metadata-go ... 21:51:34 Building docker-security-bootstrap-redis-go ... 21:51:34 Building docker-security-proxy-setup-go ... 21:51:34 Building docker-security-secrets-setup-go ... 21:51:34 Building docker-security-secretstore-setup-go ... 21:51:34 Building docker-support-notifications-go ... 21:51:34 Building docker-support-scheduler-go ... 21:51:34 Building docker-sys-mgmt-agent-go ... 21:51:34 Building docker-core-data-go 21:51:34 Building docker-support-notifications-go 21:51:34 Building docker-support-scheduler-go 21:51:34 Building docker-core-metadata-go 21:51:34 Building docker-security-bootstrap-redis-go 21:51:35 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:51:35 (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.) 21:51:35 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:51:37 Processing triggers for systemd (237-3ubuntu10.42) ... 21:51:37 Processing triggers for ureadahead (0.100.0-21) ... 21:51:38 + sudo snap remove --purge lxd 21:51:38 snap "lxd" is not installed 21:51:38 + sudo groupadd --force --system lxd 21:51:38 ++ whoami 21:51:38 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:51:38 + newgrp - lxd 21:51:38 + sudo snap install lxd 21:51:46 2020-12-16T21:51:44Z INFO Waiting for automatic snapd restart... 21:52:01 lxd 4.9 from Canonical* installed 21:52:01 + sudo lxd init --auto 21:52:08 + sudo snap install --classic snapcraft 21:52:16 snapcraft 4.4.4 from Canonical* installed 21:52:16 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:52:16 + patch --verbose -p1 21:52:16 Hmm... Looks like a unified diff to me... 21:52:16 The text leading up to this was: 21:52:16 -------------------------- 21:52:16 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 21:52:16 |From: Tony Espy 21:52:16 |Date: Wed, 2 Dec 2020 17:38:31 -0500 21:52:16 |Subject: [PATCH] optimize snap build for pipeline CI check 21:52:16 | 21:52:16 |This patch is used by the EdgeX CI pipeline builds to 21:52:16 |optimize the snap CI check run for pull requests. When 21:52:16 |applied, it essentially strips out everything (apps and 21:52:16 |parts) from the snapcraft.yaml file except those required 21:52:16 |to build edgex-go, as the whole idea of the CI check is to 21:52:16 |catch changes to edgex-go that break the snap build. 21:52:16 | 21:52:16 |In general, anyone updating snapcraft.yaml will also need 21:52:16 |to update this patch file, otherwise it may fail to apply, 21:52:16 |resulting in a failed snap build CI check in the associated 21:52:16 |pull request. 21:52:16 | 21:52:16 |Note - in addition to applying this patch, the pipeline also 21:52:16 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:52:16 |need to build the finally binary .snap file (and it won't 21:52:16 |work with the patch applied). This further reduces the build 21:52:16 |time. 21:52:16 |--- 21:52:16 | snap/snapcraft.yaml | 466 +------------------------------------------- 21:52:16 | 1 file changed, 2 insertions(+), 464 deletions(-) 21:52:16 | 21:52:16 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:52:16 |index b265277c..d7e1de37 100644 21:52:16 |--- a/snap/snapcraft.yaml 21:52:16 |+++ b/snap/snapcraft.yaml 21:52:16 -------------------------- 21:52:16 patching file snap/snapcraft.yaml 21:52:16 Using Plan A... 21:52:16 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 21:52:16 Hunk #2 succeeded at 81 (offset -3 lines). 21:52:16 Hunk #3 succeeded at 209 (offset -10 lines). 21:52:16 Hunk #4 succeeded at 224 (offset -10 lines). 21:52:16 Hunk #5 succeeded at 232 (offset -10 lines). 21:52:16 Hunk #6 succeeded at 239 (offset -10 lines). 21:52:16 Hunk #7 succeeded at 266 (offset -10 lines). 21:52:16 Hunk #8 succeeded at 300 (offset -10 lines). 21:52:16 Hunk #9 succeeded at 356 (offset -10 lines). 21:52:16 Hmm... Ignoring the trailing garbage. 21:52:16 done 21:52:16 + sudo snapcraft prime --use-lxd 21:52:16 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:52:17 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: 21:52:17 - README.md 21:52:17 - snapcraft.yaml.orig 21:52:17 21:52:17 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:52:17 Launching a container. 21:52:29 Waiting for container to be ready 21:52:29 To start your first instance, try: lxc launch ubuntu:18.04 21:52:29 21:52:31 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:52:31 Waiting for network to be ready... 21:52:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:52:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 21:52:32 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:52:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 21:52:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 21:52:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 21:52:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 21:52:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 21:52:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 21:52:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 21:52:32 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:52:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:52:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:52:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:52:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:52:33 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:52:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:52:33 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:52:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:52:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 21:52:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 21:52:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 21:52:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 21:52:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 21:52:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 21:52:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 21:52:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 21:52:36 Fetched 23.5 MB in 4s (6001 kB/s) 21:52:37 Reading package lists... 21:52:37 Reading package lists... 21:52:37 Building dependency tree... 21:52:37 Reading state information... 21:52:37 The following additional packages will be installed: 21:52:37 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:52:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:52:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:52:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:52:37 Suggested packages: 21:52:37 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:52:37 Recommended packages: 21:52:37 gnupg libsasl2-modules 21:52:37 The following NEW packages will be installed: 21:52:37 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:52:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:52:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:52:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:52:37 The following packages will be upgraded: 21:52:37 gpg gpg-agent gpgconf libudev1 21:52:37 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 21:52:37 Need to get 3531 kB of archives. 21:52:37 After this operation, 13.3 MB of additional disk space will be used. 21:52:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 21:52:37 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 21:52:37 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 21:52:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 21:52:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 21:52:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 21:52:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 21:52:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 21:52:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 21:52:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 21:52:38 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:52:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:52:38 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:52:38 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:52:38 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:52:38 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:52:38 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:52:38 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:52:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:52:38 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:52:38 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:52:38 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:52:38 debconf: delaying package configuration, since apt-utils is not installed 21:52:38 Fetched 3531 kB in 1s (3231 kB/s) 21:52:38 (Reading database ... 12511 files and directories currently installed.) 21:52:38 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 21:52:38 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:52:38 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 21:52:38 Selecting previously unselected package udev. 21:52:38 (Reading database ... 12511 files and directories currently installed.) 21:52:38 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 21:52:38 Unpacking udev (237-3ubuntu10.43) ... 21:52:39 Selecting previously unselected package libfuse2:amd64. 21:52:39 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:52:39 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:52:39 Selecting previously unselected package fuse. 21:52:39 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:52:39 Unpacking fuse (2.9.7-1ubuntu1) ... 21:52:39 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 21:52:39 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:52:39 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 21:52:39 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:52:39 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 21:52:39 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:52:39 Selecting previously unselected package libksba8:amd64. 21:52:39 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:52:39 Unpacking libksba8:amd64 (1.3.5-2) ... 21:52:39 Selecting previously unselected package libroken18-heimdal:amd64. 21:52:39 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:52:39 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:39 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:52:39 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:52:39 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:39 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:52:39 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:52:39 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:39 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:52:39 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:52:39 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:40 Selecting previously unselected package libwind0-heimdal:amd64. 21:52:40 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:52:40 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:40 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:52:40 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:52:40 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:40 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:52:40 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:52:40 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:40 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:52:40 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:52:40 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:40 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:52:40 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:52:40 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:40 Selecting previously unselected package libsasl2-modules-db:amd64. 21:52:40 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 21:52:40 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:52:40 Selecting previously unselected package libsasl2-2:amd64. 21:52:40 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 21:52:40 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:52:40 Selecting previously unselected package libldap-common. 21:52:40 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 21:52:40 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:52:40 Selecting previously unselected package libldap-2.4-2:amd64. 21:52:40 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 21:52:40 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:52:40 Selecting previously unselected package dirmngr. 21:52:40 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 21:52:41 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 21:52:41 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:52:41 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 21:52:41 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:52:41 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:52:41 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:52:41 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 21:52:41 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:41 Setting up libksba8:amd64 (1.3.5-2) ... 21:52:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:52:41 Setting up udev (237-3ubuntu10.43) ... 21:52:41 invoke-rc.d: policy-rc.d denied execution of start. 21:52:41 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:41 Processing triggers for systemd (237-3ubuntu10) ... 21:52:41 Setting up fuse (2.9.7-1ubuntu1) ... 21:52:41 Setting up gpg (2.2.4-1ubuntu1.3) ... 21:52:42 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:42 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:42 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:42 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:42 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:42 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:42 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:52:42 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:52:42 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 21:52:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:52:42 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:52:42 settings in the [Install] section, and DefaultInstance for template units). 21:52:42 This means they are not meant to be enabled using systemctl. 21:52:42 Possible reasons for having this kind of units are: 21:52:42 1) A unit may be statically enabled by being symlinked from another unit's 21:52:42 .wants/ or .requires/ directory. 21:52:42 2) A unit's purpose may be to act as a helper for some other unit which has 21:52:42 a requirement dependency on it. 21:52:42 3) A unit may be started when needed via activation (socket, path, timer, 21:52:42 D-Bus, udev, scripted systemctl call, ...). 21:52:42 4) In case of template units, the unit is meant to be enabled with some 21:52:42 instance name specified. 21:52:42 Reading package lists... 21:52:42 Building dependency tree... 21:52:42 Reading state information... 21:52:43 The following additional packages will be installed: 21:52:43 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:52:43 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:52:43 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:52:43 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:52:43 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:52:43 Suggested packages: 21:52:43 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:52:43 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:52:43 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:52:43 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:52:43 systemd-container policykit-1 21:52:43 Recommended packages: 21:52:43 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:52:43 The following NEW packages will be installed: 21:52:43 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:52:43 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:52:43 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:52:43 multiarch-support openssh-client python3 python3-minimal python3.6 21:52:43 python3.6-minimal snapd squashfs-tools sudo 21:52:43 The following packages will be upgraded: 21:52:43 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:52:43 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 21:52:43 Need to get 35.2 MB of archives. 21:52:43 After this operation, 141 MB of additional disk space will be used. 21:52:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:52:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:52:43 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 21:52:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 21:52:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 21:52:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:52:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 21:52:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 21:52:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 21:52:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:52:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:52:43 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:52:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:52:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:52:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:52:43 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 21:52:43 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:52:44 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 21:52:44 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:52:44 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:52:44 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:52:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:52:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:52:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:52:44 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:52:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 21:52:44 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:52:44 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:52:44 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:52:44 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 21:52:45 debconf: delaying package configuration, since apt-utils is not installed 21:52:45 Fetched 35.2 MB in 2s (15.4 MB/s) 21:52:45 (Reading database ... 12757 files and directories currently installed.) 21:52:45 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 21:52:45 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:52:46 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 21:52:46 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:52:46 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 21:52:46 (Reading database ... 12757 files and directories currently installed.) 21:52:46 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:52:46 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:52:46 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:52:46 (Reading database ... 12757 files and directories currently installed.) 21:52:46 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:52:46 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:52:47 Setting up apt (1.6.12ubuntu0.2) ... 21:52:47 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:52:47 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:52:47 (Reading database ... 12764 files and directories currently installed.) 21:52:47 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:52:47 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:52:47 Selecting previously unselected package libpython3.6-minimal:amd64. 21:52:47 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:52:47 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:52:48 Selecting previously unselected package libexpat1:amd64. 21:52:48 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:52:48 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:52:48 Selecting previously unselected package python3.6-minimal. 21:52:48 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:52:48 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:52:48 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 21:52:48 Checking for services that may need to be restarted...done. 21:52:48 Checking for services that may need to be restarted...done. 21:52:48 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:52:48 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:52:48 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:52:49 Selecting previously unselected package python3-minimal. 21:52:49 (Reading database ... 13012 files and directories currently installed.) 21:52:49 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:52:49 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:52:49 Selecting previously unselected package mime-support. 21:52:49 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:52:49 Unpacking mime-support (3.60ubuntu1) ... 21:52:49 Selecting previously unselected package libmpdec2:amd64. 21:52:49 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:52:49 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:52:49 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:52:49 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:52:49 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:52:49 Selecting previously unselected package python3.6. 21:52:49 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:52:49 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:52:49 Selecting previously unselected package libpython3-stdlib:amd64. 21:52:49 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:52:49 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:52:49 Setting up python3-minimal (3.6.7-1~18.04) ... 21:52:49 Selecting previously unselected package python3. 21:52:49 (Reading database ... 13442 files and directories currently installed.) 21:52:49 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:52:49 Unpacking python3 (3.6.7-1~18.04) ... 21:52:49 Selecting previously unselected package multiarch-support. 21:52:49 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:52:49 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:52:49 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:52:50 Selecting previously unselected package liblzo2-2:amd64. 21:52:50 (Reading database ... 13479 files and directories currently installed.) 21:52:50 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:52:50 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:52:50 Selecting previously unselected package libbsd0:amd64. 21:52:50 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:52:50 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:52:50 Selecting previously unselected package sudo. 21:52:50 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 21:52:50 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 21:52:50 Selecting previously unselected package apparmor. 21:52:50 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:52:50 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:52:50 Selecting previously unselected package libedit2:amd64. 21:52:50 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:52:50 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:52:50 Selecting previously unselected package libkrb5support0:amd64. 21:52:50 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:52:50 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:52:50 Selecting previously unselected package libk5crypto3:amd64. 21:52:50 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:52:50 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:52:51 Selecting previously unselected package libkeyutils1:amd64. 21:52:51 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:52:51 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:52:51 Selecting previously unselected package libkrb5-3:amd64. 21:52:51 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:52:51 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:52:51 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:52:51 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:52:51 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:52:51 Selecting previously unselected package libssl1.0.0:amd64. 21:52:51 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 21:52:51 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:52:51 Selecting previously unselected package openssh-client. 21:52:51 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:52:51 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:52:51 Selecting previously unselected package squashfs-tools. 21:52:51 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:52:51 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:52:51 Selecting previously unselected package snapd. 21:52:51 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 21:52:51 Unpacking snapd (2.48+18.04) ... 21:52:53 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:52:53 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:52:53 Setting up mime-support (3.60ubuntu1) ... 21:52:54 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 21:52:54 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:52:54 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:52:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:52:54 Setting up systemd (237-3ubuntu10.43) ... 21:52:54 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:52:54 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:52:54 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:52:54 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:52:54 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:52:54 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:52:54 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:52:55 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:52:55 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:52:55 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:52:55 Setting up python3 (3.6.7-1~18.04) ... 21:52:55 running python rtupdate hooks for python3.6... 21:52:55 running python post-rtupdate hooks for python3.6... 21:52:55 Setting up apparmor (2.12-4ubuntu5.1) ... 21:52:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 21:52:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:52:56 ---> 5416c149ecc2 21:52:56 Step 3/23 : WORKDIR /edgex-go 21:52:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:52:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:52:56 ---> 5416c149ecc2 21:52:56 Step 3/22 : WORKDIR /edgex-go 21:52:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:52:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:52:56 ---> 5416c149ecc2 21:52:56 Step 3/22 : WORKDIR /edgex-go 21:52:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:52:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:52:56 ---> 5416c149ecc2 21:52:56 Step 3/24 : WORKDIR /edgex-go 21:52:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:52:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:52:56 ---> 5416c149ecc2 21:52:56 Step 3/21 : WORKDIR /edgex-go 21:52:56 ---> Running in b1e346f5e70d 21:52:56 ---> Running in 51a029e2d235 21:52:56 ---> Running in 3c675ade2baf 21:52:56 ---> Running in 9f2f419f2288 21:52:56 ---> Running in d0f7dd988cd4 21:52:56 Removing intermediate container 3c675ade2baf 21:52:56 ---> b397d23c5981 21:52:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:56 Removing intermediate container b1e346f5e70d 21:52:56 ---> 111903be805a 21:52:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:56 Removing intermediate container d0f7dd988cd4 21:52:56 ---> 7611f5a52eec 21:52:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:56 Removing intermediate container 9f2f419f2288 21:52:56 ---> 8a5a8d8e661d 21:52:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:56 Removing intermediate container 51a029e2d235 21:52:56 ---> 245096fe7455 21:52:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:56 ---> Running in ffa8cc07c73d 21:52:56 ---> Running in b8b09c87b857 21:52:56 ---> Running in 233a0bb91a21 21:52:56 ---> Running in bd504f437319 21:52:56 ---> Running in 322880adb712 21:52:56 Removing intermediate container ffa8cc07c73d 21:52:56 ---> f5220b417cb1 21:52:56 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 21:52:56 ---> Running in 05d3c3e88585 21:52:56 Removing intermediate container bd504f437319 21:52:56 ---> 682ff8cb5912 21:52:56 Step 5/22 : RUN apk update && apk add make git 21:52:56 ---> Running in f0eff84b3002 21:52:56 Removing intermediate container b8b09c87b857 21:52:56 ---> 801cf1013a5e 21:52:56 Step 5/21 : RUN apk update && apk add make git 21:52:56 Removing intermediate container 233a0bb91a21 21:52:56 ---> 8510994dcd7e 21:52:56 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:52:56 Removing intermediate container 322880adb712 21:52:56 ---> 3bb8bc923f4f 21:52:56 Step 5/22 : RUN apk update && apk add make git 21:52:56 ---> Running in 7abf9debf502 21:52:56 ---> Running in 9e3a7b0964aa 21:52:56 ---> Running in a4a7d9be7942 21:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:52:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:52:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:52:56 OK: 12620 distinct packages available 21:52:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:52:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:52:56 OK: 12620 distinct packages available 21:52:56 OK: 217 MiB in 51 packages 21:52:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:52:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:52:56 OK: 12620 distinct packages available 21:52:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:52:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:52:56 OK: 12620 distinct packages available 21:52:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:52:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:52:56 OK: 12620 distinct packages available 21:52:56 OK: 217 MiB in 51 packages 21:52:57 OK: 217 MiB in 51 packages 21:52:57 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:52:57 OK: 217 MiB in 51 packages 21:52:57 OK: 217 MiB in 51 packages 21:52:57 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:52:57 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:52:58 Setting up snapd (2.48+18.04) ... 21:52:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:52:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:52:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:52:58 Removing intermediate container 05d3c3e88585 21:52:58 ---> 1ac0789650f6 21:52:58 Step 6/24 : COPY go.mod . 21:52:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:52:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:52:59 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:52:59 Removing intermediate container f0eff84b3002 21:52:59 ---> c3c7d6f47110 21:52:59 Step 6/22 : COPY go.mod . 21:52:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:52:59 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:52:59 Removing intermediate container 9e3a7b0964aa 21:52:59 ---> 1115872941b5 21:52:59 Step 6/22 : COPY go.mod . 21:52:59 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:53:00 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:53:00 /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' 21:53:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:53:00 Processing triggers for systemd (237-3ubuntu10.43) ... 21:53:00 Removing intermediate container a4a7d9be7942 21:53:00 ---> 420120b78932 21:53:00 Step 6/23 : COPY go.mod . 21:53:00 ---> ba69d57d774c 21:53:00 Step 7/24 : RUN go mod download 21:53:00 Removing intermediate container 7abf9debf502 21:53:00 ---> 910687aa941a 21:53:00 Step 6/21 : COPY go.mod . 21:53:00 ---> Running in a3d417e19a81 21:53:00 ---> b7e7a32d1983 21:53:00 Step 7/22 : RUN go mod download 21:53:00 ---> 2008616e896c 21:53:00 Step 7/22 : RUN go mod download 21:53:00 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 21:53:00 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:53:01 ---> Running in 00fd0eee9725 21:53:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:53:01 ---> Running in a43b4cc70a2f 21:53:01 ---> 90cfc3dc6af4 21:53:01 Step 7/23 : RUN go mod download 21:53:01 ---> 4b168e27bf51 21:53:01 Step 7/21 : RUN go mod download 21:53:02 ---> Running in a442f0e93868 21:53:02 ---> Running in 1283efb94ae0 21:53:02 Reading package lists... 21:53:02 Reading package lists... 21:53:02 Building dependency tree... 21:53:02 Reading state information... 21:53:02 Calculating upgrade... 21:53:02 The following packages will be upgraded: 21:53:02 advancecomp base-files bash binutils binutils-common 21:53:02 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:53:02 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:53:02 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 21:53:02 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 21:53:02 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 21:53:02 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 21:53:02 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 21:53:02 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 21:53:02 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 21:53:02 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 21:53:02 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 21:53:02 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 21:53:02 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:53:02 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:53:02 Need to get 63.5 MB of archives. 21:53:02 After this operation, 5191 kB of additional disk space will be used. 21:53:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 21:53:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:53:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:53:02 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:53:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:53:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:53:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:53:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:53:02 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:53:02 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:53:02 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:53:02 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:53:02 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:53:02 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:53:02 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:53:02 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:53:02 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:53:03 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:53:03 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:53:03 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:53:03 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:53:03 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:53:03 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:53:03 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:53:03 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:53:03 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:53:03 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:53:03 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:53:03 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:53:03 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:53:03 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:53:03 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:53:03 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:53:03 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:53:03 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 21:53:03 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 21:53:03 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:53:03 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:53:03 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 21:53:03 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 21:53:03 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:53:03 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:53:03 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:53:03 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 21:53:03 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:53:03 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:53:03 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 21:53:03 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 21:53:03 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 21:53:03 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 21:53:03 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:53:03 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:53:03 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:53:03 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:53:03 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:53:03 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:53:03 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:53:03 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:53:04 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:53:04 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:53:04 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:53:04 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:53:04 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:53:04 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:53:04 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:53:04 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:53:04 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:53:04 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 21:53:04 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:53:04 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:53:04 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:53:04 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:53:04 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:53:04 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:53:04 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:53:04 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:53:04 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:53:04 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:53:04 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:53:04 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:53:04 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:53:04 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 21:53:04 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:53:04 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:53:04 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:53:04 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:53:04 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:53:04 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:53:04 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:53:04 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:53:04 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:53:04 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:53:04 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:53:04 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:53:04 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:53:04 Removing intermediate container a3d417e19a81 21:53:04 ---> 7e8f554f5188 21:53:04 Step 8/24 : COPY . . 21:53:04 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:53:04 debconf: delaying package configuration, since apt-utils is not installed 21:53:04 Fetched 63.5 MB in 2s (33.5 MB/s) 21:53:04 (Reading database ... 13912 files and directories currently installed.) 21:53:04 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:53:04 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:53:05 Removing intermediate container 00fd0eee9725 21:53:05 ---> 020ef7c763fe 21:53:05 Step 8/22 : COPY . . 21:53:05 Removing intermediate container a43b4cc70a2f 21:53:05 ---> 5bc69c1825fe 21:53:05 Step 8/22 : COPY . . 21:53:05 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:53:05 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:53:05 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 21:53:05 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 21:53:06 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:53:06 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:53:06 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:53:06 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:53:06 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:53:06 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:53:06 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:53:06 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:53:06 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:53:06 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:53:07 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:53:07 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:53:07 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:53:07 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:53:07 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:53:07 (Reading database ... 13911 files and directories currently installed.) 21:53:07 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:53:07 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:53:07 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:53:07 Removing intermediate container 1283efb94ae0 21:53:07 ---> a05c547a9095 21:53:07 Step 8/21 : COPY . . 21:53:07 (Reading database ... 13911 files and directories currently installed.) 21:53:07 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:53:07 Removing intermediate container a442f0e93868 21:53:07 ---> 89e423e8b475 21:53:07 Step 8/23 : COPY . . 21:53:07 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:53:07 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:53:08 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:53:08 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:53:08 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:53:08 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:53:08 (Reading database ... 13911 files and directories currently installed.) 21:53:08 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:53:08 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:53:08 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:53:09 (Reading database ... 13911 files and directories currently installed.) 21:53:09 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:53:09 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:53:09 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:53:09 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:53:09 Setting up base-files (10.1ubuntu2.10) ... 21:53:09 Installing new version of config file /etc/issue ... 21:53:09 Installing new version of config file /etc/issue.net ... 21:53:09 Installing new version of config file /etc/lsb-release ... 21:53:09 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:53:09 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:53:09 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:53:09 Removing obsolete conffile /etc/default/motd-news ... 21:53:09 (Reading database ... 13912 files and directories currently installed.) 21:53:09 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:53:09 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:53:10 Setting up bash (4.4.18-2ubuntu1.2) ... 21:53:10 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 21:53:10 (Reading database ... 13912 files and directories currently installed.) 21:53:10 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:53:10 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:53:10 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:53:10 (Reading database ... 13912 files and directories currently installed.) 21:53:10 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 21:53:10 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 21:53:10 Setting up tar (1.29b-2ubuntu0.1) ... 21:53:11 (Reading database ... 13912 files and directories currently installed.) 21:53:11 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:53:11 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:53:11 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:53:11 (Reading database ... 13912 files and directories currently installed.) 21:53:11 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:53:11 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:53:11 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:53:11 (Reading database ... 13912 files and directories currently installed.) 21:53:11 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:53:11 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:53:11 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:53:11 (Reading database ... 13912 files and directories currently installed.) 21:53:11 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:53:11 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:53:12 Setting up grep (3.1-2build1) ... 21:53:12 (Reading database ... 13912 files and directories currently installed.) 21:53:12 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:53:12 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:53:12 Setting up login (1:4.5-1ubuntu2) ... 21:53:12 (Reading database ... 13912 files and directories currently installed.) 21:53:12 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:53:12 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:53:12 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:53:12 (Reading database ... 13912 files and directories currently installed.) 21:53:12 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:53:12 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:53:12 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:53:13 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:53:13 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:53:13 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:53:13 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:53:13 (Reading database ... 13912 files and directories currently installed.) 21:53:13 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:53:13 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:53:14 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:53:14 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:53:14 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:53:14 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:53:14 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:53:15 (Reading database ... 13912 files and directories currently installed.) 21:53:15 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:53:15 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:53:15 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:53:15 (Reading database ... 13912 files and directories currently installed.) 21:53:15 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:53:15 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:53:15 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:53:15 (Reading database ... 13912 files and directories currently installed.) 21:53:15 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:53:15 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:53:15 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:53:15 (Reading database ... 13912 files and directories currently installed.) 21:53:15 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:53:15 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:53:15 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:53:15 (Reading database ... 13912 files and directories currently installed.) 21:53:15 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:53:15 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:53:15 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:53:16 (Reading database ... 13912 files and directories currently installed.) 21:53:16 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:53:16 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:53:16 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:53:16 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:53:16 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:53:16 (Reading database ... 13912 files and directories currently installed.) 21:53:16 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:53:16 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:53:16 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:53:16 (Reading database ... 13912 files and directories currently installed.) 21:53:16 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:53:16 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:53:16 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:53:16 (Reading database ... 13912 files and directories currently installed.) 21:53:16 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:53:16 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:53:17 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:53:17 (Reading database ... 13912 files and directories currently installed.) 21:53:17 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:53:17 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:53:17 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:53:17 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:53:18 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:53:18 (Reading database ... 13912 files and directories currently installed.) 21:53:18 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:53:18 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:53:18 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:53:18 (Reading database ... 13912 files and directories currently installed.) 21:53:18 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:53:18 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:53:18 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:53:18 (Reading database ... 13914 files and directories currently installed.) 21:53:18 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:53:18 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:53:18 Setting up debconf (1.5.66ubuntu1) ... 21:53:19 (Reading database ... 13914 files and directories currently installed.) 21:53:19 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:53:19 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:53:19 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:53:19 (Reading database ... 13914 files and directories currently installed.) 21:53:19 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:53:19 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:53:19 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:53:19 (Reading database ... 13914 files and directories currently installed.) 21:53:19 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:53:19 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:53:19 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:53:19 (Reading database ... 13914 files and directories currently installed.) 21:53:19 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:53:19 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:53:19 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 21:53:19 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:53:19 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:53:20 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:53:20 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:53:20 (Reading database ... 13914 files and directories currently installed.) 21:53:20 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:53:20 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:53:20 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:53:20 (Reading database ... 13914 files and directories currently installed.) 21:53:20 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:53:20 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:53:20 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:53:20 (Reading database ... 13914 files and directories currently installed.) 21:53:20 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:53:20 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:53:20 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:53:20 (Reading database ... 13914 files and directories currently installed.) 21:53:20 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 21:53:20 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 21:53:21 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 21:53:21 (Reading database ... 13914 files and directories currently installed.) 21:53:21 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:53:21 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:53:21 Setting up passwd (1:4.5-1ubuntu2) ... 21:53:21 (Reading database ... 13914 files and directories currently installed.) 21:53:21 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 21:53:21 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:53:21 Setting up gpgv (2.2.4-1ubuntu1.3) ... 21:53:21 (Reading database ... 13914 files and directories currently installed.) 21:53:21 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:53:22 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:53:22 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:53:22 (Reading database ... 13914 files and directories currently installed.) 21:53:22 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:53:22 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:53:22 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:53:22 (Reading database ... 13914 files and directories currently installed.) 21:53:22 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:53:22 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:53:22 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:53:22 (Reading database ... 13914 files and directories currently installed.) 21:53:22 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:53:22 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:53:22 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:53:22 (Reading database ... 13914 files and directories currently installed.) 21:53:22 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:53:22 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:53:22 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:53:23 (Reading database ... 13915 files and directories currently installed.) 21:53:23 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:53:23 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:53:23 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:53:23 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:53:23 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:53:23 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:53:23 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 21:53:23 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 21:53:23 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:53:23 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:53:23 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:53:23 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:53:23 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:53:23 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:53:24 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:53:24 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:53:24 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:53:24 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:53:24 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:53:24 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:53:24 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:53:24 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:53:24 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 21:53:24 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 21:53:25 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:53:25 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:53:25 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:53:25 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:53:25 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:53:25 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:53:25 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:53:26 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:53:26 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:53:26 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:53:26 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:53:26 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:53:26 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:53:26 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:53:26 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:53:26 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:53:26 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:53:26 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:53:26 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:53:26 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:53:27 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:53:27 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:53:28 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:53:28 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:53:29 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:53:29 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:53:29 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:53:29 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:53:30 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:53:30 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:53:30 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:53:30 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:53:30 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:53:30 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:53:30 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:53:30 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:53:30 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:53:30 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:53:31 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:53:31 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:53:31 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:53:31 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:53:31 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:53:31 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:53:31 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:53:31 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:53:31 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:53:31 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:53:31 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:53:31 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:53:31 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:53:31 Setting up tzdata (2020d-0ubuntu0.18.04) ... 21:53:31 21:53:31 Current default time zone: 'Etc/UTC' 21:53:31 Local time is now: Wed Dec 16 21:53:31 UTC 2020. 21:53:31 Universal Time is now: Wed Dec 16 21:53:31 UTC 2020. 21:53:31 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:53:31 21:53:31 Setting up systemd-sysv (237-3ubuntu10.43) ... 21:53:31 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:53:31 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 21:53:32 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:53:32 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:53:32 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:53:32 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:53:32 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:53:32 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:53:32 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:53:32 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:53:32 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:53:32 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:53:32 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 21:53:32 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:53:32 Setting up patch (2.7.6-2ubuntu1.1) ... 21:53:32 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:53:32 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:53:32 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 21:53:32 Installing new version of config file /etc/ssl/openssl.cnf ... 21:53:32 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:53:32 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:53:32 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 21:53:34 Updating certificates in /etc/ssl/certs... 21:53:34 ---> d3e3f8a28f4f 21:53:34 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:53:34 ---> 7613726943e4 21:53:34 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:53:34 ---> d0774cf69b7d 21:53:34 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:53:34 ---> 78320fd69ee7 21:53:34 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:53:34 ---> a8b6fa07a55a 21:53:34 Step 9/23 : RUN make cmd/core-data/core-data 21:53:34 ---> Running in a98ed0ed00bb 21:53:34 ---> Running in fbd023de96d7 21:53:34 ---> Running in 23a8afcf851f 21:53:34 ---> Running in 4b0d7b55cea6 21:53:34 ---> Running in 6934ffc2db93 21:53: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 21:53:34 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 21:53: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 21:53:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:53:34 22 added, 17 removed; done. 21:53:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:53:35 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:53:35 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:53:35 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:53:35 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:53:35 Setting up pkgbinarymangler (138.18.04.1) ... 21:53:35 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:53:35 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 21:53:35 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:53:35 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:53:35 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:53:35 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:53:35 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:53:35 Setting up perl (5.26.1-6ubuntu0.5) ... 21:53:35 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 21:53:35 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:53:35 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:53:35 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 21:53:35 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:53:35 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:53:35 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:53:35 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:53:35 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:53:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:53:35 Processing triggers for systemd (237-3ubuntu10.43) ... 21:53:35 Processing triggers for mime-support (3.60ubuntu1) ... 21:53:35 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 21:53:35 Updating certificates in /etc/ssl/certs... 21:53:36 0 added, 0 removed; done. 21:53:36 Running hooks in /etc/ca-certificates/update.d... 21:53:36 done. 21:53:37 Reading package lists... 21:53:37 Building dependency tree... 21:53:37 Reading state information... 21:53:37 The following NEW packages will be installed: 21:53:37 apt-transport-https 21:53:37 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:53:37 Need to get 1696 B of archives. 21:53:37 After this operation, 153 kB of additional disk space will be used. 21:53:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:53:37 debconf: delaying package configuration, since apt-utils is not installed 21:53:37 Fetched 1696 B in 0s (21.5 kB/s) 21:53:37 Selecting previously unselected package apt-transport-https. 21:53:37 (Reading database ... 13929 files and directories currently installed.) 21:53:37 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:53:37 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:53:37 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:53:37 Waiting for network to be ready... 21:53:44 2020-12-16T21:53:40Z INFO Waiting for automatic snapd restart... 21:53:44 snapd 2.48.1 from Canonical* installed 21:53:45 "snapd" switched to the "latest/stable" channel 21:53:45 21:53:47 core18 20200929 from Canonical* installed 21:53:47 "core18" switched to the "latest/stable" channel 21:53:47 21:53:50 snapcraft 4.4.4 from Canonical* installed 21:53:50 "snapcraft" switched to the "latest/stable" channel 21:53:50 21:53:54 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 21:53:54 - README.md 21:53:54 - snapcraft.yaml.orig 21:53:54 21:53:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:54:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:54:00 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:54:00 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:54:00 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:54:01 Reading package lists... 21:54:01 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 21:54:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:54:08 Reading package lists... 21:54:08 Building dependency tree... 21:54:08 Reading state information... 21:54:08 Suggested packages: 21:54:08 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:54:08 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:54:08 Recommended packages: 21:54:08 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:54:08 The following NEW packages will be installed: 21:54:08 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:54:08 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:54:08 pkg-config zip 21:54:08 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:54:08 Need to get 7655 kB of archives. 21:54:08 After this operation, 43.7 MB of additional disk space will be used. 21:54:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 21:54:08 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:54:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:54:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:54:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 21:54:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:54:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:54:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:54:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:54:09 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:54:09 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:54:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:54:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:54:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:54:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:54:09 debconf: delaying package configuration, since apt-utils is not installed 21:54:09 Fetched 7655 kB in 1s (9412 kB/s) 21:54:09 Selecting previously unselected package libglib2.0-0:amd64. 21:54:09 (Reading database ... 13933 files and directories currently installed.) 21:54:09 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 21:54:09 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:54:09 Selecting previously unselected package libpsl5:amd64. 21:54:09 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:54:09 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:54:09 Selecting previously unselected package libnghttp2-14:amd64. 21:54:09 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:54:09 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:54:09 Selecting previously unselected package librtmp1:amd64. 21:54:09 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:54:09 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:54:09 Selecting previously unselected package libcurl3-gnutls:amd64. 21:54:09 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:54:09 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:54:09 Selecting previously unselected package liberror-perl. 21:54:09 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:54:10 Unpacking liberror-perl (0.17025-1) ... 21:54:10 Selecting previously unselected package git-man. 21:54:10 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:54:10 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:54:10 Selecting previously unselected package git. 21:54:10 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 21:54:10 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:54:10 Selecting previously unselected package libnorm1:amd64. 21:54:10 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:54:10 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:54:10 Selecting previously unselected package libpgm-5.2-0:amd64. 21:54:10 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:54:10 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:54:11 Selecting previously unselected package libsodium23:amd64. 21:54:11 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:54:11 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:54:11 Selecting previously unselected package libzmq5:amd64. 21:54:11 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:54:11 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:54:11 Selecting previously unselected package libzmq3-dev:amd64. 21:54:11 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:54:11 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:54:11 Selecting previously unselected package pkg-config. 21:54:11 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:54:11 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:54:11 Selecting previously unselected package zip. 21:54:11 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:54:11 Unpacking zip (3.0-11build1) ... 21:54:11 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:54:11 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:54:11 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:54:11 Setting up liberror-perl (0.17025-1) ... 21:54:11 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:54:11 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:54:11 No schema files found: doing nothing. 21:54:11 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:54:11 Setting up zip (3.0-11build1) ... 21:54:11 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:54:11 Setting up libsodium23:amd64 (1.0.16-2) ... 21:54:11 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:54:11 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:54:11 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:54:11 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:54:11 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:54:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:54:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:54:18 git set to automatically installed. 21:54:18 git-man set to automatically installed. 21:54:18 libcurl3-gnutls set to automatically installed. 21:54:18 liberror-perl set to automatically installed. 21:54:18 libglib2.0-0 set to automatically installed. 21:54:18 libnghttp2-14 set to automatically installed. 21:54:18 libnorm1 set to automatically installed. 21:54:18 libpgm-5.2-0 set to automatically installed. 21:54:18 libpsl5 set to automatically installed. 21:54:18 librtmp1 set to automatically installed. 21:54:18 libsodium23 set to automatically installed. 21:54:18 libzmq3-dev set to automatically installed. 21:54:18 libzmq5 set to automatically installed. 21:54:18 pkg-config set to automatically installed. 21:54:18 zip set to automatically installed. 21:54:23 snapd is not logged in, snap install commands will use sudo 21:54:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:54:35 core18 20201210 from Canonical* refreshed 21:54:36 Pulling config-common 21:54:37 Pulling go-build-helper 21:54:59 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:54:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:54:59 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:54:59 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:54:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 21:54:59 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:54:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:54:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:54:59 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:54:59 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:54:59 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:54:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 21:54:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 21:54:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 21:54:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 21:54:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 21:54:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 21:54:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 21:54:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:54:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 21:54:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 21:54:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 21:54:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 21:54:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 21:54:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 21:54:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 21:54:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 21:54:59 Fetched 23.5 MB in 0s (0 B/s) 21:54:59 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:54:59 Fetched 96.5 kB in 0s (0 B/s) 21:54:59 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:54:59 Fetched 279 kB in 0s (0 B/s) 21:54:59 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:54:59 Fetched 122 kB in 0s (0 B/s) 21:54:59 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:54:59 Fetched 77.8 kB in 0s (0 B/s) 21:54:59 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:54:59 Fetched 8848 B in 0s (0 B/s) 21:54:59 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:54:59 Fetched 47.8 kB in 0s (0 B/s) 21:54:59 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:54:59 Fetched 45.6 kB in 0s (0 B/s) 21:54:59 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 21:54:59 Fetched 14.8 kB in 0s (0 B/s) 21:54:59 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:54:59 Fetched 214 kB in 0s (0 B/s) 21:54:59 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 21:54:59 Fetched 155 kB in 0s (0 B/s) 21:54:59 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:54:59 Fetched 50.6 kB in 0s (0 B/s) 21:54:59 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:54:59 Fetched 14.8 kB in 0s (0 B/s) 21:54:59 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:54:59 Fetched 41.8 kB in 0s (0 B/s) 21:54:59 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:54:59 Fetched 499 kB in 0s (0 B/s) 21:54:59 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:54:59 Fetched 111 kB in 0s (0 B/s) 21:54:59 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:54:59 Fetched 240 kB in 0s (0 B/s) 21:54:59 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:54:59 Fetched 29.3 kB in 0s (0 B/s) 21:54:59 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:54:59 Fetched 85.5 kB in 0s (0 B/s) 21:54:59 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:54:59 Fetched 24.5 kB in 0s (0 B/s) 21:54:59 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 21:54:59 Fetched 49.2 kB in 0s (0 B/s) 21:54:59 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:54:59 Fetched 54.2 kB in 0s (0 B/s) 21:54:59 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:54:59 Fetched 30.8 kB in 0s (0 B/s) 21:54:59 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 21:54:59 Fetched 17.0 kB in 0s (0 B/s) 21:54:59 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:54:59 Fetched 85.9 kB in 0s (0 B/s) 21:54:59 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:54:59 Fetched 8720 B in 0s (0 B/s) 21:54:59 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:54:59 Fetched 137 kB in 0s (0 B/s) 21:54:59 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:54:59 Fetched 119 kB in 0s (0 B/s) 21:54:59 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:54:59 Fetched 109 kB in 0s (0 B/s) 21:54:59 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:54:59 Fetched 11.1 kB in 0s (0 B/s) 21:54:59 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:54:59 Fetched 645 kB in 0s (0 B/s) 21:54:59 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:54:59 Fetched 41.3 kB in 0s (0 B/s) 21:54:59 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:54:59 Fetched 17.9 kB in 0s (0 B/s) 21:54:59 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:54:59 Fetched 368 kB in 0s (0 B/s) 21:54:59 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 21:54:59 Fetched 187 kB in 0s (0 B/s) 21:54:59 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:54:59 Fetched 175 kB in 0s (0 B/s) 21:54:59 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:55:01 Fetched 206 kB in 0s (0 B/s) 21:55:01 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 21:55:01 Fetched 1301 kB in 0s (0 B/s) 21:55:01 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:55:01 Fetched 36.2 kB in 0s (0 B/s) 21:55:01 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:55:01 Fetched 159 kB in 0s (0 B/s) 21:55:01 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:55:01 Fetched 107 kB in 0s (0 B/s) 21:55:01 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:55:01 Fetched 48.7 kB in 0s (0 B/s) 21:55:01 Pulling static-packages 21:55:02 'go115' has dependencies that need to be staged: static-packages go-build-helper 21:55:02 Skipping pull go-build-helper (already ran) 21:55:02 Skipping pull static-packages (already ran) 21:55:02 Building go-build-helper 21:55:06 Building static-packages 21:55:08 Staging go-build-helper 21:55:08 Staging static-packages 21:55:09 Pulling go115 21:55:11 'edgex-go' has dependencies that need to be staged: go115 21:55:11 Skipping pull go115 (already ran) 21:55:11 Building go115 21:55:11 % Total % Received % Xferd Average Speed Time Time Time Current 21:55:11 Dload Upload Total Spent Left Speed 21:55:11 Removing intermediate container a98ed0ed00bb 21:55:11 ---> 6630e1564521 21:55:11 21:55:11 Step 10/22 : FROM alpine:3.10 21:55:11 3.10: Pulling from library/alpine 21:55:11 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:55:11 Status: Downloaded newer image for alpine:3.10 21:55:11 ---> 536a684cf733 21:55:11 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:55:11 ---> Running in e0a579c79a83 21:55:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 21:55:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 21:55:11 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:55:11 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:55:11 OK: 10171 distinct packages available 21:55:11 (1/5) Installing ca-certificates (20191127-r2) 21:55:11 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:55:11 (3/5) Installing libcurl (7.66.0-r3) 21:55:11 (4/5) Installing curl (7.66.0-r3) 21:55:11 (5/5) Installing dumb-init (1.2.2-r1) 21:55:11 Executing busybox-1.30.1-r3.trigger 21:55:11 Executing ca-certificates-20191127-r2.trigger 21:55:11 OK: 7 MiB in 19 packages 21:55:11 Removing intermediate container 4b0d7b55cea6 21:55:11 ---> b3e53176ef0c 21:55:11 21:55:11 Step 10/21 : FROM scratch 21:55:11 ---> 21:55:11 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:55:12 ---> Running in c3279fd49944 21:55:12 Removing intermediate container e0a579c79a83 21:55:12 ---> 0eec6acd37dd 21:55:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:55:13 ---> Running in 97869752b904 21:55:13 Removing intermediate container c3279fd49944 21:55:13 ---> 6e0fcc9e49db 21:55:13 Step 12/21 : ENV APP_PORT=48085 21:55:13 ---> Running in 83d7b482cbad 21:55:13 Removing intermediate container 23a8afcf851f 21:55:13 ---> 0be71984295c 21:55:13 21:55:13 Step 10/24 : FROM scratch 21:55:13 ---> 21:55:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1631k 0 0 5684k 0 0:00:20 --:--:-- 0:00:20 5664k 36 115M 36 42.0M 0 0 32.5M 0 0:00:03 0:00:01 0:00:02 32.4M 68 115M 68 79.4M 0 0 34.9M 0 0:00:03 0:00:02 0:00:01 34.9M 100 115M 100 115M 0 0 36.3M 0 0:00:03 0:00:03 --:--:-- 36.3M 21:55:14 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:55:14 Removing intermediate container 97869752b904 21:55:14 ---> e61b1db9126a 21:55:14 Step 13/22 : WORKDIR / 21:55:14 ---> Running in bfcb259bfaff 21:55:14 ---> Running in 8d6cb5c1d200 21:55:14 go1.15.2.linux-amd64.tar.gz: OK 21:55:15 Removing intermediate container 83d7b482cbad 21:55:15 ---> a80e9afa3108 21:55:15 Step 13/21 : EXPOSE $APP_PORT 21:55:15 ---> Running in 1bfdf3073cb1 21:55:15 Removing intermediate container bfcb259bfaff 21:55:15 ---> 7ade030694a1 21:55:15 Step 12/24 : ENV APP_PORT=48060 21:55:15 Removing intermediate container 8d6cb5c1d200 21:55:15 ---> bfd6d6b8325c 21:55:15 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:55:15 ---> Running in ac4d7f9d578a 21:55:15 Removing intermediate container 1bfdf3073cb1 21:55:15 ---> 6e1021e603c0 21:55:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:55:16 Removing intermediate container ac4d7f9d578a 21:55:16 ---> 6f19e134ba5c 21:55:16 Step 13/24 : EXPOSE $APP_PORT 21:55:16 ---> Running in 3d20a5b563f0 21:55:17 ---> 4b3b69e864ec 21:55:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:55:17 Removing intermediate container 3d20a5b563f0 21:55:17 ---> 667a749a6d83 21:55:17 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:55:17 ---> 9a76162ed542 21:55:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:55:18 Staging go115 21:55:19 ---> 7f76af7b8918 21:55:19 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:55:19 ---> c866308bdc9e 21:55:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:55:20 ---> e68c4673e6a1 21:55:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:55:20 ---> a4ee9ba8c67f 21:55:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:55:20 ---> 79d89c64dee0 21:55:20 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:55:21 ---> 914f226d263c 21:55:21 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:55:21 ---> ce84e96e4f40 21:55:21 Step 18/22 : RUN chmod +x entrypoint.sh 21:55:21 ---> Running in 3b0eb32d0108 21:55:22 ---> Running in f930095ca5b3 21:55:22 Removing intermediate container 3b0eb32d0108 21:55:22 ---> 060c67ce0573 21:55:22 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:55:22 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:55:22 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:55:22 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:55:22 Fetched 0 B in 0s (0 B/s) 21:55:22 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:55:22 Fetched 224 kB in 0s (0 B/s) 21:55:22 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:55:22 Fetched 157 kB in 0s (0 B/s) 21:55:22 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:55:22 Fetched 221 kB in 0s (0 B/s) 21:55:22 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:55:22 Fetched 143 kB in 0s (0 B/s) 21:55:22 Pulling edgex-go 21:55:23 ---> Running in 937866471a95 21:55:23 ---> 5469188bd75a 21:55:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:55:23 Removing intermediate container 937866471a95 21:55:23 ---> 163641bf50f9 21:55:23 Step 19/21 : LABEL arch=arm64 21:55:23 ---> Running in 1a4084dacbe1 21:55:24 Pulling version 21:55:24 ---> 02d129823a3c 21:55:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:55:24 Removing intermediate container 1a4084dacbe1 21:55:24 ---> 7530934df598 21:55:24 Step 20/21 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:55:24 Building config-common 21:55:25 ---> Running in ba9914aa905a 21:55:26 Removing intermediate container f930095ca5b3 21:55:26 ---> fbbdf8c3bafb 21:55:26 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:55:26 Removing intermediate container ba9914aa905a 21:55:26 ---> 2500bca74400 21:55:26 Step 21/21 : LABEL version=0.0.0 21:55:26 ---> 6bf71537ab96 21:55:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:55:26 ---> Running in 642855304fad 21:55:26 ---> Running in a18c7f80fb16 21:55:26 Skipping build go-build-helper (already ran) 21:55:26 Skipping build static-packages (already ran) 21:55:26 Skipping build go115 (already ran) 21:55:27 Building edgex-go 21:55:27 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 21:55:28 Removing intermediate container 642855304fad 21:55:28 ---> 5204e51b8c43 21:55:28 Step 20/22 : LABEL arch=arm64 21:55:28 ---> eb905d2a80de 21:55:28 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:55:28 Removing intermediate container a18c7f80fb16 21:55:28 ---> cd7341667268 21:55:28 21:55:28 go: downloading github.com/gorilla/mux v1.8.0 21:55:28 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 21:55:28 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 21:55:28 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 21:55:28 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:55:28 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:55:28 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 21:55:28 go: downloading github.com/pebbe/zmq4 v1.0.0 21:55:28 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:55:28 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 21:55:28 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:55:28 go: downloading github.com/go-kit/kit v0.8.0 21:55:28 go: downloading github.com/pelletier/go-toml v1.2.0 21:55:28 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:55:28 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:55:28 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:55:28 go: downloading github.com/google/uuid v1.1.2 21:55:28 go: downloading github.com/imdario/mergo v0.3.11 21:55:28 go: downloading github.com/pkg/errors v0.8.1 21:55:28 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 21:55:28 go: downloading gopkg.in/yaml.v2 v2.4.0 21:55:28 go: downloading github.com/BurntSushi/toml v0.3.1 21:55:28 go: downloading github.com/hashicorp/consul/api v1.1.0 21:55:28 go: downloading github.com/x448/float16 v0.8.4 21:55:28 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:55:28 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:55:28 go: downloading github.com/go-playground/universal-translator v0.17.0 21:55:28 go: downloading github.com/leodido/go-urn v1.2.0 21:55:28 go: downloading github.com/mitchellh/copystructure v1.0.0 21:55:28 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:55:28 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:55:28 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:55:28 go: downloading github.com/hashicorp/serf v0.8.2 21:55:28 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 21:55:28 go: downloading github.com/go-playground/locales v0.13.0 21:55:28 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:55:28 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:55:28 ---> Running in 8e593973348b 21:55:28 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:55:28 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:55:28 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:55:28 ---> Running in e5e45f0dd7ef 21:55:29 Successfully built cd7341667268 21:55:30 Successfully tagged docker-support-scheduler-go-arm64:latest 21:55:30  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 21:55:30 Removing intermediate container 8e593973348b 21:55:30 ---> 574591f436ee 21:55:30 Step 21/22 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:55:30 Removing intermediate container e5e45f0dd7ef 21:55:30 ---> 1a2672bc7a2a 21:55:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:55:30 ---> Running in a91bd825b569 21:55:30 ---> Running in 28dfd683455a 21:55:30 Removing intermediate container fbd023de96d7 21:55:30 ---> 7bc32d77155d 21:55:30 21:55:30 Step 10/22 : FROM scratch 21:55:30 ---> 21:55:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:55:30 ---> Using cache 21:55:30 ---> 6e0fcc9e49db 21:55:30 Step 12/22 : ENV APP_PORT=48081 21:55:31 ---> Running in 98c531e56260 21:55:31 Removing intermediate container a91bd825b569 21:55:31 ---> 9e79d7754b32 21:55:31 Step 22/24 : LABEL arch=arm64 21:55:31 Removing intermediate container 28dfd683455a 21:55:31 ---> ba9df6fb4bd9 21:55:31 Step 22/22 : LABEL version=0.0.0 21:55:31 ---> Running in 2568ba9e78f7 21:55:31 ---> Running in 7e9f53308221 21:55:31 Removing intermediate container 98c531e56260 21:55:31 ---> 2ba5f2b4359d 21:55:31 Step 13/22 : EXPOSE $APP_PORT 21:55:31 ---> Running in 436dffe63ee2 21:55:32 Removing intermediate container 7e9f53308221 21:55:32 ---> ac5ad92b923e 21:55:32 Step 23/24 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:55:32 Removing intermediate container 2568ba9e78f7 21:55:32 ---> 394c4d07094e 21:55:32 21:55:32 Successfully built 394c4d07094e 21:55:32 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 21:55:32  Building docker-security-bootstrap-redis-go ... done Building docker-security-secrets-setup-go 21:55:32 ---> Running in 63f476ba1a18 21:55:32 Removing intermediate container 436dffe63ee2 21:55:32 ---> 3b2df20a3d34 21:55:32 Step 14/22 : WORKDIR / 21:55:33 ---> Running in 7abe577a9456 21:55:33 Removing intermediate container 63f476ba1a18 21:55:33 ---> 9c83d1d0e7bc 21:55:33 Step 24/24 : LABEL version=0.0.0 21:55:33 Removing intermediate container 7abe577a9456 21:55:33 ---> 32acb17f2531 21:55:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:55:33 ---> Running in ddeb0bc54e7e 21:55:34 Removing intermediate container ddeb0bc54e7e 21:55:34 ---> 5f724bef671e 21:55:34 21:55:34 ---> 08576a09e20d 21:55:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:55:35 Successfully built 5f724bef671e 21:55:35 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 21:55:35 Successfully tagged docker-support-notifications-go-arm64:latest 21:55:35  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 21:55:38 ---> 1a3433659456 21:55:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:55:38 Removing intermediate container 6934ffc2db93 21:55:38 ---> fa9ae363db97 21:55:38 21:55:38 Step 10/23 : FROM alpine 21:55:38 latest: Pulling from library/alpine 21:55:38 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 21:55:38 Status: Downloaded newer image for alpine:latest 21:55:38 ---> dd36a01c3f31 21:55:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:55:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:55:39 ---> Running in 32d803a7dad4 21:55:39 ---> 3ae94b0e1a7f 21:55:39 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:55:39 ---> Running in 2302ac4b9830 21:55:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:55:39 Removing intermediate container 32d803a7dad4 21:55:39 ---> 4fd657a9cf77 21:55:39 Step 12/23 : ENV APP_PORT=48080 21:55:39 ---> Running in b00b80be33c9 21:55:40 Removing intermediate container 2302ac4b9830 21:55:40 ---> 5caddf29494b 21:55:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:55:40 ---> Running in a3f2f162cacc 21:55:40 Removing intermediate container b00b80be33c9 21:55:40 ---> a42a7730900c 21:55:40 Step 13/23 : EXPOSE $APP_PORT 21:55:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:55:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:55:40 go: downloading github.com/stretchr/testify v1.5.1 21:55:40 go: downloading github.com/davecgh/go-spew v1.1.1 21:55:40 go: downloading github.com/pmezard/go-difflib v1.0.0 21:55:41 ---> Running in d7c13fdf1db5 21:55:41 Removing intermediate container a3f2f162cacc 21:55:41 ---> 2a4c84ba4404 21:55:41 Step 20/22 : LABEL arch=arm64 21:55:41 ---> Running in 5521bff35978 21:55:41 Removing intermediate container d7c13fdf1db5 21:55:41 ---> b9850e25908f 21:55:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:55:41 ---> Running in 64da005fcdea 21:55:42 Removing intermediate container 5521bff35978 21:55:42 ---> 00a6d88d94c0 21:55:42 Step 21/22 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:55:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:55:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:55:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:55:42 ---> Running in fe35c0e55cad 21:55:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:55:43 Removing intermediate container fe35c0e55cad 21:55:43 ---> 735f9345e71d 21:55:43 Step 22/22 : LABEL version=0.0.0 21:55:43 ---> Running in d9d05a917832 21:55:44 Removing intermediate container d9d05a917832 21:55:44 ---> db50b2e62aa9 21:55:44 21:55:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:55:44 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:55:44 Removing intermediate container 64da005fcdea 21:55:44 ---> 64aa78e4a177 21:55:44 Step 15/23 : RUN apk --no-cache add zeromq 21:55:44 Successfully built db50b2e62aa9 21:55:44 Successfully tagged docker-core-metadata-go-arm64:latest 21:55:44  Building docker-core-metadata-go ... done Building docker-core-command-go 21:55:44 ---> Running in 9409a7a487ff 21:55:45 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 21:55:45 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:55:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:55:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:55:47 (1/5) Installing libgcc (9.3.0-r2) 21:55:47 (2/5) Installing libsodium (1.0.18-r0) 21:55:47 (3/5) Installing libstdc++ (9.3.0-r2) 21:55:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:55:47 (4/5) Installing libzmq (4.3.3-r0) 21:55:48 (5/5) Installing zeromq (4.3.3-r0) 21:55:48 Executing busybox-1.31.1-r19.trigger 21:55:48 OK: 8 MiB in 19 packages 21:55:50 Building version 21:55:50 Removing intermediate container 9409a7a487ff 21:55:50 ---> 80601984a7c9 21:55:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:55:51 ---> 31a2ca3b9cd6 21:55:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:55:51 Staging config-common 21:55:52 Skipping stage go-build-helper (already ran) 21:55:52 Skipping stage static-packages (already ran) 21:55:52 Skipping stage go115 (already ran) 21:55:52 Staging edgex-go 21:55:52 ---> 9bec8fc6d074 21:55:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:55:53 Staging version 21:55:53 ---> ee4ae5b31e39 21:55:53 Step 19/23 : ENTRYPOINT ["/core-data"] 21:55:54 ---> Running in affa5668b37f 21:55:54 Priming config-common 21:55:54 Removing intermediate container affa5668b37f 21:55:54 ---> 5a312afd439a 21:55:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:55:54 ---> Running in d39a3274c195 21:55:55 Priming go-build-helper 21:55:55 Removing intermediate container d39a3274c195 21:55:55 ---> baa7b50eae39 21:55:55 Step 21/23 : LABEL arch=arm64 21:55:55 ---> Running in 081315e133d6 21:55:56 Removing intermediate container 081315e133d6 21:55:56 ---> 26e74c2aef7d 21:55:56 Step 22/23 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:55:56 Priming static-packages 21:55:56 ---> Running in 8aaf23b94032 21:55:57 Removing intermediate container 8aaf23b94032 21:55:57 ---> 6080ca6a9df9 21:55:57 Step 23/23 : LABEL version=0.0.0 21:55:57 ---> Running in 2262c838f402 21:55:57 Removing intermediate container 2262c838f402 21:55:57 ---> 1c30ce1387d0 21:55:57 21:55:58 Successfully built 1c30ce1387d0 21:55:58 Successfully tagged docker-core-data-go-arm64:latest 21:55:58 Building docker-sys-mgmt-agent-go 21:55:58 Priming go115 21:55:59 Priming edgex-go 21:56:00 Priming version 21:56:01 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:56:37  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:56:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:56:37 ---> 5416c149ecc2 21:56:37 Step 3/24 : WORKDIR /edgex-go 21:56:37 ---> Using cache 21:56:37 ---> 245096fe7455 21:56:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:37 ---> Using cache 21:56:37 ---> 3bb8bc923f4f 21:56:37 Step 5/24 : RUN apk update && apk add make git 21:56:37 ---> Using cache 21:56:37 ---> 1115872941b5 21:56:37 Step 6/24 : COPY go.mod . 21:56:37 ---> Using cache 21:56:37 ---> 2008616e896c 21:56:37 Step 7/24 : RUN go mod download 21:56:37 ---> Using cache 21:56:37 ---> 5bc69c1825fe 21:56:37 Step 8/24 : COPY . . 21:56:37 ---> Using cache 21:56:37 ---> 7613726943e4 21:56:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:56:37 ---> Running in 8f1781e8b9bc 21:56:37 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 21:56:37 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 21:56:37 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:56:37 ---> 5416c149ecc2 21:56:37 Step 3/29 : WORKDIR /edgex-go 21:56:37 ---> Using cache 21:56:37 ---> 245096fe7455 21:56:37 Step 4/29 : RUN apk update && apk add make git 21:56:39 ---> Running in bcfd231e8767 21:56:40 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:56:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:56:40 ---> 5416c149ecc2 21:56:40 Step 3/21 : WORKDIR /edgex-go 21:56:40 ---> Using cache 21:56:40 ---> 245096fe7455 21:56:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:40 ---> Using cache 21:56:40 ---> 3bb8bc923f4f 21:56:40 Step 5/21 : RUN apk update && apk add make git 21:56:40 ---> Using cache 21:56:40 ---> 1115872941b5 21:56:40 Step 6/21 : COPY go.mod . 21:56:40 ---> Using cache 21:56:40 ---> 2008616e896c 21:56:40 Step 7/21 : RUN go mod download 21:56:40 ---> Using cache 21:56:40 ---> 5bc69c1825fe 21:56:40 Step 8/21 : COPY . . 21:56:40 ---> Using cache 21:56:40 ---> 7613726943e4 21:56:40 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:56:41 ---> Running in 59a8a932b6a9 21:56:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:56:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:56: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 21:56:43 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:56:43 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:56:43 OK: 12620 distinct packages available 21:56:44 OK: 217 MiB in 51 packages 21:56:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:56:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:56:45 ---> 5416c149ecc2 21:56:45 Step 3/22 : WORKDIR /edgex-go 21:56:45 ---> Using cache 21:56:45 ---> 245096fe7455 21:56:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:45 ---> Using cache 21:56:45 ---> 3bb8bc923f4f 21:56:45 Step 5/22 : RUN apk update && apk add make git 21:56:45 ---> Using cache 21:56:45 ---> 1115872941b5 21:56:45 Step 6/22 : COPY go.mod . 21:56:45 ---> Using cache 21:56:45 ---> 2008616e896c 21:56:45 Step 7/22 : RUN go mod download 21:56:45 ---> Using cache 21:56:45 ---> 5bc69c1825fe 21:56:45 Step 8/22 : COPY . . 21:56:45 ---> Using cache 21:56:45 ---> 7613726943e4 21:56:45 Step 9/22 : RUN make cmd/core-command/core-command 21:56:47 ---> Running in 4c8cadbc932e 21:56:48 Removing intermediate container bcfd231e8767 21:56:48 ---> 2af9043d4dff 21:56:48 Step 5/29 : COPY go.mod . 21:56:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:56:51 ---> 2332f0f52fa8 21:56:51 Step 6/29 : RUN go mod download 21:56:51 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 21:56:51 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:56:51 ---> 5416c149ecc2 21:56:51 Step 3/27 : WORKDIR /edgex-go 21:56:51 ---> Using cache 21:56:51 ---> 245096fe7455 21:56:51 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:51 ---> Using cache 21:56:51 ---> 3bb8bc923f4f 21:56:51 Step 5/27 : RUN apk update && apk add make bash git 21:56:51 ---> Running in cfce94d8a6f8 21:56:51 ---> Running in 289f2cac9686 21:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:56:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:56:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:56:56 OK: 12620 distinct packages available 21:56:56 Removing intermediate container 289f2cac9686 21:56:56 ---> 6a99fc60eb86 21:56:56 Step 7/29 : COPY . . 21:56:56 OK: 217 MiB in 51 packages 21:57:00 Removing intermediate container cfce94d8a6f8 21:57:00 ---> 0ea323089c34 21:57:00 Step 6/27 : COPY go.mod . 21:57:03 ---> 4d6293e04434 21:57:03 Step 7/27 : RUN go mod download 21:57:03 ---> Running in 4ff78bb20b8d 21:57:09 Removing intermediate container 4ff78bb20b8d 21:57:09 ---> 287f7d2f8997 21:57:09 Step 8/27 : COPY . . 21:57:20 ---> 500a3531bd68 21:57:20 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:57:20 ---> Running in 93396040dece 21:57:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:57:31 ---> 63042aba8fda 21:57:31 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:57:31 ---> Running in e7b69082798a 21:57:33 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 21:57:43 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 21:58:01 Removing intermediate container 8f1781e8b9bc 21:58:01 ---> ca03a296b106 21:58:01 21:58:01 Step 10/24 : FROM alpine:3.10 21:58:01 ---> 536a684cf733 21:58:01 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:58:01 ---> Using cache 21:58:01 ---> 0eec6acd37dd 21:58:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:58:01 ---> Running in a99595d7e30d 21:58:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:58:01 Removing intermediate container a99595d7e30d 21:58:01 ---> 26a668370b74 21:58:01 Step 13/24 : WORKDIR / 21:58:01 ---> Running in cf622aa1986d 21:58:02 Removing intermediate container cf622aa1986d 21:58:02 ---> d27c37074b68 21:58:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:58:03 ---> cee03cc85a81 21:58:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:58:04 ---> c4742ee2654a 21:58:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:58:05 ---> e0e7717a3443 21:58:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:58:07 ---> eaf7740134c1 21:58:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:58:09 ---> e46395b41dcb 21:58:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:58:10 ---> 13b2ff7e6738 21:58:10 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:58:10 ---> Running in a37a2c2c36d6 21:58:15 Removing intermediate container a37a2c2c36d6 21:58:15 ---> abb2dc0ecf33 21:58:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:58:15 ---> Running in 001712becd37 21:58:16 Removing intermediate container 001712becd37 21:58:16 ---> fc982e9d710b 21:58:16 Step 22/24 : LABEL arch=arm64 21:58:16 ---> Running in ce19181a6015 21:58:17 Removing intermediate container ce19181a6015 21:58:17 ---> a0225ba84b60 21:58:17 Step 23/24 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:58:17 Removing intermediate container 59a8a932b6a9 21:58:17 ---> e9e86a4450ae 21:58:17 21:58:17 Step 10/21 : FROM alpine 21:58:17 ---> dd36a01c3f31 21:58:17 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:58:17 ---> Running in d6ee49c33263 21:58:17 ---> Running in 12b91d89a201 21:58:18 Removing intermediate container d6ee49c33263 21:58:18 ---> f661a2fb77f0 21:58:18 Step 24/24 : LABEL version=0.0.0 21:58:19 ---> Running in 063bde124c87 21:58:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:20 Removing intermediate container 063bde124c87 21:58:20 ---> e83c0efa24fc 21:58:20 21:58:21 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:58:21 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:58:21 OK: 12617 distinct packages available 21:58:21 Successfully built e83c0efa24fc 21:58:21 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:58:22  Building docker-security-secretstore-setup-go ... done (1/4) Installing ca-certificates (20191127-r4) 21:58:22 Removing intermediate container 4c8cadbc932e 21:58:22 ---> b6818193d1a5 21:58:22 21:58:22 Step 10/22 : FROM scratch 21:58:22 ---> 21:58:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:58:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:58:22 (3/4) Installing libcurl (7.69.1-r3) 21:58:22 (4/4) Installing curl (7.69.1-r3) 21:58:22 Executing busybox-1.31.1-r19.trigger 21:58:22 Executing ca-certificates-20191127-r4.trigger 21:58:22 ---> Using cache 21:58:22 ---> 6e0fcc9e49db 21:58:22 Step 12/22 : ENV APP_PORT=48082 21:58:22 OK: 7 MiB in 18 packages 21:58:23 ---> Running in f0d9650e3224 21:58:23 Removing intermediate container f0d9650e3224 21:58:23 ---> dee07d2df563 21:58:23 Step 13/22 : EXPOSE $APP_PORT 21:58:23 ---> Running in 0683da1fdcec 21:58:24 Removing intermediate container 0683da1fdcec 21:58:24 ---> 208f65ea33ee 21:58:24 Step 14/22 : WORKDIR / 21:58:24 ---> Running in 1edcfd450c05 21:58:25 Removing intermediate container 12b91d89a201 21:58:25 ---> 7dff42d5c7dc 21:58:25 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:58:25 ---> Running in 924a27df8190 21:58:25 Removing intermediate container 1edcfd450c05 21:58:25 ---> 14d0fa616c2c 21:58:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:58:26 Removing intermediate container 924a27df8190 21:58:26 ---> 526867dc21c9 21:58:26 Step 13/21 : WORKDIR /edgex 21:58:26 ---> Running in 127124961f17 21:58:26 ---> b8b8808e4e1e 21:58:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:58:27 Removing intermediate container 127124961f17 21:58:27 ---> 91907a095926 21:58:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:58:28 ---> 477543bf8435 21:58:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:58:28 ---> 2b789d49e10a 21:58:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:58:30 ---> 6cec005aba28 21:58:30 Step 18/22 : ENTRYPOINT ["/core-command"] 21:58:30 ---> fbc9fcbb1397 21:58:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:58:30 ---> Running in 6f4ac2189e7a 21:58:31 Removing intermediate container 6f4ac2189e7a 21:58:31 ---> 5ddf6df83c69 21:58:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:31 ---> Running in 586a45ba1a7c 21:58:32 ---> 14d126bb4ea0 21:58:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:58:32 Removing intermediate container 586a45ba1a7c 21:58:32 ---> d0a7ceede21b 21:58:32 Step 20/22 : LABEL arch=arm64 21:58:32 ---> Running in dcb6ba9b58b4 21:58:33 ---> Running in 828ae9b9d395 21:58:34 Removing intermediate container 828ae9b9d395 21:58:34 Removing intermediate container dcb6ba9b58b4 21:58:34 ---> ddb44b30d8ae 21:58:34 Step 18/21 : CMD ["--init=true"] 21:58:34 ---> dc1b4e1dba9c 21:58:34 Step 21/22 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:58:34 ---> Running in 214591718b52 21:58:34 ---> Running in c1d579e1b4e9 21:58:35 Removing intermediate container 214591718b52 21:58:35 ---> 8a6d97b799f6 21:58:35 Step 22/22 : LABEL version=0.0.0 21:58:35 Removing intermediate container c1d579e1b4e9 21:58:35 ---> d3aeb38ff354 21:58:35 Step 19/21 : LABEL arch=arm64 21:58:35 ---> Running in 57502e90656e 21:58:35 ---> Running in 4f1f3bf2d8d4 21:58:35 Removing intermediate container 93396040dece 21:58:35 ---> cc43d00c585a 21:58:35 21:58:35 Step 9/29 : FROM alpine:latest 21:58:35 ---> dd36a01c3f31 21:58:35 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:58:35 ---> Running in 059f958d3971 21:58:36 Removing intermediate container 4f1f3bf2d8d4 21:58:36 ---> 8973b2da474f 21:58:36 Step 20/21 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:58:36 ---> Running in 0c6dd860fe9c 21:58:36 Removing intermediate container 57502e90656e 21:58:36 ---> f1dd386aecca 21:58:36 21:58:36 Removing intermediate container 059f958d3971 21:58:36 ---> 0518c6f5ad0b 21:58:36 Step 11/29 : USER root 21:58:36 ---> Running in 782834212e48 21:58:37 Removing intermediate container 0c6dd860fe9c 21:58:37 ---> 39001dd50003 21:58:37 Step 21/21 : LABEL version=0.0.0 21:58:37 Successfully built f1dd386aecca 21:58:37 ---> Running in 6f897986ce0b 21:58:37 Successfully tagged docker-core-command-go-arm64:latest 21:58:37  Building docker-core-command-go ... done Removing intermediate container 782834212e48 21:58:37 ---> 7bebf5330598 21:58:37 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:58:37 ---> Running in 99eaf33bea87 21:58:38 Removing intermediate container 6f897986ce0b 21:58:38 ---> 8249742c9f97 21:58:38 21:58:38 Successfully built 8249742c9f97 21:58:38 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:58:39  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:39 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:58:39 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:58:39 OK: 12617 distinct packages available 21:58:40 (1/2) Installing ca-certificates (20191127-r4) 21:58:40 (2/2) Installing dumb-init (1.2.2-r1) 21:58:40 Executing busybox-1.31.1-r19.trigger 21:58:40 Executing ca-certificates-20191127-r4.trigger 21:58:40 OK: 6 MiB in 16 packages 21:58:42 Removing intermediate container 99eaf33bea87 21:58:42 ---> 4afde6897166 21:58:42 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:58:42 Removing intermediate container e7b69082798a 21:58:42 ---> 4fb330a122fd 21:58:42 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:58:42 ---> Running in 4885dcba0497 21:58:42 ---> Running in 506ff34d2634 21:58:43 Removing intermediate container 4885dcba0497 21:58:43 ---> 211d4f339afc 21:58:43 Step 14/29 : WORKDIR $BASE_DIR 21:58:43 ---> Running in 38bb9e880bd6 21:58:44 Removing intermediate container 38bb9e880bd6 21:58:44 ---> 1441e504ec2e 21:58:44 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:58:44 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 21:58:44 ---> Running in c667459d8916 21:58:46 Removing intermediate container c667459d8916 21:58:46 ---> 17859ae47a1a 21:58:46 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:58:47 Removing intermediate container 506ff34d2634 21:58:47 ---> 94a4ce417617 21:58:47 21:58:47 Step 11/27 : FROM docker:latest 21:58:47 ---> 0c09fb3ff9b5 21:58:47 Step 12/27 : RUN apk add --no-cache bash 21:58:47 ---> Running in 77a19e6982d2 21:58:47 ---> 6ae3164a0686 21:58:47 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:58:48 ---> 108b3fb25008 21:58:48 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:58:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:49 (1/2) Installing readline (8.0.4-r0) 21:58:49 ---> 91a581e0e754 21:58:49 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:58:49 (2/2) Installing bash (5.0.17-r0) 21:58:49 Executing bash-5.0.17-r0.post-install 21:58:49 Executing busybox-1.31.1-r19.trigger 21:58:49 OK: 12 MiB in 22 packages 21:58:50 ---> cc42a8504228 21:58:50 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:58:50 Removing intermediate container 77a19e6982d2 21:58:50 ---> 1508a184272b 21:58:50 Step 13/27 : RUN rm -rf /var/cache/apk/* 21:58:50 ---> Running in 6e4431e39d61 21:58:50 ---> 1268a072f12c 21:58:50 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:58:50 ---> Running in a9f73b166771 21:58:54 Removing intermediate container 6e4431e39d61 21:58:54 ---> 9710a4f40d3e 21:58:54 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:58:54 ---> Running in a6e93b330070 21:58:54 Removing intermediate container a9f73b166771 21:58:54 ---> 3e8104e13a39 21:58:54 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:58:54 Removing intermediate container a6e93b330070 21:58:54 ---> 6760b5e2ef66 21:58:54 Step 15/27 : ENV APP_PORT=48090 21:58:55 ---> Running in aaace04cb1a6 21:58:55 ---> bda7e5663317 21:58:55 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:58:55 ---> Running in 65aaa0f09b2b 21:58:55 Removing intermediate container aaace04cb1a6 21:58:55 ---> 00c310645580 21:58:55 Step 16/27 : EXPOSE $APP_PORT 21:58:56 ---> Running in adddf032563b 21:58:56 Removing intermediate container adddf032563b 21:58:56 ---> 5b59dd3b9943 21:58:56 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:58:57 ---> add6d8d78644 21:58:57 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:58:58 Removing intermediate container 65aaa0f09b2b 21:58:58 ---> fd65d2a03d9d 21:58:58 Step 24/29 : RUN chmod 755 security-secrets-setup 21:58:58 ---> Running in cd947e764a43 21:58:58 ---> ebcb00b78e4b 21:58:58 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:58:59 ---> ed47bbe49cb4 21:58:59 Step 20/27 : RUN apk --no-cache add py3-pip 21:58:59 ---> Running in a410b0bcd626 21:59:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:59:01 Removing intermediate container cd947e764a43 21:59:01 ---> de214a6315bf 21:59:01 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:59:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:59:01 ---> Running in fc0d1ab08749 21:59:01 Removing intermediate container fc0d1ab08749 21:59:01 ---> 26a4594962ed 21:59:01 Step 26/29 : CMD [ "generate" ] 21:59:01 (1/33) Installing libbz2 (1.0.8-r1) 21:59:01 (2/33) Installing expat (2.2.9-r1) 21:59:01 (3/33) Installing libffi (3.3-r2) 21:59:01 (4/33) Installing gdbm (1.13-r1) 21:59:01 (5/33) Installing xz-libs (5.2.5-r0) 21:59:01 (6/33) Installing sqlite-libs (3.32.1-r0) 21:59:01 (7/33) Installing python3 (3.8.5-r0) 21:59:01 ---> Running in 35cd248db4a7 21:59:02 Removing intermediate container 35cd248db4a7 21:59:02 ---> 3d9cb7310956 21:59:02 Step 27/29 : LABEL arch=arm64 21:59:02 ---> Running in 38b01407c20c 21:59:03 (8/33) Installing py3-appdirs (1.4.4-r1) 21:59:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:59:03 Removing intermediate container 38b01407c20c 21:59:03 ---> bd59ceb3bea3 21:59:03 Step 28/29 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:59:03 (10/33) Installing py3-parsing (2.4.7-r0) 21:59:03 (11/33) Installing py3-six (1.15.0-r0) 21:59:03 (12/33) Installing py3-packaging (20.4-r0) 21:59:03 (13/33) Installing py3-setuptools (47.0.0-r0) 21:59:03 (14/33) Installing py3-chardet (3.0.4-r4) 21:59:03 ---> Running in 215321245a9c 21:59:03 (15/33) Installing py3-idna (2.9-r0) 21:59:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:59:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:59:03 (18/33) Installing py3-requests (2.23.0-r0) 21:59:03 (19/33) Installing py3-msgpack (1.0.0-r0) 21:59:03 (20/33) Installing py3-lockfile (0.12.2-r3) 21:59:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:59:03 (22/33) Installing py3-colorama (0.4.3-r0) 21:59:03 (23/33) Installing py3-distlib (0.3.0-r0) 21:59:04 (24/33) Installing py3-distro (1.5.0-r1) 21:59:04 (25/33) Installing py3-webencodings (0.5.1-r3) 21:59:04 (26/33) Installing py3-html5lib (1.0.1-r4) 21:59:04 (27/33) Installing py3-pytoml (0.1.21-r0) 21:59:04 (28/33) Installing py3-pep517 (0.8.2-r0) 21:59:04 (29/33) Installing py3-progress (1.5-r0) 21:59:04 (30/33) Installing py3-toml (0.10.1-r0) 21:59:04 Removing intermediate container 215321245a9c 21:59:04 ---> 5f17d2981be5 21:59:04 Step 29/29 : LABEL version=0.0.0 21:59:04 (31/33) Installing py3-retrying (1.3.3-r0) 21:59:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:59:04 (33/33) Installing py3-pip (20.1.1-r0) 21:59:04 Executing busybox-1.31.1-r19.trigger 21:59:04 ---> Running in 1af4f5a9117d 21:59:04 OK: 71 MiB in 55 packages 21:59:04 Removing intermediate container 1af4f5a9117d 21:59:04 ---> ce35b528228c 21:59:04 21:59:05 Successfully built ce35b528228c 21:59:05 Successfully tagged docker-security-secrets-setup-go-arm64:latest 21:59:10  Building docker-security-secrets-setup-go ... done Removing intermediate container a410b0bcd626 21:59:10 ---> 33a6853d9cbb 21:59:10 Step 21/27 : RUN pip install docker-compose==1.23.2 21:59:10 ---> Running in 99d12b83090b 21:59:14 Collecting docker-compose==1.23.2 21:59:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:59:15 Collecting websocket-client<1.0,>=0.32.0 21:59:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:59:15 Collecting docopt<0.7,>=0.6.1 21:59:15 Downloading docopt-0.6.2.tar.gz (25 kB) 21:59:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:59:17 Collecting cached-property<2,>=1.2.0 21:59:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:59:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:59:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:59:19 Collecting jsonschema<3,>=2.5.1 21:59:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:59:20 Collecting docker<4.0,>=3.6.0 21:59:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:59:20 Collecting dockerpty<0.5,>=0.4.1 21:59:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:59:22 Collecting texttable<0.10,>=0.9.0 21:59:22 Downloading texttable-0.9.1.tar.gz (11 kB) 21:59:24 Collecting PyYAML<4,>=3.10 21:59:24 Downloading PyYAML-3.13.tar.gz (270 kB) 21:59:28 Collecting urllib3<1.25,>=1.21.1 21:59:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:59:28 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) 21:59:28 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) 21:59:28 Collecting idna<2.8,>=2.5 21:59:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:59:28 Collecting docker-pycreds>=0.4.0 21:59:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:59:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:59:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:59:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:59:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:59:29 Installing collected packages: websocket-client, docopt, cached-property, urllib3, idna, requests, jsonschema, docker-pycreds, docker, dockerpty, texttable, PyYAML, docker-compose 21:59:29 Running setup.py install for docopt: started 21:59:31 Running setup.py install for docopt: finished with status 'done' 21:59:31 Attempting uninstall: urllib3 21:59:31 Found existing installation: urllib3 1.25.9 21:59:31 Uninstalling urllib3-1.25.9: 21:59:31 Successfully uninstalled urllib3-1.25.9 21:59:32 Attempting uninstall: idna 21:59:32 Found existing installation: idna 2.9 21:59:32 Uninstalling idna-2.9: 21:59:32 Successfully uninstalled idna-2.9 21:59:32 Attempting uninstall: requests 21:59:32 Found existing installation: requests 2.23.0 21:59:32 Uninstalling requests-2.23.0: 21:59:32 Successfully uninstalled requests-2.23.0 21:59:34 Running setup.py install for dockerpty: started 21:59:35 Running setup.py install for dockerpty: finished with status 'done' 21:59:35 Running setup.py install for texttable: started 21:59:37 Running setup.py install for texttable: finished with status 'done' 21:59:37 Running setup.py install for PyYAML: started 21:59:39 Running setup.py install for PyYAML: finished with status 'done' 21:59:40 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 21:59:45 Removing intermediate container 99d12b83090b 21:59:45 ---> 4999ddce17a8 21:59:45 Step 22/27 : RUN apk --no-cache add curl 21:59:45 ---> Running in 712747c8fa93 21:59:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:59:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:59:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:59:46 (2/3) Installing libcurl (7.69.1-r3) 21:59:46 (3/3) Installing curl (7.69.1-r3) 21:59:46 Executing busybox-1.31.1-r19.trigger 21:59:46 OK: 71 MiB in 58 packages 21:59:47 Removing intermediate container 712747c8fa93 21:59:47 ---> ff4e619d5708 21:59:47 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 21:59:47 ---> Running in 9b507c4a37d4 21:59:48 Removing intermediate container 9b507c4a37d4 21:59:48 ---> 99b66414613d 21:59:48 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:59:48 ---> Running in e8e22257ee5e 21:59:48 Removing intermediate container e8e22257ee5e 21:59:48 ---> 44a9da5e3b53 21:59:48 Step 25/27 : LABEL arch=arm64 21:59:48 ---> Running in 8ab3ea301182 21:59:49 Removing intermediate container 8ab3ea301182 21:59:49 ---> 715ebac973a3 21:59:49 Step 26/27 : LABEL git_sha=8825629fed540149d98780d83199692e7d178fa1 21:59:49 ---> Running in cd98a62504ab 21:59:50 Removing intermediate container cd98a62504ab 21:59:50 ---> 4b52137cbdb7 21:59:50 Step 27/27 : LABEL version=0.0.0 21:59:50 ---> Running in 205b0af3a601 21:59:50 Removing intermediate container 205b0af3a601 21:59:50 ---> dcd26e7f7fc2 21:59:50 21:59:50 Successfully built dcd26e7f7fc2 21:59:50 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:59:51  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:59:51 $ docker stop --time=1 c68d4a3e323a6421dbc9403f891eb1441fa44dab64dc244d3b371ea84f2fad25 21:59:53 $ docker rm -f c68d4a3e323a6421dbc9403f891eb1441fa44dab64dc244d3b371ea84f2fad25 [Pipeline] // withDockerContainer [Pipeline] sh 21:59:54 + docker images 21:59:54 + grep docker 21:59:54 docker-sys-mgmt-agent-go-arm64 latest dcd26e7f7fc2 4 seconds ago 300MB 21:59:54 docker-security-secrets-setup-go-arm64 latest ce35b528228c 50 seconds ago 22.7MB 21:59:54 docker-security-proxy-setup-go-arm64 latest 8249742c9f97 About a minute ago 23.4MB 21:59:54 docker-core-command-go-arm64 latest f1dd386aecca About a minute ago 9.98MB 21:59:54 docker-security-secretstore-setup-go-arm64 latest e83c0efa24fc About a minute ago 23.5MB 21:59:54 docker-core-data-go-arm64 latest 1c30ce1387d0 3 minutes ago 20.9MB 21:59:54 docker-core-metadata-go-arm64 latest db50b2e62aa9 4 minutes ago 12.2MB 21:59:54 docker-support-notifications-go-arm64 latest 5f724bef671e 4 minutes ago 11.4MB 21:59:54 docker-security-bootstrap-redis-go-arm64 latest 394c4d07094e 4 minutes ago 15.2MB 21:59:54 docker-support-scheduler-go-arm64 latest cd7341667268 4 minutes ago 10MB 21:59:54 docker latest 0c09fb3ff9b5 24 hours ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:59:56 provisioning config files... 21:59:56 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1335374646688905177tmp [Pipeline] { [Pipeline] sh 21:59:57 + set +x 21:59:57 + curl -s https://codecov.io/bash 21:59:57 + bash -s -- 21:59:57 21:59:57 _____ _ 21:59:57 / ____| | | 21:59:57 | | ___ __| | ___ ___ _____ __ 21:59:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:59:57 | |___| (_) | (_| | __/ (_| (_) \ V / 21:59:57 \_____\___/ \__,_|\___|\___\___/ \_/ 21:59:57 Bash-20201130-cc6d3fe 21:59:57 21:59:57 21:59:57 ==> Jenkins CI detected. 21:59:57 project root: . 21:59:57 --> token set from env 21:59:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:59:57 ==> Running gcov in . (disable via -X gcov) 21:59:57 ==> Python coveragepy not found 21:59:57 ==> Searching for coverage reports in: 21:59:57 + . 21:59:57 -> Found 1 reports 21:59:57 ==> Detecting git/mercurial file structure 21:59:57 ==> Reading reports 21:59:57 + ./coverage.out bytes=567417 21:59:57 ==> Appending adjustments 21:59:57 https://docs.codecov.io/docs/fixing-reports 22:00:01 + Found adjustments 22:00:01 ==> Gzipping contents 22:00:01 84K /tmp/codecov.vUFq68.gz 22:00:01 ==> Uploading reports 22:00:01 url: https://codecov.io 22:00:01 query: branch=PR-2956&commit=8825629fed540149d98780d83199692e7d178fa1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2956%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2956&job=&cmd_args= 22:00:01 -> Pinging Codecov 22:00:01 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2956&commit=8825629fed540149d98780d83199692e7d178fa1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2956%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2956&job=&cmd_args= 22:00:01 -> Uploading to 22:00:01 https://storage.googleapis.com/codecov/v4/raw/2020-12-16/00271124DB129430A58F1EEE437C3FCB/8825629fed540149d98780d83199692e7d178fa1/973c543f-ee11-4666-84a4-32d8f1005f53.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T220001Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=29635ec45e6b9cbefeae3d3e072d430479de47b441e2866e7bf57c5e3905e860 22:00:01 % Total % Received % Xferd Average Speed Time Time Time Current 22:00:01 Dload Upload Total Spent Left Speed 22:00:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85845 0 0 100 85845 0 166k --:--:-- --:--:-- --:--:-- 166k 100 85845 0 0 100 85845 0 166k --:--:-- --:--:-- --:--:-- 166k 22:00:01 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8825629fed540149d98780d83199692e7d178fa1 [Pipeline] } 22:00:01 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 22:00:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:00:05 ---> package-listing.sh 22:00:05 ++ facter osfamily 22:00:05 ++ tr '[:upper:]' '[:lower:]' 22:00:05 + OS_FAMILY=redhat 22:00:05 + workspace=/w/workspace/edgex-go/3 22:00:05 + START_PACKAGES=/tmp/packages_start.txt 22:00:05 + END_PACKAGES=/tmp/packages_end.txt 22:00:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:00:05 + PACKAGES=/tmp/packages_start.txt 22:00:05 + '[' /w/workspace/edgex-go/3 ']' 22:00:05 + PACKAGES=/tmp/packages_end.txt 22:00:05 + case "${OS_FAMILY}" in 22:00:05 + rpm -qa 22:00:05 + sort 22:00:10 + '[' -f /tmp/packages_start.txt ']' 22:00:10 + '[' -f /tmp/packages_end.txt ']' 22:00:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:00:10 + '[' /w/workspace/edgex-go/3 ']' 22:00:10 + mkdir -p /w/workspace/edgex-go/3/archives/ 22:00:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 22:00:10 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:00:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:00:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:00:11 22:00:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:00:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:00:11 alpine: Pulling from edgex-lftools-log-publisher 22:00:11 df20fa9351a1: Pulling fs layer 22:00:11 36b3adc4ff6f: Pulling fs layer 22:00:11 8ad3a11d3b57: Pulling fs layer 22:00:11 46f8f816bc3b: Pulling fs layer 22:00:11 93b61091891f: Pulling fs layer 22:00:11 93b9cdb0e59b: Pulling fs layer 22:00:11 5e14af77c1be: Pulling fs layer 22:00:11 01666e4c0597: Pulling fs layer 22:00:11 aa168da1d23b: Pulling fs layer 22:00:11 46f8f816bc3b: Waiting 22:00:11 93b61091891f: Waiting 22:00:11 93b9cdb0e59b: Waiting 22:00:11 5e14af77c1be: Waiting 22:00:11 01666e4c0597: Waiting 22:00:11 aa168da1d23b: Waiting 22:00:11 36b3adc4ff6f: Verifying Checksum 22:00:11 36b3adc4ff6f: Download complete 22:00:11 46f8f816bc3b: Verifying Checksum 22:00:11 46f8f816bc3b: Download complete 22:00:11 df20fa9351a1: Verifying Checksum 22:00:11 df20fa9351a1: Download complete 22:00:11 93b9cdb0e59b: Verifying Checksum 22:00:11 93b9cdb0e59b: Download complete 22:00:11 5e14af77c1be: Download complete 22:00:11 93b61091891f: Verifying Checksum 22:00:11 93b61091891f: Download complete 22:00:11 01666e4c0597: Verifying Checksum 22:00:11 01666e4c0597: Download complete 22:00:11 8ad3a11d3b57: Verifying Checksum 22:00:11 8ad3a11d3b57: Download complete 22:00:12 df20fa9351a1: Pull complete 22:00:12 36b3adc4ff6f: Pull complete 22:00:13 8ad3a11d3b57: Pull complete 22:00:13 46f8f816bc3b: Pull complete 22:00:14 aa168da1d23b: Verifying Checksum 22:00:14 aa168da1d23b: Download complete 22:00:15 93b61091891f: Pull complete 22:00:16 93b9cdb0e59b: Pull complete 22:00:16 5e14af77c1be: Pull complete 22:00:16 01666e4c0597: Pull complete 22:00:24 aa168da1d23b: Pull complete 22:00:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:00:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:00:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:00:24 prd-centos7-docker-4c-2g-16385 does not seem to be running inside a container 22:00:24 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:00:30 $ docker top 3df58bf8d5016d249005de12b664db386923edd663cbf8dbc25a660564ac2d28 -eo pid,comm [Pipeline] { [Pipeline] sh 22:00:30 + touch /tmp/pre-build-complete [Pipeline] sh 22:00:31 + mkdir -p /var/log/sa [Pipeline] sh 22:00:31 + ls /var/log/sa-host 22:00:31 + sadf -c /var/log/sa-host/sa16 22:00:31 file_magic: OK 22:00:31 HZ: Using current value: 100 22:00:31 file_header: OK 22:00:31 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 22:00:31 Statistics: 22:00:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:00:31 File successfully converted to sysstat format version 12.2.1 22:00:31 + sadf -c /var/log/sa-host/sa23 22:00:31 file_magic: OK 22:00:31 HZ: Using current value: 100 22:00:31 file_header: OK 22:00:31 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 22:00:31 Statistics: 22:00:31 Hnuu...uuuununununu... 22:00:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:00:32 provisioning config files... 22:00:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1662343239338128060tmp [Pipeline] { [Pipeline] echo 22:00:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:00:32 ---> create-netrc.sh [Pipeline] } 22:00:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:00:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:00:33 ---> python-tools-install.sh [Pipeline] echo 22:00:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:00:33 ---> sudo-logs.sh 22:00:33 Archiving 'sudo' log.. [Pipeline] echo 22:00:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:00:33 ---> job-cost.sh 22:00:33 lf-activate-venv: SKIPPING 22:00:33 INFO: No Stack... 22:00:35 INFO: Retrieving Pricing Info for: v1-standard-2 22:00:35 INFO: Archiving Costs [Pipeline] echo 22:00:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:00:35 ---> logs-deploy.sh 22:00:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2956/3 22:00:35 INFO: archiving workspace using pattern(s): 22:00:37 Archives upload complete. 22:00:37 INFO: archiving logs to Nexus 22:00:38 ---> uname -a: 22:00:38 Linux prd-centos7-docker-4c-2g-16385.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:00:38 22:00:38 22:00:38 ---> lscpu: 22:00:38 Architecture: x86_64 22:00:38 CPU op-mode(s): 32-bit, 64-bit 22:00:38 Byte Order: Little Endian 22:00:38 Address sizes: 40 bits physical, 48 bits virtual 22:00:38 CPU(s): 4 22:00:38 On-line CPU(s) list: 0-3 22:00:38 Thread(s) per core: 1 22:00:38 Core(s) per socket: 1 22:00:38 Socket(s): 4 22:00:38 NUMA node(s): 1 22:00:38 Vendor ID: GenuineIntel 22:00:38 CPU family: 6 22:00:38 Model: 44 22:00:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:00:38 Stepping: 1 22:00:38 CPU MHz: 2933.438 22:00:38 BogoMIPS: 5866.87 22:00:38 Virtualization: VT-x 22:00:38 Hypervisor vendor: KVM 22:00:38 Virtualization type: full 22:00:38 L1d cache: 128 KiB 22:00:38 L1i cache: 128 KiB 22:00:38 L2 cache: 16 MiB 22:00:38 L3 cache: 64 MiB 22:00:38 NUMA node0 CPU(s): 0-3 22:00:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:00:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:00:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:00:38 Vulnerability Meltdown: Mitigation; PTI 22:00:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:00:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:00:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:00:38 Vulnerability Srbds: Not affected 22:00:38 Vulnerability Tsx async abort: Not affected 22:00:38 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 22:00:38 22:00:38 22:00:38 ---> nproc: 22:00:38 4 22:00:38 22:00:38 22:00:38 ---> df -h: 22:00:38 Filesystem Size Used Available Use% Mounted on 22:00:38 overlay 50.0G 12.6G 37.4G 25% / 22:00:38 tmpfs 64.0M 0 64.0M 0% /dev 22:00:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:00:38 shm 64.0M 0 64.0M 0% /dev/shm 22:00:38 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 22:00:38 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 22:00:38 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 22:00:38 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 22:00:38 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 22:00:38 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 22:00:38 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 22:00:38 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 22:00:38 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/3@tmp 22:00:38 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/3 22:00:38 22:00:38 22:00:38 ---> free -m: 22:00:38 total used free shared buff/cache available 22:00:38 Mem: 1837 708 182 0 946 1045 22:00:38 Swap: 1023 72 951 22:00:38 22:00:38 22:00:38 ---> ip addr: 22:00:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:00:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:00:38 inet 127.0.0.1/8 scope host lo 22:00:38 valid_lft forever preferred_lft forever 22:00:38 inet6 ::1/128 scope host 22:00:38 valid_lft forever preferred_lft forever 22:00:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:00:38 link/ether fa:16:3e:a9:6a:da brd ff:ff:ff:ff:ff:ff 22:00:38 inet 10.30.122.248/23 brd 10.30.123.255 scope global dynamic eth0 22:00:38 valid_lft 85193sec preferred_lft 85193sec 22:00:38 inet6 fe80::f816:3eff:fea9:6ada/64 scope link 22:00:38 valid_lft forever preferred_lft forever 22:00:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:00:38 link/ether 02:42:a4:37:78:48 brd ff:ff:ff:ff:ff:ff 22:00:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:00:38 valid_lft forever preferred_lft forever 22:00:38 inet6 fe80::42:a4ff:fe37:7848/64 scope link 22:00:38 valid_lft forever preferred_lft forever 22:00:38 22:00:38 22:00:38 ---> sar -b -r -n DEV: 22:00:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 22:00:38 22:00:38 21:40:18 LINUX RESTART (4 CPU) 22:00:38 22:00:38 21:41:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:00:38 21:42:01 140.88 45.37 95.52 0.00 8421.65 38268.06 0.00 22:00:38 21:43:01 319.87 139.94 179.93 0.00 6457.07 43574.13 0.00 22:00:38 21:44:01 188.35 89.93 98.42 0.00 3288.43 10873.11 0.00 22:00:38 21:45:01 157.66 42.31 115.35 0.00 3035.55 24830.29 0.00 22:00:38 21:46:02 1743.14 1422.15 320.98 0.00 135702.23 191904.15 0.00 22:00:38 21:47:01 1906.74 1643.18 263.56 0.00 106174.63 119263.76 0.00 22:00:38 21:48:01 2031.45 1657.02 374.44 0.00 123318.07 138653.95 0.00 22:00:38 21:49:02 1893.26 1557.42 335.84 0.00 131669.46 131578.93 0.00 22:00:38 21:50:01 349.90 98.51 251.39 0.00 7833.85 21747.43 0.00 22:00:38 21:51:01 6.18 0.52 5.66 0.00 19.58 182.26 0.00 22:00:38 21:52:01 0.67 0.50 0.17 0.00 5.60 1.38 0.00 22:00:38 21:53:01 0.28 0.02 0.27 0.00 0.53 3.13 0.00 22:00:38 21:54:01 0.28 0.02 0.27 0.00 0.27 2.50 0.00 22:00:38 21:55:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 22:00:38 21:56:01 2.33 1.52 0.82 0.00 49.28 14.40 0.00 22:00:38 21:57:01 0.30 0.02 0.28 0.00 0.27 3.43 0.00 22:00:38 21:58:01 0.45 0.20 0.25 0.00 3.06 2.73 0.00 22:00:38 21:59:01 0.27 0.12 0.15 0.00 1.33 1.80 0.00 22:00:38 22:00:01 14.94 14.65 0.28 0.00 906.44 22.46 0.00 22:00:38 Average: 461.87 354.25 107.62 0.00 27822.72 38035.00 0.00 22:00:38 22:00:38 21:41:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:00:38 21:42:01 74324 0 686568 36.49 2596 1118056 1536820 52.45 723720 864820 88224 22:00:38 21:43:01 85488 0 829388 44.08 1008 965660 1508056 51.47 695600 828992 5580 22:00:38 21:44:01 255964 0 798016 42.41 588 826976 1775736 60.60 635336 707104 75232 22:00:38 21:45:01 177660 0 749332 39.83 492 954060 1255396 42.84 628752 786720 56 22:00:38 21:46:02 78344 0 852792 45.32 104 950304 2316676 79.06 767204 808348 69152 22:00:38 21:47:01 388692 0 899780 47.82 104 592968 2415900 82.45 540196 686568 1684 22:00:38 21:48:01 72716 0 736296 39.13 104 1072428 2011264 68.64 767040 822256 13852 22:00:38 21:49:02 355576 0 735688 39.10 104 790176 1975248 67.41 592508 694248 10264 22:00:38 21:50:01 334808 0 633496 33.67 104 913136 1209112 41.26 488128 810448 20 22:00:38 21:51:01 339148 0 628652 33.41 104 913640 1182988 40.37 485936 809236 12 22:00:38 21:52:01 339180 0 628600 33.41 104 913660 1183000 40.37 485884 809400 8 22:00:38 21:53:01 340640 0 627132 33.33 104 913668 1172708 40.02 485296 808988 8 22:00:38 21:54:01 340764 0 626996 33.32 104 913680 1172708 40.02 485300 808996 8 22:00:38 21:55:01 340496 0 627260 33.34 104 913684 1172708 40.02 485424 808996 8 22:00:38 21:56:01 338484 0 628536 33.41 104 914420 1172840 40.03 486120 809700 16 22:00:38 21:57:01 338992 0 628020 33.38 104 914428 1172756 40.02 485660 809720 12 22:00:38 21:58:01 339296 0 627696 33.36 104 914448 1172708 40.02 485524 809816 20 22:00:38 21:59:01 338892 0 628100 33.38 104 914448 1172708 40.02 485528 809852 16 22:00:38 22:00:01 307684 0 633448 33.67 104 940308 1174176 40.07 495116 829212 116 22:00:38 Average: 273008 0 695042 36.94 329 913166 1460711 49.85 563383 795969 13910 22:00:38 22:00:38 21:41:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:00:38 21:42:01 eth0 1444.08 1381.17 6502.45 171.79 0.00 0.00 0.00 0.00 22:00:38 21:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:42:01 docker0 926.23 887.48 73.75 2724.10 0.00 0.00 0.00 0.00 22:00:38 21:43:01 veth072784e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 22:00:38 21:43:01 eth0 429.78 299.58 2113.44 36.72 0.00 0.00 0.00 0.00 22:00:38 21:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:43:01 docker0 139.34 174.79 9.76 823.56 0.00 0.00 0.00 0.00 22:00:38 21:44:01 veth072784e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:44:01 eth0 49.58 35.54 24.53 84.42 0.00 0.00 0.00 0.00 22:00:38 21:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:45:01 eth0 186.30 142.84 1697.31 23.92 0.00 0.00 0.00 0.00 22:00:38 21:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:45:01 vetha544b99 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 22:00:38 21:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:46:02 vethae38d22 0.00 0.36 0.00 0.02 0.00 0.00 0.00 0.00 22:00:38 21:46:02 eth0 83.35 69.34 173.06 66.15 0.00 0.00 0.00 0.00 22:00:38 21:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:46:02 docker0 33.36 35.06 2.22 146.07 0.00 0.00 0.00 0.00 22:00:38 21:47:01 vethf3d863d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:00:38 21:47:01 vethae38d22 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:47:01 eth0 13.77 7.13 11.52 6.04 0.00 0.00 0.00 0.00 22:00:38 21:47:01 veth583c6d2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:00:38 21:48:01 vethaaeb69d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:48:01 vethae38d22 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 22:00:38 21:48:01 eth0 113.67 77.76 259.33 101.25 0.00 0.00 0.00 0.00 22:00:38 21:48:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:00:38 21:49:02 veth8db6f0d 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 22:00:38 21:49:02 vethae38d22 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:00:38 21:49:02 eth0 44.84 25.61 95.24 15.26 0.00 0.00 0.00 0.00 22:00:38 21:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:50:01 eth0 139.90 88.88 483.36 91.54 0.00 0.00 0.00 0.00 22:00:38 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:50:01 docker0 1166.30 1206.47 89.79 4394.78 0.00 0.00 0.00 0.00 22:00:38 21:51:01 eth0 0.68 0.20 0.13 0.11 0.00 0.00 0.00 0.00 22:00:38 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:52:01 eth0 0.93 0.50 0.70 0.21 0.00 0.00 0.00 0.00 22:00:38 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:53:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:00:38 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:54:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:00:38 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:55:01 eth0 0.28 0.08 0.02 0.01 0.00 0.00 0.00 0.00 22:00:38 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:56:01 eth0 1.08 0.58 0.43 0.28 0.00 0.00 0.00 0.00 22:00:38 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:57:01 eth0 0.07 0.03 0.06 0.00 0.00 0.00 0.00 0.00 22:00:38 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:00:38 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:59:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 22:00:01 eth0 7.43 4.63 6.71 3.73 0.00 0.00 0.00 0.00 22:00:38 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 Average: eth0 131.39 111.33 593.63 31.55 0.00 0.00 0.00 0.00 22:00:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:00:38 Average: docker0 60.46 62.54 4.65 227.80 0.00 0.00 0.00 0.00 22:00:38 22:00:38 22:00:38 ---> sar -P ALL: 22:00:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 22:00:38 22:00:38 21:40:18 LINUX RESTART (4 CPU) 22:00:38 22:00:38 21:41:02 CPU %user %nice %system %iowait %steal %idle 22:00:38 21:42:01 all 16.03 0.00 8.50 1.94 0.04 73.49 22:00:38 21:42:01 0 13.21 0.00 9.89 1.67 0.03 75.20 22:00:38 21:42:01 1 13.12 0.00 7.37 1.99 0.03 77.48 22:00:38 21:42:01 2 21.55 0.00 8.15 1.56 0.03 68.71 22:00:38 21:42:01 3 16.21 0.00 8.62 2.56 0.05 72.56 22:00:38 21:43:01 all 12.08 0.00 8.78 5.80 0.04 73.30 22:00:38 21:43:01 0 11.50 0.00 9.34 4.05 0.03 75.08 22:00:38 21:43:01 1 11.05 0.00 8.66 8.35 0.03 71.91 22:00:38 21:43:01 2 12.36 0.00 8.92 4.34 0.03 74.34 22:00:38 21:43:01 3 13.42 0.00 8.19 6.44 0.05 71.90 22:00:38 21:44:01 all 62.97 0.00 14.24 5.14 0.03 17.63 22:00:38 21:44:01 0 63.23 0.00 14.14 4.53 0.03 18.06 22:00:38 21:44:01 1 65.49 0.00 13.21 4.81 0.02 16.47 22:00:38 21:44:01 2 59.19 0.00 14.95 5.56 0.03 20.27 22:00:38 21:44:01 3 63.96 0.00 14.65 5.65 0.02 15.72 22:00:38 21:45:01 all 34.94 0.00 13.06 2.26 0.03 49.72 22:00:38 21:45:01 0 35.78 0.00 13.27 2.01 0.02 48.93 22:00:38 21:45:01 1 33.88 0.00 13.21 2.32 0.03 50.55 22:00:38 21:45:01 2 35.68 0.00 12.89 1.51 0.02 49.91 22:00:38 21:45:01 3 34.40 0.00 12.89 3.20 0.03 49.48 22:00:38 21:46:02 all 20.97 0.00 27.69 18.45 0.07 32.82 22:00:38 21:46:02 0 22.34 0.00 27.09 19.70 0.07 30.80 22:00:38 21:46:02 1 19.77 0.00 27.56 16.91 0.07 35.69 22:00:38 21:46:02 2 21.17 0.00 27.42 19.38 0.07 31.96 22:00:38 21:46:02 3 20.60 0.00 28.70 17.80 0.07 32.83 22:00:38 21:47:01 all 48.09 0.00 20.23 19.19 0.06 12.43 22:00:38 21:47:01 0 47.93 0.00 20.31 18.22 0.05 13.48 22:00:38 21:47:01 1 49.00 0.00 19.42 19.66 0.05 11.86 22:00:38 21:47:01 2 47.00 0.00 20.76 19.53 0.05 12.66 22:00:38 21:47:01 3 48.44 0.00 20.43 19.37 0.09 11.68 22:00:38 21:48:01 all 23.08 0.00 23.32 26.22 0.07 27.31 22:00:38 21:48:01 0 22.12 0.00 21.61 22.88 0.03 33.36 22:00:38 21:48:01 1 24.79 0.00 25.36 23.27 0.09 26.49 22:00:38 21:48:01 2 22.39 0.00 22.44 29.27 0.09 25.82 22:00:38 21:48:01 3 23.03 0.00 23.88 29.54 0.07 23.48 22:00:38 21:49:02 all 39.93 0.00 23.18 25.91 0.06 10.92 22:00:38 21:49:02 0 36.93 0.00 22.43 27.36 0.10 13.17 22:00:38 21:49:02 1 40.71 0.00 24.43 25.53 0.05 9.28 22:00:38 21:49:02 2 38.70 0.00 22.07 25.68 0.05 13.50 22:00:38 21:49:02 3 43.36 0.00 23.81 25.06 0.03 7.73 22:00:38 21:50:01 all 21.74 0.00 11.68 13.73 0.04 52.81 22:00:38 21:50:01 0 21.67 0.00 10.70 9.32 0.03 58.27 22:00:38 21:50:01 1 22.40 0.00 11.49 12.47 0.05 53.58 22:00:38 21:50:01 2 22.39 0.00 11.79 13.35 0.03 52.44 22:00:38 21:50:01 3 20.49 0.00 12.75 19.81 0.03 46.92 22:00:38 21:51:01 all 0.15 0.00 0.06 0.00 0.00 99.78 22:00:38 21:51:01 0 0.02 0.00 0.10 0.00 0.00 99.88 22:00:38 21:51:01 1 0.53 0.00 0.03 0.00 0.00 99.43 22:00:38 21:51:01 2 0.03 0.00 0.05 0.00 0.02 99.90 22:00:38 21:51:01 3 0.03 0.00 0.07 0.02 0.00 99.88 22:00:38 21:52:01 all 0.16 0.00 0.03 0.01 0.00 99.79 22:00:38 21:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:00:38 21:52:01 1 0.53 0.00 0.03 0.00 0.00 99.43 22:00:38 21:52:01 2 0.03 0.00 0.03 0.03 0.00 99.90 22:00:38 21:52:01 3 0.05 0.00 0.03 0.02 0.00 99.90 22:00:38 22:00:38 21:52:01 CPU %user %nice %system %iowait %steal %idle 22:00:38 21:53:01 all 0.17 0.00 0.07 0.00 0.00 99.75 22:00:38 21:53:01 0 0.02 0.00 0.03 0.00 0.02 99.93 22:00:38 21:53:01 1 0.57 0.00 0.08 0.02 0.00 99.33 22:00:38 21:53:01 2 0.07 0.00 0.12 0.00 0.00 99.82 22:00:38 21:53:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:00:38 21:54:01 all 0.15 0.00 0.02 0.00 0.00 99.83 22:00:38 21:54:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:00:38 21:54:01 1 0.52 0.00 0.03 0.00 0.00 99.45 22:00:38 21:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:00:38 21:54:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:00:38 21:55:01 all 0.17 0.00 0.03 0.00 0.00 99.80 22:00:38 21:55:01 0 0.05 0.00 0.02 0.00 0.00 99.93 22:00:38 21:55:01 1 0.53 0.00 0.02 0.00 0.00 99.45 22:00:38 21:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:00:38 21:55:01 3 0.05 0.00 0.07 0.00 0.00 99.88 22:00:38 21:56:01 all 0.16 0.00 0.06 0.03 0.00 99.75 22:00:38 21:56:01 0 0.03 0.00 0.13 0.13 0.00 99.70 22:00:38 21:56:01 1 0.53 0.00 0.05 0.00 0.00 99.42 22:00:38 21:56:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:00:38 21:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:00:38 21:57:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:00:38 21:57:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:00:38 21:57:01 1 0.53 0.00 0.02 0.00 0.00 99.45 22:00:38 21:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:00:38 21:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:00:38 21:58:01 all 0.14 0.00 0.02 0.01 0.00 99.82 22:00:38 21:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:00:38 21:58:01 1 0.52 0.00 0.03 0.03 0.02 99.40 22:00:38 21:58:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:00:38 21:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:00:38 21:59:01 all 0.13 0.00 0.04 0.00 0.00 99.83 22:00:38 21:59:01 0 0.00 0.00 0.03 0.00 0.00 99.97 22:00:38 21:59:01 1 0.43 0.00 0.07 0.00 0.00 99.50 22:00:38 21:59:01 2 0.05 0.00 0.05 0.00 0.00 99.90 22:00:38 21:59:01 3 0.03 0.00 0.02 0.02 0.00 99.93 22:00:38 22:00:01 all 0.98 0.00 0.66 0.36 0.00 97.99 22:00:38 22:00:01 0 1.35 0.00 0.93 0.72 0.00 97.00 22:00:38 22:00:01 1 0.54 0.00 0.45 0.15 0.00 98.86 22:00:38 22:00:01 2 1.10 0.00 0.65 0.35 0.00 97.90 22:00:38 22:00:01 3 0.95 0.00 0.60 0.22 0.02 98.22 22:00:38 Average: all 14.62 0.00 7.84 6.14 0.02 71.38 22:00:38 Average: 0 14.32 0.00 7.77 5.71 0.02 72.18 22:00:38 Average: 1 14.82 0.00 7.85 5.97 0.02 71.34 22:00:38 Average: 2 14.60 0.00 7.77 6.22 0.02 71.39 22:00:38 Average: 3 14.74 0.00 7.97 6.66 0.02 70.61 22:00:38 22:00:38 22:00:38