Pull request #2970 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from fb0dd7abd1500b774c29500e204ddfcef83861c7+fa73db002611977724c74faadafd397fb3003e92 (c232bfe3e52780d28da858cc0ce9232dd3af2d62) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18681 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit fa73db002611977724c74faadafd397fb3003e92 into PR head commit fb0dd7abd1500b774c29500e204ddfcef83861c7 Merge succeeded, producing fb0dd7abd1500b774c29500e204ddfcef83861c7 Checking out Revision fb0dd7abd1500b774c29500e204ddfcef83861c7 (PR-2970) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fb0dd7abd1500b774c29500e204ddfcef83861c7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fa73db002611977724c74faadafd397fb3003e92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fb0dd7abd1500b774c29500e204ddfcef83861c7 # timeout=10 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:25:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:25:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:25:53 ========================================================= 16:25:53 EdgeX Global Pipelines Version Info 16:25:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f7efb5deb29471de2049316a9acc6d4b0d94d324 # timeout=10 16:25:55 ------------------- 16:25:55 stable info: 16:25:55 ------------------- 16:25:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:25:55 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:25:55 Message: update stable to v1.0.173 16:25:56 ------------------- 16:25:56 experimental info: 16:25:56 ------------------- 16:25:56 Commited By: **** collab-it+edgex@linuxfoundation.org 16:25:56 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:25:56 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:25:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:25:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:25:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:25:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:25:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:25:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:25:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:25:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:25:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:25:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:25:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:25:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:25:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:25:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:25:58 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:25:58 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:25:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 16:25:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 16:25:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 16:25:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fb0dd7abd1500b774c29500e204ddfcef83861c7 [Pipeline] echo 16:25:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fb0dd7a [Pipeline] echo 16:25:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:25:59 provisioning config files... 16:25:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config6402024241208463886tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:25:59 ---> docker-login.sh 16:25:59 nexus3.edgexfoundry.org:10001 16:25:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:00 Configure a credential helper to remove this warning. See 16:26:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:00 16:26:00 Login Succeeded 16:26:00 nexus3.edgexfoundry.org:10002 16:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:00 Configure a credential helper to remove this warning. See 16:26:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:00 16:26:00 Login Succeeded 16:26:00 nexus3.edgexfoundry.org:10003 16:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:00 Configure a credential helper to remove this warning. See 16:26:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:00 16:26:00 Login Succeeded 16:26:00 nexus3.edgexfoundry.org:10004 16:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:00 Configure a credential helper to remove this warning. See 16:26:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:00 16:26:00 Login Succeeded 16:26:00 docker.io 16:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:00 Configure a credential helper to remove this warning. See 16:26:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:00 16:26:00 Login Succeeded 16:26:00 ---> docker-login.sh ends [Pipeline] } 16:26:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:26:01 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:26:01 + for file in '`ls cmd/**/Dockerfile`' 16:26:01 ++ dirname cmd/core-command/Dockerfile 16:26:01 ++ cut -d/ -f2 16:26:01 + echo core-command,cmd/core-command/Dockerfile 16:26:01 + for file in '`ls cmd/**/Dockerfile`' 16:26:01 ++ dirname cmd/core-data/Dockerfile 16:26:01 ++ cut -d/ -f2 16:26:01 + echo core-data,cmd/core-data/Dockerfile 16:26:01 + for file in '`ls cmd/**/Dockerfile`' 16:26:01 ++ dirname cmd/core-metadata/Dockerfile 16:26:01 ++ cut -d/ -f2 16:26:01 + echo core-metadata,cmd/core-metadata/Dockerfile 16:26:01 + for file in '`ls cmd/**/Dockerfile`' 16:26:01 ++ dirname cmd/security-bootstrapper/Dockerfile 16:26:01 ++ cut -d/ -f2 16:26:01 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:26:01 + for file in '`ls cmd/**/Dockerfile`' 16:26:01 ++ dirname cmd/security-bootstrap-redis/Dockerfile 16:26:01 ++ cut -d/ -f2 16:26:01 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 16:26:01 + for file in '`ls cmd/**/Dockerfile`' 16:26:01 ++ dirname cmd/security-proxy-setup/Dockerfile 16:26:01 ++ cut -d/ -f2 16:26:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:26:01 + for file in '`ls cmd/**/Dockerfile`' 16:26:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:26:01 ++ cut -d/ -f2 16:26:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:26:01 + for file in '`ls cmd/**/Dockerfile`' 16:26:01 ++ dirname cmd/support-notifications/Dockerfile 16:26:01 ++ cut -d/ -f2 16:26:01 + echo support-notifications,cmd/support-notifications/Dockerfile 16:26:01 + for file in '`ls cmd/**/Dockerfile`' 16:26:01 ++ dirname cmd/support-scheduler/Dockerfile 16:26:01 ++ cut -d/ -f2 16:26:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:26:01 + for file in '`ls cmd/**/Dockerfile`' 16:26:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:26:01 ++ cut -d/ -f2 16:26:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:26:01 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:26:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:26:02 16:26:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:26:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:26:02 latest: Pulling from edgex-devops/git-semver 16:26:02 31603596830f: Pulling fs layer 16:26:02 2a8b12db71e7: Pulling fs layer 16:26:02 6ca5941a6612: Pulling fs layer 16:26:02 ecc8261a40a4: Pulling fs layer 16:26:02 ecc8261a40a4: Waiting 16:26:02 2a8b12db71e7: Verifying Checksum 16:26:02 2a8b12db71e7: Download complete 16:26:02 31603596830f: Verifying Checksum 16:26:02 31603596830f: Download complete 16:26:03 ecc8261a40a4: Verifying Checksum 16:26:03 ecc8261a40a4: Download complete 16:26:03 6ca5941a6612: Verifying Checksum 16:26:03 6ca5941a6612: Download complete 16:26:03 31603596830f: Pull complete 16:26:03 2a8b12db71e7: Pull complete 16:26:04 6ca5941a6612: Pull complete 16:26:04 ecc8261a40a4: Pull complete 16:26:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:26:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:26:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:26:04 prd-centos7-docker-4c-2g-18681 does not seem to be running inside a container 16:26:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:26:07 $ docker top 2db7f1587ab185a6cf29ec6cc315806a9fdd94b7a845e984511cdc324c1cd7ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:26:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:26:07 [ssh-agent] Looking for ssh-agent implementation... 16:26:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:26:07 $ docker exec 2db7f1587ab185a6cf29ec6cc315806a9fdd94b7a845e984511cdc324c1cd7ba ssh-agent 16:26:08 SSH_AUTH_SOCK=/tmp/ssh-R7tkK162HiqW/agent.12 16:26:08 SSH_AGENT_PID=17 16:26:08 Running ssh-add (command line suppressed) 16:26:08 Identity added: /w/workspace/edgex-go/11@tmp/private_key_7450919141370977479.key (/w/workspace/edgex-go/11@tmp/private_key_7450919141370977479.key) 16:26:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:26:08 + git tag --points-at HEAD [Pipeline] } 16:26:08 $ docker exec --env ******** --env ******** 2db7f1587ab185a6cf29ec6cc315806a9fdd94b7a845e984511cdc324c1cd7ba ssh-agent -k 16:26:08 unset SSH_AUTH_SOCK; 16:26:08 unset SSH_AGENT_PID; 16:26:08 echo Agent pid 17 killed; 16:26:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:26:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:26:09 [ssh-agent] Looking for ssh-agent implementation... 16:26:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:26:09 $ docker exec 2db7f1587ab185a6cf29ec6cc315806a9fdd94b7a845e984511cdc324c1cd7ba ssh-agent 16:26:09 SSH_AUTH_SOCK=/tmp/ssh-suQcWP6KJuGO/agent.48 16:26:09 SSH_AGENT_PID=53 16:26:09 Running ssh-add (command line suppressed) 16:26:09 Identity added: /w/workspace/edgex-go/11@tmp/private_key_5103612541674494455.key (/w/workspace/edgex-go/11@tmp/private_key_5103612541674494455.key) 16:26:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:26:09 + git semver init 16:26:09 # -> Open(): unable to determine branch for HEAD 16:26:09 # $GIT_DIR = /w/workspace/edgex-go/11/.git 16:26:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 16:26:09 # $SEMVER_REMOTE_NAME = origin 16:26:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:26:09 # $SEMVER_USER_NAME = edgex-jenkins 16:26:09 # $SEMVER_BRANCH = PR-2970 16:26:09 # $SEMVER_TEMP = /tmp/semver-275450856 16:26:09 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:26:28 # '/tmp/semver-275450856' -> '/w/workspace/edgex-go/11/.semver' 16:26:28 # -> Force: false 16:26:28 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 16:26:28 $ docker exec --env ******** --env ******** 2db7f1587ab185a6cf29ec6cc315806a9fdd94b7a845e984511cdc324c1cd7ba ssh-agent -k 16:26:28 unset SSH_AUTH_SOCK; 16:26:28 unset SSH_AGENT_PID; 16:26:28 echo Agent pid 53 killed; 16:26:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:26:28 + git semver [Pipeline] } 16:26:28 $ docker stop --time=1 2db7f1587ab185a6cf29ec6cc315806a9fdd94b7a845e984511cdc324c1cd7ba 16:26:30 $ docker rm -f 2db7f1587ab185a6cf29ec6cc315806a9fdd94b7a845e984511cdc324c1cd7ba [Pipeline] // withDockerContainer [Pipeline] sh 16:26:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:26:31 Stashed 1 file(s) [Pipeline] echo 16:26:31 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:26:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:26:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:26:32 + sudo service docker restart 16:26:32 + true 16:26:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:26:33 ========================================================= 16:26:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:26:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:26:33 + 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 . 16:26:38 Sending build context to Docker daemon 326.7MB 16:26:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:26:38 Step 2/6 : FROM ${BASE} 16:26:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:26:38 188c0c94c7c5: Pulling fs layer 16:26:38 0ef7d3d256c8: Pulling fs layer 16:26:38 de9db76c5a1d: Pulling fs layer 16:26:38 bca2f99d35d6: Pulling fs layer 16:26:38 93359f2a8cfa: Pulling fs layer 16:26:38 7c6f9722023f: Pulling fs layer 16:26:38 a35cf1a2eb13: Pulling fs layer 16:26:38 7c6f9722023f: Waiting 16:26:38 bca2f99d35d6: Waiting 16:26:38 a35cf1a2eb13: Waiting 16:26:38 93359f2a8cfa: Waiting 16:26:38 de9db76c5a1d: Download complete 16:26:38 0ef7d3d256c8: Verifying Checksum 16:26:38 0ef7d3d256c8: Download complete 16:26:38 93359f2a8cfa: Verifying Checksum 16:26:38 93359f2a8cfa: Download complete 16:26:38 188c0c94c7c5: Verifying Checksum 16:26:38 188c0c94c7c5: Download complete 16:26:38 7c6f9722023f: Verifying Checksum 16:26:38 7c6f9722023f: Download complete 16:26:38 188c0c94c7c5: Pull complete 16:26:38 0ef7d3d256c8: Pull complete 16:26:38 de9db76c5a1d: Pull complete 16:26:39 a35cf1a2eb13: Verifying Checksum 16:26:39 a35cf1a2eb13: Download complete 16:26:40 bca2f99d35d6: Verifying Checksum 16:26:40 bca2f99d35d6: Download complete 16:26:46 Still waiting to schedule task 16:26:46 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 16:26:47 bca2f99d35d6: Pull complete 16:26:47 93359f2a8cfa: Pull complete 16:26:47 7c6f9722023f: Pull complete 16:26:50 a35cf1a2eb13: Pull complete 16:26:50 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:26:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:26:50 ---> a62c8e92a672 16:26:50 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:26:51 ---> Running in 09902cf29a66 16:26:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:26:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:26:53 (1/12) Installing libmagic (5.38-r0) 16:26:53 (2/12) Installing file (5.38-r0) 16:26:53 (3/12) Installing libc-dev (0.7.2-r3) 16:26:53 (4/12) Installing g++ (9.3.0-r2) 16:26:57 (5/12) Installing fortify-headers (1.1-r0) 16:26:57 (6/12) Installing patch (2.7.6-r6) 16:26:57 (7/12) Installing build-base (0.5-r2) 16:26:58 (8/12) Installing libsodium (1.0.18-r0) 16:26:58 (9/12) Installing pkgconf (1.7.2-r0) 16:26:58 (10/12) Installing libsodium-dev (1.0.18-r0) 16:26:58 (11/12) Installing libzmq (4.3.3-r0) 16:26:58 (12/12) Installing zeromq-dev (4.3.3-r0) 16:26:58 Executing busybox-1.31.1-r19.trigger 16:26:58 OK: 233 MiB in 51 packages 16:27:02 Removing intermediate container 09902cf29a66 16:27:02 ---> e9c87c2e7109 16:27:02 Step 4/6 : WORKDIR /edgex-go 16:27:02 ---> Running in fc5d47101a1d 16:27:02 Removing intermediate container fc5d47101a1d 16:27:02 ---> bbd3634f4442 16:27:02 Step 5/6 : COPY go.mod . 16:27:02 ---> 10fae4f0ba95 16:27:02 Step 6/6 : RUN go mod download 16:27:03 ---> Running in e189f0e5a9b5 16:27:25 Removing intermediate container e189f0e5a9b5 16:27:25 ---> 49e5606f7ce9 16:27:25 Successfully built 49e5606f7ce9 16:27:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:27:25 + docker inspect -f . ci-base-image-x86_64 16:27:25 . [Pipeline] withDockerContainer 16:27:25 prd-centos7-docker-4c-2g-18681 does not seem to be running inside a container 16:27:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:27:26 $ docker top 14a78c22f5bbeff5346b105b1b6e292b41e7f3ff0ddb872bafc321fc277430b8 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:26 + go version 16:27:26 go version go1.15.5 linux/amd64 [Pipeline] } 16:27:26 $ docker stop --time=1 14a78c22f5bbeff5346b105b1b6e292b41e7f3ff0ddb872bafc321fc277430b8 16:27:28 $ docker rm -f 14a78c22f5bbeff5346b105b1b6e292b41e7f3ff0ddb872bafc321fc277430b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:27:29 + docker inspect -f . ci-base-image-x86_64 16:27:29 . [Pipeline] withDockerContainer 16:27:29 prd-centos7-docker-4c-2g-18681 does not seem to be running inside a container 16:27:29 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:27:30 $ docker top e90f39e70459379093e6d9f357cbe10c32e0483194bd435f86272cae07d8adee -eo pid,comm [Pipeline] { [Pipeline] echo 16:27:30 ========================================================= 16:27:30 [edgeXBuildGoParallel] Running Tests and Build... 16:27:30 ========================================================= [Pipeline] sh 16:27:31 + make test 16:27:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:27:39 ? github.com/edgexfoundry/edgex-go [no test files] 16:27:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:27:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:28:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:28:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:28:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:28:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:28:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:28:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:28:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:28:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:28:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:28:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:28:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:28:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:28:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 46.6% of statements 16:28:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:28:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:28:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:28:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:28:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:28:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.0% of statements 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:28:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.028s coverage: 100.0% of statements 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:28:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:28:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.114s coverage: 77.1% of statements 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:28:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.109s coverage: 82.4% of statements 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.342s coverage: 28.6% of statements 16:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 16:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements 16:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements 16:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:28:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.136s coverage: 97.5% of statements 16:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:28:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements 16:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:28:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.361s coverage: 93.8% of statements 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:28:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:28:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:28:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 43.8% of statements 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 16:28:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:28:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:28:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18682 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 16:28:30 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 16:28:35 using credential edgex-jenkins-ssh 16:28:35 Cloning the remote Git repository 16:28:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:28:35 > git init /w/workspace/edgex-go/11 # timeout=10 16:28:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:28:35 > git --version # timeout=10 16:28:35 > git --version # 'git version 2.17.1' 16:28:35 using GIT_SSH to set credentials SSH Credentials for GitHub 16:28:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.035s coverage: 82.7% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.041s coverage: 84.2% of statements 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.5% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 55.9% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.282s coverage: 84.0% of statements 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.098s coverage: 47.1% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.672s coverage: 29.1% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:28:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 16:28:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 16:28:43 GO111MODULE=on go vet ./... 16:28:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:28:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:28:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:28:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:28:54 using GIT_SSH to set credentials SSH Credentials for GitHub 16:28:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:28:55 Merging remotes/origin/master commit fa73db002611977724c74faadafd397fb3003e92 into PR head commit fb0dd7abd1500b774c29500e204ddfcef83861c7 16:28:56 Merge succeeded, producing fb0dd7abd1500b774c29500e204ddfcef83861c7 16:28:56 Checking out Revision fb0dd7abd1500b774c29500e204ddfcef83861c7 (PR-2970) 16:28:55 > git config core.sparsecheckout # timeout=10 16:28:55 > git checkout -f fb0dd7abd1500b774c29500e204ddfcef83861c7 # timeout=10 16:28:55 > git remote # timeout=10 16:28:55 > git config --get remote.origin.url # timeout=10 16:28:55 using GIT_SSH to set credentials SSH Credentials for GitHub 16:28:55 > git merge fa73db002611977724c74faadafd397fb3003e92 # timeout=10 16:28:55 > git rev-parse HEAD^{commit} # timeout=10 16:28:56 > git config core.sparsecheckout # timeout=10 16:28:56 > git checkout -f fb0dd7abd1500b774c29500e204ddfcef83861c7 # timeout=10 16:29:00 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:29:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:29:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:29:03 + sudo service docker restart 16:29:03 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:29:05 provisioning config files... 16:29:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config1547282159693628717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:29:05 ---> docker-login.sh 16:29:05 nexus3.edgexfoundry.org:10001 16:29:05 gofmt -l . 16:29:05 [ "`gofmt -l .`" = "" ] 16:29:05 ./bin/test-go-mod-tidy.sh 16:29:05 ./bin/test-attribution-txt.sh [Pipeline] sh 16:29:06 + ls -al . 16:29:06 total 644 16:29:06 drwxrwxr-x 10 1001 1001 4096 Jan 6 16:29 . 16:29:06 drwxr-xr-x 4 root root 30 Jan 6 16:27 .. 16:29:06 -rw-rw-r-- 1 1001 1001 11 Jan 6 16:25 .dockerignore 16:29:06 drwxrwxr-x 8 1001 1001 179 Jan 6 16:25 .git 16:29:06 drwxrwxr-x 3 1001 1001 125 Jan 6 16:25 .github 16:29:06 -rw-rw-r-- 1 1001 1001 872 Jan 6 16:25 .gitignore 16:29:06 drwx------ 3 1001 1001 47 Jan 6 16:26 .semver 16:29:06 -rw-rw-r-- 1 1001 1001 166 Jan 6 16:25 .sonarcloud.properties 16:29:06 -rw-rw-r-- 1 1001 1001 3804 Jan 6 16:25 CONTRIBUTING.md 16:29:06 -rw-rw-r-- 1 1001 1001 931 Jan 6 16:25 Dockerfile.build 16:29:06 -rw-rw-r-- 1 1001 1001 863 Jan 6 16:25 Jenkinsfile 16:29:06 -rw-rw-r-- 1 1001 1001 10775 Jan 6 16:25 LICENSE 16:29:06 -rw-rw-r-- 1 1001 1001 6001 Jan 6 16:25 Makefile 16:29:06 -rw-rw-r-- 1 1001 1001 6511 Jan 6 16:25 README.md 16:29:06 -rw-rw-r-- 1 1001 1001 6744 Jan 6 16:25 SECURITY.md 16:29:06 -rw-rw-r-- 1 1001 1001 5 Jan 6 16:26 VERSION 16:29:06 -rw-rw-r-- 1 1001 1001 4131 Jan 6 16:25 ZMQWindows.md 16:29:06 drwxrwxr-x 2 1001 1001 117 Jan 6 16:25 bin 16:29:06 drwxrwxr-x 15 1001 1001 4096 Jan 6 16:25 cmd 16:29:06 -rw-r--r-- 1 root root 546759 Jan 6 16:28 coverage.out 16:29:06 -rw-r--r-- 1 root root 1005 Jan 6 16:29 go.mod 16:29:06 -rw-r--r-- 1 root root 19172 Jan 6 16:29 go.sum 16:29:06 drwxrwxr-x 8 1001 1001 127 Jan 6 16:25 internal 16:29:06 drwxrwxr-x 4 1001 1001 26 Jan 6 16:25 openapi 16:29:06 drwxrwxr-x 4 1001 1001 71 Jan 6 16:25 snap 16:29:06 -rw-rw-r-- 1 1001 1001 168 Jan 6 16:25 version.go [Pipeline] sh 16:29:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:06 + '[' -e coverage.out ] 16:29:06 + chown 1001:1001 coverage.out [Pipeline] stash 16:29:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:06 Configure a credential helper to remove this warning. See 16:29:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:06 16:29:06 Login Succeeded 16:29:06 nexus3.edgexfoundry.org:10002 16:29:07 Stashed 1 file(s) [Pipeline] sh 16:29:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:07 + make build 16:29:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:29:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:07 Configure a credential helper to remove this warning. See 16:29:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:07 16:29:07 Login Succeeded 16:29:07 nexus3.edgexfoundry.org:10003 16:29:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:07 Configure a credential helper to remove this warning. See 16:29:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:07 16:29:07 Login Succeeded 16:29:07 nexus3.edgexfoundry.org:10004 16:29:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:08 Configure a credential helper to remove this warning. See 16:29:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:08 16:29:08 Login Succeeded 16:29:08 docker.io 16:29:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:09 Configure a credential helper to remove this warning. See 16:29:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:09 16:29:09 Login Succeeded 16:29:09 ---> docker-login.sh ends [Pipeline] } 16:29:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:29:09 ========================================================= 16:29:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:29:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:29:10 + 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 . 16:29:11 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 16:29:12 Sending build context to Docker daemon 165.8MB 16:29:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:29:12 Step 2/6 : FROM ${BASE} 16:29:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:29:12 5f621e34cdf4: Pulling fs layer 16:29:12 a4357932f1b6: Pulling fs layer 16:29:12 18c013af1878: Pulling fs layer 16:29:12 00ac8860ef70: Pulling fs layer 16:29:12 63d7cb157983: Pulling fs layer 16:29:12 b116817d02f9: Pulling fs layer 16:29:12 745a02a5169b: Pulling fs layer 16:29:12 63d7cb157983: Waiting 16:29:12 00ac8860ef70: Waiting 16:29:12 745a02a5169b: Waiting 16:29:12 b116817d02f9: Waiting 16:29:12 18c013af1878: Verifying Checksum 16:29:12 a4357932f1b6: Download complete 16:29:12 63d7cb157983: Verifying Checksum 16:29:12 63d7cb157983: Download complete 16:29:12 b116817d02f9: Verifying Checksum 16:29:12 b116817d02f9: Download complete 16:29:12 5f621e34cdf4: Verifying Checksum 16:29:12 5f621e34cdf4: Download complete 16:29:13 5f621e34cdf4: Pull complete 16:29:14 a4357932f1b6: Pull complete 16:29:14 18c013af1878: Pull complete 16:29:15 745a02a5169b: Verifying Checksum 16:29:15 745a02a5169b: Download complete 16:29:16 00ac8860ef70: Verifying Checksum 16:29:16 00ac8860ef70: Download complete 16:29:18 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 16:29:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:29:21 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 16:29:21 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 16:29:22 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 16:29:23 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 16:29:25 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 16:29:26 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 16:29:27 00ac8860ef70: Pull complete 16:29:27 63d7cb157983: Pull complete 16:29:27 b116817d02f9: Pull complete 16:29:27 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 16:29:28 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 16:29:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:29:30 745a02a5169b: Pull complete 16:29:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:29:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:29:30 ---> b7e6874047d6 16:29:30 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] } 16:29:30 $ docker stop --time=1 e90f39e70459379093e6d9f357cbe10c32e0483194bd435f86272cae07d8adee 16:29:32 $ docker rm -f e90f39e70459379093e6d9f357cbe10c32e0483194bd435f86272cae07d8adee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 16:29:33 ---> Running in afa16071bc28 16:29:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:29:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:29:36 (1/12) Installing libmagic (5.38-r0) 16:29:36 (2/12) Installing file (5.38-r0) 16:29:36 (3/12) Installing libc-dev (0.7.2-r3) [Pipeline] isUnix [Pipeline] sh 16:29:36 (4/12) Installing g++ (9.3.0-r2) 16:29:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:29:36 16:29:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:29:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:29:37 latest: Pulling from edgex-devops/edgex-compose 16:29:37 cbdbe7a5bc2a: Pulling fs layer 16:29:37 ca9280d653b3: Pulling fs layer 16:29:37 7e9c9ca2126c: Pulling fs layer 16:29:37 cbdbe7a5bc2a: Verifying Checksum 16:29:37 cbdbe7a5bc2a: Download complete 16:29:38 cbdbe7a5bc2a: Pull complete 16:29:38 ca9280d653b3: Verifying Checksum 16:29:38 ca9280d653b3: Download complete 16:29:39 ca9280d653b3: Pull complete 16:29:39 7e9c9ca2126c: Verifying Checksum 16:29:39 7e9c9ca2126c: Download complete 16:29:45 7e9c9ca2126c: Pull complete 16:29:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:29:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:29:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:29:46 prd-centos7-docker-4c-2g-18681 does not seem to be running inside a container 16:29:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:29:49 $ docker top d062f8f39247a1f374831ff87048154e4bdf812ca135cb1bbbd330a236ded597 -eo pid,comm [Pipeline] { [Pipeline] sh 16:29:49 + docker-compose build --help 16:29:49 + grep parallel 16:29:50 --parallel Build images in parallel. [Pipeline] } 16:29:50 $ docker stop --time=1 d062f8f39247a1f374831ff87048154e4bdf812ca135cb1bbbd330a236ded597 16:29:51 $ docker rm -f d062f8f39247a1f374831ff87048154e4bdf812ca135cb1bbbd330a236ded597 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:29:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:29:52 . [Pipeline] withDockerContainer 16:29:52 prd-centos7-docker-4c-2g-18681 does not seem to be running inside a container 16:29:52 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:29:53 $ docker top fdbc97a710547a3bc72b42333c76a8b577060151d5e64fff39a263e9d2174b97 -eo pid,comm [Pipeline] { [Pipeline] sh 16:29:53 + docker-compose -f ./docker-compose-build.yml build --parallel 16:29:54 Building docker-core-command-go ... 16:29:54 Building docker-core-data-go ... 16:29:54 Building docker-core-metadata-go ... 16:29:54 Building docker-security-bootstrapper-go ... 16:29:54 Building docker-security-bootstrap-redis-go ... 16:29:54 Building docker-security-proxy-setup-go ... 16:29:54 Building docker-security-secretstore-setup-go ... 16:29:54 Building docker-support-notifications-go ... 16:29:54 Building docker-support-scheduler-go ... 16:29:54 Building docker-sys-mgmt-agent-go ... 16:29:54 Building docker-core-metadata-go 16:29:54 Building docker-support-notifications-go 16:29:54 Building docker-core-data-go 16:29:54 Building docker-sys-mgmt-agent-go 16:29:54 Building docker-security-bootstrapper-go 16:29:58 (5/12) Installing fortify-headers (1.1-r0) 16:29:58 (6/12) Installing patch (2.7.6-r6) 16:29:58 (7/12) Installing build-base (0.5-r2) 16:29:58 (8/12) Installing libsodium (1.0.18-r0) 16:29:58 (9/12) Installing pkgconf (1.7.2-r0) 16:29:58 (10/12) Installing libsodium-dev (1.0.18-r0) 16:29:58 (11/12) Installing libzmq (4.3.3-r0) 16:29:58 (12/12) Installing zeromq-dev (4.3.3-r0) 16:29:58 Executing busybox-1.31.1-r19.trigger 16:29:58 OK: 217 MiB in 51 packages 16:30:00 Removing intermediate container afa16071bc28 16:30:00 ---> 94e0fb751cf1 16:30:00 Step 4/6 : WORKDIR /edgex-go 16:30:01 ---> Running in e78c57b84ec0 16:30:01 Removing intermediate container e78c57b84ec0 16:30:01 ---> 9d0217111280 16:30:01 Step 5/6 : COPY go.mod . 16:30:02 ---> 24f23e1e61dd 16:30:02 Step 6/6 : RUN go mod download 16:30:02 ---> Running in a846e4e6fa19 16:30:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:30:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:30:27 ---> 49e5606f7ce9 16:30:27 Step 3/26 : WORKDIR /edgex-go 16:30:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:30:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:30:27 ---> 49e5606f7ce9 16:30:27 Step 3/26 : WORKDIR /edgex-go 16:30:27 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:30:27 Step 2/25 : FROM ${BUILDER_BASE} AS builder 16:30:27 ---> 49e5606f7ce9 16:30:27 Step 3/25 : WORKDIR /edgex-go 16:30:27 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:30:27 Step 2/32 : FROM ${BUILDER_BASE} AS builder 16:30:27 ---> 49e5606f7ce9 16:30:27 Step 3/32 : WORKDIR /edgex-go 16:30:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:30:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:30:27 ---> 49e5606f7ce9 16:30:27 Step 3/26 : WORKDIR /edgex-go 16:30:27 ---> Running in 2e277f9832a6 16:30:27 ---> Running in da58ea8dad79 16:30:27 ---> Running in 7f1e44146f4d 16:30:27 ---> Running in 28889d075a7e 16:30:27 ---> Running in 3b7e9f29fdea 16:30:28 Removing intermediate container 7f1e44146f4d 16:30:28 ---> f0518eb19163 16:30:28 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:28 Removing intermediate container da58ea8dad79 16:30:28 ---> ee99baa554ec 16:30:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:28 Removing intermediate container 2e277f9832a6 16:30:28 ---> a3695136ed85 16:30:28 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:28 Removing intermediate container 28889d075a7e 16:30:28 ---> df4cc8f96dbc 16:30:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:28 Removing intermediate container 3b7e9f29fdea 16:30:28 ---> 9ee288cd8625 16:30:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:28 ---> Running in 89b94bec1806 16:30:28 ---> Running in 021f3c4d7e8a 16:30:28 ---> Running in 58ea2712a8cd 16:30:28 ---> Running in f60cda138dee 16:30:28 ---> Running in 97984385b1fb 16:30:29 Removing intermediate container a846e4e6fa19 16:30:29 ---> c429a6a7381e 16:30:29 Successfully built c429a6a7381e 16:30:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:30:29 + docker inspect -f . ci-base-image-arm64 16:30:29 . [Pipeline] withDockerContainer 16:30:29 prd-ubuntu18.04-docker-arm64-4c-16g-18682 does not seem to be running inside a container 16:30:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:30:31 Removing intermediate container 89b94bec1806 16:30:31 ---> 9f4dfafd60ba 16:30:31 Step 5/26 : RUN apk add --update --no-cache make git 16:30:31 Removing intermediate container 58ea2712a8cd 16:30:31 ---> c601096010bd 16:30:31 Step 5/25 : RUN apk add --update --no-cache make bash git ca-certificates 16:30:31 ---> Running in 1f16de4d0b01 16:30:31 ---> Running in 9be6ec9467f4 16:30:31 Removing intermediate container 021f3c4d7e8a 16:30:31 ---> a10097a59b12 16:30:31 Step 5/32 : RUN apk add --update --no-cache make git 16:30:31 Removing intermediate container 97984385b1fb 16:30:31 ---> 54137baef3df 16:30:31 Step 5/26 : RUN apk add --update --no-cache make bash git 16:30:31 ---> Running in 8823093a9152 16:30:31 $ docker top eb64050bdd078e9bc27cbc3a9271b3b8feb4c7f8747d0614fda07a0a8c477ddb -eo pid,comm 16:30:31 Removing intermediate container f60cda138dee 16:30:31 ---> 31b4e2e77ff8 16:30:31 Step 5/26 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:30:31 ---> Running in 1559743c4762 [Pipeline] { [Pipeline] sh 16:30:32 ---> Running in b98439886714 16:30:32 + go version 16:30:32 go version go1.15.5 linux/arm64 [Pipeline] } 16:30:32 $ docker stop --time=1 eb64050bdd078e9bc27cbc3a9271b3b8feb4c7f8747d0614fda07a0a8c477ddb 16:30:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:34 $ docker rm -f eb64050bdd078e9bc27cbc3a9271b3b8feb4c7f8747d0614fda07a0a8c477ddb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 16:30:35 OK: 233 MiB in 51 packages 16:30:35 OK: 233 MiB in 51 packages 16:30:35 OK: 233 MiB in 51 packages 16:30:35 OK: 233 MiB in 51 packages 16:30:35 OK: 233 MiB in 51 packages [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:30:35 + docker inspect -f . ci-base-image-arm64 16:30:35 . [Pipeline] withDockerContainer 16:30:36 prd-ubuntu18.04-docker-arm64-4c-16g-18682 does not seem to be running inside a container 16:30:36 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:30:36 Removing intermediate container 8823093a9152 16:30:36 ---> bfba649217e0 16:30:36 Step 6/32 : COPY go.mod . 16:30:36 Removing intermediate container 1f16de4d0b01 16:30:36 ---> 382a0377aa73 16:30:36 Step 6/26 : COPY go.mod . 16:30:36 Removing intermediate container 9be6ec9467f4 16:30:36 ---> 93cf631bad85 16:30:36 Step 6/25 : COPY go.mod . 16:30:36 Removing intermediate container 1559743c4762 16:30:36 ---> 59407a69fc6f 16:30:36 Step 6/26 : COPY go.mod . 16:30:36 Removing intermediate container b98439886714 16:30:36 ---> fc151d65d919 16:30:36 Step 6/26 : COPY go.mod . 16:30:36 ---> 31eafd68ca4c 16:30:36 Step 7/32 : RUN go mod download 16:30:36 ---> 47fb1abaa011 16:30:36 Step 7/25 : RUN go mod download 16:30:36 ---> 7d8b91951fdc 16:30:36 Step 7/26 : RUN go mod download 16:30:36 ---> Running in b3f7bcfab29a 16:30:36 ---> Running in 33589b598a58 16:30:36 ---> Running in b78681f4a73d 16:30:36 ---> b0a283ddccaf 16:30:36 Step 7/26 : RUN go mod download 16:30:36 ---> efff8871495b 16:30:36 Step 7/26 : RUN go mod download 16:30:36 ---> Running in 162e8527281d 16:30:36 ---> Running in f805ec94e66d 16:30:37 $ docker top d0b46ccd70ab78235f5a52e57177f8708191610eb8aa0e71f18158ee078a872a -eo pid,comm [Pipeline] { [Pipeline] echo 16:30:37 ========================================================= 16:30:37 [edgeXBuildGoParallel] Running Tests and Build... 16:30:37 ========================================================= [Pipeline] sh 16:30:38 + make test 16:30:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:30:39 Removing intermediate container 33589b598a58 16:30:39 ---> 91308b1607a1 16:30:39 Step 8/26 : COPY . . 16:30:39 Removing intermediate container 162e8527281d 16:30:39 ---> 53c537ee0755 16:30:39 Step 8/26 : COPY . . 16:30:39 Removing intermediate container f805ec94e66d 16:30:39 ---> d4b94a80f402 16:30:39 Step 8/26 : COPY . . 16:30:39 Removing intermediate container b3f7bcfab29a 16:30:39 ---> f5e7d02eba66 16:30:39 Step 8/32 : COPY . . 16:30:39 Removing intermediate container b78681f4a73d 16:30:39 ---> e56b703a73f8 16:30:39 Step 8/25 : COPY . . 16:31:00 ? github.com/edgexfoundry/edgex-go [no test files] 16:31:18 ---> 2d4f2da0de75 16:31:18 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 16:31:18 ---> Running in 4aee73f43a41 16:31:18 ---> f1a7bcad19ba 16:31:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:31:18 ---> 4beea770eb33 16:31:18 Step 9/26 : RUN make cmd/core-metadata/core-metadata 16:31:18 ---> b236c39b7ebc 16:31:18 Step 9/26 : RUN make cmd/core-data/core-data 16:31:18 ---> 3e91e12c100e 16:31:18 Step 9/25 : RUN make cmd/support-notifications/support-notifications 16:31:18 ---> Running in 8a5aa3b67325 16:31:18 ---> Running in ba1fec7558ef 16:31:18 ---> Running in 70bdaa6efbe3 16:31:18 ---> Running in 727f8c37ce47 16:31:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:31:18 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 16:31:18 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 16:31:18 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 16:31:18 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 16:31:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:31:45 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 16:31:49 Removing intermediate container 727f8c37ce47 16:31:49 ---> 8298b39d9b36 16:31:49 16:31:49 Step 10/25 : FROM alpine:3.12 16:31:49 Removing intermediate container 8a5aa3b67325 16:31:49 ---> 2301373b5599 16:31:49 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:31:50 ---> Running in e221dab6612b 16:31:52 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 16:31:52 3.12: Pulling from library/alpine 16:31:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:31:54 Status: Downloaded newer image for alpine:3.12 16:31:54 ---> 389fef711851 16:31:54 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init 16:31:54 Removing intermediate container 70bdaa6efbe3 16:31:54 ---> 03c962c7a1c6 16:31:54 16:31:54 Step 10/26 : FROM alpine:3.12 16:31:54 ---> 389fef711851 16:31:54 Step 11/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:31:55 ---> Running in ebe55d47b7df 16:31:55 ---> Running in e1ea323557d5 16:31:55 Removing intermediate container 4aee73f43a41 16:31:55 ---> a8b65d0ea920 16:31:55 16:31:55 Step 10/32 : FROM alpine:3.12 16:31:55 ---> 389fef711851 16:31:55 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 16:31:56 ---> Running in 1a03456aab95 16:31:56 Removing intermediate container e221dab6612b 16:31:56 ---> 7a49a0bbae07 16:31:56 16:31:56 Step 11/26 : FROM docker:20.10.0 16:31:56 20.10.0: Pulling from library/docker 16:31:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:31:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:31:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:31:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:31:57 (1/2) Installing ca-certificates (20191127-r4) 16:31:57 (2/2) Installing dumb-init (1.2.2-r1) 16:31:57 Executing busybox-1.31.1-r19.trigger 16:31:57 Executing ca-certificates-20191127-r4.trigger 16:31:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:31:57 (1/2) Installing ca-certificates (20191127-r4) 16:31:57 OK: 6 MiB in 16 packages 16:31:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:31:57 (2/2) Installing dumb-init (1.2.2-r1) 16:31:57 Executing busybox-1.31.1-r19.trigger 16:31:57 Executing ca-certificates-20191127-r4.trigger 16:31:57 OK: 6 MiB in 16 packages 16:31:57 (1/2) Installing dumb-init (1.2.2-r1) 16:31:57 (2/2) Installing openssl (1.1.1i-r0) 16:31:57 Executing busybox-1.31.1-r19.trigger 16:31:57 OK: 6 MiB in 16 packages 16:32:00 Removing intermediate container ba1fec7558ef 16:32:00 ---> c890f4117e30 16:32:00 16:32:00 Step 10/26 : FROM alpine:3.12 16:32:00 ---> 389fef711851 16:32:00 Step 11/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:32:01 ---> Running in 69bd72cac19a 16:32:01 Removing intermediate container 69bd72cac19a 16:32:01 ---> 6158ca7e694c 16:32:01 Step 12/26 : ENV APP_PORT=48080 16:32:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:32:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:32:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:32:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:32:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:32:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:32:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:32:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:32:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:32:02 ---> Running in 5aeb7474a3fe 16:32:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:32:03 Removing intermediate container 1a03456aab95 16:32:03 ---> 710b27fe910f 16:32:03 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:32:03 Removing intermediate container ebe55d47b7df 16:32:03 ---> 1e4af6ae7122 16:32:03 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:32:03 Removing intermediate container e1ea323557d5 16:32:03 ---> c8c0cfdfb1fe 16:32:03 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:32:03 Removing intermediate container 5aeb7474a3fe 16:32:03 ---> f034c9873dda 16:32:03 Step 13/26 : EXPOSE $APP_PORT 16:32:03 ---> Running in a1cde78d2ce2 16:32:03 ---> Running in 7b551b84d69d 16:32:03 ---> Running in f0110e2e0cd2 16:32:03 ---> Running in 0485c9b9f3ad 16:32:03 Removing intermediate container 7b551b84d69d 16:32:03 ---> ca5719001dac 16:32:03 Step 13/26 : ENV APP_PORT=48081 16:32:03 Removing intermediate container f0110e2e0cd2 16:32:03 ---> 0a6f17c70980 16:32:03 Step 13/25 : ENV APP_PORT=48060 16:32:03 Removing intermediate container a1cde78d2ce2 16:32:03 ---> 2ed90f624c08 16:32:03 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 16:32:04 ---> Running in 216985a52d68 16:32:04 Removing intermediate container 0485c9b9f3ad 16:32:04 ---> 0a50ec59ae54 16:32:04 Step 14/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:32:04 ---> Running in 408d7bed010d 16:32:04 ---> Running in dd24069194d6 16:32:04 ---> Running in fdd54d44f592 16:32:04 Removing intermediate container 216985a52d68 16:32:04 ---> a9371a7a7aec 16:32:04 Step 14/26 : EXPOSE $APP_PORT 16:32:04 Removing intermediate container 408d7bed010d 16:32:04 ---> 8127c831fa9b 16:32:04 Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 16:32:04 Removing intermediate container dd24069194d6 16:32:04 ---> 6d35241a7e00 16:32:04 Step 14/25 : EXPOSE $APP_PORT 16:32:04 ---> Running in 9681f94e829c 16:32:04 ---> Running in b9c02153af10 16:32:04 ---> Running in 2ded30afbe7a 16:32:05 Removing intermediate container 9681f94e829c 16:32:05 ---> c7e79c4ba7eb 16:32:05 Step 15/26 : WORKDIR / 16:32:05 ---> Running in e6575594ea50 16:32:05 Removing intermediate container 2ded30afbe7a 16:32:05 ---> 4fcce9c4d242 16:32:05 Step 15/25 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:32:05 Connecting to github.com (140.82.114.4:443) 16:32:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:32:05 Status: Downloaded newer image for docker:20.10.0 16:32:05 ---> aefe523efa57 16:32:05 Step 12/26 : RUN apk add --no-cache bash 16:32:05 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.110.36:443) 16:32:05  ---> Running in 08851c720511 16:32:05 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 16:32:05 Removing intermediate container e6575594ea50 16:32:05 ---> 79d58be85345 16:32:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:32:05 ---> 3e45101d149e 16:32:05 Step 16/25 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:32:05 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 16:32:05 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 16:32:05 dockerize 16:32:06 Removing intermediate container fdd54d44f592 16:32:06 ---> 5f70cc6d5e54 16:32:06 Step 15/26 : RUN apk add --update --no-cache zeromq dumb-init 16:32:06 ---> 44b48259d465 16:32:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:32:06 ---> Running in fa02d994b6d9 16:32:06 ---> 6914d2eb118c 16:32:06 Step 17/25 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:32:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:32:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:32:06 (1/2) Installing readline (8.0.4-r0) 16:32:06 (2/2) Installing bash (5.0.17-r0) 16:32:06 ---> 94f3299ab56c 16:32:06 Step 18/25 : ENV CONSUL_HOST=edgex-core-consul 16:32:06 Executing bash-5.0.17-r0.post-install 16:32:06 Executing busybox-1.31.1-r19.trigger 16:32:06 OK: 12 MiB in 22 packages 16:32:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:32:07 ---> Running in 69ddb212bb63 16:32:07 Removing intermediate container b9c02153af10 16:32:07 ---> 6b1b022b34eb 16:32:07 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 16:32:07 ---> f9d0276639b1 16:32:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:32:07 ---> Running in 67b793ac8c1f 16:32:07 Removing intermediate container 69ddb212bb63 16:32:07 ---> 73fb3bea2a5b 16:32:07 Step 19/25 : ENV CONSUL_PORT=8500 16:32:07 ---> Running in cec8d28bed9f 16:32:07 Removing intermediate container 67b793ac8c1f 16:32:07 ---> 7646333c0d56 16:32:07 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:32:07 ---> 82bb6c052a00 16:32:07 Step 19/26 : ENV CONSUL_HOST=edgex-core-consul 16:32:07 ---> Running in e8363b06c1b5 16:32:08 ---> Running in 125728ff627f 16:32:08 Removing intermediate container cec8d28bed9f 16:32:08 ---> 7853448b64cc 16:32:08 Step 20/25 : COPY --from=builder /edgex-go/cmd/support-notifications/entrypoint.sh /usr/local/bin/ 16:32:08 Removing intermediate container 08851c720511 16:32:08 ---> eb852e771e95 16:32:08 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:32:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:32:08 ---> Running in e92a1bea509b 16:32:08 Removing intermediate container e8363b06c1b5 16:32:08 ---> 3fcf13bc6e0e 16:32:08 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 16:32:08 Removing intermediate container 125728ff627f 16:32:08 ---> 628fc6b3f518 16:32:08 Step 20/26 : ENV CONSUL_PORT=8500 16:32:08 ---> 95bb566f39eb 16:32:08 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:32:08 ---> Running in c22fd51f893b 16:32:08 ---> Running in 457da8aa76f1 16:32:08 ---> Running in 54bf34c7c257 16:32:08 Removing intermediate container e92a1bea509b 16:32:08 ---> e0489ad8525c 16:32:08 Step 14/26 : ENV APP_PORT=48090 16:32:09 (1/6) Installing dumb-init (1.2.2-r1) 16:32:09 (2/6) Installing libgcc (9.3.0-r2) 16:32:09 ---> Running in 724c8808b9ba 16:32:09 (3/6) Installing libsodium (1.0.18-r0) 16:32:09 Removing intermediate container 457da8aa76f1 16:32:09 ---> 9807710d47bb 16:32:09 Step 21/26 : COPY --from=builder /edgex-go/cmd/core-metadata/entrypoint.sh /usr/local/bin/ 16:32:09 (4/6) Installing libstdc++ (9.3.0-r2) 16:32:09 Removing intermediate container 724c8808b9ba 16:32:09 ---> 0fbb85ed0081 16:32:09 Step 15/26 : EXPOSE $APP_PORT 16:32:09 ---> Running in 5b8a6f31425f 16:32:09 (5/6) Installing libzmq (4.3.3-r0) 16:32:10 ---> cd0aaa6d1ba9 16:32:10 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:32:10 (6/6) Installing zeromq (4.3.3-r0) 16:32:10 Executing busybox-1.31.1-r19.trigger 16:32:10 OK: 8 MiB in 20 packages 16:32:10 Copy dockerize executable 16:32:10 Removing intermediate container 5b8a6f31425f 16:32:10 ---> 0f3da78dd6d7 16:32:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:32:10 ---> Running in 7a0dc0168eb6 16:32:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:32:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:32:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:32:11 ---> 6c2ed850b749 16:32:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:32:11 Removing intermediate container fa02d994b6d9 16:32:11 ---> 684c02203161 16:32:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:32:11 Removing intermediate container c22fd51f893b 16:32:11 ---> 6e39a2641a49 16:32:11 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 16:32:11 Removing intermediate container 54bf34c7c257 16:32:11 ---> 2ead83ceed19 16:32:11 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 16:32:11 ---> Running in f6ddedeaf84e 16:32:11 ---> Running in ea132525a949 16:32:11 ---> 715ce24bcf12 16:32:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:32:11 ---> 21f256b0f946 16:32:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:32:11 Removing intermediate container f6ddedeaf84e 16:32:11 ---> 9b9c84a3cdfc 16:32:11 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:32:12 Removing intermediate container ea132525a949 16:32:12 ---> 9791a79a27b4 16:32:12 Step 23/25 : LABEL arch=x86_64 16:32:12 ---> 3551f1eebbb8 16:32:12 Step 19/26 : RUN apk --no-cache add py3-pip 16:32:12 Removing intermediate container 7a0dc0168eb6 16:32:12 ---> a73fce920c5e 16:32:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 16:32:12 ---> Running in a440e1dfc2db 16:32:12 ---> Running in baedaadbc342 16:32:12 ---> Running in 3b084dca8571 16:32:12 ---> 45f499d81d31 16:32:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:32:12 ---> 293ee19ed4d8 16:32:12 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:32:13 ---> Running in 55879f2706b5 16:32:13 Removing intermediate container a440e1dfc2db 16:32:13 ---> e9526e7cf0da 16:32:13 Step 24/25 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:32:13 Removing intermediate container 3b084dca8571 16:32:13 ---> 41b78122f9c6 16:32:13 Step 24/26 : LABEL arch=x86_64 16:32:13 ---> 96648d374dff 16:32:13 Step 19/26 : ENV CONSUL_HOST=edgex-core-consul 16:32:13 ---> Running in 803f312f79d1 16:32:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:32:13 ---> Running in 1250e0d27af7 16:32:13 ---> Running in 68febd685383 16:32:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:32:13 Removing intermediate container 803f312f79d1 16:32:13 ---> 28f7ce7b2340 16:32:13 Step 25/25 : LABEL version=0.0.0 16:32:13 (1/33) Installing libbz2 (1.0.8-r1) 16:32:13 (2/33) Installing expat (2.2.9-r1) 16:32:13 (3/33) Installing libffi (3.3-r2) 16:32:13 Removing intermediate container 1250e0d27af7 16:32:13 ---> f9a39a769f9c 16:32:13 Step 25/26 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:32:13 (4/33) Installing gdbm (1.13-r1) 16:32:13 (5/33) Installing xz-libs (5.2.5-r0) 16:32:13 (6/33) Installing sqlite-libs (3.32.1-r0) 16:32:13 (7/33) Installing python3 (3.8.5-r0) 16:32:13 ---> Running in 1167ee15d3c4 16:32:13 Removing intermediate container 68febd685383 16:32:13 ---> 72dae681ac0f 16:32:13 Step 20/26 : ENV CONSUL_PORT=8500 16:32:14 ---> Running in ab56a0d621fb 16:32:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.292s coverage: 46.6% of statements 16:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:32:17 Removing intermediate container 1167ee15d3c4 16:32:17 ---> 3cfe1caec066 16:32:17 16:32:17 ---> Running in 957e8fbdc76b 16:32:17 (8/33) Installing py3-appdirs (1.4.4-r1) 16:32:17 Removing intermediate container ab56a0d621fb 16:32:17 ---> ae4c90e66503 16:32:17 Step 26/26 : LABEL version=0.0.0 16:32:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:32:17 (10/33) Installing py3-parsing (2.4.7-r0) 16:32:17 (11/33) Installing py3-six (1.15.0-r0) 16:32:17 (12/33) Installing py3-packaging (20.4-r0) 16:32:17 (13/33) Installing py3-setuptools (47.0.0-r0) 16:32:17 (14/33) Installing py3-chardet (3.0.4-r4) 16:32:17 ---> Running in fcd3ae8bd4d8 16:32:17 Successfully built 3cfe1caec066 16:32:18 Successfully tagged docker-support-notifications-go:latest 16:32:18 (15/33) Installing py3-idna (2.9-r0) 16:32:18  Building docker-support-notifications-go ... done Building docker-core-command-go 16:32:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:32:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:32:18 Removing intermediate container 957e8fbdc76b 16:32:18 ---> b1ede6c18817 16:32:18 Step 21/26 : COPY --from=builder /edgex-go/cmd/core-data/entrypoint.sh /usr/local/bin/ 16:32:18 (18/33) Installing py3-requests (2.23.0-r0) 16:32:18 (19/33) Installing py3-msgpack (1.0.0-r0) 16:32:18 Removing intermediate container 55879f2706b5 16:32:18 ---> 2e7ed52b85fb 16:32:18 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:32:19 (20/33) Installing py3-lockfile (0.12.2-r3) 16:32:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:32:22 (22/33) Installing py3-colorama (0.4.3-r0) 16:32:22 (23/33) Installing py3-distlib (0.3.0-r0) 16:32:22 Removing intermediate container fcd3ae8bd4d8 16:32:22 ---> 71fda7febd2b 16:32:22 16:32:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.461s coverage: 27.0% of statements 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:32:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:32:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:32:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.280s coverage: 77.1% of statements 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:32:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.710s coverage: 82.4% of statements 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:32:22 (24/33) Installing py3-distro (1.5.0-r1) 16:32:23 (25/33) Installing py3-webencodings (0.5.1-r3) 16:32:23 (26/33) Installing py3-html5lib (1.0.1-r4) 16:32:23 (27/33) Installing py3-pytoml (0.1.21-r0) 16:32:23 (28/33) Installing py3-pep517 (0.8.2-r0) 16:32:23 (29/33) Installing py3-progress (1.5-r0) 16:32:23 (30/33) Installing py3-toml (0.10.1-r0) 16:32:23 (31/33) Installing py3-retrying (1.3.3-r0) 16:32:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:32:23 (33/33) Installing py3-pip (20.1.1-r0) 16:32:25 ---> 276622beeeaf 16:32:25 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:32:25 Successfully built 71fda7febd2b 16:32:25 Successfully tagged docker-core-metadata-go:latest 16:32:25 Building docker-security-proxy-setup-go 16:32:26  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r19.trigger 16:32:26 OK: 71 MiB in 55 packages 16:32:27 ---> c023c2cd55b9 16:32:27 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:32:29 ---> Running in 5102508985e1 16:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.129s coverage: 28.6% of statements 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.128s coverage: 100.0% of statements 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.298s coverage: 86.7% of statements 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:32:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.344s coverage: 97.5% of statements 16:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:32:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.123s coverage: 78.3% of statements 16:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:32:31 ---> 0b8e9e5621f4 16:32:31 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 16:32:33 ---> 4623bfa61e87 16:32:33 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:32:35 ---> db9ad3cd315a 16:32:35 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 16:32:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.914s coverage: 93.8% of statements 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:32:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:32:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.174s coverage: 0.1% of statements 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:32:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 43.8% of statements 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 16:32:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:32:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:32:39 ---> Running in 2df42365363f 16:32:39 Removing intermediate container 5102508985e1 16:32:39 ---> c9f6581d1246 16:32:39 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 16:32:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:32:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:32:41 ---> 49e5606f7ce9 16:32:41 Step 3/26 : WORKDIR /edgex-go 16:32:41 ---> Using cache 16:32:41 ---> 9ee288cd8625 16:32:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:32:41 ---> Using cache 16:32:41 ---> 54137baef3df 16:32:41 Step 5/26 : RUN apk add --update --no-cache make git 16:32:41 ---> Running in 0c9d2112cf03 16:32:41 Removing intermediate container 2df42365363f 16:32:41 ---> 098330dd63ad 16:32:41 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 16:32:41 ---> Running in d2e620f02277 16:32:42 Removing intermediate container 0c9d2112cf03 16:32:42 ---> d198e6a69182 16:32:42 Step 24/26 : LABEL arch=x86_64 16:32:42 ---> 9b5d2a33b4af 16:32:42 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:32:42 ---> Running in fd99810bec3e 16:32:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:32:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:32:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:32:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:32:44 ---> 49e5606f7ce9 16:32:44 Step 3/21 : WORKDIR /edgex-go 16:32:44 ---> Using cache 16:32:44 ---> 9ee288cd8625 16:32:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:32:44 ---> Using cache 16:32:44 ---> 54137baef3df 16:32:44 Step 5/21 : RUN apk add --update --no-cache make git 16:32:45 ---> Running in 01abd2d7cdef 16:32:45 Removing intermediate container fd99810bec3e 16:32:45 ---> d853c1ec6358 16:32:45 Step 25/26 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:32:45 OK: 233 MiB in 51 packages 16:32:45 ---> Running in 169ac3489589 16:32:46 ---> Running in 91fcdedae9bb 16:32:47 Removing intermediate container 91fcdedae9bb 16:32:47 ---> 58463762dfac 16:32:47 Step 26/26 : LABEL version=0.0.0 16:32:47 ---> Running in 08947c3df052 16:32:47 Removing intermediate container d2e620f02277 16:32:47 ---> 9c9969a03102 16:32:47 Step 6/26 : COPY go.mod . 16:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:32:48 Removing intermediate container 08947c3df052 16:32:48 ---> 491d60ed89e8 16:32:48 16:32:48 Removing intermediate container baedaadbc342 16:32:48 ---> 95adba0df827 16:32:48 Step 20/26 : RUN pip install docker-compose==1.23.2 16:32:48 ---> 3781225c4e8c 16:32:48 Step 7/26 : RUN go mod download 16:32:48 Successfully built 491d60ed89e8 16:32:48 Removing intermediate container 01abd2d7cdef 16:32:48 ---> 7fd123c802ee 16:32:48 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 16:32:48 Successfully tagged docker-core-data-go:latest 16:32:48 Building docker-security-secretstore-setup-go 16:32:48  Building docker-core-data-go ... done  ---> Running in 9143fdb0f4ea 16:32:48 ---> Running in dd48f29858c2 16:32:48 ---> Running in ab5118041af7 16:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:32:49 Removing intermediate container ab5118041af7 16:32:49 ---> 968307dbd986 16:32:49 Step 29/32 : CMD ["install"] 16:32:49 OK: 233 MiB in 51 packages 16:32:49 ---> Running in d44281a3e5bd 16:32:49 Removing intermediate container d44281a3e5bd 16:32:49 ---> 5debe005f9c6 16:32:49 Step 30/32 : LABEL arch=x86_64 16:32:52 ---> Running in c4b6fff80984 16:32:53 Collecting docker-compose==1.23.2 16:32:53 Removing intermediate container 169ac3489589 16:32:53 ---> 65423d4fb9d6 16:32:53 Step 6/21 : COPY go.mod . 16:32:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:32:53 Removing intermediate container c4b6fff80984 16:32:53 ---> aeb30970bbce 16:32:53 Step 31/32 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:32:53 Collecting cached-property<2,>=1.2.0 16:32:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:32:54 Collecting websocket-client<1.0,>=0.32.0 16:32:54 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:32:55 ---> 59fc66adf432 16:32:55 Step 7/21 : RUN go mod download 16:32:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:32:55 Removing intermediate container dd48f29858c2 16:32:55 ---> d61c363642e7 16:32:55 Step 8/26 : COPY . . 16:32:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:32:55 ---> Running in a0927f912afd 16:32:56 Collecting PyYAML<4,>=3.10 16:32:56 Downloading PyYAML-3.13.tar.gz (270 kB) 16:32:56 ---> Running in 8283146143fa 16:33:00 Removing intermediate container a0927f912afd 16:33:00 ---> 6e4fb8bf5af0 16:33:00 Step 32/32 : LABEL version=0.0.0 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.071s coverage: 82.7% of statements 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.154s coverage: 87.2% of statements 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.2% of statements 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.160s coverage: 91.4% of statements 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.599s coverage: 63.5% of statements 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 91.3% of statements 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.798s coverage: 55.9% of statements 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.319s coverage: 37.0% of statements 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.450s coverage: 84.0% of statements 16:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements 16:33:00 Collecting dockerpty<0.5,>=0.4.1 16:33:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:33:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.419s coverage: 47.1% of statements 16:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:33:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 16:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:33:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements 16:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:33:02 ---> Running in 9b04a6a87f0c 16:33:02 Collecting texttable<0.10,>=0.9.0 16:33:02 Downloading texttable-0.9.1.tar.gz (11 kB) 16:33:03 Collecting jsonschema<3,>=2.5.1 16:33:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:33:04 Removing intermediate container 9b04a6a87f0c 16:33:04 ---> 330ca073d48a 16:33:04 16:33:04 Collecting docopt<0.7,>=0.6.1 16:33:04 Downloading docopt-0.6.2.tar.gz (25 kB) 16:33:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:33:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:33:05 ---> 49e5606f7ce9 16:33:05 Step 3/24 : WORKDIR /edgex-go 16:33:05 ---> Using cache 16:33:05 ---> 9ee288cd8625 16:33:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:33:05 ---> Using cache 16:33:05 ---> 54137baef3df 16:33:05 Step 5/24 : RUN apk add --update --no-cache make git 16:33:05 ---> Using cache 16:33:05 ---> 65423d4fb9d6 16:33:05 Step 6/24 : COPY go.mod . 16:33:05 ---> Using cache 16:33:05 ---> 59fc66adf432 16:33:05 Step 7/24 : RUN go mod download 16:33:05 Successfully built 330ca073d48a 16:33:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:33:05 Successfully tagged docker-security-bootstrapper-go:latest 16:33:05 Building docker-support-scheduler-go 16:33:05  Building docker-security-bootstrapper-go ... done Collecting docker<4.0,>=3.6.0 16:33:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:33:06 ---> Running in 6098383f674e 16:33:07 Collecting idna<2.8,>=2.5 16:33:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:33:09 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) 16:33:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.633s coverage: 29.1% of statements 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:33:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:33:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:33:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:33:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:33:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:33:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:33:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements 16:33:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 16:33:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements 16:33:10 GO111MODULE=on go vet ./... 16:33:10 Collecting urllib3<1.25,>=1.21.1 16:33:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:33:10 Removing intermediate container 8283146143fa 16:33:10 ---> d5031b82f9ca 16:33:10 Step 8/21 : COPY . . 16:33:10 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) 16:33:11 Collecting docker-pycreds>=0.4.0 16:33:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:33:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:33:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:33:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:33:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:33:11 Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, PyYAML, dockerpty, texttable, jsonschema, docopt, docker-pycreds, docker, docker-compose 16:33:19 Attempting uninstall: idna 16:33:19 Found existing installation: idna 2.9 16:33:19 Uninstalling idna-2.9: 16:33:19 Successfully uninstalled idna-2.9 16:33:21 Attempting uninstall: urllib3 16:33:21 Found existing installation: urllib3 1.25.9 16:33:21 Uninstalling urllib3-1.25.9: 16:33:21 Successfully uninstalled urllib3-1.25.9 16:33:23 Attempting uninstall: requests 16:33:23 Found existing installation: requests 2.23.0 16:33:23 Uninstalling requests-2.23.0: 16:33:23 Successfully uninstalled requests-2.23.0 16:33:24 Removing intermediate container 6098383f674e 16:33:24 ---> 5108bfcdb9f9 16:33:24 Step 8/24 : COPY . . 16:33:25 Running setup.py install for PyYAML: started 16:33:32 Running setup.py install for PyYAML: finished with status 'done' 16:33:32 Running setup.py install for dockerpty: started 16:33:32 ---> fcf89b90c881 16:33:32 Step 9/26 : RUN make cmd/core-command/core-command 16:33:34 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:33:34 Step 2/25 : FROM ${BUILDER_BASE} AS builder 16:33:34 ---> 49e5606f7ce9 16:33:34 Step 3/25 : WORKDIR /edgex-go 16:33:34 ---> Using cache 16:33:34 ---> 9ee288cd8625 16:33:34 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:33:34 ---> Using cache 16:33:34 ---> 54137baef3df 16:33:34 Step 5/25 : RUN apk add --update --no-cache make git 16:33:34 ---> Using cache 16:33:34 ---> 65423d4fb9d6 16:33:34 Step 6/25 : COPY go.mod . 16:33:34 ---> Using cache 16:33:34 ---> 59fc66adf432 16:33:34 Step 7/25 : RUN go mod download 16:33:34 ---> Using cache 16:33:34 ---> 5108bfcdb9f9 16:33:34 Step 8/25 : COPY . . 16:33:35 Running setup.py install for dockerpty: finished with status 'done' 16:33:35 Running setup.py install for texttable: started 16:33:35 Running setup.py install for texttable: finished with status 'done' 16:33:38 ---> Running in a294de2ee7b4 16:33:39 Running setup.py install for docopt: started 16:33:40 Running setup.py install for docopt: finished with status 'done' 16:33:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:33:47 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 16:33:51 ---> dd5d9d103854 16:33:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:33:55 ---> Running in 9eeab423134c 16:33:58 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 16:34:02 Removing intermediate container 9143fdb0f4ea 16:34:02 ---> 4627ecad6fe8 16:34:02 Step 21/26 : RUN apk --no-cache add curl 16:34:03 ---> 3a69f4c5cdd0 16:34:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:34:03 ---> 1aca14498abd 16:34:03 Step 9/25 : RUN make cmd/support-scheduler/support-scheduler 16:34:03 ---> Running in b1cc79e6cf4e 16:34:03 ---> Running in 71684e5fb8f5 16:34:04 ---> Running in 214cb618b709 16:34:05 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 16:34:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:34:05 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 16:34:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:34:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:34:05 (2/3) Installing libcurl (7.69.1-r3) 16:34:05 (3/3) Installing curl (7.69.1-r3) 16:34:05 Executing busybox-1.31.1-r19.trigger 16:34:05 OK: 72 MiB in 58 packages 16:34:07 Removing intermediate container b1cc79e6cf4e 16:34:07 ---> 8eaa7f7e2f85 16:34:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:34:07 ---> Running in 81cb95e61d2d 16:34:07 Removing intermediate container 81cb95e61d2d 16:34:07 ---> 53fb61d55092 16:34:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:34:07 ---> Running in 78c9269787ea 16:34:08 Removing intermediate container 78c9269787ea 16:34:08 ---> 8841e2974094 16:34:08 Step 24/26 : LABEL arch=x86_64 16:34:11 ---> Running in 0d9e8aab1b40 16:34:11 Removing intermediate container a294de2ee7b4 16:34:11 ---> 539165c06ba5 16:34:11 16:34:11 Step 10/26 : FROM alpine:3.12 16:34:11 ---> 389fef711851 16:34:11 Step 11/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:34:11 ---> Using cache 16:34:11 ---> c8c0cfdfb1fe 16:34:11 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:34:11 Removing intermediate container 0d9e8aab1b40 16:34:11 ---> 27aae76d4077 16:34:11 Step 25/26 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:34:11 ---> Running in a202eb799442 16:34:11 ---> Running in 8b4fb9610f26 16:34:12 Removing intermediate container a202eb799442 16:34:12 ---> 32cdb321d578 16:34:12 Step 13/26 : ENV APP_PORT=48082 16:34:12 Removing intermediate container 8b4fb9610f26 16:34:12 ---> 4c3e45539ff4 16:34:12 Step 26/26 : LABEL version=0.0.0 16:34:12 ---> Running in f65cb42ef7a1 16:34:12 ---> Running in a92c0ddd9346 16:34:13 Removing intermediate container a92c0ddd9346 16:34:13 ---> ef9f0311bb4d 16:34:13 16:34:13 Removing intermediate container f65cb42ef7a1 16:34:13 ---> c2728a51cf76 16:34:13 Step 14/26 : EXPOSE $APP_PORT 16:34:13 ---> Running in abc07aa9c34f 16:34:13 Successfully built ef9f0311bb4d 16:34:13 Successfully tagged docker-sys-mgmt-agent-go:latest 16:34:13 Building docker-security-bootstrap-redis-go 16:34:13  Building docker-sys-mgmt-agent-go ... done Removing intermediate container abc07aa9c34f 16:34:13 ---> 9194d4e3086d 16:34:13 Step 15/26 : WORKDIR / 16:34:13 ---> Running in f397c7d532ec 16:34:13 Removing intermediate container f397c7d532ec 16:34:13 ---> a01d704c3077 16:34:13 Step 16/26 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:34:14 ---> 096af566820b 16:34:14 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:34:18 gofmt -l . 16:34:18 [ "`gofmt -l .`" = "" ] 16:34:19 ---> b75a27949dc9 16:34:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:34:20 ./bin/test-go-mod-tidy.sh 16:34:20 ---> 5b6b16a4379a 16:34:20 Step 19/26 : ENV CONSUL_HOST=edgex-core-consul 16:34:20 ---> Running in 98fc533dd8f8 16:34:20 Removing intermediate container 98fc533dd8f8 16:34:20 ---> 75921e9555f6 16:34:20 Step 20/26 : ENV CONSUL_PORT=8500 16:34:20 ---> Running in d94408944bfb 16:34:21 ./bin/test-attribution-txt.sh 16:34:21 Removing intermediate container d94408944bfb 16:34:21 ---> 6c9144bc6206 16:34:21 Step 21/26 : COPY --from=builder /edgex-go/cmd/core-command/entrypoint.sh /usr/local/bin/ 16:34:21 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 16:34:22 ---> 8310fd1ef965 16:34:22 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:34:23 ---> Running in 493552d7d9f0 [Pipeline] sh 16:34:26 + ls -al . 16:34:26 total 672 16:34:26 drwxrwxr-x 9 1001 1001 4096 Jan 6 16:34 . 16:34:26 drwxr-xr-x 4 root root 4096 Jan 6 16:30 .. 16:34:26 -rw-rw-r-- 1 1001 1001 11 Jan 6 16:28 .dockerignore 16:34:26 drwxrwxr-x 8 1001 1001 4096 Jan 6 16:29 .git 16:34:26 drwxrwxr-x 3 1001 1001 4096 Jan 6 16:28 .github 16:34:26 -rw-rw-r-- 1 1001 1001 872 Jan 6 16:28 .gitignore 16:34:26 -rw-rw-r-- 1 1001 1001 166 Jan 6 16:28 .sonarcloud.properties 16:34:26 -rw-rw-r-- 1 1001 1001 3804 Jan 6 16:28 CONTRIBUTING.md 16:34:26 -rw-rw-r-- 1 1001 1001 931 Jan 6 16:28 Dockerfile.build 16:34:26 -rw-rw-r-- 1 1001 1001 863 Jan 6 16:28 Jenkinsfile 16:34:26 -rw-rw-r-- 1 1001 1001 10775 Jan 6 16:28 LICENSE 16:34:26 -rw-rw-r-- 1 1001 1001 6001 Jan 6 16:28 Makefile 16:34:26 -rw-rw-r-- 1 1001 1001 6511 Jan 6 16:28 README.md 16:34:26 -rw-rw-r-- 1 1001 1001 6744 Jan 6 16:28 SECURITY.md 16:34:26 -rw-rw-r-- 1 1001 1001 5 Jan 6 16:26 VERSION 16:34:26 -rw-rw-r-- 1 1001 1001 4131 Jan 6 16:28 ZMQWindows.md 16:34:26 drwxrwxr-x 2 1001 1001 4096 Jan 6 16:28 bin 16:34:26 drwxrwxr-x 15 1001 1001 4096 Jan 6 16:28 cmd 16:34:26 -rw-r--r-- 1 root root 546759 Jan 6 16:33 coverage.out 16:34:26 -rw-r--r-- 1 root root 1005 Jan 6 16:34 go.mod 16:34:26 -rw-r--r-- 1 root root 19172 Jan 6 16:34 go.sum 16:34:26 drwxrwxr-x 8 1001 1001 4096 Jan 6 16:28 internal 16:34:26 drwxrwxr-x 4 1001 1001 4096 Jan 6 16:28 openapi 16:34:26 drwxrwxr-x 4 1001 1001 4096 Jan 6 16:28 snap 16:34:26 -rw-rw-r-- 1 1001 1001 168 Jan 6 16:28 version.go [Pipeline] sh 16:34:26 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 16:34:26 + '[' -e coverage.out ] 16:34:26 + chown 1001:1001 coverage.out [Pipeline] stash 16:34:26 Warning: overwriting stash ‘coverage-report’ 16:34:27 Stashed 1 file(s) [Pipeline] sh 16:34:28 Removing intermediate container 493552d7d9f0 16:34:28 ---> 428eab109505 16:34:28 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 16:34:28 ---> Running in f50bdde08abc 16:34:28 + make build 16:34:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:34:29 Removing intermediate container f50bdde08abc 16:34:29 ---> 1887daf529e7 16:34:29 Step 24/26 : LABEL arch=x86_64 16:34:29 ---> Running in 8cfc3d044da3 16:34:30 Removing intermediate container 8cfc3d044da3 16:34:30 ---> 81739eb477fb 16:34:30 Step 25/26 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:34:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:34:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:34:31 ---> 49e5606f7ce9 16:34:31 Step 3/22 : WORKDIR /edgex-go 16:34:32 ---> Using cache 16:34:32 ---> 9ee288cd8625 16:34:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:34:32 ---> Using cache 16:34:32 ---> 54137baef3df 16:34:32 Step 5/22 : RUN apk add --update --no-cache make git 16:34:32 ---> Using cache 16:34:32 ---> 65423d4fb9d6 16:34:32 Step 6/22 : COPY go.mod . 16:34:32 ---> Using cache 16:34:32 ---> 59fc66adf432 16:34:32 Step 7/22 : RUN go mod download 16:34:32 ---> Using cache 16:34:32 ---> 5108bfcdb9f9 16:34:32 Step 8/22 : COPY . . 16:34:32 ---> Using cache 16:34:32 ---> 1aca14498abd 16:34:32 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:34:33 ---> Running in cb1cd8561783 16:34:35 ---> Running in f9c84e9577b7 16:34:35 Removing intermediate container 71684e5fb8f5 16:34:35 ---> b0d5ff466a70 16:34:35 16:34:35 Step 10/24 : FROM alpine:3.12 16:34:35 ---> 389fef711851 16:34:35 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:34:35 Removing intermediate container cb1cd8561783 16:34:35 ---> fdc31670b0d1 16:34:35 Step 26/26 : LABEL version=0.0.0 16:34:35 Removing intermediate container 214cb618b709 16:34:35 ---> 6542e8d7e398 16:34:35 16:34:35 Step 10/25 : FROM alpine:3.12 16:34:35 ---> 389fef711851 16:34:35 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init 16:34:35 ---> Using cache 16:34:35 ---> c8c0cfdfb1fe 16:34:35 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:34:35 ---> Using cache 16:34:35 ---> 32cdb321d578 16:34:35 Step 13/25 : ENV APP_PORT=48085 16:34:35 Removing intermediate container 9eeab423134c 16:34:35 ---> d8b3457aa2c7 16:34:35 16:34:35 Step 10/21 : FROM alpine:3.12 16:34:35 ---> 389fef711851 16:34:35 Step 11/21 : RUN apk add --update --no-cache curl 16:34:35 ---> Running in 1796a74141d0 16:34:35 ---> Running in 1139effe4f18 16:34:35 ---> Running in 978cd8269c44 16:34:35 ---> Running in 2211e7ce11b2 16:34:35 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 16:34:35 Removing intermediate container 1796a74141d0 16:34:35 ---> ea6379bb36a9 16:34:35 16:34:35 Removing intermediate container 978cd8269c44 16:34:35 ---> 73254c195948 16:34:35 Step 14/25 : EXPOSE $APP_PORT 16:34:35 ---> Running in 5ccfa9c5e92b 16:34:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:34:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:34:36 Successfully built ea6379bb36a9 16:34:36 Successfully tagged docker-core-command-go:latest 16:34:36  Building docker-core-command-go ... done Removing intermediate container 5ccfa9c5e92b 16:34:36 ---> ea9e397002b7 16:34:36 Step 15/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:34:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:34:36 (1/5) Installing ca-certificates (20191127-r4) 16:34:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:34:36 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:34:36 (3/5) Installing libcurl (7.69.1-r3) 16:34:36 (4/5) Installing curl (7.69.1-r3) 16:34:36 (5/5) Installing dumb-init (1.2.2-r1) 16:34:36 Executing busybox-1.31.1-r19.trigger 16:34:36 Executing ca-certificates-20191127-r4.trigger 16:34:36 OK: 7 MiB in 19 packages 16:34:36 (1/4) Installing ca-certificates (20191127-r4) 16:34:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:34:36 (3/4) Installing libcurl (7.69.1-r3) 16:34:36 (4/4) Installing curl (7.69.1-r3) 16:34:36 Executing busybox-1.31.1-r19.trigger 16:34:36 Executing ca-certificates-20191127-r4.trigger 16:34:36 OK: 7 MiB in 18 packages 16:34:38 ---> 1b37d621d4e4 16:34:38 Step 16/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:34:40 Removing intermediate container 1139effe4f18 16:34:40 ---> 7b2dfe766310 16:34:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:34:40 Removing intermediate container 2211e7ce11b2 16:34:40 ---> c792bbc3b0c4 16:34:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:34:40 ---> 821858019f6f 16:34:40 Step 17/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:34:40 ---> Running in d8a42ad78a6b 16:34:40 ---> Running in d73064c8fa91 16:34:40 Removing intermediate container d8a42ad78a6b 16:34:40 ---> 822621ed65df 16:34:40 Step 13/24 : WORKDIR / 16:34:40 ---> 650a063e361d 16:34:40 Step 18/25 : ENV CONSUL_HOST=edgex-core-consul 16:34:40 Removing intermediate container d73064c8fa91 16:34:40 ---> 9d71c0f57270 16:34:40 Step 13/21 : WORKDIR /edgex 16:34:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:34:41 ---> Running in 298b56e4e531 16:34:41 ---> Running in dd445ce66622 16:34:41 ---> Running in e7fa13e52188 16:34:41 Removing intermediate container 298b56e4e531 16:34:41 ---> 926e548f69db 16:34:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:34:41 Removing intermediate container e7fa13e52188 16:34:41 ---> fafc2f4b1f76 16:34:41 Step 19/25 : ENV CONSUL_PORT=8500 16:34:41 Removing intermediate container dd445ce66622 16:34:41 ---> 8dada265ea0a 16:34:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:34:41 ---> Running in 4b401dcf4c7e 16:34:41 ---> 537d5bae343d 16:34:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:34:41 ---> b33b9625a760 16:34:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:34:41 Removing intermediate container 4b401dcf4c7e 16:34:41 ---> b1efab39dde8 16:34:41 Step 20/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/entrypoint.sh /usr/local/bin/ 16:34:42 ---> 5b00e69dd07a 16:34:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:34:42 ---> d94f519cfb30 16:34:42 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:34:42 ---> Running in 18a4934aeb8f 16:34:42 ---> e844d64fa5e0 16:34:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:34:42 ---> ff28af2f6eec 16:34:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:34:43 ---> 10e8cded8663 16:34:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:34:43 ---> 360baebbabee 16:34:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:34:43 ---> Running in f2ca660f5e83 16:34:44 Removing intermediate container f2ca660f5e83 16:34:44 ---> 6dacf88b75db 16:34:44 Step 18/21 : CMD ["--init=true"] 16:34:44 ---> 753150b43c78 16:34:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:34:44 ---> Running in 6b1b6d869e8f 16:34:44 Removing intermediate container 18a4934aeb8f 16:34:44 ---> 1432d4e6d530 16:34:44 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 16:34:45 ---> Running in 659eeb61ab6e 16:34:45 Removing intermediate container 6b1b6d869e8f 16:34:45 ---> 1da4f3092690 16:34:45 Step 19/21 : LABEL arch=x86_64 16:34:45 ---> 0e2e3c337367 16:34:45 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:34:45 ---> Running in c1dd58364db9 16:34:45 Removing intermediate container 659eeb61ab6e 16:34:45 ---> 9bb648eabab3 16:34:45 Step 23/25 : LABEL arch=x86_64 16:34:45 ---> Running in d3e508120a3f 16:34:45 ---> Running in 7875e503c33d 16:34:45 Removing intermediate container c1dd58364db9 16:34:45 ---> f86b55bc0c71 16:34:45 Step 20/21 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:34:46 ---> Running in c68feb65e768 16:34:46 Removing intermediate container 7875e503c33d 16:34:46 ---> 545466ed4589 16:34:46 Step 24/25 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:34:46 ---> Running in 08221bcffde6 16:34:46 Removing intermediate container c68feb65e768 16:34:46 ---> c99c690ea6e0 16:34:46 Step 21/21 : LABEL version=0.0.0 16:34:46 ---> Running in 0ad71bbb7588 16:34:46 Removing intermediate container 08221bcffde6 16:34:46 ---> f9e6f7989fcc 16:34:46 Step 25/25 : LABEL version=0.0.0 16:34:46 ---> Running in ad8bd8c2b041 16:34:47 Removing intermediate container 0ad71bbb7588 16:34:47 ---> 552760400f09 16:34:47 16:34:48 Successfully built 552760400f09 16:34:48 Successfully tagged docker-security-proxy-setup-go:latest 16:34:48  Building docker-security-proxy-setup-go ... done Removing intermediate container ad8bd8c2b041 16:34:48 ---> 36dfea195d33 16:34:48 16:34:48 Removing intermediate container d3e508120a3f 16:34:48 ---> da2be886d1cf 16:34:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:34:48 Successfully built 36dfea195d33 16:34:48 Removing intermediate container f9c84e9577b7 16:34:48 ---> a4e77f10cdd3 16:34:48 16:34:48 Step 10/22 : FROM alpine:3.12 16:34:48 Successfully tagged docker-support-scheduler-go:latest 16:34:48  Building docker-support-scheduler-go ... done  ---> 389fef711851 16:34:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:34:48 ---> Using cache 16:34:48 ---> 7b2dfe766310 16:34:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:34:48 ---> Running in 511d92f041b1 16:34:48 ---> Running in b3565168452d 16:34:48 Removing intermediate container 511d92f041b1 16:34:48 ---> b2a07002646d 16:34:48 Step 22/24 : LABEL arch=x86_64 16:34:48 Removing intermediate container b3565168452d 16:34:48 ---> 6737bd02d83c 16:34:48 Step 13/22 : WORKDIR / 16:34:48 ---> Running in 2d131ead7cdc 16:34:48 ---> Running in 517c66ba0d69 16:34:49 Removing intermediate container 2d131ead7cdc 16:34:49 ---> 95259d718411 16:34:49 Step 23/24 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:34:49 Removing intermediate container 517c66ba0d69 16:34:49 ---> 1d716f1ce38c 16:34:49 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 16:34:49 ---> Running in 46a21bd96a64 16:34:49 Removing intermediate container 46a21bd96a64 16:34:49 ---> d0a9987e98cb 16:34:49 Step 24/24 : LABEL version=0.0.0 16:34:49 ---> Running in 7fb21ca7c7c0 16:34:49 ---> 55b2771dce35 16:34:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:34:49 Removing intermediate container 7fb21ca7c7c0 16:34:49 ---> 686b6e3b183c 16:34:49 16:34:49 Successfully built 686b6e3b183c 16:34:49 Successfully tagged docker-security-secretstore-setup-go:latest 16:34:49  Building docker-security-secretstore-setup-go ... done  ---> b9f8bfe8d0ef 16:34:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:34:50 ---> dbfb15c3adb9 16:34:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:34:50 ---> 0b7236a99376 16:34:50 Step 18/22 : RUN chmod +x entrypoint.sh 16:34:50 ---> Running in db72f925124f 16:34:51 Removing intermediate container db72f925124f 16:34:51 ---> 2440671a0b8a 16:34:51 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:34:51 ---> Running in cd608048e6e6 16:34:51 Removing intermediate container cd608048e6e6 16:34:51 ---> dbdd5f1e2a07 16:34:51 Step 20/22 : LABEL arch=x86_64 16:34:51 ---> Running in 31160253e3b5 16:34:51 Removing intermediate container 31160253e3b5 16:34:51 ---> e17cc059f4d7 16:34:51 Step 21/22 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:34:51 ---> Running in 9b4accfa5b3b 16:34:51 Removing intermediate container 9b4accfa5b3b 16:34:51 ---> 6f7db01b879e 16:34:51 Step 22/22 : LABEL version=0.0.0 16:34:51 ---> Running in a6e8e91de818 16:34:52 Removing intermediate container a6e8e91de818 16:34:52 ---> d221cd130408 16:34:52 16:34:52 Successfully built d221cd130408 16:34:52 Successfully tagged docker-security-bootstrap-redis-go:latest 16:34:52  Building docker-security-bootstrap-redis-go ... done  [Pipeline] } 16:34:52 $ docker stop --time=1 fdbc97a710547a3bc72b42333c76a8b577060151d5e64fff39a263e9d2174b97 16:34:54 $ docker rm -f fdbc97a710547a3bc72b42333c76a8b577060151d5e64fff39a263e9d2174b97 [Pipeline] // withDockerContainer [Pipeline] sh 16:34:55 + docker images 16:34:55 + grep docker 16:34:55 docker-security-bootstrap-redis-go latest d221cd130408 4 seconds ago 15.8MB 16:34:55 docker-security-secretstore-setup-go latest 686b6e3b183c 6 seconds ago 24.6MB 16:34:55 docker-support-scheduler-go latest 36dfea195d33 8 seconds ago 16.9MB 16:34:55 docker-security-proxy-setup-go latest 552760400f09 9 seconds ago 24.5MB 16:34:55 docker-core-command-go latest ea6379bb36a9 20 seconds ago 16.7MB 16:34:55 docker-sys-mgmt-agent-go latest ef9f0311bb4d 43 seconds ago 313MB 16:34:55 docker-security-bootstrapper-go latest 330ca073d48a About a minute ago 41.4MB 16:34:55 docker-core-data-go latest 491d60ed89e8 2 minutes ago 22.3MB 16:34:55 docker-core-metadata-go latest 71fda7febd2b 2 minutes ago 19.1MB 16:34:55 docker-support-notifications-go latest 3cfe1caec066 2 minutes ago 16.9MB 16:34:55 docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:35:03 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 16:35:04 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 16:35:09 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 16:35:10 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 16:35:11 Still waiting to schedule task 16:35:11 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:35:14 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 16:35:18 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 16:35:23 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 16:35:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:35:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:35:34 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 16:35:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 16:35:42 $ docker stop --time=1 d0b46ccd70ab78235f5a52e57177f8708191610eb8aa0e71f18158ee078a872a 16:35:44 $ docker rm -f d0b46ccd70ab78235f5a52e57177f8708191610eb8aa0e71f18158ee078a872a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:35:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:35:47 16:35:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:35:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:35:48 latest: Pulling from edgex-devops/edgex-compose-arm64 16:35:48 29e5d40040c1: Pulling fs layer 16:35:48 1ce36da41761: Pulling fs layer 16:35:48 25b303627fd3: Pulling fs layer 16:35:49 29e5d40040c1: Verifying Checksum 16:35:49 29e5d40040c1: Download complete 16:35:49 1ce36da41761: Verifying Checksum 16:35:49 1ce36da41761: Download complete 16:35:49 29e5d40040c1: Pull complete 16:35:51 1ce36da41761: Pull complete 16:35:51 25b303627fd3: Verifying Checksum 16:35:51 25b303627fd3: Download complete 16:36:01 25b303627fd3: Pull complete 16:36:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:36:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:36:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:36:01 prd-ubuntu18.04-docker-arm64-4c-16g-18682 does not seem to be running inside a container 16:36:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:36:04 $ docker top b29f42a2a7b78d5f23f6d7ad8ee4bf0a846e338877d81db476207d77ab37856e -eo pid,comm [Pipeline] { [Pipeline] sh 16:36:05 Running on prd-ubuntu18.04-docker-8c-8g-18683 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { 16:36:05 + docker-compose build --help 16:36:05 + grep parallel [Pipeline] ws 16:36:05 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 16:36:08 using credential edgex-jenkins-ssh 16:36:08 Cloning the remote Git repository 16:36:08 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:36:08 > git init /w/workspace/edgex-go/11 # timeout=10 16:36:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:36:08 > git --version # timeout=10 16:36:08 > git --version # 'git version 2.17.1' 16:36:08 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:36:09 --parallel Build images in parallel. [Pipeline] } 16:36:09 $ docker stop --time=1 b29f42a2a7b78d5f23f6d7ad8ee4bf0a846e338877d81db476207d77ab37856e 16:36:11 $ docker rm -f b29f42a2a7b78d5f23f6d7ad8ee4bf0a846e338877d81db476207d77ab37856e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:36:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:36:12 . [Pipeline] withDockerContainer 16:36:12 prd-ubuntu18.04-docker-arm64-4c-16g-18682 does not seem to be running inside a container 16:36:12 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:36:13 $ docker top 6f01207ff44ba470429caf4210b94c1997946a8a8072ed4e19425af00a4c6c5e -eo pid,comm 16:36:14 Merging remotes/origin/master commit fa73db002611977724c74faadafd397fb3003e92 into PR head commit fb0dd7abd1500b774c29500e204ddfcef83861c7 [Pipeline] { [Pipeline] sh 16:36:14 Merge succeeded, producing fb0dd7abd1500b774c29500e204ddfcef83861c7 16:36:14 Checking out Revision fb0dd7abd1500b774c29500e204ddfcef83861c7 (PR-2970) 16:36:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:36:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:36:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:36:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:36:13 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:36:14 > git config core.sparsecheckout # timeout=10 16:36:14 > git checkout -f fb0dd7abd1500b774c29500e204ddfcef83861c7 # timeout=10 16:36:14 > git remote # timeout=10 16:36:14 > git config --get remote.origin.url # timeout=10 16:36:14 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:14 > git merge fa73db002611977724c74faadafd397fb3003e92 # timeout=10 16:36:14 > git rev-parse HEAD^{commit} # timeout=10 16:36:14 > git config core.sparsecheckout # timeout=10 16:36:14 > git checkout -f fb0dd7abd1500b774c29500e204ddfcef83861c7 # timeout=10 16:36:15 + docker-compose -f ./docker-compose-build.yml build --parallel 16:36:18 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" 16:36:18 Building docker-core-command-go ... 16:36:18 Building docker-core-data-go ... 16:36:18 Building docker-core-metadata-go ... 16:36:18 Building docker-security-bootstrapper-go ... 16:36:18 Building docker-security-bootstrap-redis-go ... 16:36:18 Building docker-security-proxy-setup-go ... 16:36:18 Building docker-security-secretstore-setup-go ... 16:36:18 Building docker-support-notifications-go ... 16:36:18 Building docker-support-scheduler-go ... 16:36:18 Building docker-sys-mgmt-agent-go ... 16:36:18 Building docker-core-data-go 16:36:18 Building docker-core-command-go 16:36:18 Building docker-security-bootstrapper-go 16:36:18 Building docker-core-metadata-go 16:36:18 Building docker-security-bootstrap-redis-go [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:36:19 + echo snap-build.sh 16:36:19 snap-build.sh 16:36:19 + SNAP_BASE_DIR=. 16:36:19 + '[' '!' -z /w/workspace/edgex-go/11 ']' 16:36:19 + SNAP_BASE_DIR=/w/workspace/edgex-go/11 16:36:19 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' 16:36:19 [snap-build] Building snap in dir [/w/workspace/edgex-go/11] 16:36:19 + cd /w/workspace/edgex-go/11 16:36:19 + sudo apt-get remove -qy --purge lxd lxd-client 16:36:19 Reading package lists... 16:36:19 Building dependency tree... 16:36:19 Reading state information... 16:36:19 The following packages were automatically installed and are no longer required: 16:36:19 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:36:19 uidmap xdelta3 16:36:19 Use 'sudo apt autoremove' to remove them. 16:36:19 The following packages will be REMOVED: 16:36:19 lxd* lxd-client* 16:36:19 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:36:19 After this operation, 31.7 MB disk space will be freed. 16:36:21 (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.) 16:36:21 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:36:22 Removing lxd dnsmasq configuration 16:36:22 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:36:22 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:36:23 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:36:23 (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.) 16:36:23 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:36:24 Processing triggers for systemd (237-3ubuntu10.42) ... 16:36:24 Processing triggers for ureadahead (0.100.0-21) ... 16:36:26 + sudo snap remove --purge lxd 16:36:26 snap "lxd" is not installed 16:36:26 + sudo groupadd --force --system lxd 16:36:26 ++ whoami 16:36:26 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:36:26 + newgrp - lxd 16:36:26 + sudo snap install lxd 16:36:36 2021-01-06T16:36:33Z INFO Waiting for automatic snapd restart... 16:36:51 lxd 4.9 from Canonical* installed 16:36:51 + sudo lxd init --auto 16:36:59 + sudo snap install --classic snapcraft 16:37:05 snapcraft 4.4.4 from Canonical* installed 16:37:05 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:37:05 + patch --verbose -p1 16:37:05 Hmm... Looks like a unified diff to me... 16:37:05 The text leading up to this was: 16:37:05 -------------------------- 16:37:05 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 16:37:05 |From: Tony Espy 16:37:05 |Date: Wed, 16 Dec 2020 16:34:55 -0500 16:37:05 |Subject: [PATCH] optimize snap build for pipeline CI check 16:37:05 | 16:37:05 |This patch is used by the EdgeX CI pipeline builds to 16:37:05 |optimize the snap CI check run for pull requests. When 16:37:05 |applied, it essentially strips out everything (apps and 16:37:05 |parts) from the snapcraft.yaml file except those required 16:37:05 |to build edgex-go, as the whole idea of the CI check is to 16:37:05 |catch changes to edgex-go that break the snap build. 16:37:05 | 16:37:05 |In general, anyone updating snapcraft.yaml will also need 16:37:05 |to update this patch file, otherwise it may fail to apply, 16:37:05 |resulting in a failed snap build CI check in the associated 16:37:05 |pull request. 16:37:05 | 16:37:05 |Note - in addition to applying this patch, the pipeline also 16:37:05 |only primes the snap (e.g. `snapcraft prime`), as there's no 16:37:05 |need to build the finally binary .snap file (and it won't 16:37:05 |work with the patch applied). This further reduces the build 16:37:05 |time. 16:37:05 |--- 16:37:05 | snap/snapcraft.yaml | 461 +------------------------------------------- 16:37:05 | 1 file changed, 2 insertions(+), 459 deletions(-) 16:37:05 | 16:37:05 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 16:37:05 |index 1e537489..faf42425 100644 16:37:05 |--- a/snap/snapcraft.yaml 16:37:05 |+++ b/snap/snapcraft.yaml 16:37:05 -------------------------- 16:37:05 patching file snap/snapcraft.yaml 16:37:05 Using Plan A... 16:37:05 Hunk #1 succeeded at 73. 16:37:05 Hunk #2 succeeded at 202 with fuzz 1. 16:37:05 Hunk #3 succeeded at 214. 16:37:05 Hunk #4 succeeded at 222. 16:37:05 Hunk #5 succeeded at 229. 16:37:05 Hunk #6 succeeded at 256. 16:37:05 Hunk #7 succeeded at 290. 16:37:05 Hunk #8 succeeded at 341. 16:37:05 Hmm... Ignoring the trailing garbage. 16:37:05 done 16:37:05 + sudo snapcraft prime --use-lxd 16:37:06 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:37:06 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: 16:37:06 - README.md 16:37:06 - snapcraft.yaml.orig 16:37:06 16:37:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:37:07 Launching a container. 16:37:19 Waiting for container to be ready 16:37:19 To start your first instance, try: lxc launch ubuntu:18.04 16:37:19 16:37:22 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:37:22 Waiting for network to be ready... 16:37:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:37:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 16:37:23 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:37:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 16:37:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 16:37:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 16:37:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 16:37:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 16:37:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 16:37:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 16:37:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:37:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:37:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:37:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:37:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:37:23 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:37:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:37:23 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:37:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:37:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1814 kB] 16:37:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 16:37:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 16:37:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 16:37:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 16:37:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 16:37:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 16:37:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 16:37:26 Fetched 23.6 MB in 4s (5684 kB/s) 16:37:27 Reading package lists... 16:37:28 Reading package lists... 16:37:28 Building dependency tree... 16:37:28 Reading state information... 16:37:28 The following additional packages will be installed: 16:37:28 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:37:28 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:37:28 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:37:28 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:37:28 Suggested packages: 16:37:28 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:37:28 Recommended packages: 16:37:28 gnupg libsasl2-modules 16:37:28 The following NEW packages will be installed: 16:37:28 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:37:28 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:37:28 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:37:28 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:37:28 The following packages will be upgraded: 16:37:28 gpg gpg-agent gpgconf libudev1 16:37:28 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 16:37:28 Need to get 3531 kB of archives. 16:37:28 After this operation, 13.3 MB of additional disk space will be used. 16:37:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 16:37:28 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 16:37:28 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 16:37:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 16:37:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 16:37:29 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] 16:37:29 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] 16:37:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 16:37:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 16:37:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 16:37:29 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:37:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:37:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:37:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:37:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:37:29 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:37:29 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:37:29 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:37:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:37:29 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:37:29 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:37:29 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:37:29 debconf: delaying package configuration, since apt-utils is not installed 16:37:29 Fetched 3531 kB in 1s (3188 kB/s) 16:37:29 (Reading database ... 12511 files and directories currently installed.) 16:37:29 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 16:37:29 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:37:29 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 16:37:30 Selecting previously unselected package udev. 16:37:30 (Reading database ... 12511 files and directories currently installed.) 16:37:30 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 16:37:30 Unpacking udev (237-3ubuntu10.43) ... 16:37:30 Selecting previously unselected package libfuse2:amd64. 16:37:30 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:37:30 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:37:30 Selecting previously unselected package fuse. 16:37:30 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:37:30 Unpacking fuse (2.9.7-1ubuntu1) ... 16:37:30 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 16:37:30 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:37:30 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 16:37:30 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:37:30 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 16:37:30 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:37:30 Selecting previously unselected package libksba8:amd64. 16:37:30 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:37:30 Unpacking libksba8:amd64 (1.3.5-2) ... 16:37:30 Selecting previously unselected package libroken18-heimdal:amd64. 16:37:30 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:37:30 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:30 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:37:30 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:37:30 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:31 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:37:31 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:37:31 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:31 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:37:31 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:37:31 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:31 Selecting previously unselected package libwind0-heimdal:amd64. 16:37:31 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:37:31 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:31 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:37:31 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:37:31 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:31 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:37:31 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:37:31 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:31 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:37:31 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:37:31 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:31 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:37:31 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:37:31 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:31 Selecting previously unselected package libsasl2-modules-db:amd64. 16:37:31 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 16:37:31 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 16:37:31 Selecting previously unselected package libsasl2-2:amd64. 16:37:31 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 16:37:31 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 16:37:31 Selecting previously unselected package libldap-common. 16:37:31 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 16:37:31 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:37:32 Selecting previously unselected package libldap-2.4-2:amd64. 16:37:32 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 16:37:32 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:37:32 Selecting previously unselected package dirmngr. 16:37:32 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 16:37:32 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 16:37:32 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:37:32 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 16:37:32 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:37:32 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 16:37:32 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 16:37:32 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 16:37:32 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:32 Setting up libksba8:amd64 (1.3.5-2) ... 16:37:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:37:32 Setting up udev (237-3ubuntu10.43) ... 16:37:32 invoke-rc.d: policy-rc.d denied execution of start. 16:37:32 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:32 Processing triggers for systemd (237-3ubuntu10) ... 16:37:32 Setting up fuse (2.9.7-1ubuntu1) ... 16:37:32 Setting up gpg (2.2.4-1ubuntu1.3) ... 16:37:32 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:33 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:33 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:33 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:33 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:33 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:33 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:37:33 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:37:33 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 16:37:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:37:33 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:37:33 settings in the [Install] section, and DefaultInstance for template units). 16:37:33 This means they are not meant to be enabled using systemctl. 16:37:33 Possible reasons for having this kind of units are: 16:37:33 1) A unit may be statically enabled by being symlinked from another unit's 16:37:33 .wants/ or .requires/ directory. 16:37:33 2) A unit's purpose may be to act as a helper for some other unit which has 16:37:33 a requirement dependency on it. 16:37:33 3) A unit may be started when needed via activation (socket, path, timer, 16:37:33 D-Bus, udev, scripted systemctl call, ...). 16:37:33 4) In case of template units, the unit is meant to be enabled with some 16:37:33 instance name specified. 16:37:34 Reading package lists... 16:37:34 Building dependency tree... 16:37:34 Reading state information... 16:37:34 The following additional packages will be installed: 16:37:34 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:37:34 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:37:34 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:37:34 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:37:34 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:37:34 Suggested packages: 16:37:34 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:37:34 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:37:34 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:37:34 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:37:34 systemd-container policykit-1 16:37:34 Recommended packages: 16:37:34 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:37:34 The following NEW packages will be installed: 16:37:34 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:37:34 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:37:34 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:37:34 multiarch-support openssh-client python3 python3-minimal python3.6 16:37:34 python3.6-minimal snapd squashfs-tools sudo 16:37:34 The following packages will be upgraded: 16:37:34 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:37:34 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 16:37:34 Need to get 35.2 MB of archives. 16:37:34 After this operation, 141 MB of additional disk space will be used. 16:37:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:37:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:37:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 16:37:34 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 16:37:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 16:37:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:37:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 16:37:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 16:37:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 16:37:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:37:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:37:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:37:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:37:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:37:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:37:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 16:37:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:37:35 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 16:37:35 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:37:35 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:37:35 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:37:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:37:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:37:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:37:35 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:37:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 16:37:35 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:37:35 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:37:35 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:37:35 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 16:37:36 debconf: delaying package configuration, since apt-utils is not installed 16:37:36 Fetched 35.2 MB in 2s (14.6 MB/s) 16:37:36 (Reading database ... 12757 files and directories currently installed.) 16:37:36 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 16:37:37 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:37:37 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 16:37:37 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:37:37 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 16:37:37 (Reading database ... 12757 files and directories currently installed.) 16:37:37 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:37:37 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:37:38 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:37:38 (Reading database ... 12757 files and directories currently installed.) 16:37:38 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:37:38 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:37:38 Setting up apt (1.6.12ubuntu0.2) ... 16:37:38 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:37:39 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:37:39 (Reading database ... 12764 files and directories currently installed.) 16:37:39 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:37:39 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:37:39 Selecting previously unselected package libpython3.6-minimal:amd64. 16:37:39 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:37:39 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:37:39 Selecting previously unselected package libexpat1:amd64. 16:37:39 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:37:39 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:37:39 Selecting previously unselected package python3.6-minimal. 16:37:39 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:37:39 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:37:39 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 16:37:40 Checking for services that may need to be restarted...done. 16:37:40 Checking for services that may need to be restarted...done. 16:37:40 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:37:40 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:40 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:37:40 ---> c429a6a7381e 16:37:40 Step 3/26 : WORKDIR /edgex-go 16:37:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:37:40 ---> c429a6a7381e 16:37:40 Step 3/22 : WORKDIR /edgex-go 16:37:40 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:40 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:37:40 ---> c429a6a7381e 16:37:40 Step 3/26 : WORKDIR /edgex-goStep 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:40 16:37:40 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:37:40 ---> c429a6a7381e 16:37:40 Step 3/26 : WORKDIR /edgex-go 16:37:40 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:40 Step 2/32 : FROM ${BUILDER_BASE} AS builder 16:37:40 ---> c429a6a7381e 16:37:40 Step 3/32 : WORKDIR /edgex-go 16:37:40 ---> Running in 0089887fb707 16:37:40 ---> Running in 687776c6db64 16:37:40 ---> Running in 05bda10f3f4e 16:37:40 ---> Running in ff80fc7329c0 16:37:40 ---> Running in 2a34d34cd7cb 16:37:40 Removing intermediate container 05bda10f3f4e 16:37:40 ---> dc04617ee7b3 16:37:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:40 Removing intermediate container 0089887fb707 16:37:40 ---> 8b337259de63 16:37:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:40 Removing intermediate container 687776c6db64 16:37:40 ---> c9488ddebc86 16:37:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:40 Removing intermediate container 2a34d34cd7cb 16:37:40 ---> f1e2e623f151 16:37:40 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:40 Removing intermediate container ff80fc7329c0 16:37:40 ---> d1716ffd6750 16:37:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:40 ---> Running in 884e5ff25708 16:37:40 ---> Running in be44f263971e 16:37:40 ---> Running in 26bdd96d2434 16:37:40 ---> Running in 4cb42c90ab09 16:37:40 ---> Running in 3d0b808c4cd1 16:37:40 Removing intermediate container be44f263971e 16:37:40 ---> cc235e9025a0 16:37:40 Step 5/26 : RUN apk add --update --no-cache make git 16:37:40 ---> Running in 1bdba1a19b11 16:37:40 Removing intermediate container 884e5ff25708 16:37:40 ---> eb48a99c00ca 16:37:40 Step 5/22 : RUN apk add --update --no-cache make git 16:37:40 Removing intermediate container 26bdd96d2434 16:37:40 ---> 03aedda647bc 16:37:40 Step 5/26 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:37:40 ---> Running in 63d426fdc53a 16:37:40 ---> Running in 2163f5e056cf 16:37:40 Removing intermediate container 4cb42c90ab09 16:37:40 ---> 16ab85363595 16:37:40 Step 5/32 : RUN apk add --update --no-cache make git 16:37:40 Removing intermediate container 3d0b808c4cd1 16:37:40 ---> 73bb846478c0 16:37:40 Step 5/26 : RUN apk add --update --no-cache make git 16:37:40 ---> Running in 5dd6a00daec6 16:37:40 ---> Running in 52ae779c8c5f 16:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:40 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:37:40 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:40 Selecting previously unselected package python3-minimal. 16:37:40 (Reading database ... 13012 files and directories currently installed.) 16:37:40 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:37:40 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:40 Selecting previously unselected package mime-support. 16:37:40 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:37:40 Unpacking mime-support (3.60ubuntu1) ... 16:37:40 Selecting previously unselected package libmpdec2:amd64. 16:37:40 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:37:40 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:37:41 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:37:41 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:37:41 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:41 Selecting previously unselected package python3.6. 16:37:41 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:37:41 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:37:41 Selecting previously unselected package libpython3-stdlib:amd64. 16:37:41 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:37:41 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:41 OK: 217 MiB in 51 packages 16:37:41 Setting up python3-minimal (3.6.7-1~18.04) ... 16:37:41 Selecting previously unselected package python3. 16:37:41 (Reading database ... 13442 files and directories currently installed.) 16:37:41 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:37:41 Unpacking python3 (3.6.7-1~18.04) ... 16:37:41 Selecting previously unselected package multiarch-support. 16:37:41 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:37:41 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:37:42 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:37:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:42 OK: 217 MiB in 51 packages 16:37:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:42 Selecting previously unselected package liblzo2-2:amd64. 16:37:42 (Reading database ... 13479 files and directories currently installed.) 16:37:42 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:37:42 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:37:42 Selecting previously unselected package libbsd0:amd64. 16:37:42 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:37:42 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:37:42 OK: 217 MiB in 51 packages 16:37:42 Selecting previously unselected package sudo. 16:37:42 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 16:37:42 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 16:37:42 Selecting previously unselected package apparmor. 16:37:42 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:37:42 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:37:42 Selecting previously unselected package libedit2:amd64. 16:37:42 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:37:42 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:37:43 OK: 217 MiB in 51 packages 16:37:43 OK: 217 MiB in 51 packages 16:37:43 Selecting previously unselected package libkrb5support0:amd64. 16:37:43 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:37:43 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:37:43 Selecting previously unselected package libk5crypto3:amd64. 16:37:43 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:37:43 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:37:43 Selecting previously unselected package libkeyutils1:amd64. 16:37:43 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:37:43 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:37:43 Removing intermediate container 1bdba1a19b11 16:37:43 ---> 913a4d3da614 16:37:43 Step 6/26 : COPY go.mod . 16:37:43 Selecting previously unselected package libkrb5-3:amd64. 16:37:43 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:37:43 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:37:43 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:37:43 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:37:43 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:37:43 Selecting previously unselected package libssl1.0.0:amd64. 16:37:43 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 16:37:43 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:37:44 Selecting previously unselected package openssh-client. 16:37:44 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:37:44 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:37:44 Selecting previously unselected package squashfs-tools. 16:37:44 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:37:44 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:37:44 Selecting previously unselected package snapd. 16:37:44 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 16:37:44 Unpacking snapd (2.48+18.04) ... 16:37:44 Removing intermediate container 63d426fdc53a 16:37:44 ---> 0d6bcd597e35 16:37:44 Step 6/22 : COPY go.mod . 16:37:44 ---> 5221e6851677 16:37:44 Step 7/26 : RUN go mod download 16:37:44 Removing intermediate container 2163f5e056cf 16:37:44 ---> b577c17827c5 16:37:44 Step 6/26 : COPY go.mod . 16:37:44 ---> Running in aff274c50ce9 16:37:45 Removing intermediate container 52ae779c8c5f 16:37:45 ---> 73311a02a95a 16:37:45 Step 6/26 : COPY go.mod . 16:37:45 ---> bb6010c93579 16:37:45 Step 7/22 : RUN go mod download 16:37:45 Removing intermediate container 5dd6a00daec6 16:37:45 ---> 1f2184f666ff 16:37:45 Step 6/32 : COPY go.mod . 16:37:45 ---> Running in 87d3da921844 16:37:45 ---> 96839b99a5e5 16:37:45 Step 7/26 : RUN go mod download 16:37:46 ---> Running in e93a9c5c378c 16:37:46 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:37:46 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:37:46 Setting up mime-support (3.60ubuntu1) ... 16:37:46 ---> 6aa67de25dd4 16:37:46 Step 7/26 : RUN go mod download 16:37:46 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 16:37:46 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:37:46 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:37:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:37:46 Setting up systemd (237-3ubuntu10.43) ... 16:37:46 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:37:46 ---> 17d118ea19f2 16:37:46 Step 7/32 : RUN go mod download 16:37:46 ---> Running in ff582f282881 16:37:46 ---> Running in 336271e4a8c3 16:37:47 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:37:47 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:37:47 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:37:47 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:37:47 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:37:47 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:37:47 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:37:48 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:37:48 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:37:48 Setting up python3 (3.6.7-1~18.04) ... 16:37:48 running python rtupdate hooks for python3.6... 16:37:48 running python post-rtupdate hooks for python3.6... 16:37:48 Setting up apparmor (2.12-4ubuntu5.1) ... 16:37:48 Removing intermediate container aff274c50ce9 16:37:48 ---> c64956fdac16 16:37:48 Step 8/26 : COPY . . 16:37:49 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:37:49 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:37:49 Removing intermediate container 87d3da921844 16:37:49 ---> 0c1209a699c7 16:37:49 Step 8/22 : COPY . . 16:37:50 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:37:50 Setting up snapd (2.48+18.04) ... 16:37:50 Removing intermediate container e93a9c5c378c 16:37:50 ---> 4f4701572f70 16:37:50 Step 8/26 : COPY . . 16:37:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:37:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:37:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:37:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:37:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:37:51 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:37:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:37:51 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:37:51 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:37:52 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:37:52 /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' 16:37:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:37:52 Processing triggers for systemd (237-3ubuntu10.43) ... 16:37:53 Removing intermediate container ff582f282881 16:37:53 ---> ddff2a03137b 16:37:53 Step 8/26 : COPY . . 16:37:53 Removing intermediate container 336271e4a8c3 16:37:53 ---> 7e6b60299b41 16:37:53 Step 8/32 : COPY . . 16:37:53 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 16:37:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:37:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:37:53 Fetched 88.7 kB in 1s (152 kB/s) 16:37:54 Reading package lists... 16:37:54 Reading package lists... 16:37:54 Building dependency tree... 16:37:54 Reading state information... 16:37:54 Calculating upgrade... 16:37:54 The following packages will be upgraded: 16:37:54 advancecomp base-files bash binutils binutils-common 16:37:54 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:37:54 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:37:54 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 16:37:54 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 16:37:54 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 16:37:54 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 16:37:54 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 16:37:54 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 16:37:54 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 16:37:54 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 16:37:54 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 16:37:54 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 16:37:54 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 16:37:54 ubuntu-keyring util-linux 16:37:55 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:37:55 Need to get 63.7 MB of archives. 16:37:55 After this operation, 5201 kB of additional disk space will be used. 16:37:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 16:37:55 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:37:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:37:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:37:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:37:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:37:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:37:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:37:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:37:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:37:55 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:37:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:37:55 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:37:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:37:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:37:55 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:37:55 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:37:55 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:37:55 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:37:55 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:37:55 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:37:55 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:37:55 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:37:55 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:37:55 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:37:55 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:37:55 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:37:55 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:37:55 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:37:55 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:37:55 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:37:55 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:37:55 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:37:55 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:37:55 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 16:37:55 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 16:37:55 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:37:55 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:37:55 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:37:55 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 16:37:55 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 16:37:55 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:37:55 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:37:55 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:37:55 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 16:37:55 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:37:55 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:37:55 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 16:37:55 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 16:37:55 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 16:37:55 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 16:37:55 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:37:55 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:37:55 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:37:55 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:37:55 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:37:56 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:37:56 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:37:56 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:37:56 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:37:56 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:37:56 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:37:56 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:37:56 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:37:56 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:37:56 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:37:56 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:37:56 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:37:56 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 16:37:56 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:37:56 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:37:56 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:37:56 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:37:56 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:37:56 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:37:56 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:37:56 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:37:56 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:37:56 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:37:56 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:37:56 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:37:56 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:37:56 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 16:37:56 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:37:56 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:37:56 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:37:56 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:37:56 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:37:56 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:37:56 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:37:56 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:37:56 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:37:56 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:37:56 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:37:57 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:37:57 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:37:57 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:37:57 debconf: delaying package configuration, since apt-utils is not installed 16:37:57 Fetched 63.7 MB in 2s (31.4 MB/s) 16:37:57 (Reading database ... 13912 files and directories currently installed.) 16:37:57 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:37:57 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:37:57 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:37:57 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:37:58 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 16:37:58 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 16:37:59 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:37:59 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:37:59 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:37:59 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:37:59 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:37:59 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:37:59 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:37:59 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:37:59 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:37:59 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:37:59 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:37:59 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:37:59 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:37:59 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:37:59 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:37:59 (Reading database ... 13911 files and directories currently installed.) 16:37:59 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:37:59 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:37:59 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:37:59 (Reading database ... 13911 files and directories currently installed.) 16:37:59 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:38:00 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:38:00 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:38:00 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:38:00 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:38:00 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:38:00 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:38:00 (Reading database ... 13911 files and directories currently installed.) 16:38:00 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:38:00 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:38:01 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:38:01 (Reading database ... 13911 files and directories currently installed.) 16:38:01 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:38:01 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:38:01 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:38:01 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:38:01 Setting up base-files (10.1ubuntu2.10) ... 16:38:01 Installing new version of config file /etc/issue ... 16:38:01 Installing new version of config file /etc/issue.net ... 16:38:01 Installing new version of config file /etc/lsb-release ... 16:38:02 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:38:02 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:38:02 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:38:02 Removing obsolete conffile /etc/default/motd-news ... 16:38:02 (Reading database ... 13912 files and directories currently installed.) 16:38:02 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:38:02 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:38:02 Setting up bash (4.4.18-2ubuntu1.2) ... 16:38:02 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 16:38:02 (Reading database ... 13912 files and directories currently installed.) 16:38:02 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:38:02 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:38:02 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:38:03 (Reading database ... 13912 files and directories currently installed.) 16:38:03 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 16:38:03 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 16:38:03 Setting up tar (1.29b-2ubuntu0.1) ... 16:38:03 (Reading database ... 13912 files and directories currently installed.) 16:38:03 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:38:03 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:38:03 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:38:03 (Reading database ... 13912 files and directories currently installed.) 16:38:03 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:38:03 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:38:04 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:38:04 (Reading database ... 13912 files and directories currently installed.) 16:38:04 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:38:04 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:38:04 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:38:04 (Reading database ... 13912 files and directories currently installed.) 16:38:04 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:38:04 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:38:04 Setting up grep (3.1-2build1) ... 16:38:04 (Reading database ... 13912 files and directories currently installed.) 16:38:04 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:38:04 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:38:04 Setting up login (1:4.5-1ubuntu2) ... 16:38:05 (Reading database ... 13912 files and directories currently installed.) 16:38:05 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:38:05 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:38:05 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:38:05 (Reading database ... 13912 files and directories currently installed.) 16:38:05 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:38:05 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:38:06 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:38:06 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:38:06 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:38:06 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:38:06 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:38:06 (Reading database ... 13912 files and directories currently installed.) 16:38:06 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:38:06 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:38:08 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:38:08 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:38:08 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:38:08 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:38:08 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:38:08 (Reading database ... 13912 files and directories currently installed.) 16:38:08 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:38:08 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:38:08 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:38:08 (Reading database ... 13912 files and directories currently installed.) 16:38:08 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:38:08 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:38:08 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:38:09 (Reading database ... 13912 files and directories currently installed.) 16:38:09 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:38:09 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:38:09 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:38:09 (Reading database ... 13912 files and directories currently installed.) 16:38:09 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:38:09 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:38:09 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:38:09 (Reading database ... 13912 files and directories currently installed.) 16:38:09 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:38:09 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:38:09 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:38:09 (Reading database ... 13912 files and directories currently installed.) 16:38:09 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:38:09 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:38:10 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:38:10 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:38:10 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:38:10 (Reading database ... 13912 files and directories currently installed.) 16:38:10 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:38:10 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:38:10 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:38:10 (Reading database ... 13912 files and directories currently installed.) 16:38:10 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:38:10 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:38:10 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:38:10 (Reading database ... 13912 files and directories currently installed.) 16:38:10 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:38:10 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:38:10 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:38:10 (Reading database ... 13912 files and directories currently installed.) 16:38:10 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:38:11 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:38:11 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:38:11 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:38:11 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:38:12 (Reading database ... 13912 files and directories currently installed.) 16:38:12 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:38:12 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:38:12 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:38:12 (Reading database ... 13912 files and directories currently installed.) 16:38:12 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:38:12 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:38:12 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:38:12 (Reading database ... 13914 files and directories currently installed.) 16:38:12 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:38:12 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:38:12 Setting up debconf (1.5.66ubuntu1) ... 16:38:13 (Reading database ... 13914 files and directories currently installed.) 16:38:13 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:38:13 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:38:13 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:38:13 (Reading database ... 13914 files and directories currently installed.) 16:38:13 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:38:13 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:38:13 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:38:13 (Reading database ... 13914 files and directories currently installed.) 16:38:13 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:38:14 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:38:14 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:38:14 (Reading database ... 13914 files and directories currently installed.) 16:38:14 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:38:14 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:38:14 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 16:38:14 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:38:14 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:38:14 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:38:14 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:38:15 (Reading database ... 13914 files and directories currently installed.) 16:38:15 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:38:15 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:38:15 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:38:15 (Reading database ... 13914 files and directories currently installed.) 16:38:15 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:38:15 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:38:15 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:38:15 (Reading database ... 13914 files and directories currently installed.) 16:38:15 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:38:15 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:38:15 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:38:15 (Reading database ... 13914 files and directories currently installed.) 16:38:15 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 16:38:15 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 16:38:15 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 16:38:16 (Reading database ... 13914 files and directories currently installed.) 16:38:16 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:38:16 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:38:16 Setting up passwd (1:4.5-1ubuntu2) ... 16:38:16 (Reading database ... 13914 files and directories currently installed.) 16:38:16 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 16:38:16 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:38:16 Setting up gpgv (2.2.4-1ubuntu1.3) ... 16:38:16 (Reading database ... 13914 files and directories currently installed.) 16:38:16 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:38:16 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:38:16 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:38:16 (Reading database ... 13914 files and directories currently installed.) 16:38:16 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:38:17 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:38:17 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:38:17 (Reading database ... 13914 files and directories currently installed.) 16:38:17 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:38:17 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:38:17 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:38:17 (Reading database ... 13914 files and directories currently installed.) 16:38:17 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:38:17 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:38:17 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:38:17 (Reading database ... 13914 files and directories currently installed.) 16:38:17 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:38:17 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:38:17 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:38:17 (Reading database ... 13914 files and directories currently installed.) 16:38:17 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:38:18 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:38:18 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:38:18 (Reading database ... 13915 files and directories currently installed.) 16:38:18 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:38:18 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:38:18 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:38:18 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:38:18 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:38:18 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:38:18 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 16:38:18 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 16:38:19 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:38:19 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:38:19 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:38:19 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:38:19 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:38:19 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:38:19 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:38:19 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:38:19 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:38:19 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:38:19 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:38:19 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:38:19 ---> 38bc1333d055 16:38:19 Step 9/26 : RUN make cmd/core-command/core-command 16:38:19 ---> 34ac323b0840 16:38:19 Step 9/26 : RUN make cmd/core-data/core-data 16:38:19 ---> Running in e01e6b5b1a1a 16:38:19 ---> ab89c4c34ac3 16:38:19 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:38:19 ---> 1097a6707beb 16:38:19 Step 9/26 : RUN make cmd/core-metadata/core-metadata 16:38:19 ---> 5126a01c9d97 16:38:19 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 16:38:19 ---> Running in 3bd9ee917af8 16:38:19 ---> Running in 7be7e7aee3a3 16:38:19 ---> Running in 98b60eed0f42 16:38:19 ---> Running in 3a921cec56af 16:38:19 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 16:38:19 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 16:38:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:38:19 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 16:38:19 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 16:38:20 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:38:20 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:38:20 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 16:38:20 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 16:38:20 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:38:21 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:38:21 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:38:21 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:38:21 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:38:21 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:38:21 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:38:21 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:38:21 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:38:21 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:38:21 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:38:22 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:38:22 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:38:22 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:38:22 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:38:22 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:38:22 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:38:22 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:38:22 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:38:22 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:38:23 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:38:23 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:38:24 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:38:24 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:38:25 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:38:25 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:38:25 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:38:25 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:38:26 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:38:26 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:38:26 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:38:26 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:38:26 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:38:26 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:38:26 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:38:26 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:38:26 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:38:26 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:38:26 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:38:26 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:38:27 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:38:27 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:38:27 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:38:27 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:38:27 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:38:27 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:38:27 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:38:27 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:38:27 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:38:27 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:38:27 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:38:27 Setting up tzdata (2020d-0ubuntu0.18.04) ... 16:38:27 16:38:27 Current default time zone: 'Etc/UTC' 16:38:27 Local time is now: Wed Jan 6 16:38:27 UTC 2021. 16:38:27 Universal Time is now: Wed Jan 6 16:38:27 UTC 2021. 16:38:27 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:38:27 16:38:27 Setting up systemd-sysv (237-3ubuntu10.43) ... 16:38:27 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:38:28 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 16:38:28 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:38:28 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:38:28 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:38:28 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:38:28 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:38:28 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:38:28 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:38:28 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:38:28 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:38:28 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:38:28 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 16:38:28 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:38:28 Setting up patch (2.7.6-2ubuntu1.1) ... 16:38:28 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:38:28 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:38:28 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 16:38:28 Installing new version of config file /etc/ssl/openssl.cnf ... 16:38:28 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:38:28 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:38:28 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 16:38:30 Updating certificates in /etc/ssl/certs... 16:38:31 22 added, 17 removed; done. 16:38:31 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:38:31 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:38:31 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:38:31 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:38:31 Setting up pkgbinarymangler (138.18.04.1) ... 16:38:31 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:38:31 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 16:38:31 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:38:31 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:38:31 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:38:31 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:38:31 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:38:31 Setting up perl (5.26.1-6ubuntu0.5) ... 16:38:32 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 16:38:32 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:38:32 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:38:32 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 16:38:32 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:38:32 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:38:32 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:38:32 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:38:32 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:38:32 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:38:32 Processing triggers for systemd (237-3ubuntu10.43) ... 16:38:32 Processing triggers for mime-support (3.60ubuntu1) ... 16:38:32 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 16:38:32 Updating certificates in /etc/ssl/certs... 16:38:33 0 added, 0 removed; done. 16:38:33 Running hooks in /etc/ca-certificates/update.d... 16:38:33 done. 16:38:33 Reading package lists... 16:38:33 Building dependency tree... 16:38:33 Reading state information... 16:38:33 The following NEW packages will be installed: 16:38:33 apt-transport-https 16:38:34 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:38:34 Need to get 1696 B of archives. 16:38:34 After this operation, 153 kB of additional disk space will be used. 16:38:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:38:34 debconf: delaying package configuration, since apt-utils is not installed 16:38:34 Fetched 1696 B in 0s (8437 B/s) 16:38:34 Selecting previously unselected package apt-transport-https. 16:38:34 (Reading database ... 13929 files and directories currently installed.) 16:38:34 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:38:34 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:38:34 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:38:34 Waiting for network to be ready... 16:38:41 2021-01-06T16:38:39Z INFO Waiting for automatic snapd restart... 16:38:46 snapd 2.48.2 from Canonical* installed 16:38:46 "snapd" switched to the "latest/stable" channel 16:38:46 16:38:49 core18 20201210 from Canonical* installed 16:38:49 "core18" switched to the "latest/stable" channel 16:38:49 16:38:52 snapcraft 4.4.4 from Canonical* installed 16:38:52 "snapcraft" switched to the "latest/stable" channel 16:38:52 16:38:56 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: 16:38:56 - README.md 16:38:56 - snapcraft.yaml.orig 16:38:56 16:38:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:39:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:39:02 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:39:02 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:39:02 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:39:04 Reading package lists... 16:39:04 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 16:39:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:39:10 Reading package lists... 16:39:10 Building dependency tree... 16:39:10 Reading state information... 16:39:10 Suggested packages: 16:39:10 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:39:10 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:39:10 Recommended packages: 16:39:10 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:39:10 The following NEW packages will be installed: 16:39:10 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:39:10 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:39:10 pkg-config zip 16:39:10 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:39:10 Need to get 7655 kB of archives. 16:39:10 After this operation, 43.7 MB of additional disk space will be used. 16:39:10 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:39:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 16:39:11 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:39:11 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:39:11 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:39:11 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:39:11 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:39:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:39:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:39:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:39:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:39:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 16:39:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 16:39:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:39:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:39:11 debconf: delaying package configuration, since apt-utils is not installed 16:39:11 Fetched 7655 kB in 1s (6889 kB/s) 16:39:11 Selecting previously unselected package libglib2.0-0:amd64. 16:39:11 (Reading database ... 13933 files and directories currently installed.) 16:39:11 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 16:39:11 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:39:12 Selecting previously unselected package libpsl5:amd64. 16:39:12 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:39:12 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:39:12 Selecting previously unselected package libnghttp2-14:amd64. 16:39:12 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:39:12 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:39:12 Selecting previously unselected package librtmp1:amd64. 16:39:12 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:39:12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:39:12 Selecting previously unselected package libcurl3-gnutls:amd64. 16:39:12 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:39:12 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:39:12 Selecting previously unselected package liberror-perl. 16:39:12 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:39:12 Unpacking liberror-perl (0.17025-1) ... 16:39:12 Selecting previously unselected package git-man. 16:39:12 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 16:39:12 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 16:39:13 Selecting previously unselected package git. 16:39:13 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 16:39:13 Unpacking git (1:2.17.1-1ubuntu0.7) ... 16:39:13 Selecting previously unselected package libnorm1:amd64. 16:39:13 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:39:13 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:39:13 Selecting previously unselected package libpgm-5.2-0:amd64. 16:39:13 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:39:13 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:39:13 Selecting previously unselected package libsodium23:amd64. 16:39:13 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:39:13 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:39:14 Selecting previously unselected package libzmq5:amd64. 16:39:14 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:39:14 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:39:14 Selecting previously unselected package libzmq3-dev:amd64. 16:39:14 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:39:14 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:39:14 Selecting previously unselected package pkg-config. 16:39:14 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:39:14 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:39:14 Selecting previously unselected package zip. 16:39:14 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:39:14 Unpacking zip (3.0-11build1) ... 16:39:14 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:39:14 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 16:39:14 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:39:14 Setting up liberror-perl (0.17025-1) ... 16:39:14 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:39:14 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:39:14 No schema files found: doing nothing. 16:39:15 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:39:15 Setting up zip (3.0-11build1) ... 16:39:15 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:39:15 Setting up libsodium23:amd64 (1.0.16-2) ... 16:39:15 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:39:15 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:39:15 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:39:15 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:39:15 Setting up git (1:2.17.1-1ubuntu0.7) ... 16:39:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:39:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:39:21 git set to automatically installed. 16:39:21 git-man set to automatically installed. 16:39:21 libcurl3-gnutls set to automatically installed. 16:39:21 liberror-perl set to automatically installed. 16:39:21 libglib2.0-0 set to automatically installed. 16:39:21 libnghttp2-14 set to automatically installed. 16:39:21 libnorm1 set to automatically installed. 16:39:21 libpgm-5.2-0 set to automatically installed. 16:39:21 libpsl5 set to automatically installed. 16:39:21 librtmp1 set to automatically installed. 16:39:21 libsodium23 set to automatically installed. 16:39:21 libzmq3-dev set to automatically installed. 16:39:21 libzmq5 set to automatically installed. 16:39:21 pkg-config set to automatically installed. 16:39:21 zip set to automatically installed. 16:39:23 snapd is not logged in, snap install commands will use sudo 16:39:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:39:29 snap "core18" has no updates available 16:39:30 Pulling config-common 16:39:31 Pulling go-build-helper 16:39:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:39:47 Removing intermediate container 98b60eed0f42 16:39:47 ---> 827860da0d3a 16:39:47 16:39:47 Step 10/22 : FROM alpine:3.12 16:39:47 3.12: Pulling from library/alpine 16:39:48 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:39:48 Status: Downloaded newer image for alpine:3.12 16:39:48 ---> afeebe901d6b 16:39:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:39:49 ---> Running in 21bb2ad13da1 16:39:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:39:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:39:51 (1/5) Installing ca-certificates (20191127-r4) 16:39:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:39:51 (3/5) Installing libcurl (7.69.1-r3) 16:39:51 (4/5) Installing curl (7.69.1-r3) 16:39:52 (5/5) Installing dumb-init (1.2.2-r1) 16:39:52 Executing busybox-1.31.1-r19.trigger 16:39:52 Executing ca-certificates-20191127-r4.trigger 16:39:52 OK: 7 MiB in 19 packages 16:39:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:39:53 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:39:53 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:39:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 16:39:53 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:39:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 16:39:53 Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:39:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 16:39:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 16:39:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 16:39:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 16:39:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 16:39:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:39:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:39:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:39:53 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:39:53 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:39:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 16:39:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:39:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1814 kB] 16:39:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 16:39:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 16:39:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 16:39:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 16:39:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 16:39:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 16:39:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 16:39:53 Fetched 23.6 MB in 0s (0 B/s) 16:39:53 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:39:53 Fetched 96.5 kB in 0s (0 B/s) 16:39:53 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:39:53 Fetched 279 kB in 0s (0 B/s) 16:39:53 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:39:53 Fetched 122 kB in 0s (0 B/s) 16:39:53 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:39:53 Fetched 77.8 kB in 0s (0 B/s) 16:39:53 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:39:53 Fetched 8848 B in 0s (0 B/s) 16:39:53 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:39:53 Fetched 47.8 kB in 0s (0 B/s) 16:39:53 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:39:53 Fetched 45.6 kB in 0s (0 B/s) 16:39:53 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 16:39:53 Fetched 14.8 kB in 0s (0 B/s) 16:39:53 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 16:39:53 Fetched 214 kB in 0s (0 B/s) 16:39:53 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 16:39:53 Fetched 155 kB in 0s (0 B/s) 16:39:53 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:39:53 Fetched 50.6 kB in 0s (0 B/s) 16:39:53 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:39:53 Fetched 14.8 kB in 0s (0 B/s) 16:39:53 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:39:53 Fetched 41.8 kB in 0s (0 B/s) 16:39:53 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:39:53 Fetched 499 kB in 0s (0 B/s) 16:39:53 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:39:53 Fetched 111 kB in 0s (0 B/s) 16:39:53 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:39:53 Fetched 240 kB in 0s (0 B/s) 16:39:53 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:39:53 Fetched 29.3 kB in 0s (0 B/s) 16:39:53 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:39:53 Fetched 85.5 kB in 0s (0 B/s) 16:39:53 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:39:53 Fetched 24.5 kB in 0s (0 B/s) 16:39:53 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 16:39:53 Fetched 49.2 kB in 0s (0 B/s) 16:39:53 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:39:53 Fetched 54.2 kB in 0s (0 B/s) 16:39:53 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:39:53 Fetched 30.8 kB in 0s (0 B/s) 16:39:53 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 16:39:53 Fetched 17.0 kB in 0s (0 B/s) 16:39:53 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:39:53 Fetched 85.9 kB in 0s (0 B/s) 16:39:53 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:39:53 Fetched 8720 B in 0s (0 B/s) 16:39:53 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:39:53 Fetched 137 kB in 0s (0 B/s) 16:39:53 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:39:53 Fetched 119 kB in 0s (0 B/s) 16:39:53 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:39:53 Fetched 109 kB in 0s (0 B/s) 16:39:53 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:39:53 Fetched 11.1 kB in 0s (0 B/s) 16:39:53 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:39:53 Fetched 645 kB in 0s (0 B/s) 16:39:53 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:39:53 Fetched 41.3 kB in 0s (0 B/s) 16:39:53 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:39:53 Fetched 17.9 kB in 0s (0 B/s) 16:39:53 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:39:53 Fetched 368 kB in 0s (0 B/s) 16:39:53 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:39:53 Fetched 187 kB in 0s (0 B/s) 16:39:53 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:39:53 Fetched 175 kB in 0s (0 B/s) 16:39:53 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:39:55 Removing intermediate container e01e6b5b1a1a 16:39:55 ---> 4cd8ae4674e2 16:39:55 16:39:55 Step 10/26 : FROM alpine:3.12 16:39:55 ---> afeebe901d6b 16:39:55 Step 11/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:39:55 ---> Running in 4872f671d230 16:39:55 Removing intermediate container 21bb2ad13da1 16:39:55 ---> 17723e453996 16:39:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:39:56 ---> Running in 03daadfeffee 16:39:56 Removing intermediate container 03daadfeffee 16:39:56 ---> f9eca66e4be4 16:39:56 Step 13/22 : WORKDIR / 16:39:57 ---> Running in 5b45b9b114e5 16:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:39:57 Fetched 206 kB in 0s (0 B/s) 16:39:57 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 16:39:57 Fetched 1301 kB in 0s (0 B/s) 16:39:57 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:39:57 Fetched 36.2 kB in 0s (0 B/s) 16:39:57 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 16:39:57 Fetched 159 kB in 0s (0 B/s) 16:39:57 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:39:57 Fetched 107 kB in 0s (0 B/s) 16:39:57 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:39:57 Fetched 48.7 kB in 0s (0 B/s) 16:39:57 Pulling static-packages 16:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:39:58 Removing intermediate container 5b45b9b114e5 16:39:58 ---> bc04ce9c675c 16:39:58 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 16:39:58 (1/2) Installing ca-certificates (20191127-r4) 16:39:58 (2/2) Installing dumb-init (1.2.2-r1) 16:39:58 Executing busybox-1.31.1-r19.trigger 16:39:58 Executing ca-certificates-20191127-r4.trigger 16:39:58 'go115' has dependencies that need to be staged: static-packages go-build-helper 16:39:58 Skipping pull go-build-helper (already ran) 16:39:58 Skipping pull static-packages (already ran) 16:39:58 Building go-build-helper 16:39:58 OK: 6 MiB in 16 packages 16:39:59 ---> fe16c1b9f793 16:39:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:40:01 Removing intermediate container 4872f671d230 16:40:01 ---> cbb0a7c1a3d1 16:40:01 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:40:01 ---> cc1db805007b 16:40:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:40:01 ---> Running in 64c35b5aa77b 16:40:02 Building static-packages 16:40:02 Removing intermediate container 64c35b5aa77b 16:40:02 ---> cf8ae3ebe1b1 16:40:02 Step 13/26 : ENV APP_PORT=48082 16:40:02 ---> Running in 1c35ee00111a 16:40:03 ---> 86873d25c5b8 16:40:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:40:03 Staging go-build-helper 16:40:04 Removing intermediate container 1c35ee00111a 16:40:04 ---> 3ed949cf7f06 16:40:04 Step 14/26 : EXPOSE $APP_PORT 16:40:04 Staging static-packages 16:40:04 ---> Running in 50afad0abf36 16:40:04 ---> 2b42f38956e3 16:40:04 Step 18/22 : RUN chmod +x entrypoint.sh 16:40:05 ---> Running in a9e8a54d5f73 16:40:05 Pulling go115 16:40:06 Removing intermediate container 50afad0abf36 16:40:06 ---> 6f5abee96f8c 16:40:06 Step 15/26 : WORKDIR / 16:40:06 'edgex-go' has dependencies that need to be staged: go115 16:40:06 Skipping pull go115 (already ran) 16:40:06 Building go115 16:40:06 % Total % Received % Xferd Average Speed Time Time Time Current 16:40:06 Dload Upload Total Spent Left Speed 16:40:06 ---> Running in 64f1b0e1845a 16:40:08 Removing intermediate container 64f1b0e1845a 16:40:08 ---> 5524bfebff0b 16:40:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:40:09 Removing intermediate container 7be7e7aee3a3 16:40:09 ---> 2aa0de66daf3 16:40:09 16:40:09 Step 10/32 : FROM alpine:3.12 16:40:09 ---> afeebe901d6b 16:40:09 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 16:40:09 ---> 4ae335b0b717 16:40:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:40:09 ---> Running in fa4396c0cb9e 16:40:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6367k 0 0 12.2M 0 0:00:09 --:--:-- 0:00:09 12.2M 32 115M 32 38.0M 0 0 25.2M 0 0:00:04 0:00:01 0:00:03 25.2M 57 115M 57 66.8M 0 0 26.6M 0 0:00:04 0:00:02 0:00:02 26.6M 90 115M 90 104M 0 0 29.8M 0 0:00:03 0:00:03 --:--:-- 29.8M 100 115M 100 115M 0 0 30.6M 0 0:00:03 0:00:03 --:--:-- 30.5M 16:40:10 go1.15.2.linux-amd64.tar.gz: OK 16:40:10 Removing intermediate container a9e8a54d5f73 16:40:10 ---> f23cbf5fe491 16:40:10 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:40:10 ---> Running in 534d6afbaee0 16:40:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:40:11 Removing intermediate container 534d6afbaee0 16:40:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:40:11 ---> 2f5030afd14c 16:40:11 Step 20/22 : LABEL arch=arm64 16:40:12 ---> 7f75864621b9 16:40:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:40:12 ---> Running in 54cd4d466d65 16:40:12 (1/2) Installing dumb-init (1.2.2-r1) 16:40:12 (2/2) Installing openssl (1.1.1i-r0) 16:40:12 Executing busybox-1.31.1-r19.trigger 16:40:12 OK: 6 MiB in 16 packages 16:40:13 Removing intermediate container 54cd4d466d65 16:40:13 ---> 330875bab953 16:40:13 Step 21/22 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:40:13 ---> Running in db6da3ceed0b 16:40:13 ---> c232dd132cd2 16:40:13 Step 19/26 : ENV CONSUL_HOST=edgex-core-consul 16:40:13 ---> Running in 1222ad2ec1fa 16:40:14 Removing intermediate container db6da3ceed0b 16:40:14 ---> acb98672e26c 16:40:14 Step 22/22 : LABEL version=0.0.0 16:40:14 ---> Running in 48fcfca3d9fd 16:40:14 Staging go115 16:40:15 Removing intermediate container 1222ad2ec1fa 16:40:15 ---> 2aaa7af7f4de 16:40:15 Step 20/26 : ENV CONSUL_PORT=8500 16:40:15 Removing intermediate container fa4396c0cb9e 16:40:15 ---> b7693a81c3f4 16:40:15 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:40:15 ---> Running in b24034bb6e13 16:40:15 ---> Running in c79b987088ce 16:40:15 Removing intermediate container 48fcfca3d9fd 16:40:15 ---> deade84507ea 16:40:15 16:40:16 Successfully built deade84507ea 16:40:16 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 16:40:16  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go 16:40:16 Removing intermediate container c79b987088ce 16:40:16 ---> 5b0f556b5e3f 16:40:16 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 16:40:17 Removing intermediate container b24034bb6e13 16:40:17 ---> da136ecbbfb6 16:40:17 Step 21/26 : COPY --from=builder /edgex-go/cmd/core-command/entrypoint.sh /usr/local/bin/ 16:40:17 ---> Running in 29dfa24789bd 16:40:17 Removing intermediate container 3a921cec56af 16:40:17 ---> fc9e3de516dd 16:40:17 16:40:17 Step 10/26 : FROM alpine:3.12 16:40:17 ---> afeebe901d6b 16:40:17 Step 11/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:40:17 ---> Using cache 16:40:17 ---> cbb0a7c1a3d1 16:40:17 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:40:17 ---> Using cache 16:40:17 ---> cf8ae3ebe1b1 16:40:17 Step 13/26 : ENV APP_PORT=48081 16:40:18 ---> Running in 887eeb4fae6d 16:40:18 Removing intermediate container 29dfa24789bd 16:40:18 ---> 23d33373b4cc 16:40:18 Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 16:40:18 ---> Running in 61da15e260b6 16:40:18 Removing intermediate container 887eeb4fae6d 16:40:18 ---> e0cb79539423 16:40:18 Step 14/26 : EXPOSE $APP_PORT 16:40:19 ---> 3877a7807d09 16:40:19 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:40:19 ---> Running in fdce13bd06fd 16:40:19 ---> Running in fa1c0467841a 16:40:20 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:40:20 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:40:20 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:40:20 Fetched 0 B in 0s (0 B/s) 16:40:20 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:40:20 Fetched 224 kB in 0s (0 B/s) 16:40:20 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:40:20 Fetched 157 kB in 0s (0 B/s) 16:40:20 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:40:20 Fetched 221 kB in 0s (0 B/s) 16:40:20 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:40:20 Fetched 143 kB in 0s (0 B/s) 16:40:20 Pulling edgex-go 16:40:20 Removing intermediate container fdce13bd06fd 16:40:20 ---> dc0ea89ee5d8 16:40:20 Step 15/26 : WORKDIR / 16:40:20 Connecting to github.com (140.82.113.3:443) 16:40:21 Pulling version 16:40:21 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.104.20:443) 16:40:21  ---> Running in c24f507db77f 16:40:21 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 16:40:21 dockerize-alpine-lin  53% |***************** | 1562k 0:00:00 ETA 16:40:21 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 16:40:21 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 16:40:21 dockerize 16:40:21 Building config-common 16:40:22 Removing intermediate container c24f507db77f 16:40:22 ---> 0a4f0cdfcc00 16:40:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:40:23 Skipping build go-build-helper (already ran) 16:40:23 Skipping build static-packages (already ran) 16:40:23 Skipping build go115 (already ran) 16:40:23 Building edgex-go 16:40:24 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 16:40:24 ---> 1c22f5011be3 16:40:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:40:24 Removing intermediate container fa1c0467841a 16:40:24 ---> fd7537cff7a0 16:40:24 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 16:40:25 Removing intermediate container 61da15e260b6 16:40:25 ---> 0b3dac427614 16:40:25 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 16:40:25 go: downloading github.com/gorilla/mux v1.8.0 16:40:25 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.138 16:40:25 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:40:25 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 16:40:25 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 16:40:25 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 16:40:25 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:40:25 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 16:40:25 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:40:25 go: downloading github.com/imdario/mergo v0.3.11 16:40:25 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 16:40:25 go: downloading github.com/go-playground/validator/v10 v10.3.0 16:40:25 go: downloading github.com/BurntSushi/toml v0.3.1 16:40:25 go: downloading github.com/pelletier/go-toml v1.2.0 16:40:25 go: downloading github.com/google/uuid v1.1.4 16:40:25 go: downloading github.com/pkg/errors v0.8.1 16:40:25 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:40:25 go: downloading github.com/x448/float16 v0.8.4 16:40:25 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:40:25 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 16:40:25 go: downloading github.com/go-kit/kit v0.8.0 16:40:25 go: downloading github.com/pebbe/zmq4 v1.2.2 16:40:25 go: downloading gopkg.in/yaml.v2 v2.4.0 16:40:25 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:40:25 go: downloading github.com/go-playground/universal-translator v0.17.0 16:40:25 go: downloading github.com/hashicorp/consul/api v1.1.0 16:40:25 go: downloading github.com/leodido/go-urn v1.2.0 16:40:25 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:40:25 go: downloading github.com/go-playground/locales v0.13.0 16:40:25 go: downloading github.com/hashicorp/serf v0.8.2 16:40:25 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 16:40:25 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:40:25 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:40:25 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:40:25 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:40:25 go: downloading github.com/mitchellh/copystructure v1.0.0 16:40:25 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:40:25 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:40:25 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:40:26 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:40:26 ---> Running in 4d9e64dba43a 16:40:27 ---> Running in 0e8a68c06245 16:40:27 ---> 7276ec588565 16:40:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:40:27 Removing intermediate container 4d9e64dba43a 16:40:27 ---> 0b99913d336e 16:40:27 Step 24/26 : LABEL arch=arm64 16:40:28 Removing intermediate container 3bd9ee917af8 16:40:28 ---> c5076d9dc44d 16:40:28 16:40:28 Step 10/26 : FROM alpine:3.12 16:40:28 ---> afeebe901d6b 16:40:28 Step 11/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:40:28 Removing intermediate container 0e8a68c06245 16:40:28 ---> 0d84b6b1b4f0 16:40:28 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:40:28 ---> Running in bd729f70d149 16:40:29 ---> Running in 1f0391c5bf2d 16:40:29 ---> Running in f020192cbe5f 16:40:29 ---> 577dc77acc67 16:40:29 Step 19/26 : ENV CONSUL_HOST=edgex-core-consul 16:40:29 Removing intermediate container bd729f70d149 16:40:29 ---> 562624462bfc 16:40:29 Step 25/26 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:40:29 ---> Running in 872303184adf 16:40:30 ---> Running in b9603ab49882 16:40:30 Removing intermediate container f020192cbe5f 16:40:30 ---> 2fff242475c7 16:40:30 Step 12/26 : ENV APP_PORT=48080 16:40:30 Removing intermediate container 1f0391c5bf2d 16:40:30 ---> 0746a33db399 16:40:30 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 16:40:30 Removing intermediate container 872303184adf 16:40:30 ---> 8aeb4afd5b2e 16:40:30 Step 20/26 : ENV CONSUL_PORT=8500 16:40:30 ---> Running in 14da1990ddcb 16:40:30 ---> Running in 72f878cad455 16:40:31 ---> Running in e7d53bd4109e 16:40:31 Removing intermediate container b9603ab49882 16:40:31 ---> c36bf828782a 16:40:31 Step 26/26 : LABEL version=0.0.0 16:40:32 Removing intermediate container 72f878cad455 16:40:32 ---> 40bbe7b1bbcb 16:40:32 Step 13/26 : EXPOSE $APP_PORT 16:40:32 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:40:32 Step 2/25 : FROM ${BUILDER_BASE} AS builder 16:40:32 ---> c429a6a7381e 16:40:32 Step 3/25 : WORKDIR /edgex-go 16:40:32 ---> Using cache 16:40:32 ---> d1716ffd6750 16:40:32 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:32 ---> Using cache 16:40:32 ---> 73bb846478c0 16:40:32 Step 5/25 : RUN apk add --update --no-cache make bash git ca-certificates 16:40:32 ---> Running in 01d396d20efc 16:40:32 ---> Running in 2579423583a7 16:40:32 Removing intermediate container e7d53bd4109e 16:40:32 ---> 20136d1960a0 16:40:32 Step 21/26 : COPY --from=builder /edgex-go/cmd/core-metadata/entrypoint.sh /usr/local/bin/ 16:40:32 ---> Running in aaea92b096ed 16:40:32 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 16:40:32 Removing intermediate container 01d396d20efc 16:40:32 ---> 2ccde68a7456 16:40:32 16:40:33 Removing intermediate container aaea92b096ed 16:40:33 ---> 66c9851bec39 16:40:33 Step 14/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:33 Copy dockerize executable 16:40:33 Successfully built 2ccde68a7456 16:40:33 Successfully tagged docker-core-command-go-arm64:latest 16:40:33  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 16:40:33 ---> Running in a3242d84618d 16:40:33 ---> 230fecc5744d 16:40:34 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:40:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:40:34 ---> Running in 5d0a55021ca0 16:40:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:40:35 Removing intermediate container 14da1990ddcb 16:40:35 ---> 6d46c218067f 16:40:35 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 16:40:35 OK: 217 MiB in 51 packages 16:40:35 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 16:40:36 ---> Running in 58904b6bc9e5 16:40:36 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 16:40:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:40:38 Removing intermediate container 58904b6bc9e5 16:40:38 ---> 3444163da97f 16:40:38 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:40:38 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 16:40:38 go: downloading github.com/stretchr/testify v1.6.1 16:40:38 go: downloading github.com/davecgh/go-spew v1.1.1 16:40:38 go: downloading github.com/pmezard/go-difflib v1.0.0 16:40:38 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:40:38 Removing intermediate container 5d0a55021ca0 16:40:38 ---> 33e166bab8e6 16:40:38 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 16:40:39 ---> Running in d579a80e81bd 16:40:39 Removing intermediate container 2579423583a7 16:40:39 ---> 05cb181c7a32 16:40:39 Step 6/25 : COPY go.mod . 16:40:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:40:39 ---> 6d3895ccdde8 16:40:39 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:40:39 Removing intermediate container a3242d84618d 16:40:39 ---> efbb7ae688f5 16:40:39 Step 15/26 : RUN apk add --update --no-cache zeromq dumb-init 16:40:40 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:40:40 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:40:40 ---> Running in b08e72e1d2c0 16:40:40 ---> Running in e7e4fae7f331 16:40:40 Removing intermediate container d579a80e81bd 16:40:40 ---> 6a68e2d0d329 16:40:40 Step 24/26 : LABEL arch=arm64 16:40:40 ---> 6f8b05c22433 16:40:40 Step 7/25 : RUN go mod download 16:40:40 ---> Running in f2797c3fdc94 16:40:40 ---> Running in 1368aca085a7 16:40:40 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 16:40:40 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:40:41 Removing intermediate container f2797c3fdc94 16:40:41 ---> 46ed5feab8f8 16:40:41 Step 25/26 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:40:41 ---> Running in d168ca0c5014 16:40:42 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 16:40:42 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:40:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:40:42 Removing intermediate container d168ca0c5014 16:40:42 ---> 356eb5c4627c 16:40:42 Step 26/26 : LABEL version=0.0.0 16:40:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:40:43 ---> Running in 4adb96d169e2 16:40:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:40:44 (1/6) Installing dumb-init (1.2.2-r1) 16:40:44 Removing intermediate container 4adb96d169e2 16:40:44 ---> 63b0a8606052 16:40:44 16:40:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:40:44 (2/6) Installing libgcc (9.3.0-r2) 16:40:44 (3/6) Installing libsodium (1.0.18-r0) 16:40:44 (4/6) Installing libstdc++ (9.3.0-r2) 16:40:44 (5/6) Installing libzmq (4.3.3-r0) 16:40:44 Successfully built 63b0a8606052 16:40:44 (6/6) Installing zeromq (4.3.3-r0) 16:40:44 Successfully tagged docker-core-metadata-go-arm64:latest 16:40:44  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r19.trigger 16:40:44 Building docker-sys-mgmt-agent-go 16:40:44 OK: 8 MiB in 20 packages 16:40:44 Removing intermediate container e7e4fae7f331 16:40:44 ---> 92da041f2a15 16:40:44 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:40:45 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 16:40:45 Removing intermediate container 1368aca085a7 16:40:45 ---> 740d2b0e1f29 16:40:45 Step 8/25 : COPY . . 16:40:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:40:46 go: downloading github.com/lib/pq v1.9.0 16:40:47 ---> 3b096dbd924e 16:40:47 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:40:47 Removing intermediate container b08e72e1d2c0 16:40:47 ---> efdb6e424992 16:40:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:40:49 Building version 16:40:50 ---> fb4fbb5fca99 16:40:50 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 16:40:50 Staging config-common 16:40:51 ---> 5592a461ba10 16:40:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:40:51 Skipping stage go-build-helper (already ran) 16:40:51 Skipping stage static-packages (already ran) 16:40:51 Skipping stage go115 (already ran) 16:40:51 Staging edgex-go 16:40:52 Staging version 16:40:52 ---> 89a4f242c1af 16:40:52 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:40:53 Priming config-common 16:40:54 Priming go-build-helper 16:40:55 ---> 64a348004827 16:40:55 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 16:40:55 ---> 3ba689018a1c 16:40:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:40:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:40:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:40:55 ---> c429a6a7381e 16:40:55 Step 3/24 : WORKDIR /edgex-go 16:40:55 ---> Using cache 16:40:55 ---> d1716ffd6750 16:40:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:55 ---> Using cache 16:40:55 ---> 73bb846478c0 16:40:55 Step 5/24 : RUN apk add --update --no-cache make git 16:40:55 ---> Using cache 16:40:55 ---> 73311a02a95a 16:40:55 Step 6/24 : COPY go.mod . 16:40:55 ---> Using cache 16:40:55 ---> 6aa67de25dd4 16:40:55 Step 7/24 : RUN go mod download 16:40:55 ---> Using cache 16:40:55 ---> ddff2a03137b 16:40:55 Step 8/24 : COPY . . 16:40:55 Priming static-packages 16:40:55 ---> Using cache 16:40:55 ---> 1097a6707beb 16:40:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:40:55 ---> Running in 40fc94860ddb 16:40:56 ---> Running in 7779a66fbba6 16:40:57 ---> 6207bf48619d 16:40:57 Step 19/26 : ENV CONSUL_HOST=edgex-core-consul 16:40:57 Removing intermediate container 40fc94860ddb 16:40:57 ---> 92e5bb518ee2 16:40:57 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 16:40:57 Priming go115 16:40:57 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 16:40:57 ---> Running in 04283d67bd2e 16:40:58 Priming edgex-go 16:40:59 Priming version 16:40:59 ---> d28b76a66a24 16:40:59 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:40:59 Removing intermediate container 04283d67bd2e 16:40:59 ---> 2a384eba0e5d 16:40:59 Step 20/26 : ENV CONSUL_PORT=8500 16:41:00 ---> Running in a0f5f8d88332 16:41:00 ---> Running in a3c81926cc7c 16:41:00 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 16:41:01 Removing intermediate container a0f5f8d88332 16:41:01 ---> 5bd1f432a982 16:41:01 Step 21/26 : COPY --from=builder /edgex-go/cmd/core-data/entrypoint.sh /usr/local/bin/ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:41:04 ---> c8ee19d84887 16:41:04 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:41:04 ---> Running in f2c16c7c9cb6 16:41:06 Removing intermediate container a3c81926cc7c 16:41:06 ---> 4b462710ffab 16:41:06 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 16:41:07 ---> Running in da734c941620 16:41:08 Removing intermediate container da734c941620 16:41:08 ---> f7742a4de185 16:41:08 Step 29/32 : CMD ["install"] 16:41:08 Removing intermediate container f2c16c7c9cb6 16:41:08 ---> e6330bd7eefe 16:41:08 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 16:41:09 ---> 5de64c432135 16:41:09 Step 9/25 : RUN make cmd/support-notifications/support-notifications 16:41:09 ---> Running in 0c7df95d94db 16:41:09 ---> Running in 5341c37e9397 16:41:09 ---> Running in 1dca306e5b57 16:41:11 Removing intermediate container 5341c37e9397 16:41:11 ---> 4d89450930b4 16:41:11 Step 24/26 : LABEL arch=arm64 16:41:11 Removing intermediate container 0c7df95d94db 16:41:11 ---> 0522d3beb0df 16:41:11 Step 30/32 : LABEL arch=arm64 16:41:11 ---> Running in 7ce792c83e4d 16:41:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:41:12 ---> Running in 4e3f635576b7 16:41:13 Removing intermediate container 7ce792c83e4d 16:41:13 ---> 8a40934e20e8 16:41:13 Step 25/26 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:41:13 ---> Running in 8b68eaf1c839 16:41:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:41:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:41:13 ---> c429a6a7381e 16:41:13 Step 3/26 : WORKDIR /edgex-go 16:41:13 ---> Using cache 16:41:13 ---> d1716ffd6750 16:41:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:41:13 ---> Using cache 16:41:13 ---> 73bb846478c0 16:41:13 Step 5/26 : RUN apk add --update --no-cache make bash git 16:41:13 ---> Running in 404506c591a7 16:41:13 Removing intermediate container 4e3f635576b7 16:41:13 ---> 0e39e3835487 16:41:13 Step 31/32 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:41:14 ---> Running in 8e82b18ccd3b 16:41:14 Removing intermediate container 8b68eaf1c839 16:41:14 ---> 7961c377f091 16:41:14 Step 26/26 : LABEL version=0.0.0 16:41:14 ---> Running in c55f2f64ac18 16:41:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:41:15 Removing intermediate container 8e82b18ccd3b 16:41:15 ---> 9f519e416150 16:41:15 Step 32/32 : LABEL version=0.0.0 16:41:15 Removing intermediate container c55f2f64ac18 16:41:15 ---> 7d5623b73431 16:41:15 16:41:16 Successfully built 7d5623b73431 16:41:16 ---> Running in 98a46c0612cb 16:41:16 Successfully tagged docker-core-data-go-arm64:latest 16:41:16  Building docker-core-data-go ... done Building docker-support-scheduler-go 16:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:41:17 Removing intermediate container 98a46c0612cb 16:41:17 ---> af4a825a2bfe 16:41:17 16:41:17 Successfully built af4a825a2bfe 16:41:17 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:41:17  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 16:41:18 OK: 217 MiB in 51 packages 16:41:20 Removing intermediate container 404506c591a7 16:41:20 ---> ea7c7f8049cd 16:41:20 Step 6/26 : COPY go.mod . 16:41:22 ---> 5e30a5e57978 16:41:22 Step 7/26 : RUN go mod download 16:41:23 ---> Running in 8ab483275912 16:41:30 Removing intermediate container 8ab483275912 16:41:30 ---> 504f4a85c2d5 16:41:30 Step 8/26 : COPY . . 16:41: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 16:41:49 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:41:49 Step 2/25 : FROM ${BUILDER_BASE} AS builder 16:41:49 ---> c429a6a7381e 16:41:49 Step 3/25 : WORKDIR /edgex-go 16:41:49 ---> Using cache 16:41:49 ---> d1716ffd6750 16:41:49 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:41:49 ---> Using cache 16:41:49 ---> 73bb846478c0 16:41:49 Step 5/25 : RUN apk add --update --no-cache make git 16:41:49 ---> Using cache 16:41:49 ---> 73311a02a95a 16:41:49 Step 6/25 : COPY go.mod . 16:41:49 ---> Using cache 16:41:49 ---> 6aa67de25dd4 16:41:49 Step 7/25 : RUN go mod download 16:41:49 ---> Using cache 16:41:49 ---> ddff2a03137b 16:41:49 Step 8/25 : COPY . . 16:41:50 ---> Using cache 16:41:50 ---> 1097a6707beb 16:41:50 Step 9/25 : RUN make cmd/support-scheduler/support-scheduler 16:41:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:41:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:41:50 ---> c429a6a7381e 16:41:50 Step 3/21 : WORKDIR /edgex-go 16:41:50 ---> Using cache 16:41:50 ---> d1716ffd6750 16:41:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:41:50 ---> Using cache 16:41:50 ---> 73bb846478c0 16:41:50 Step 5/21 : RUN apk add --update --no-cache make git 16:41:50 ---> Using cache 16:41:50 ---> 73311a02a95a 16:41:50 Step 6/21 : COPY go.mod . 16:41:50 ---> Using cache 16:41:50 ---> 6aa67de25dd4 16:41:50 Step 7/21 : RUN go mod download 16:41:50 ---> Using cache 16:41:50 ---> ddff2a03137b 16:41:50 Step 8/21 : COPY . . 16:41:51 ---> Using cache 16:41:51 ---> 1097a6707beb 16:41:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:41:56 ---> Running in bb8eb168f052 16:41:56 ---> Running in c1be50450092 16:41:58 ---> d8f41460e076 16:41:58 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:41:58 ---> Running in 75fc86163494 16:41:59 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 16:42:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:42:01 Removing intermediate container 7779a66fbba6 16:42:01 ---> a0e78e293638 16:42:01 16:42:01 Step 10/24 : FROM alpine:3.12 16:42:01 ---> afeebe901d6b 16:42:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:42:01 ---> Using cache 16:42:01 ---> 17723e453996 16:42:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:42:01 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 16:42:01 ---> Running in 367671b127a1 16:42:02 Removing intermediate container 367671b127a1 16:42:02 ---> 94447796ebfc 16:42:02 Step 13/24 : WORKDIR / 16:42:02 ---> Running in 8dddebe7ccc9 16:42:03 Removing intermediate container 8dddebe7ccc9 16:42:03 ---> bd825344bc9f 16:42:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:42:04 ---> 298314e104ae 16:42:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:42:05 ---> 495cf211e7bb 16:42:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:42:06 ---> 78c28be3a92d 16:42:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:42:07 ---> 1e387a58f61c 16:42:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:42:09 ---> f580542e67dc 16:42:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:42:10 ---> d268f2360c0a 16:42:10 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:42:10 ---> Running in 888a896fbb8f 16:42:14 Removing intermediate container 888a896fbb8f 16:42:14 ---> 7f9c16a2a85b 16:42:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:42:15 ---> Running in 0c4d7a832b91 16:42:16 Removing intermediate container 0c4d7a832b91 16:42:16 ---> 2317ce3abcd1 16:42:16 Step 22/24 : LABEL arch=arm64 16:42:16 ---> Running in a6365721ef6b 16:42:16 Removing intermediate container 1dca306e5b57 16:42:16 ---> 661d62a6fa10 16:42:16 16:42:16 Step 10/25 : FROM alpine:3.12 16:42:16 ---> afeebe901d6b 16:42:16 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init 16:42:16 ---> Using cache 16:42:16 ---> cbb0a7c1a3d1 16:42:16 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:42:16 ---> Running in 96a7dfb43a35 16:42:17 Removing intermediate container a6365721ef6b 16:42:17 ---> 5354255af023 16:42:17 Step 23/24 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:42:17 ---> Running in eab15799ff85 16:42:17 Removing intermediate container 96a7dfb43a35 16:42:17 ---> 51fd41b84247 16:42:17 Step 13/25 : ENV APP_PORT=48060 16:42:17 ---> Running in 8ea4e7433611 16:42:18 Removing intermediate container eab15799ff85 16:42:18 ---> 24eda511489a 16:42:18 Step 24/24 : LABEL version=0.0.0 16:42:18 ---> Running in 2dbe4e1c2737 16:42:18 Removing intermediate container 8ea4e7433611 16:42:18 ---> 902a02fc4f5a 16:42:18 Step 14/25 : EXPOSE $APP_PORT 16:42:18 ---> Running in 8915ade84e9b 16:42:19 Removing intermediate container 2dbe4e1c2737 16:42:19 ---> affb00e2b3a9 16:42:19 16:42:19 Removing intermediate container 8915ade84e9b 16:42:19 ---> 688634fada80 16:42:19 Step 15/25 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:42:20 Successfully built affb00e2b3a9 16:42:20 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:42:21  Building docker-security-secretstore-setup-go ... done  ---> 3b37948177b9 16:42:21 Step 16/25 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:42:23 ---> 60fe7eda1c9c 16:42:23 Step 17/25 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:42:24 ---> 5c59edad008c 16:42:24 Step 18/25 : ENV CONSUL_HOST=edgex-core-consul 16:42:24 ---> Running in 2e95f537784e 16:42:24 Removing intermediate container 2e95f537784e 16:42:24 ---> 7dc2e92fd077 16:42:24 Step 19/25 : ENV CONSUL_PORT=8500 16:42:25 ---> Running in 7d647214c0fa 16:42:25 Removing intermediate container 7d647214c0fa 16:42:25 ---> 44c1a2bab597 16:42:25 Step 20/25 : COPY --from=builder /edgex-go/cmd/support-notifications/entrypoint.sh /usr/local/bin/ 16:42:27 ---> 5dc0e3581413 16:42:27 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:42:27 ---> Running in 6f42c7aebdea 16:42:30 Removing intermediate container 6f42c7aebdea 16:42:30 ---> b47d526a0fdb 16:42:30 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 16:42:30 ---> Running in 3a6f7c967468 16:42:31 Removing intermediate container 3a6f7c967468 16:42:31 ---> 509c9ce51e3f 16:42:31 Step 23/25 : LABEL arch=arm64 16:42:31 ---> Running in d256740e2f8b 16:42:32 Removing intermediate container d256740e2f8b 16:42:32 ---> fb71846f3ca0 16:42:32 Step 24/25 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:42:32 ---> Running in a3cc1f9f4bac 16:42:33 Removing intermediate container a3cc1f9f4bac 16:42:33 ---> 27bf8c128c9c 16:42:33 Step 25/25 : LABEL version=0.0.0 16:42:33 ---> Running in 7fcdba1019aa 16:42:34 Removing intermediate container 7fcdba1019aa 16:42:34 ---> 8abc5282923d 16:42:34 16:42:34 Successfully built 8abc5282923d 16:42:34 Successfully tagged docker-support-notifications-go-arm64:latest 16:43:01  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:43:09 Removing intermediate container 75fc86163494 16:43:09 ---> f1f7d29bad88 16:43:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:43:09 Removing intermediate container c1be50450092 16:43:09 ---> 739866ca9b53 16:43:09 Removing intermediate container bb8eb168f052 16:43:09 16:43:09 Step 10/21 : FROM alpine:3.12 ---> 2e64082f5be9 16:43:09 16:43:09 16:43:09 Step 10/25 : FROM alpine:3.12 16:43:09 ---> afeebe901d6b 16:43:09 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init 16:43:09 ---> Using cache 16:43:09 ---> cbb0a7c1a3d1 16:43:09 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:43:09 ---> afeebe901d6b 16:43:09 Step 11/21 : RUN apk add --update --no-cache curl 16:43:09 ---> Using cache 16:43:09 ---> cf8ae3ebe1b1 16:43:09 Step 13/25 : ENV APP_PORT=48085 16:43:09 ---> Running in 3c6bd6ccb5c7 16:43:09 ---> Running in 7bb5d2076aef 16:43:09 ---> Running in cadeabea6e06 16:43:09 Removing intermediate container cadeabea6e06 16:43:09 ---> 8f82bb2aa615 16:43:09 Step 14/25 : EXPOSE $APP_PORT 16:43:09 ---> Running in 09271a796e2c 16:43:09 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 16:43:09 Removing intermediate container 09271a796e2c 16:43:09 ---> ccb166285ffc 16:43:09 Step 15/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:43:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:43:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:43:10 ---> 74ba0e050f14 16:43:10 Step 16/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:43:10 (1/4) Installing ca-certificates (20191127-r4) 16:43:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:43:10 (3/4) Installing libcurl (7.69.1-r3) 16:43:10 (4/4) Installing curl (7.69.1-r3) 16:43:10 Executing busybox-1.31.1-r19.trigger 16:43:10 Executing ca-certificates-20191127-r4.trigger 16:43:11 OK: 7 MiB in 18 packages 16:43:12 ---> e307ea8774ac 16:43:12 Step 17/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:43:13 Removing intermediate container 7bb5d2076aef 16:43:13 ---> d91447d6fd2a 16:43:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:43:13 ---> b39aca4fa674 16:43:13 Step 18/25 : ENV CONSUL_HOST=edgex-core-consul 16:43:13 ---> Running in c98398b127db 16:43:13 Removing intermediate container 3c6bd6ccb5c7 16:43:13 ---> 17dce5414abf 16:43:13 16:43:13 Step 11/26 : FROM docker:20.10.0 16:43:13 20.10.0: Pulling from library/docker 16:43:13 ---> Running in 72a634e4c85a 16:43:14 Removing intermediate container c98398b127db 16:43:14 ---> fe79004c892e 16:43:14 Step 13/21 : WORKDIR /edgex 16:43:14 Removing intermediate container 72a634e4c85a 16:43:14 ---> 10a3a2ff9fbf 16:43:14 Step 19/25 : ENV CONSUL_PORT=8500 16:43:14 ---> Running in af6c425e9588 16:43:14 ---> Running in 78b79c9e92ad 16:43:15 Removing intermediate container af6c425e9588 16:43:15 ---> 8ebf8a5d7120 16:43:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:43:15 Removing intermediate container 78b79c9e92ad 16:43:15 ---> 69df1b71b820 16:43:15 Step 20/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/entrypoint.sh /usr/local/bin/ 16:43:16 ---> 56855c507f0d 16:43:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:43:16 ---> 4c5193f5682d 16:43:16 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:43:16 ---> Running in 472449ccc052 16:43:18 ---> 3c5733c833c5 16:43:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:43:20 ---> 81e944c4bfae 16:43:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:43:20 Removing intermediate container 472449ccc052 16:43:20 ---> 1fb22a5d1ec4 16:43:20 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 16:43:20 ---> Running in 63af56aafe5f 16:43:20 ---> Running in 5fb13ab30437 16:43:21 Removing intermediate container 63af56aafe5f 16:43:21 ---> 9d329962477e 16:43:21 Step 18/21 : CMD ["--init=true"] 16:43:21 Removing intermediate container 5fb13ab30437 16:43:21 ---> 9b88a2015477 16:43:21 Step 23/25 : LABEL arch=arm64 16:43:22 ---> Running in d92962fe9ddb 16:43:22 ---> Running in 8b0a760b7139 16:43:22 Removing intermediate container d92962fe9ddb 16:43:22 ---> dd28116cc076 16:43:22 Step 19/21 : LABEL arch=arm64 16:43:22 Removing intermediate container 8b0a760b7139 16:43:22 ---> 69f40e6e6124 16:43:22 Step 24/25 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:43:22 ---> Running in 50aef684ee73 16:43:23 ---> Running in f586c9b95c79 16:43:23 Removing intermediate container 50aef684ee73 16:43:23 ---> a19e3a4b1030 16:43:23 Step 20/21 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:43:23 Removing intermediate container f586c9b95c79 16:43:23 ---> bcce85ac982c 16:43:23 Step 25/25 : LABEL version=0.0.0 16:43:23 ---> Running in b10b82a7fc77 16:43:24 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:43:24 ---> Running in e555977a698b 16:43:24 Status: Downloaded newer image for docker:20.10.0 16:43:24 ---> eeaf43b92773 16:43:24 Step 12/26 : RUN apk add --no-cache bash 16:43:24 ---> Running in cb74ade544c7 16:43:24 Removing intermediate container b10b82a7fc77 16:43:24 ---> b76e14c85848 16:43:24 Step 21/21 : LABEL version=0.0.0 16:43:24 Removing intermediate container e555977a698b 16:43:24 ---> 359a81c593c6 16:43:24 16:43:24 ---> Running in 93f86344e834 16:43:25 Successfully built 359a81c593c6 16:43:25 Successfully tagged docker-support-scheduler-go-arm64:latest 16:43:25 Removing intermediate container 93f86344e834 16:43:25 ---> d7b10299d560 16:43:25 16:43:25  Building docker-support-scheduler-go ... done Successfully built d7b10299d560 16:43:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:43:25  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:43:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:43:26 (1/2) Installing readline (8.0.4-r0) 16:43:26 (2/2) Installing bash (5.0.17-r0) 16:43:26 Executing bash-5.0.17-r0.post-install 16:43:26 Executing busybox-1.31.1-r19.trigger 16:43:26 OK: 12 MiB in 22 packages 16:43:27 Removing intermediate container cb74ade544c7 16:43:27 ---> b4b03e33183b 16:43:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:43:27 ---> Running in 2dca0bf24dd5 16:43:28 Removing intermediate container 2dca0bf24dd5 16:43:28 ---> baa565162aeb 16:43:28 Step 14/26 : ENV APP_PORT=48090 16:43:28 ---> Running in d80265f9f927 16:43:28 Removing intermediate container d80265f9f927 16:43:28 ---> 74b8e07e013f 16:43:28 Step 15/26 : EXPOSE $APP_PORT 16:43:28 ---> Running in 97dae675e8aa 16:43:29 Removing intermediate container 97dae675e8aa 16:43:29 ---> 5ebae83d9983 16:43:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:43:30 ---> 5f00b3163a7b 16:43:30 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:43:31 ---> 5e8414b67689 16:43:31 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:43:32 ---> cf072c05f473 16:43:32 Step 19/26 : RUN apk --no-cache add py3-pip 16:43:32 ---> Running in 6d82911c13ec 16:43:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:43:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:43:34 (1/33) Installing libbz2 (1.0.8-r1) 16:43:34 (2/33) Installing expat (2.2.9-r1) 16:43:34 (3/33) Installing libffi (3.3-r2) 16:43:34 (4/33) Installing gdbm (1.13-r1) 16:43:34 (5/33) Installing xz-libs (5.2.5-r0) 16:43:34 (6/33) Installing sqlite-libs (3.32.1-r0) 16:43:34 (7/33) Installing python3 (3.8.5-r0) 16:43:36 (8/33) Installing py3-appdirs (1.4.4-r1) 16:43:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:43:36 (10/33) Installing py3-parsing (2.4.7-r0) 16:43:36 (11/33) Installing py3-six (1.15.0-r0) 16:43:36 (12/33) Installing py3-packaging (20.4-r0) 16:43:36 (13/33) Installing py3-setuptools (47.0.0-r0) 16:43:36 (14/33) Installing py3-chardet (3.0.4-r4) 16:43:36 (15/33) Installing py3-idna (2.9-r0) 16:43:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:43:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:43:36 (18/33) Installing py3-requests (2.23.0-r0) 16:43:36 (19/33) Installing py3-msgpack (1.0.0-r0) 16:43:36 (20/33) Installing py3-lockfile (0.12.2-r3) 16:43:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:43:36 (22/33) Installing py3-colorama (0.4.3-r0) 16:43:36 (23/33) Installing py3-distlib (0.3.0-r0) 16:43:36 (24/33) Installing py3-distro (1.5.0-r1) 16:43:36 (25/33) Installing py3-webencodings (0.5.1-r3) 16:43:36 (26/33) Installing py3-html5lib (1.0.1-r4) 16:43:36 (27/33) Installing py3-pytoml (0.1.21-r0) 16:43:36 (28/33) Installing py3-pep517 (0.8.2-r0) 16:43:36 (29/33) Installing py3-progress (1.5-r0) 16:43:36 (30/33) Installing py3-toml (0.10.1-r0) 16:43:36 (31/33) Installing py3-retrying (1.3.3-r0) 16:43:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:43:36 (33/33) Installing py3-pip (20.1.1-r0) 16:43:36 Executing busybox-1.31.1-r19.trigger 16:43:37 OK: 71 MiB in 55 packages 16:43:43 Removing intermediate container 6d82911c13ec 16:43:43 ---> 45b927f156f6 16:43:43 Step 20/26 : RUN pip install docker-compose==1.23.2 16:43:43 ---> Running in ca25572564a8 16:43:48 Collecting docker-compose==1.23.2 16:43:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:43:49 Collecting dockerpty<0.5,>=0.4.1 16:43:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:43:51 Collecting jsonschema<3,>=2.5.1 16:43:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:43:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:43:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:43:52 Collecting docopt<0.7,>=0.6.1 16:43:52 Downloading docopt-0.6.2.tar.gz (25 kB) 16:43:54 Collecting PyYAML<4,>=3.10 16:43:54 Downloading PyYAML-3.13.tar.gz (270 kB) 16:43:58 Collecting docker<4.0,>=3.6.0 16:43:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:43:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:43:58 Collecting cached-property<2,>=1.2.0 16:43:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:43:59 Collecting websocket-client<1.0,>=0.32.0 16:43:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:43:59 Collecting texttable<0.10,>=0.9.0 16:43:59 Downloading texttable-0.9.1.tar.gz (11 kB) 16:44:01 Collecting idna<2.8,>=2.5 16:44:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:44:01 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) 16:44:02 Collecting urllib3<1.25,>=1.21.1 16:44:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:44:02 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) 16:44:02 Collecting docker-pycreds>=0.4.0 16:44:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:44:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:44:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:44:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:44:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:44:03 Installing collected packages: dockerpty, jsonschema, idna, urllib3, requests, docopt, PyYAML, docker-pycreds, websocket-client, docker, cached-property, texttable, docker-compose 16:44:03 Running setup.py install for dockerpty: started 16:44:05 Running setup.py install for dockerpty: finished with status 'done' 16:44:05 Attempting uninstall: idna 16:44:05 Found existing installation: idna 2.9 16:44:05 Uninstalling idna-2.9: 16:44:05 Successfully uninstalled idna-2.9 16:44:05 Attempting uninstall: urllib3 16:44:06 Found existing installation: urllib3 1.25.9 16:44:06 Uninstalling urllib3-1.25.9: 16:44:06 Successfully uninstalled urllib3-1.25.9 16:44:06 Attempting uninstall: requests 16:44:06 Found existing installation: requests 2.23.0 16:44:06 Uninstalling requests-2.23.0: 16:44:06 Successfully uninstalled requests-2.23.0 16:44:07 Running setup.py install for docopt: started 16:44:08 Running setup.py install for docopt: finished with status 'done' 16:44:08 Running setup.py install for PyYAML: started 16:44:10 Running setup.py install for PyYAML: finished with status 'done' 16:44:11 Running setup.py install for texttable: started 16:44:13 Running setup.py install for texttable: finished with status 'done' 16:44:14 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 16:44:18 Removing intermediate container ca25572564a8 16:44:18 ---> 622c1a32a427 16:44:18 Step 21/26 : RUN apk --no-cache add curl 16:44:18 ---> Running in 4adf128e324c 16:44:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:44:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:44:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:44:19 (2/3) Installing libcurl (7.69.1-r3) 16:44:19 (3/3) Installing curl (7.69.1-r3) 16:44:20 Executing busybox-1.31.1-r19.trigger 16:44:20 OK: 71 MiB in 58 packages 16:44:21 Removing intermediate container 4adf128e324c 16:44:21 ---> 7cc5c109113c 16:44:21 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:44:21 ---> Running in be40704d71e2 16:44:21 Removing intermediate container be40704d71e2 16:44:21 ---> 6e99d5e959d3 16:44:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:44:21 ---> Running in 7b9fd4bfcc9f 16:44:22 Removing intermediate container 7b9fd4bfcc9f 16:44:22 ---> 368606c34966 16:44:22 Step 24/26 : LABEL arch=arm64 16:44:22 ---> Running in 8d3c8ec64eca 16:44:23 Removing intermediate container 8d3c8ec64eca 16:44:23 ---> 674c56d6c27d 16:44:23 Step 25/26 : LABEL git_sha=fb0dd7abd1500b774c29500e204ddfcef83861c7 16:44:23 ---> Running in 273a5d7b8175 16:44:23 Removing intermediate container 273a5d7b8175 16:44:23 ---> 27a30a0b4f96 16:44:23 Step 26/26 : LABEL version=0.0.0 16:44:23 ---> Running in cc8f30446f05 16:44:24 Removing intermediate container cc8f30446f05 16:44:24 ---> ea7490cd12ff 16:44:24 16:44:24 Successfully built ea7490cd12ff 16:44:24 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:44:24  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:44:24 $ docker stop --time=1 6f01207ff44ba470429caf4210b94c1997946a8a8072ed4e19425af00a4c6c5e 16:44:26 $ docker rm -f 6f01207ff44ba470429caf4210b94c1997946a8a8072ed4e19425af00a4c6c5e [Pipeline] // withDockerContainer [Pipeline] sh 16:44:27 + docker images 16:44:27 + grep docker 16:44:27 docker-sys-mgmt-agent-go-arm64 latest ea7490cd12ff 4 seconds ago 300MB 16:44:27 docker-security-proxy-setup-go-arm64 latest d7b10299d560 About a minute ago 23.3MB 16:44:27 docker-support-scheduler-go-arm64 latest 359a81c593c6 About a minute ago 15.9MB 16:44:27 docker-support-notifications-go-arm64 latest 8abc5282923d About a minute ago 16MB 16:44:27 docker-security-secretstore-setup-go-arm64 latest affb00e2b3a9 2 minutes ago 23.4MB 16:44:27 docker-security-bootstrapper-go-arm64 latest af4a825a2bfe 3 minutes ago 40.3MB 16:44:27 docker-core-data-go-arm64 latest 7d5623b73431 3 minutes ago 21MB 16:44:27 docker-core-metadata-go-arm64 latest 63b0a8606052 3 minutes ago 18.1MB 16:44:27 docker-core-command-go-arm64 latest 2ccde68a7456 3 minutes ago 15.9MB 16:44:27 docker-security-bootstrap-redis-go-arm64 latest deade84507ea 4 minutes ago 15.1MB 16:44:27 docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:44:29 provisioning config files... 16:44:29 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config5327554150922694762tmp [Pipeline] { [Pipeline] sh 16:44:30 + set +x 16:44:30 + curl -s https://codecov.io/bash 16:44:30 + bash -s -- 16:44:30 16:44:30 _____ _ 16:44:30 / ____| | | 16:44:30 | | ___ __| | ___ ___ _____ __ 16:44:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:44:30 | |___| (_) | (_| | __/ (_| (_) \ V / 16:44:30 \_____\___/ \__,_|\___|\___\___/ \_/ 16:44:30 Bash-20201231-23d4836 16:44:30 16:44:30 16:44:30 ==> git version 2.24.3 found 16:44:30 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 16:44:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:44:30 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:44:30 ==> Jenkins CI detected. 16:44:30 project root: . 16:44:30 --> token set from env 16:44:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:44:30 ==> Running gcov in . (disable via -X gcov) 16:44:30 ==> Python coveragepy not found 16:44:30 ==> Searching for coverage reports in: 16:44:30 + . 16:44:30 -> Found 1 reports 16:44:30 ==> Detecting git/mercurial file structure 16:44:30 ==> Reading reports 16:44:30 + ./coverage.out bytes=546759 16:44:30 ==> Appending adjustments 16:44:30 https://docs.codecov.io/docs/fixing-reports 16:44:34 + Found adjustments 16:44:34 ==> Gzipping contents 16:44:34 84K /tmp/codecov.bxotE3.gz 16:44:34 ==> Uploading reports 16:44:34 url: https://codecov.io 16:44:34 query: branch=PR-2970&commit=fb0dd7abd1500b774c29500e204ddfcef83861c7&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 16:44:34 -> Pinging Codecov 16:44:34 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=fb0dd7abd1500b774c29500e204ddfcef83861c7&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 16:44:34 -> Uploading to 16:44:34 https://storage.googleapis.com/codecov/v4/raw/2021-01-06/00271124DB129430A58F1EEE437C3FCB/fb0dd7abd1500b774c29500e204ddfcef83861c7/aac427be-5617-4b17-aa8d-410cb35fd153.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210106%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210106T164434Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d6d802078b9263395c8401e3cc4a3a2717613e0e51a8a85f571aa06b0318571f 16:44:34 % Total % Received % Xferd Average Speed Time Time Time Current 16:44:34 Dload Upload Total Spent Left Speed 16:44:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83536 0 0 100 83536 0 152k --:--:-- --:--:-- --:--:-- 152k 16:44:35 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/fb0dd7abd1500b774c29500e204ddfcef83861c7 [Pipeline] } 16:44:35 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 16:44:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:44:38 ---> package-listing.sh 16:44:38 ++ facter osfamily 16:44:38 ++ tr '[:upper:]' '[:lower:]' 16:44:38 + OS_FAMILY=redhat 16:44:38 + workspace=/w/workspace/edgex-go/11 16:44:38 + START_PACKAGES=/tmp/packages_start.txt 16:44:38 + END_PACKAGES=/tmp/packages_end.txt 16:44:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:44:38 + PACKAGES=/tmp/packages_start.txt 16:44:38 + '[' /w/workspace/edgex-go/11 ']' 16:44:38 + PACKAGES=/tmp/packages_end.txt 16:44:38 + case "${OS_FAMILY}" in 16:44:38 + rpm -qa 16:44:38 + sort 16:44:43 + '[' -f /tmp/packages_start.txt ']' 16:44:43 + '[' -f /tmp/packages_end.txt ']' 16:44:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:44:43 + '[' /w/workspace/edgex-go/11 ']' 16:44:43 + mkdir -p /w/workspace/edgex-go/11/archives/ 16:44:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 16:44:43 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:44:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:44:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:44:44 16:44:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:44:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:44:44 alpine: Pulling from edgex-lftools-log-publisher 16:44:44 df20fa9351a1: Pulling fs layer 16:44:44 36b3adc4ff6f: Pulling fs layer 16:44:44 8ad3a11d3b57: Pulling fs layer 16:44:44 46f8f816bc3b: Pulling fs layer 16:44:44 93b61091891f: Pulling fs layer 16:44:44 93b9cdb0e59b: Pulling fs layer 16:44:44 5e14af77c1be: Pulling fs layer 16:44:44 01666e4c0597: Pulling fs layer 16:44:44 aa168da1d23b: Pulling fs layer 16:44:44 93b9cdb0e59b: Waiting 16:44:44 5e14af77c1be: Waiting 16:44:44 01666e4c0597: Waiting 16:44:44 46f8f816bc3b: Waiting 16:44:44 aa168da1d23b: Waiting 16:44:44 93b61091891f: Waiting 16:44:44 36b3adc4ff6f: Verifying Checksum 16:44:44 36b3adc4ff6f: Download complete 16:44:44 46f8f816bc3b: Verifying Checksum 16:44:44 46f8f816bc3b: Download complete 16:44:44 df20fa9351a1: Download complete 16:44:45 93b9cdb0e59b: Verifying Checksum 16:44:45 93b9cdb0e59b: Download complete 16:44:45 5e14af77c1be: Download complete 16:44:45 8ad3a11d3b57: Verifying Checksum 16:44:45 8ad3a11d3b57: Download complete 16:44:45 01666e4c0597: Verifying Checksum 16:44:45 01666e4c0597: Download complete 16:44:45 93b61091891f: Verifying Checksum 16:44:45 93b61091891f: Download complete 16:44:45 df20fa9351a1: Pull complete 16:44:45 36b3adc4ff6f: Pull complete 16:44:46 8ad3a11d3b57: Pull complete 16:44:47 46f8f816bc3b: Pull complete 16:44:47 aa168da1d23b: Verifying Checksum 16:44:47 aa168da1d23b: Download complete 16:44:48 93b61091891f: Pull complete 16:44:48 93b9cdb0e59b: Pull complete 16:44:48 5e14af77c1be: Pull complete 16:44:48 01666e4c0597: Pull complete 16:44:58 aa168da1d23b: Pull complete 16:44:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:44:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:44:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:44:58 prd-centos7-docker-4c-2g-18681 does not seem to be running inside a container 16:44:59 $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:45:07 $ docker top ee41d22274c72590d3cac968117461f8759119ecae5d3beff7205398dcc5b401 -eo pid,comm [Pipeline] { [Pipeline] sh 16:45:07 + touch /tmp/pre-build-complete [Pipeline] sh 16:45:08 + mkdir -p /var/log/sa [Pipeline] sh 16:45:08 + ls /var/log/sa-host 16:45:08 + sadf -c /var/log/sa-host/sa06 16:45:08 file_magic: OK 16:45:08 HZ: Using current value: 100 16:45:08 file_header: OK 16:45:08 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 16:45:08 Statistics: 16:45:08 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... 16:45:08 File successfully converted to sysstat format version 12.2.1 16:45:08 + sadf -c /var/log/sa-host/sa23 16:45:08 file_magic: OK 16:45:08 HZ: Using current value: 100 16:45:08 file_header: OK 16:45:08 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 16:45:08 Statistics: 16:45:08 Hnuu...uuuununununu... 16:45:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:45:09 provisioning config files... 16:45:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config5896084527469113135tmp [Pipeline] { [Pipeline] echo 16:45:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:45:09 ---> create-netrc.sh [Pipeline] } 16:45:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:45:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:45:09 ---> python-tools-install.sh [Pipeline] echo 16:45:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:45:10 ---> sudo-logs.sh 16:45:10 Archiving 'sudo' log.. [Pipeline] echo 16:45:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:45:10 ---> job-cost.sh 16:45:10 lf-activate-venv: SKIPPING 16:45:10 INFO: No Stack... 16:45:12 INFO: Retrieving Pricing Info for: v1-standard-2 16:45:12 INFO: Archiving Costs [Pipeline] echo 16:45:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:45:12 ---> logs-deploy.sh 16:45:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/11 16:45:12 INFO: archiving workspace using pattern(s): 16:45:14 Archives upload complete. 16:45:14 INFO: archiving logs to Nexus 16:45:15 ---> uname -a: 16:45:15 Linux prd-centos7-docker-4c-2g-18681.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:45:15 16:45:15 16:45:15 ---> lscpu: 16:45:15 Architecture: x86_64 16:45:15 CPU op-mode(s): 32-bit, 64-bit 16:45:15 Byte Order: Little Endian 16:45:15 Address sizes: 40 bits physical, 48 bits virtual 16:45:15 CPU(s): 4 16:45:15 On-line CPU(s) list: 0-3 16:45:15 Thread(s) per core: 1 16:45:15 Core(s) per socket: 1 16:45:15 Socket(s): 4 16:45:15 NUMA node(s): 1 16:45:15 Vendor ID: GenuineIntel 16:45:15 CPU family: 6 16:45:15 Model: 44 16:45:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:45:15 Stepping: 1 16:45:15 CPU MHz: 2933.436 16:45:15 BogoMIPS: 5866.87 16:45:15 Virtualization: VT-x 16:45:15 Hypervisor vendor: KVM 16:45:15 Virtualization type: full 16:45:15 L1d cache: 128 KiB 16:45:15 L1i cache: 128 KiB 16:45:15 L2 cache: 16 MiB 16:45:15 L3 cache: 64 MiB 16:45:15 NUMA node0 CPU(s): 0-3 16:45:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:45:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:45:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:45:15 Vulnerability Meltdown: Mitigation; PTI 16:45:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:45:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:45:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:45:15 Vulnerability Srbds: Not affected 16:45:15 Vulnerability Tsx async abort: Not affected 16:45:15 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 16:45:15 16:45:15 16:45:15 ---> nproc: 16:45:15 4 16:45:15 16:45:15 16:45:15 ---> df -h: 16:45:15 Filesystem Size Used Available Use% Mounted on 16:45:15 overlay 50.0G 13.0G 37.0G 26% / 16:45:15 tmpfs 64.0M 0 64.0M 0% /dev 16:45:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:45:15 shm 64.0M 0 64.0M 0% /dev/shm 16:45:15 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 16:45:15 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 16:45:15 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 16:45:15 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 16:45:15 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 16:45:15 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 16:45:15 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 16:45:15 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 16:45:15 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/11 16:45:15 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/11@tmp 16:45:15 16:45:15 16:45:15 ---> free -m: 16:45:15 total used free shared buff/cache available 16:45:15 Mem: 1837 690 146 0 1000 1062 16:45:15 Swap: 1023 77 946 16:45:15 16:45:15 16:45:15 ---> ip addr: 16:45:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:45:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:45:15 inet 127.0.0.1/8 scope host lo 16:45:15 valid_lft forever preferred_lft forever 16:45:15 inet6 ::1/128 scope host 16:45:15 valid_lft forever preferred_lft forever 16:45:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:45:15 link/ether fa:16:3e:38:4b:35 brd ff:ff:ff:ff:ff:ff 16:45:15 inet 10.30.122.215/23 brd 10.30.123.255 scope global dynamic eth0 16:45:15 valid_lft 85194sec preferred_lft 85194sec 16:45:15 inet6 fe80::f816:3eff:fe38:4b35/64 scope link 16:45:15 valid_lft forever preferred_lft forever 16:45:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:45:15 link/ether 02:42:63:9a:e9:7c brd ff:ff:ff:ff:ff:ff 16:45:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:45:15 valid_lft forever preferred_lft forever 16:45:15 inet6 fe80::42:63ff:fe9a:e97c/64 scope link 16:45:15 valid_lft forever preferred_lft forever 16:45:15 16:45:15 16:45:15 ---> sar -b -r -n DEV: 16:45:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/06/21 _x86_64_ (4 CPU) 16:45:15 16:45:15 16:24:59 LINUX RESTART (4 CPU) 16:45:15 16:45:15 16:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:45:15 16:27:01 235.15 99.64 135.51 0.00 8291.76 49175.45 0.00 16:45:15 16:28:01 258.94 96.72 162.21 0.00 3618.55 20534.08 0.00 16:45:15 16:29:01 132.68 56.65 76.03 0.00 2167.39 7817.66 0.00 16:45:15 16:30:01 172.78 55.33 117.45 0.00 8986.80 50791.39 0.00 16:45:15 16:31:01 2449.45 2098.63 350.82 0.00 179354.35 217369.71 0.00 16:45:15 16:32:02 1239.01 993.32 245.69 0.00 60945.01 79142.63 0.00 16:45:15 16:33:02 2177.94 1805.87 372.07 0.00 98269.06 122072.79 0.00 16:45:15 16:34:02 2510.36 2163.72 346.64 0.00 142655.47 150202.52 0.00 16:45:15 16:35:01 950.13 674.66 275.47 0.00 43038.68 54757.86 0.00 16:45:15 16:36:01 3.45 0.45 3.00 0.00 19.05 98.35 0.00 16:45:15 16:37:01 1.87 1.55 0.32 0.00 99.25 3.95 0.00 16:45:15 16:38:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 16:45:15 16:39:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 16:45:15 16:40:01 1.95 1.75 0.20 0.00 55.29 2.33 0.00 16:45:15 16:41:02 0.93 0.03 0.90 0.00 1.07 17.18 0.00 16:45:15 16:42:01 0.19 0.00 0.19 0.00 0.00 1.71 0.00 16:45:15 16:43:01 0.47 0.10 0.37 0.00 2.26 6.14 0.00 16:45:15 16:44:01 0.25 0.05 0.20 0.00 1.07 2.58 0.00 16:45:15 16:45:01 149.17 73.94 75.23 0.00 6622.21 17042.82 0.00 16:45:15 Average: 542.68 428.62 114.06 0.00 29251.09 40614.18 0.00 16:45:15 16:45:15 16:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:45:15 16:27:01 97640 0 704176 37.43 1776 1077952 1327320 45.30 608680 933340 0 16:45:15 16:28:01 172068 0 807916 42.94 836 900724 1743028 59.49 635320 799564 61792 16:45:15 16:29:01 163956 0 817020 43.42 732 899836 1765000 60.24 661052 767180 61312 16:45:15 16:30:01 72524 0 733252 38.97 296 1075472 1249768 42.65 704772 834224 87292 16:45:15 16:31:01 65732 0 862712 45.85 12 953088 2346280 80.07 720780 861328 58564 16:45:15 16:32:02 322176 0 741748 39.42 12 817608 1597408 54.52 494400 812572 27588 16:45:15 16:33:02 81596 0 783344 41.63 12 1016592 1999404 68.24 660408 905248 84140 16:45:15 16:34:02 129576 0 735972 39.12 12 1015984 2007096 68.50 630516 876276 3356 16:45:15 16:35:01 615392 0 619596 32.93 12 646544 1213228 41.41 477472 548240 24 16:45:15 16:36:01 621744 0 612644 32.56 12 647144 1188544 40.56 475736 548400 12 16:45:15 16:37:01 618492 0 613060 32.58 12 649980 1188616 40.57 476528 551000 8 16:45:15 16:38:01 619944 0 611588 32.50 12 650000 1180320 40.28 475400 550872 8 16:45:15 16:39:01 619888 0 611632 32.51 12 650012 1180320 40.28 475656 550872 8 16:45:15 16:40:01 618340 0 612160 32.53 12 651032 1180320 40.28 476360 551072 20 16:45:15 16:41:02 617804 0 612684 32.56 12 651044 1180380 40.28 476672 551088 8 16:45:15 16:42:01 618140 0 612324 32.54 12 651068 1180356 40.28 476568 551104 8 16:45:15 16:43:01 620660 0 609840 32.41 12 651032 1174908 40.10 473904 551104 8 16:45:15 16:44:01 621044 0 609404 32.39 12 651084 1173672 40.06 472580 551144 8 16:45:15 16:45:01 182872 0 680940 36.19 12 1017720 1375020 46.93 541824 875992 32632 16:45:15 Average: 393663 0 683790 36.34 201 803890 1434263 48.95 548138 693191 21936 16:45:15 16:45:15 16:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:45:15 16:27:01 eth0 1383.47 1138.42 6162.19 140.12 0.00 0.00 0.00 0.00 16:45:15 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:27:01 docker0 853.54 1006.87 69.61 3019.68 0.00 0.00 0.00 0.00 16:45:15 16:28:01 vethd54490f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:45:15 16:28:01 eth0 155.59 102.44 504.76 19.88 0.00 0.00 0.00 0.00 16:45:15 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:28:01 docker0 82.83 121.31 6.52 473.75 0.00 0.00 0.00 0.00 16:45:15 16:29:01 vethd54490f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:29:01 eth0 37.26 29.11 16.31 77.50 0.00 0.00 0.00 0.00 16:45:15 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:30:01 vethf723af0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 16:45:15 16:30:01 eth0 200.28 163.48 1707.78 43.95 0.00 0.00 0.00 0.00 16:45:15 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:31:01 vethf723af0 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 16:45:15 16:31:01 eth0 53.75 27.45 159.98 36.08 0.00 0.00 0.00 0.00 16:45:15 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:31:01 docker0 11.31 29.76 0.59 145.58 0.00 0.00 0.00 0.00 16:45:15 16:32:02 vethf723af0 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:32:02 eth0 140.44 108.99 1374.71 14.49 0.00 0.00 0.00 0.00 16:45:15 16:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:32:02 docker0 8.27 14.72 0.48 98.42 0.00 0.00 0.00 0.00 16:45:15 16:33:02 vethcbab03c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:33:02 vethf723af0 0.00 0.36 0.00 0.01 0.00 0.00 0.00 0.00 16:45:15 16:33:02 eth0 154.22 83.57 554.11 93.69 0.00 0.00 0.00 0.00 16:45:15 16:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:34:02 vethf723af0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:34:02 vetha0016f7 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 16:45:15 16:34:02 eth0 54.37 37.09 38.73 73.34 0.00 0.00 0.00 0.00 16:45:15 16:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:35:01 eth0 69.33 33.43 152.45 20.36 0.00 0.00 0.00 0.00 16:45:15 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:35:01 docker0 1019.83 1301.76 81.39 4439.83 0.00 0.00 0.00 0.00 16:45:15 16:36:01 eth0 1.23 0.45 0.67 0.12 0.00 0.00 0.00 0.00 16:45:15 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:37:01 eth0 0.57 0.38 0.28 0.20 0.00 0.00 0.00 0.00 16:45:15 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:38:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:45:15 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:45:15 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:45:15 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:41:02 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 16:45:15 16:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:42:01 eth0 0.22 0.20 0.07 0.01 0.00 0.00 0.00 0.00 16:45:15 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:43:01 eth0 5.66 5.61 0.56 13.01 0.00 0.00 0.00 0.00 16:45:15 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:44:01 eth0 2.13 2.06 0.18 4.72 0.00 0.00 0.00 0.00 16:45:15 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:45:01 eth0 218.75 187.30 2175.54 59.92 0.00 0.00 0.00 0.00 16:45:15 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 Average: eth0 131.22 101.72 680.35 31.51 0.00 0.00 0.00 0.00 16:45:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:45:15 Average: docker0 53.28 68.01 4.25 231.94 0.00 0.00 0.00 0.00 16:45:15 16:45:15 16:45:15 ---> sar -P ALL: 16:45:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/06/21 _x86_64_ (4 CPU) 16:45:15 16:45:15 16:24:59 LINUX RESTART (4 CPU) 16:45:15 16:45:15 16:26:01 CPU %user %nice %system %iowait %steal %idle 16:45:15 16:27:01 all 16.19 0.00 9.48 3.22 0.15 70.97 16:45:15 16:27:01 0 18.23 0.00 11.03 3.54 0.10 67.10 16:45:15 16:27:01 1 15.57 0.00 8.67 1.82 0.14 73.80 16:45:15 16:27:01 2 12.76 0.00 8.92 4.09 0.17 74.06 16:45:15 16:27:01 3 18.23 0.00 9.30 3.41 0.17 68.88 16:45:15 16:28:01 all 32.96 0.00 10.93 8.38 0.11 47.63 16:45:15 16:28:01 0 32.78 0.00 10.81 10.13 0.10 46.18 16:45:15 16:28:01 1 33.62 0.00 10.96 9.14 0.10 46.18 16:45:15 16:28:01 2 32.89 0.00 10.99 7.10 0.09 48.94 16:45:15 16:28:01 3 32.55 0.00 10.95 7.14 0.14 49.22 16:45:15 16:29:01 all 48.05 0.00 13.05 3.41 0.09 35.40 16:45:15 16:29:01 0 47.34 0.00 13.35 3.40 0.11 35.80 16:45:15 16:29:01 1 48.07 0.00 12.60 3.10 0.07 36.16 16:45:15 16:29:01 2 47.80 0.00 13.32 4.68 0.11 34.11 16:45:15 16:29:01 3 49.00 0.00 12.91 2.47 0.07 35.55 16:45:15 16:30:01 all 24.78 0.00 12.37 3.27 0.13 59.45 16:45:15 16:30:01 0 25.16 0.00 12.05 2.90 0.16 59.73 16:45:15 16:30:01 1 25.15 0.00 12.56 5.26 0.10 56.92 16:45:15 16:30:01 2 22.97 0.00 12.52 2.68 0.16 61.67 16:45:15 16:30:01 3 25.84 0.00 12.32 2.25 0.12 59.47 16:45:15 16:31:01 all 21.61 0.00 30.17 18.75 0.36 29.11 16:45:15 16:31:01 0 20.29 0.00 29.81 19.14 0.37 30.39 16:45:15 16:31:01 1 21.89 0.00 29.90 20.23 0.39 27.59 16:45:15 16:31:01 2 22.21 0.00 30.44 18.75 0.37 28.23 16:45:15 16:31:01 3 22.05 0.00 30.52 16.87 0.30 30.26 16:45:15 16:32:02 all 56.18 0.00 18.58 12.91 0.14 12.18 16:45:15 16:32:02 0 56.35 0.00 18.29 12.34 0.15 12.86 16:45:15 16:32:02 1 55.74 0.00 18.76 13.51 0.14 11.85 16:45:15 16:32:02 2 55.39 0.00 18.86 14.35 0.18 11.22 16:45:15 16:32:02 3 57.21 0.00 18.44 11.46 0.11 12.78 16:45:15 16:33:02 all 16.90 0.00 19.98 30.09 0.18 32.85 16:45:15 16:33:02 0 16.71 0.00 19.54 26.73 0.17 36.84 16:45:15 16:33:02 1 16.82 0.00 19.79 28.72 0.23 34.44 16:45:15 16:33:02 2 16.72 0.00 19.79 32.47 0.19 30.84 16:45:15 16:33:02 3 17.35 0.00 20.81 32.47 0.14 29.23 16:45:15 16:34:02 all 23.72 0.00 20.27 37.40 0.15 18.46 16:45:15 16:34:02 0 24.51 0.00 19.57 36.25 0.16 19.50 16:45:15 16:34:02 1 22.53 0.00 20.51 39.67 0.18 17.11 16:45:15 16:34:02 2 24.31 0.00 20.04 34.80 0.14 20.71 16:45:15 16:34:02 3 23.55 0.00 20.96 38.87 0.13 16.50 16:45:15 16:35:01 all 38.92 0.00 16.89 14.76 0.13 29.31 16:45:15 16:35:01 0 38.63 0.00 17.40 13.68 0.11 30.18 16:45:15 16:35:01 1 39.10 0.00 16.98 13.14 0.14 30.63 16:45:15 16:35:01 2 39.08 0.00 17.29 14.63 0.12 28.88 16:45:15 16:35:01 3 38.86 0.00 15.89 17.61 0.14 27.50 16:45:15 16:36:01 all 0.15 0.00 0.05 0.00 0.00 99.79 16:45:15 16:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:45:15 16:36:01 1 0.05 0.00 0.10 0.00 0.00 99.85 16:45:15 16:36:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:45:15 16:36:01 3 0.52 0.00 0.05 0.02 0.00 99.42 16:45:15 16:37:01 all 0.15 0.00 0.04 0.00 0.00 99.80 16:45:15 16:37:01 0 0.05 0.00 0.07 0.00 0.02 99.87 16:45:15 16:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:45:15 16:37:01 2 0.02 0.00 0.03 0.00 0.00 99.95 16:45:15 16:37:01 3 0.50 0.00 0.03 0.00 0.00 99.47 16:45:15 16:45:15 16:37:01 CPU %user %nice %system %iowait %steal %idle 16:45:15 16:38:01 all 0.18 0.00 0.13 0.00 0.04 99.64 16:45:15 16:38:01 0 0.07 0.00 0.10 0.00 0.03 99.80 16:45:15 16:38:01 1 0.03 0.00 0.12 0.00 0.00 99.85 16:45:15 16:38:01 2 0.10 0.00 0.17 0.00 0.03 99.70 16:45:15 16:38:01 3 0.53 0.00 0.15 0.00 0.10 99.22 16:45:15 16:39:01 all 0.07 0.00 0.04 0.00 0.00 99.89 16:45:15 16:39:01 0 0.02 0.00 0.05 0.00 0.00 99.93 16:45:15 16:39:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:45:15 16:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:45:15 16:39:01 3 0.20 0.00 0.05 0.00 0.00 99.75 16:45:15 16:40:01 all 0.16 0.00 0.05 0.02 0.00 99.76 16:45:15 16:40:01 0 0.05 0.00 0.02 0.00 0.00 99.93 16:45:15 16:40:01 1 0.05 0.00 0.08 0.02 0.00 99.85 16:45:15 16:40:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:45:15 16:40:01 3 0.52 0.00 0.08 0.08 0.00 99.32 16:45:15 16:41:02 all 0.09 0.00 0.04 0.00 0.01 99.86 16:45:15 16:41:02 0 0.02 0.00 0.03 0.00 0.00 99.95 16:45:15 16:41:02 1 0.07 0.00 0.05 0.00 0.02 99.87 16:45:15 16:41:02 2 0.02 0.00 0.02 0.00 0.00 99.97 16:45:15 16:41:02 3 0.27 0.00 0.07 0.00 0.02 99.65 16:45:15 16:42:01 all 0.16 0.00 0.03 0.00 0.00 99.82 16:45:15 16:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:45:15 16:42:01 1 0.05 0.00 0.03 0.00 0.00 99.92 16:45:15 16:42:01 2 0.05 0.00 0.02 0.00 0.00 99.93 16:45:15 16:42:01 3 0.51 0.00 0.02 0.00 0.00 99.47 16:45:15 16:43:01 all 0.22 0.00 0.07 0.00 0.00 99.71 16:45:15 16:43:01 0 0.07 0.00 0.07 0.00 0.00 99.87 16:45:15 16:43:01 1 0.12 0.00 0.07 0.00 0.00 99.82 16:45:15 16:43:01 2 0.10 0.00 0.07 0.00 0.00 99.83 16:45:15 16:43:01 3 0.62 0.00 0.07 0.00 0.00 99.32 16:45:15 16:44:01 all 0.06 0.00 0.03 0.00 0.00 99.91 16:45:15 16:44:01 0 0.07 0.00 0.07 0.00 0.02 99.85 16:45:15 16:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:45:15 16:44:01 2 0.07 0.00 0.03 0.00 0.00 99.90 16:45:15 16:44:01 3 0.07 0.00 0.00 0.00 0.00 99.93 16:45:15 16:45:01 all 6.33 0.00 4.72 3.86 0.06 85.02 16:45:15 16:45:01 0 5.47 0.00 4.38 1.77 0.07 88.31 16:45:15 16:45:01 1 5.62 0.00 4.51 3.30 0.07 86.50 16:45:15 16:45:01 2 7.18 0.00 5.36 4.97 0.05 82.45 16:45:15 16:45:01 3 7.06 0.00 4.62 5.42 0.07 82.82 16:45:15 Average: all 14.72 0.00 8.05 6.96 0.08 70.20 16:45:15 Average: 0 14.71 0.00 8.05 6.66 0.08 70.50 16:45:15 Average: 1 14.61 0.00 8.00 7.07 0.08 70.24 16:45:15 Average: 2 14.42 0.00 8.10 7.09 0.08 70.31 16:45:15 Average: 3 15.13 0.00 8.03 7.02 0.08 69.73 16:45:15 16:45:15 16:45:15